@charset "UTF-8";
/*------------------------------------------------------------------
Pages v2.2.0
Theme : Default
Generated From SASS
[Table of contents]

1. Layouts
2. View Ports
3. Chat
4. Panels
5. Typography
6. Buttons
7. Alerts
8. Notifications
9. Progress Indicators
10. Modals
11. Tabs & Accordians
12. Sliders
13. Treeview
14. Nestables
15. Form Elements
16. Tables & Datatables
17. Charts
18. Lists
19. Social App
20. Email App
21. Calendar App
22. Login
23. Lockscreen
24. Timeline
25. Gallery
26. Vector Map
27. Widgets
28. Misc
29. Print
30. Demo
-------------------------------------------------------------------*/
@font-face {
  font-family: 'Nucleo Outline';
  src: url("../fonts/nucleo-outline/nucleo-outline.eot");
  src: url("../fonts/nucleo-outline/nucleo-outline.eot") format("embedded-opentype"), url("../fonts/nucleo-outline/nucleo-outline.woff2") format("woff2"), url("../fonts/nucleo-outline/nucleo-outline.woff") format("woff"), url("../fonts/nucleo-outline/nucleo-outline.ttf") format("truetype"), url("../fonts/nucleo-outline/nucleo-outline.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------
    base class definition
-------------------------*/
.nc-icon-outline {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Outline";
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
.nc-icon-outline.lg {
  font-size: 1.33333333em;
  vertical-align: -16%; }

.nc-icon-outline.x2 {
  font-size: 2em; }

.nc-icon-outline.x3 {
  font-size: 3em; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon-outline.square,
.nc-icon-outline.circle {
  padding: 0.3333333333em;
  vertical-align: -16%;
  background-color: #eee; }

.nc-icon-outline.circle {
  border-radius: 50%; }

/*------------------------------------------------------------------
[22. Icons]
*/
/* --------------------------------

Nucleo Mini Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */
@font-face {
  font-family: 'Nucleo Mini';
  src: url("../fonts/nucleo-mini/nucleo-mini.eot");
  src: url("../fonts/nucleo-mini/nucleo-mini.eot") format("embedded-opentype"), url("../fonts/nucleo-mini/nucleo-mini.woff2") format("woff2"), url("../fonts/nucleo-mini/nucleo-mini.woff") format("woff"), url("../fonts/nucleo-mini/nucleo-mini.ttf") format("truetype"), url("../fonts/nucleo-mini/nucleo-mini.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------
	base class definition
-------------------------*/
.nc-icon-mini {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Mini";
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*------------------------
  change icon size
-------------------------*/
.nc-icon-mini.lg {
  font-size: 1.33333333em;
  vertical-align: -16%; }

.nc-icon-mini.x2 {
  font-size: 2em; }

.nc-icon-mini.x3 {
  font-size: 3em; }

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.nc-icon-mini.square,
.nc-icon-mini.circle {
  padding: 0.3333333333em;
  vertical-align: -16%;
  background-color: #eee; }

.nc-icon-mini.circle {
  border-radius: 50%; }

/*------------------------
  list icons
-------------------------*/
.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .nc-icon-ul > li {
    position: relative; }
  .nc-icon-ul > li > .nc-icon-mini {
    position: absolute;
    left: -1.5714285714em;
    top: 0.1428571429em;
    text-align: center; }
    .nc-icon-ul > li > .nc-icon-mini.lg {
      top: 0;
      left: -1.3571428571em; }
    .nc-icon-ul > li > .nc-icon-mini.circle, .nc-icon-ul > li > .nc-icon-mini.square {
      top: -0.1904761905em;
      left: -1.9047619048em; }

/*------------------------
  spinning icons
-------------------------*/
.nc-icon-mini.spin {
  -webkit-animation: nc-icon-spin 2s infinite linear;
  -moz-animation: nc-icon-spin 2s infinite linear;
  animation: nc-icon-spin 2s infinite linear; }

@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes nc-icon-spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*------------------------
  rotated/flipped icons
-------------------------*/
.nc-icon-mini.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.nc-icon-mini.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.nc-icon-mini.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.nc-icon-mini.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.nc-icon-mini.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/*------------------------
	font icons
-------------------------*/
.nc-icon-mini.social_logo-500px:before {
  content: "\eb73"; }

.nc-icon-mini.social_logo-angellist:before {
  content: "\eb74"; }

.nc-icon-mini.social_logo-behance:before {
  content: "\eb75"; }

.nc-icon-mini.social_logo-blogger:before {
  content: "\eb76"; }

.nc-icon-mini.social_logo-buffer:before {
  content: "\eb77"; }

.nc-icon-mini.social_logo-buysellads:before {
  content: "\eb78"; }

.nc-icon-mini.social_logo-codepen:before {
  content: "\eb79"; }

.nc-icon-mini.social_logo-creative-market:before {
  content: "\eb7a"; }

.nc-icon-mini.social_logo-crunchbase:before {
  content: "\eb7b"; }

.nc-icon-mini.social_logo-deviantart:before {
  content: "\eb7c"; }

.nc-icon-mini.social_logo-dribbble:before {
  content: "\eb7d"; }

.nc-icon-mini.social_logo-dropbox:before {
  content: "\eb7e"; }

.nc-icon-mini.social_logo-envato:before {
  content: "\eb7f"; }

.nc-icon-mini.social_logo-evernote:before {
  content: "\eb80"; }

.nc-icon-mini.social_logo-facebook:before {
  content: "\eb81"; }

.nc-icon-mini.social_logo-fb-simple:before {
  content: "\eb82"; }

.nc-icon-mini.social_logo-feedly:before {
  content: "\eb83"; }

.nc-icon-mini.social_logo-flickr:before {
  content: "\eb84"; }

.nc-icon-mini.social_logo-github:before {
  content: "\eb85"; }

.nc-icon-mini.social_logo-google-plus:before {
  content: "\eb86"; }

.nc-icon-mini.social_logo-instagram:before {
  content: "\eb87"; }

.nc-icon-mini.social_logo-lastfm:before {
  content: "\eb88"; }

.nc-icon-mini.social_logo-linkedin:before {
  content: "\eb89"; }

.nc-icon-mini.social_logo-meetup:before {
  content: "\eb8a"; }

.nc-icon-mini.social_logo-myspace:before {
  content: "\eb8b"; }

.nc-icon-mini.social_logo-paypal:before {
  content: "\eb8c"; }

.nc-icon-mini.social_logo-pinterest:before {
  content: "\eb8d"; }

.nc-icon-mini.social_logo-product-hunt:before {
  content: "\eb8e"; }

.nc-icon-mini.social_logo-reddit:before {
  content: "\eb8f"; }

.nc-icon-mini.social_logo-rss:before {
  content: "\eb90"; }

.nc-icon-mini.social_logo-shopify:before {
  content: "\eb91"; }

.nc-icon-mini.social_logo-skype:before {
  content: "\eb92"; }

.nc-icon-mini.social_logo-slack:before {
  content: "\eb93"; }

.nc-icon-mini.social_logo-soundcloud:before {
  content: "\eb94"; }

.nc-icon-mini.social_logo-spotify:before {
  content: "\eb95"; }

.nc-icon-mini.social_logo-trello:before {
  content: "\eb96"; }

.nc-icon-mini.social_logo-tumblr:before {
  content: "\eb97"; }

.nc-icon-mini.social_logo-twitter:before {
  content: "\eb98"; }

.nc-icon-mini.social_logo-vimeo:before {
  content: "\eb99"; }

.nc-icon-mini.social_logo-vine:before {
  content: "\eb9a"; }

.nc-icon-mini.social_logo-whatsapp:before {
  content: "\eb9b"; }

.nc-icon-mini.social_logo-wordpress:before {
  content: "\eb9c"; }

.nc-icon-mini.social_logo-yelp:before {
  content: "\eb9d"; }

.nc-icon-mini.social_logo-youtube:before {
  content: "\eb9e"; }

.nc-icon-mini.design_album:before {
  content: "\ed88"; }

.nc-icon-mini.design_align-bottom:before {
  content: "\ed89"; }

.nc-icon-mini.design_align-center-horizontal:before {
  content: "\ed8a"; }

.nc-icon-mini.design_align-center-vertical:before {
  content: "\ed8b"; }

.nc-icon-mini.design_align-left:before {
  content: "\ed8c"; }

.nc-icon-mini.design_align-right:before {
  content: "\ed8d"; }

.nc-icon-mini.design_align-top:before {
  content: "\ed8e"; }

.nc-icon-mini.design_app:before {
  content: "\ed8f"; }

.nc-icon-mini.design_artboard:before {
  content: "\ed90"; }

.nc-icon-mini.design_blend:before {
  content: "\ed91"; }

.nc-icon-mini.design_book-bookmark:before {
  content: "\ed92"; }

.nc-icon-mini.design_book-open:before {
  content: "\ed93"; }

.nc-icon-mini.design_brush:before {
  content: "\ed94"; }

.nc-icon-mini.design_bug:before {
  content: "\ed95"; }

.nc-icon-mini.design_bullet-list-67:before {
  content: "\ed96"; }

.nc-icon-mini.design_bullet-list-68:before {
  content: "\ed97"; }

.nc-icon-mini.design_bullet-list-69:before {
  content: "\ed98"; }

.nc-icon-mini.design_bullet-list-70:before {
  content: "\ed99"; }

.nc-icon-mini.design_clone:before {
  content: "\ed9a"; }

.nc-icon-mini.design_code:before {
  content: "\ed9b"; }

.nc-icon-mini.design_collection:before {
  content: "\ed9c"; }

.nc-icon-mini.design_command:before {
  content: "\ed9d"; }

.nc-icon-mini.design_compass:before {
  content: "\ed9e"; }

.nc-icon-mini.design_contrast:before {
  content: "\ed9f"; }

.nc-icon-mini.design_copy:before {
  content: "\eda0"; }

.nc-icon-mini.design_crop:before {
  content: "\eda1"; }

.nc-icon-mini.design_cursor-48:before {
  content: "\eda2"; }

.nc-icon-mini.design_cursor-49:before {
  content: "\eda3"; }

.nc-icon-mini.design_design:before {
  content: "\eda4"; }

.nc-icon-mini.design_distribute-horizontal:before {
  content: "\eda5"; }

.nc-icon-mini.design_distribute-vertical:before {
  content: "\eda6"; }

.nc-icon-mini.design_eraser-32:before {
  content: "\eda7"; }

.nc-icon-mini.design_eraser-33:before {
  content: "\eda8"; }

.nc-icon-mini.design_eraser-46:before {
  content: "\eda9"; }

.nc-icon-mini.design_flip-horizontal:before {
  content: "\edaa"; }

.nc-icon-mini.design_flip-vertical:before {
  content: "\edab"; }

.nc-icon-mini.design_image:before {
  content: "\edac"; }

.nc-icon-mini.design_magnet:before {
  content: "\edad"; }

.nc-icon-mini.design_marker:before {
  content: "\edae"; }

.nc-icon-mini.design_measure-02:before {
  content: "\edaf"; }

.nc-icon-mini.design_measure-17:before {
  content: "\edb0"; }

.nc-icon-mini.design_measure-big:before {
  content: "\edb1"; }

.nc-icon-mini.design_mouse-08:before {
  content: "\edb2"; }

.nc-icon-mini.design_mouse-09:before {
  content: "\edb3"; }

.nc-icon-mini.design_mouse-10:before {
  content: "\edb4"; }

.nc-icon-mini.design_note-code:before {
  content: "\edb5"; }

.nc-icon-mini.design_paint-16:before {
  content: "\edb6"; }

.nc-icon-mini.design_paint-37:before {
  content: "\edb7"; }

.nc-icon-mini.design_paint-38:before {
  content: "\edb8"; }

.nc-icon-mini.design_paint-bucket-39:before {
  content: "\edb9"; }

.nc-icon-mini.design_paint-bucket-40:before {
  content: "\edba"; }

.nc-icon-mini.design_palette:before {
  content: "\edbb"; }

.nc-icon-mini.design_pantone:before {
  content: "\edbc"; }

.nc-icon-mini.design_patch-19:before {
  content: "\edbd"; }

.nc-icon-mini.design_patch-34:before {
  content: "\edbe"; }

.nc-icon-mini.design_path-exclude:before {
  content: "\edbf"; }

.nc-icon-mini.design_path-intersect:before {
  content: "\edc0"; }

.nc-icon-mini.design_path-minus:before {
  content: "\edc1"; }

.nc-icon-mini.design_path-unite:before {
  content: "\edc2"; }

.nc-icon-mini.design_pen-01:before {
  content: "\edc3"; }

.nc-icon-mini.design_pen-23:before {
  content: "\edc4"; }

.nc-icon-mini.design_pen-tool:before {
  content: "\edc5"; }

.nc-icon-mini.design_phone:before {
  content: "\edc6"; }

.nc-icon-mini.design_scissors:before {
  content: "\edc7"; }

.nc-icon-mini.design_shape-adjust:before {
  content: "\edc8"; }

.nc-icon-mini.design_shape-circle:before {
  content: "\edc9"; }

.nc-icon-mini.design_shape-polygon:before {
  content: "\edca"; }

.nc-icon-mini.design_shape-square:before {
  content: "\edcb"; }

.nc-icon-mini.design_shape-triangle:before {
  content: "\edcc"; }

.nc-icon-mini.design_shapes:before {
  content: "\edcd"; }

.nc-icon-mini.design_sharpener:before {
  content: "\edce"; }

.nc-icon-mini.design_slice:before {
  content: "\edcf"; }

.nc-icon-mini.design_spray:before {
  content: "\edd0"; }

.nc-icon-mini.design_stamp:before {
  content: "\edd1"; }

.nc-icon-mini.design_tablet:before {
  content: "\edd2"; }

.nc-icon-mini.design_text:before {
  content: "\edd3"; }

.nc-icon-mini.design_todo:before {
  content: "\edd4"; }

.nc-icon-mini.design_usb:before {
  content: "\edd5"; }

.nc-icon-mini.design_vector:before {
  content: "\edd6"; }

.nc-icon-mini.design_wand:before {
  content: "\edd7"; }

.nc-icon-mini.design_webpage:before {
  content: "\edd8"; }

.nc-icon-mini.design_window-code:before {
  content: "\edd9"; }

.nc-icon-mini.design_window-paragraph:before {
  content: "\edda"; }

.nc-icon-mini.design_window-responsive:before {
  content: "\eddb"; }

.nc-icon-mini.design-2_3d-28:before {
  content: "\eea7"; }

.nc-icon-mini.design-2_3d-29:before {
  content: "\eea8"; }

.nc-icon-mini.design-2_android:before {
  content: "\eea9"; }

.nc-icon-mini.design-2_angle:before {
  content: "\eeaa"; }

.nc-icon-mini.design-2_animation-14:before {
  content: "\eeab"; }

.nc-icon-mini.design-2_animation-31:before {
  content: "\eeac"; }

.nc-icon-mini.design-2_animation-32:before {
  content: "\eead"; }

.nc-icon-mini.design-2_apple:before {
  content: "\eeae"; }

.nc-icon-mini.design-2_bucket:before {
  content: "\eeaf"; }

.nc-icon-mini.design-2_button:before {
  content: "\eeb0"; }

.nc-icon-mini.design-2_canvas:before {
  content: "\eeb1"; }

.nc-icon-mini.design-2_css3:before {
  content: "\eeb2"; }

.nc-icon-mini.design-2_cursor-add:before {
  content: "\eeb3"; }

.nc-icon-mini.design-2_cursor-grab:before {
  content: "\eeb4"; }

.nc-icon-mini.design-2_cursor-load:before {
  content: "\eeb5"; }

.nc-icon-mini.design-2_cursor-menu:before {
  content: "\eeb6"; }

.nc-icon-mini.design-2_cursor-not-allowed:before {
  content: "\eeb7"; }

.nc-icon-mini.design-2_cursor-pointer:before {
  content: "\eeb8"; }

.nc-icon-mini.design-2_cursor-text:before {
  content: "\eeb9"; }

.nc-icon-mini.design-2_divider:before {
  content: "\eeba"; }

.nc-icon-mini.design-2_filter-organization:before {
  content: "\eebb"; }

.nc-icon-mini.design-2_form:before {
  content: "\eebc"; }

.nc-icon-mini.design-2_frame:before {
  content: "\eebd"; }

.nc-icon-mini.design-2_group:before {
  content: "\eebe"; }

.nc-icon-mini.design-2_html5:before {
  content: "\eebf"; }

.nc-icon-mini.design-2_image:before {
  content: "\eec0"; }

.nc-icon-mini.design-2_layers:before {
  content: "\eec1"; }

.nc-icon-mini.design-2_layout-11:before {
  content: "\eec2"; }

.nc-icon-mini.design-2_layout-25:before {
  content: "\eec3"; }

.nc-icon-mini.design-2_mirror:before {
  content: "\eec4"; }

.nc-icon-mini.design-2_move-down:before {
  content: "\eec5"; }

.nc-icon-mini.design-2_move-up:before {
  content: "\eec6"; }

.nc-icon-mini.design-2_paint-brush:before {
  content: "\eec7"; }

.nc-icon-mini.design-2_ruler-pencil:before {
  content: "\eec8"; }

.nc-icon-mini.design-2_scale-down:before {
  content: "\eec9"; }

.nc-icon-mini.design-2_scale-up:before {
  content: "\eeca"; }

.nc-icon-mini.design-2_scale:before {
  content: "\eecb"; }

.nc-icon-mini.design-2_selection:before {
  content: "\eecc"; }

.nc-icon-mini.design-2_slider:before {
  content: "\eecd"; }

.nc-icon-mini.design-2_text:before {
  content: "\eece"; }

.nc-icon-mini.design-2_transform-origin:before {
  content: "\eecf"; }

.nc-icon-mini.design-2_transform:before {
  content: "\eed0"; }

.nc-icon-mini.design-2_ungroup:before {
  content: "\eed1"; }

.nc-icon-mini.loader_circle-04:before {
  content: "\eea3"; }

.nc-icon-mini.loader_dots-06:before {
  content: "\eea4"; }

.nc-icon-mini.loader_gear:before {
  content: "\eea5"; }

.nc-icon-mini.loader_refresh:before {
  content: "\eea6"; }

.nc-icon-mini.ui-1_analytics-88:before {
  content: "\ea0f"; }

.nc-icon-mini.ui-1_analytics-89:before {
  content: "\ea10"; }

.nc-icon-mini.ui-1_attach-86:before {
  content: "\ea11"; }

.nc-icon-mini.ui-1_attach-87:before {
  content: "\ea12"; }

.nc-icon-mini.ui-1_bell-53:before {
  content: "\ea13"; }

.nc-icon-mini.ui-1_bell-54:before {
  content: "\ea14"; }

.nc-icon-mini.ui-1_bell-55:before {
  content: "\ea15"; }

.nc-icon-mini.ui-1_bold-add:before {
  content: "\ea16"; }

.nc-icon-mini.ui-1_bold-delete:before {
  content: "\ea17"; }

.nc-icon-mini.ui-1_bold-remove:before {
  content: "\ea18"; }

.nc-icon-mini.ui-1_bookmark-add:before {
  content: "\ea19"; }

.nc-icon-mini.ui-1_bookmark-remove:before {
  content: "\ea1a"; }

.nc-icon-mini.ui-1_calendar-57:before {
  content: "\ea1b"; }

.nc-icon-mini.ui-1_calendar-60:before {
  content: "\ea1c"; }

.nc-icon-mini.ui-1_check-bold:before {
  content: "\ea1d"; }

.nc-icon-mini.ui-1_check-circle-07:before {
  content: "\ea1e"; }

.nc-icon-mini.ui-1_check-circle-08:before {
  content: "\ea1f"; }

.nc-icon-mini.ui-1_check-curve:before {
  content: "\ea20"; }

.nc-icon-mini.ui-1_check-simple:before {
  content: "\ea21"; }

.nc-icon-mini.ui-1_check-small:before {
  content: "\ea22"; }

.nc-icon-mini.ui-1_check-square-09:before {
  content: "\ea23"; }

.nc-icon-mini.ui-1_check-square-11:before {
  content: "\ea24"; }

.nc-icon-mini.ui-1_check:before {
  content: "\ea25"; }

.nc-icon-mini.ui-1_circle-add:before {
  content: "\ea26"; }

.nc-icon-mini.ui-1_circle-bold-add:before {
  content: "\ea27"; }

.nc-icon-mini.ui-1_circle-bold-remove:before {
  content: "\ea28"; }

.nc-icon-mini.ui-1_circle-delete:before {
  content: "\ea29"; }

.nc-icon-mini.ui-1_circle-remove:before {
  content: "\ea2a"; }

.nc-icon-mini.ui-1_dashboard-29:before {
  content: "\ea2b"; }

.nc-icon-mini.ui-1_dashboard-30:before {
  content: "\ea2c"; }

.nc-icon-mini.ui-1_dashboard-half:before {
  content: "\ea2d"; }

.nc-icon-mini.ui-1_dashboard-level:before {
  content: "\ea2e"; }

.nc-icon-mini.ui-1_database:before {
  content: "\ea2f"; }

.nc-icon-mini.ui-1_drop:before {
  content: "\ea30"; }

.nc-icon-mini.ui-1_edit-71:before {
  content: "\ea31"; }

.nc-icon-mini.ui-1_edit-72:before {
  content: "\ea32"; }

.nc-icon-mini.ui-1_edit-73:before {
  content: "\ea33"; }

.nc-icon-mini.ui-1_edit-74:before {
  content: "\ea34"; }

.nc-icon-mini.ui-1_edit-75:before {
  content: "\ea35"; }

.nc-icon-mini.ui-1_edit-76:before {
  content: "\ea36"; }

.nc-icon-mini.ui-1_edit-77:before {
  content: "\ea37"; }

.nc-icon-mini.ui-1_edit-78:before {
  content: "\ea38"; }

.nc-icon-mini.ui-1_email-83:before {
  content: "\ea39"; }

.nc-icon-mini.ui-1_email-84:before {
  content: "\ea3a"; }

.nc-icon-mini.ui-1_eye-17:before {
  content: "\ea3b"; }

.nc-icon-mini.ui-1_eye-19:before {
  content: "\ea3c"; }

.nc-icon-mini.ui-1_eye-ban-18:before {
  content: "\ea3d"; }

.nc-icon-mini.ui-1_eye-ban-20:before {
  content: "\ea3e"; }

.nc-icon-mini.ui-1_flame:before {
  content: "\ea3f"; }

.nc-icon-mini.ui-1_home-51:before {
  content: "\ea40"; }

.nc-icon-mini.ui-1_home-52:before {
  content: "\ea41"; }

.nc-icon-mini.ui-1_home-minimal:before {
  content: "\ea42"; }

.nc-icon-mini.ui-1_home-simple:before {
  content: "\ea43"; }

.nc-icon-mini.ui-1_leaf-80:before {
  content: "\ea44"; }

.nc-icon-mini.ui-1_leaf-81:before {
  content: "\ea45"; }

.nc-icon-mini.ui-1_leaf-edit:before {
  content: "\ea46"; }

.nc-icon-mini.ui-1_lock-circle-open:before {
  content: "\ea47"; }

.nc-icon-mini.ui-1_lock-circle:before {
  content: "\ea48"; }

.nc-icon-mini.ui-1_lock-open:before {
  content: "\ea49"; }

.nc-icon-mini.ui-1_lock:before {
  content: "\ea4a"; }

.nc-icon-mini.ui-1_notification-69:before {
  content: "\ea4b"; }

.nc-icon-mini.ui-1_pencil:before {
  content: "\ea4c"; }

.nc-icon-mini.ui-1_preferences-circle-rotate:before {
  content: "\ea4d"; }

.nc-icon-mini.ui-1_preferences-circle:before {
  content: "\ea4e"; }

.nc-icon-mini.ui-1_preferences-container-circle-rotate:before {
  content: "\ea4f"; }

.nc-icon-mini.ui-1_preferences-container-circle:before {
  content: "\ea50"; }

.nc-icon-mini.ui-1_preferences-container-rotate:before {
  content: "\ea51"; }

.nc-icon-mini.ui-1_preferences-container:before {
  content: "\ea52"; }

.nc-icon-mini.ui-1_preferences-rotate:before {
  content: "\ea53"; }

.nc-icon-mini.ui-1_preferences:before {
  content: "\ea54"; }

.nc-icon-mini.ui-1_send:before {
  content: "\ea55"; }

.nc-icon-mini.ui-1_settings-gear-63:before {
  content: "\ea56"; }

.nc-icon-mini.ui-1_settings-gear-64:before {
  content: "\ea57"; }

.nc-icon-mini.ui-1_settings-gear-65:before {
  content: "\ea58"; }

.nc-icon-mini.ui-1_settings-tool-66:before {
  content: "\ea59"; }

.nc-icon-mini.ui-1_simple-add:before {
  content: "\ea5a"; }

.nc-icon-mini.ui-1_simple-delete:before {
  content: "\ea5b"; }

.nc-icon-mini.ui-1_simple-remove:before {
  content: "\ea5c"; }

.nc-icon-mini.ui-1_trash-simple:before {
  content: "\ea5d"; }

.nc-icon-mini.ui-1_trash:before {
  content: "\ea5e"; }

.nc-icon-mini.ui-1_ui-03:before {
  content: "\ea5f"; }

.nc-icon-mini.ui-1_ui-04:before {
  content: "\ea60"; }

.nc-icon-mini.ui-1_zoom-bold-in:before {
  content: "\ea61"; }

.nc-icon-mini.ui-1_zoom-bold-out:before {
  content: "\ea62"; }

.nc-icon-mini.ui-1_zoom-bold:before {
  content: "\ea63"; }

.nc-icon-mini.ui-1_zoom-in:before {
  content: "\ea64"; }

.nc-icon-mini.ui-1_zoom-out:before {
  content: "\ea65"; }

.nc-icon-mini.ui-1_zoom:before {
  content: "\ea66"; }

.nc-icon-mini.ui-2_alert:before {
  content: "\ea67"; }

.nc-icon-mini.ui-2_alert-:before {
  content: "\ea68"; }

.nc-icon-mini.ui-2_alert-circle:before {
  content: "\ea69"; }

.nc-icon-mini.ui-2_alert-circle-:before {
  content: "\ea6a"; }

.nc-icon-mini.ui-2_alert-circle-i:before {
  content: "\ea6b"; }

.nc-icon-mini.ui-2_alert-i:before {
  content: "\ea6c"; }

.nc-icon-mini.ui-2_alert-square:before {
  content: "\ea6d"; }

.nc-icon-mini.ui-2_alert-square-:before {
  content: "\ea6e"; }

.nc-icon-mini.ui-2_alert-square-i:before {
  content: "\ea6f"; }

.nc-icon-mini.ui-2_archive:before {
  content: "\ea70"; }

.nc-icon-mini.ui-2_ban:before {
  content: "\ea71"; }

.nc-icon-mini.ui-2_battery-81:before {
  content: "\ea72"; }

.nc-icon-mini.ui-2_battery-83:before {
  content: "\ea73"; }

.nc-icon-mini.ui-2_battery-half:before {
  content: "\ea74"; }

.nc-icon-mini.ui-2_battery-low:before {
  content: "\ea75"; }

.nc-icon-mini.ui-2_bluetooth:before {
  content: "\ea76"; }

.nc-icon-mini.ui-2_book:before {
  content: "\ea77"; }

.nc-icon-mini.ui-2_chart-bar-52:before {
  content: "\ea78"; }

.nc-icon-mini.ui-2_chart-bar-53:before {
  content: "\ea79"; }

.nc-icon-mini.ui-2_chat-content:before {
  content: "\ea7a"; }

.nc-icon-mini.ui-2_chat-round-content:before {
  content: "\ea7b"; }

.nc-icon-mini.ui-2_chat-round:before {
  content: "\ea7c"; }

.nc-icon-mini.ui-2_chat:before {
  content: "\ea7d"; }

.nc-icon-mini.ui-2_circle-bold-delete:before {
  content: "\ea7e"; }

.nc-icon-mini.ui-2_cloud-25:before {
  content: "\ea7f"; }

.nc-icon-mini.ui-2_cloud-26:before {
  content: "\ea80"; }

.nc-icon-mini.ui-2_disk:before {
  content: "\ea81"; }

.nc-icon-mini.ui-2_enlarge-57:before {
  content: "\ea82"; }

.nc-icon-mini.ui-2_enlarge-58:before {
  content: "\ea83"; }

.nc-icon-mini.ui-2_favourite-28:before {
  content: "\ea84"; }

.nc-icon-mini.ui-2_favourite-31:before {
  content: "\ea85"; }

.nc-icon-mini.ui-2_filter:before {
  content: "\ea86"; }

.nc-icon-mini.ui-2_fullsize:before {
  content: "\ea87"; }

.nc-icon-mini.ui-2_grid-45:before {
  content: "\ea88"; }

.nc-icon-mini.ui-2_grid-46:before {
  content: "\ea89"; }

.nc-icon-mini.ui-2_grid-48:before {
  content: "\ea8a"; }

.nc-icon-mini.ui-2_grid-50:before {
  content: "\ea8b"; }

.nc-icon-mini.ui-2_grid-square:before {
  content: "\ea8c"; }

.nc-icon-mini.ui-2_hourglass:before {
  content: "\ea8d"; }

.nc-icon-mini.ui-2_lab:before {
  content: "\ea8e"; }

.nc-icon-mini.ui-2_layers:before {
  content: "\ea8f"; }

.nc-icon-mini.ui-2_like:before {
  content: "\ea90"; }

.nc-icon-mini.ui-2_link-66:before {
  content: "\ea91"; }

.nc-icon-mini.ui-2_link-68:before {
  content: "\ea92"; }

.nc-icon-mini.ui-2_link-69:before {
  content: "\ea93"; }

.nc-icon-mini.ui-2_link-72:before {
  content: "\ea94"; }

.nc-icon-mini.ui-2_link-broken-70:before {
  content: "\ea95"; }

.nc-icon-mini.ui-2_link-broken-73:before {
  content: "\ea96"; }

.nc-icon-mini.ui-2_menu-34:before {
  content: "\ea97"; }

.nc-icon-mini.ui-2_menu-35:before {
  content: "\ea98"; }

.nc-icon-mini.ui-2_menu-bold:before {
  content: "\ea99"; }

.nc-icon-mini.ui-2_menu-dots:before {
  content: "\ea9a"; }

.nc-icon-mini.ui-2_menu-square:before {
  content: "\ea9b"; }

.nc-icon-mini.ui-2_node:before {
  content: "\ea9c"; }

.nc-icon-mini.ui-2_paragraph:before {
  content: "\ea9d"; }

.nc-icon-mini.ui-2_phone:before {
  content: "\ea9e"; }

.nc-icon-mini.ui-2_share-bold:before {
  content: "\ea9f"; }

.nc-icon-mini.ui-2_share:before {
  content: "\eaa0"; }

.nc-icon-mini.ui-2_small-add:before {
  content: "\eaa1"; }

.nc-icon-mini.ui-2_small-delete:before {
  content: "\eaa2"; }

.nc-icon-mini.ui-2_small-remove:before {
  content: "\eaa3"; }

.nc-icon-mini.ui-2_square-add-08:before {
  content: "\eaa4"; }

.nc-icon-mini.ui-2_square-add-11:before {
  content: "\eaa5"; }

.nc-icon-mini.ui-2_square-delete-10:before {
  content: "\eaa6"; }

.nc-icon-mini.ui-2_square-delete-13:before {
  content: "\eaa7"; }

.nc-icon-mini.ui-2_square-remove-09:before {
  content: "\eaa8"; }

.nc-icon-mini.ui-2_square-remove-12:before {
  content: "\eaa9"; }

.nc-icon-mini.ui-2_target:before {
  content: "\eaaa"; }

.nc-icon-mini.ui-2_tile-55:before {
  content: "\eaab"; }

.nc-icon-mini.ui-2_tile-56:before {
  content: "\eaac"; }

.nc-icon-mini.ui-2_time-alarm:before {
  content: "\eaad"; }

.nc-icon-mini.ui-2_time-clock:before {
  content: "\eaae"; }

.nc-icon-mini.ui-2_time-countdown:before {
  content: "\eaaf"; }

.nc-icon-mini.ui-2_time:before {
  content: "\eab0"; }

.nc-icon-mini.ui-2_webpage:before {
  content: "\eab1"; }

.nc-icon-mini.ui-3_alert:before {
  content: "\eab2"; }

.nc-icon-mini.ui-3_backward:before {
  content: "\eab3"; }

.nc-icon-mini.ui-3_bolt:before {
  content: "\eab4"; }

.nc-icon-mini.ui-3_bullet-list:before {
  content: "\eab5"; }

.nc-icon-mini.ui-3_calendar-add:before {
  content: "\eab6"; }

.nc-icon-mini.ui-3_card-add:before {
  content: "\eab7"; }

.nc-icon-mini.ui-3_card-alert:before {
  content: "\eab8"; }

.nc-icon-mini.ui-3_chart-bars:before {
  content: "\ee6e"; }

.nc-icon-mini.ui-3_chart:before {
  content: "\ee6f"; }

.nc-icon-mini.ui-3_chat-33:before {
  content: "\ee70"; }

.nc-icon-mini.ui-3_chat-45:before {
  content: "\ee71"; }

.nc-icon-mini.ui-3_chat-46:before {
  content: "\ee72"; }

.nc-icon-mini.ui-3_chat-reply:before {
  content: "\ee73"; }

.nc-icon-mini.ui-3_check-in:before {
  content: "\ee74"; }

.nc-icon-mini.ui-3_check-out:before {
  content: "\ee75"; }

.nc-icon-mini.ui-3_dock-bottom:before {
  content: "\ee76"; }

.nc-icon-mini.ui-3_dock-left:before {
  content: "\ee77"; }

.nc-icon-mini.ui-3_dock-right:before {
  content: "\ee78"; }

.nc-icon-mini.ui-3_dock-top:before {
  content: "\ee79"; }

.nc-icon-mini.ui-3_filter-check:before {
  content: "\ee7a"; }

.nc-icon-mini.ui-3_filter-remove:before {
  content: "\ee7b"; }

.nc-icon-mini.ui-3_forward:before {
  content: "\ee7c"; }

.nc-icon-mini.ui-3_funnel-39:before {
  content: "\ee7d"; }

.nc-icon-mini.ui-3_funnel-40:before {
  content: "\ee7e"; }

.nc-icon-mini.ui-3_funnel-41:before {
  content: "\ee7f"; }

.nc-icon-mini.ui-3_heart:before {
  content: "\ee80"; }

.nc-icon-mini.ui-3_infinite:before {
  content: "\ee81"; }

.nc-icon-mini.ui-3_link:before {
  content: "\ee82"; }

.nc-icon-mini.ui-3_menu-left:before {
  content: "\ee83"; }

.nc-icon-mini.ui-3_menu-right:before {
  content: "\ee84"; }

.nc-icon-mini.ui-3_menu:before {
  content: "\ee85"; }

.nc-icon-mini.ui-3_metrics:before {
  content: "\ee86"; }

.nc-icon-mini.ui-3_phone-call-end:before {
  content: "\ee87"; }

.nc-icon-mini.ui-3_phone-call:before {
  content: "\ee88"; }

.nc-icon-mini.ui-3_phone:before {
  content: "\ee89"; }

.nc-icon-mini.ui-3_playlist:before {
  content: "\ee8a"; }

.nc-icon-mini.ui-3_security:before {
  content: "\ee8b"; }

.nc-icon-mini.ui-3_segmentation:before {
  content: "\ee8c"; }

.nc-icon-mini.ui-3_select:before {
  content: "\ee8d"; }

.nc-icon-mini.ui-3_send:before {
  content: "\ee8e"; }

.nc-icon-mini.ui-3_signal:before {
  content: "\ee8f"; }

.nc-icon-mini.ui-3_slide-left:before {
  content: "\ee90"; }

.nc-icon-mini.ui-3_slide-right:before {
  content: "\ee91"; }

.nc-icon-mini.ui-3_table-left:before {
  content: "\ee92"; }

.nc-icon-mini.ui-3_table-right:before {
  content: "\ee93"; }

.nc-icon-mini.ui-3_tag:before {
  content: "\ee94"; }

.nc-icon-mini.ui-3_widget:before {
  content: "\ee95"; }

.nc-icon-mini.ui-e_round-e-alert:before {
  content: "\ee96"; }

.nc-icon-mini.ui-e_round-e-help:before {
  content: "\ee97"; }

.nc-icon-mini.ui-e_round-e-info:before {
  content: "\ee98"; }

.nc-icon-mini.ui-e_square-e-alert:before {
  content: "\ee99"; }

.nc-icon-mini.ui-e_square-e-help:before {
  content: "\ee9a"; }

.nc-icon-mini.ui-e_square-e-info:before {
  content: "\ee9b"; }

.nc-icon-mini.ui-e_star-half:before {
  content: "\ee9c"; }

.nc-icon-mini.ui-e-2_calendar-add:before {
  content: "\ee9d"; }

.nc-icon-mini.ui-e-2_dock-bottom:before {
  content: "\ee9e"; }

.nc-icon-mini.ui-e-2_dock-left:before {
  content: "\ee9f"; }

.nc-icon-mini.ui-e-2_dock-right:before {
  content: "\eea0"; }

.nc-icon-mini.ui-e-2_dock-top:before {
  content: "\eea1"; }

.nc-icon-mini.ui-e-2_heart:before {
  content: "\eea2"; }

.nc-icon-mini.envir_bulb-saver:before {
  content: "\ee5c"; }

.nc-icon-mini.envir_bulb:before {
  content: "\ee5d"; }

.nc-icon-mini.envir_car:before {
  content: "\ee5e"; }

.nc-icon-mini.envir_fuel-electric:before {
  content: "\ee5f"; }

.nc-icon-mini.envir_fuel:before {
  content: "\ee60"; }

.nc-icon-mini.envir_home:before {
  content: "\ee61"; }

.nc-icon-mini.envir_level:before {
  content: "\ee62"; }

.nc-icon-mini.envir_panel:before {
  content: "\ee63"; }

.nc-icon-mini.envir_radiation:before {
  content: "\ee64"; }

.nc-icon-mini.envir_recycling:before {
  content: "\ee65"; }

.nc-icon-mini.envir_save-planet:before {
  content: "\ee66"; }

.nc-icon-mini.envir_waste-danger:before {
  content: "\ee67"; }

.nc-icon-mini.envir_waste-recycling:before {
  content: "\ee68"; }

.nc-icon-mini.envir_waste:before {
  content: "\ee69"; }

.nc-icon-mini.envir_water-hand:before {
  content: "\ee6a"; }

.nc-icon-mini.envir_water-sink:before {
  content: "\ee6b"; }

.nc-icon-mini.envir_water:before {
  content: "\ee6c"; }

.nc-icon-mini.envir_wind:before {
  content: "\ee6d"; }

.nc-icon-mini.arrows-1_back-78:before {
  content: "\e900"; }

.nc-icon-mini.arrows-1_back-80:before {
  content: "\e901"; }

.nc-icon-mini.arrows-1_bold-down:before {
  content: "\e902"; }

.nc-icon-mini.arrows-1_bold-left:before {
  content: "\e903"; }

.nc-icon-mini.arrows-1_bold-right:before {
  content: "\e904"; }

.nc-icon-mini.arrows-1_bold-up:before {
  content: "\e905"; }

.nc-icon-mini.arrows-1_circle-down-12:before {
  content: "\e906"; }

.nc-icon-mini.arrows-1_circle-down-40:before {
  content: "\e907"; }

.nc-icon-mini.arrows-1_circle-left-10:before {
  content: "\e908"; }

.nc-icon-mini.arrows-1_circle-left-38:before {
  content: "\e909"; }

.nc-icon-mini.arrows-1_circle-right-09:before {
  content: "\e90a"; }

.nc-icon-mini.arrows-1_circle-right-37:before {
  content: "\e90b"; }

.nc-icon-mini.arrows-1_circle-up-11:before {
  content: "\e90c"; }

.nc-icon-mini.arrows-1_circle-up-39:before {
  content: "\e90d"; }

.nc-icon-mini.arrows-1_cloud-download-95:before {
  content: "\e90e"; }

.nc-icon-mini.arrows-1_cloud-upload-96:before {
  content: "\e90f"; }

.nc-icon-mini.arrows-1_curved-next:before {
  content: "\e910"; }

.nc-icon-mini.arrows-1_curved-previous:before {
  content: "\e911"; }

.nc-icon-mini.arrows-1_direction-53:before {
  content: "\e912"; }

.nc-icon-mini.arrows-1_direction-56:before {
  content: "\e913"; }

.nc-icon-mini.arrows-1_double-left:before {
  content: "\e914"; }

.nc-icon-mini.arrows-1_double-right:before {
  content: "\e915"; }

.nc-icon-mini.arrows-1_download:before {
  content: "\e916"; }

.nc-icon-mini.arrows-1_enlarge-diagonal-43:before {
  content: "\e917"; }

.nc-icon-mini.arrows-1_enlarge-diagonal-44:before {
  content: "\e918"; }

.nc-icon-mini.arrows-1_enlarge-horizontal:before {
  content: "\e919"; }

.nc-icon-mini.arrows-1_enlarge-vertical:before {
  content: "\e91a"; }

.nc-icon-mini.arrows-1_fullscreen-70:before {
  content: "\e91b"; }

.nc-icon-mini.arrows-1_fullscreen-71:before {
  content: "\e91c"; }

.nc-icon-mini.arrows-1_fullscreen-76:before {
  content: "\e91d"; }

.nc-icon-mini.arrows-1_fullscreen-77:before {
  content: "\e91e"; }

.nc-icon-mini.arrows-1_fullscreen-double-74:before {
  content: "\e91f"; }

.nc-icon-mini.arrows-1_fullscreen-double-75:before {
  content: "\e920"; }

.nc-icon-mini.arrows-1_fullscreen-split-72:before {
  content: "\e921"; }

.nc-icon-mini.arrows-1_fullscreen-split-73:before {
  content: "\e922"; }

.nc-icon-mini.arrows-1_log-in:before {
  content: "\e923"; }

.nc-icon-mini.arrows-1_log-out:before {
  content: "\e924"; }

.nc-icon-mini.arrows-1_loop-82:before {
  content: "\e925"; }

.nc-icon-mini.arrows-1_minimal-down:before {
  content: "\e926"; }

.nc-icon-mini.arrows-1_minimal-left:before {
  content: "\e927"; }

.nc-icon-mini.arrows-1_minimal-right:before {
  content: "\e928"; }

.nc-icon-mini.arrows-1_minimal-up:before {
  content: "\e929"; }

.nc-icon-mini.arrows-1_redo-79:before {
  content: "\e92a"; }

.nc-icon-mini.arrows-1_redo-81:before {
  content: "\e92b"; }

.nc-icon-mini.arrows-1_refresh-68:before {
  content: "\e92c"; }

.nc-icon-mini.arrows-1_refresh-69:before {
  content: "\e92d"; }

.nc-icon-mini.arrows-1_round-down:before {
  content: "\e92e"; }

.nc-icon-mini.arrows-1_round-left:before {
  content: "\e92f"; }

.nc-icon-mini.arrows-1_round-right:before {
  content: "\e930"; }

.nc-icon-mini.arrows-1_round-up:before {
  content: "\e931"; }

.nc-icon-mini.arrows-1_share-66:before {
  content: "\e932"; }

.nc-icon-mini.arrows-1_share-91:before {
  content: "\e933"; }

.nc-icon-mini.arrows-1_share-92:before {
  content: "\e934"; }

.nc-icon-mini.arrows-1_shuffle-97:before {
  content: "\e935"; }

.nc-icon-mini.arrows-1_shuffle-98:before {
  content: "\e936"; }

.nc-icon-mini.arrows-1_simple-down:before {
  content: "\e937"; }

.nc-icon-mini.arrows-1_simple-left:before {
  content: "\e938"; }

.nc-icon-mini.arrows-1_simple-right:before {
  content: "\e939"; }

.nc-icon-mini.arrows-1_simple-up:before {
  content: "\e93a"; }

.nc-icon-mini.arrows-1_small-triangle-down:before {
  content: "\e93b"; }

.nc-icon-mini.arrows-1_small-triangle-left:before {
  content: "\e93c"; }

.nc-icon-mini.arrows-1_small-triangle-right:before {
  content: "\e93d"; }

.nc-icon-mini.arrows-1_small-triangle-up:before {
  content: "\e93e"; }

.nc-icon-mini.arrows-1_square-down:before {
  content: "\e93f"; }

.nc-icon-mini.arrows-1_square-left:before {
  content: "\e940"; }

.nc-icon-mini.arrows-1_square-right:before {
  content: "\e941"; }

.nc-icon-mini.arrows-1_square-up:before {
  content: "\e942"; }

.nc-icon-mini.arrows-1_strong-down:before {
  content: "\e943"; }

.nc-icon-mini.arrows-1_strong-left:before {
  content: "\e944"; }

.nc-icon-mini.arrows-1_strong-right:before {
  content: "\e945"; }

.nc-icon-mini.arrows-1_strong-up:before {
  content: "\e946"; }

.nc-icon-mini.arrows-1_tail-down:before {
  content: "\e947"; }

.nc-icon-mini.arrows-1_tail-left:before {
  content: "\e948"; }

.nc-icon-mini.arrows-1_tail-right:before {
  content: "\e949"; }

.nc-icon-mini.arrows-1_tail-triangle-down:before {
  content: "\e94a"; }

.nc-icon-mini.arrows-1_tail-triangle-left:before {
  content: "\e94b"; }

.nc-icon-mini.arrows-1_tail-triangle-right:before {
  content: "\e94c"; }

.nc-icon-mini.arrows-1_tail-triangle-up:before {
  content: "\e94d"; }

.nc-icon-mini.arrows-1_tail-up:before {
  content: "\e94e"; }

.nc-icon-mini.arrows-1_trend-down:before {
  content: "\e94f"; }

.nc-icon-mini.arrows-1_trend-up:before {
  content: "\e950"; }

.nc-icon-mini.arrows-1_triangle-down-20:before {
  content: "\e951"; }

.nc-icon-mini.arrows-1_triangle-down-65:before {
  content: "\e952"; }

.nc-icon-mini.arrows-1_triangle-left-18:before {
  content: "\e953"; }

.nc-icon-mini.arrows-1_triangle-left-63:before {
  content: "\e954"; }

.nc-icon-mini.arrows-1_triangle-right-17:before {
  content: "\e955"; }

.nc-icon-mini.arrows-1_triangle-right-62:before {
  content: "\e956"; }

.nc-icon-mini.arrows-1_triangle-up-19:before {
  content: "\e957"; }

.nc-icon-mini.arrows-1_triangle-up-64:before {
  content: "\e958"; }

.nc-icon-mini.arrows-1_zoom-88:before {
  content: "\e959"; }

.nc-icon-mini.arrows-2_block-down:before {
  content: "\e95a"; }

.nc-icon-mini.arrows-2_block-left:before {
  content: "\e95b"; }

.nc-icon-mini.arrows-2_block-right:before {
  content: "\e95c"; }

.nc-icon-mini.arrows-2_block-up:before {
  content: "\e95d"; }

.nc-icon-mini.arrows-2_conversion:before {
  content: "\e95e"; }

.nc-icon-mini.arrows-2_corner-down-round:before {
  content: "\e95f"; }

.nc-icon-mini.arrows-2_corner-down:before {
  content: "\e960"; }

.nc-icon-mini.arrows-2_corner-left-down:before {
  content: "\e961"; }

.nc-icon-mini.arrows-2_corner-left-round:before {
  content: "\e962"; }

.nc-icon-mini.arrows-2_corner-left:before {
  content: "\e963"; }

.nc-icon-mini.arrows-2_corner-right-down:before {
  content: "\e964"; }

.nc-icon-mini.arrows-2_corner-right-round:before {
  content: "\e965"; }

.nc-icon-mini.arrows-2_corner-right:before {
  content: "\e966"; }

.nc-icon-mini.arrows-2_corner-up-left:before {
  content: "\e967"; }

.nc-icon-mini.arrows-2_corner-up-right:before {
  content: "\e968"; }

.nc-icon-mini.arrows-2_corner-up-round:before {
  content: "\e969"; }

.nc-icon-mini.arrows-2_corner-up:before {
  content: "\e96a"; }

.nc-icon-mini.arrows-2_cross-down:before {
  content: "\e96b"; }

.nc-icon-mini.arrows-2_cross-left:before {
  content: "\e96c"; }

.nc-icon-mini.arrows-2_cross-right:before {
  content: "\e96d"; }

.nc-icon-mini.arrows-2_cross-up:before {
  content: "\e96e"; }

.nc-icon-mini.arrows-2_delete-49:before {
  content: "\e96f"; }

.nc-icon-mini.arrows-2_delete-50:before {
  content: "\e970"; }

.nc-icon-mini.arrows-2_direction:before {
  content: "\e971"; }

.nc-icon-mini.arrows-2_dots-download:before {
  content: "\e972"; }

.nc-icon-mini.arrows-2_dots-upload:before {
  content: "\e973"; }

.nc-icon-mini.arrows-2_eject:before {
  content: "\e974"; }

.nc-icon-mini.arrows-2_enlarge-circle:before {
  content: "\e975"; }

.nc-icon-mini.arrows-2_file-download-87:before {
  content: "\e976"; }

.nc-icon-mini.arrows-2_file-upload-86:before {
  content: "\e977"; }

.nc-icon-mini.arrows-2_hit-down:before {
  content: "\e978"; }

.nc-icon-mini.arrows-2_hit-left:before {
  content: "\e979"; }

.nc-icon-mini.arrows-2_hit-right:before {
  content: "\e97a"; }

.nc-icon-mini.arrows-2_hit-up:before {
  content: "\e97b"; }

.nc-icon-mini.arrows-2_log-out:before {
  content: "\e97c"; }

.nc-icon-mini.arrows-2_move-down-right:before {
  content: "\e97d"; }

.nc-icon-mini.arrows-2_move-down:before {
  content: "\e97e"; }

.nc-icon-mini.arrows-2_move-left:before {
  content: "\e97f"; }

.nc-icon-mini.arrows-2_move-right:before {
  content: "\e980"; }

.nc-icon-mini.arrows-2_move-up-left:before {
  content: "\e981"; }

.nc-icon-mini.arrows-2_move-up:before {
  content: "\e982"; }

.nc-icon-mini.arrows-2_push-next:before {
  content: "\e983"; }

.nc-icon-mini.arrows-2_push-previous:before {
  content: "\e984"; }

.nc-icon-mini.arrows-2_replay:before {
  content: "\e985"; }

.nc-icon-mini.arrows-2_round-left-down:before {
  content: "\e986"; }

.nc-icon-mini.arrows-2_round-right-down:before {
  content: "\e987"; }

.nc-icon-mini.arrows-2_round-up-left:before {
  content: "\e988"; }

.nc-icon-mini.arrows-2_round-up-right:before {
  content: "\e989"; }

.nc-icon-mini.arrows-2_select-83:before {
  content: "\e98a"; }

.nc-icon-mini.arrows-2_select-84:before {
  content: "\e98b"; }

.nc-icon-mini.arrows-2_skew-down:before {
  content: "\e98c"; }

.nc-icon-mini.arrows-2_skew-left:before {
  content: "\e98d"; }

.nc-icon-mini.arrows-2_skew-right:before {
  content: "\e98e"; }

.nc-icon-mini.arrows-2_skew-up:before {
  content: "\e98f"; }

.nc-icon-mini.arrows-2_small-left:before {
  content: "\e990"; }

.nc-icon-mini.arrows-2_small-right:before {
  content: "\e991"; }

.nc-icon-mini.arrows-2_square-download:before {
  content: "\e992"; }

.nc-icon-mini.arrows-2_square-upload:before {
  content: "\e993"; }

.nc-icon-mini.arrows-2_triangle-down:before {
  content: "\e994"; }

.nc-icon-mini.arrows-2_triangle-left:before {
  content: "\e995"; }

.nc-icon-mini.arrows-2_triangle-right:before {
  content: "\e996"; }

.nc-icon-mini.arrows-2_triangle-up:before {
  content: "\e997"; }

.nc-icon-mini.arrows-2_zoom:before {
  content: "\e998"; }

.nc-icon-mini.arrows-3_circle-simple-down:before {
  content: "\e999"; }

.nc-icon-mini.arrows-3_circle-simple-left:before {
  content: "\e99a"; }

.nc-icon-mini.arrows-3_circle-simple-right:before {
  content: "\e99b"; }

.nc-icon-mini.arrows-3_circle-simple-up:before {
  content: "\e99c"; }

.nc-icon-mini.arrows-3_small-down:before {
  content: "\e99d"; }

.nc-icon-mini.arrows-3_small-up:before {
  content: "\e99e"; }

.nc-icon-mini.arrows-3_square-corner-down-left:before {
  content: "\e99f"; }

.nc-icon-mini.arrows-3_square-corner-down-right:before {
  content: "\e9a0"; }

.nc-icon-mini.arrows-3_square-corner-up-left:before {
  content: "\e9a1"; }

.nc-icon-mini.arrows-3_square-corner-up-right:before {
  content: "\e9a2"; }

.nc-icon-mini.arrows-3_square-down-06:before {
  content: "\e9a3"; }

.nc-icon-mini.arrows-3_square-left-04:before {
  content: "\e9a4"; }

.nc-icon-mini.arrows-3_square-right-03:before {
  content: "\e9a5"; }

.nc-icon-mini.arrows-3_square-simple-down:before {
  content: "\e9a6"; }

.nc-icon-mini.arrows-3_square-simple-left:before {
  content: "\e9a7"; }

.nc-icon-mini.arrows-3_square-simple-right:before {
  content: "\e9a8"; }

.nc-icon-mini.arrows-3_square-simple-up:before {
  content: "\e9a9"; }

.nc-icon-mini.arrows-3_square-up-05:before {
  content: "\e9aa"; }

.nc-icon-mini.arrows-e_archive-e-download:before {
  content: "\e9ab"; }

.nc-icon-mini.arrows-e_archive-e-upload:before {
  content: "\e9ac"; }

.nc-icon-mini.arrows-e_circle-e-down-04:before {
  content: "\e9ad"; }

.nc-icon-mini.arrows-e_circle-e-down-12:before {
  content: "\e9ae"; }

.nc-icon-mini.arrows-e_circle-e-left-02:before {
  content: "\e9af"; }

.nc-icon-mini.arrows-e_circle-e-left-10:before {
  content: "\e9b0"; }

.nc-icon-mini.arrows-e_circle-e-right-01:before {
  content: "\e9b1"; }

.nc-icon-mini.arrows-e_circle-e-right-09:before {
  content: "\e9b2"; }

.nc-icon-mini.arrows-e_circle-e-up-03:before {
  content: "\e9b3"; }

.nc-icon-mini.arrows-e_circle-e-up-11:before {
  content: "\e9b4"; }

.nc-icon-mini.arrows-e_enlarge-21:before {
  content: "\e9b5"; }

.nc-icon-mini.arrows-e_enlarge-22:before {
  content: "\e9b6"; }

.nc-icon-mini.arrows-e_expand:before {
  content: "\e9b7"; }

.nc-icon-mini.arrows-e_move-bottom-right:before {
  content: "\e9b8"; }

.nc-icon-mini.arrows-e_move-top-left:before {
  content: "\e9b9"; }

.nc-icon-mini.arrows-e_refresh-19:before {
  content: "\e9ba"; }

.nc-icon-mini.arrows-e_refresh-20:before {
  content: "\e9bb"; }

.nc-icon-mini.arrows-e_resize-h:before {
  content: "\e9bc"; }

.nc-icon-mini.arrows-e_resize-v:before {
  content: "\e9bd"; }

.nc-icon-mini.arrows-e_share-26:before {
  content: "\e9be"; }

.nc-icon-mini.arrows-e_share-27:before {
  content: "\e9bf"; }

.nc-icon-mini.arrows-e_square-e-down:before {
  content: "\e9c0"; }

.nc-icon-mini.arrows-e_square-e-left:before {
  content: "\e9c1"; }

.nc-icon-mini.arrows-e_square-e-right:before {
  content: "\e9c2"; }

.nc-icon-mini.arrows-e_square-e-up:before {
  content: "\e9c3"; }

.nc-icon-mini.arrows-e_zoom-circle:before {
  content: "\e9c4"; }

.nc-icon-mini.arrows-e_zoom-e:before {
  content: "\e9c5"; }

.nc-icon-mini.arrows-e_zoom-square:before {
  content: "\e9c6"; }

.nc-icon-mini.arrows-e_zoom-triangles:before {
  content: "\e9c7"; }

.nc-icon-mini.weather_celsius:before {
  content: "\e9c8"; }

.nc-icon-mini.weather_cloud-drop:before {
  content: "\e9c9"; }

.nc-icon-mini.weather_cloud-fog-31:before {
  content: "\e9ca"; }

.nc-icon-mini.weather_cloud-fog-32:before {
  content: "\e9cb"; }

.nc-icon-mini.weather_cloud-hail:before {
  content: "\e9cc"; }

.nc-icon-mini.weather_cloud-light:before {
  content: "\e9cd"; }

.nc-icon-mini.weather_cloud-moon:before {
  content: "\e9ce"; }

.nc-icon-mini.weather_cloud-rain:before {
  content: "\e9cf"; }

.nc-icon-mini.weather_cloud-snow-34:before {
  content: "\e9d0"; }

.nc-icon-mini.weather_cloud-snow-42:before {
  content: "\e9d1"; }

.nc-icon-mini.weather_cloud-sun-17:before {
  content: "\e9d2"; }

.nc-icon-mini.weather_compass:before {
  content: "\e9d3"; }

.nc-icon-mini.weather_drop-15:before {
  content: "\e9d4"; }

.nc-icon-mini.weather_drops:before {
  content: "\e9d5"; }

.nc-icon-mini.weather_eclipse:before {
  content: "\e9d6"; }

.nc-icon-mini.weather_fahrenheit:before {
  content: "\e9d7"; }

.nc-icon-mini.weather_fog:before {
  content: "\e9d8"; }

.nc-icon-mini.weather_forecast:before {
  content: "\e9d9"; }

.nc-icon-mini.weather_hurricane-44:before {
  content: "\e9da"; }

.nc-icon-mini.weather_hurricane-45:before {
  content: "\e9db"; }

.nc-icon-mini.weather_moon-cloud-drop:before {
  content: "\e9dc"; }

.nc-icon-mini.weather_moon-cloud-fog:before {
  content: "\e9dd"; }

.nc-icon-mini.weather_moon-cloud-hail:before {
  content: "\e9de"; }

.nc-icon-mini.weather_moon-cloud-light:before {
  content: "\e9df"; }

.nc-icon-mini.weather_moon-cloud-rain:before {
  content: "\e9e0"; }

.nc-icon-mini.weather_moon-cloud-snow-61:before {
  content: "\e9e1"; }

.nc-icon-mini.weather_moon-cloud-snow-62:before {
  content: "\e9e2"; }

.nc-icon-mini.weather_moon-fog:before {
  content: "\e9e3"; }

.nc-icon-mini.weather_moon-full:before {
  content: "\e9e4"; }

.nc-icon-mini.weather_moon-stars:before {
  content: "\e9e5"; }

.nc-icon-mini.weather_moon:before {
  content: "\e9e6"; }

.nc-icon-mini.weather_rain-hail:before {
  content: "\e9e7"; }

.nc-icon-mini.weather_rain:before {
  content: "\e9e8"; }

.nc-icon-mini.weather_rainbow:before {
  content: "\e9e9"; }

.nc-icon-mini.weather_snow:before {
  content: "\e9ea"; }

.nc-icon-mini.weather_sun-cloud-drop:before {
  content: "\e9eb"; }

.nc-icon-mini.weather_sun-cloud-fog:before {
  content: "\e9ec"; }

.nc-icon-mini.weather_sun-cloud-hail:before {
  content: "\e9ed"; }

.nc-icon-mini.weather_sun-cloud-light:before {
  content: "\e9ee"; }

.nc-icon-mini.weather_sun-cloud-rain:before {
  content: "\e9ef"; }

.nc-icon-mini.weather_sun-cloud-snow-54:before {
  content: "\e9f0"; }

.nc-icon-mini.weather_sun-cloud-snow-55:before {
  content: "\e9f1"; }

.nc-icon-mini.weather_sun-cloud:before {
  content: "\e9f2"; }

.nc-icon-mini.weather_sun-fog-30:before {
  content: "\e9f3"; }

.nc-icon-mini.weather_sun-fog-43:before {
  content: "\e9f4"; }

.nc-icon-mini.weather_wind:before {
  content: "\e9f5"; }

.nc-icon-mini.weather-e_cloud-01:before {
  content: "\e9f6"; }

.nc-icon-mini.weather-e_cloud-02:before {
  content: "\e9f7"; }

.nc-icon-mini.users_add-27:before {
  content: "\e9f8"; }

.nc-icon-mini.users_add-29:before {
  content: "\e9f9"; }

.nc-icon-mini.users_badge-13:before {
  content: "\e9fa"; }

.nc-icon-mini.users_badge-14:before {
  content: "\e9fb"; }

.nc-icon-mini.users_badge-15:before {
  content: "\e9fc"; }

.nc-icon-mini.users_circle-08:before {
  content: "\e9fd"; }

.nc-icon-mini.users_circle-09:before {
  content: "\e9fe"; }

.nc-icon-mini.users_circle-10:before {
  content: "\e9ff"; }

.nc-icon-mini.users_delete-28:before {
  content: "\ea00"; }

.nc-icon-mini.users_delete-30:before {
  content: "\ea01"; }

.nc-icon-mini.users_man-20:before {
  content: "\ea02"; }

.nc-icon-mini.users_multiple-11:before {
  content: "\ea03"; }

.nc-icon-mini.users_multiple-19:before {
  content: "\ea04"; }

.nc-icon-mini.users_single-01:before {
  content: "\ea05"; }

.nc-icon-mini.users_single-02:before {
  content: "\ea06"; }

.nc-icon-mini.users_single-03:before {
  content: "\ea07"; }

.nc-icon-mini.users_single-04:before {
  content: "\ea08"; }

.nc-icon-mini.users_single-05:before {
  content: "\ea09"; }

.nc-icon-mini.users_single-body:before {
  content: "\ea0a"; }

.nc-icon-mini.users_square-31:before {
  content: "\ea0b"; }

.nc-icon-mini.users_square-32:before {
  content: "\ea0c"; }

.nc-icon-mini.users_square-33:before {
  content: "\ea0d"; }

.nc-icon-mini.users_woman-21:before {
  content: "\ea0e"; }

.nc-icon-mini.travel_backpack:before {
  content: "\eab9"; }

.nc-icon-mini.travel_bag:before {
  content: "\eaba"; }

.nc-icon-mini.travel_camping:before {
  content: "\eabb"; }

.nc-icon-mini.travel_drink:before {
  content: "\eabc"; }

.nc-icon-mini.travel_explore:before {
  content: "\eabd"; }

.nc-icon-mini.travel_fire:before {
  content: "\eabe"; }

.nc-icon-mini.travel_hotel-bell:before {
  content: "\eabf"; }

.nc-icon-mini.travel_hotel-symbol:before {
  content: "\eac0"; }

.nc-icon-mini.travel_hotel:before {
  content: "\eac1"; }

.nc-icon-mini.travel_igloo:before {
  content: "\eac2"; }

.nc-icon-mini.travel_jellyfish:before {
  content: "\eac3"; }

.nc-icon-mini.travel_lamp:before {
  content: "\eac4"; }

.nc-icon-mini.travel_luggage:before {
  content: "\eac5"; }

.nc-icon-mini.travel_octopus:before {
  content: "\eac6"; }

.nc-icon-mini.travel_passport:before {
  content: "\eac7"; }

.nc-icon-mini.travel_pickaxe:before {
  content: "\eac8"; }

.nc-icon-mini.travel_pool:before {
  content: "\eac9"; }

.nc-icon-mini.travel_rackets:before {
  content: "\eaca"; }

.nc-icon-mini.travel_road-sign-left:before {
  content: "\eacb"; }

.nc-icon-mini.travel_road-sign-right:before {
  content: "\eacc"; }

.nc-icon-mini.travel_rowing:before {
  content: "\eacd"; }

.nc-icon-mini.travel_sea-mask:before {
  content: "\eace"; }

.nc-icon-mini.travel_shark:before {
  content: "\eacf"; }

.nc-icon-mini.travel_spa:before {
  content: "\ead0"; }

.nc-icon-mini.travel_sunglasses:before {
  content: "\ead1"; }

.nc-icon-mini.travel_surf:before {
  content: "\ead2"; }

.nc-icon-mini.travel_swimwear:before {
  content: "\ead3"; }

.nc-icon-mini.travel_swiss-knife:before {
  content: "\ead4"; }

.nc-icon-mini.travel_trolley:before {
  content: "\ead5"; }

.nc-icon-mini.travel_world:before {
  content: "\ead6"; }

.nc-icon-mini.transportation_air-baloon:before {
  content: "\ead7"; }

.nc-icon-mini.transportation_bike:before {
  content: "\ead8"; }

.nc-icon-mini.transportation_boat-small-02:before {
  content: "\ead9"; }

.nc-icon-mini.transportation_boat-small-03:before {
  content: "\eada"; }

.nc-icon-mini.transportation_boat:before {
  content: "\eadb"; }

.nc-icon-mini.transportation_bus-front-10:before {
  content: "\eadc"; }

.nc-icon-mini.transportation_bus-front-12:before {
  content: "\eadd"; }

.nc-icon-mini.transportation_car-front:before {
  content: "\eade"; }

.nc-icon-mini.transportation_car-taxi:before {
  content: "\eadf"; }

.nc-icon-mini.transportation_car:before {
  content: "\eae0"; }

.nc-icon-mini.transportation_helicopter:before {
  content: "\eae1"; }

.nc-icon-mini.transportation_helmet:before {
  content: "\eae2"; }

.nc-icon-mini.transportation_light-traffic:before {
  content: "\eae3"; }

.nc-icon-mini.transportation_moto:before {
  content: "\eae4"; }

.nc-icon-mini.transportation_plane-17:before {
  content: "\eae5"; }

.nc-icon-mini.transportation_plane-18:before {
  content: "\eae6"; }

.nc-icon-mini.transportation_road:before {
  content: "\eae7"; }

.nc-icon-mini.transportation_skateboard:before {
  content: "\eae8"; }

.nc-icon-mini.transportation_tractor:before {
  content: "\eae9"; }

.nc-icon-mini.transportation_train:before {
  content: "\eaea"; }

.nc-icon-mini.transportation_tram:before {
  content: "\eaeb"; }

.nc-icon-mini.transportation_truck-front:before {
  content: "\eaec"; }

.nc-icon-mini.transportation_vespa-front:before {
  content: "\eaed"; }

.nc-icon-mini.gestures_2x-drag-down:before {
  content: "\eaee"; }

.nc-icon-mini.gestures_2x-drag-up:before {
  content: "\eaef"; }

.nc-icon-mini.gestures_active-38:before {
  content: "\eaf0"; }

.nc-icon-mini.gestures_active-40:before {
  content: "\eaf1"; }

.nc-icon-mini.gestures_camera:before {
  content: "\eaf2"; }

.nc-icon-mini.gestures_double-tap:before {
  content: "\eaf3"; }

.nc-icon-mini.gestures_drag-21:before {
  content: "\eaf4"; }

.nc-icon-mini.gestures_drag-31:before {
  content: "\eaf5"; }

.nc-icon-mini.gestures_drag-down:before {
  content: "\eaf6"; }

.nc-icon-mini.gestures_drag-left:before {
  content: "\eaf7"; }

.nc-icon-mini.gestures_drag-right:before {
  content: "\eaf8"; }

.nc-icon-mini.gestures_drag-up:before {
  content: "\eaf9"; }

.nc-icon-mini.gestures_grab:before {
  content: "\eafa"; }

.nc-icon-mini.gestures_pin:before {
  content: "\eafb"; }

.nc-icon-mini.gestures_pinch:before {
  content: "\eafc"; }

.nc-icon-mini.gestures_rotate-22:before {
  content: "\eafd"; }

.nc-icon-mini.gestures_scan:before {
  content: "\eafe"; }

.nc-icon-mini.gestures_stretch:before {
  content: "\eaff"; }

.nc-icon-mini.gestures_swipe-bottom:before {
  content: "\eb00"; }

.nc-icon-mini.gestures_swipe-left:before {
  content: "\eb01"; }

.nc-icon-mini.gestures_swipe-right:before {
  content: "\eb02"; }

.nc-icon-mini.gestures_swipe-up:before {
  content: "\eb03"; }

.nc-icon-mini.gestures_tap-01:before {
  content: "\eb04"; }

.nc-icon-mini.gestures_tap-02:before {
  content: "\eb05"; }

.nc-icon-mini.text_align-center:before {
  content: "\eb06"; }

.nc-icon-mini.text_align-justify:before {
  content: "\eb07"; }

.nc-icon-mini.text_align-left:before {
  content: "\eb08"; }

.nc-icon-mini.text_align-right:before {
  content: "\eb09"; }

.nc-icon-mini.text_background:before {
  content: "\eb0a"; }

.nc-icon-mini.text_bold:before {
  content: "\eb0b"; }

.nc-icon-mini.text_capitalize:before {
  content: "\eb0c"; }

.nc-icon-mini.text_caps-small:before {
  content: "\eb0d"; }

.nc-icon-mini.text_color:before {
  content: "\eb0e"; }

.nc-icon-mini.text_edit:before {
  content: "\eb0f"; }

.nc-icon-mini.text_italic:before {
  content: "\eb10"; }

.nc-icon-mini.text_line-height:before {
  content: "\eb11"; }

.nc-icon-mini.text_list-bullet:before {
  content: "\eb12"; }

.nc-icon-mini.text_list-numbers:before {
  content: "\eb13"; }

.nc-icon-mini.text_margin-left:before {
  content: "\eb14"; }

.nc-icon-mini.text_margin-right:before {
  content: "\eb15"; }

.nc-icon-mini.text_quote:before {
  content: "\eb16"; }

.nc-icon-mini.text_scale-horizontal:before {
  content: "\eb17"; }

.nc-icon-mini.text_scale-vertical:before {
  content: "\eb18"; }

.nc-icon-mini.text_size:before {
  content: "\eb19"; }

.nc-icon-mini.text_strikethrough:before {
  content: "\eb1a"; }

.nc-icon-mini.text_subscript:before {
  content: "\eb1b"; }

.nc-icon-mini.text_superscript:before {
  content: "\eb1c"; }

.nc-icon-mini.text_tracking:before {
  content: "\eb1d"; }

.nc-icon-mini.text_underline:before {
  content: "\eb1e"; }

.nc-icon-mini.tech_cable-49:before {
  content: "\eb1f"; }

.nc-icon-mini.tech_cd-reader:before {
  content: "\eb20"; }

.nc-icon-mini.tech_computer-monitor:before {
  content: "\eb21"; }

.nc-icon-mini.tech_computer-old:before {
  content: "\eb22"; }

.nc-icon-mini.tech_computer:before {
  content: "\eb23"; }

.nc-icon-mini.tech_controller-modern:before {
  content: "\eb24"; }

.nc-icon-mini.tech_controller:before {
  content: "\eb25"; }

.nc-icon-mini.tech_desktop-screen:before {
  content: "\eb26"; }

.nc-icon-mini.tech_desktop:before {
  content: "\eb27"; }

.nc-icon-mini.tech_disk-reader:before {
  content: "\eb28"; }

.nc-icon-mini.tech_disk:before {
  content: "\eb29"; }

.nc-icon-mini.tech_headphones:before {
  content: "\eb2a"; }

.nc-icon-mini.tech_keyboard-wifi:before {
  content: "\eb2b"; }

.nc-icon-mini.tech_keyboard:before {
  content: "\eb2c"; }

.nc-icon-mini.tech_laptop-camera:before {
  content: "\eb2d"; }

.nc-icon-mini.tech_laptop-front:before {
  content: "\eb2e"; }

.nc-icon-mini.tech_laptop:before {
  content: "\eb2f"; }

.nc-icon-mini.tech_mobile-button:before {
  content: "\eb30"; }

.nc-icon-mini.tech_mobile-camera:before {
  content: "\eb31"; }

.nc-icon-mini.tech_mobile-recharger-08:before {
  content: "\eb32"; }

.nc-icon-mini.tech_mobile-recharger-09:before {
  content: "\eb33"; }

.nc-icon-mini.tech_mobile-toolbar:before {
  content: "\eb34"; }

.nc-icon-mini.tech_mobile:before {
  content: "\eb35"; }

.nc-icon-mini.tech_music:before {
  content: "\eb36"; }

.nc-icon-mini.tech_navigation:before {
  content: "\eb37"; }

.nc-icon-mini.tech_player-19:before {
  content: "\eb38"; }

.nc-icon-mini.tech_player-48:before {
  content: "\eb39"; }

.nc-icon-mini.tech_print-round:before {
  content: "\eb3a"; }

.nc-icon-mini.tech_print:before {
  content: "\eb3b"; }

.nc-icon-mini.tech_ram:before {
  content: "\eb3c"; }

.nc-icon-mini.tech_remote:before {
  content: "\eb3d"; }

.nc-icon-mini.tech_signal:before {
  content: "\eb3e"; }

.nc-icon-mini.tech_socket:before {
  content: "\eb3f"; }

.nc-icon-mini.tech_sync:before {
  content: "\eb40"; }

.nc-icon-mini.tech_tablet-button:before {
  content: "\eb41"; }

.nc-icon-mini.tech_tablet-reader-31:before {
  content: "\eb42"; }

.nc-icon-mini.tech_tablet-reader-42:before {
  content: "\eb43"; }

.nc-icon-mini.tech_tablet-toolbar:before {
  content: "\eb44"; }

.nc-icon-mini.tech_tablet:before {
  content: "\eb45"; }

.nc-icon-mini.tech_tv-old:before {
  content: "\eb46"; }

.nc-icon-mini.tech_tv:before {
  content: "\eb47"; }

.nc-icon-mini.tech_watch-circle:before {
  content: "\eb48"; }

.nc-icon-mini.tech_watch-time:before {
  content: "\eb49"; }

.nc-icon-mini.tech_watch:before {
  content: "\eb4a"; }

.nc-icon-mini.tech_webcam-38:before {
  content: "\eb4b"; }

.nc-icon-mini.tech_webcam-39:before {
  content: "\eb4c"; }

.nc-icon-mini.tech_wifi-router:before {
  content: "\eb4d"; }

.nc-icon-mini.tech_wifi:before {
  content: "\eb4e"; }

.nc-icon-mini.sport_badminton:before {
  content: "\eb4f"; }

.nc-icon-mini.sport_baseball-ball:before {
  content: "\eb50"; }

.nc-icon-mini.sport_baseball-bat:before {
  content: "\eb51"; }

.nc-icon-mini.sport_basketball-12:before {
  content: "\eb52"; }

.nc-icon-mini.sport_boxing:before {
  content: "\eb53"; }

.nc-icon-mini.sport_cardio:before {
  content: "\eb54"; }

.nc-icon-mini.sport_cricket:before {
  content: "\eb55"; }

.nc-icon-mini.sport_crown:before {
  content: "\eb56"; }

.nc-icon-mini.sport_dart:before {
  content: "\eb57"; }

.nc-icon-mini.sport_dumbbells:before {
  content: "\eb58"; }

.nc-icon-mini.sport_fencing:before {
  content: "\eb59"; }

.nc-icon-mini.sport_fishing:before {
  content: "\eb5a"; }

.nc-icon-mini.sport_flag-finish:before {
  content: "\eb5b"; }

.nc-icon-mini.sport_football-headguard:before {
  content: "\eb5c"; }

.nc-icon-mini.sport_golf:before {
  content: "\eb5d"; }

.nc-icon-mini.sport_helmet:before {
  content: "\eb5e"; }

.nc-icon-mini.sport_hockey:before {
  content: "\eb5f"; }

.nc-icon-mini.sport_kettlebell:before {
  content: "\eb60"; }

.nc-icon-mini.sport_ping-pong:before {
  content: "\eb61"; }

.nc-icon-mini.sport_podium:before {
  content: "\eb62"; }

.nc-icon-mini.sport_rope:before {
  content: "\eb63"; }

.nc-icon-mini.sport_rugby:before {
  content: "\eb64"; }

.nc-icon-mini.sport_shaker:before {
  content: "\eb65"; }

.nc-icon-mini.sport_skateboard:before {
  content: "\eb66"; }

.nc-icon-mini.sport_snowboard:before {
  content: "\eb67"; }

.nc-icon-mini.sport_soccer-field:before {
  content: "\eb68"; }

.nc-icon-mini.sport_steering-wheel:before {
  content: "\eb69"; }

.nc-icon-mini.sport_supplement:before {
  content: "\eb6a"; }

.nc-icon-mini.sport_surf:before {
  content: "\eb6b"; }

.nc-icon-mini.sport_tactic:before {
  content: "\eb6c"; }

.nc-icon-mini.sport_tennis-ball:before {
  content: "\eb6d"; }

.nc-icon-mini.sport_tennis:before {
  content: "\eb6e"; }

.nc-icon-mini.sport_trophy:before {
  content: "\eb6f"; }

.nc-icon-mini.sport_user-run:before {
  content: "\eb70"; }

.nc-icon-mini.sport_volleyball:before {
  content: "\eb71"; }

.nc-icon-mini.sport_whistle:before {
  content: "\eb72"; }

.nc-icon-mini.shopping_award:before {
  content: "\eb9f"; }

.nc-icon-mini.shopping_bag-09:before {
  content: "\eba0"; }

.nc-icon-mini.shopping_bag-16:before {
  content: "\eba1"; }

.nc-icon-mini.shopping_bag-17:before {
  content: "\eba2"; }

.nc-icon-mini.shopping_bag-20:before {
  content: "\eba3"; }

.nc-icon-mini.shopping_bag-add-18:before {
  content: "\eba4"; }

.nc-icon-mini.shopping_bag-add-21:before {
  content: "\eba5"; }

.nc-icon-mini.shopping_bag-remove-19:before {
  content: "\eba6"; }

.nc-icon-mini.shopping_bag-remove-22:before {
  content: "\eba7"; }

.nc-icon-mini.shopping_barcode:before {
  content: "\eba8"; }

.nc-icon-mini.shopping_bardcode-qr:before {
  content: "\eba9"; }

.nc-icon-mini.shopping_basket-simple-add:before {
  content: "\ebaa"; }

.nc-icon-mini.shopping_basket-simple-remove:before {
  content: "\ebab"; }

.nc-icon-mini.shopping_basket-simple:before {
  content: "\ebac"; }

.nc-icon-mini.shopping_basket:before {
  content: "\ebad"; }

.nc-icon-mini.shopping_bitcoin:before {
  content: "\ebae"; }

.nc-icon-mini.shopping_box-ribbon:before {
  content: "\ebaf"; }

.nc-icon-mini.shopping_box:before {
  content: "\ebb0"; }

.nc-icon-mini.shopping_cart-modern-in:before {
  content: "\ebb1"; }

.nc-icon-mini.shopping_cart-modern:before {
  content: "\ebb2"; }

.nc-icon-mini.shopping_cart-simple-add:before {
  content: "\ebb3"; }

.nc-icon-mini.shopping_cart-simple-in:before {
  content: "\ebb4"; }

.nc-icon-mini.shopping_cart-simple-remove:before {
  content: "\ebb5"; }

.nc-icon-mini.shopping_cart-simple:before {
  content: "\ebb6"; }

.nc-icon-mini.shopping_cart:before {
  content: "\ebb7"; }

.nc-icon-mini.shopping_cash-register:before {
  content: "\ebb8"; }

.nc-icon-mini.shopping_chart:before {
  content: "\ebb9"; }

.nc-icon-mini.shopping_credit-card-in:before {
  content: "\ebba"; }

.nc-icon-mini.shopping_credit-card:before {
  content: "\ebbb"; }

.nc-icon-mini.shopping_delivery-fast:before {
  content: "\ebbc"; }

.nc-icon-mini.shopping_discount:before {
  content: "\ebbd"; }

.nc-icon-mini.shopping_gift:before {
  content: "\ebbe"; }

.nc-icon-mini.shopping_list:before {
  content: "\ebbf"; }

.nc-icon-mini.shopping_newsletter:before {
  content: "\ebc0"; }

.nc-icon-mini.shopping_receipt-list-42:before {
  content: "\ebc1"; }

.nc-icon-mini.shopping_receipt-list-43:before {
  content: "\ebc2"; }

.nc-icon-mini.shopping_receipt:before {
  content: "\ebc3"; }

.nc-icon-mini.shopping_shop:before {
  content: "\ebc4"; }

.nc-icon-mini.shopping_stock:before {
  content: "\ebc5"; }

.nc-icon-mini.shopping_tag-content:before {
  content: "\ebc6"; }

.nc-icon-mini.shopping_tag-cut:before {
  content: "\ebc7"; }

.nc-icon-mini.shopping_tag:before {
  content: "\ebc8"; }

.nc-icon-mini.shopping_wallet:before {
  content: "\ebc9"; }

.nc-icon-mini.education_agenda-bookmark:before {
  content: "\ebca"; }

.nc-icon-mini.education_atom:before {
  content: "\ebcb"; }

.nc-icon-mini.education_award-55:before {
  content: "\ebcc"; }

.nc-icon-mini.education_backpack-57:before {
  content: "\ebcd"; }

.nc-icon-mini.education_backpack-58:before {
  content: "\ebce"; }

.nc-icon-mini.education_ball-basket:before {
  content: "\ebcf"; }

.nc-icon-mini.education_ball-soccer:before {
  content: "\ebd0"; }

.nc-icon-mini.education_board-51:before {
  content: "\ebd1"; }

.nc-icon-mini.education_book-39:before {
  content: "\ebd2"; }

.nc-icon-mini.education_book-bookmark:before {
  content: "\ebd3"; }

.nc-icon-mini.education_book-open:before {
  content: "\ebd4"; }

.nc-icon-mini.education_books-46:before {
  content: "\ebd5"; }

.nc-icon-mini.education_flask:before {
  content: "\ebd6"; }

.nc-icon-mini.education_glasses:before {
  content: "\ebd7"; }

.nc-icon-mini.education_hat:before {
  content: "\ebd8"; }

.nc-icon-mini.education_language:before {
  content: "\ebd9"; }

.nc-icon-mini.education_molecule:before {
  content: "\ebda"; }

.nc-icon-mini.education_notepad:before {
  content: "\ebdb"; }

.nc-icon-mini.education_paper-diploma:before {
  content: "\ebdc"; }

.nc-icon-mini.education_paper:before {
  content: "\ebdd"; }

.nc-icon-mini.education_pencil-47:before {
  content: "\ebde"; }

.nc-icon-mini.education_school:before {
  content: "\ebdf"; }

.nc-icon-mini.objects_alien-29:before {
  content: "\ebe0"; }

.nc-icon-mini.objects_alien-33:before {
  content: "\ebe1"; }

.nc-icon-mini.objects_anchor:before {
  content: "\ebe2"; }

.nc-icon-mini.objects_astronaut:before {
  content: "\ebe3"; }

.nc-icon-mini.objects_axe:before {
  content: "\ebe4"; }

.nc-icon-mini.objects_baby-bottle:before {
  content: "\ebe5"; }

.nc-icon-mini.objects_baby:before {
  content: "\ebe6"; }

.nc-icon-mini.objects_baloon:before {
  content: "\ebe7"; }

.nc-icon-mini.objects_battery:before {
  content: "\ebe8"; }

.nc-icon-mini.objects_bear:before {
  content: "\ebe9"; }

.nc-icon-mini.objects_billiard:before {
  content: "\ebea"; }

.nc-icon-mini.objects_binocular:before {
  content: "\ebeb"; }

.nc-icon-mini.objects_bow:before {
  content: "\ebec"; }

.nc-icon-mini.objects_bowling:before {
  content: "\ebed"; }

.nc-icon-mini.objects_broom:before {
  content: "\ebee"; }

.nc-icon-mini.objects_cone:before {
  content: "\ebef"; }

.nc-icon-mini.objects_controller:before {
  content: "\ebf0"; }

.nc-icon-mini.objects_diamond:before {
  content: "\ebf1"; }

.nc-icon-mini.objects_dice:before {
  content: "\ebf2"; }

.nc-icon-mini.objects_globe:before {
  content: "\ebf3"; }

.nc-icon-mini.objects_hut:before {
  content: "\ebf4"; }

.nc-icon-mini.objects_key-25:before {
  content: "\ebf5"; }

.nc-icon-mini.objects_key-26:before {
  content: "\ebf6"; }

.nc-icon-mini.objects_lamp:before {
  content: "\ebf7"; }

.nc-icon-mini.objects_leaf-36:before {
  content: "\ebf8"; }

.nc-icon-mini.objects_light:before {
  content: "\ebf9"; }

.nc-icon-mini.objects_planet:before {
  content: "\ebfa"; }

.nc-icon-mini.objects_puzzle-09:before {
  content: "\ebfb"; }

.nc-icon-mini.objects_puzzle-10:before {
  content: "\ebfc"; }

.nc-icon-mini.objects_shovel:before {
  content: "\ebfd"; }

.nc-icon-mini.objects_skull:before {
  content: "\ebfe"; }

.nc-icon-mini.objects_spaceship:before {
  content: "\ebff"; }

.nc-icon-mini.objects_support-16:before {
  content: "\ec00"; }

.nc-icon-mini.objects_support-17:before {
  content: "\ec01"; }

.nc-icon-mini.objects_umbrella-13:before {
  content: "\ec02"; }

.nc-icon-mini.objects_umbrella-14:before {
  content: "\ec03"; }

.nc-icon-mini.objects_wool-ball:before {
  content: "\ec04"; }

.nc-icon-mini.media-1_3d:before {
  content: "\ec05"; }

.nc-icon-mini.media-1_album:before {
  content: "\ec06"; }

.nc-icon-mini.media-1_audio-91:before {
  content: "\ec07"; }

.nc-icon-mini.media-1_audio-92:before {
  content: "\ec08"; }

.nc-icon-mini.media-1_balance:before {
  content: "\ec09"; }

.nc-icon-mini.media-1_brightness-46:before {
  content: "\ec0a"; }

.nc-icon-mini.media-1_brightness-47:before {
  content: "\ec0b"; }

.nc-icon-mini.media-1_button-eject:before {
  content: "\ec0c"; }

.nc-icon-mini.media-1_button-next:before {
  content: "\ec0d"; }

.nc-icon-mini.media-1_button-pause:before {
  content: "\ec0e"; }

.nc-icon-mini.media-1_button-play:before {
  content: "\ec0f"; }

.nc-icon-mini.media-1_button-power:before {
  content: "\ec10"; }

.nc-icon-mini.media-1_button-previous:before {
  content: "\ec11"; }

.nc-icon-mini.media-1_button-record:before {
  content: "\ec12"; }

.nc-icon-mini.media-1_button-rewind:before {
  content: "\ec13"; }

.nc-icon-mini.media-1_button-skip:before {
  content: "\ec14"; }

.nc-icon-mini.media-1_button-stop:before {
  content: "\ec15"; }

.nc-icon-mini.media-1_camera-18:before {
  content: "\ec16"; }

.nc-icon-mini.media-1_camera-19:before {
  content: "\ec17"; }

.nc-icon-mini.media-1_camera-20:before {
  content: "\ec18"; }

.nc-icon-mini.media-1_camera-ban-37:before {
  content: "\ec19"; }

.nc-icon-mini.media-1_camera-compact:before {
  content: "\ec1a"; }

.nc-icon-mini.media-1_camera-square-57:before {
  content: "\ec1b"; }

.nc-icon-mini.media-1_camera-time:before {
  content: "\ec1c"; }

.nc-icon-mini.media-1_countdown-34:before {
  content: "\ec1d"; }

.nc-icon-mini.media-1_edit-color:before {
  content: "\ec1e"; }

.nc-icon-mini.media-1_edit-contrast-42:before {
  content: "\ec1f"; }

.nc-icon-mini.media-1_edit-contrast-43:before {
  content: "\ec20"; }

.nc-icon-mini.media-1_edit-saturation:before {
  content: "\ec21"; }

.nc-icon-mini.media-1_flash-21:before {
  content: "\ec22"; }

.nc-icon-mini.media-1_flash-24:before {
  content: "\ec23"; }

.nc-icon-mini.media-1_flash-29:before {
  content: "\ec24"; }

.nc-icon-mini.media-1_focus-32:before {
  content: "\ec25"; }

.nc-icon-mini.media-1_focus-38:before {
  content: "\ec26"; }

.nc-icon-mini.media-1_focus-40:before {
  content: "\ec27"; }

.nc-icon-mini.media-1_focus-circle:before {
  content: "\ec28"; }

.nc-icon-mini.media-1_frame-12:before {
  content: "\ec29"; }

.nc-icon-mini.media-1_frame-41:before {
  content: "\ec2a"; }

.nc-icon-mini.media-1_grid:before {
  content: "\ec2b"; }

.nc-icon-mini.media-1_image-01:before {
  content: "\ec2c"; }

.nc-icon-mini.media-1_image-02:before {
  content: "\ec2d"; }

.nc-icon-mini.media-1_image-05:before {
  content: "\ec2e"; }

.nc-icon-mini.media-1_layers:before {
  content: "\ec2f"; }

.nc-icon-mini.media-1_lens-31:before {
  content: "\ec30"; }

.nc-icon-mini.media-1_lens-56:before {
  content: "\ec31"; }

.nc-icon-mini.media-1_macro:before {
  content: "\ec32"; }

.nc-icon-mini.media-1_movie-61:before {
  content: "\ec33"; }

.nc-icon-mini.media-1_movie-62:before {
  content: "\ec34"; }

.nc-icon-mini.media-1_night:before {
  content: "\ec35"; }

.nc-icon-mini.media-1_picture:before {
  content: "\ec36"; }

.nc-icon-mini.media-1_play-68:before {
  content: "\ec37"; }

.nc-icon-mini.media-1_play-69:before {
  content: "\ec38"; }

.nc-icon-mini.media-1_player:before {
  content: "\ec39"; }

.nc-icon-mini.media-1_polaroid-add:before {
  content: "\ec3a"; }

.nc-icon-mini.media-1_polaroid-delete:before {
  content: "\ec3b"; }

.nc-icon-mini.media-1_polaroid-multiple:before {
  content: "\ec3c"; }

.nc-icon-mini.media-1_polaroid:before {
  content: "\ec3d"; }

.nc-icon-mini.media-1_roll:before {
  content: "\ec3e"; }

.nc-icon-mini.media-1_sd:before {
  content: "\ec3f"; }

.nc-icon-mini.media-1_ticket-75:before {
  content: "\ec40"; }

.nc-icon-mini.media-1_ticket-76:before {
  content: "\ec41"; }

.nc-icon-mini.media-1_touch:before {
  content: "\ec42"; }

.nc-icon-mini.media-1_tripod:before {
  content: "\ec43"; }

.nc-icon-mini.media-1_video-64:before {
  content: "\ec44"; }

.nc-icon-mini.media-1_video-65:before {
  content: "\ec45"; }

.nc-icon-mini.media-1_video-66:before {
  content: "\ec46"; }

.nc-icon-mini.media-1_video-67:before {
  content: "\ec47"; }

.nc-icon-mini.media-1_videocamera-71:before {
  content: "\ec48"; }

.nc-icon-mini.media-1_videocamera-72:before {
  content: "\ec49"; }

.nc-icon-mini.media-1_volume-93:before {
  content: "\ec4a"; }

.nc-icon-mini.media-1_volume-97:before {
  content: "\ec4b"; }

.nc-icon-mini.media-1_volume-down:before {
  content: "\ec4c"; }

.nc-icon-mini.media-1_volume-up:before {
  content: "\ec4d"; }

.nc-icon-mini.media-2_headphones-mic:before {
  content: "\ec4e"; }

.nc-icon-mini.media-2_headphones:before {
  content: "\ec4f"; }

.nc-icon-mini.media-2_knob:before {
  content: "\ec50"; }

.nc-icon-mini.media-2_mic:before {
  content: "\ec51"; }

.nc-icon-mini.media-2_music-album:before {
  content: "\ec52"; }

.nc-icon-mini.media-2_note-03:before {
  content: "\ec53"; }

.nc-icon-mini.media-2_note-04:before {
  content: "\ec54"; }

.nc-icon-mini.media-2_radio:before {
  content: "\ec55"; }

.nc-icon-mini.media-2_sound-wave:before {
  content: "\ec56"; }

.nc-icon-mini.media-2_speaker-01:before {
  content: "\ec57"; }

.nc-icon-mini.media-2_speaker-05:before {
  content: "\ec58"; }

.nc-icon-mini.media-2_tape:before {
  content: "\ec59"; }

.nc-icon-mini.location_appointment:before {
  content: "\ec5a"; }

.nc-icon-mini.location_bookmark-add:before {
  content: "\ec5b"; }

.nc-icon-mini.location_bookmark-remove:before {
  content: "\ec5c"; }

.nc-icon-mini.location_bookmark:before {
  content: "\ec5d"; }

.nc-icon-mini.location_compass-04:before {
  content: "\ec5e"; }

.nc-icon-mini.location_compass-05:before {
  content: "\ec5f"; }

.nc-icon-mini.location_compass-06:before {
  content: "\ec60"; }

.nc-icon-mini.location_crosshair:before {
  content: "\ec61"; }

.nc-icon-mini.location_explore:before {
  content: "\ec62"; }

.nc-icon-mini.location_flag-diagonal-33:before {
  content: "\ec63"; }

.nc-icon-mini.location_flag-diagonal-34:before {
  content: "\ec64"; }

.nc-icon-mini.location_flag-points-31:before {
  content: "\ec65"; }

.nc-icon-mini.location_flag-points-32:before {
  content: "\ec66"; }

.nc-icon-mini.location_flag-simple:before {
  content: "\ec67"; }

.nc-icon-mini.location_flag-triangle:before {
  content: "\ec68"; }

.nc-icon-mini.location_flag:before {
  content: "\ec69"; }

.nc-icon-mini.location_gps:before {
  content: "\ec6a"; }

.nc-icon-mini.location_map:before {
  content: "\ec6b"; }

.nc-icon-mini.location_marker:before {
  content: "\ec6c"; }

.nc-icon-mini.location_pin-add:before {
  content: "\ec6d"; }

.nc-icon-mini.location_pin-copy:before {
  content: "\ec6e"; }

.nc-icon-mini.location_pin-remove:before {
  content: "\ec6f"; }

.nc-icon-mini.location_pin:before {
  content: "\ec70"; }

.nc-icon-mini.location_pins:before {
  content: "\ec71"; }

.nc-icon-mini.location_position-marker:before {
  content: "\ec72"; }

.nc-icon-mini.location_radar:before {
  content: "\ec73"; }

.nc-icon-mini.location_treasure-map-40:before {
  content: "\ec74"; }

.nc-icon-mini.location_world:before {
  content: "\ec75"; }

.nc-icon-mini.location-e_bookmark-add:before {
  content: "\ec76"; }

.nc-icon-mini.location-e_bookmark-remove:before {
  content: "\ec77"; }

.nc-icon-mini.location-e_flag-06:before {
  content: "\ec78"; }

.nc-icon-mini.location-e_flag-07:before {
  content: "\ec79"; }

.nc-icon-mini.location-e_gps:before {
  content: "\ec7a"; }

.nc-icon-mini.location-e_pin-add:before {
  content: "\ec7b"; }

.nc-icon-mini.location-e_pin-remove:before {
  content: "\ec7c"; }

.nc-icon-mini.location-e_pin:before {
  content: "\ec7d"; }

.nc-icon-mini.holidays_bat:before {
  content: "\ec7e"; }

.nc-icon-mini.holidays_bones:before {
  content: "\ec7f"; }

.nc-icon-mini.holidays_boot:before {
  content: "\ec80"; }

.nc-icon-mini.holidays_candy:before {
  content: "\ec81"; }

.nc-icon-mini.holidays_cat:before {
  content: "\ec82"; }

.nc-icon-mini.holidays_cauldron:before {
  content: "\ec83"; }

.nc-icon-mini.holidays_chimney:before {
  content: "\ec84"; }

.nc-icon-mini.holidays_cockade:before {
  content: "\ec85"; }

.nc-icon-mini.holidays_coffin:before {
  content: "\ec86"; }

.nc-icon-mini.holidays_deer:before {
  content: "\ec87"; }

.nc-icon-mini.holidays_egg-38:before {
  content: "\ec88"; }

.nc-icon-mini.holidays_egg-39:before {
  content: "\ec89"; }

.nc-icon-mini.holidays_ghost:before {
  content: "\ec8a"; }

.nc-icon-mini.holidays_gift:before {
  content: "\ec8b"; }

.nc-icon-mini.holidays_glove:before {
  content: "\ec8c"; }

.nc-icon-mini.holidays_grave:before {
  content: "\ec8d"; }

.nc-icon-mini.holidays_light:before {
  content: "\ec8e"; }

.nc-icon-mini.holidays_message:before {
  content: "\ec8f"; }

.nc-icon-mini.holidays_owl:before {
  content: "\ec90"; }

.nc-icon-mini.holidays_pumpkin:before {
  content: "\ec91"; }

.nc-icon-mini.holidays_rabbit:before {
  content: "\ec92"; }

.nc-icon-mini.holidays_santa-hat:before {
  content: "\ec93"; }

.nc-icon-mini.holidays_sickle:before {
  content: "\ec94"; }

.nc-icon-mini.holidays_snow-ball:before {
  content: "\ec95"; }

.nc-icon-mini.holidays_snowman:before {
  content: "\ec96"; }

.nc-icon-mini.holidays_soak:before {
  content: "\ec97"; }

.nc-icon-mini.holidays_spider:before {
  content: "\ec98"; }

.nc-icon-mini.holidays_tree-ball:before {
  content: "\ec99"; }

.nc-icon-mini.holidays_tree:before {
  content: "\ec9a"; }

.nc-icon-mini.holidays_vampire:before {
  content: "\ec9b"; }

.nc-icon-mini.holidays_witch-hat:before {
  content: "\ec9c"; }

.nc-icon-mini.holidays_wolf:before {
  content: "\ec9d"; }

.nc-icon-mini.holidays_zombie:before {
  content: "\ec9e"; }

.nc-icon-mini.health_apple:before {
  content: "\ec9f"; }

.nc-icon-mini.health_bag-49:before {
  content: "\eca0"; }

.nc-icon-mini.health_bag-50:before {
  content: "\eca1"; }

.nc-icon-mini.health_brain:before {
  content: "\eca2"; }

.nc-icon-mini.health_dna-27:before {
  content: "\eca3"; }

.nc-icon-mini.health_dna-38:before {
  content: "\eca4"; }

.nc-icon-mini.health_flask:before {
  content: "\eca5"; }

.nc-icon-mini.health_heartbeat-16:before {
  content: "\eca6"; }

.nc-icon-mini.health_height:before {
  content: "\eca7"; }

.nc-icon-mini.health_hospital-32:before {
  content: "\eca8"; }

.nc-icon-mini.health_hospital-33:before {
  content: "\eca9"; }

.nc-icon-mini.health_hospital-34:before {
  content: "\ecaa"; }

.nc-icon-mini.health_humidity-26:before {
  content: "\ecab"; }

.nc-icon-mini.health_humidity-52:before {
  content: "\ecac"; }

.nc-icon-mini.health_molecule-39:before {
  content: "\ecad"; }

.nc-icon-mini.health_notebook:before {
  content: "\ecae"; }

.nc-icon-mini.health_patch-46:before {
  content: "\ecaf"; }

.nc-icon-mini.health_pill-42:before {
  content: "\ecb0"; }

.nc-icon-mini.health_pill-43:before {
  content: "\ecb1"; }

.nc-icon-mini.health_pill-container-44:before {
  content: "\ecb2"; }

.nc-icon-mini.health_pill-container-47:before {
  content: "\ecb3"; }

.nc-icon-mini.health_pulse-chart:before {
  content: "\ecb4"; }

.nc-icon-mini.health_pulse-sleep:before {
  content: "\ecb5"; }

.nc-icon-mini.health_pulse:before {
  content: "\ecb6"; }

.nc-icon-mini.health_steps:before {
  content: "\ecb7"; }

.nc-icon-mini.health_syringe:before {
  content: "\ecb8"; }

.nc-icon-mini.health_temperature-23:before {
  content: "\ecb9"; }

.nc-icon-mini.health_temperature-24:before {
  content: "\ecba"; }

.nc-icon-mini.health_tooth:before {
  content: "\ecbb"; }

.nc-icon-mini.health_weed:before {
  content: "\ecbc"; }

.nc-icon-mini.health_weight:before {
  content: "\ecbd"; }

.nc-icon-mini.health_wheelchair:before {
  content: "\ecbe"; }

.nc-icon-mini.health_woman:before {
  content: "\ecbf"; }

.nc-icon-mini.furniture_air-conditioner:before {
  content: "\ecc0"; }

.nc-icon-mini.furniture_armchair:before {
  content: "\ecc1"; }

.nc-icon-mini.furniture_bed-09:before {
  content: "\ecc2"; }

.nc-icon-mini.furniture_bed-23:before {
  content: "\ecc3"; }

.nc-icon-mini.furniture_cabinet:before {
  content: "\ecc4"; }

.nc-icon-mini.furniture_cactus:before {
  content: "\ecc5"; }

.nc-icon-mini.furniture_chair:before {
  content: "\ecc6"; }

.nc-icon-mini.furniture_coat-hanger:before {
  content: "\ecc7"; }

.nc-icon-mini.furniture_coffee:before {
  content: "\ecc8"; }

.nc-icon-mini.furniture_cradle:before {
  content: "\ecc9"; }

.nc-icon-mini.furniture_curtain:before {
  content: "\ecca"; }

.nc-icon-mini.furniture_desk:before {
  content: "\eccb"; }

.nc-icon-mini.furniture_door:before {
  content: "\eccc"; }

.nc-icon-mini.furniture_drawer:before {
  content: "\eccd"; }

.nc-icon-mini.furniture_fridge:before {
  content: "\ecce"; }

.nc-icon-mini.furniture_hanger:before {
  content: "\eccf"; }

.nc-icon-mini.furniture_iron:before {
  content: "\ecd0"; }

.nc-icon-mini.furniture_lamp-floor:before {
  content: "\ecd1"; }

.nc-icon-mini.furniture_lamp:before {
  content: "\ecd2"; }

.nc-icon-mini.furniture_library:before {
  content: "\ecd3"; }

.nc-icon-mini.furniture_light:before {
  content: "\ecd4"; }

.nc-icon-mini.furniture_mixer:before {
  content: "\ecd5"; }

.nc-icon-mini.furniture_oven:before {
  content: "\ecd6"; }

.nc-icon-mini.furniture_shower:before {
  content: "\ecd7"; }

.nc-icon-mini.furniture_sink-wash:before {
  content: "\ecd8"; }

.nc-icon-mini.furniture_sink:before {
  content: "\ecd9"; }

.nc-icon-mini.furniture_storage-hanger:before {
  content: "\ecda"; }

.nc-icon-mini.furniture_storage:before {
  content: "\ecdb"; }

.nc-icon-mini.furniture_toilet-paper:before {
  content: "\ecdc"; }

.nc-icon-mini.furniture_toilet:before {
  content: "\ecdd"; }

.nc-icon-mini.furniture_tv:before {
  content: "\ecde"; }

.nc-icon-mini.furniture_wardrobe:before {
  content: "\ecdf"; }

.nc-icon-mini.furniture_wash:before {
  content: "\ece0"; }

.nc-icon-mini.food_baby:before {
  content: "\ece1"; }

.nc-icon-mini.food_bacon:before {
  content: "\ece2"; }

.nc-icon-mini.food_banana:before {
  content: "\ece3"; }

.nc-icon-mini.food_barbecue-tools:before {
  content: "\ece4"; }

.nc-icon-mini.food_beer-95:before {
  content: "\ece5"; }

.nc-icon-mini.food_beer-96:before {
  content: "\ece6"; }

.nc-icon-mini.food_beverage:before {
  content: "\ece7"; }

.nc-icon-mini.food_bottle-wine:before {
  content: "\ece8"; }

.nc-icon-mini.food_bottle:before {
  content: "\ece9"; }

.nc-icon-mini.food_bowl:before {
  content: "\ecea"; }

.nc-icon-mini.food_bread:before {
  content: "\eceb"; }

.nc-icon-mini.food_broccoli:before {
  content: "\ecec"; }

.nc-icon-mini.food_cake-13:before {
  content: "\eced"; }

.nc-icon-mini.food_cake-slice:before {
  content: "\ecee"; }

.nc-icon-mini.food_candle:before {
  content: "\ecef"; }

.nc-icon-mini.food_candy:before {
  content: "\ecf0"; }

.nc-icon-mini.food_carrot:before {
  content: "\ecf1"; }

.nc-icon-mini.food_champagne:before {
  content: "\ecf2"; }

.nc-icon-mini.food_cheese-24:before {
  content: "\ecf3"; }

.nc-icon-mini.food_cheese-87:before {
  content: "\ecf4"; }

.nc-icon-mini.food_cheeseburger:before {
  content: "\ecf5"; }

.nc-icon-mini.food_chef-hat:before {
  content: "\ecf6"; }

.nc-icon-mini.food_cherry:before {
  content: "\ecf7"; }

.nc-icon-mini.food_chicken:before {
  content: "\ecf8"; }

.nc-icon-mini.food_chili:before {
  content: "\ecf9"; }

.nc-icon-mini.food_chinese:before {
  content: "\ecfa"; }

.nc-icon-mini.food_chips:before {
  content: "\ecfb"; }

.nc-icon-mini.food_chocolate:before {
  content: "\ecfc"; }

.nc-icon-mini.food_cocktail:before {
  content: "\ecfd"; }

.nc-icon-mini.food_coffe-long:before {
  content: "\ecfe"; }

.nc-icon-mini.food_coffee-long:before {
  content: "\ecff"; }

.nc-icon-mini.food_coffee:before {
  content: "\ed00"; }

.nc-icon-mini.food_cookies:before {
  content: "\ed01"; }

.nc-icon-mini.food_course:before {
  content: "\ed02"; }

.nc-icon-mini.food_crab:before {
  content: "\ed03"; }

.nc-icon-mini.food_croissant:before {
  content: "\ed04"; }

.nc-icon-mini.food_cutlery-75:before {
  content: "\ed05"; }

.nc-icon-mini.food_cutlery-76:before {
  content: "\ed06"; }

.nc-icon-mini.food_cutlery-77:before {
  content: "\ed07"; }

.nc-icon-mini.food_donut:before {
  content: "\ed08"; }

.nc-icon-mini.food_drink:before {
  content: "\ed09"; }

.nc-icon-mini.food_egg:before {
  content: "\ed0a"; }

.nc-icon-mini.food_energy-drink:before {
  content: "\ed0b"; }

.nc-icon-mini.food_fish:before {
  content: "\ed0c"; }

.nc-icon-mini.food_glass:before {
  content: "\ed0d"; }

.nc-icon-mini.food_grape:before {
  content: "\ed0e"; }

.nc-icon-mini.food_hob:before {
  content: "\ed0f"; }

.nc-icon-mini.food_hot-dog:before {
  content: "\ed10"; }

.nc-icon-mini.food_ice-cream-22:before {
  content: "\ed11"; }

.nc-icon-mini.food_ice-cream-72:before {
  content: "\ed12"; }

.nc-icon-mini.food_kettle:before {
  content: "\ed13"; }

.nc-icon-mini.food_knife:before {
  content: "\ed14"; }

.nc-icon-mini.food_lighter:before {
  content: "\ed15"; }

.nc-icon-mini.food_matches:before {
  content: "\ed16"; }

.nc-icon-mini.food_measuring-cup:before {
  content: "\ed17"; }

.nc-icon-mini.food_microwave:before {
  content: "\ed18"; }

.nc-icon-mini.food_milk:before {
  content: "\ed19"; }

.nc-icon-mini.food_moka:before {
  content: "\ed1a"; }

.nc-icon-mini.food_muffin:before {
  content: "\ed1b"; }

.nc-icon-mini.food_mug:before {
  content: "\ed1c"; }

.nc-icon-mini.food_pan:before {
  content: "\ed1d"; }

.nc-icon-mini.food_pizza-slice:before {
  content: "\ed1e"; }

.nc-icon-mini.food_plate:before {
  content: "\ed1f"; }

.nc-icon-mini.food_pot:before {
  content: "\ed20"; }

.nc-icon-mini.food_recipe-book-46:before {
  content: "\ed21"; }

.nc-icon-mini.food_recipe-book-47:before {
  content: "\ed22"; }

.nc-icon-mini.food_rolling-pin:before {
  content: "\ed23"; }

.nc-icon-mini.food_sausage:before {
  content: "\ed24"; }

.nc-icon-mini.food_scale:before {
  content: "\ed25"; }

.nc-icon-mini.food_steak:before {
  content: "\ed26"; }

.nc-icon-mini.food_strawberry:before {
  content: "\ed27"; }

.nc-icon-mini.food_sushi:before {
  content: "\ed28"; }

.nc-icon-mini.food_tacos:before {
  content: "\ed29"; }

.nc-icon-mini.food_tea:before {
  content: "\ed2a"; }

.nc-icon-mini.food_watermelon:before {
  content: "\ed2b"; }

.nc-icon-mini.food_whisk:before {
  content: "\ed2c"; }

.nc-icon-mini.files_add:before {
  content: "\ed2d"; }

.nc-icon-mini.files_archive-3d-content:before {
  content: "\ed2e"; }

.nc-icon-mini.files_archive-check:before {
  content: "\ed2f"; }

.nc-icon-mini.files_archive-content:before {
  content: "\ed30"; }

.nc-icon-mini.files_archive-paper:before {
  content: "\ed31"; }

.nc-icon-mini.files_archive:before {
  content: "\ed32"; }

.nc-icon-mini.files_book-07:before {
  content: "\ed33"; }

.nc-icon-mini.files_box:before {
  content: "\ed34"; }

.nc-icon-mini.files_copy:before {
  content: "\ed35"; }

.nc-icon-mini.files_drawer:before {
  content: "\ed36"; }

.nc-icon-mini.files_folder-13:before {
  content: "\ed37"; }

.nc-icon-mini.files_folder-14:before {
  content: "\ed38"; }

.nc-icon-mini.files_folder-15:before {
  content: "\ed39"; }

.nc-icon-mini.files_folder-16:before {
  content: "\ed3a"; }

.nc-icon-mini.files_folder-17:before {
  content: "\ed3b"; }

.nc-icon-mini.files_folder-18:before {
  content: "\ed3c"; }

.nc-icon-mini.files_folder-add:before {
  content: "\ed3d"; }

.nc-icon-mini.files_folder-remove:before {
  content: "\ed3e"; }

.nc-icon-mini.files_notebook:before {
  content: "\ed3f"; }

.nc-icon-mini.files_paper:before {
  content: "\ed40"; }

.nc-icon-mini.files_remove:before {
  content: "\ed41"; }

.nc-icon-mini.files_single-content-02:before {
  content: "\ed42"; }

.nc-icon-mini.files_single-content-03:before {
  content: "\ed43"; }

.nc-icon-mini.files_single-copies:before {
  content: "\ed44"; }

.nc-icon-mini.files_single-copy-04:before {
  content: "\ed45"; }

.nc-icon-mini.files_single-copy-06:before {
  content: "\ed46"; }

.nc-icon-mini.files_single-folded-content:before {
  content: "\ed47"; }

.nc-icon-mini.files_single-folded:before {
  content: "\ed48"; }

.nc-icon-mini.files_single-paragraph:before {
  content: "\ed49"; }

.nc-icon-mini.files_single:before {
  content: "\ed4a"; }

.nc-icon-mini.files-e_add:before {
  content: "\ed4b"; }

.nc-icon-mini.files-e_book:before {
  content: "\ed4c"; }

.nc-icon-mini.files-e_folder-02:before {
  content: "\ed4d"; }

.nc-icon-mini.files-e_folder-03:before {
  content: "\ed4e"; }

.nc-icon-mini.files-e_folder-add:before {
  content: "\ed4f"; }

.nc-icon-mini.files-e_folder-remove:before {
  content: "\ed50"; }

.nc-icon-mini.files-e_remove:before {
  content: "\ed51"; }

.nc-icon-mini.emoticons_angry-10:before {
  content: "\ed52"; }

.nc-icon-mini.emoticons_angry-44:before {
  content: "\ed53"; }

.nc-icon-mini.emoticons_big-eyes:before {
  content: "\ed54"; }

.nc-icon-mini.emoticons_big-smile:before {
  content: "\ed55"; }

.nc-icon-mini.emoticons_bigmouth:before {
  content: "\ed56"; }

.nc-icon-mini.emoticons_bomb:before {
  content: "\ed57"; }

.nc-icon-mini.emoticons_cake:before {
  content: "\ed58"; }

.nc-icon-mini.emoticons_cry-15:before {
  content: "\ed59"; }

.nc-icon-mini.emoticons_cute:before {
  content: "\ed5a"; }

.nc-icon-mini.emoticons_devil:before {
  content: "\ed5b"; }

.nc-icon-mini.emoticons_fist:before {
  content: "\ed5c"; }

.nc-icon-mini.emoticons_ghost:before {
  content: "\ed5d"; }

.nc-icon-mini.emoticons_happy-sun:before {
  content: "\ed5e"; }

.nc-icon-mini.emoticons_kiss:before {
  content: "\ed5f"; }

.nc-icon-mini.emoticons_laugh-35:before {
  content: "\ed60"; }

.nc-icon-mini.emoticons_like-no:before {
  content: "\ed61"; }

.nc-icon-mini.emoticons_like:before {
  content: "\ed62"; }

.nc-icon-mini.emoticons_manga-62:before {
  content: "\ed63"; }

.nc-icon-mini.emoticons_manga-63:before {
  content: "\ed64"; }

.nc-icon-mini.emoticons_monster:before {
  content: "\ed65"; }

.nc-icon-mini.emoticons_nerd-22:before {
  content: "\ed66"; }

.nc-icon-mini.emoticons_poop:before {
  content: "\ed67"; }

.nc-icon-mini.emoticons_puzzled:before {
  content: "\ed68"; }

.nc-icon-mini.emoticons_quite-happy:before {
  content: "\ed69"; }

.nc-icon-mini.emoticons_robot:before {
  content: "\ed6a"; }

.nc-icon-mini.emoticons_sad:before {
  content: "\ed6b"; }

.nc-icon-mini.emoticons_satisfied:before {
  content: "\ed6c"; }

.nc-icon-mini.emoticons_shark:before {
  content: "\ed6d"; }

.nc-icon-mini.emoticons_shy:before {
  content: "\ed6e"; }

.nc-icon-mini.emoticons_skull:before {
  content: "\ed6f"; }

.nc-icon-mini.emoticons_smile:before {
  content: "\ed70"; }

.nc-icon-mini.emoticons_speechless:before {
  content: "\ed71"; }

.nc-icon-mini.emoticons_sunglasses-48:before {
  content: "\ed72"; }

.nc-icon-mini.emoticons_sunglasses-49:before {
  content: "\ed73"; }

.nc-icon-mini.emoticons_surprise:before {
  content: "\ed74"; }

.nc-icon-mini.emoticons_virus:before {
  content: "\ed75"; }

.nc-icon-mini.emoticons_what:before {
  content: "\ed76"; }

.nc-icon-mini.emoticons-e_angry-e-08:before {
  content: "\ed77"; }

.nc-icon-mini.emoticons-e_angry-e-17:before {
  content: "\ed78"; }

.nc-icon-mini.emoticons-e_ghost-e:before {
  content: "\ed79"; }

.nc-icon-mini.emoticons-e_kiss-e:before {
  content: "\ed7a"; }

.nc-icon-mini.emoticons-e_laugh-e:before {
  content: "\ed7b"; }

.nc-icon-mini.emoticons-e_monster-e:before {
  content: "\ed7c"; }

.nc-icon-mini.emoticons-e_puzzled-e:before {
  content: "\ed7d"; }

.nc-icon-mini.emoticons-e_quite-happy-e:before {
  content: "\ed7e"; }

.nc-icon-mini.emoticons-e_robot-e:before {
  content: "\ed7f"; }

.nc-icon-mini.emoticons-e_sad-e:before {
  content: "\ed80"; }

.nc-icon-mini.emoticons-e_satisfied-e:before {
  content: "\ed81"; }

.nc-icon-mini.emoticons-e_shark-e:before {
  content: "\ed82"; }

.nc-icon-mini.emoticons-e_shy-e:before {
  content: "\ed83"; }

.nc-icon-mini.emoticons-e_smile-e:before {
  content: "\ed84"; }

.nc-icon-mini.emoticons-e_speechless-e:before {
  content: "\ed85"; }

.nc-icon-mini.emoticons-e_surprise-e:before {
  content: "\ed86"; }

.nc-icon-mini.emoticons-e_what-e:before {
  content: "\ed87"; }

.nc-icon-mini.clothes_baby:before {
  content: "\eddc"; }

.nc-icon-mini.clothes_backpack:before {
  content: "\eddd"; }

.nc-icon-mini.clothes_bag-21:before {
  content: "\edde"; }

.nc-icon-mini.clothes_bag-22:before {
  content: "\eddf"; }

.nc-icon-mini.clothes_belt:before {
  content: "\ede0"; }

.nc-icon-mini.clothes_boot-woman:before {
  content: "\ede1"; }

.nc-icon-mini.clothes_boot:before {
  content: "\ede2"; }

.nc-icon-mini.clothes_bra:before {
  content: "\ede3"; }

.nc-icon-mini.clothes_button:before {
  content: "\ede4"; }

.nc-icon-mini.clothes_cap:before {
  content: "\ede5"; }

.nc-icon-mini.clothes_corset:before {
  content: "\ede6"; }

.nc-icon-mini.clothes_dress-woman:before {
  content: "\ede7"; }

.nc-icon-mini.clothes_flip:before {
  content: "\ede8"; }

.nc-icon-mini.clothes_glasses:before {
  content: "\ede9"; }

.nc-icon-mini.clothes_hat-top:before {
  content: "\edea"; }

.nc-icon-mini.clothes_hat:before {
  content: "\edeb"; }

.nc-icon-mini.clothes_iron:before {
  content: "\edec"; }

.nc-icon-mini.clothes_jeans-41:before {
  content: "\eded"; }

.nc-icon-mini.clothes_jeans-pocket:before {
  content: "\edee"; }

.nc-icon-mini.clothes_kitchen:before {
  content: "\edef"; }

.nc-icon-mini.clothes_long-sleeve:before {
  content: "\edf0"; }

.nc-icon-mini.clothes_makeup:before {
  content: "\edf1"; }

.nc-icon-mini.clothes_ring:before {
  content: "\edf2"; }

.nc-icon-mini.clothes_scarf:before {
  content: "\edf3"; }

.nc-icon-mini.clothes_shirt-buttons:before {
  content: "\edf4"; }

.nc-icon-mini.clothes_shirt-neck:before {
  content: "\edf5"; }

.nc-icon-mini.clothes_shirt:before {
  content: "\edf6"; }

.nc-icon-mini.clothes_shoe-man:before {
  content: "\edf7"; }

.nc-icon-mini.clothes_shoe-sport:before {
  content: "\edf8"; }

.nc-icon-mini.clothes_shoe-woman:before {
  content: "\edf9"; }

.nc-icon-mini.clothes_skirt:before {
  content: "\edfa"; }

.nc-icon-mini.clothes_slacks-12:before {
  content: "\edfb"; }

.nc-icon-mini.clothes_sock:before {
  content: "\edfc"; }

.nc-icon-mini.clothes_tie-bow:before {
  content: "\edfd"; }

.nc-icon-mini.clothes_tshirt-53:before {
  content: "\edfe"; }

.nc-icon-mini.clothes_tshirt-54:before {
  content: "\edff"; }

.nc-icon-mini.clothes_underwear-man:before {
  content: "\ee00"; }

.nc-icon-mini.clothes_underwear:before {
  content: "\ee01"; }

.nc-icon-mini.clothes_vest:before {
  content: "\ee02"; }

.nc-icon-mini.clothes_wash:before {
  content: "\ee03"; }

.nc-icon-mini.business_agenda:before {
  content: "\ee04"; }

.nc-icon-mini.business_atm:before {
  content: "\ee05"; }

.nc-icon-mini.business_award-48:before {
  content: "\ee06"; }

.nc-icon-mini.business_award-49:before {
  content: "\ee07"; }

.nc-icon-mini.business_award-74:before {
  content: "\ee08"; }

.nc-icon-mini.business_badge:before {
  content: "\ee09"; }

.nc-icon-mini.business_bank:before {
  content: "\ee0a"; }

.nc-icon-mini.business_board-27:before {
  content: "\ee0b"; }

.nc-icon-mini.business_board-28:before {
  content: "\ee0c"; }

.nc-icon-mini.business_books:before {
  content: "\ee0d"; }

.nc-icon-mini.business_briefcase-24:before {
  content: "\ee0e"; }

.nc-icon-mini.business_briefcase-25:before {
  content: "\ee0f"; }

.nc-icon-mini.business_briefcase-26:before {
  content: "\ee10"; }

.nc-icon-mini.business_building:before {
  content: "\ee11"; }

.nc-icon-mini.business_bulb-61:before {
  content: "\ee12"; }

.nc-icon-mini.business_bulb-62:before {
  content: "\ee13"; }

.nc-icon-mini.business_bulb-63:before {
  content: "\ee14"; }

.nc-icon-mini.business_businessman-03:before {
  content: "\ee15"; }

.nc-icon-mini.business_businessman-04:before {
  content: "\ee16"; }

.nc-icon-mini.business_calculator:before {
  content: "\ee17"; }

.nc-icon-mini.business_chair:before {
  content: "\ee18"; }

.nc-icon-mini.business_chart-bar-32:before {
  content: "\ee19"; }

.nc-icon-mini.business_chart-growth:before {
  content: "\ee1a"; }

.nc-icon-mini.business_chart-pie-35:before {
  content: "\ee1b"; }

.nc-icon-mini.business_chart-pie-36:before {
  content: "\ee1c"; }

.nc-icon-mini.business_chart:before {
  content: "\ee1d"; }

.nc-icon-mini.business_cheque:before {
  content: "\ee1e"; }

.nc-icon-mini.business_coins:before {
  content: "\ee1f"; }

.nc-icon-mini.business_connect:before {
  content: "\ee20"; }

.nc-icon-mini.business_contacts:before {
  content: "\ee21"; }

.nc-icon-mini.business_currency-dollar:before {
  content: "\ee22"; }

.nc-icon-mini.business_currency-euro:before {
  content: "\ee23"; }

.nc-icon-mini.business_currency-pound:before {
  content: "\ee24"; }

.nc-icon-mini.business_currency-yen:before {
  content: "\ee25"; }

.nc-icon-mini.business_factory:before {
  content: "\ee26"; }

.nc-icon-mini.business_globe:before {
  content: "\ee27"; }

.nc-icon-mini.business_goal-64:before {
  content: "\ee28"; }

.nc-icon-mini.business_goal-65:before {
  content: "\ee29"; }

.nc-icon-mini.business_hammer:before {
  content: "\ee2a"; }

.nc-icon-mini.business_handout:before {
  content: "\ee2b"; }

.nc-icon-mini.business_hat:before {
  content: "\ee2c"; }

.nc-icon-mini.business_hierarchy-53:before {
  content: "\ee2d"; }

.nc-icon-mini.business_math:before {
  content: "\ee2e"; }

.nc-icon-mini.business_money-11:before {
  content: "\ee2f"; }

.nc-icon-mini.business_money-12:before {
  content: "\ee30"; }

.nc-icon-mini.business_money-13:before {
  content: "\ee31"; }

.nc-icon-mini.business_money-bag:before {
  content: "\ee32"; }

.nc-icon-mini.business_net:before {
  content: "\ee33"; }

.nc-icon-mini.business_notes:before {
  content: "\ee34"; }

.nc-icon-mini.business_percentage-39:before {
  content: "\ee35"; }

.nc-icon-mini.business_pin:before {
  content: "\ee36"; }

.nc-icon-mini.business_plug:before {
  content: "\ee37"; }

.nc-icon-mini.business_progress:before {
  content: "\ee38"; }

.nc-icon-mini.business_safe:before {
  content: "\ee39"; }

.nc-icon-mini.business_sign:before {
  content: "\ee3a"; }

.nc-icon-mini.business_signature:before {
  content: "\ee3b"; }

.nc-icon-mini.business_stock:before {
  content: "\ee3c"; }

.nc-icon-mini.business_strategy:before {
  content: "\ee3d"; }

.nc-icon-mini.business_tie-01:before {
  content: "\ee3e"; }

.nc-icon-mini.business_tie-02:before {
  content: "\ee3f"; }

.nc-icon-mini.business_wallet-43:before {
  content: "\ee40"; }

.nc-icon-mini.business_wallet-44:before {
  content: "\ee41"; }

.nc-icon-mini.nature_bee:before {
  content: "\ee42"; }

.nc-icon-mini.nature_butterfly:before {
  content: "\ee43"; }

.nc-icon-mini.nature_chicken:before {
  content: "\ee44"; }

.nc-icon-mini.nature_clover:before {
  content: "\ee45"; }

.nc-icon-mini.nature_collar:before {
  content: "\ee46"; }

.nc-icon-mini.nature_cow:before {
  content: "\ee47"; }

.nc-icon-mini.nature_dog-house:before {
  content: "\ee48"; }

.nc-icon-mini.nature_dog:before {
  content: "\ee49"; }

.nc-icon-mini.nature_flower-05:before {
  content: "\ee4a"; }

.nc-icon-mini.nature_flower-06:before {
  content: "\ee4b"; }

.nc-icon-mini.nature_flower-07:before {
  content: "\ee4c"; }

.nc-icon-mini.nature_food-dog:before {
  content: "\ee4d"; }

.nc-icon-mini.nature_food:before {
  content: "\ee4e"; }

.nc-icon-mini.nature_mountain:before {
  content: "\ee4f"; }

.nc-icon-mini.nature_mushroom:before {
  content: "\ee50"; }

.nc-icon-mini.nature_panda:before {
  content: "\ee51"; }

.nc-icon-mini.nature_paw:before {
  content: "\ee52"; }

.nc-icon-mini.nature_pig:before {
  content: "\ee53"; }

.nc-icon-mini.nature_plant-ground:before {
  content: "\ee54"; }

.nc-icon-mini.nature_plant-vase:before {
  content: "\ee55"; }

.nc-icon-mini.nature_rat:before {
  content: "\ee56"; }

.nc-icon-mini.nature_tree-01:before {
  content: "\ee57"; }

.nc-icon-mini.nature_tree-02:before {
  content: "\ee58"; }

.nc-icon-mini.nature_tree-03:before {
  content: "\ee59"; }

.nc-icon-mini.nature_turtle:before {
  content: "\ee5a"; }

.nc-icon-mini.nature_wood:before {
  content: "\ee5b"; }

/*------------------------
    font icons
-------------------------*/
.nc-icon-outline.files_add:before {
  content: "\e900"; }

.nc-icon-outline.files_archive-3d-check:before {
  content: "\e901"; }

.nc-icon-outline.files_archive-3d-content:before {
  content: "\e902"; }

.nc-icon-outline.files_archive-check:before {
  content: "\e903"; }

.nc-icon-outline.files_archive-content:before {
  content: "\e904"; }

.nc-icon-outline.files_archive-paper-check:before {
  content: "\e905"; }

.nc-icon-outline.files_archive-paper:before {
  content: "\e906"; }

.nc-icon-outline.files_archive:before {
  content: "\e907"; }

.nc-icon-outline.files_audio:before {
  content: "\e908"; }

.nc-icon-outline.files_book-07:before {
  content: "\e909"; }

.nc-icon-outline.files_book-08:before {
  content: "\e90a"; }

.nc-icon-outline.files_bookmark:before {
  content: "\e90b"; }

.nc-icon-outline.files_box:before {
  content: "\e90c"; }

.nc-icon-outline.files_chart-bar:before {
  content: "\e90d"; }

.nc-icon-outline.files_chart-pie:before {
  content: "\e90e"; }

.nc-icon-outline.files_check:before {
  content: "\e90f"; }

.nc-icon-outline.files_cloud:before {
  content: "\e910"; }

.nc-icon-outline.files_copy:before {
  content: "\e911"; }

.nc-icon-outline.files_dev:before {
  content: "\e912"; }

.nc-icon-outline.files_download:before {
  content: "\e913"; }

.nc-icon-outline.files_drawer:before {
  content: "\e914"; }

.nc-icon-outline.files_edit:before {
  content: "\e915"; }

.nc-icon-outline.files_exclamation:before {
  content: "\e916"; }

.nc-icon-outline.files_folder-13:before {
  content: "\e917"; }

.nc-icon-outline.files_folder-14:before {
  content: "\e918"; }

.nc-icon-outline.files_folder-15:before {
  content: "\e919"; }

.nc-icon-outline.files_folder-16:before {
  content: "\e91a"; }

.nc-icon-outline.files_folder-17:before {
  content: "\e91b"; }

.nc-icon-outline.files_folder-18:before {
  content: "\e91c"; }

.nc-icon-outline.files_folder-19:before {
  content: "\e91d"; }

.nc-icon-outline.files_folder-add:before {
  content: "\e91e"; }

.nc-icon-outline.files_folder-audio:before {
  content: "\e91f"; }

.nc-icon-outline.files_folder-bookmark:before {
  content: "\e920"; }

.nc-icon-outline.files_folder-chart-bar:before {
  content: "\e921"; }

.nc-icon-outline.files_folder-chart-pie:before {
  content: "\e922"; }

.nc-icon-outline.files_folder-check:before {
  content: "\e923"; }

.nc-icon-outline.files_folder-cloud:before {
  content: "\e924"; }

.nc-icon-outline.files_folder-dev:before {
  content: "\e925"; }

.nc-icon-outline.files_folder-download:before {
  content: "\e926"; }

.nc-icon-outline.files_folder-edit:before {
  content: "\e927"; }

.nc-icon-outline.files_folder-exclamation:before {
  content: "\e928"; }

.nc-icon-outline.files_folder-gallery:before {
  content: "\e929"; }

.nc-icon-outline.files_folder-heart:before {
  content: "\e92a"; }

.nc-icon-outline.files_folder-image:before {
  content: "\e92b"; }

.nc-icon-outline.files_folder-info:before {
  content: "\e92c"; }

.nc-icon-outline.files_folder-link:before {
  content: "\e92d"; }

.nc-icon-outline.files_folder-locked:before {
  content: "\e92e"; }

.nc-icon-outline.files_folder-money:before {
  content: "\e92f"; }

.nc-icon-outline.files_folder-music:before {
  content: "\e930"; }

.nc-icon-outline.files_folder-no-access:before {
  content: "\e931"; }

.nc-icon-outline.files_folder-play:before {
  content: "\e932"; }

.nc-icon-outline.files_folder-question:before {
  content: "\e933"; }

.nc-icon-outline.files_folder-refresh:before {
  content: "\e934"; }

.nc-icon-outline.files_folder-remove:before {
  content: "\e935"; }

.nc-icon-outline.files_folder-search:before {
  content: "\e936"; }

.nc-icon-outline.files_folder-settings-81:before {
  content: "\e937"; }

.nc-icon-outline.files_folder-settings-97:before {
  content: "\e938"; }

.nc-icon-outline.files_folder-shared:before {
  content: "\e939"; }

.nc-icon-outline.files_folder-star:before {
  content: "\e93a"; }

.nc-icon-outline.files_folder-time:before {
  content: "\e93b"; }

.nc-icon-outline.files_folder-upload:before {
  content: "\e93c"; }

.nc-icon-outline.files_folder-user:before {
  content: "\e93d"; }

.nc-icon-outline.files_folder-vector:before {
  content: "\e93e"; }

.nc-icon-outline.files_gallery:before {
  content: "\e93f"; }

.nc-icon-outline.files_heart:before {
  content: "\e940"; }

.nc-icon-outline.files_image:before {
  content: "\e941"; }

.nc-icon-outline.files_info:before {
  content: "\e942"; }

.nc-icon-outline.files_link:before {
  content: "\e943"; }

.nc-icon-outline.files_locked:before {
  content: "\e944"; }

.nc-icon-outline.files_money:before {
  content: "\e945"; }

.nc-icon-outline.files_music:before {
  content: "\e946"; }

.nc-icon-outline.files_no-access:before {
  content: "\ee8c"; }

.nc-icon-outline.files_notebook:before {
  content: "\ee8d"; }

.nc-icon-outline.files_paper:before {
  content: "\ee8e"; }

.nc-icon-outline.files_play:before {
  content: "\ee8f"; }

.nc-icon-outline.files_question:before {
  content: "\ee90"; }

.nc-icon-outline.files_refresh:before {
  content: "\ee91"; }

.nc-icon-outline.files_remove:before {
  content: "\ee92"; }

.nc-icon-outline.files_replace-folder:before {
  content: "\ee93"; }

.nc-icon-outline.files_replace:before {
  content: "\ee94"; }

.nc-icon-outline.files_search:before {
  content: "\ee95"; }

.nc-icon-outline.files_settings-46:before {
  content: "\ee96"; }

.nc-icon-outline.files_settings-99:before {
  content: "\ee97"; }

.nc-icon-outline.files_shared:before {
  content: "\ee98"; }

.nc-icon-outline.files_single-content-02:before {
  content: "\ee99"; }

.nc-icon-outline.files_single-content-03:before {
  content: "\ee9a"; }

.nc-icon-outline.files_single-copies:before {
  content: "\ee9b"; }

.nc-icon-outline.files_single-copy-04:before {
  content: "\ee9c"; }

.nc-icon-outline.files_single-copy-06:before {
  content: "\ee9d"; }

.nc-icon-outline.files_single-folded-content:before {
  content: "\ee9e"; }

.nc-icon-outline.files_single-folded:before {
  content: "\ee9f"; }

.nc-icon-outline.files_single-paragraph:before {
  content: "\eea0"; }

.nc-icon-outline.files_single:before {
  content: "\eea1"; }

.nc-icon-outline.files_star:before {
  content: "\eea2"; }

.nc-icon-outline.files_time:before {
  content: "\eea3"; }

.nc-icon-outline.files_upload:before {
  content: "\eea4"; }

.nc-icon-outline.files_user:before {
  content: "\eea5"; }

.nc-icon-outline.files_vector:before {
  content: "\eea6"; }

.nc-icon-outline.files_zip-54:before {
  content: "\eea7"; }

.nc-icon-outline.files_zip-55:before {
  content: "\eea8"; }

.nc-icon-outline.tech_cable-49:before {
  content: "\eea9"; }

.nc-icon-outline.tech_cable-50:before {
  content: "\eeaa"; }

.nc-icon-outline.tech_cd-reader:before {
  content: "\eeab"; }

.nc-icon-outline.tech_computer-monitor:before {
  content: "\eeac"; }

.nc-icon-outline.tech_computer-old:before {
  content: "\eead"; }

.nc-icon-outline.tech_computer:before {
  content: "\eeae"; }

.nc-icon-outline.tech_controller-modern:before {
  content: "\eeaf"; }

.nc-icon-outline.tech_controller:before {
  content: "\eeb0"; }

.nc-icon-outline.tech_desktop-screen:before {
  content: "\eeb1"; }

.nc-icon-outline.tech_desktop:before {
  content: "\eeb2"; }

.nc-icon-outline.tech_disk-reader:before {
  content: "\eeb3"; }

.nc-icon-outline.tech_disk:before {
  content: "\eeb4"; }

.nc-icon-outline.tech_gopro:before {
  content: "\eeb5"; }

.nc-icon-outline.tech_headphones:before {
  content: "\eeb6"; }

.nc-icon-outline.tech_keyboard-mouse:before {
  content: "\eeb7"; }

.nc-icon-outline.tech_keyboard-wifi:before {
  content: "\eeb8"; }

.nc-icon-outline.tech_keyboard:before {
  content: "\eeb9"; }

.nc-icon-outline.tech_laptop-1:before {
  content: "\eeba"; }

.nc-icon-outline.tech_laptop-2:before {
  content: "\eebb"; }

.nc-icon-outline.tech_laptop:before {
  content: "\eebc"; }

.nc-icon-outline.tech_mobile-button:before {
  content: "\eebd"; }

.nc-icon-outline.tech_mobile-camera:before {
  content: "\eebe"; }

.nc-icon-outline.tech_mobile-recharger-08:before {
  content: "\eebf"; }

.nc-icon-outline.tech_mobile-recharger-09:before {
  content: "\eec0"; }

.nc-icon-outline.tech_mobile-toolbar:before {
  content: "\eec1"; }

.nc-icon-outline.tech_mobile:before {
  content: "\eec2"; }

.nc-icon-outline.tech_music:before {
  content: "\eec3"; }

.nc-icon-outline.tech_navigation:before {
  content: "\eec4"; }

.nc-icon-outline.tech_player-19:before {
  content: "\eec5"; }

.nc-icon-outline.tech_player-48:before {
  content: "\eec6"; }

.nc-icon-outline.tech_print-fold:before {
  content: "\eec7"; }

.nc-icon-outline.tech_print-round-fold:before {
  content: "\eec8"; }

.nc-icon-outline.tech_print-round:before {
  content: "\eec9"; }

.nc-icon-outline.tech_print:before {
  content: "\eeca"; }

.nc-icon-outline.tech_ram:before {
  content: "\eecb"; }

.nc-icon-outline.tech_remote:before {
  content: "\eecc"; }

.nc-icon-outline.tech_signal:before {
  content: "\eecd"; }

.nc-icon-outline.tech_socket:before {
  content: "\eece"; }

.nc-icon-outline.tech_sync:before {
  content: "\eecf"; }

.nc-icon-outline.tech_tablet-button:before {
  content: "\eed0"; }

.nc-icon-outline.tech_tablet-reader-31:before {
  content: "\eed1"; }

.nc-icon-outline.tech_tablet-reader-42:before {
  content: "\eed2"; }

.nc-icon-outline.tech_tablet-toolbar:before {
  content: "\eed3"; }

.nc-icon-outline.tech_tablet:before {
  content: "\eed4"; }

.nc-icon-outline.tech_tv-old:before {
  content: "\eed5"; }

.nc-icon-outline.tech_tv:before {
  content: "\eed6"; }

.nc-icon-outline.tech_watch-circle:before {
  content: "\eed7"; }

.nc-icon-outline.tech_watch-time:before {
  content: "\eed8"; }

.nc-icon-outline.tech_watch:before {
  content: "\eed9"; }

.nc-icon-outline.tech_webcam-38:before {
  content: "\eeda"; }

.nc-icon-outline.tech_webcam-39:before {
  content: "\eedb"; }

.nc-icon-outline.tech_wifi-router:before {
  content: "\eedc"; }

.nc-icon-outline.tech_wifi:before {
  content: "\eedd"; }

.nc-icon-outline.tech-2_cctv:before {
  content: "\eede"; }

.nc-icon-outline.tech-2_connection:before {
  content: "\eedf"; }

.nc-icon-outline.tech-2_device-connection:before {
  content: "\eee0"; }

.nc-icon-outline.tech-2_dock:before {
  content: "\eee1"; }

.nc-icon-outline.tech-2_firewall:before {
  content: "\eee2"; }

.nc-icon-outline.tech-2_hdmi:before {
  content: "\eee3"; }

.nc-icon-outline.tech-2_headphone:before {
  content: "\eee4"; }

.nc-icon-outline.tech-2_headset:before {
  content: "\eee5"; }

.nc-icon-outline.tech-2_keyboard-hide:before {
  content: "\eee6"; }

.nc-icon-outline.tech-2_keyboard-wireless:before {
  content: "\eee7"; }

.nc-icon-outline.tech-2_l-add:before {
  content: "\eee8"; }

.nc-icon-outline.tech-2_l-check:before {
  content: "\eee9"; }

.nc-icon-outline.tech-2_l-location:before {
  content: "\eeea"; }

.nc-icon-outline.tech-2_l-remove:before {
  content: "\eeeb"; }

.nc-icon-outline.tech-2_l-search:before {
  content: "\eeec"; }

.nc-icon-outline.tech-2_l-security:before {
  content: "\eeed"; }

.nc-icon-outline.tech-2_l-settings:before {
  content: "\eeee"; }

.nc-icon-outline.tech-2_l-sync:before {
  content: "\eeef"; }

.nc-icon-outline.tech-2_l-system-update:before {
  content: "\eef0"; }

.nc-icon-outline.tech-2_lock-landscape:before {
  content: "\eef1"; }

.nc-icon-outline.tech-2_lock-portrait:before {
  content: "\eef2"; }

.nc-icon-outline.tech-2_mic:before {
  content: "\eef3"; }

.nc-icon-outline.tech-2_mobile-landscape:before {
  content: "\eef4"; }

.nc-icon-outline.tech-2_p-add:before {
  content: "\eef5"; }

.nc-icon-outline.tech-2_p-check:before {
  content: "\eef6"; }

.nc-icon-outline.tech-2_p-edit:before {
  content: "\eef7"; }

.nc-icon-outline.tech-2_p-heart:before {
  content: "\eef8"; }

.nc-icon-outline.tech-2_p-location:before {
  content: "\eef9"; }

.nc-icon-outline.tech-2_p-remove:before {
  content: "\eefa"; }

.nc-icon-outline.tech-2_p-search:before {
  content: "\eefb"; }

.nc-icon-outline.tech-2_p-settings:before {
  content: "\eefc"; }

.nc-icon-outline.tech-2_p-share:before {
  content: "\eefd"; }

.nc-icon-outline.tech-2_p-sync:before {
  content: "\eefe"; }

.nc-icon-outline.tech-2_p-system-update:before {
  content: "\eeff"; }

.nc-icon-outline.tech-2_p-time:before {
  content: "\ef00"; }

.nc-icon-outline.tech-2_pci-card:before {
  content: "\ef01"; }

.nc-icon-outline.tech-2_rotate-lock:before {
  content: "\ef02"; }

.nc-icon-outline.tech-2_rotate:before {
  content: "\ef03"; }

.nc-icon-outline.tech-2_sim-card:before {
  content: "\ef04"; }

.nc-icon-outline.tech-2_socket-europe-1:before {
  content: "\ef05"; }

.nc-icon-outline.tech-2_socket-europe-2:before {
  content: "\ef06"; }

.nc-icon-outline.tech-2_socket-uk:before {
  content: "\ef07"; }

.nc-icon-outline.tech-2_vpn:before {
  content: "\ef08"; }

.nc-icon-outline.tech-2_wifi-off:before {
  content: "\ef09"; }

.nc-icon-outline.tech-2_wifi-protected:before {
  content: "\ef0a"; }

.nc-icon-outline.tech-2_wifi:before {
  content: "\ef0b"; }

.nc-icon-outline.users_add-27:before {
  content: "\ef0c"; }

.nc-icon-outline.users_add-29:before {
  content: "\ef0d"; }

.nc-icon-outline.users_badge-13:before {
  content: "\ef0e"; }

.nc-icon-outline.users_badge-14:before {
  content: "\ef0f"; }

.nc-icon-outline.users_badge-15:before {
  content: "\ef10"; }

.nc-icon-outline.users_circle-08:before {
  content: "\ef11"; }

.nc-icon-outline.users_circle-09:before {
  content: "\ef12"; }

.nc-icon-outline.users_circle-10:before {
  content: "\ef13"; }

.nc-icon-outline.users_contacts:before {
  content: "\ef14"; }

.nc-icon-outline.users_delete-28:before {
  content: "\ef15"; }

.nc-icon-outline.users_delete-30:before {
  content: "\ef16"; }

.nc-icon-outline.users_man-20:before {
  content: "\ef17"; }

.nc-icon-outline.users_man-23:before {
  content: "\ef18"; }

.nc-icon-outline.users_man-glasses:before {
  content: "\ef19"; }

.nc-icon-outline.users_mobile-contact:before {
  content: "\ef1a"; }

.nc-icon-outline.users_multiple-11:before {
  content: "\ef1b"; }

.nc-icon-outline.users_multiple-19:before {
  content: "\ef1c"; }

.nc-icon-outline.users_network:before {
  content: "\ef1d"; }

.nc-icon-outline.users_parent:before {
  content: "\ef1e"; }

.nc-icon-outline.users_single-01:before {
  content: "\ef1f"; }

.nc-icon-outline.users_single-02:before {
  content: "\ef20"; }

.nc-icon-outline.users_single-03:before {
  content: "\ef21"; }

.nc-icon-outline.users_single-04:before {
  content: "\ef22"; }

.nc-icon-outline.users_single-05:before {
  content: "\ef23"; }

.nc-icon-outline.users_single-body:before {
  content: "\ef24"; }

.nc-icon-outline.users_single-position:before {
  content: "\ef25"; }

.nc-icon-outline.users_square-31:before {
  content: "\ef26"; }

.nc-icon-outline.users_square-32:before {
  content: "\ef27"; }

.nc-icon-outline.users_square-33:before {
  content: "\ef28"; }

.nc-icon-outline.users_woman-21:before {
  content: "\ef29"; }

.nc-icon-outline.users_woman-24:before {
  content: "\ef2a"; }

.nc-icon-outline.users_woman-25:before {
  content: "\ef2b"; }

.nc-icon-outline.users_woman-man:before {
  content: "\ef2c"; }

.nc-icon-outline.users-2_a-add:before {
  content: "\ef2d"; }

.nc-icon-outline.users-2_a-check:before {
  content: "\ef2e"; }

.nc-icon-outline.users-2_a-delete:before {
  content: "\ef2f"; }

.nc-icon-outline.users-2_a-edit:before {
  content: "\ef30"; }

.nc-icon-outline.users-2_a-heart:before {
  content: "\ef31"; }

.nc-icon-outline.users-2_a-location:before {
  content: "\ef32"; }

.nc-icon-outline.users-2_a-remove:before {
  content: "\ef33"; }

.nc-icon-outline.users-2_a-search:before {
  content: "\ef34"; }

.nc-icon-outline.users-2_a-security:before {
  content: "\ef35"; }

.nc-icon-outline.users-2_a-share:before {
  content: "\ef36"; }

.nc-icon-outline.users-2_a-star:before {
  content: "\ef37"; }

.nc-icon-outline.users-2_a-sync:before {
  content: "\ef38"; }

.nc-icon-outline.users-2_a-time:before {
  content: "\ef39"; }

.nc-icon-outline.users-2_accessibility:before {
  content: "\ef3a"; }

.nc-icon-outline.users-2_b-add:before {
  content: "\ef3b"; }

.nc-icon-outline.users-2_b-check:before {
  content: "\ef3c"; }

.nc-icon-outline.users-2_b-location:before {
  content: "\ef3d"; }

.nc-icon-outline.users-2_b-love:before {
  content: "\ef3e"; }

.nc-icon-outline.users-2_b-meeting:before {
  content: "\ef3f"; }

.nc-icon-outline.users-2_b-remove:before {
  content: "\ef40"; }

.nc-icon-outline.users-2_b-security:before {
  content: "\ef41"; }

.nc-icon-outline.users-2_child:before {
  content: "\ef42"; }

.nc-icon-outline.users-2_contacts-44:before {
  content: "\ef43"; }

.nc-icon-outline.users-2_contacts-45:before {
  content: "\ef44"; }

.nc-icon-outline.users-2_couple-gay:before {
  content: "\ef45"; }

.nc-icon-outline.users-2_couple-lesbian:before {
  content: "\ef46"; }

.nc-icon-outline.users-2_disabled:before {
  content: "\ef47"; }

.nc-icon-outline.users-2_exchange:before {
  content: "\ef48"; }

.nc-icon-outline.users-2_family:before {
  content: "\ef49"; }

.nc-icon-outline.users-2_focus:before {
  content: "\ef4a"; }

.nc-icon-outline.users-2_home:before {
  content: "\ef4b"; }

.nc-icon-outline.users-2_man-down:before {
  content: "\ef4c"; }

.nc-icon-outline.users-2_man-up:before {
  content: "\ef4d"; }

.nc-icon-outline.users-2_man:before {
  content: "\ef4e"; }

.nc-icon-outline.users-2_meeting:before {
  content: "\ef4f"; }

.nc-icon-outline.users-2_mickey-mouse:before {
  content: "\ef50"; }

.nc-icon-outline.users-2_multiple:before {
  content: "\ef51"; }

.nc-icon-outline.users-2_pin:before {
  content: "\ef52"; }

.nc-icon-outline.users-2_police:before {
  content: "\ef53"; }

.nc-icon-outline.users-2_search:before {
  content: "\ef54"; }

.nc-icon-outline.users-2_standing-man:before {
  content: "\ef55"; }

.nc-icon-outline.users-2_standing-woman:before {
  content: "\ef56"; }

.nc-icon-outline.users-2_voice-record:before {
  content: "\ef57"; }

.nc-icon-outline.users-2_wc:before {
  content: "\ef58"; }

.nc-icon-outline.users-2_woman-down:before {
  content: "\ef59"; }

.nc-icon-outline.users-2_woman-up:before {
  content: "\ef5a"; }

.nc-icon-outline.users-2_woman:before {
  content: "\ef5b"; }

.nc-icon-outline.shopping_award:before {
  content: "\ea3e"; }

.nc-icon-outline.shopping_bag-09:before {
  content: "\ea3f"; }

.nc-icon-outline.shopping_bag-16:before {
  content: "\ea40"; }

.nc-icon-outline.shopping_bag-17:before {
  content: "\ea41"; }

.nc-icon-outline.shopping_bag-20:before {
  content: "\ea42"; }

.nc-icon-outline.shopping_bag-add-18:before {
  content: "\ea43"; }

.nc-icon-outline.shopping_bag-add-21:before {
  content: "\ea44"; }

.nc-icon-outline.shopping_bag-edit:before {
  content: "\ea45"; }

.nc-icon-outline.shopping_bag-remove-19:before {
  content: "\ea46"; }

.nc-icon-outline.shopping_bag-remove-22:before {
  content: "\ea47"; }

.nc-icon-outline.shopping_barcode-scan:before {
  content: "\ea48"; }

.nc-icon-outline.shopping_barcode:before {
  content: "\ea49"; }

.nc-icon-outline.shopping_bardcode-qr:before {
  content: "\ea4a"; }

.nc-icon-outline.shopping_basket-add:before {
  content: "\ea4b"; }

.nc-icon-outline.shopping_basket-edit:before {
  content: "\ea4c"; }

.nc-icon-outline.shopping_basket-remove:before {
  content: "\ea4d"; }

.nc-icon-outline.shopping_basket-simple-add:before {
  content: "\ea4e"; }

.nc-icon-outline.shopping_basket-simple-remove:before {
  content: "\ea4f"; }

.nc-icon-outline.shopping_basket-simple:before {
  content: "\ea50"; }

.nc-icon-outline.shopping_basket:before {
  content: "\ea51"; }

.nc-icon-outline.shopping_bitcoin:before {
  content: "\ea52"; }

.nc-icon-outline.shopping_board:before {
  content: "\ea53"; }

.nc-icon-outline.shopping_box-3d-50:before {
  content: "\ea54"; }

.nc-icon-outline.shopping_box-3d-67:before {
  content: "\ea55"; }

.nc-icon-outline.shopping_box-ribbon:before {
  content: "\ea56"; }

.nc-icon-outline.shopping_box:before {
  content: "\ea57"; }

.nc-icon-outline.shopping_cart-add:before {
  content: "\ea58"; }

.nc-icon-outline.shopping_cart-modern-add:before {
  content: "\ea59"; }

.nc-icon-outline.shopping_cart-modern-in:before {
  content: "\ea5a"; }

.nc-icon-outline.shopping_cart-modern-remove:before {
  content: "\ea5b"; }

.nc-icon-outline.shopping_cart-modern:before {
  content: "\ea5c"; }

.nc-icon-outline.shopping_cart-remove:before {
  content: "\ea5d"; }

.nc-icon-outline.shopping_cart-simple-add:before {
  content: "\ea5e"; }

.nc-icon-outline.shopping_cart-simple-in:before {
  content: "\ea5f"; }

.nc-icon-outline.shopping_cart-simple-remove:before {
  content: "\ea60"; }

.nc-icon-outline.shopping_cart-simple:before {
  content: "\ea61"; }

.nc-icon-outline.shopping_cart:before {
  content: "\ea62"; }

.nc-icon-outline.shopping_cash-register:before {
  content: "\ea63"; }

.nc-icon-outline.shopping_chart:before {
  content: "\ea64"; }

.nc-icon-outline.shopping_credit-card-in:before {
  content: "\ea65"; }

.nc-icon-outline.shopping_credit-card:before {
  content: "\ea66"; }

.nc-icon-outline.shopping_credit-locked:before {
  content: "\ea67"; }

.nc-icon-outline.shopping_delivery-fast:before {
  content: "\ea68"; }

.nc-icon-outline.shopping_delivery-time:before {
  content: "\ea69"; }

.nc-icon-outline.shopping_delivery-track:before {
  content: "\ea6a"; }

.nc-icon-outline.shopping_delivery:before {
  content: "\ea6b"; }

.nc-icon-outline.shopping_discount:before {
  content: "\ea6c"; }

.nc-icon-outline.shopping_gift:before {
  content: "\ea6d"; }

.nc-icon-outline.shopping_hand-card:before {
  content: "\ea6e"; }

.nc-icon-outline.shopping_list:before {
  content: "\ea6f"; }

.nc-icon-outline.shopping_mobile-card:before {
  content: "\ea70"; }

.nc-icon-outline.shopping_mobile-cart:before {
  content: "\ea71"; }

.nc-icon-outline.shopping_mobile-touch:before {
  content: "\ea72"; }

.nc-icon-outline.shopping_newsletter:before {
  content: "\ea73"; }

.nc-icon-outline.shopping_pos:before {
  content: "\ea74"; }

.nc-icon-outline.shopping_receipt-list-42:before {
  content: "\ea75"; }

.nc-icon-outline.shopping_receipt-list-43:before {
  content: "\ea76"; }

.nc-icon-outline.shopping_receipt:before {
  content: "\ea77"; }

.nc-icon-outline.shopping_shop-location:before {
  content: "\ea78"; }

.nc-icon-outline.shopping_shop:before {
  content: "\ea79"; }

.nc-icon-outline.shopping_stock:before {
  content: "\ea7a"; }

.nc-icon-outline.shopping_tag-content:before {
  content: "\ea7b"; }

.nc-icon-outline.shopping_tag-cut:before {
  content: "\ea7c"; }

.nc-icon-outline.shopping_tag-line:before {
  content: "\ea7d"; }

.nc-icon-outline.shopping_tag-sale:before {
  content: "\ea7e"; }

.nc-icon-outline.shopping_tag:before {
  content: "\ea7f"; }

.nc-icon-outline.shopping_wallet:before {
  content: "\ea80"; }

.nc-icon-outline.arrows-1_back-78:before {
  content: "\ea81"; }

.nc-icon-outline.arrows-1_back-80:before {
  content: "\ea82"; }

.nc-icon-outline.arrows-1_bold-direction:before {
  content: "\ea83"; }

.nc-icon-outline.arrows-1_bold-down:before {
  content: "\ea84"; }

.nc-icon-outline.arrows-1_bold-left:before {
  content: "\ea85"; }

.nc-icon-outline.arrows-1_bold-right:before {
  content: "\ea86"; }

.nc-icon-outline.arrows-1_bold-up:before {
  content: "\ea87"; }

.nc-icon-outline.arrows-1_circle-down-12:before {
  content: "\ea88"; }

.nc-icon-outline.arrows-1_circle-down-40:before {
  content: "\ea89"; }

.nc-icon-outline.arrows-1_circle-left-10:before {
  content: "\ea8a"; }

.nc-icon-outline.arrows-1_circle-left-38:before {
  content: "\ea8b"; }

.nc-icon-outline.arrows-1_circle-right-09:before {
  content: "\ea8c"; }

.nc-icon-outline.arrows-1_circle-right-37:before {
  content: "\ea8d"; }

.nc-icon-outline.arrows-1_circle-up-11:before {
  content: "\ea8e"; }

.nc-icon-outline.arrows-1_circle-up-39:before {
  content: "\ea8f"; }

.nc-icon-outline.arrows-1_cloud-download-93:before {
  content: "\ea90"; }

.nc-icon-outline.arrows-1_cloud-download-95:before {
  content: "\ea91"; }

.nc-icon-outline.arrows-1_cloud-upload-94:before {
  content: "\ea92"; }

.nc-icon-outline.arrows-1_cloud-upload-96:before {
  content: "\ea93"; }

.nc-icon-outline.arrows-1_curved-next:before {
  content: "\ea94"; }

.nc-icon-outline.arrows-1_curved-previous:before {
  content: "\ea95"; }

.nc-icon-outline.arrows-1_direction-53:before {
  content: "\ea96"; }

.nc-icon-outline.arrows-1_direction-56:before {
  content: "\ea97"; }

.nc-icon-outline.arrows-1_double-left:before {
  content: "\ea98"; }

.nc-icon-outline.arrows-1_double-right:before {
  content: "\ea99"; }

.nc-icon-outline.arrows-1_download:before {
  content: "\ea9a"; }

.nc-icon-outline.arrows-1_enlarge-diagonal-43:before {
  content: "\ea9b"; }

.nc-icon-outline.arrows-1_enlarge-diagonal-44:before {
  content: "\ea9c"; }

.nc-icon-outline.arrows-1_enlarge-horizontal:before {
  content: "\ea9d"; }

.nc-icon-outline.arrows-1_enlarge-vertical:before {
  content: "\ea9e"; }

.nc-icon-outline.arrows-1_fit-horizontal:before {
  content: "\ea9f"; }

.nc-icon-outline.arrows-1_fit-vertical:before {
  content: "\eaa0"; }

.nc-icon-outline.arrows-1_fullscreen-70:before {
  content: "\eaa1"; }

.nc-icon-outline.arrows-1_fullscreen-71:before {
  content: "\eaa2"; }

.nc-icon-outline.arrows-1_fullscreen-76:before {
  content: "\eaa3"; }

.nc-icon-outline.arrows-1_fullscreen-77:before {
  content: "\eaa4"; }

.nc-icon-outline.arrows-1_fullscreen-double-74:before {
  content: "\eaa5"; }

.nc-icon-outline.arrows-1_fullscreen-double-75:before {
  content: "\eaa6"; }

.nc-icon-outline.arrows-1_fullscreen-split-72:before {
  content: "\eaa7"; }

.nc-icon-outline.arrows-1_fullscreen-split-73:before {
  content: "\eaa8"; }

.nc-icon-outline.arrows-1_log-in:before {
  content: "\eaa9"; }

.nc-icon-outline.arrows-1_log-out:before {
  content: "\eaaa"; }

.nc-icon-outline.arrows-1_loop-82:before {
  content: "\eaab"; }

.nc-icon-outline.arrows-1_loop-83:before {
  content: "\eaac"; }

.nc-icon-outline.arrows-1_minimal-down:before {
  content: "\eaad"; }

.nc-icon-outline.arrows-1_minimal-left:before {
  content: "\eaae"; }

.nc-icon-outline.arrows-1_minimal-right:before {
  content: "\eaaf"; }

.nc-icon-outline.arrows-1_minimal-up:before {
  content: "\eab0"; }

.nc-icon-outline.arrows-1_redo-79:before {
  content: "\eab1"; }

.nc-icon-outline.arrows-1_redo-81:before {
  content: "\eab2"; }

.nc-icon-outline.arrows-1_refresh-68:before {
  content: "\eab3"; }

.nc-icon-outline.arrows-1_refresh-69:before {
  content: "\eab4"; }

.nc-icon-outline.arrows-1_round-down:before {
  content: "\eab5"; }

.nc-icon-outline.arrows-1_round-left:before {
  content: "\eab6"; }

.nc-icon-outline.arrows-1_round-right:before {
  content: "\eab7"; }

.nc-icon-outline.arrows-1_round-up:before {
  content: "\eab8"; }

.nc-icon-outline.arrows-1_share-66:before {
  content: "\eab9"; }

.nc-icon-outline.arrows-1_share-91:before {
  content: "\eaba"; }

.nc-icon-outline.arrows-1_share-92:before {
  content: "\eabb"; }

.nc-icon-outline.arrows-1_shuffle-97:before {
  content: "\eabc"; }

.nc-icon-outline.arrows-1_shuffle-98:before {
  content: "\eabd"; }

.nc-icon-outline.arrows-1_simple-down:before {
  content: "\eabe"; }

.nc-icon-outline.arrows-1_simple-left:before {
  content: "\eabf"; }

.nc-icon-outline.arrows-1_simple-right:before {
  content: "\eac0"; }

.nc-icon-outline.arrows-1_simple-up:before {
  content: "\eac1"; }

.nc-icon-outline.arrows-1_small-triangle-down:before {
  content: "\eac2"; }

.nc-icon-outline.arrows-1_small-triangle-left:before {
  content: "\eac3"; }

.nc-icon-outline.arrows-1_small-triangle-right:before {
  content: "\eac4"; }

.nc-icon-outline.arrows-1_small-triangle-up:before {
  content: "\eac5"; }

.nc-icon-outline.arrows-1_square-down:before {
  content: "\eac6"; }

.nc-icon-outline.arrows-1_square-left:before {
  content: "\eac7"; }

.nc-icon-outline.arrows-1_square-right:before {
  content: "\eac8"; }

.nc-icon-outline.arrows-1_square-up:before {
  content: "\eac9"; }

.nc-icon-outline.arrows-1_strong-down:before {
  content: "\eaca"; }

.nc-icon-outline.arrows-1_strong-left:before {
  content: "\eacb"; }

.nc-icon-outline.arrows-1_strong-right:before {
  content: "\eacc"; }

.nc-icon-outline.arrows-1_strong-up:before {
  content: "\eacd"; }

.nc-icon-outline.arrows-1_tail-down:before {
  content: "\eace"; }

.nc-icon-outline.arrows-1_tail-left:before {
  content: "\eacf"; }

.nc-icon-outline.arrows-1_tail-right:before {
  content: "\ead0"; }

.nc-icon-outline.arrows-1_tail-triangle-down:before {
  content: "\ead1"; }

.nc-icon-outline.arrows-1_tail-triangle-left:before {
  content: "\ead2"; }

.nc-icon-outline.arrows-1_tail-triangle-right:before {
  content: "\ead3"; }

.nc-icon-outline.arrows-1_tail-triangle-up:before {
  content: "\ead4"; }

.nc-icon-outline.arrows-1_tail-up:before {
  content: "\ead5"; }

.nc-icon-outline.arrows-1_trend-down:before {
  content: "\ead6"; }

.nc-icon-outline.arrows-1_trend-up:before {
  content: "\ead7"; }

.nc-icon-outline.arrows-1_triangle-down-20:before {
  content: "\ead8"; }

.nc-icon-outline.arrows-1_triangle-down-65:before {
  content: "\ead9"; }

.nc-icon-outline.arrows-1_triangle-left-18:before {
  content: "\eada"; }

.nc-icon-outline.arrows-1_triangle-left-63:before {
  content: "\eadb"; }

.nc-icon-outline.arrows-1_triangle-right-17:before {
  content: "\eadc"; }

.nc-icon-outline.arrows-1_triangle-right-62:before {
  content: "\eadd"; }

.nc-icon-outline.arrows-1_triangle-up-19:before {
  content: "\eade"; }

.nc-icon-outline.arrows-1_triangle-up-64:before {
  content: "\eadf"; }

.nc-icon-outline.arrows-1_window-zoom-in:before {
  content: "\eae0"; }

.nc-icon-outline.arrows-1_window-zoom-out:before {
  content: "\eae1"; }

.nc-icon-outline.arrows-1_zoom-88:before {
  content: "\eae2"; }

.nc-icon-outline.arrows-1_zoom-99:before {
  content: "\eae3"; }

.nc-icon-outline.arrows-1_zoom-100:before {
  content: "\eae4"; }

.nc-icon-outline.arrows-2_block-down:before {
  content: "\eae5"; }

.nc-icon-outline.arrows-2_block-left:before {
  content: "\eae6"; }

.nc-icon-outline.arrows-2_block-right:before {
  content: "\eae7"; }

.nc-icon-outline.arrows-2_block-up:before {
  content: "\eae8"; }

.nc-icon-outline.arrows-2_circle-in:before {
  content: "\eae9"; }

.nc-icon-outline.arrows-2_circle-out:before {
  content: "\eaea"; }

.nc-icon-outline.arrows-2_circuit-round:before {
  content: "\eaeb"; }

.nc-icon-outline.arrows-2_circuit:before {
  content: "\eaec"; }

.nc-icon-outline.arrows-2_computer-upload:before {
  content: "\eaed"; }

.nc-icon-outline.arrows-2_conversion:before {
  content: "\eaee"; }

.nc-icon-outline.arrows-2_corner-down-round:before {
  content: "\eaef"; }

.nc-icon-outline.arrows-2_corner-down:before {
  content: "\eaf0"; }

.nc-icon-outline.arrows-2_corner-left-down:before {
  content: "\eaf1"; }

.nc-icon-outline.arrows-2_corner-left-round:before {
  content: "\eaf2"; }

.nc-icon-outline.arrows-2_corner-left:before {
  content: "\eaf3"; }

.nc-icon-outline.arrows-2_corner-right-down:before {
  content: "\eaf4"; }

.nc-icon-outline.arrows-2_corner-right-round:before {
  content: "\eaf5"; }

.nc-icon-outline.arrows-2_corner-right:before {
  content: "\eaf6"; }

.nc-icon-outline.arrows-2_corner-up-left:before {
  content: "\eaf7"; }

.nc-icon-outline.arrows-2_corner-up-right:before {
  content: "\eaf8"; }

.nc-icon-outline.arrows-2_corner-up-round:before {
  content: "\eaf9"; }

.nc-icon-outline.arrows-2_corner-up:before {
  content: "\eafa"; }

.nc-icon-outline.arrows-2_cross-down:before {
  content: "\eafb"; }

.nc-icon-outline.arrows-2_cross-horizontal:before {
  content: "\eafc"; }

.nc-icon-outline.arrows-2_cross-left:before {
  content: "\eafd"; }

.nc-icon-outline.arrows-2_cross-right:before {
  content: "\eafe"; }

.nc-icon-outline.arrows-2_cross-up:before {
  content: "\eaff"; }

.nc-icon-outline.arrows-2_cross-vertical:before {
  content: "\eb00"; }

.nc-icon-outline.arrows-2_curve-circuit:before {
  content: "\eb01"; }

.nc-icon-outline.arrows-2_curve-directions:before {
  content: "\eb02"; }

.nc-icon-outline.arrows-2_curve-split:before {
  content: "\eb03"; }

.nc-icon-outline.arrows-2_delete-49:before {
  content: "\eb04"; }

.nc-icon-outline.arrows-2_delete-50:before {
  content: "\eb05"; }

.nc-icon-outline.arrows-2_direction:before {
  content: "\eb06"; }

.nc-icon-outline.arrows-2_dots-download:before {
  content: "\eb07"; }

.nc-icon-outline.arrows-2_dots-upload:before {
  content: "\eb08"; }

.nc-icon-outline.arrows-2_eject:before {
  content: "\eb09"; }

.nc-icon-outline.arrows-2_enlarge-circle:before {
  content: "\eb0a"; }

.nc-icon-outline.arrows-2_file-download-87:before {
  content: "\eb0b"; }

.nc-icon-outline.arrows-2_file-download-89:before {
  content: "\eb0c"; }

.nc-icon-outline.arrows-2_file-download-94:before {
  content: "\eb0d"; }

.nc-icon-outline.arrows-2_file-upload-86:before {
  content: "\eb0e"; }

.nc-icon-outline.arrows-2_file-upload-88:before {
  content: "\eb0f"; }

.nc-icon-outline.arrows-2_file-upload-93:before {
  content: "\eb10"; }

.nc-icon-outline.arrows-2_fork-round:before {
  content: "\eb11"; }

.nc-icon-outline.arrows-2_fork:before {
  content: "\eb12"; }

.nc-icon-outline.arrows-2_hit-down:before {
  content: "\eb13"; }

.nc-icon-outline.arrows-2_hit-left:before {
  content: "\eb14"; }

.nc-icon-outline.arrows-2_hit-right:before {
  content: "\eb15"; }

.nc-icon-outline.arrows-2_hit-up:before {
  content: "\eb16"; }

.nc-icon-outline.arrows-2_lines:before {
  content: "\eb17"; }

.nc-icon-outline.arrows-2_log-out:before {
  content: "\eb18"; }

.nc-icon-outline.arrows-2_loop:before {
  content: "\eb19"; }

.nc-icon-outline.arrows-2_merge-round:before {
  content: "\eb1a"; }

.nc-icon-outline.arrows-2_merge:before {
  content: "\eb1b"; }

.nc-icon-outline.arrows-2_move-05:before {
  content: "\eb1c"; }

.nc-icon-outline.arrows-2_move-06:before {
  content: "\eb1d"; }

.nc-icon-outline.arrows-2_move-92:before {
  content: "\eb1e"; }

.nc-icon-outline.arrows-2_move-down-right:before {
  content: "\eb1f"; }

.nc-icon-outline.arrows-2_move-down:before {
  content: "\eb20"; }

.nc-icon-outline.arrows-2_move-left:before {
  content: "\eb21"; }

.nc-icon-outline.arrows-2_move-right:before {
  content: "\eb22"; }

.nc-icon-outline.arrows-2_move-up-left:before {
  content: "\eb23"; }

.nc-icon-outline.arrows-2_move-up:before {
  content: "\eb24"; }

.nc-icon-outline.arrows-2_push-next:before {
  content: "\eb25"; }

.nc-icon-outline.arrows-2_push-previous:before {
  content: "\eb26"; }

.nc-icon-outline.arrows-2_reload:before {
  content: "\eb27"; }

.nc-icon-outline.arrows-2_replay:before {
  content: "\ee16"; }

.nc-icon-outline.arrows-2_rotate-left:before {
  content: "\ee17"; }

.nc-icon-outline.arrows-2_rotate-right:before {
  content: "\ee18"; }

.nc-icon-outline.arrows-2_round-left-down:before {
  content: "\ee19"; }

.nc-icon-outline.arrows-2_round-right-down:before {
  content: "\ee1a"; }

.nc-icon-outline.arrows-2_round-up-left:before {
  content: "\ee1b"; }

.nc-icon-outline.arrows-2_round-up-right:before {
  content: "\ee1c"; }

.nc-icon-outline.arrows-2_select-83:before {
  content: "\ee1d"; }

.nc-icon-outline.arrows-2_select-84:before {
  content: "\ee1e"; }

.nc-icon-outline.arrows-2_separate-round:before {
  content: "\ee1f"; }

.nc-icon-outline.arrows-2_separate:before {
  content: "\ee20"; }

.nc-icon-outline.arrows-2_share-left:before {
  content: "\ee21"; }

.nc-icon-outline.arrows-2_share-right:before {
  content: "\ee22"; }

.nc-icon-outline.arrows-2_skew-down:before {
  content: "\ee23"; }

.nc-icon-outline.arrows-2_skew-left:before {
  content: "\ee24"; }

.nc-icon-outline.arrows-2_skew-right:before {
  content: "\ee25"; }

.nc-icon-outline.arrows-2_skew-up:before {
  content: "\ee26"; }

.nc-icon-outline.arrows-2_small-left:before {
  content: "\ee27"; }

.nc-icon-outline.arrows-2_small-right:before {
  content: "\ee28"; }

.nc-icon-outline.arrows-2_split-horizontal:before {
  content: "\ee29"; }

.nc-icon-outline.arrows-2_split-round:before {
  content: "\ee2a"; }

.nc-icon-outline.arrows-2_split-vertical:before {
  content: "\ee2b"; }

.nc-icon-outline.arrows-2_split:before {
  content: "\ee2c"; }

.nc-icon-outline.arrows-2_square-download:before {
  content: "\ee2d"; }

.nc-icon-outline.arrows-2_square-upload:before {
  content: "\ee2e"; }

.nc-icon-outline.arrows-2_time:before {
  content: "\ee2f"; }

.nc-icon-outline.arrows-2_triangle-down:before {
  content: "\ee30"; }

.nc-icon-outline.arrows-2_triangle-left:before {
  content: "\ee31"; }

.nc-icon-outline.arrows-2_triangle-right:before {
  content: "\ee32"; }

.nc-icon-outline.arrows-2_triangle-up:before {
  content: "\ee33"; }

.nc-icon-outline.arrows-2_unite-round:before {
  content: "\ee34"; }

.nc-icon-outline.arrows-2_unite:before {
  content: "\ee35"; }

.nc-icon-outline.arrows-2_zoom:before {
  content: "\ee36"; }

.nc-icon-outline.arrows-3_circle-down:before {
  content: "\ee37"; }

.nc-icon-outline.arrows-3_circle-left:before {
  content: "\ee38"; }

.nc-icon-outline.arrows-3_circle-right:before {
  content: "\ee39"; }

.nc-icon-outline.arrows-3_circle-simple-down:before {
  content: "\ee3a"; }

.nc-icon-outline.arrows-3_circle-simple-left:before {
  content: "\ee3b"; }

.nc-icon-outline.arrows-3_circle-simple-right:before {
  content: "\ee3c"; }

.nc-icon-outline.arrows-3_circle-simple-up:before {
  content: "\ee3d"; }

.nc-icon-outline.arrows-3_circle-up:before {
  content: "\ee3e"; }

.nc-icon-outline.arrows-3_cloud-refresh:before {
  content: "\ee3f"; }

.nc-icon-outline.arrows-3_separate:before {
  content: "\ee40"; }

.nc-icon-outline.arrows-3_small-down:before {
  content: "\ee41"; }

.nc-icon-outline.arrows-3_small-up:before {
  content: "\ee42"; }

.nc-icon-outline.arrows-3_square-corner-down-left:before {
  content: "\ee43"; }

.nc-icon-outline.arrows-3_square-corner-down-right:before {
  content: "\ee44"; }

.nc-icon-outline.arrows-3_square-corner-up-left:before {
  content: "\ee45"; }

.nc-icon-outline.arrows-3_square-corner-up-right:before {
  content: "\ee46"; }

.nc-icon-outline.arrows-3_square-down-06:before {
  content: "\ee47"; }

.nc-icon-outline.arrows-3_square-down-22:before {
  content: "\ee48"; }

.nc-icon-outline.arrows-3_square-enlarge:before {
  content: "\ee49"; }

.nc-icon-outline.arrows-3_square-left-04:before {
  content: "\ee4a"; }

.nc-icon-outline.arrows-3_square-left-20:before {
  content: "\ee4b"; }

.nc-icon-outline.arrows-3_square-right-03:before {
  content: "\ee4c"; }

.nc-icon-outline.arrows-3_square-right-19:before {
  content: "\ee4d"; }

.nc-icon-outline.arrows-3_square-simple-down:before {
  content: "\ee4e"; }

.nc-icon-outline.arrows-3_square-simple-left:before {
  content: "\ee4f"; }

.nc-icon-outline.arrows-3_square-simple-right:before {
  content: "\ee50"; }

.nc-icon-outline.arrows-3_square-simple-up:before {
  content: "\ee51"; }

.nc-icon-outline.arrows-3_square-up-05:before {
  content: "\ee52"; }

.nc-icon-outline.arrows-3_square-up-21:before {
  content: "\ee53"; }

.nc-icon-outline.arrows-3_square-zoom:before {
  content: "\ee54"; }

.nc-icon-outline.arrows-3_super-bold-down:before {
  content: "\ee55"; }

.nc-icon-outline.arrows-3_super-bold-left:before {
  content: "\ee56"; }

.nc-icon-outline.arrows-3_super-bold-right:before {
  content: "\ee57"; }

.nc-icon-outline.arrows-3_super-bold-up:before {
  content: "\ee58"; }

.nc-icon-outline.arrows-4_block-bottom-left:before {
  content: "\ee59"; }

.nc-icon-outline.arrows-4_block-bottom-right:before {
  content: "\ee5a"; }

.nc-icon-outline.arrows-4_block-top-left:before {
  content: "\ee5b"; }

.nc-icon-outline.arrows-4_block-top-right:before {
  content: "\ee5c"; }

.nc-icon-outline.arrows-4_centralize:before {
  content: "\ee5d"; }

.nc-icon-outline.arrows-4_compare:before {
  content: "\ee5e"; }

.nc-icon-outline.arrows-4_contrast:before {
  content: "\ee5f"; }

.nc-icon-outline.arrows-4_cross:before {
  content: "\ee60"; }

.nc-icon-outline.arrows-4_diag-bottom-left:before {
  content: "\ee61"; }

.nc-icon-outline.arrows-4_diag-bottom-right:before {
  content: "\ee62"; }

.nc-icon-outline.arrows-4_diag-top-left:before {
  content: "\ee63"; }

.nc-icon-outline.arrows-4_diag-top-right:before {
  content: "\ee64"; }

.nc-icon-outline.arrows-4_disperse:before {
  content: "\ee65"; }

.nc-icon-outline.arrows-4_download:before {
  content: "\ee66"; }

.nc-icon-outline.arrows-4_enlarge-45:before {
  content: "\ee67"; }

.nc-icon-outline.arrows-4_enlarge-46:before {
  content: "\ee68"; }

.nc-icon-outline.arrows-4_export:before {
  content: "\ee69"; }

.nc-icon-outline.arrows-4_format-left:before {
  content: "\ee6a"; }

.nc-icon-outline.arrows-4_format-right:before {
  content: "\ee6b"; }

.nc-icon-outline.arrows-4_input-12:before {
  content: "\ee6c"; }

.nc-icon-outline.arrows-4_input-21:before {
  content: "\ee6d"; }

.nc-icon-outline.arrows-4_invert:before {
  content: "\ee6e"; }

.nc-icon-outline.arrows-4_launch-11:before {
  content: "\ee6f"; }

.nc-icon-outline.arrows-4_launch-47:before {
  content: "\ee70"; }

.nc-icon-outline.arrows-4_logout:before {
  content: "\ee71"; }

.nc-icon-outline.arrows-4_loop-30:before {
  content: "\ee72"; }

.nc-icon-outline.arrows-4_loop-34:before {
  content: "\ee73"; }

.nc-icon-outline.arrows-4_merge:before {
  content: "\ee74"; }

.nc-icon-outline.arrows-4_open-in-browser:before {
  content: "\ee75"; }

.nc-icon-outline.arrows-4_priority-high:before {
  content: "\ee76"; }

.nc-icon-outline.arrows-4_priority-low:before {
  content: "\ee77"; }

.nc-icon-outline.arrows-4_redo-10:before {
  content: "\ee78"; }

.nc-icon-outline.arrows-4_redo-26:before {
  content: "\ee79"; }

.nc-icon-outline.arrows-4_reply-all:before {
  content: "\ee7a"; }

.nc-icon-outline.arrows-4_reply:before {
  content: "\ee7b"; }

.nc-icon-outline.arrows-4_restore:before {
  content: "\ee7c"; }

.nc-icon-outline.arrows-4_share:before {
  content: "\ee7d"; }

.nc-icon-outline.arrows-4_shuffle-01:before {
  content: "\ee7e"; }

.nc-icon-outline.arrows-4_shuffle-35:before {
  content: "\ee7f"; }

.nc-icon-outline.arrows-4_split-33:before {
  content: "\ee80"; }

.nc-icon-outline.arrows-4_split-37:before {
  content: "\ee81"; }

.nc-icon-outline.arrows-4_stre-down:before {
  content: "\ee82"; }

.nc-icon-outline.arrows-4_stre-left:before {
  content: "\ee83"; }

.nc-icon-outline.arrows-4_stre-right:before {
  content: "\ee84"; }

.nc-icon-outline.arrows-4_stre-up:before {
  content: "\ee85"; }

.nc-icon-outline.arrows-4_swap-horizontal:before {
  content: "\ee86"; }

.nc-icon-outline.arrows-4_swap-vertical:before {
  content: "\ee87"; }

.nc-icon-outline.arrows-4_system-update:before {
  content: "\ee88"; }

.nc-icon-outline.arrows-4_undo-25:before {
  content: "\ee89"; }

.nc-icon-outline.arrows-4_undo-29:before {
  content: "\ee8a"; }

.nc-icon-outline.arrows-4_upload:before {
  content: "\ee8b"; }

.nc-icon-outline.files-2_ai-illustrator:before {
  content: "\e947"; }

.nc-icon-outline.files-2_avi:before {
  content: "\e948"; }

.nc-icon-outline.files-2_css:before {
  content: "\e949"; }

.nc-icon-outline.files-2_csv:before {
  content: "\e94a"; }

.nc-icon-outline.files-2_doc:before {
  content: "\e94b"; }

.nc-icon-outline.files-2_docx:before {
  content: "\e94c"; }

.nc-icon-outline.files-2_epub:before {
  content: "\e94d"; }

.nc-icon-outline.files-2_exe:before {
  content: "\e94e"; }

.nc-icon-outline.files-2_font:before {
  content: "\e94f"; }

.nc-icon-outline.files-2_gif:before {
  content: "\e950"; }

.nc-icon-outline.files-2_html:before {
  content: "\e951"; }

.nc-icon-outline.files-2_jpg-jpeg:before {
  content: "\e952"; }

.nc-icon-outline.files-2_js-javascript-jquery:before {
  content: "\e953"; }

.nc-icon-outline.files-3_mov:before {
  content: "\e954"; }

.nc-icon-outline.files-3_mp3:before {
  content: "\e955"; }

.nc-icon-outline.files-3_mp4:before {
  content: "\e956"; }

.nc-icon-outline.files-3_pdf:before {
  content: "\e957"; }

.nc-icon-outline.files-3_png:before {
  content: "\e958"; }

.nc-icon-outline.files-3_psd-photoshop:before {
  content: "\e959"; }

.nc-icon-outline.files-3_rar:before {
  content: "\e95a"; }

.nc-icon-outline.files-3_sketch:before {
  content: "\e95b"; }

.nc-icon-outline.files-3_svg:before {
  content: "\e95c"; }

.nc-icon-outline.files-3_txt:before {
  content: "\e95d"; }

.nc-icon-outline.files-3_wav:before {
  content: "\e95e"; }

.nc-icon-outline.files-3_zip:before {
  content: "\e95f"; }

.nc-icon-outline.design_album:before {
  content: "\e960"; }

.nc-icon-outline.design_align-bottom:before {
  content: "\e961"; }

.nc-icon-outline.design_align-center-horizontal:before {
  content: "\e962"; }

.nc-icon-outline.design_align-center-vertical:before {
  content: "\e963"; }

.nc-icon-outline.design_align-left:before {
  content: "\e964"; }

.nc-icon-outline.design_align-right:before {
  content: "\e965"; }

.nc-icon-outline.design_align-top:before {
  content: "\e966"; }

.nc-icon-outline.design_app:before {
  content: "\e967"; }

.nc-icon-outline.design_artboard:before {
  content: "\e968"; }

.nc-icon-outline.design_blend:before {
  content: "\e969"; }

.nc-icon-outline.design_book-bookmark:before {
  content: "\e96a"; }

.nc-icon-outline.design_book-open:before {
  content: "\e96b"; }

.nc-icon-outline.design_brush:before {
  content: "\e96c"; }

.nc-icon-outline.design_bug:before {
  content: "\e96d"; }

.nc-icon-outline.design_bullet-list-67:before {
  content: "\e96e"; }

.nc-icon-outline.design_bullet-list-68:before {
  content: "\e96f"; }

.nc-icon-outline.design_bullet-list-69:before {
  content: "\e970"; }

.nc-icon-outline.design_bullet-list-70:before {
  content: "\e971"; }

.nc-icon-outline.design_clone:before {
  content: "\e972"; }

.nc-icon-outline.design_code-editor:before {
  content: "\e973"; }

.nc-icon-outline.design_code:before {
  content: "\e974"; }

.nc-icon-outline.design_collection:before {
  content: "\e975"; }

.nc-icon-outline.design_command:before {
  content: "\e976"; }

.nc-icon-outline.design_compass:before {
  content: "\e977"; }

.nc-icon-outline.design_contrast:before {
  content: "\e978"; }

.nc-icon-outline.design_copy:before {
  content: "\e979"; }

.nc-icon-outline.design_crop:before {
  content: "\e97a"; }

.nc-icon-outline.design_cursor-48:before {
  content: "\e97b"; }

.nc-icon-outline.design_cursor-49:before {
  content: "\e97c"; }

.nc-icon-outline.design_design-dev:before {
  content: "\e97d"; }

.nc-icon-outline.design_design:before {
  content: "\e97e"; }

.nc-icon-outline.design_distribute-horizontal:before {
  content: "\e97f"; }

.nc-icon-outline.design_distribute-vertical:before {
  content: "\e980"; }

.nc-icon-outline.design_drag:before {
  content: "\e981"; }

.nc-icon-outline.design_eraser-32:before {
  content: "\e982"; }

.nc-icon-outline.design_eraser-33:before {
  content: "\e983"; }

.nc-icon-outline.design_eraser-46:before {
  content: "\e984"; }

.nc-icon-outline.design_flip-horizontal:before {
  content: "\e985"; }

.nc-icon-outline.design_flip-vertical:before {
  content: "\e986"; }

.nc-icon-outline.design_image:before {
  content: "\e987"; }

.nc-icon-outline.design_magnet:before {
  content: "\e988"; }

.nc-icon-outline.design_marker:before {
  content: "\e989"; }

.nc-icon-outline.design_measure-02:before {
  content: "\e98a"; }

.nc-icon-outline.design_measure-17:before {
  content: "\e98b"; }

.nc-icon-outline.design_measure-big:before {
  content: "\e98c"; }

.nc-icon-outline.design_mobile-design:before {
  content: "\e98d"; }

.nc-icon-outline.design_mobile-dev:before {
  content: "\e98e"; }

.nc-icon-outline.design_mouse-08:before {
  content: "\e98f"; }

.nc-icon-outline.design_mouse-09:before {
  content: "\e990"; }

.nc-icon-outline.design_mouse-10:before {
  content: "\e991"; }

.nc-icon-outline.design_newsletter-dev:before {
  content: "\e992"; }

.nc-icon-outline.design_note-code:before {
  content: "\e993"; }

.nc-icon-outline.design_paint-16:before {
  content: "\e994"; }

.nc-icon-outline.design_paint-37:before {
  content: "\e995"; }

.nc-icon-outline.design_paint-38:before {
  content: "\e996"; }

.nc-icon-outline.design_paint-bucket-39:before {
  content: "\e997"; }

.nc-icon-outline.design_paint-bucket-40:before {
  content: "\e998"; }

.nc-icon-outline.design_palette:before {
  content: "\e999"; }

.nc-icon-outline.design_pantone:before {
  content: "\e99a"; }

.nc-icon-outline.design_paper-design:before {
  content: "\e99b"; }

.nc-icon-outline.design_paper-dev:before {
  content: "\e99c"; }

.nc-icon-outline.design_patch-19:before {
  content: "\e99d"; }

.nc-icon-outline.design_patch-34:before {
  content: "\e99e"; }

.nc-icon-outline.design_path-exclude:before {
  content: "\e99f"; }

.nc-icon-outline.design_path-intersect:before {
  content: "\e9a0"; }

.nc-icon-outline.design_path-minus:before {
  content: "\e9a1"; }

.nc-icon-outline.design_path-unite:before {
  content: "\e9a2"; }

.nc-icon-outline.design_pen-01:before {
  content: "\e9a3"; }

.nc-icon-outline.design_pen-23:before {
  content: "\e9a4"; }

.nc-icon-outline.design_pen-tool:before {
  content: "\e9a5"; }

.nc-icon-outline.design_phone:before {
  content: "\e9a6"; }

.nc-icon-outline.design_photo-editor:before {
  content: "\e9a7"; }

.nc-icon-outline.design_responsive:before {
  content: "\e9a8"; }

.nc-icon-outline.design_scissors-dashed:before {
  content: "\e9a9"; }

.nc-icon-outline.design_scissors:before {
  content: "\e9aa"; }

.nc-icon-outline.design_shape-adjust:before {
  content: "\edcb"; }

.nc-icon-outline.design_shape-circle:before {
  content: "\edcc"; }

.nc-icon-outline.design_shape-polygon:before {
  content: "\edcd"; }

.nc-icon-outline.design_shape-square:before {
  content: "\edce"; }

.nc-icon-outline.design_shape-triangle:before {
  content: "\edcf"; }

.nc-icon-outline.design_shapes:before {
  content: "\edd0"; }

.nc-icon-outline.design_sharpener:before {
  content: "\edd1"; }

.nc-icon-outline.design_slice:before {
  content: "\edd2"; }

.nc-icon-outline.design_spray:before {
  content: "\edd3"; }

.nc-icon-outline.design_stamp:before {
  content: "\edd4"; }

.nc-icon-outline.design_tablet-mobile:before {
  content: "\edd5"; }

.nc-icon-outline.design_tablet:before {
  content: "\edd6"; }

.nc-icon-outline.design_text:before {
  content: "\edd7"; }

.nc-icon-outline.design_todo:before {
  content: "\edd8"; }

.nc-icon-outline.design_usb:before {
  content: "\edd9"; }

.nc-icon-outline.design_vector:before {
  content: "\edda"; }

.nc-icon-outline.design_wand-11:before {
  content: "\eddb"; }

.nc-icon-outline.design_wand-99:before {
  content: "\eddc"; }

.nc-icon-outline.design_watch-dev:before {
  content: "\eddd"; }

.nc-icon-outline.design_web-design:before {
  content: "\edde"; }

.nc-icon-outline.design_webpage:before {
  content: "\eddf"; }

.nc-icon-outline.design_window-code:before {
  content: "\ede0"; }

.nc-icon-outline.design_window-dev:before {
  content: "\ede1"; }

.nc-icon-outline.design_window-paragraph:before {
  content: "\ede2"; }

.nc-icon-outline.design_window-responsive:before {
  content: "\ede3"; }

.nc-icon-outline.design-2_3d-28:before {
  content: "\ede4"; }

.nc-icon-outline.design-2_3d-29:before {
  content: "\ede5"; }

.nc-icon-outline.design-2_android:before {
  content: "\ede6"; }

.nc-icon-outline.design-2_angle:before {
  content: "\ede7"; }

.nc-icon-outline.design-2_animation-14:before {
  content: "\ede8"; }

.nc-icon-outline.design-2_animation-31:before {
  content: "\ede9"; }

.nc-icon-outline.design-2_animation-32:before {
  content: "\edea"; }

.nc-icon-outline.design-2_apple:before {
  content: "\edeb"; }

.nc-icon-outline.design-2_browser-chrome:before {
  content: "\edec"; }

.nc-icon-outline.design-2_browser-edge:before {
  content: "\eded"; }

.nc-icon-outline.design-2_browser-firefox:before {
  content: "\edee"; }

.nc-icon-outline.design-2_browser-ie:before {
  content: "\edef"; }

.nc-icon-outline.design-2_browser-opera:before {
  content: "\edf0"; }

.nc-icon-outline.design-2_browser-safari:before {
  content: "\edf1"; }

.nc-icon-outline.design-2_bucket:before {
  content: "\edf2"; }

.nc-icon-outline.design-2_button:before {
  content: "\edf3"; }

.nc-icon-outline.design-2_canvas:before {
  content: "\edf4"; }

.nc-icon-outline.design-2_css3:before {
  content: "\edf5"; }

.nc-icon-outline.design-2_cursor-add:before {
  content: "\edf6"; }

.nc-icon-outline.design-2_cursor-grab:before {
  content: "\edf7"; }

.nc-icon-outline.design-2_cursor-load:before {
  content: "\edf8"; }

.nc-icon-outline.design-2_cursor-menu:before {
  content: "\edf9"; }

.nc-icon-outline.design-2_cursor-not-allowed:before {
  content: "\edfa"; }

.nc-icon-outline.design-2_cursor-pointer:before {
  content: "\edfb"; }

.nc-icon-outline.design-2_cursor-text:before {
  content: "\edfc"; }

.nc-icon-outline.design-2_divider:before {
  content: "\edfd"; }

.nc-icon-outline.design-2_filter-organization:before {
  content: "\edfe"; }

.nc-icon-outline.design-2_form:before {
  content: "\edff"; }

.nc-icon-outline.design-2_frame:before {
  content: "\ee00"; }

.nc-icon-outline.design-2_group:before {
  content: "\ee01"; }

.nc-icon-outline.design-2_html5:before {
  content: "\ee02"; }

.nc-icon-outline.design-2_image:before {
  content: "\ee03"; }

.nc-icon-outline.design-2_layers:before {
  content: "\ee04"; }

.nc-icon-outline.design-2_layout-11:before {
  content: "\ee05"; }

.nc-icon-outline.design-2_layout-25:before {
  content: "\ee06"; }

.nc-icon-outline.design-2_microsoft:before {
  content: "\ee07"; }

.nc-icon-outline.design-2_mirror:before {
  content: "\ee08"; }

.nc-icon-outline.design-2_move-down:before {
  content: "\ee09"; }

.nc-icon-outline.design-2_move-up:before {
  content: "\ee0a"; }

.nc-icon-outline.design-2_paint-brush:before {
  content: "\ee0b"; }

.nc-icon-outline.design-2_ruler-pencil:before {
  content: "\ee0c"; }

.nc-icon-outline.design-2_scale-down:before {
  content: "\ee0d"; }

.nc-icon-outline.design-2_scale-up:before {
  content: "\ee0e"; }

.nc-icon-outline.design-2_scale:before {
  content: "\ee0f"; }

.nc-icon-outline.design-2_selection:before {
  content: "\ee10"; }

.nc-icon-outline.design-2_slider:before {
  content: "\ee11"; }

.nc-icon-outline.design-2_text:before {
  content: "\ee12"; }

.nc-icon-outline.design-2_transform-origin:before {
  content: "\ee13"; }

.nc-icon-outline.design-2_transform:before {
  content: "\ee14"; }

.nc-icon-outline.design-2_ungroup:before {
  content: "\ee15"; }

.nc-icon-outline.loader_circle-04:before {
  content: "\edc7"; }

.nc-icon-outline.loader_dots-06:before {
  content: "\edc8"; }

.nc-icon-outline.loader_gear:before {
  content: "\edc9"; }

.nc-icon-outline.loader_refresh:before {
  content: "\edca"; }

.nc-icon-outline.ui-1_analytics-88:before {
  content: "\ecd6"; }

.nc-icon-outline.ui-1_analytics-89:before {
  content: "\ecd7"; }

.nc-icon-outline.ui-1_attach-86:before {
  content: "\ecd8"; }

.nc-icon-outline.ui-1_attach-87:before {
  content: "\ecd9"; }

.nc-icon-outline.ui-1_bell-53:before {
  content: "\ecda"; }

.nc-icon-outline.ui-1_bell-54:before {
  content: "\ecdb"; }

.nc-icon-outline.ui-1_bell-55:before {
  content: "\ecdc"; }

.nc-icon-outline.ui-1_bold-add:before {
  content: "\ecdd"; }

.nc-icon-outline.ui-1_bold-delete:before {
  content: "\ecde"; }

.nc-icon-outline.ui-1_bold-remove:before {
  content: "\ecdf"; }

.nc-icon-outline.ui-1_bookmark-add:before {
  content: "\ece0"; }

.nc-icon-outline.ui-1_bookmark-remove:before {
  content: "\ece1"; }

.nc-icon-outline.ui-1_calendar-57:before {
  content: "\ece2"; }

.nc-icon-outline.ui-1_calendar-60:before {
  content: "\ece3"; }

.nc-icon-outline.ui-1_calendar-check-59:before {
  content: "\ece4"; }

.nc-icon-outline.ui-1_calendar-check-62:before {
  content: "\ece5"; }

.nc-icon-outline.ui-1_calendar-grid-58:before {
  content: "\ece6"; }

.nc-icon-outline.ui-1_calendar-grid-61:before {
  content: "\ece7"; }

.nc-icon-outline.ui-1_check-bold:before {
  content: "\ece8"; }

.nc-icon-outline.ui-1_check-circle-07:before {
  content: "\ece9"; }

.nc-icon-outline.ui-1_check-circle-08:before {
  content: "\ecea"; }

.nc-icon-outline.ui-1_check-curve:before {
  content: "\eceb"; }

.nc-icon-outline.ui-1_check-simple:before {
  content: "\ecec"; }

.nc-icon-outline.ui-1_check-small:before {
  content: "\eced"; }

.nc-icon-outline.ui-1_check-square-09:before {
  content: "\ecee"; }

.nc-icon-outline.ui-1_check-square-11:before {
  content: "\ecef"; }

.nc-icon-outline.ui-1_check:before {
  content: "\ecf0"; }

.nc-icon-outline.ui-1_circle-add:before {
  content: "\ecf1"; }

.nc-icon-outline.ui-1_circle-bold-add:before {
  content: "\ecf2"; }

.nc-icon-outline.ui-1_circle-bold-remove:before {
  content: "\ecf3"; }

.nc-icon-outline.ui-1_circle-delete:before {
  content: "\ecf4"; }

.nc-icon-outline.ui-1_circle-remove:before {
  content: "\ecf5"; }

.nc-icon-outline.ui-1_dashboard-29:before {
  content: "\ecf6"; }

.nc-icon-outline.ui-1_dashboard-30:before {
  content: "\ecf7"; }

.nc-icon-outline.ui-1_dashboard-half:before {
  content: "\ecf8"; }

.nc-icon-outline.ui-1_dashboard-level:before {
  content: "\ecf9"; }

.nc-icon-outline.ui-1_database:before {
  content: "\ecfa"; }

.nc-icon-outline.ui-1_drop:before {
  content: "\ecfb"; }

.nc-icon-outline.ui-1_edit-71:before {
  content: "\ecfc"; }

.nc-icon-outline.ui-1_edit-72:before {
  content: "\ecfd"; }

.nc-icon-outline.ui-1_edit-73:before {
  content: "\ecfe"; }

.nc-icon-outline.ui-1_edit-74:before {
  content: "\ecff"; }

.nc-icon-outline.ui-1_edit-75:before {
  content: "\ed00"; }

.nc-icon-outline.ui-1_edit-76:before {
  content: "\ed01"; }

.nc-icon-outline.ui-1_edit-77:before {
  content: "\ed02"; }

.nc-icon-outline.ui-1_edit-78:before {
  content: "\ed03"; }

.nc-icon-outline.ui-1_email-83:before {
  content: "\ed04"; }

.nc-icon-outline.ui-1_email-84:before {
  content: "\ed05"; }

.nc-icon-outline.ui-1_email-85:before {
  content: "\ed06"; }

.nc-icon-outline.ui-1_eye-17:before {
  content: "\ed07"; }

.nc-icon-outline.ui-1_eye-19:before {
  content: "\ed08"; }

.nc-icon-outline.ui-1_eye-ban-18:before {
  content: "\ed09"; }

.nc-icon-outline.ui-1_eye-ban-20:before {
  content: "\ed0a"; }

.nc-icon-outline.ui-1_flame:before {
  content: "\ed0b"; }

.nc-icon-outline.ui-1_home-51:before {
  content: "\ed0c"; }

.nc-icon-outline.ui-1_home-52:before {
  content: "\ed0d"; }

.nc-icon-outline.ui-1_home-minimal:before {
  content: "\ed0e"; }

.nc-icon-outline.ui-1_home-simple:before {
  content: "\ed0f"; }

.nc-icon-outline.ui-1_leaf-80:before {
  content: "\ed10"; }

.nc-icon-outline.ui-1_leaf-81:before {
  content: "\ed11"; }

.nc-icon-outline.ui-1_leaf-edit:before {
  content: "\ed12"; }

.nc-icon-outline.ui-1_lock-circle-open:before {
  content: "\ed13"; }

.nc-icon-outline.ui-1_lock-circle:before {
  content: "\ed14"; }

.nc-icon-outline.ui-1_lock-open:before {
  content: "\ed15"; }

.nc-icon-outline.ui-1_lock:before {
  content: "\ed16"; }

.nc-icon-outline.ui-1_notification-69:before {
  content: "\ed17"; }

.nc-icon-outline.ui-1_notification-70:before {
  content: "\ed18"; }

.nc-icon-outline.ui-1_pencil:before {
  content: "\ed19"; }

.nc-icon-outline.ui-1_preferences-circle-rotate:before {
  content: "\ed1a"; }

.nc-icon-outline.ui-1_preferences-circle:before {
  content: "\ed1b"; }

.nc-icon-outline.ui-1_preferences-container-circle-rotate:before {
  content: "\ed1c"; }

.nc-icon-outline.ui-1_preferences-container-circle:before {
  content: "\ed1d"; }

.nc-icon-outline.ui-1_preferences-container-rotate:before {
  content: "\ed1e"; }

.nc-icon-outline.ui-1_preferences-container:before {
  content: "\ed1f"; }

.nc-icon-outline.ui-1_preferences-rotate:before {
  content: "\ed20"; }

.nc-icon-outline.ui-1_preferences:before {
  content: "\ed21"; }

.nc-icon-outline.ui-1_send:before {
  content: "\ed22"; }

.nc-icon-outline.ui-1_settings-gear-63:before {
  content: "\ed23"; }

.nc-icon-outline.ui-1_settings-gear-64:before {
  content: "\ed24"; }

.nc-icon-outline.ui-1_settings-gear-65:before {
  content: "\ed25"; }

.nc-icon-outline.ui-1_settings-tool-66:before {
  content: "\ed26"; }

.nc-icon-outline.ui-1_settings-tool-67:before {
  content: "\ed27"; }

.nc-icon-outline.ui-1_settings:before {
  content: "\ed28"; }

.nc-icon-outline.ui-1_simple-add:before {
  content: "\ed29"; }

.nc-icon-outline.ui-1_simple-delete:before {
  content: "\ed2a"; }

.nc-icon-outline.ui-1_simple-remove:before {
  content: "\ed2b"; }

.nc-icon-outline.ui-1_trash-round:before {
  content: "\ed2c"; }

.nc-icon-outline.ui-1_trash-simple:before {
  content: "\ed2d"; }

.nc-icon-outline.ui-1_trash:before {
  content: "\ed2e"; }

.nc-icon-outline.ui-1_ui-03:before {
  content: "\ed2f"; }

.nc-icon-outline.ui-1_ui-04:before {
  content: "\ed30"; }

.nc-icon-outline.ui-1_zoom-bold-in:before {
  content: "\ed31"; }

.nc-icon-outline.ui-1_zoom-bold-out:before {
  content: "\ed32"; }

.nc-icon-outline.ui-1_zoom-bold:before {
  content: "\ed33"; }

.nc-icon-outline.ui-1_zoom-in:before {
  content: "\ed34"; }

.nc-icon-outline.ui-1_zoom-out:before {
  content: "\ed35"; }

.nc-icon-outline.ui-1_zoom-split-in:before {
  content: "\ed36"; }

.nc-icon-outline.ui-1_zoom-split-out:before {
  content: "\ed37"; }

.nc-icon-outline.ui-1_zoom-split:before {
  content: "\ed38"; }

.nc-icon-outline.ui-1_zoom:before {
  content: "\ed39"; }

.nc-icon-outline.ui-2_alert:before {
  content: "\ed3a"; }

.nc-icon-outline.ui-2_alert-:before {
  content: "\ed3b"; }

.nc-icon-outline.ui-2_alert-circle:before {
  content: "\ed3c"; }

.nc-icon-outline.ui-2_alert-circle-:before {
  content: "\ed3d"; }

.nc-icon-outline.ui-2_alert-circle-i:before {
  content: "\ed3e"; }

.nc-icon-outline.ui-2_alert-i:before {
  content: "\ed3f"; }

.nc-icon-outline.ui-2_alert-square:before {
  content: "\ed40"; }

.nc-icon-outline.ui-2_alert-square-:before {
  content: "\ed41"; }

.nc-icon-outline.ui-2_alert-square-i:before {
  content: "\ed42"; }

.nc-icon-outline.ui-2_archive:before {
  content: "\ed43"; }

.nc-icon-outline.ui-2_ban-bold:before {
  content: "\ed44"; }

.nc-icon-outline.ui-2_ban:before {
  content: "\ed45"; }

.nc-icon-outline.ui-2_battery-81:before {
  content: "\ed46"; }

.nc-icon-outline.ui-2_battery-83:before {
  content: "\ed47"; }

.nc-icon-outline.ui-2_battery-half:before {
  content: "\ed48"; }

.nc-icon-outline.ui-2_battery-low:before {
  content: "\ed49"; }

.nc-icon-outline.ui-2_bluetooth:before {
  content: "\ed4a"; }

.nc-icon-outline.ui-2_book:before {
  content: "\ed4b"; }

.nc-icon-outline.ui-2_chart-bar-52:before {
  content: "\ed4c"; }

.nc-icon-outline.ui-2_chart-bar-53:before {
  content: "\ed4d"; }

.nc-icon-outline.ui-2_chat-content:before {
  content: "\ed4e"; }

.nc-icon-outline.ui-2_chat-round-content:before {
  content: "\ed4f"; }

.nc-icon-outline.ui-2_chat-round:before {
  content: "\ed50"; }

.nc-icon-outline.ui-2_chat:before {
  content: "\ed51"; }

.nc-icon-outline.ui-2_circle-bold-delete:before {
  content: "\ed52"; }

.nc-icon-outline.ui-2_cloud-25:before {
  content: "\ed53"; }

.nc-icon-outline.ui-2_cloud-26:before {
  content: "\ed54"; }

.nc-icon-outline.ui-2_disk:before {
  content: "\ed55"; }

.nc-icon-outline.ui-2_enlarge-57:before {
  content: "\ed56"; }

.nc-icon-outline.ui-2_enlarge-58:before {
  content: "\ed57"; }

.nc-icon-outline.ui-2_enlarge-59:before {
  content: "\ed58"; }

.nc-icon-outline.ui-2_fat-add:before {
  content: "\ed59"; }

.nc-icon-outline.ui-2_fat-delete:before {
  content: "\ed5a"; }

.nc-icon-outline.ui-2_fat-remove:before {
  content: "\ed5b"; }

.nc-icon-outline.ui-2_favourite-28:before {
  content: "\ed5c"; }

.nc-icon-outline.ui-2_favourite-31:before {
  content: "\ed5d"; }

.nc-icon-outline.ui-2_favourite-add-29:before {
  content: "\ed5e"; }

.nc-icon-outline.ui-2_favourite-add-32:before {
  content: "\ed5f"; }

.nc-icon-outline.ui-2_favourite-remove-30:before {
  content: "\ed60"; }

.nc-icon-outline.ui-2_favourite-remove-33:before {
  content: "\ed61"; }

.nc-icon-outline.ui-2_filter:before {
  content: "\ed62"; }

.nc-icon-outline.ui-2_fullsize:before {
  content: "\ed63"; }

.nc-icon-outline.ui-2_grid-45:before {
  content: "\ed64"; }

.nc-icon-outline.ui-2_grid-46:before {
  content: "\ed65"; }

.nc-icon-outline.ui-2_grid-48:before {
  content: "\ed66"; }

.nc-icon-outline.ui-2_grid-49:before {
  content: "\ed67"; }

.nc-icon-outline.ui-2_grid-50:before {
  content: "\ed68"; }

.nc-icon-outline.ui-2_grid-square:before {
  content: "\ed69"; }

.nc-icon-outline.ui-2_hourglass:before {
  content: "\ed6a"; }

.nc-icon-outline.ui-2_lab:before {
  content: "\ed6b"; }

.nc-icon-outline.ui-2_layers:before {
  content: "\ed6c"; }

.nc-icon-outline.ui-2_like:before {
  content: "\ed6d"; }

.nc-icon-outline.ui-2_link-66:before {
  content: "\ed6e"; }

.nc-icon-outline.ui-2_link-67:before {
  content: "\ed6f"; }

.nc-icon-outline.ui-2_link-68:before {
  content: "\ed70"; }

.nc-icon-outline.ui-2_link-69:before {
  content: "\ed71"; }

.nc-icon-outline.ui-2_link-71:before {
  content: "\ed72"; }

.nc-icon-outline.ui-2_link-72:before {
  content: "\ed73"; }

.nc-icon-outline.ui-2_link-broken-70:before {
  content: "\ed74"; }

.nc-icon-outline.ui-2_link-broken-73:before {
  content: "\ed75"; }

.nc-icon-outline.ui-2_menu-34:before {
  content: "\ed76"; }

.nc-icon-outline.ui-2_menu-35:before {
  content: "\ed77"; }

.nc-icon-outline.ui-2_menu-bold:before {
  content: "\ed78"; }

.nc-icon-outline.ui-2_menu-dots:before {
  content: "\ed79"; }

.nc-icon-outline.ui-2_menu-square:before {
  content: "\ed7a"; }

.nc-icon-outline.ui-2_node:before {
  content: "\ed7b"; }

.nc-icon-outline.ui-2_paragraph:before {
  content: "\ed7c"; }

.nc-icon-outline.ui-2_phone:before {
  content: "\ed7d"; }

.nc-icon-outline.ui-2_settings-90:before {
  content: "\ed7e"; }

.nc-icon-outline.ui-2_settings-91:before {
  content: "\ed7f"; }

.nc-icon-outline.ui-2_share-bold:before {
  content: "\ed80"; }

.nc-icon-outline.ui-2_share:before {
  content: "\ed81"; }

.nc-icon-outline.ui-2_small-add:before {
  content: "\ed82"; }

.nc-icon-outline.ui-2_small-delete:before {
  content: "\ed83"; }

.nc-icon-outline.ui-2_small-remove:before {
  content: "\ed84"; }

.nc-icon-outline.ui-2_square-add-08:before {
  content: "\ed85"; }

.nc-icon-outline.ui-2_square-add-11:before {
  content: "\ed86"; }

.nc-icon-outline.ui-2_square-delete-10:before {
  content: "\ed87"; }

.nc-icon-outline.ui-2_square-delete-13:before {
  content: "\ed88"; }

.nc-icon-outline.ui-2_square-remove-09:before {
  content: "\ed89"; }

.nc-icon-outline.ui-2_square-remove-12:before {
  content: "\ed8a"; }

.nc-icon-outline.ui-2_target:before {
  content: "\ed8b"; }

.nc-icon-outline.ui-2_tile-55:before {
  content: "\ed8c"; }

.nc-icon-outline.ui-2_tile-56:before {
  content: "\ed8d"; }

.nc-icon-outline.ui-2_time-alarm:before {
  content: "\ed8e"; }

.nc-icon-outline.ui-2_time-clock:before {
  content: "\ed8f"; }

.nc-icon-outline.ui-2_time-countdown:before {
  content: "\ed90"; }

.nc-icon-outline.ui-2_time:before {
  content: "\ed91"; }

.nc-icon-outline.ui-2_webpage:before {
  content: "\ed92"; }

.nc-icon-outline.ui-2_window-add:before {
  content: "\ed93"; }

.nc-icon-outline.ui-2_window-delete:before {
  content: "\ed94"; }

.nc-icon-outline.ui-3_alert:before {
  content: "\ed95"; }

.nc-icon-outline.ui-3_backward:before {
  content: "\ed96"; }

.nc-icon-outline.ui-3_bolt:before {
  content: "\ed97"; }

.nc-icon-outline.ui-3_bullet-list:before {
  content: "\ed98"; }

.nc-icon-outline.ui-3_calendar-add:before {
  content: "\ed99"; }

.nc-icon-outline.ui-3_card-add:before {
  content: "\ed9a"; }

.nc-icon-outline.ui-3_card-alert:before {
  content: "\ed9b"; }

.nc-icon-outline.ui-3_chart-bars:before {
  content: "\ed9c"; }

.nc-icon-outline.ui-3_chart:before {
  content: "\ed9d"; }

.nc-icon-outline.ui-3_chat-33:before {
  content: "\ed9e"; }

.nc-icon-outline.ui-3_chat-45:before {
  content: "\ed9f"; }

.nc-icon-outline.ui-3_chat-46:before {
  content: "\eda0"; }

.nc-icon-outline.ui-3_chat-reply:before {
  content: "\eda1"; }

.nc-icon-outline.ui-3_check-in:before {
  content: "\eda2"; }

.nc-icon-outline.ui-3_check-out:before {
  content: "\eda3"; }

.nc-icon-outline.ui-3_dock-bottom:before {
  content: "\eda4"; }

.nc-icon-outline.ui-3_dock-left:before {
  content: "\eda5"; }

.nc-icon-outline.ui-3_dock-right:before {
  content: "\eda6"; }

.nc-icon-outline.ui-3_dock-top:before {
  content: "\eda7"; }

.nc-icon-outline.ui-3_filter-check:before {
  content: "\eda8"; }

.nc-icon-outline.ui-3_filter-remove:before {
  content: "\eda9"; }

.nc-icon-outline.ui-3_forward:before {
  content: "\edaa"; }

.nc-icon-outline.ui-3_funnel-39:before {
  content: "\edab"; }

.nc-icon-outline.ui-3_funnel-40:before {
  content: "\edac"; }

.nc-icon-outline.ui-3_funnel-41:before {
  content: "\edad"; }

.nc-icon-outline.ui-3_heart-add:before {
  content: "\edae"; }

.nc-icon-outline.ui-3_heart-remove:before {
  content: "\edaf"; }

.nc-icon-outline.ui-3_heart:before {
  content: "\edb0"; }

.nc-icon-outline.ui-3_infinite:before {
  content: "\edb1"; }

.nc-icon-outline.ui-3_link:before {
  content: "\edb2"; }

.nc-icon-outline.ui-3_menu-left:before {
  content: "\edb3"; }

.nc-icon-outline.ui-3_menu-right:before {
  content: "\edb4"; }

.nc-icon-outline.ui-3_menu:before {
  content: "\edb5"; }

.nc-icon-outline.ui-3_metrics:before {
  content: "\edb6"; }

.nc-icon-outline.ui-3_phone-call-end:before {
  content: "\edb7"; }

.nc-icon-outline.ui-3_phone-call:before {
  content: "\edb8"; }

.nc-icon-outline.ui-3_phone:before {
  content: "\edb9"; }

.nc-icon-outline.ui-3_playlist:before {
  content: "\edba"; }

.nc-icon-outline.ui-3_search:before {
  content: "\edbb"; }

.nc-icon-outline.ui-3_security:before {
  content: "\edbc"; }

.nc-icon-outline.ui-3_segmentation:before {
  content: "\edbd"; }

.nc-icon-outline.ui-3_select:before {
  content: "\edbe"; }

.nc-icon-outline.ui-3_send:before {
  content: "\edbf"; }

.nc-icon-outline.ui-3_signal:before {
  content: "\edc0"; }

.nc-icon-outline.ui-3_slide-left:before {
  content: "\edc1"; }

.nc-icon-outline.ui-3_slide-right:before {
  content: "\edc2"; }

.nc-icon-outline.ui-3_table-left:before {
  content: "\edc3"; }

.nc-icon-outline.ui-3_table-right:before {
  content: "\edc4"; }

.nc-icon-outline.ui-3_tag:before {
  content: "\edc5"; }

.nc-icon-outline.ui-3_widget:before {
  content: "\edc6"; }

.nc-icon-outline.envir_bulb-saver:before {
  content: "\ecc4"; }

.nc-icon-outline.envir_bulb:before {
  content: "\ecc5"; }

.nc-icon-outline.envir_car:before {
  content: "\ecc6"; }

.nc-icon-outline.envir_fuel-electric:before {
  content: "\ecc7"; }

.nc-icon-outline.envir_fuel:before {
  content: "\ecc8"; }

.nc-icon-outline.envir_home:before {
  content: "\ecc9"; }

.nc-icon-outline.envir_level:before {
  content: "\ecca"; }

.nc-icon-outline.envir_panel:before {
  content: "\eccb"; }

.nc-icon-outline.envir_radiation:before {
  content: "\eccc"; }

.nc-icon-outline.envir_recycling:before {
  content: "\eccd"; }

.nc-icon-outline.envir_save-planet:before {
  content: "\ecce"; }

.nc-icon-outline.envir_waste-danger:before {
  content: "\eccf"; }

.nc-icon-outline.envir_waste-recycling:before {
  content: "\ecd0"; }

.nc-icon-outline.envir_waste:before {
  content: "\ecd1"; }

.nc-icon-outline.envir_water-hand:before {
  content: "\ecd2"; }

.nc-icon-outline.envir_water-sink:before {
  content: "\ecd3"; }

.nc-icon-outline.envir_water:before {
  content: "\ecd4"; }

.nc-icon-outline.envir_wind:before {
  content: "\ecd5"; }

.nc-icon-outline.text_align-center:before {
  content: "\ecaa"; }

.nc-icon-outline.text_align-justify:before {
  content: "\ecab"; }

.nc-icon-outline.text_align-left:before {
  content: "\ecac"; }

.nc-icon-outline.text_align-right:before {
  content: "\ecad"; }

.nc-icon-outline.text_background:before {
  content: "\ecae"; }

.nc-icon-outline.text_bold:before {
  content: "\ecaf"; }

.nc-icon-outline.text_capitalize:before {
  content: "\ecb0"; }

.nc-icon-outline.text_caps-all:before {
  content: "\ecb1"; }

.nc-icon-outline.text_caps-small:before {
  content: "\ecb2"; }

.nc-icon-outline.text_color:before {
  content: "\ecb3"; }

.nc-icon-outline.text_edit:before {
  content: "\ecb4"; }

.nc-icon-outline.text_italic:before {
  content: "\ecb5"; }

.nc-icon-outline.text_line-height:before {
  content: "\ecb6"; }

.nc-icon-outline.text_list-bullet:before {
  content: "\ecb7"; }

.nc-icon-outline.text_list-numbers:before {
  content: "\ecb8"; }

.nc-icon-outline.text_margin-left:before {
  content: "\ecb9"; }

.nc-icon-outline.text_margin-right:before {
  content: "\ecba"; }

.nc-icon-outline.text_quote:before {
  content: "\ecbb"; }

.nc-icon-outline.text_scale-horizontal:before {
  content: "\ecbc"; }

.nc-icon-outline.text_scale-vertical:before {
  content: "\ecbd"; }

.nc-icon-outline.text_size:before {
  content: "\ecbe"; }

.nc-icon-outline.text_strikethrough:before {
  content: "\ecbf"; }

.nc-icon-outline.text_subscript:before {
  content: "\ecc0"; }

.nc-icon-outline.text_superscript:before {
  content: "\ecc1"; }

.nc-icon-outline.text_tracking:before {
  content: "\ecc2"; }

.nc-icon-outline.text_underline:before {
  content: "\ecc3"; }

.nc-icon-outline.gestures_2x-drag-down:before {
  content: "\ec09"; }

.nc-icon-outline.gestures_2x-drag-up:before {
  content: "\ec0a"; }

.nc-icon-outline.gestures_2x-swipe-down:before {
  content: "\ec0b"; }

.nc-icon-outline.gestures_2x-swipe-left:before {
  content: "\ec0c"; }

.nc-icon-outline.gestures_2x-swipe-right:before {
  content: "\ec0d"; }

.nc-icon-outline.gestures_2x-swipe-up:before {
  content: "\ec0e"; }

.nc-icon-outline.gestures_2x-tap:before {
  content: "\ec0f"; }

.nc-icon-outline.gestures_3x-swipe-left:before {
  content: "\ec10"; }

.nc-icon-outline.gestures_3x-swipe-right:before {
  content: "\ec11"; }

.nc-icon-outline.gestures_3x-swipe-up:before {
  content: "\ec12"; }

.nc-icon-outline.gestures_3x-tap:before {
  content: "\ec13"; }

.nc-icon-outline.gestures_4x-swipe-left:before {
  content: "\ec14"; }

.nc-icon-outline.gestures_4x-swipe-right:before {
  content: "\ec15"; }

.nc-icon-outline.gestures_4x-swipe-up:before {
  content: "\ec16"; }

.nc-icon-outline.gestures_active-38:before {
  content: "\ec17"; }

.nc-icon-outline.gestures_active-40:before {
  content: "\ec18"; }

.nc-icon-outline.gestures_camera:before {
  content: "\ec19"; }

.nc-icon-outline.gestures_double-tap:before {
  content: "\ec1a"; }

.nc-icon-outline.gestures_drag-21:before {
  content: "\ec1b"; }

.nc-icon-outline.gestures_drag-31:before {
  content: "\ec1c"; }

.nc-icon-outline.gestures_drag-down:before {
  content: "\ec1d"; }

.nc-icon-outline.gestures_drag-left:before {
  content: "\ec1e"; }

.nc-icon-outline.gestures_drag-right:before {
  content: "\ec1f"; }

.nc-icon-outline.gestures_drag-up:before {
  content: "\ec20"; }

.nc-icon-outline.gestures_flick-down:before {
  content: "\ec21"; }

.nc-icon-outline.gestures_flick-left:before {
  content: "\ec22"; }

.nc-icon-outline.gestures_flick-right:before {
  content: "\ec23"; }

.nc-icon-outline.gestures_flick-up:before {
  content: "\ec24"; }

.nc-icon-outline.gestures_grab:before {
  content: "\ec25"; }

.nc-icon-outline.gestures_hold:before {
  content: "\ec26"; }

.nc-icon-outline.gestures_pin:before {
  content: "\ec27"; }

.nc-icon-outline.gestures_pinch:before {
  content: "\ec28"; }

.nc-icon-outline.gestures_rotate-22:before {
  content: "\ec29"; }

.nc-icon-outline.gestures_rotate-23:before {
  content: "\ec2a"; }

.nc-icon-outline.gestures_scan:before {
  content: "\ec2b"; }

.nc-icon-outline.gestures_scroll-horitontal:before {
  content: "\ec2c"; }

.nc-icon-outline.gestures_scroll-vertical:before {
  content: "\ec2d"; }

.nc-icon-outline.gestures_stretch:before {
  content: "\ec2e"; }

.nc-icon-outline.gestures_swipe-bottom:before {
  content: "\ec2f"; }

.nc-icon-outline.gestures_swipe-left:before {
  content: "\ec30"; }

.nc-icon-outline.gestures_swipe-right:before {
  content: "\ec31"; }

.nc-icon-outline.gestures_swipe-up:before {
  content: "\ec32"; }

.nc-icon-outline.gestures_tap-01:before {
  content: "\ec33"; }

.nc-icon-outline.gestures_tap-02:before {
  content: "\ec34"; }

.nc-icon-outline.sport_badminton:before {
  content: "\ec35"; }

.nc-icon-outline.sport_baseball-ball:before {
  content: "\ec36"; }

.nc-icon-outline.sport_baseball-bat:before {
  content: "\ec37"; }

.nc-icon-outline.sport_baseball:before {
  content: "\ec38"; }

.nc-icon-outline.sport_basketball-12:before {
  content: "\ec39"; }

.nc-icon-outline.sport_basketball-13:before {
  content: "\ec3a"; }

.nc-icon-outline.sport_boxing:before {
  content: "\ec3b"; }

.nc-icon-outline.sport_cardio:before {
  content: "\ec3c"; }

.nc-icon-outline.sport_cricket:before {
  content: "\ec3d"; }

.nc-icon-outline.sport_crown:before {
  content: "\ec3e"; }

.nc-icon-outline.sport_dart:before {
  content: "\ec3f"; }

.nc-icon-outline.sport_dumbbells:before {
  content: "\ec40"; }

.nc-icon-outline.sport_energy-drink:before {
  content: "\ec41"; }

.nc-icon-outline.sport_energy-supplement:before {
  content: "\ec42"; }

.nc-icon-outline.sport_fencing:before {
  content: "\ec43"; }

.nc-icon-outline.sport_fishing:before {
  content: "\ec44"; }

.nc-icon-outline.sport_flag-finish:before {
  content: "\ec45"; }

.nc-icon-outline.sport_football-headguard:before {
  content: "\ec46"; }

.nc-icon-outline.sport_golf:before {
  content: "\ec47"; }

.nc-icon-outline.sport_helmet:before {
  content: "\ec48"; }

.nc-icon-outline.sport_hockey:before {
  content: "\ec49"; }

.nc-icon-outline.sport_kettlebell:before {
  content: "\ec4a"; }

.nc-icon-outline.sport_ping-pong:before {
  content: "\ec4b"; }

.nc-icon-outline.sport_podium-trophy:before {
  content: "\ec4c"; }

.nc-icon-outline.sport_podium:before {
  content: "\ec4d"; }

.nc-icon-outline.sport_rope:before {
  content: "\ec4e"; }

.nc-icon-outline.sport_rugby:before {
  content: "\ec4f"; }

.nc-icon-outline.sport_shaker:before {
  content: "\ec50"; }

.nc-icon-outline.sport_shoe-run:before {
  content: "\ec51"; }

.nc-icon-outline.sport_skateboard:before {
  content: "\ec52"; }

.nc-icon-outline.sport_snowboard:before {
  content: "\ec53"; }

.nc-icon-outline.sport_soccer-field:before {
  content: "\ec54"; }

.nc-icon-outline.sport_steering-wheel:before {
  content: "\ec55"; }

.nc-icon-outline.sport_supplement:before {
  content: "\ec56"; }

.nc-icon-outline.sport_surf:before {
  content: "\ec57"; }

.nc-icon-outline.sport_tactic:before {
  content: "\ec58"; }

.nc-icon-outline.sport_tennis-ball:before {
  content: "\ec59"; }

.nc-icon-outline.sport_tennis:before {
  content: "\ec5a"; }

.nc-icon-outline.sport_trophy:before {
  content: "\ec5b"; }

.nc-icon-outline.sport_user-balance:before {
  content: "\ec5c"; }

.nc-icon-outline.sport_user-climb:before {
  content: "\ec5d"; }

.nc-icon-outline.sport_user-meditation:before {
  content: "\ec5e"; }

.nc-icon-outline.sport_user-run:before {
  content: "\ec5f"; }

.nc-icon-outline.sport_user-snowboard:before {
  content: "\ec60"; }

.nc-icon-outline.sport_user-swim:before {
  content: "\ec61"; }

.nc-icon-outline.sport_volleyball:before {
  content: "\ec62"; }

.nc-icon-outline.sport_whistle:before {
  content: "\ec63"; }

.nc-icon-outline.holidays_bat:before {
  content: "\ec64"; }

.nc-icon-outline.holidays_biscuit:before {
  content: "\ec65"; }

.nc-icon-outline.holidays_bones:before {
  content: "\ec66"; }

.nc-icon-outline.holidays_boot:before {
  content: "\ec67"; }

.nc-icon-outline.holidays_candy:before {
  content: "\ec68"; }

.nc-icon-outline.holidays_cat:before {
  content: "\ec69"; }

.nc-icon-outline.holidays_cauldron:before {
  content: "\ec6a"; }

.nc-icon-outline.holidays_chimney:before {
  content: "\ec6b"; }

.nc-icon-outline.holidays_cockade:before {
  content: "\ec6c"; }

.nc-icon-outline.holidays_coffin:before {
  content: "\ec6d"; }

.nc-icon-outline.holidays_dead-hand:before {
  content: "\ec6e"; }

.nc-icon-outline.holidays_decoration:before {
  content: "\ec6f"; }

.nc-icon-outline.holidays_deer:before {
  content: "\ec70"; }

.nc-icon-outline.holidays_egg-38:before {
  content: "\ec71"; }

.nc-icon-outline.holidays_egg-39:before {
  content: "\ec72"; }

.nc-icon-outline.holidays_frankenstein:before {
  content: "\ec73"; }

.nc-icon-outline.holidays_ghost:before {
  content: "\ec74"; }

.nc-icon-outline.holidays_gift-exchange:before {
  content: "\ec75"; }

.nc-icon-outline.holidays_gift:before {
  content: "\ec76"; }

.nc-icon-outline.holidays_glove:before {
  content: "\ec77"; }

.nc-icon-outline.holidays_grave:before {
  content: "\ec78"; }

.nc-icon-outline.holidays_light:before {
  content: "\ec79"; }

.nc-icon-outline.holidays_message:before {
  content: "\ec7a"; }

.nc-icon-outline.holidays_mistletoe:before {
  content: "\ec7b"; }

.nc-icon-outline.holidays_owl:before {
  content: "\ec7c"; }

.nc-icon-outline.holidays_pumpkin:before {
  content: "\ec7d"; }

.nc-icon-outline.holidays_rabbit:before {
  content: "\ec7e"; }

.nc-icon-outline.holidays_santa-hat:before {
  content: "\ec7f"; }

.nc-icon-outline.holidays_sickle:before {
  content: "\ec80"; }

.nc-icon-outline.holidays_snow-ball:before {
  content: "\ec81"; }

.nc-icon-outline.holidays_snowman-head:before {
  content: "\ec82"; }

.nc-icon-outline.holidays_snowman:before {
  content: "\ec83"; }

.nc-icon-outline.holidays_soak:before {
  content: "\ec84"; }

.nc-icon-outline.holidays_spider:before {
  content: "\ec85"; }

.nc-icon-outline.holidays_tree-ball:before {
  content: "\ec86"; }

.nc-icon-outline.holidays_tree:before {
  content: "\ec87"; }

.nc-icon-outline.holidays_vampire:before {
  content: "\ec88"; }

.nc-icon-outline.holidays_witch-hat:before {
  content: "\ec89"; }

.nc-icon-outline.holidays_wolf:before {
  content: "\ec8a"; }

.nc-icon-outline.holidays_zombie:before {
  content: "\ec8b"; }

.nc-icon-outline.nature_bear:before {
  content: "\ec8c"; }

.nc-icon-outline.nature_bee:before {
  content: "\ec8d"; }

.nc-icon-outline.nature_butterfly:before {
  content: "\ec8e"; }

.nc-icon-outline.nature_chicken:before {
  content: "\ec8f"; }

.nc-icon-outline.nature_clover:before {
  content: "\ec90"; }

.nc-icon-outline.nature_collar:before {
  content: "\ec91"; }

.nc-icon-outline.nature_cow:before {
  content: "\ec92"; }

.nc-icon-outline.nature_dog-house:before {
  content: "\ec93"; }

.nc-icon-outline.nature_dog:before {
  content: "\ec94"; }

.nc-icon-outline.nature_flower-05:before {
  content: "\ec95"; }

.nc-icon-outline.nature_flower-06:before {
  content: "\ec96"; }

.nc-icon-outline.nature_flower-07:before {
  content: "\ec97"; }

.nc-icon-outline.nature_food-dog:before {
  content: "\ec98"; }

.nc-icon-outline.nature_food:before {
  content: "\ec99"; }

.nc-icon-outline.nature_forest:before {
  content: "\ec9a"; }

.nc-icon-outline.nature_mountain:before {
  content: "\ec9b"; }

.nc-icon-outline.nature_mushroom:before {
  content: "\ec9c"; }

.nc-icon-outline.nature_panda:before {
  content: "\ec9d"; }

.nc-icon-outline.nature_paw:before {
  content: "\ec9e"; }

.nc-icon-outline.nature_pig:before {
  content: "\ec9f"; }

.nc-icon-outline.nature_plant-ground:before {
  content: "\eca0"; }

.nc-icon-outline.nature_plant-vase:before {
  content: "\eca1"; }

.nc-icon-outline.nature_rat:before {
  content: "\eca2"; }

.nc-icon-outline.nature_sheep:before {
  content: "\eca3"; }

.nc-icon-outline.nature_snake:before {
  content: "\eca4"; }

.nc-icon-outline.nature_tree-01:before {
  content: "\eca5"; }

.nc-icon-outline.nature_tree-02:before {
  content: "\eca6"; }

.nc-icon-outline.nature_tree-03:before {
  content: "\eca7"; }

.nc-icon-outline.nature_turtle:before {
  content: "\eca8"; }

.nc-icon-outline.nature_wood:before {
  content: "\eca9"; }

.nc-icon-outline.travel_axe:before {
  content: "\eb28"; }

.nc-icon-outline.travel_backpack:before {
  content: "\eb29"; }

.nc-icon-outline.travel_bag:before {
  content: "\eb2a"; }

.nc-icon-outline.travel_barbecue:before {
  content: "\eb2b"; }

.nc-icon-outline.travel_beach-umbrella:before {
  content: "\eb2c"; }

.nc-icon-outline.travel_berlin:before {
  content: "\eb2d"; }

.nc-icon-outline.travel_binocular:before {
  content: "\eb2e"; }

.nc-icon-outline.travel_camper:before {
  content: "\eb2f"; }

.nc-icon-outline.travel_camping:before {
  content: "\eb30"; }

.nc-icon-outline.travel_castle:before {
  content: "\eb31"; }

.nc-icon-outline.travel_china:before {
  content: "\eb32"; }

.nc-icon-outline.travel_church:before {
  content: "\eb33"; }

.nc-icon-outline.travel_drink:before {
  content: "\eb34"; }

.nc-icon-outline.travel_explore:before {
  content: "\eb35"; }

.nc-icon-outline.travel_fire:before {
  content: "\eb36"; }

.nc-icon-outline.travel_hotel-bell:before {
  content: "\eb37"; }

.nc-icon-outline.travel_hotel-symbol:before {
  content: "\eb38"; }

.nc-icon-outline.travel_hotel:before {
  content: "\eb39"; }

.nc-icon-outline.travel_hut:before {
  content: "\eb3a"; }

.nc-icon-outline.travel_igloo:before {
  content: "\eb3b"; }

.nc-icon-outline.travel_info:before {
  content: "\eb3c"; }

.nc-icon-outline.travel_istanbul:before {
  content: "\eb3d"; }

.nc-icon-outline.travel_jellyfish:before {
  content: "\eb3e"; }

.nc-icon-outline.travel_lamp:before {
  content: "\eb3f"; }

.nc-icon-outline.travel_lighthouse:before {
  content: "\eb40"; }

.nc-icon-outline.travel_london:before {
  content: "\eb41"; }

.nc-icon-outline.travel_luggage:before {
  content: "\eb42"; }

.nc-icon-outline.travel_mosque:before {
  content: "\eb43"; }

.nc-icon-outline.travel_ny:before {
  content: "\eb44"; }

.nc-icon-outline.travel_octopus:before {
  content: "\eb45"; }

.nc-icon-outline.travel_paris-tower:before {
  content: "\eb46"; }

.nc-icon-outline.travel_passport:before {
  content: "\eb47"; }

.nc-icon-outline.travel_pickaxe:before {
  content: "\eb48"; }

.nc-icon-outline.travel_pool:before {
  content: "\eb49"; }

.nc-icon-outline.travel_pyramid:before {
  content: "\eb4a"; }

.nc-icon-outline.travel_rackets:before {
  content: "\eb4b"; }

.nc-icon-outline.travel_rio:before {
  content: "\eb4c"; }

.nc-icon-outline.travel_road-sign-left:before {
  content: "\eb4d"; }

.nc-icon-outline.travel_road-sign-right:before {
  content: "\eb4e"; }

.nc-icon-outline.travel_rome:before {
  content: "\eb4f"; }

.nc-icon-outline.travel_rowing:before {
  content: "\eb50"; }

.nc-icon-outline.travel_sea-mask:before {
  content: "\eb51"; }

.nc-icon-outline.travel_sf-bridge:before {
  content: "\eb52"; }

.nc-icon-outline.travel_shark:before {
  content: "\eb53"; }

.nc-icon-outline.travel_spa:before {
  content: "\eb54"; }

.nc-icon-outline.travel_sunglasses:before {
  content: "\eb55"; }

.nc-icon-outline.travel_surf:before {
  content: "\eb56"; }

.nc-icon-outline.travel_swimsuit:before {
  content: "\eb57"; }

.nc-icon-outline.travel_swimwear:before {
  content: "\eb58"; }

.nc-icon-outline.travel_swiss-knife:before {
  content: "\eb59"; }

.nc-icon-outline.travel_temple-02:before {
  content: "\eb5a"; }

.nc-icon-outline.travel_temple-25:before {
  content: "\eb5b"; }

.nc-icon-outline.travel_trolley:before {
  content: "\eb5c"; }

.nc-icon-outline.travel_white-house:before {
  content: "\eb5d"; }

.nc-icon-outline.travel_world:before {
  content: "\eb5e"; }

.nc-icon-outline.travel_worldmap:before {
  content: "\eb5f"; }

.nc-icon-outline.food_alcohol:before {
  content: "\eb60"; }

.nc-icon-outline.food_apple:before {
  content: "\eb61"; }

.nc-icon-outline.food_baby:before {
  content: "\eb62"; }

.nc-icon-outline.food_bacon:before {
  content: "\eb63"; }

.nc-icon-outline.food_baguette:before {
  content: "\eb64"; }

.nc-icon-outline.food_banana:before {
  content: "\eb65"; }

.nc-icon-outline.food_barbecue-02:before {
  content: "\eb66"; }

.nc-icon-outline.food_barbecue-15:before {
  content: "\eb67"; }

.nc-icon-outline.food_barbecue-tools:before {
  content: "\eb68"; }

.nc-icon-outline.food_beer-95:before {
  content: "\eb69"; }

.nc-icon-outline.food_beer-96:before {
  content: "\eb6a"; }

.nc-icon-outline.food_beverage:before {
  content: "\eb6b"; }

.nc-icon-outline.food_bottle-wine:before {
  content: "\eb6c"; }

.nc-icon-outline.food_bottle:before {
  content: "\eb6d"; }

.nc-icon-outline.food_bowl:before {
  content: "\eb6e"; }

.nc-icon-outline.food_bread:before {
  content: "\eb6f"; }

.nc-icon-outline.food_broccoli:before {
  content: "\eb70"; }

.nc-icon-outline.food_cake-13:before {
  content: "\eb71"; }

.nc-icon-outline.food_cake-100:before {
  content: "\eb72"; }

.nc-icon-outline.food_cake-slice:before {
  content: "\eb73"; }

.nc-icon-outline.food_candle:before {
  content: "\eb74"; }

.nc-icon-outline.food_candy:before {
  content: "\eb75"; }

.nc-icon-outline.food_carrot:before {
  content: "\eb76"; }

.nc-icon-outline.food_champagne:before {
  content: "\eb77"; }

.nc-icon-outline.food_cheese-24:before {
  content: "\eb78"; }

.nc-icon-outline.food_cheese-87:before {
  content: "\eb79"; }

.nc-icon-outline.food_cheeseburger:before {
  content: "\eb7a"; }

.nc-icon-outline.food_chef-hat:before {
  content: "\eb7b"; }

.nc-icon-outline.food_cherry:before {
  content: "\eb7c"; }

.nc-icon-outline.food_chicken:before {
  content: "\eb7d"; }

.nc-icon-outline.food_chili:before {
  content: "\eb7e"; }

.nc-icon-outline.food_chinese:before {
  content: "\eb7f"; }

.nc-icon-outline.food_chips:before {
  content: "\eb80"; }

.nc-icon-outline.food_chocolate:before {
  content: "\eb81"; }

.nc-icon-outline.food_cocktail:before {
  content: "\eb82"; }

.nc-icon-outline.food_coffe-long:before {
  content: "\eb83"; }

.nc-icon-outline.food_coffee-long:before {
  content: "\eb84"; }

.nc-icon-outline.food_coffee:before {
  content: "\eb85"; }

.nc-icon-outline.food_cookies:before {
  content: "\eb86"; }

.nc-icon-outline.food_course:before {
  content: "\eb87"; }

.nc-icon-outline.food_crab:before {
  content: "\eb88"; }

.nc-icon-outline.food_croissant:before {
  content: "\eb89"; }

.nc-icon-outline.food_cutlery-75:before {
  content: "\eb8a"; }

.nc-icon-outline.food_cutlery-76:before {
  content: "\eb8b"; }

.nc-icon-outline.food_cutlery-77:before {
  content: "\eb8c"; }

.nc-icon-outline.food_dishwasher:before {
  content: "\eb8d"; }

.nc-icon-outline.food_donut:before {
  content: "\eb8e"; }

.nc-icon-outline.food_drink:before {
  content: "\eb8f"; }

.nc-icon-outline.food_egg:before {
  content: "\eb90"; }

.nc-icon-outline.food_energy-drink:before {
  content: "\eb91"; }

.nc-icon-outline.food_fish:before {
  content: "\eb92"; }

.nc-icon-outline.food_fishbone:before {
  content: "\eb93"; }

.nc-icon-outline.food_fridge:before {
  content: "\eb94"; }

.nc-icon-outline.food_glass:before {
  content: "\eb95"; }

.nc-icon-outline.food_grape:before {
  content: "\eb96"; }

.nc-icon-outline.food_hob:before {
  content: "\eb97"; }

.nc-icon-outline.food_hot-dog:before {
  content: "\eb98"; }

.nc-icon-outline.food_ice-cream-22:before {
  content: "\eb99"; }

.nc-icon-outline.food_ice-cream-72:before {
  content: "\eb9a"; }

.nc-icon-outline.food_jam:before {
  content: "\eb9b"; }

.nc-icon-outline.food_kettle:before {
  content: "\eb9c"; }

.nc-icon-outline.food_kitchen-fan:before {
  content: "\eb9d"; }

.nc-icon-outline.food_knife:before {
  content: "\eb9e"; }

.nc-icon-outline.food_lemon-slice:before {
  content: "\eb9f"; }

.nc-icon-outline.food_lighter:before {
  content: "\eba0"; }

.nc-icon-outline.food_lobster:before {
  content: "\eba1"; }

.nc-icon-outline.food_matches:before {
  content: "\eba2"; }

.nc-icon-outline.food_measuring-cup:before {
  content: "\eba3"; }

.nc-icon-outline.food_meat-spit:before {
  content: "\eba4"; }

.nc-icon-outline.food_microwave:before {
  content: "\eba5"; }

.nc-icon-outline.food_milk:before {
  content: "\eba6"; }

.nc-icon-outline.food_moka:before {
  content: "\eba7"; }

.nc-icon-outline.food_muffin:before {
  content: "\eba8"; }

.nc-icon-outline.food_mug:before {
  content: "\eba9"; }

.nc-icon-outline.food_oven:before {
  content: "\ebaa"; }

.nc-icon-outline.food_pan:before {
  content: "\ebab"; }

.nc-icon-outline.food_pizza-slice:before {
  content: "\ebac"; }

.nc-icon-outline.food_pizza:before {
  content: "\ebad"; }

.nc-icon-outline.food_plate:before {
  content: "\ebae"; }

.nc-icon-outline.food_pot:before {
  content: "\ebaf"; }

.nc-icon-outline.food_prosciutto:before {
  content: "\ebb0"; }

.nc-icon-outline.food_recipe-book-46:before {
  content: "\ebb1"; }

.nc-icon-outline.food_recipe-book-47:before {
  content: "\ebb2"; }

.nc-icon-outline.food_rolling-pin:before {
  content: "\ebb3"; }

.nc-icon-outline.food_salt:before {
  content: "\ebb4"; }

.nc-icon-outline.food_sausage:before {
  content: "\ebb5"; }

.nc-icon-outline.food_scale:before {
  content: "\ebb6"; }

.nc-icon-outline.food_scotch:before {
  content: "\ebb7"; }

.nc-icon-outline.food_shrimp:before {
  content: "\ebb8"; }

.nc-icon-outline.food_steak:before {
  content: "\ebb9"; }

.nc-icon-outline.food_store:before {
  content: "\ebba"; }

.nc-icon-outline.food_strawberry:before {
  content: "\ebbb"; }

.nc-icon-outline.food_sushi:before {
  content: "\ebbc"; }

.nc-icon-outline.food_tacos:before {
  content: "\ebbd"; }

.nc-icon-outline.food_tea:before {
  content: "\ebbe"; }

.nc-icon-outline.food_temperature:before {
  content: "\ebbf"; }

.nc-icon-outline.food_vest-07:before {
  content: "\ebc0"; }

.nc-icon-outline.food_vest-31:before {
  content: "\ebc1"; }

.nc-icon-outline.food_watermelon:before {
  content: "\ebc2"; }

.nc-icon-outline.food_whisk:before {
  content: "\ebc3"; }

.nc-icon-outline.emoticons_alien:before {
  content: "\ebc4"; }

.nc-icon-outline.emoticons_angry-10:before {
  content: "\ebc5"; }

.nc-icon-outline.emoticons_angry-44:before {
  content: "\ebc6"; }

.nc-icon-outline.emoticons_big-eyes:before {
  content: "\ebc7"; }

.nc-icon-outline.emoticons_big-smile:before {
  content: "\ebc8"; }

.nc-icon-outline.emoticons_bigmouth:before {
  content: "\ebc9"; }

.nc-icon-outline.emoticons_bleah:before {
  content: "\ebca"; }

.nc-icon-outline.emoticons_blind:before {
  content: "\ebcb"; }

.nc-icon-outline.emoticons_bomb:before {
  content: "\ebcc"; }

.nc-icon-outline.emoticons_bored:before {
  content: "\ebcd"; }

.nc-icon-outline.emoticons_cake:before {
  content: "\ebce"; }

.nc-icon-outline.emoticons_cry-15:before {
  content: "\ebcf"; }

.nc-icon-outline.emoticons_cry-57:before {
  content: "\ebd0"; }

.nc-icon-outline.emoticons_cute:before {
  content: "\ebd1"; }

.nc-icon-outline.emoticons_devil:before {
  content: "\ebd2"; }

.nc-icon-outline.emoticons_disgusted:before {
  content: "\ebd3"; }

.nc-icon-outline.emoticons_fist:before {
  content: "\ebd4"; }

.nc-icon-outline.emoticons_ghost:before {
  content: "\ebd5"; }

.nc-icon-outline.emoticons_hannibal:before {
  content: "\ebd6"; }

.nc-icon-outline.emoticons_happy-sun:before {
  content: "\ebd7"; }

.nc-icon-outline.emoticons_kid:before {
  content: "\ebd8"; }

.nc-icon-outline.emoticons_kiss:before {
  content: "\ebd9"; }

.nc-icon-outline.emoticons_laugh-17:before {
  content: "\ebda"; }

.nc-icon-outline.emoticons_laugh-35:before {
  content: "\ebdb"; }

.nc-icon-outline.emoticons_like-no:before {
  content: "\ebdc"; }

.nc-icon-outline.emoticons_like:before {
  content: "\ebdd"; }

.nc-icon-outline.emoticons_mad-12:before {
  content: "\ebde"; }

.nc-icon-outline.emoticons_mad-58:before {
  content: "\ebdf"; }

.nc-icon-outline.emoticons_malicious:before {
  content: "\ebe0"; }

.nc-icon-outline.emoticons_manga-62:before {
  content: "\ebe1"; }

.nc-icon-outline.emoticons_manga-63:before {
  content: "\ebe2"; }

.nc-icon-outline.emoticons_monster:before {
  content: "\ebe3"; }

.nc-icon-outline.emoticons_nerd-22:before {
  content: "\ebe4"; }

.nc-icon-outline.emoticons_nerd-23:before {
  content: "\ebe5"; }

.nc-icon-outline.emoticons_ninja:before {
  content: "\ebe6"; }

.nc-icon-outline.emoticons_no-words:before {
  content: "\ebe7"; }

.nc-icon-outline.emoticons_parrot:before {
  content: "\ebe8"; }

.nc-icon-outline.emoticons_penguin:before {
  content: "\ebe9"; }

.nc-icon-outline.emoticons_pirate:before {
  content: "\ebea"; }

.nc-icon-outline.emoticons_poop:before {
  content: "\ebeb"; }

.nc-icon-outline.emoticons_puzzled:before {
  content: "\ebec"; }

.nc-icon-outline.emoticons_quite-happy:before {
  content: "\ebed"; }

.nc-icon-outline.emoticons_robot:before {
  content: "\ebee"; }

.nc-icon-outline.emoticons_rock:before {
  content: "\ebef"; }

.nc-icon-outline.emoticons_sad:before {
  content: "\ebf0"; }

.nc-icon-outline.emoticons_satisfied:before {
  content: "\ebf1"; }

.nc-icon-outline.emoticons_shark:before {
  content: "\ebf2"; }

.nc-icon-outline.emoticons_shy:before {
  content: "\ebf3"; }

.nc-icon-outline.emoticons_sick:before {
  content: "\ebf4"; }

.nc-icon-outline.emoticons_silly:before {
  content: "\ebf5"; }

.nc-icon-outline.emoticons_skull:before {
  content: "\ebf6"; }

.nc-icon-outline.emoticons_sleep:before {
  content: "\ebf7"; }

.nc-icon-outline.emoticons_sloth:before {
  content: "\ebf8"; }

.nc-icon-outline.emoticons_smart:before {
  content: "\ebf9"; }

.nc-icon-outline.emoticons_smile:before {
  content: "\ebfa"; }

.nc-icon-outline.emoticons_soldier:before {
  content: "\ebfb"; }

.nc-icon-outline.emoticons_speechless:before {
  content: "\ebfc"; }

.nc-icon-outline.emoticons_spiteful:before {
  content: "\ebfd"; }

.nc-icon-outline.emoticons_sunglasses-48:before {
  content: "\ebfe"; }

.nc-icon-outline.emoticons_sunglasses-49:before {
  content: "\ebff"; }

.nc-icon-outline.emoticons_surprise:before {
  content: "\ec00"; }

.nc-icon-outline.emoticons_upset-13:before {
  content: "\ec01"; }

.nc-icon-outline.emoticons_upset-14:before {
  content: "\ec02"; }

.nc-icon-outline.emoticons_virus:before {
  content: "\ec03"; }

.nc-icon-outline.emoticons_what:before {
  content: "\ec04"; }

.nc-icon-outline.emoticons_whiskers:before {
  content: "\ec05"; }

.nc-icon-outline.emoticons_wink-06:before {
  content: "\ec06"; }

.nc-icon-outline.emoticons_wink-11:before {
  content: "\ec07"; }

.nc-icon-outline.emoticons_wink-69:before {
  content: "\ec08"; }

.nc-icon-outline.weather_celsius:before {
  content: "\e600"; }

.nc-icon-outline.weather_cloud-13:before {
  content: "\e601"; }

.nc-icon-outline.weather_cloud-14:before {
  content: "\e602"; }

.nc-icon-outline.weather_cloud-drop:before {
  content: "\e603"; }

.nc-icon-outline.weather_cloud-fog-31:before {
  content: "\e604"; }

.nc-icon-outline.weather_cloud-fog-32:before {
  content: "\e605"; }

.nc-icon-outline.weather_cloud-hail:before {
  content: "\e606"; }

.nc-icon-outline.weather_cloud-light:before {
  content: "\e607"; }

.nc-icon-outline.weather_cloud-moon:before {
  content: "\e608"; }

.nc-icon-outline.weather_cloud-rain:before {
  content: "\e609"; }

.nc-icon-outline.weather_cloud-rainbow:before {
  content: "\e60a"; }

.nc-icon-outline.weather_cloud-snow-34:before {
  content: "\e60b"; }

.nc-icon-outline.weather_cloud-snow-42:before {
  content: "\e60c"; }

.nc-icon-outline.weather_cloud-sun-17:before {
  content: "\e60d"; }

.nc-icon-outline.weather_cloud-sun-19:before {
  content: "\e60e"; }

.nc-icon-outline.weather_compass:before {
  content: "\e60f"; }

.nc-icon-outline.weather_drop-12:before {
  content: "\e610"; }

.nc-icon-outline.weather_drop-15:before {
  content: "\e611"; }

.nc-icon-outline.weather_drops:before {
  content: "\e612"; }

.nc-icon-outline.weather_eclipse:before {
  content: "\e613"; }

.nc-icon-outline.weather_fahrenheit:before {
  content: "\e614"; }

.nc-icon-outline.weather_fog:before {
  content: "\e615"; }

.nc-icon-outline.weather_forecast:before {
  content: "\e616"; }

.nc-icon-outline.weather_hurricane-44:before {
  content: "\e617"; }

.nc-icon-outline.weather_hurricane-45:before {
  content: "\e618"; }

.nc-icon-outline.weather_moon-cloud-drop:before {
  content: "\e619"; }

.nc-icon-outline.weather_moon-cloud-fog:before {
  content: "\e61a"; }

.nc-icon-outline.weather_moon-cloud-hail:before {
  content: "\e61b"; }

.nc-icon-outline.weather_moon-cloud-light:before {
  content: "\e61c"; }

.nc-icon-outline.weather_moon-cloud-rain:before {
  content: "\e61d"; }

.nc-icon-outline.weather_moon-cloud-snow-61:before {
  content: "\e61e"; }

.nc-icon-outline.weather_moon-cloud-snow-62:before {
  content: "\e61f"; }

.nc-icon-outline.weather_moon-fog:before {
  content: "\e620"; }

.nc-icon-outline.weather_moon-full:before {
  content: "\e621"; }

.nc-icon-outline.weather_moon-stars:before {
  content: "\e622"; }

.nc-icon-outline.weather_moon:before {
  content: "\e623"; }

.nc-icon-outline.weather_rain-hail:before {
  content: "\e624"; }

.nc-icon-outline.weather_rain:before {
  content: "\e625"; }

.nc-icon-outline.weather_rainbow:before {
  content: "\e626"; }

.nc-icon-outline.weather_snow:before {
  content: "\e627"; }

.nc-icon-outline.weather_sun-cloud-drop:before {
  content: "\e628"; }

.nc-icon-outline.weather_sun-cloud-fog:before {
  content: "\e629"; }

.nc-icon-outline.weather_sun-cloud-hail:before {
  content: "\e62a"; }

.nc-icon-outline.weather_sun-cloud-light:before {
  content: "\e62b"; }

.nc-icon-outline.weather_sun-cloud-rain:before {
  content: "\e62c"; }

.nc-icon-outline.weather_sun-cloud-snow-54:before {
  content: "\e62d"; }

.nc-icon-outline.weather_sun-cloud-snow-55:before {
  content: "\e62e"; }

.nc-icon-outline.weather_sun-cloud:before {
  content: "\e62f"; }

.nc-icon-outline.weather_sun-fog-29:before {
  content: "\e630"; }

.nc-icon-outline.weather_sun-fog-30:before {
  content: "\e631"; }

.nc-icon-outline.weather_sun-fog-43:before {
  content: "\e632"; }

.nc-icon-outline.weather_sun:before {
  content: "\e633"; }

.nc-icon-outline.weather_wind:before {
  content: "\e634"; }

.nc-icon-outline.transportation_air-baloon:before {
  content: "\e717"; }

.nc-icon-outline.transportation_bike-sport:before {
  content: "\e718"; }

.nc-icon-outline.transportation_bike:before {
  content: "\e719"; }

.nc-icon-outline.transportation_boat-front:before {
  content: "\e71a"; }

.nc-icon-outline.transportation_boat-small-02:before {
  content: "\e71b"; }

.nc-icon-outline.transportation_boat-small-03:before {
  content: "\e71c"; }

.nc-icon-outline.transportation_boat:before {
  content: "\e71d"; }

.nc-icon-outline.transportation_bus-front-10:before {
  content: "\e71e"; }

.nc-icon-outline.transportation_bus-front-12:before {
  content: "\e71f"; }

.nc-icon-outline.transportation_bus:before {
  content: "\e720"; }

.nc-icon-outline.transportation_car-front:before {
  content: "\e721"; }

.nc-icon-outline.transportation_car-simple:before {
  content: "\e722"; }

.nc-icon-outline.transportation_car-sport:before {
  content: "\e723"; }

.nc-icon-outline.transportation_car-taxi:before {
  content: "\e724"; }

.nc-icon-outline.transportation_car:before {
  content: "\e725"; }

.nc-icon-outline.transportation_helicopter:before {
  content: "\e726"; }

.nc-icon-outline.transportation_helmet:before {
  content: "\e727"; }

.nc-icon-outline.transportation_light-traffic:before {
  content: "\e728"; }

.nc-icon-outline.transportation_moto:before {
  content: "\e729"; }

.nc-icon-outline.transportation_plane-17:before {
  content: "\e72a"; }

.nc-icon-outline.transportation_plane-18:before {
  content: "\e72b"; }

.nc-icon-outline.transportation_road:before {
  content: "\e72c"; }

.nc-icon-outline.transportation_skateboard:before {
  content: "\e72d"; }

.nc-icon-outline.transportation_tractor:before {
  content: "\e72e"; }

.nc-icon-outline.transportation_train-speed:before {
  content: "\e72f"; }

.nc-icon-outline.transportation_train:before {
  content: "\e730"; }

.nc-icon-outline.transportation_tram:before {
  content: "\e731"; }

.nc-icon-outline.transportation_truck-front:before {
  content: "\e732"; }

.nc-icon-outline.transportation_vespa-front:before {
  content: "\e733"; }

.nc-icon-outline.transportation_vespa:before {
  content: "\e734"; }

.nc-icon-outline.education_abc:before {
  content: "\e7ad"; }

.nc-icon-outline.education_agenda-bookmark:before {
  content: "\e7ae"; }

.nc-icon-outline.education_atom:before {
  content: "\e7af"; }

.nc-icon-outline.education_award-55:before {
  content: "\e7b0"; }

.nc-icon-outline.education_backpack-57:before {
  content: "\e7b1"; }

.nc-icon-outline.education_backpack-58:before {
  content: "\e7b2"; }

.nc-icon-outline.education_ball-basket:before {
  content: "\e7b3"; }

.nc-icon-outline.education_ball-soccer:before {
  content: "\e7b4"; }

.nc-icon-outline.education_board-51:before {
  content: "\e7b5"; }

.nc-icon-outline.education_book-39:before {
  content: "\e7b6"; }

.nc-icon-outline.education_book-bookmark:before {
  content: "\e7b7"; }

.nc-icon-outline.education_book-open:before {
  content: "\e7b8"; }

.nc-icon-outline.education_books-46:before {
  content: "\e7b9"; }

.nc-icon-outline.education_chalkboard:before {
  content: "\e7ba"; }

.nc-icon-outline.education_flask:before {
  content: "\e7bb"; }

.nc-icon-outline.education_glasses:before {
  content: "\e7bc"; }

.nc-icon-outline.education_grammar-check:before {
  content: "\e7bd"; }

.nc-icon-outline.education_hat:before {
  content: "\e7be"; }

.nc-icon-outline.education_language:before {
  content: "\e7bf"; }

.nc-icon-outline.education_microscope:before {
  content: "\e7c0"; }

.nc-icon-outline.education_molecule:before {
  content: "\e7c1"; }

.nc-icon-outline.education_notepad:before {
  content: "\e7c2"; }

.nc-icon-outline.education_paper-diploma:before {
  content: "\e7c3"; }

.nc-icon-outline.education_paper:before {
  content: "\e7c4"; }

.nc-icon-outline.education_pencil-47:before {
  content: "\e7c5"; }

.nc-icon-outline.education_school:before {
  content: "\e7c6"; }

.nc-icon-outline.objects_alien-29:before {
  content: "\e7c7"; }

.nc-icon-outline.objects_alien-33:before {
  content: "\e7c8"; }

.nc-icon-outline.objects_anchor:before {
  content: "\e7c9"; }

.nc-icon-outline.objects_astronaut:before {
  content: "\e7ca"; }

.nc-icon-outline.objects_axe:before {
  content: "\e7cb"; }

.nc-icon-outline.objects_baby-bottle:before {
  content: "\e7cc"; }

.nc-icon-outline.objects_baby:before {
  content: "\e7cd"; }

.nc-icon-outline.objects_baloon:before {
  content: "\e7ce"; }

.nc-icon-outline.objects_battery:before {
  content: "\e7cf"; }

.nc-icon-outline.objects_bear:before {
  content: "\e7d0"; }

.nc-icon-outline.objects_billiard:before {
  content: "\e7d1"; }

.nc-icon-outline.objects_binocular:before {
  content: "\e7d2"; }

.nc-icon-outline.objects_bow:before {
  content: "\e7d3"; }

.nc-icon-outline.objects_bowling:before {
  content: "\e7d4"; }

.nc-icon-outline.objects_broom:before {
  content: "\e7d5"; }

.nc-icon-outline.objects_cone:before {
  content: "\e7d6"; }

.nc-icon-outline.objects_controller:before {
  content: "\e7d7"; }

.nc-icon-outline.objects_diamond:before {
  content: "\e7d8"; }

.nc-icon-outline.objects_dice:before {
  content: "\e7d9"; }

.nc-icon-outline.objects_globe:before {
  content: "\e7da"; }

.nc-icon-outline.objects_hut:before {
  content: "\e7db"; }

.nc-icon-outline.objects_key-25:before {
  content: "\e7dc"; }

.nc-icon-outline.objects_key-26:before {
  content: "\e7dd"; }

.nc-icon-outline.objects_lamp:before {
  content: "\e7de"; }

.nc-icon-outline.objects_leaf-36:before {
  content: "\e7df"; }

.nc-icon-outline.objects_leaf-38:before {
  content: "\e7e0"; }

.nc-icon-outline.objects_light:before {
  content: "\e7e1"; }

.nc-icon-outline.objects_pipe:before {
  content: "\e7e2"; }

.nc-icon-outline.objects_planet:before {
  content: "\e7e3"; }

.nc-icon-outline.objects_puzzle-09:before {
  content: "\e7e4"; }

.nc-icon-outline.objects_puzzle-10:before {
  content: "\e7e5"; }

.nc-icon-outline.objects_shovel:before {
  content: "\e7e6"; }

.nc-icon-outline.objects_skull:before {
  content: "\e7e7"; }

.nc-icon-outline.objects_spaceship:before {
  content: "\e7e8"; }

.nc-icon-outline.objects_spray:before {
  content: "\e7e9"; }

.nc-icon-outline.objects_support-16:before {
  content: "\e7ea"; }

.nc-icon-outline.objects_support-17:before {
  content: "\e7eb"; }

.nc-icon-outline.objects_umbrella-13:before {
  content: "\e7ec"; }

.nc-icon-outline.objects_umbrella-14:before {
  content: "\e7ed"; }

.nc-icon-outline.objects_wool-ball:before {
  content: "\e7ee"; }

.nc-icon-outline.media-1_3d:before {
  content: "\e7ef"; }

.nc-icon-outline.media-1_action-73:before {
  content: "\e7f0"; }

.nc-icon-outline.media-1_action-74:before {
  content: "\e7f1"; }

.nc-icon-outline.media-1_album:before {
  content: "\e7f2"; }

.nc-icon-outline.media-1_audio-91:before {
  content: "\e7f3"; }

.nc-icon-outline.media-1_audio-92:before {
  content: "\e7f4"; }

.nc-icon-outline.media-1_balance:before {
  content: "\e7f5"; }

.nc-icon-outline.media-1_brightness-46:before {
  content: "\e7f6"; }

.nc-icon-outline.media-1_brightness-47:before {
  content: "\e7f7"; }

.nc-icon-outline.media-1_button-circle-pause:before {
  content: "\e7f8"; }

.nc-icon-outline.media-1_button-circle-play:before {
  content: "\e7f9"; }

.nc-icon-outline.media-1_button-circle-stop:before {
  content: "\e7fa"; }

.nc-icon-outline.media-1_button-eject:before {
  content: "\e7fb"; }

.nc-icon-outline.media-1_button-next:before {
  content: "\e7fc"; }

.nc-icon-outline.media-1_button-pause:before {
  content: "\e7fd"; }

.nc-icon-outline.media-1_button-play:before {
  content: "\e7fe"; }

.nc-icon-outline.media-1_button-power:before {
  content: "\e7ff"; }

.nc-icon-outline.media-1_button-previous:before {
  content: "\e800"; }

.nc-icon-outline.media-1_button-record:before {
  content: "\e801"; }

.nc-icon-outline.media-1_button-rewind:before {
  content: "\e802"; }

.nc-icon-outline.media-1_button-skip:before {
  content: "\e803"; }

.nc-icon-outline.media-1_button-stop:before {
  content: "\e804"; }

.nc-icon-outline.media-1_camera-18:before {
  content: "\e805"; }

.nc-icon-outline.media-1_camera-19:before {
  content: "\e806"; }

.nc-icon-outline.media-1_camera-20:before {
  content: "\e807"; }

.nc-icon-outline.media-1_camera-ban-36:before {
  content: "\e808"; }

.nc-icon-outline.media-1_camera-ban-37:before {
  content: "\e809"; }

.nc-icon-outline.media-1_camera-compact:before {
  content: "\e80a"; }

.nc-icon-outline.media-1_camera-screen:before {
  content: "\e80b"; }

.nc-icon-outline.media-1_camera-square-57:before {
  content: "\e80c"; }

.nc-icon-outline.media-1_camera-square-58:before {
  content: "\e80d"; }

.nc-icon-outline.media-1_camera-time:before {
  content: "\e80e"; }

.nc-icon-outline.media-1_countdown-34:before {
  content: "\e80f"; }

.nc-icon-outline.media-1_countdown-35:before {
  content: "\e810"; }

.nc-icon-outline.media-1_edit-color:before {
  content: "\e811"; }

.nc-icon-outline.media-1_edit-contrast-42:before {
  content: "\e812"; }

.nc-icon-outline.media-1_edit-contrast-43:before {
  content: "\e813"; }

.nc-icon-outline.media-1_edit-saturation:before {
  content: "\e814"; }

.nc-icon-outline.media-1_flash-21:before {
  content: "\e815"; }

.nc-icon-outline.media-1_flash-24:before {
  content: "\e816"; }

.nc-icon-outline.media-1_flash-29:before {
  content: "\e817"; }

.nc-icon-outline.media-1_flash-auto-22:before {
  content: "\e818"; }

.nc-icon-outline.media-1_flash-auto-25:before {
  content: "\e819"; }

.nc-icon-outline.media-1_flash-off-23:before {
  content: "\e81a"; }

.nc-icon-outline.media-1_flash-off-26:before {
  content: "\e81b"; }

.nc-icon-outline.media-1_focus-32:before {
  content: "\e81c"; }

.nc-icon-outline.media-1_focus-38:before {
  content: "\e81d"; }

.nc-icon-outline.media-1_focus-40:before {
  content: "\e81e"; }

.nc-icon-outline.media-1_focus-circle:before {
  content: "\e81f"; }

.nc-icon-outline.media-1_frame-12:before {
  content: "\e820"; }

.nc-icon-outline.media-1_frame-41:before {
  content: "\e821"; }

.nc-icon-outline.media-1_grid:before {
  content: "\e822"; }

.nc-icon-outline.media-1_image-01:before {
  content: "\e823"; }

.nc-icon-outline.media-1_image-02:before {
  content: "\e824"; }

.nc-icon-outline.media-1_image-05:before {
  content: "\e825"; }

.nc-icon-outline.media-1_image-add:before {
  content: "\e826"; }

.nc-icon-outline.media-1_image-delete:before {
  content: "\e827"; }

.nc-icon-outline.media-1_image-location:before {
  content: "\e828"; }

.nc-icon-outline.media-1_kid:before {
  content: "\e829"; }

.nc-icon-outline.media-1_layers:before {
  content: "\e82a"; }

.nc-icon-outline.media-1_lens-31:before {
  content: "\e82b"; }

.nc-icon-outline.media-1_lens-56:before {
  content: "\e82c"; }

.nc-icon-outline.media-1_macro:before {
  content: "\e82d"; }

.nc-icon-outline.media-1_movie-61:before {
  content: "\e82e"; }

.nc-icon-outline.media-1_movie-62:before {
  content: "\e82f"; }

.nc-icon-outline.media-1_night:before {
  content: "\e830"; }

.nc-icon-outline.media-1_picture:before {
  content: "\e831"; }

.nc-icon-outline.media-1_play-68:before {
  content: "\e832"; }

.nc-icon-outline.media-1_play-69:before {
  content: "\e833"; }

.nc-icon-outline.media-1_player:before {
  content: "\e834"; }

.nc-icon-outline.media-1_polaroid-add:before {
  content: "\e835"; }

.nc-icon-outline.media-1_polaroid-delete:before {
  content: "\e836"; }

.nc-icon-outline.media-1_polaroid-multiple:before {
  content: "\e837"; }

.nc-icon-outline.media-1_polaroid-user:before {
  content: "\e838"; }

.nc-icon-outline.media-1_polaroid:before {
  content: "\e839"; }

.nc-icon-outline.media-1_roll:before {
  content: "\e83a"; }

.nc-icon-outline.media-1_rotate-left:before {
  content: "\e83b"; }

.nc-icon-outline.media-1_rotate-right:before {
  content: "\e83c"; }

.nc-icon-outline.media-1_sd:before {
  content: "\e83d"; }

.nc-icon-outline.media-1_selfie:before {
  content: "\e83e"; }

.nc-icon-outline.media-1_shake:before {
  content: "\e83f"; }

.nc-icon-outline.media-1_speaker:before {
  content: "\e840"; }

.nc-icon-outline.media-1_sport:before {
  content: "\e841"; }

.nc-icon-outline.media-1_ticket-75:before {
  content: "\e842"; }

.nc-icon-outline.media-1_ticket-76:before {
  content: "\e843"; }

.nc-icon-outline.media-1_touch:before {
  content: "\e844"; }

.nc-icon-outline.media-1_tripod:before {
  content: "\e845"; }

.nc-icon-outline.media-1_video-64:before {
  content: "\e846"; }

.nc-icon-outline.media-1_video-65:before {
  content: "\e847"; }

.nc-icon-outline.media-1_video-66:before {
  content: "\e848"; }

.nc-icon-outline.media-1_video-67:before {
  content: "\e849"; }

.nc-icon-outline.media-1_videocamera-71:before {
  content: "\e84a"; }

.nc-icon-outline.media-1_videocamera-72:before {
  content: "\e84b"; }

.nc-icon-outline.media-1_volume-93:before {
  content: "\e84c"; }

.nc-icon-outline.media-1_volume-97:before {
  content: "\e84d"; }

.nc-icon-outline.media-1_volume-98:before {
  content: "\e84e"; }

.nc-icon-outline.media-1_volume-ban:before {
  content: "\e84f"; }

.nc-icon-outline.media-1_volume-down:before {
  content: "\e850"; }

.nc-icon-outline.media-1_volume-off:before {
  content: "\e851"; }

.nc-icon-outline.media-1_volume-up:before {
  content: "\e852"; }

.nc-icon-outline.media-2_guitar:before {
  content: "\e853"; }

.nc-icon-outline.media-2_headphones-mic:before {
  content: "\e854"; }

.nc-icon-outline.media-2_headphones:before {
  content: "\e855"; }

.nc-icon-outline.media-2_knob:before {
  content: "\e856"; }

.nc-icon-outline.media-2_mic:before {
  content: "\e857"; }

.nc-icon-outline.media-2_music-album:before {
  content: "\e858"; }

.nc-icon-outline.media-2_music-cloud:before {
  content: "\e859"; }

.nc-icon-outline.media-2_note-03:before {
  content: "\e85a"; }

.nc-icon-outline.media-2_note-04:before {
  content: "\e85b"; }

.nc-icon-outline.media-2_piano:before {
  content: "\e85c"; }

.nc-icon-outline.media-2_radio:before {
  content: "\e85d"; }

.nc-icon-outline.media-2_remix:before {
  content: "\e85e"; }

.nc-icon-outline.media-2_sound-wave:before {
  content: "\e85f"; }

.nc-icon-outline.media-2_speaker-01:before {
  content: "\e860"; }

.nc-icon-outline.media-2_speaker-05:before {
  content: "\e861"; }

.nc-icon-outline.media-2_tape:before {
  content: "\e862"; }

.nc-icon-outline.location_appointment:before {
  content: "\e863"; }

.nc-icon-outline.location_bookmark-add:before {
  content: "\e864"; }

.nc-icon-outline.location_bookmark-remove:before {
  content: "\e865"; }

.nc-icon-outline.location_bookmark:before {
  content: "\e866"; }

.nc-icon-outline.location_compass-04:before {
  content: "\e867"; }

.nc-icon-outline.location_compass-05:before {
  content: "\e868"; }

.nc-icon-outline.location_compass-06:before {
  content: "\e869"; }

.nc-icon-outline.location_crosshair:before {
  content: "\e86a"; }

.nc-icon-outline.location_explore-user:before {
  content: "\e86b"; }

.nc-icon-outline.location_explore:before {
  content: "\e86c"; }

.nc-icon-outline.location_flag-complex:before {
  content: "\e86d"; }

.nc-icon-outline.location_flag-diagonal-33:before {
  content: "\e86e"; }

.nc-icon-outline.location_flag-diagonal-34:before {
  content: "\e86f"; }

.nc-icon-outline.location_flag-points-31:before {
  content: "\e870"; }

.nc-icon-outline.location_flag-points-32:before {
  content: "\e871"; }

.nc-icon-outline.location_flag-simple:before {
  content: "\e872"; }

.nc-icon-outline.location_flag-triangle:before {
  content: "\e873"; }

.nc-icon-outline.location_flag:before {
  content: "\e874"; }

.nc-icon-outline.location_gps:before {
  content: "\e875"; }

.nc-icon-outline.location_map-big:before {
  content: "\e876"; }

.nc-icon-outline.location_map-compass:before {
  content: "\e877"; }

.nc-icon-outline.location_map-gps:before {
  content: "\e878"; }

.nc-icon-outline.location_map-marker:before {
  content: "\e879"; }

.nc-icon-outline.location_map-pin:before {
  content: "\e87a"; }

.nc-icon-outline.location_map:before {
  content: "\e87b"; }

.nc-icon-outline.location_marker:before {
  content: "\e87c"; }

.nc-icon-outline.location_pin-add:before {
  content: "\e87d"; }

.nc-icon-outline.location_pin-copy:before {
  content: "\e87e"; }

.nc-icon-outline.location_pin-remove:before {
  content: "\e87f"; }

.nc-icon-outline.location_pin:before {
  content: "\e880"; }

.nc-icon-outline.location_pins:before {
  content: "\e881"; }

.nc-icon-outline.location_position-marker:before {
  content: "\e882"; }

.nc-icon-outline.location_position-pin:before {
  content: "\e883"; }

.nc-icon-outline.location_position-user:before {
  content: "\e884"; }

.nc-icon-outline.location_radar:before {
  content: "\e885"; }

.nc-icon-outline.location_road:before {
  content: "\e886"; }

.nc-icon-outline.location_route-alert:before {
  content: "\e887"; }

.nc-icon-outline.location_route-close:before {
  content: "\e888"; }

.nc-icon-outline.location_route-open:before {
  content: "\e889"; }

.nc-icon-outline.location_square-marker:before {
  content: "\e88a"; }

.nc-icon-outline.location_square-pin:before {
  content: "\e88b"; }

.nc-icon-outline.location_treasure-map-21:before {
  content: "\e88c"; }

.nc-icon-outline.location_treasure-map-40:before {
  content: "\e88d"; }

.nc-icon-outline.location_worl-marker:before {
  content: "\e88e"; }

.nc-icon-outline.location_world-pin:before {
  content: "\e88f"; }

.nc-icon-outline.location_world:before {
  content: "\e890"; }

.nc-icon-outline.health_ambulance:before {
  content: "\e891"; }

.nc-icon-outline.health_apple:before {
  content: "\e892"; }

.nc-icon-outline.health_bag-49:before {
  content: "\e893"; }

.nc-icon-outline.health_bag-50:before {
  content: "\e894"; }

.nc-icon-outline.health_brain:before {
  content: "\e895"; }

.nc-icon-outline.health_dna-27:before {
  content: "\e896"; }

.nc-icon-outline.health_dna-38:before {
  content: "\e897"; }

.nc-icon-outline.health_doctor:before {
  content: "\e898"; }

.nc-icon-outline.health_flask:before {
  content: "\e899"; }

.nc-icon-outline.health_heartbeat-16:before {
  content: "\e89a"; }

.nc-icon-outline.health_height:before {
  content: "\e89b"; }

.nc-icon-outline.health_hospital-32:before {
  content: "\e89c"; }

.nc-icon-outline.health_hospital-33:before {
  content: "\e89d"; }

.nc-icon-outline.health_hospital-34:before {
  content: "\e89e"; }

.nc-icon-outline.health_humidity-26:before {
  content: "\e89f"; }

.nc-icon-outline.health_humidity-52:before {
  content: "\e8a0"; }

.nc-icon-outline.health_intestine:before {
  content: "\e8a1"; }

.nc-icon-outline.health_lungs:before {
  content: "\e8a2"; }

.nc-icon-outline.health_molecule-39:before {
  content: "\e8a3"; }

.nc-icon-outline.health_molecule-40:before {
  content: "\e8a4"; }

.nc-icon-outline.health_notebook:before {
  content: "\e8a5"; }

.nc-icon-outline.health_nurse:before {
  content: "\e8a6"; }

.nc-icon-outline.health_patch-46:before {
  content: "\e8a7"; }

.nc-icon-outline.health_pill-42:before {
  content: "\e8a8"; }

.nc-icon-outline.health_pill-43:before {
  content: "\e8a9"; }

.nc-icon-outline.health_pill-container-44:before {
  content: "\e8aa"; }

.nc-icon-outline.health_pill-container-47:before {
  content: "\e8ab"; }

.nc-icon-outline.health_pulse-chart:before {
  content: "\e8ac"; }

.nc-icon-outline.health_pulse-phone:before {
  content: "\e8ad"; }

.nc-icon-outline.health_pulse-sleep:before {
  content: "\e8ae"; }

.nc-icon-outline.health_pulse-watch:before {
  content: "\e8af"; }

.nc-icon-outline.health_pulse:before {
  content: "\e8b0"; }

.nc-icon-outline.health_sleep:before {
  content: "\e8b1"; }

.nc-icon-outline.health_steps:before {
  content: "\e8b2"; }

.nc-icon-outline.health_syringe:before {
  content: "\e8b3"; }

.nc-icon-outline.health_temperature-23:before {
  content: "\e8b4"; }

.nc-icon-outline.health_temperature-24:before {
  content: "\e8b5"; }

.nc-icon-outline.health_tooth:before {
  content: "\e8b6"; }

.nc-icon-outline.health_weed:before {
  content: "\e8b7"; }

.nc-icon-outline.health_weight:before {
  content: "\e8b8"; }

.nc-icon-outline.health_wheelchair:before {
  content: "\e8b9"; }

.nc-icon-outline.health_woman:before {
  content: "\e8ba"; }

.nc-icon-outline.furniture_air-conditioner:before {
  content: "\e8bb"; }

.nc-icon-outline.furniture_armchair:before {
  content: "\e8bc"; }

.nc-icon-outline.furniture_bath-tub:before {
  content: "\e8bd"; }

.nc-icon-outline.furniture_bed-09:before {
  content: "\e8be"; }

.nc-icon-outline.furniture_bed-23:before {
  content: "\e8bf"; }

.nc-icon-outline.furniture_bed-side:before {
  content: "\e8c0"; }

.nc-icon-outline.furniture_cabinet:before {
  content: "\e8c1"; }

.nc-icon-outline.furniture_cactus:before {
  content: "\e8c2"; }

.nc-icon-outline.furniture_chair:before {
  content: "\e8c3"; }

.nc-icon-outline.furniture_coat-hanger:before {
  content: "\e8c4"; }

.nc-icon-outline.furniture_coffee:before {
  content: "\e8c5"; }

.nc-icon-outline.furniture_cradle:before {
  content: "\e8c6"; }

.nc-icon-outline.furniture_curtain:before {
  content: "\e8c7"; }

.nc-icon-outline.furniture_desk-drawer:before {
  content: "\e8c8"; }

.nc-icon-outline.furniture_desk:before {
  content: "\e8c9"; }

.nc-icon-outline.furniture_door:before {
  content: "\e8ca"; }

.nc-icon-outline.furniture_drawer:before {
  content: "\e8cb"; }

.nc-icon-outline.furniture_fridge:before {
  content: "\e8cc"; }

.nc-icon-outline.furniture_hanger-clothes:before {
  content: "\e8cd"; }

.nc-icon-outline.furniture_hanger:before {
  content: "\e8ce"; }

.nc-icon-outline.furniture_heater:before {
  content: "\e8cf"; }

.nc-icon-outline.furniture_iron:before {
  content: "\e8d0"; }

.nc-icon-outline.furniture_lamp-floor:before {
  content: "\e8d1"; }

.nc-icon-outline.furniture_lamp:before {
  content: "\e8d2"; }

.nc-icon-outline.furniture_library:before {
  content: "\e8d3"; }

.nc-icon-outline.furniture_light:before {
  content: "\e8d4"; }

.nc-icon-outline.furniture_mixer:before {
  content: "\e8d5"; }

.nc-icon-outline.furniture_oven:before {
  content: "\e8d6"; }

.nc-icon-outline.furniture_shower:before {
  content: "\e8d7"; }

.nc-icon-outline.furniture_sink-wash:before {
  content: "\e8d8"; }

.nc-icon-outline.furniture_sink:before {
  content: "\e8d9"; }

.nc-icon-outline.furniture_sofa:before {
  content: "\e8da"; }

.nc-icon-outline.furniture_storage-hanger:before {
  content: "\e8db"; }

.nc-icon-outline.furniture_storage:before {
  content: "\e8dc"; }

.nc-icon-outline.furniture_table:before {
  content: "\e8dd"; }

.nc-icon-outline.furniture_toilet-paper:before {
  content: "\e8de"; }

.nc-icon-outline.furniture_toilet:before {
  content: "\e8df"; }

.nc-icon-outline.furniture_tv:before {
  content: "\e8e0"; }

.nc-icon-outline.furniture_wardrobe:before {
  content: "\e8e1"; }

.nc-icon-outline.furniture_wash:before {
  content: "\e8e2"; }

.nc-icon-outline.clothes_baby:before {
  content: "\e9ab"; }

.nc-icon-outline.clothes_backpack:before {
  content: "\e9ac"; }

.nc-icon-outline.clothes_bag-21:before {
  content: "\e9ad"; }

.nc-icon-outline.clothes_bag-22:before {
  content: "\e9ae"; }

.nc-icon-outline.clothes_belt:before {
  content: "\e9af"; }

.nc-icon-outline.clothes_boot-woman:before {
  content: "\e9b0"; }

.nc-icon-outline.clothes_boot:before {
  content: "\e9b1"; }

.nc-icon-outline.clothes_bra:before {
  content: "\e9b2"; }

.nc-icon-outline.clothes_button:before {
  content: "\e9b3"; }

.nc-icon-outline.clothes_cap:before {
  content: "\e9b4"; }

.nc-icon-outline.clothes_coat:before {
  content: "\e9b5"; }

.nc-icon-outline.clothes_corset:before {
  content: "\e9b6"; }

.nc-icon-outline.clothes_dress-man:before {
  content: "\e9b7"; }

.nc-icon-outline.clothes_dress-woman:before {
  content: "\e9b8"; }

.nc-icon-outline.clothes_flip:before {
  content: "\e9b9"; }

.nc-icon-outline.clothes_glasses:before {
  content: "\e9ba"; }

.nc-icon-outline.clothes_gloves:before {
  content: "\e9bb"; }

.nc-icon-outline.clothes_hat-top:before {
  content: "\e9bc"; }

.nc-icon-outline.clothes_hat:before {
  content: "\e9bd"; }

.nc-icon-outline.clothes_hoodie:before {
  content: "\e9be"; }

.nc-icon-outline.clothes_iron-dont:before {
  content: "\e9bf"; }

.nc-icon-outline.clothes_iron:before {
  content: "\e9c0"; }

.nc-icon-outline.clothes_jeans-41:before {
  content: "\e9c1"; }

.nc-icon-outline.clothes_jeans-43:before {
  content: "\e9c2"; }

.nc-icon-outline.clothes_jeans-pocket:before {
  content: "\e9c3"; }

.nc-icon-outline.clothes_kitchen:before {
  content: "\e9c4"; }

.nc-icon-outline.clothes_long-sleeve:before {
  content: "\e9c5"; }

.nc-icon-outline.clothes_makeup:before {
  content: "\e9c6"; }

.nc-icon-outline.clothes_needle:before {
  content: "\e9c7"; }

.nc-icon-outline.clothes_pajamas:before {
  content: "\e9c8"; }

.nc-icon-outline.clothes_ring:before {
  content: "\e9c9"; }

.nc-icon-outline.clothes_scarf:before {
  content: "\e9ca"; }

.nc-icon-outline.clothes_shirt-business:before {
  content: "\e9cb"; }

.nc-icon-outline.clothes_shirt-buttons:before {
  content: "\e9cc"; }

.nc-icon-outline.clothes_shirt-neck:before {
  content: "\e9cd"; }

.nc-icon-outline.clothes_shirt:before {
  content: "\e9ce"; }

.nc-icon-outline.clothes_shoe-man:before {
  content: "\e9cf"; }

.nc-icon-outline.clothes_shoe-sport:before {
  content: "\e9d0"; }

.nc-icon-outline.clothes_shoe-woman:before {
  content: "\e9d1"; }

.nc-icon-outline.clothes_skirt:before {
  content: "\e9d2"; }

.nc-icon-outline.clothes_slacks-12:before {
  content: "\e9d3"; }

.nc-icon-outline.clothes_slacks-13:before {
  content: "\e9d4"; }

.nc-icon-outline.clothes_sock:before {
  content: "\e9d5"; }

.nc-icon-outline.clothes_tie-bow:before {
  content: "\e9d6"; }

.nc-icon-outline.clothes_tshirt-53:before {
  content: "\e9d7"; }

.nc-icon-outline.clothes_tshirt-54:before {
  content: "\e9d8"; }

.nc-icon-outline.clothes_tshirt-sport:before {
  content: "\e9d9"; }

.nc-icon-outline.clothes_underwear-man:before {
  content: "\e9da"; }

.nc-icon-outline.clothes_underwear:before {
  content: "\e9db"; }

.nc-icon-outline.clothes_vest-sport:before {
  content: "\e9dc"; }

.nc-icon-outline.clothes_vest:before {
  content: "\e9dd"; }

.nc-icon-outline.clothes_wash-30:before {
  content: "\e9de"; }

.nc-icon-outline.clothes_wash-60:before {
  content: "\e9df"; }

.nc-icon-outline.clothes_wash-90:before {
  content: "\e9e0"; }

.nc-icon-outline.clothes_wash-hand:before {
  content: "\e9e1"; }

.nc-icon-outline.clothes_wash:before {
  content: "\e9e2"; }

.nc-icon-outline.business_agenda:before {
  content: "\e9e3"; }

.nc-icon-outline.business_atm:before {
  content: "\e9e4"; }

.nc-icon-outline.business_award-48:before {
  content: "\e9e5"; }

.nc-icon-outline.business_award-49:before {
  content: "\e9e6"; }

.nc-icon-outline.business_award-74:before {
  content: "\e9e7"; }

.nc-icon-outline.business_badge:before {
  content: "\e9e8"; }

.nc-icon-outline.business_bank:before {
  content: "\e9e9"; }

.nc-icon-outline.business_board-27:before {
  content: "\e9ea"; }

.nc-icon-outline.business_board-28:before {
  content: "\e9eb"; }

.nc-icon-outline.business_board-29:before {
  content: "\e9ec"; }

.nc-icon-outline.business_board-30:before {
  content: "\e9ed"; }

.nc-icon-outline.business_books:before {
  content: "\e9ee"; }

.nc-icon-outline.business_briefcase-24:before {
  content: "\e9ef"; }

.nc-icon-outline.business_briefcase-25:before {
  content: "\e9f0"; }

.nc-icon-outline.business_briefcase-26:before {
  content: "\e9f1"; }

.nc-icon-outline.business_building:before {
  content: "\e9f2"; }

.nc-icon-outline.business_bulb-61:before {
  content: "\e9f3"; }

.nc-icon-outline.business_bulb-62:before {
  content: "\e9f4"; }

.nc-icon-outline.business_bulb-63:before {
  content: "\e9f5"; }

.nc-icon-outline.business_business-contact-85:before {
  content: "\e9f6"; }

.nc-icon-outline.business_business-contact-86:before {
  content: "\e9f7"; }

.nc-icon-outline.business_business-contact-87:before {
  content: "\e9f8"; }

.nc-icon-outline.business_business-contact-88:before {
  content: "\e9f9"; }

.nc-icon-outline.business_business-contact-89:before {
  content: "\e9fa"; }

.nc-icon-outline.business_businessman-03:before {
  content: "\e9fb"; }

.nc-icon-outline.business_businessman-04:before {
  content: "\e9fc"; }

.nc-icon-outline.business_calculator:before {
  content: "\e9fd"; }

.nc-icon-outline.business_chair:before {
  content: "\e9fe"; }

.nc-icon-outline.business_chart-bar-32:before {
  content: "\e9ff"; }

.nc-icon-outline.business_chart-bar-33:before {
  content: "\ea00"; }

.nc-icon-outline.business_chart-growth:before {
  content: "\ea01"; }

.nc-icon-outline.business_chart-pie-35:before {
  content: "\ea02"; }

.nc-icon-outline.business_chart-pie-36:before {
  content: "\ea03"; }

.nc-icon-outline.business_chart:before {
  content: "\ea04"; }

.nc-icon-outline.business_cheque:before {
  content: "\ea05"; }

.nc-icon-outline.business_coins:before {
  content: "\ea06"; }

.nc-icon-outline.business_connect:before {
  content: "\ea07"; }

.nc-icon-outline.business_contacts:before {
  content: "\ea08"; }

.nc-icon-outline.business_currency-dollar:before {
  content: "\ea09"; }

.nc-icon-outline.business_currency-euro:before {
  content: "\ea0a"; }

.nc-icon-outline.business_currency-pound:before {
  content: "\ea0b"; }

.nc-icon-outline.business_currency-yen:before {
  content: "\ea0c"; }

.nc-icon-outline.business_factory:before {
  content: "\ea0d"; }

.nc-icon-outline.business_globe:before {
  content: "\ea0e"; }

.nc-icon-outline.business_goal-64:before {
  content: "\ea0f"; }

.nc-icon-outline.business_goal-65:before {
  content: "\ea10"; }

.nc-icon-outline.business_gold:before {
  content: "\ea11"; }

.nc-icon-outline.business_hammer:before {
  content: "\ea12"; }

.nc-icon-outline.business_handout:before {
  content: "\ea13"; }

.nc-icon-outline.business_handshake:before {
  content: "\ea14"; }

.nc-icon-outline.business_hat:before {
  content: "\ea15"; }

.nc-icon-outline.business_hierarchy-53:before {
  content: "\ea16"; }

.nc-icon-outline.business_hierarchy-54:before {
  content: "\ea17"; }

.nc-icon-outline.business_hierarchy-55:before {
  content: "\ea18"; }

.nc-icon-outline.business_hierarchy-56:before {
  content: "\ea19"; }

.nc-icon-outline.business_laptop-71:before {
  content: "\ea1a"; }

.nc-icon-outline.business_laptop-72:before {
  content: "\ea1b"; }

.nc-icon-outline.business_laptop-91:before {
  content: "\ea1c"; }

.nc-icon-outline.business_law:before {
  content: "\ea1d"; }

.nc-icon-outline.business_math:before {
  content: "\ea1e"; }

.nc-icon-outline.business_money-11:before {
  content: "\ea1f"; }

.nc-icon-outline.business_money-12:before {
  content: "\ea20"; }

.nc-icon-outline.business_money-13:before {
  content: "\ea21"; }

.nc-icon-outline.business_money-bag:before {
  content: "\ea22"; }

.nc-icon-outline.business_money-coins:before {
  content: "\ea23"; }

.nc-icon-outline.business_money-growth:before {
  content: "\ea24"; }

.nc-icon-outline.business_money-time:before {
  content: "\ea25"; }

.nc-icon-outline.business_net:before {
  content: "\ea26"; }

.nc-icon-outline.business_notes:before {
  content: "\ea27"; }

.nc-icon-outline.business_payment:before {
  content: "\ea28"; }

.nc-icon-outline.business_percentage-38:before {
  content: "\ea29"; }

.nc-icon-outline.business_percentage-39:before {
  content: "\ea2a"; }

.nc-icon-outline.business_pig:before {
  content: "\ea2b"; }

.nc-icon-outline.business_pin:before {
  content: "\ea2c"; }

.nc-icon-outline.business_plug:before {
  content: "\ea2d"; }

.nc-icon-outline.business_progress:before {
  content: "\ea2e"; }

.nc-icon-outline.business_round-dollar:before {
  content: "\ea2f"; }

.nc-icon-outline.business_round-euro:before {
  content: "\ea30"; }

.nc-icon-outline.business_round-pound:before {
  content: "\ea31"; }

.nc-icon-outline.business_round-yen:before {
  content: "\ea32"; }

.nc-icon-outline.business_safe:before {
  content: "\ea33"; }

.nc-icon-outline.business_scale:before {
  content: "\ea34"; }

.nc-icon-outline.business_sign:before {
  content: "\ea35"; }

.nc-icon-outline.business_signature:before {
  content: "\ea36"; }

.nc-icon-outline.business_stock:before {
  content: "\ea37"; }

.nc-icon-outline.business_strategy:before {
  content: "\ea38"; }

.nc-icon-outline.business_tie-01:before {
  content: "\ea39"; }

.nc-icon-outline.business_tie-02:before {
  content: "\ea3a"; }

.nc-icon-outline.business_wallet-43:before {
  content: "\ea3b"; }

.nc-icon-outline.business_wallet-44:before {
  content: "\ea3c"; }

.nc-icon-outline.business_wallet-90:before {
  content: "\ea3d"; }

/*------------------------------------------------------------------
[1. Layouts]
*/
html {
  height: 100%; }

/* Body Triggers for layout options
------------------------------------------------------------------
*/
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fbfbfb; }
  body.fixed-header .header {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .nav-hidden body.fixed-header .header, body.fixed-header .header.is-hidden {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
  body.mobile {
    /*
        .page-sidebar .sidebar-menu .menu-items {
            li{
                &:hover{
                    a{
                        color:$color-menu-light;
                    }
                    .icon-thumbnail{
                        color:$color-menu-light !important;
                    }
                }
                &.active, &.open{
                    & > a{
                        color:#fff;
                    }
                    & > .icon-thumbnail{
                        color:#fff;
                    }
                }
            }
        }
        */ }
    body.mobile .sidebar-menu {
      overflow: scroll;
      -webkit-overflow-scrolling: touch; }
    body.mobile .sidebar-menu > ul {
      height: auto !important;
      overflow: visible !important;
      -webkit-overflow-scrolling: touch !important; }
    body.mobile .drager {
      overflow: auto;
      -webkit-overflow-scrolling: touch; }
  body.sidebar-visible .page-sidebar .scroll-element {
    visibility: visible; }
  body.sidebar-visible .page-sidebar .menu-items .icon-thumbnail {
    -webkit-transform: translate3d(-14px, 0, 0);
    transform: translate3d(-14px, 0, 0);
    -ms-transform: translate(-14px, 0); }
  body.sidebar-visible .page-sidebar .sidebar-header .sidebar-header-controls {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0);
    -ms-transform: translate(48px, 0); }
  body.no-header .page-container .page-content-wrapper .content {
    padding-top: 0px; }
  body.no-header .header {
    border-bottom-color: transparent; }
  body.dashboard {
    background: #f5f5f5; }
    body.dashboard .page-container {
      background: #f5f5f5; }

/* Page Loader
------------------------------------
*/
.pace .pace-progress {
  background: #81C926;
  height: 3px; }

.pace .pace-progress-inner {
  box-shadow: none; }

.pace .pace-activity {
  -webkit-animation: none;
  animation: none;
  top: 73px;
  background: url("../img/progress/progress-circle-success.svg") no-repeat top left;
  background-size: 100% auto;
  margin: 0 auto;
  border-width: 0;
  border-radius: 0;
  width: 28px;
  height: 40px;
  right: 19px; }

/* Header
------------------------------------
*/
.header {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  padding: 0 20px 0 0;
  z-index: 800;
  background-color: #0052bb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white; }
  .header .dropdown-menu > li > a {
    color: #757c81 !important; }
    .header .dropdown-menu > li > a:hover {
      color: #35383a !important; }
  .header a {
    color: white; }
    .header a.btn {
      color: #8b91a0; }
    .header a.btn-warning {
      color: #eaeef1; }
    .header a:hover, .header a:active, .header a:focus {
      color: white; }
  .header .pull-left, .header .pull-right {
    z-index: 10;
    position: relative; }
  .header .header-inner {
    height: 60px;
    width: 100%;
    vertical-align: middle;
    display: table-cell; }
    .header .header-inner .toggle-sidebar {
      display: none; }
  .header.transparent {
    background-color: transparent !important; }
  .header .brand {
    vertical-align: middle;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
  .header .bar-inner > ul {
    margin-bottom: 0;
    padding-left: 0; }
    .header .bar-inner > ul > li {
      display: inline-block;
      vertical-align: middle;
      line-height: 40px; }
      .header .bar-inner > ul > li a:not(.btn) {
        opacity: 0.7; }
      .header .bar-inner > ul > li a {
        display: inline-block;
        padding: 10px 15px; }
        .header .bar-inner > ul > li a:hover {
          opacity: 1; }
      .header .bar-inner > ul > li.active a {
        opacity: 1; }
  .header .bubble {
    border-radius: 100%;
    height: 10px;
    width: 10px;
    background-color: #e2205b;
    color: #fff;
    position: absolute;
    top: -6px;
    float: right;
    right: -10px; }
  .header .notification-list {
    display: inline-block; }
  .header .search-link {
    display: inline-block;
    margin-left: 15px;
    color: #fff;
    opacity: .7;
    font-size: 16px;
    font-family: wf_segoe-ui_light, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .header .search-link i {
      margin-right: 15px;
      font-size: 16px; }
    .header .search-link:hover {
      opacity: 1; }

.page-content-header {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #C5D9E8;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .nav-hidden .page-content-header, .page-content-header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  @media (max-width: 991px) {
    .page-content-header {
      top: 48px;
      height: 48px;
      line-height: 48px; } }
  .page-content-header .progress-circle {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    height: 35px;
    width: 35px;
    margin-top: -4px; }
    .page-content-header .progress-circle .pie {
      clip: rect(0, 35px, 35px, 22.5px);
      height: 35px;
      width: 35px; }
      .page-content-header .progress-circle .pie .half-circle {
        clip: rect(0, 17.5px, 35px, 0);
        height: 35px;
        width: 35px; }

/* Bootstrap navbar
------------------------------------
*/
.navbar {
  top: -1px; }

.navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px; }

.navbar-default {
  background-color: #fff; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent; }

.navbar-toggle {
  border-radius: 0;
  background-color: transparent !important; }

/* Main Menu Sidebar
------------------------------------
*/
.page-sidebar {
  width: auto;
  background-color: #0c4a9a;
  z-index: 1000;
  left: 0px-auto;
  position: fixed;
  bottom: 0;
  top: 0;
  right: auto;
  overflow: hidden;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -moz-transition: -moz-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -o-transition: -o-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  .page-sidebar a, .page-sidebar button {
    color: #3eb0ff;
    color: white; }
    .page-sidebar a:hover, .page-sidebar a:active, .page-sidebar button:hover, .page-sidebar button:active {
      color: #fff; }
    .page-sidebar a:visited, .page-sidebar a:focus, .page-sidebar button:visited, .page-sidebar button:focus {
      color: #3eb0ff;
      color: white; }
  .page-sidebar .scroll-element {
    visibility: hidden; }
  .page-sidebar .sidebar-header {
    /* Side-bar header */
    display: block;
    height: 60px;
    line-height: 60px;
    background-color: #0b438b;
    border-bottom: 1px solid #0a3c7d;
    color: #fff;
    width: 100%;
    padding: 0 20px;
    padding-left: 30px;
    clear: both;
    z-index: 10;
    position: relative; }
    .page-sidebar .sidebar-header .sidebar-header-controls {
      display: inline-block;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
      transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
      -webkit-backface-visibility: hidden; }
    .page-sidebar .sidebar-header .sidebar-slide-toggle i {
      -webkit-transition: all 0.12s ease;
      transition: all 0.12s ease; }
    .page-sidebar .sidebar-header .sidebar-slide-toggle.active i {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .page-sidebar .close-sidebar {
    position: absolute;
    right: 19px;
    top: 14px;
    padding: 9px;
    z-index: 1; }
    .page-sidebar .close-sidebar > i {
      color: rgba(255, 255, 255, 0.57); }
  .page-sidebar .sidebar-overlay-slide {
    /* Side-bar Top Slider */
    width: 100%;
    height: 100%;
    background-color: #0b438b;
    display: block;
    z-index: 9;
    padding: 80px 20px 20px 20px; }
    .page-sidebar .sidebar-overlay-slide.from-top {
      top: -100%;
      position: absolute;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .page-sidebar .sidebar-overlay-slide.from-top.show {
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        transform: translate(0, 100%); }
  .page-sidebar .sidebar-menu {
    /* Side-bar Menu */
    height: calc(100% - 50px);
    position: relative;
    width: 100%; }
    .page-sidebar .sidebar-menu .outer-tab-nav-section {
      display: inline-block;
      width: 45px;
      position: absolute;
      height: 100%;
      background-color: #0aa699 !important; }
    .page-sidebar .sidebar-menu .menu-items {
      /* Side-bar Menut Items */
      list-style: none;
      margin: 0;
      padding: 0;
      margin: 0;
      padding: 0;
      position: relative;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      height: calc(100% - 10px);
      width: 100%; }
      .page-sidebar .sidebar-menu .menu-items li:hover > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail, .page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail {
        color: #fff; }
      .page-sidebar .sidebar-menu .menu-items li:hover > a, .page-sidebar .sidebar-menu .menu-items li.open > a, .page-sidebar .sidebar-menu .menu-items li.active > a {
        color: #fff; }
      .page-sidebar .sidebar-menu .menu-items li > a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%; }
      .page-sidebar .sidebar-menu .menu-items > li {
        display: block;
        padding: 0;
        clear: right; }
        .page-sidebar .sidebar-menu .menu-items > li:after, .page-sidebar .sidebar-menu .menu-items > li:before {
          display: table;
          content: " ";
          clear: both; }
        .page-sidebar .sidebar-menu .menu-items > li > a {
          /*font-family: Arial, sans-serif;*/
          display: inline-block;
          padding: 0 3px;
          padding-left: 32px;
          min-height: 40px;
          line-height: 40px;
          font-size: 18px;
          clear: both; }
          .page-sidebar .sidebar-menu .menu-items > li > a.open {
            background: #313131; }
          .page-sidebar .sidebar-menu .menu-items > li > a > .arrow {
            float: right; }
            .page-sidebar .sidebar-menu .menu-items > li > a > .arrow:before {
              float: right;
              display: inline;
              font-size: 16px;
              font-family: FontAwesome;
              height: auto;
              content: "\f104";
              font-weight: 300;
              text-shadow: none;
              -webkit-transition: all 0.12s ease;
              transition: all 0.12s ease; }
            .page-sidebar .sidebar-menu .menu-items > li > a > .arrow.open:before {
              -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
          .page-sidebar .sidebar-menu .menu-items > li > a > .badge {
            margin-top: 12px; }
          .page-sidebar .sidebar-menu .menu-items > li > a > .title {
            float: left;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 100%; }
          .page-sidebar .sidebar-menu .menu-items > li > a > .details {
            font-size: 12px;
            opacity: 0.4;
            display: block;
            clear: both; }
          .page-sidebar .sidebar-menu .menu-items > li > a.detailed > .title {
            line-height: 28px; }
          .page-sidebar .sidebar-menu .menu-items > li > a.detailed > .details {
            line-height: 16px; }
        .page-sidebar .sidebar-menu .menu-items > li.active > ul.sub-menu {
          display: block; }
        .page-sidebar .sidebar-menu .menu-items > li > .icon-thumbnail:first-letter {
          text-transform: uppercase; }
        .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu > li ul.sub-menu li {
          padding-left: 10px;
          padding-right: 3px; }
        .page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu > li ul.sub-menu .icon-thumbnail {
          width: 25px;
          height: 25px;
          line-height: 25px;
          font-size: 10px; }
        .page-sidebar .sidebar-menu .menu-items > 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;
          -webkit-transition: all 0.12s ease;
          transition: all 0.12s ease; }
        .page-sidebar .sidebar-menu .menu-items > 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;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          font-weight: 300;
          text-shadow: none; }
        .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {
          display: none;
          list-style: none;
          clear: both;
          margin: 0 0 10px 0;
          background-color: #093977;
          padding: 18px 0 10px 0; }
          .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
            background: none;
            padding: 0px 20px 0 40px;
            margin-top: 1px; }
            .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li:hover > .icon-thumbnail {
              color: #fff; }
            .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a {
              display: inline-block;
              padding: 5px 0px;
              font-size: 13px;
              font-family: Arial, sans-serif;
              white-space: normal; }
            .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li .icon-thumbnail {
              width: 30px;
              height: 30px;
              line-height: 30px;
              margin: 0;
              background-color: #0c4a9a;
              font-size: 14px; }
    .page-sidebar .sidebar-menu .muted {
      color: #576775;
      opacity: .45; }
  .page-sidebar .icon-thumbnail [class^="bg-"], .page-sidebar [class*="bg-"] {
    color: #fff; }

[data-toggle-pin="sidebar"] > i:before {
  content: "\f10c"; }

/* Sidebar icon holder
------------------------------------
*/
.icon-thumbnail {
  display: inline-block;
  background: #093977;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  left: 0;
  float: right;
  margin-right: 14px;
  color: #3eb0ff;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  font-family: "Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: bold; }
  .icon-thumbnail > i {
    font-size: 14px; }

.nav-collapse.collapse {
  height: 100%  !important; }

/* Secondary App Menu */
.toggle-secondary-sidebar {
  display: none; }

.secondary-sidebar {
  background: #0c61cc;
  width: 250px;
  float: left;
  padding-left: 47px;
  height: 100%;
  position: fixed; }
  .secondary-sidebar.not-fixed {
    position: inherit; }
  .secondary-sidebar .btn-compose {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
  .secondary-sidebar .menu-title {
    color: rgba(62, 176, 255, 0.5);
    opacity: .5;
    font-size: 10.8px;
    font-family: 'Montserrat';
    font-weight: normal;
    letter-spacing: 0.03em; }
  .secondary-sidebar .main-menu {
    padding-left: 0; }
    .secondary-sidebar .main-menu > li {
      list-style: none; }
      .secondary-sidebar .main-menu > li.active > a {
        color: #0052bb; }
        .secondary-sidebar .main-menu > li.active > a:hover {
          color: #0052bb; }
        .secondary-sidebar .main-menu > li.active > a > .title {
          position: relative; }
          .secondary-sidebar .main-menu > li.active > a > .title:after {
            background: #0052bb;
            border-radius: 50%;
            content: "";
            height: 7px;
            position: absolute;
            right: -14px;
            top: 6.5px;
            width: 7px; }
      .secondary-sidebar .main-menu > li a {
        font-size: 14px;
        color: #3eb0ff;
        line-height: 37px; }
        .secondary-sidebar .main-menu > li a:hover {
          color: #fff; }
        .secondary-sidebar .main-menu > li a > .title i {
          margin-right: 6px;
          opacity: .9; }
  .secondary-sidebar .sub-menu {
    margin-left: 23px; }
    .secondary-sidebar .sub-menu li {
      list-style: none;
      padding: 0; }
      .secondary-sidebar .sub-menu li.active a {
        color: #fff !important; }
      .secondary-sidebar .sub-menu li a {
        color: rgba(62, 176, 255, 0.5);
        line-height: 25px; }
        .secondary-sidebar .sub-menu li a:hover {
          color: #fff; }
  .secondary-sidebar .sub-menu li a .badge, .secondary-sidebar .main-menu li a .badge {
    background: transparent;
    font-size: 13px;
    color: #3eb0ff;
    line-height: 25px; }

.split-view {
  position: relative;
  height: 100%; }
  .split-view .split-list {
    float: left;
    width: 360px;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    border-right: 1px solid #d6d8d9;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .split-view .split-list.slideLeft {
      -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0); }
    .split-view .split-list .list-refresh {
      position: absolute;
      right: 18px;
      top: 5px;
      color: #757c81;
      opacity: .34;
      z-index: 101; }
    .split-view .split-list .list-view-fake-header, .split-view .split-list .list-view-group-header {
      background: #f2f3f3;
      height: 30px;
      color: rgba(117, 124, 129, 0.7);
      font-family: 'Montserrat';
      text-transform: uppercase;
      font-size: 10.8px;
      padding-left: 13px;
      padding-top: 6px;
      letter-spacing: 0.04em;
      width: 100%; }
    .split-view .split-list .item {
      height: 117px;
      list-style: none;
      position: relative;
      border-bottom: 1px solid rgba(214, 216, 217, 0.7);
      cursor: pointer; }
      .split-view .split-list .item .inline {
        width: 230px; }
        .split-view .split-list .item .inline > * {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          font-family: arial; }
      .split-view .split-list .item .recipients {
        letter-spacing: 0.01em; }
      .split-view .split-list .item .checkbox {
        float: left;
        clear: left;
        display: none; }
      .split-view .split-list .item .subject {
        font-family: 'Helvetica';
        font-size: 14.33px;
        color: #3b4752;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 36px;
        display: -webkit-box;
        white-space: normal;
        line-height: 18px; }
      .split-view .split-list .item .body {
        font-size: 12.6px;
        opacity: .52;
        height: 22px; }
      .split-view .split-list .item .datetime {
        color: #151617;
        font-family: arial;
        font-size: 11.1px;
        position: absolute;
        right: 20px;
        top: 15px; }
  .split-view .split-details {
    position: relative;
    overflow: auto;
    height: 100%; }
    .split-view .split-details .no-result {
      bottom: 0;
      left: 0;
      margin-top: -34px;
      opacity: 0.5;
      position: absolute;
      right: 0;
      text-align: center;
      top: 50%; }
    .split-view .split-details .actions {
      height: 50px;
      float: left; }
      .split-view .split-details .actions li {
        list-style: none;
        position: relative; }
        .split-view .split-details .actions li:last-child:after {
          display: none; }
        .split-view .split-details .actions li:after {
          content: "";
          height: 14px;
          position: absolute;
          right: -4px;
          top: 18px;
          width: 1px;
          background: rgba(0, 0, 0, 0.07); }
        .split-view .split-details .actions li a {
          font-size: 13.1px;
          color: #757c81;
          font-weight: 600;
          padding: 0 13px;
          line-height: 50px;
          white-space: nowrap; }

.inner-content {
  margin-top: 0px;
  padding: 0px;
  overflow: auto;
  min-height: 100%;
  margin-left: 250px; }

/* Quick View
------------------------------------
*/
.quickview-wrapper {
  position: fixed;
  right: -285px;
  top: 0;
  width: 285px;
  background: #fff;
  bottom: 0;
  z-index: 1000;
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
  border-left: 1px solid rgba(222, 227, 231, 0.56);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-perspective: 1000; }
  .quickview-wrapper.open {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0); }
  .quickview-wrapper .quickview-toggle {
    position: absolute;
    right: 12px;
    top: 2px;
    color: #3eb0ff;
    padding: 6px;
    opacity: 0.4; }
    .quickview-wrapper .quickview-toggle:hover {
      opacity: 1; }
  .quickview-wrapper .nav-tabs {
    /* Quickview Tabs */
    background-color: #0c4a9a;
    position: relative;
    padding: 0 43px; }
    .quickview-wrapper .nav-tabs > li > a {
      padding: 11px;
      color: #3eb0ff;
      opacity: 0.6;
      border: 0;
      text-align: center;
      font-size: 11px;
      font-weight: bold;
      min-width: 62px; }
      .quickview-wrapper .nav-tabs > li > a:hover {
        color: #3eb0ff;
        opacity: 1; }
    .quickview-wrapper .nav-tabs > li.active > a, .quickview-wrapper .nav-tabs > li.active > a:hover, .quickview-wrapper .nav-tabs > li.active > a:focus {
      background-color: transparent;
      border: 0;
      color: #b8e2ff;
      opacity: 1; }
    .quickview-wrapper .nav-tabs ~ .tab-content {
      position: absolute;
      padding: 0;
      left: 0;
      right: 0;
      top: 38px;
      bottom: 0;
      height: auto; }
      .quickview-wrapper .nav-tabs ~ .tab-content > div {
        height: 100%; }
      .quickview-wrapper .nav-tabs ~ .tab-content ul {
        margin: 0;
        padding: 0; }
        .quickview-wrapper .nav-tabs ~ .tab-content ul li {
          list-style: none; }
      .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes {
        /* Quickview Notes */
        background: #fbf9e3; }
        .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes a, .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes button {
          color: #968974; }
        .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list {
          position: relative; }
          .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar {
            height: 50px;
            padding: 0 25px; }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul {
              margin-top: 10px; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li {
                display: inline-block;
                height: auto; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li a {
                  height: 22px;
                  line-height: 22px;
                  display: block;
                  padding: 0 5px; }
                  .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li a:hover, .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar ul > li a.selected {
                    background: #968974;
                    color: #FBF9E3; }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list .toolbar .btn-remove-notes {
              background: transparent;
              bottom: 8px;
              display: block;
              left: 50%;
              margin-left: -40%;
              position: absolute;
              width: 83%;
              border: 1px solid #968974; }
          .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul {
            padding: 0; }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li {
              cursor: pointer;
              height: 42px;
              padding: 0 25px;
              display: block;
              clear: both; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left {
                float: left;
                width: 65%;
                height: 100%;
                padding-top: 9px; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left .checkbox {
                  display: none;
                  float: left; }
                  .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left .checkbox label {
                    margin-right: 0;
                    vertical-align: text-top; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .left p {
                  margin: 0;
                  font-size: 13px;
                  font-weight: bold;
                  width: 100px;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  vertical-align: middle;
                  display: inline-block; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .right {
                font-size: 10.5px;
                text-align: right;
                width: 35%;
                line-height: 41px; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li .right .date {
                  margin-right: 10px; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .list > ul li:hover {
                background: #f4ecd1; }
        .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note {
          /* Quickview Note */
          background-image: url("../img/notes_lines.png");
          background-repeat: repeat-y;
          background-position: 27px top; }
          .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note > div {
            display: table;
            height: 100%;
            width: 100%; }
          .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar {
            background: #fcfcfa;
            height: 55px;
            width: 100%;
            display: table-row;
            box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.33); }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li {
              display: inline-block;
              border-right: 1px solid #EDECEC;
              float: left;
              line-height: 55px;
              padding: 0;
              text-align: center;
              width: 55px;
              height: auto; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li > a {
                color: #a5a5a5;
                display: block; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li > a:hover {
                  background: #fffaf6; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar > li > a.active {
                  color: #333;
                  background: #f9f1ea; }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .toolbar:after {
              position: absolute;
              content: "";
              width: 100%; }
          .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body {
            display: table-row;
            height: 100%; }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body > div {
              display: table;
              height: 100%;
              width: 100%;
              padding: 0 20px 0 45px;
              white-space: normal; }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top {
              height: 50px;
              display: table-row;
              clear: both;
              line-height: 50px;
              text-align: center; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top > a {
                float: left;
                color: #b0b0a8;
                margin-left: 10px; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .top > span {
                font-style: italic;
                color: #b0b0a8;
                font-size: 11px; }
            .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content {
              display: table-row;
              height: 100%; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content form {
                height: 100%; }
              .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor {
                font-size: 12px; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor:focus {
                  outline: none; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor::-moz-selection {
                  background: #fef8ae; }
                .quickview-wrapper .nav-tabs ~ .tab-content .quickview-notes .note .body .content .quick-note-editor::selection {
                  background: #fef8ae; }

/* Page Container
------------------------------------
*/
.page-container {
  width: 100%;
  height: 100%;
  padding-left: 0px; }
  .page-container .page-content-wrapper {
    min-height: 100%;
    position: relative; }
    .page-container .page-content-wrapper .content {
      /* Content holder */
      z-index: 10;
      padding-top: 60px;
      padding-bottom: 72px;
      min-height: 100%;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .page-container .page-content-wrapper .content.full-width {
        width: 100%; }
      .page-container .page-content-wrapper .content .content-inner {
        display: inline-block;
        vertical-align: top;
        height: 100%;
        padding-left: 30px;
        position: relative; }
      .page-container .page-content-wrapper .content:only-child {
        padding-bottom: 0px; }
      .page-container .page-content-wrapper .content.overlay-footer {
        padding-bottom: 0px; }
    .page-container .page-content-wrapper .footer {
      /* Footer */
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: left 0.3s ease;
      transition: left 0.3s ease; }
      .page-container .page-content-wrapper .footer.fixed {
        position: fixed; }

.page-title {
  margin-top: 0px; }

/* Breadcrumbs
------------------------------------
*/
.breadcrumb {
  font-family: 'Montserrat';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  padding: 15px 0;
  margin: 0;
  border: none;
  text-transform: uppercase;
  display: block; }
  .breadcrumb a {
    margin-left: 5px;
    margin-right: 5px;
    font-family: 'Montserrat';
    font-size: 11px !important;
    font-weight: 400;
    color: #7b7d82; }
    .breadcrumb a.active {
      font-weight: 600;
      color: #0090d9; }
  .breadcrumb li {
    padding-left: 0px; }
  .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #515050;
    font-family: FontAwesome;
    content: "\f105";
    font-weight: bold; }

.breadcrumb a,
.breadcrumb i,
.breadcrumb span, .breadcrumb li {
  color: #7b7d82;
  font-weight: 300;
  text-shadow: none; }

/* Overlay Search
------------------------------------
*/
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1010;
  padding-left: 64px;
  overflow: auto; }
  .overlay .inline-block {
    display: inline-block; }
  .overlay .overlay-brand {
    margin-left: 7px; }
  .overlay > div {
    width: 100%;
    height: 260px;
    display: block;
    overflow: hidden; }
  .overlay .has-results {
    overflow: visible; }
  .overlay .overlay-search {
    font-weight: 700;
    font-size: 77px;
    height: 100px;
    letter-spacing: -1.925px;
    line-height: 100px;
    width: 100%;
    padding-left: 0 !important; }
  .overlay .overlay-close {
    position: absolute;
    right: 20px;
    top: 25px; }

.group-container {
  white-space: nowrap !important; }
  .group-container .single-group {
    vertical-align: top;
    display: inline-block;
    white-space: normal; }

.jumbotron {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  background-color: #f2f3f3; }
  .jumbotron .inner {
    position: relative;
    z-index: 2; }
  .jumbotron.lg {
    height: 600px; }
  .jumbotron .cover-photo {
    width: 100%;
    height: inherit;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-size: cover;
    background-color: #81C926; }
    .jumbotron .cover-photo img {
      display: none; }
  .jumbotron h1 {
    font-size: 34px; }

/* Pages Image Icon Sent - Pixel Perfect
------------------------------------
*/
.icon-set {
  background: url("../img/icons/top_tray.png") no-repeat;
  position: relative;
  display: block; }
  .icon-set.globe-fill {
    background-position: -1px -1px;
    width: 17px;
    height: 17px;
    top: 2px; }
  .icon-set.clip {
    background-position: -20px -2px;
    width: 16px;
    height: 16px; }
  .icon-set.grid-box {
    background-position: -41px -2px;
    width: 14px;
    height: 14px; }
  .icon-set.menu-hambuger {
    background-position: -58px -3px;
    width: 15px;
    height: 13px; }
  .icon-set.menu-hambuger-plus {
    background-position: -77px -1px;
    width: 18px;
    height: 15px; }

.dropzone {
  overflow: hidden; }
  .dropzone .dz-default.dz-message {
    width: 100%; }

.scroll {
  position: relative;
  overflow: auto; }

/* Pages Scroll bar
------------------------------------
*/
.scroll-wrapper > .scroll-element, .scroll-wrapper > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scroll-wrapper > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scroll-wrapper > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scroll-wrapper > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 4px; }

.scroll-wrapper > .scroll-element .scroll-element_outer {
  opacity: 0.3; }

.scroll-wrapper > .scroll-element .scroll-element_size {
  background-color: rgba(0, 0, 0, 0.07);
  opacity: 0; }

.scroll-wrapper > .scroll-element .scroll-bar {
  background-color: #697686; }

.scroll-wrapper > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 4px;
  min-width: 24px;
  top: auto; }

.scroll-wrapper > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s; }

.scroll-wrapper > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scroll-wrapper > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 4px; }

.scroll-wrapper > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.scroll-wrapper > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

.scroll-wrapper.auto-hide > .scroll-element .scroll-element_track {
  display: none; }

.scroll-wrapper > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scroll-wrapper > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scroll-wrapper > .scroll-element:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scroll-wrapper > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scroll-wrapper > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scroll-wrapper > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%; }

.scroll-wrapper > .scroll-element.scroll-x:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 10px;
  min-height: 7px; }

.scroll-wrapper > .scroll-element.scroll-y:hover .scroll-element_outer,
.scroll-wrapper > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 7px; }

/* Other overides */
.container-fluid {
  padding-left: 30px;
  padding-right: 30px; }

.copyright {
  padding: 25px 0;
  border-top: 1px solid #d6d8d9; }

.navbar-center, .navbar-center > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  *zoom: 1;
  /* hasLayout ie7 trigger */
  vertical-align: top; }

.navbar-nav li a {
  min-width: 50px; }

.pager {
  margin: 0; }

/* Horizontal Menu */
.horizontal-menu [data-pages="sidebar"],
.horizontal-menu [data-toggle="sidebar"] {
  display: none; }

.horizontal-menu #horizontal-menu-toggle {
  display: block !important; }

.horizontal-menu .page-container {
  padding-left: 0; }

.horizontal-menu .header .brand {
  padding-left: 35px;
  text-align: left; }

.horizontal-menu .header-seperation {
  display: none; }

.horizontal-menu .bar {
  width: 100%;
  background-color: #fff;
  position: fixed;
  display: table;
  z-index: 50; }

.horizontal-menu .bar-inner {
  display: table-cell;
  width: 100%; }
  .horizontal-menu .bar-inner > ul {
    margin: 0;
    padding: 0;
    padding-left: 16px; }
    .horizontal-menu .bar-inner > ul > li {
      font-family: "Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif;
      display: inline-block;
      padding: 10px 15px;
      vertical-align: middle; }
      .horizontal-menu .bar-inner > ul > li.classic {
        position: relative; }
      .horizontal-menu .bar-inner > ul > li.open > a {
        opacity: 1; }
      .horizontal-menu .bar-inner > ul > li.mega.open, .horizontal-menu .bar-inner > ul > li.horizontal.open {
        position: inherit; }
      .horizontal-menu .bar-inner > ul > li > a {
        color: #000; }
        .horizontal-menu .bar-inner > ul > li > a > .arrow {
          display: inline-block; }
          .horizontal-menu .bar-inner > ul > li > a > .arrow:before {
            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;
            vertical-align: middle; }
      .horizontal-menu .bar-inner > ul > li a {
        opacity: 0.7; }
        .horizontal-menu .bar-inner > ul > li a .description {
          opacity: 0.7;
          transition: opacity 0.1s linear 0s; }
        .horizontal-menu .bar-inner > ul > li a:hover {
          opacity: 1; }
          .horizontal-menu .bar-inner > ul > li a:hover .description {
            opacity: 1; }
      .horizontal-menu .bar-inner > ul > li.open {
        background: #fff; }
        .horizontal-menu .bar-inner > ul > li.open > .classic {
          max-height: 999px; }
          .horizontal-menu .bar-inner > ul > li.open > .classic > li {
            opacity: 1; }
        .horizontal-menu .bar-inner > ul > li.open > .mega, .horizontal-menu .bar-inner > ul > li.open > .horizontal {
          display: block; }
      .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; }
        .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; }
          .horizontal-menu .bar-inner > ul > li > .classic > li a {
            color: #000; }
            .horizontal-menu .bar-inner > ul > li > .classic > li a .description {
              display: block;
              font-size: 12px;
              color: #35383a; }
          .horizontal-menu .bar-inner > ul > li > .classic > li:last-child {
            border-bottom: 0; }
      .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; }
        .horizontal-menu .bar-inner > ul > li > .horizontal li {
          margin: 15px;
          color: #000;
          display: inline-block; }
          .horizontal-menu .bar-inner > ul > li > .horizontal li a {
            color: #000; }
            .horizontal-menu .bar-inner > ul > li > .horizontal li a .description {
              display: block;
              font-size: 12px;
              color: #35383a; }
      .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; }
        .horizontal-menu .bar-inner > ul > li > .mega > li {
          margin: 15px;
          padding-bottom: 10px;
          border-bottom: 1px solid #e5e9ec;
          color: #000; }
          .horizontal-menu .bar-inner > ul > li > .mega > li a {
            color: #000; }
        .horizontal-menu .bar-inner > ul > li > .mega .sub-menu-heading {
          font-size: 14px;
          color: #000;
          margin-bottom: 10px;
          margin-top: 20px; }
        .horizontal-menu .bar-inner > ul > li > .mega .sub-menu {
          list-style: none;
          margin: 0;
          padding: 0;
          margin-bottom: 10px; }
          .horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li {
            padding-left: 0;
            padding-bottom: 5px; }
            .horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li > a {
              color: #000; }

@media (min-width: 980px) {
  .horizontal-menu .page-content {
    margin-left: 0; }
    .horizontal-menu .page-content .content {
      padding-top: 123px; } }

.account-menu {
  padding-left: 0;
  margin-bottom: 0; }
  .account-menu li {
    list-style: none;
    line-height: 1.5; }
    .account-menu li a {
      display: inline-block;
      padding: 8px 0;
      color: #35383a;
      opacity: 0.6; }
    .account-menu li:hover a, .account-menu li.active a {
      opacity: 1; }
    .account-menu li.active a {
      color: #0052bb;
      font-weight: 500; }

.panel-login {
  max-width: 600px;
  margin: 0 auto; }

.login-page {
  background: url("../../assets/img/bg-login-compressor.png") no-repeat center;
  background-size: cover; }
  .login-med {
    background: url("../../assets/img/bg-login-med.png") no-repeat center;
    background-size: cover; }
.dropup-center .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  float: none;
  margin-bottom: 15px; }
  .dropup-center .dropdown-menu:after {
    position: absolute;
    bottom: -8px;
    right: 50%;
    margin-right: -8px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-left: 1px solid rgba(183, 210, 229, 0.8);
    border-bottom: 1px solid rgba(183, 210, 229, 0.8);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: ''; }

.dropdown-center .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  float: none;
  margin-top: 15px; }
  .dropdown-center .dropdown-menu:after {
    position: absolute;
    top: -8px;
    right: 50%;
    margin-right: -8px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-right: 1px solid rgba(183, 210, 229, 0.8);
    border-top: 1px solid rgba(183, 210, 229, 0.8);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: ''; }

.add-new-dropdown {
  width: 250px; }
  .add-new-dropdown li {
    width: 50%;
    float: left;
    border-right: 1px solid #e1e1e1; }
    .add-new-dropdown li:first-child {
      padding-top: 0 !important; }
    .add-new-dropdown li:last-child {
      padding-bottom: 0 !important; }
    .add-new-dropdown li a {
      padding: 15px !important;
      white-space: normal;
      text-align: center !important; }
      .add-new-dropdown li a div {
        line-height: 1.3;
        font-size: 12px; }

.price-description {
  height: 250px; }
  .price-description.price-description-smaller {
    height: 180px; }
    @media (max-width: 767px) {
      .price-description.price-description-smaller {
        height: auto; } }
  @media (max-width: 767px) {
    .price-description {
      height: auto; } }

.small-chat-help .thumbnail-wrapper.d48 {
  height: 38px;
  width: 38px; }

.panel-checkout {
  position: absolute;
  left: 0;
  top: -170px;
}
  @media (max-width: 992px) {
    .panel-checkout {
      top: 0px;
      position: relative; } }

/*.question-conditional, .question-finished {
    display: none;
}

#pricingTopBar {
    display: none;
}
.questions {
    position: relative;
}*/
.questions .error-message {
  display: none; }

#pricingIntro {
  display: none; }

.question {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .question .flicker-fix {
    opacity: 0;
    visibility: hidden; }

/* Animation classes & animations */
.questions .fs-current {
  visibility: visible; }
  .questions .fs-current .flicker-fix {
    opacity: 1;
    visibility: visible; }

.questions .fs-hide,
.questions .fs-show {
  pointer-events: none; }

/* Hide current li when navigating to next question */
.questions.fs-display-next .fs-hide {
  visibility: visible; }
  .questions.fs-display-next .fs-hide .flicker-fix {
    opacity: 1;
    visibility: visible; }

.questions.fs-display-next .fs-hide {
  -webkit-animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animHideNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards; }

.questions.fs-display-next .fs-hide .fs-anim-lower {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

@-webkit-keyframes animHideNext {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0); } }

@keyframes animHideNext {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0); } }

/* Show new li when navigating to next question */
.questions.fs-display-next .fs-show {
  -webkit-animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
  animation: animShowNext 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s; }

.questions.fs-display-next .fs-show .fs-anim-lower {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

@-webkit-keyframes animShowNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0); } }

@keyframes animShowNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); } }

/* Hide current li when navigating to previous question */
.questions.fs-display-prev .fs-hide {
  visibility: visible; }

.questions.fs-display-prev .fs-hide {
  -webkit-animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animHidePrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards; }

.questions.fs-display-prev .fs-hide .fs-anim-upper {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

@-webkit-keyframes animHidePrev {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0); } }

@keyframes animHidePrev {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0); } }

/* Show new li when navigating to previous question */
.questions.fs-display-prev .fs-show {
  -webkit-animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s;
  animation: animShowPrev 0.5s cubic-bezier(0.7, 0, 0.3, 1) both 0.15s; }

.questions.fs-display-prev .fs-show .fs-anim-upper {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

@-webkit-keyframes animShowPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0); } }

@keyframes animShowPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -500px, 0);
    transform: translate3d(0, -500px, 0); } }

.modal-filter-services-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fcfcfd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .modal-filter-services-overlay.fade-out {
    visibility: hidden;
    opacity: 0; }
  .modal-filter-services-overlay .close {
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    opacity: 0.6; }
  .modal-filter-services-overlay .modal-filter-dialog {
    position: relative;
    width: 600px;
    margin: 200px auto 50px; }

.reinitFilters {
  display: none; }

.product-group .panel {
  height: 430px;
  position: relative; }
  .product-group .panel .bottom-section {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px; }
    @media (max-width: 767px) {
      .product-group .panel .bottom-section {
        position: relative;
        left: 0px;
        right: 0px;
        bottom: 0px; } }

.product-filters {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .product-filters {
      /*white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;*/
      margin-bottom: 30px; } }
  .product-filters > li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .product-filters > li {
        display: block;
        padding-left: 0;
        margin-bottom: 8px; } }
    .product-filters > li > a {
      padding: 5px 0px;
      color: #757c81; }
    .product-filters > li:first-child {
      padding-left: 0; }
    .product-filters > li.active > a {
      color: #0052bb;
      border-bottom: 2px solid #0052bb; }
    .product-filters > li.active ul {
      display: block; }
    .product-filters > li ul {
      display: none;
      position: absolute;
      top: 158%;
      left: 50%;
      margin: 0;
      padding: 0;
      list-style: none;
      width: 200px;
      text-align: center;
      -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px); }
      @media (max-width: 767px) {
        .product-filters > li ul {
          position: relative;
          margin-top: 12px;
          text-align: left;
          left: 0;
          -webkit-transform: translate(0%, 0px);
          -ms-transform: translate(0%, 0px);
          transform: translate(0%, 0px); } }
      .product-filters > li ul li {
        display: inline-block;
        position: relative;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-weight: 500;
        padding: 0; }
        .product-filters > li ul li a {
          font-size: 11px;
          opacity: 0.7; }
          .product-filters > li ul li a:hover {
            color: #757c81;
            opacity: 1; }
        .product-filters > li ul li.active a {
          background-color: #0052bb;
          color: white;
          opacity: 1; }

.file-picker {
  display: inline-block;
  font-size: 16px;
  color: #757c81;
  vertical-align: middle;
  line-height: 55px;
  opacity: 0.5;
  cursor: pointer; }
  .file-picker:hover {
    color: #0052bb;
    opacity: 1; }

.file-title {
  display: inline-block; }
  .file-title:hover {
    opacity: 0.6; }
  .file-title:focus {
    outline: 0px solid transparent;
    opacity: 1; }

input.file-title-input {
  display: none;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
  border: none;
  padding: 0; }

.file-title-update {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin-left: -5px !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }
  .file-title-update.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.file-title-icon {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .file-title-icon.fadeout {
    opacity: 0; }

.conversation-panel-body {
  min-height: 300px; }

.dropzone .dz-preview, .dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  display: inline-block;
  margin: 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.dropzone .dz-default.dz-message {
  margin-top: -80.5px; }

.container.container-half {
  width: 50%;
  margin-left: 0; }
  @media (max-width: 767px) {
    .container.container-half {
      width: 100%;
      margin-left: 0; } }
  .container.container-half .doc-form {
    max-width: 600px;
    margin: 0 auto; }

.fixed-half {
  position: fixed;
  right: 0;
  top: 120px;
  bottom: 0;
  width: 50%;
  z-index: 1; }
  @media (max-width: 767px) {
    .fixed-half {
      width: 100%;
      top: 90%; }
      .fixed-half.fixed-half-preview {
        border: 1px solid #d6d8d9;
        left: 7px;
        right: 7px;
        width: auto; } }

.site-container {
  position: relative;
  max-width: 1600px;
  margin: 0 auto; }

.option-block {
  display: block;
  position: relative;
  background: #ebf1fa;
  border: 2px solid #ccdcf1;
  padding: 15px 10px 25px;
  margin-bottom: 10px;
  height: 190px;
  display: table;
  vertical-align: middle;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }
  .bg-complete .option-block {
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    color: white; }
    .bg-complete .option-block:hover, .bg-complete .option-block:focus, .bg-complete .option-block:active {
      background: rgba(255, 255, 255, 0.2);
      color: white; }
  .option-block .price-bottom {
    position: absolute;
    right: 20px;
    bottom: 10px; }
  @media (min-width: 767px) {
    .option-block {
      padding: 10px 25px 20px;
      height: 160px; } }
  .option-block.option-block-hero {
    border: 2px solid #BB0003;
    background: #BB0003;
    color: white; }
  .option-block.option-block-section {
      border: 2px solid #0052bb;
      background: #0052bb;
      color: white; }
    .bg-complete .option-block.option-block-hero {
      background: white;
      color: #757c81; }
      .bg-complete .option-block.option-block-hero h1 {
        color: #0052bb; }
  .option-block.active {
    border: 2px solid #0052bb;
    color: #0052bb;
    font-weight: bold; }
    .option-block.active .radio-box::before {
      content: "\ea25";
      display: inline-block;
      font: normal normal normal 16px/26px 'Nucleo Mini';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      background: #0052bb;
      border-color: #0052bb;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-animation: bounce 0.5s;
      -moz-animation: bounce 0.5s;
      -o-animation: bounce 0.5s;
      animation: bounce 0.5s; }
  .option-block .option-block-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .option-block .radio-box {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 auto; }
    .option-block .radio-box::before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      height: 100%;
      width: 100%;
      transform: translateZ(0);
      backface-visibility: hidden;
      border: 2px solid #ccdcf1;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      background: #fff;
      transition: background-color .3s, transform .3s, border-color .3s; }
      .bg-complete .option-block .radio-box::before {
        border: none;
        background: rgba(255, 255, 255, 0.1); }

.filter-section {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  .filter-section.filter-selected {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

.reset-filters {
  display: block;
  margin-left: 0;
  padding-top: 15px; }
  @media (min-width: 767px) {
    .reset-filters {
      display: inline-block;
      margin-left: 20px;
      padding-top: 0px; } }

.filter-results {
  min-height: 640px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
  @media (min-width: 767px) {
    .filter-results {
      min-height: 566px; } }
  .filter-results.filter-selected {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.product-group {
  display: none; }

/*------------------------------------------------------------------
[2. View Ports]
*/
.view-port {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden; }
  .view-port .navbar {
    border-radius: 0;
    padding-left: 0;
    margin-bottom: 0;
    border-left: 0;
    display: table;
    width: 100%;
    top: 0;
    border-top: 0; }
    .view-port .navbar .navbar-inner {
      display: table-cell;
      height: 50px;
      vertical-align: middle; }
    .view-port .navbar .action {
      position: absolute;
      top: 0;
      line-height: 50px;
      z-index: 1; }
      .view-port .navbar .action.pull-right {
        right: 0; }
    .view-port .navbar .view-heading {
      font-size: 15px;
      text-align: center; }
    .view-port .navbar > p {
      line-height: 12px;
      font-size: 12px;
      margin: 0; }
    .view-port .navbar.navbar-sm {
      min-height: 35px; }
      .view-port .navbar.navbar-sm .navbar-inner {
        height: 35px; }
      .view-port .navbar.navbar-sm .action {
        line-height: 35px; }
  .view-port .view {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .view-port .view:first-child:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0;
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      z-index: -1; }
    .view-port .view:last-child {
      margin-left: -4px; }
    .view-port .view:only-child {
      margin: 0; }
  .view-port.from-top > .view:last-child {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0); }
  .view-port.push > .view:first-child {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0); }
  .view-port.push > .view:last-child {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0); }
  .view-port.push-parrallax > .view:first-child {
    -webkit-transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
    transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    -ms-transform: translate(-25%, 0); }
    .view-port.push-parrallax > .view:first-child:before {
      opacity: 0;
      z-index: 100; }
  .view-port.push-parrallax > .view:last-child {
    -webkit-transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
    transition: all 400ms cubic-bezier(0.1, 0.7, 0.1, 1);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    box-shadow: 0 0 9px rgba(191, 191, 191, 0.36); }

/*------------------------------------------------------------------
[3. Chat]
*/
/* Chat Components
--------------------------------------------------
*/
.chat-view .chat-inner {
  padding: 15px;
  overflow-x: hidden;
  height: calc(100% - 103px); }

.chat-view .message {
  margin-bottom: 10px;
  line-height: 30px; }

.chat-view .profile-img-wrapper {
  height: 28px;
  width: 28px; }

.chat-view .chat-bubble {
  position: relative;
  border-radius: 12px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 16px;
  margin: 5px 0px 0 5px;
  max-width: 60%;
  white-space: normal; }
  .chat-view .chat-bubble > p {
    margin: 0; }
  .chat-view .chat-bubble.from-me {
    background: #ccdcf1;
    color: #35383a;
    opacity: 0.8;
    float: right;
    border: 1px solid rgba(0, 0, 0, 0.07); }
  .chat-view .chat-bubble.from-them {
    color: #35383a;
    opacity: 0.8;
    background: #f2f3f3;
    position: relative;
    opacity: 0.8;
    float: left;
    border: 1px solid #edf1f5; }

.chat-view .chat-input {
  border: 0;
  height: 45px; }
  .chat-view .chat-input:focus, .chat-view .chat-input:active {
    background-color: #fff; }

.chat-view .user-controls {
  padding-top: 12px; }

/* Chat User List
--------------------------------------------------
*/
.chat-user-list > a {
  height: 60px; }

/* Alert List
--------------------------------------------------
*/
.alert-list > a {
  height: 45px; }

/*------------------------------------------------------------------
[4. Panels]
*/
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden; }
  .panel .panel-footer {
    background: transparent;
    padding: 50px 60px;
    position: relative; }
    .panel .panel-footer .panel-footer-label {
      font-size: 13px;
      position: absolute;
      left: 50%;
      top: -10px;
      -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px);
      background: white;
      padding: 0 10px;
      white-space: nowrap; }
  .panel .panel-heading {
    background: transparent;
    border-radius: 0px;
    border-bottom: 0px;
    padding: 50px 60px 50px 60px 7px 50px 60px;
    position: relative;
    z-index: 3;
    min-height: 48px; }
    .panel .panel-heading.separator:after {
      content: "";
      height: 1px;
      background: rgba(0, 0, 0, 0.08);
      left: 16px;
      right: 16px;
      position: absolute;
      bottom: 0; }
    .panel .panel-heading + .panel-body {
      padding-top: 0;
      height: calc(100% - 50px); }
    .panel .panel-heading .panel-title {
      /*font-family: 'Montserrat';
            text-transform: uppercase;*/
      display: inline-block;
      /*letter-spacing: 0.02em;
            font-size: 12px;
            font-weight: 600;*/
      margin: 0;
      padding: 0;
      line-height: normal;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-text-stroke: 0px;
      filter: alpha(opacity=40);
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .panel .panel-heading .panel-heading-button {
      margin-top: -6px; }
    .panel .panel-heading .panel-controls {
      float: right;
      margin-top: 7px; }
      .panel .panel-heading .panel-controls ul {
        margin: 0;
        padding: 0; }
        .panel .panel-heading .panel-controls ul li {
          display: inline-block;
          list-style: none;
          line-height: 0;
          font-size: 18px; }
      .panel .panel-heading .panel-controls:after {
        content: "";
        display: table;
        clear: both; }
    .panel .panel-heading.panel-heading-hover .panel-title {
      opacity: .4; }
    .panel .panel-heading.panel-heading-hover:hover .panel-title {
      opacity: 1; }
  .panel.panel-default {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(183, 210, 229, 0.8);
    box-shadow: 0 1px 4px 0 rgba(43, 63, 89, 0.21), inset 0 -1px 0 0 #7E95A8;
    box-shadow: 0 1px 4px 0 rgba(43, 63, 89, 0.1);
    border-radius: 5px; }
  .panel.panel-bordered {
    border: 1px solid rgba(214, 216, 217, 0.7); }
  .panel.panel-condensed .panel-heading {
    padding: 13px 13px 0 13px;
    min-height: 30px; }
    .panel.panel-condensed .panel-heading .panel-title {
      opacity: .4; }
  .panel.panel-condensed .panel-body {
    padding: 13px; }
  .panel.panel-hover .panel-heading .panel-title {
    opacity: .4; }
  .panel.panel-hover:hover .panel-heading .panel-title {
    opacity: 1; }
  .panel.panel-transparent {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .panel.panel-transparent .panel-body {
      background: transparent; }
  .panel.full-height {
    height: 100%; }
    .panel.full-height .panel-body {
      height: auto;
      width: 100%;
      height: 100%; }
  .panel.panel-featured {
    -webkit-box-shadow: -1px 1px 3px 0px rgba(121, 129, 135, 0.14);
    box-shadow: -1px 1px 3px 0px rgba(121, 129, 135, 0.14);
    width: calc(100% - 50px);
    float: right; }
    .panel.panel-featured .panel-title h4 {
      font-family: 'Montserrat';
      font-size: 16px;
      text-transform: uppercase;
      color: #f2f3f3; }
    .panel.panel-featured .panel-body h3 {
      line-height: 34px;
      font-size: 26px; }
    .panel.panel-featured .footer .username {
      line-height: 8px;
      padding-top: 10px;
      font-size: 16px; }
    .panel.panel-featured .footer .buttons li {
      display: inline;
      list-style: none;
      font-weight: bold;
      margin-left: 20px; }
      .panel.panel-featured .footer .buttons li:first-child {
        margin-left: 0; }
    .panel.panel-featured .footer .buttons .heart {
      color: #f55753; }
    .panel.panel-featured .footer .buttons .comment {
      color: #757c81; }
    .panel.panel-featured .ribbon {
      width: 38px;
      height: 38px;
      margin-left: -39px;
      float: left;
      -webkit-box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.14);
      box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.14); }
      .panel.panel-featured .ribbon.green {
        background: #0052bb; }
      .panel.panel-featured .ribbon.blue {
        background: #81C926; }
  .panel.hover-fill:hover {
    background: #f2f3f3; }
  .panel.hover-stroke:hover {
    border: 1px solid #d6d8d9; }
  .panel .panel-body {
    padding: 50px 60px;
    height: 100%;
    width: 100%; }
    .panel .panel-body.no-padding .row {
      margin-left: 0;
      margin-right: 0; }
    .panel .panel-body.no-bottom-padding {
      padding-bottom: 0; }
    .panel .panel-body.no-top-padding {
      padding-top: 0; }
    .panel .panel-body .title {
      margin-top: 0px; }
    .panel .panel-body.scrollable {
      margin-bottom: 50px 60px; }

/* Portlets
------------------------------------
*/
.portlet-progress {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
  display: none;
  z-index: 2; }

.portlet-progress > .progress,
.portlet-progress > .progress.progress-small {
  height: 3px; }

.portlet-progress > .progress-circle-indeterminate,
.portlet-progress > .portlet-bar-indeterminate {
  display: block;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
  position: absolute;
  top: 50%; }

.portlet-progress > .progress-circle-indeterminate {
  width: 35px;
  height: 35px; }

.panel-maximized {
  position: fixed !important;
  left: 0px;
  top: 59px;
  bottom: 0;
  right: 0;
  z-index: 600;
  margin: 0; }

/* Pages notification holder */
.panel .pgn-wrapper {
  position: absolute;
  z-index: 602; }

.panel-heading a:not(.btn) {
  color: #757c81 !important;
  opacity: .4; }
  .light-content .panel-heading a:not(.btn) {
    color: white !important; }
  .panel-heading a:not(.btn).portlet-refresh {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .panel-heading a:not(.btn).portlet-refresh.refreshing {
      opacity: 1; }

.panel-heading a[data-toggle]:hover {
  opacity: 1; }

.portlet-icon {
  -moz-osx-font-smoothing: grayscale;
  font-family: "pages-icon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none; }

.portlet-icon-close:before {
  content: "\e60a"; }

.portlet-icon-maximize:before {
  content: "\e634"; }

.portlet-icon-refresh:before {
  content: "\e600"; }

.portlet-icon-collapse:before {
  content: "\e62c"; }

.portlet-icon-settings:before {
  content: "\e655"; }

.portlet-icon-refresh-lg-master,
.portlet-icon-refresh-lg-white {
  width: 15px;
  height: 15px;
  display: block;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .portlet-icon-refresh-lg-master.fade,
  .portlet-icon-refresh-lg-white.fade {
    opacity: 0.1; }

.portlet-icon-refresh-lg-master {
  background-image: url("../img/progress/progress-circle-lg-master-static.svg"); }

.portlet-icon-refresh-lg-white {
  background-image: url("../img/progress/progress-circle-lg-white-static.svg"); }

.portlet-icon-refresh-lg-master-animated,
.portlet-icon-refresh-lg-white-animated {
  width: 15px;
  height: 15px;
  display: block;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .portlet-icon-refresh-lg-master-animated.active,
  .portlet-icon-refresh-lg-white-animated.active {
    opacity: 1; }

.portlet-icon-refresh-lg-master-animated {
  background-image: url("../img/progress/progress-circle-lg-master.svg"); }

.portlet-icon-refresh-lg-white-animated {
  background-image: url("../img/progress/progress-circle-lg-white.svg"); }

/* For demo purpose only */
.panel-scroll {
  height: 100px; }

.sortable .panel-heading {
  cursor: move; }

/* To prevent lag while dragging */
.ui-sortable-handle {
  transition: max-height 0.3s ease 0s; }

.sortable .grid .grid-title {
  cursor: move; }

.ui-sortable {
  min-height: 0px !important; }

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

.sortable-box-placeholder {
  background-color: #f2f3f3;
  border: 1px dashed #d6d8d9;
  display: block;
  margin-top: 0px !important;
  margin-bottom: 24px !important; }
  .sortable-box-placeholder * {
    visibility: hidden; }

.sortable .panel {
  transition: none; }

.sortable-column {
  padding-bottom: 100px; }

.demo-portlet-scrollable {
  height: 158px; }

.panel-with-logo {
  overflow: visible; }
  .panel-with-logo .panel-logo {
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px; }
    .panel-with-logo .panel-logo > * {
      max-width: 100%;
      max-height: 100%; }

/*------------------------------------------------------------------
[5. Typography]
*/
/* Standard elements
--------------------------------------------------
*/
/* To Load Hinted Fonts for Windows */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v5/zhcz-_WihjSQC0oHJ9TCYAzyDMXhdD8sAj6OAJTFsBI.woff2) format("woff2"), url(https://fonts.gstatic.com/s/montserrat/v5/zhcz-_WihjSQC0oHJ9TCYL3hpw3pgy2gAi-Ip7WPMi0.woff) format("woff"), url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v5/IQHow_FEYlDC4Gzy_m8fcmaVI6zN22yiurzcBKxPjFE.woff2) format("woff2"), url(https://fonts.gstatic.com/s/montserrat/v5/IQHow_FEYlDC4Gzy_m8fcnbFhgvWbfSbdVg11QabG8w.woff) format("woff"), url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype"); }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  color: #757c81;
  font-family: "Heebo", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1; }

.light-content {
  color: rgba(255, 255, 255, 0.7); }
  .light-content h1,
  .light-content h2,
  .light-content h3,
  .light-content h4,
  .light-content h5,
  .light-content h6 {
    color: white; }

/* Headings
------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Heebo", "Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 400;
  color: #35383a; }

h1 {
  font-size: 44px;
  line-height: 55px;
  letter-spacing: -0.08px; }

h2 {
  font-size: 31px;
  line-height: 40px; }

h3 {
  font-size: 27px;
  line-height: 35px; }

h4 {
  font-size: 22px;
  line-height: 31.88px; }

h5 {
  font-size: 18px;
  line-height: 25.88px; }

h3 small,
h4 small,
h5 small {
  font-weight: 300; }

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

/* Lins and Others
------------------------------------
*/
a {
  text-shadow: none !important;
  color: #004297;
  /*transition: color 0.1s linear 0s,background-color 0.1s linear 0s,opacity 0.2s linear 0s !important;*/ }

a:focus, a:hover, a:active {
  color: #0052bb; }

a, a:focus, a:hover, a:active {
  outline: 0 !important;
  text-decoration: none; }

.light-content a {
  color: #fff; }

.light-content a:focus, .light-content a:hover, .light-content a:active {
  color: #fff; }

a[ng-click] {
  cursor: pointer; }

br {
  line-height: normal;
  clear: both; }

code {
  color: #c64643;
  background-color: #f2f3f3; }
  code:hover {
    background-color: #fddddd; }

p {
  display: block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin: 0px 0px 10px 0px;
  font-style: normal;
  white-space: normal; }

small,
.small {
  line-height: 18px; }

label.inline {
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 13px; }

ul > li, ol > li {
  padding-left: 3px;
  line-height: 24px; }

ul.lg-icon > li, ol.lg-icon > li {
  font-size: 21px; }
  ul.lg-icon > li span, ol.lg-icon > li span {
    font-size: 14px; }

ul.no-style, ol.no-style {
  list-style: none;
  padding-left: 5px; }

address {
  margin-bottom: 0px; }
  address a {
    color: #757c81; }

blockquote {
  padding: 0 0 0 18px;
  border-left: 0; }
  blockquote:before {
    content: '';
    font-family: FontAwesome;
    content: "\f10d";
    margin-right: 13px;
    float: left; }
  blockquote p {
    font-size: 16px; }
  blockquote small {
    line-height: 29px;
    color: #8b91a0;
    padding-left: 30px; }
    blockquote small:before {
      content: ""; }
  blockquote.pull-right {
    border-right: 0; }
    blockquote.pull-right:before {
      float: right;
      content: '';
      font-family: FontAwesome;
      content: "\f10d";
      margin-left: 13px;
      margin-right: 0; }
    blockquote.pull-right small {
      padding-right: 30px; }
      blockquote.pull-right small:after {
        content: ""; }

hr {
  border-color: #d6d8d9; }
  .light-content hr {
    border-color: rgba(255, 255, 255, 0.15); }
  hr.double {
    border-width: 2px; }
  hr.dotted {
    border-style: dotted none none; }

/* Font Sizes
------------------------------------
*/
.small-text {
  font-size: 12px !important; }

.normal-text {
  font-size: 13px !important; }

.large-text {
  font-size: 15px !important; }

/* Font Weights
------------------------------------
 */
.normal {
  font-weight: normal; }

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

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

.light {
  font-weight: 300 !important; }

.italic {
  font-style: italic !important; }

/* Misc
------------------------------------
*/
.logo {
  margin: 18px 14px; }

.all-caps {
  text-transform: uppercase; }

.muted {
  color: #fafbfb; }

.hint-text {
  opacity: .6; }

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

/* Monochrome Colors
------------------------------------
 */
.bg-master {
  background-color: #757c81 !important; }

.bg-master-light {
  background-color: #d6d8d9 !important; }

.bg-master-lighter {
  background-color: #f2f3f3 !important; }

.bg-master-lightest {
  background-color: #fbfbfb !important; }

.bg-master-dark {
  background-color: #35383a !important; }

.bg-master-darker {
  background-color: #202123 !important; }

.bg-master-darkest {
  background-color: #151617 !important; }

/* Contextual Colors
------------------------------------
*/
/* Primary
------------------------------------
*/
.bg-primary {
  background-color: #0052bb; }

.bg-primary-dark {
  background-color: #004297; }

.bg-primary-darker {
  background-color: #003170; }

.bg-primary-light {
  background-color: #3375c9; }

.bg-primary-lighter {
  background-color: #ccdcf1; }

/* Secondary
------------------------------------
*/
.bg-secondary {
  background-color: #26C2C9; }

/* Complete
------------------------------------
*/
.bg-complete {
  background-color: #0052bb; }

.bg-complete-dark {
  background-color: #004297; }

.bg-complete-darker {
  background-color: #003170; }

.bg-complete-light {
  background-color: #3375c9; }

.bg-complete-lighter {
  background-color: #ccdcf1; }

/* Success
------------------------------------
*/
.bg-success {
  background-color: #81C926; }

.bg-success-dark {
  background-color: #68a31f; }

.bg-success-darker {
  background-color: #4d7917; }

.bg-success-light {
  background-color: #9ad451; }

.bg-success-lighter {
  background-color: #e6f4d4; }

/* Info
------------------------------------
*/
.bg-info {
  background-color: #3b4752; }

.bg-info-dark {
  background-color: #303a42; }

.bg-info-darker {
  background-color: #232b31; }

.bg-info-light {
  background-color: #626c75; }

.bg-info-lighter {
  background-color: #d8dadc; }

/* Danger
------------------------------------
*/
.bg-danger {
  background-color: #f55753; }

.bg-danger-dark {
  background-color: #c64643; }

.bg-danger-darker {
  background-color: #933432; }

.bg-danger-light {
  background-color: #f77975; }

.bg-danger-lighter {
  background-color: #fddddd; }

/* Warning
------------------------------------
 */
.bg-warning {
  background-color: #f8d053; }

.bg-warning-dark {
  background-color: #c9a843; }

.bg-warning-darker {
  background-color: #957d32; }

.bg-warning-light {
  background-color: #f9d975; }

.bg-warning-lighter {
  background-color: #fef6dd; }

/* More Color Options
------------------------------------
*/
/* Menu
------------------------------------
*/
.bg-menu-dark {
  background-color: #093977; }

.bg-menu {
  background-color: #0c4a9a; }

.bg-menu-light {
  background-color: #3eb0ff; }

/* Gradients
------------------------------------
*/
.gradient-grey {
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 75%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 75%); }

.gradient-black {
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 75%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 75%); }

/* Other Colors
------------------------------------
*/
.bg-white {
  background-color: #fff; }

.bg-transparent {
  background-color: transparent !important; }

/* Text Colors */
.link {
  opacity: .7; }
  .link:hover {
    opacity: 1; }

.text-master {
  color: #757c81 !important; }

.text-master-light {
  color: #d6d8d9 !important; }

.text-black {
  color: #35383a !important; }

.text-white {
  color: #fff !important; }

.text-complete {
  color: #0052bb !important; }

.text-success {
  color: #81C926 !important; }

.text-info {
  color: #3b4752 !important; }

.text-warning {
  color: #f8d053 !important; }

.text-warning-dark {
  color: #c9a843 !important; }

.text-danger {
  color: #f55753 !important; }

.text-primary {
  color: #0052bb !important; }

/* Text Aligngments
------------------------------------
*/
.text-right {
  text-align: right !important; }

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

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

/* Labels
------------------------------------
*/
.label {
  padding: 3px 9px;
  font-size: 11px;
  text-shadow: none;
  background-color: #d6d8d9;
  font-weight: 600;
  color: #757c81;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em; }

.label-success {
  background-color: #81C926;
  color: #fff; }

.label-warning {
  background-color: #f8d053;
  color: #fff; }

.label-important, .label-danger {
  background-color: #f55753;
  color: #fff; }

.label-info {
  background-color: #0052bb;
  color: #fff; }

.label-inverse {
  background-color: #004297;
  color: #fff; }

.label-white {
  background-color: #fff;
  color: #757c81; }

/* Font Sizes
------------------------------------
*/
.fs-10 {
  font-size: 10px !important; }

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

.fs-12 {
  font-size: 12px !important; }

.fs-13 {
  font-size: 13px !important; }

.fs-14 {
  font-size: 14px !important; }

.fs-15 {
  font-size: 15px !important; }

.fs-16 {
  font-size: 16px !important; }

.fs-18 {
  font-size: 18px !important; }

.fs-20 {
  font-size: 20px !important; }

.fs-22 {
  font-size: 22px !important; }

.fs-24 {
  font-size: 24px !important; }

.fs-26 {
  font-size: 26px !important; }

.fs-28 {
  font-size: 28px !important; }

.fs-30 {
  font-size: 30px !important; }

.fs-32 {
  font-size: 32px !important; }

.fs-34 {
  font-size: 34px !important; }

.fs-36 {
  font-size: 36px !important; }

.fs-38 {
  font-size: 38px !important; }

.fs-40 {
  font-size: 40px !important; }

@media (max-width: 991px) {
  .sm-fs-10 {
    font-size: 10px !important; }
  .sm-fs-11 {
    font-size: 11px !important; }
  .sm-fs-12 {
    font-size: 12px !important; }
  .sm-fs-13 {
    font-size: 13px !important; }
  .sm-fs-14 {
    font-size: 14px !important; }
  .sm-fs-15 {
    font-size: 15px !important; }
  .sm-fs-16 {
    font-size: 16px !important; }
  .sm-fs-18 {
    font-size: 18px !important; }
  .sm-fs-20 {
    font-size: 20px !important; }
  .sm-fs-22 {
    font-size: 22px !important; }
  .sm-fs-24 {
    font-size: 24px !important; }
  .sm-fs-26 {
    font-size: 26px !important; }
  .sm-fs-28 {
    font-size: 28px !important; }
  .sm-fs-30 {
    font-size: 30px !important; }
  .sm-fs-32 {
    font-size: 32px !important; }
  .sm-fs-34 {
    font-size: 34px !important; }
  .sm-fs-36 {
    font-size: 36px !important; }
  .sm-fs-38 {
    font-size: 38px !important; } }

/* Line-heights
------------------------------------
*/
.lh-normal {
  line-height: normal; }

.lh-10 {
  line-height: 10px; }

.lh-11 {
  line-height: 11px; }

.lh-12 {
  line-height: 12px; }

.lh-13 {
  line-height: 13px; }

.lh-14 {
  line-height: 14px; }

.lh-15 {
  line-height: 15px; }

.lh-16 {
  line-height: 16px; }

/* Font Faces
------------------------------------
*/
.font-arial {
  font-family: Arial, sans-serif !important; }

.font-montserrat {
  font-family: 'Montserrat' !important; }

.font-georgia {
  font-family: Georgia !important; }

.font-heading {
  font-family: "Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif; }

/* Wells
------------------------------------
*/
.well {
  background-color: #d6d8d9;
  -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; }
  .well.well-large {
    padding: 24px;
    width: auto; }
  .well.well-small {
    padding: 13px;
    width: auto; }
  .well.green {
    background-color: #0052bb;
    color: #fff;
    border: none; }

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

.jumbotron p {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: inherit; }
  .jumbotron p.small {
    font-size: 85%; }

/* Responsive Handlers : Typo
------------------------------------
*/
@media (max-width: 1400px) {
  body, p {
    font-size: 13px;
    line-height: 1.4; }
  h1 {
    font-size: 33px;
    line-height: 1.4;
    letter-spacing: -0.08px; }
  h2 {
    font-size: 28px;
    line-height: 1.4; }
  h3 {
    font-size: 24px;
    line-height: 1.4; }
  h4 {
    font-size: 22px;
    line-height: 1.4; }
  h5 {
    font-size: 16px;
    line-height: 1.4; }
  small, .small {
    font-size: 89%;
    line-height: 17px; } }

/* For Windows : Fixes
------------------------------------
*/
.windows body,
.windows p {
  font-size: 13px;
  letter-spacing: normal; }

.windows h1 {
  font-size: 33px;
  line-height: 49px; }

.windows h2 {
  font-size: 29px;
  line-height: 40px; }

.windows h3 {
  font-size: 29px;
  line-height: 33px; }

.windows h4 {
  font-size: 23px;
  line-height: 32px; }

.windows h5 {
  font-size: 19px;
  line-height: 28px;
  font-weight: normal; }

.windows h1,
.windows h2,
.windows h3,
.windows h4,
.windows h5 {
  font-weight: 300;
  letter-spacing: normal; }

.windows .jumbotron p {
  font-size: 13px; }
  .windows .jumbotron p.small {
    font-size: 88%; }

.windows small,
.windows .small {
  font-size: 89%; }

.text-secondary {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500; }

.cap-style {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500; }

/*------------------------------------------------------------------
[6. Buttons]
*/
/*
[Buttons Base Styles]
*/
.btn {
  font-family: "Heebo", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  margin-bottom: 0;
  border: 1px solid #f2f3f3;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: none !important;
  color: #757c81;
  background-color: #fff;
  text-shadow: none;
  box-shadow: none;
  line-height: 21px;
  padding-left: 17px;
  padding-right: 17px;
  position: relative; }
  .btn:hover {
    background-color: #fafafa;
    border: 1px solid rgba(117, 124, 129, 0.27); }
  .btn.active {
    border-color: #d6d8d9;
    background: #fff; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none !important;
    outline-style: none; }
  .btn .caret {
    margin-left: 3px; }
    .btn .caret.single {
      margin-left: 0px; }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    box-shadow: none;
    text-decoration: none; }

button:focus {
  outline: none !important; }

/*
Alternate buttons
--------------------------------------------------
*/
.btn-light, .btn-light:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15); }

.btn-light.hover, .btn-light:hover,
.btn-light .open .dropdown-toggle.btn-light {
  background-color: rgba(255, 255, 255, 0.32);
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff; }

.btn-light.active:hover {
  background: rgba(85, 85, 85, 0.269);
  border-color: rgba(85, 85, 85, 0.269); }

.btn-light.active, .btn-light:active, .btn-light.active:focus, .btn-light:active:focus, .btn-light:hover:active,
.btn-light .open .dropdown-toggle.btn-light {
  background-color: rgba(66, 66, 66, 0.3115);
  border-color: rgba(66, 66, 66, 0.3115);
  color: #fff; }

.btn-light.disabled, .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled:active, .btn-light.disabled.active, .btn-light[disabled], .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled]:active, .btn-light[disabled].active,
fieldset[disabled] .btn-light,
fieldset[disabled] .btn-light:hover,
fieldset[disabled] .btn-light:focus,
fieldset[disabled] .btn-light:active,
fieldset[disabled] .btn-light.active {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15); }

.btn-light .badge {
  color: rgba(255, 255, 255, 0.15);
  background-color: #fff; }

.btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1); }

.btn-dark.hover, .btn-dark:hover,
.btn-dark .open .dropdown-toggle.btn-dark {
  background-color: rgba(211, 211, 211, 0.28);
  border-color: rgba(211, 211, 211, 0.28);
  color: #fff; }

.btn-dark.active:hover {
  background: rgba(0, 0, 0, 0.226);
  border-color: rgba(0, 0, 0, 0.226); }

.btn-dark.active, .btn-dark:active, .btn-dark.active:focus, .btn-dark:active:focus, .btn-dark:hover:active,
.btn-dark .open .dropdown-toggle.btn-dark {
  background-color: rgba(0, 0, 0, 0.271);
  border-color: rgba(0, 0, 0, 0.271);
  color: #fff; }

.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark:hover,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark.active {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1); }

.btn-dark .badge {
  color: rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0052bb;
  border-color: #0052bb; }

.btn-primary.hover, .btn-primary:hover,
.btn-primary .open .dropdown-toggle.btn-primary {
  background-color: #3375c9;
  border-color: #3375c9;
  color: #fff; }

.btn-primary.active:hover {
  background: #0047a1;
  border-color: #0047a1; }

.btn-primary.active, .btn-primary:active, .btn-primary.active:focus, .btn-primary:active:focus, .btn-primary:hover:active,
.btn-primary .open .dropdown-toggle.btn-primary {
  background-color: #004297;
  border-color: #004297;
  color: #fff; }

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

.btn-primary .badge {
  color: #0052bb;
  background-color: #fff; }

.btn-success, .btn-success:focus {
  color: #fff;
  background-color: #81C926;
  border-color: #81C926; }

.btn-success.hover, .btn-success:hover,
.btn-success .open .dropdown-toggle.btn-success {
  background-color: #9ad451;
  border-color: #9ad451;
  color: #fff; }

.btn-success.active:hover {
  background: #6fad21;
  border-color: #6fad21; }

.btn-success.active, .btn-success:active, .btn-success.active:focus, .btn-success:active:focus, .btn-success:hover:active,
.btn-success .open .dropdown-toggle.btn-success {
  background-color: #68a31f;
  border-color: #68a31f;
  color: #fff; }

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #81C926;
  border-color: #81C926; }

.btn-success .badge {
  color: #81C926;
  background-color: #fff; }

.btn-complete, .btn-complete:focus {
  color: #fff;
  background-color: #0052bb;
  border-color: #0052bb; }

.btn-complete.hover, .btn-complete:hover,
.btn-complete .open .dropdown-toggle.btn-complete {
  background-color: #3375c9;
  border-color: #3375c9;
  color: #fff; }

.btn-complete.active:hover {
  background: #0047a1;
  border-color: #0047a1; }

.btn-complete.active, .btn-complete:active, .btn-complete.active:focus, .btn-complete:active:focus, .btn-complete:hover:active,
.btn-complete .open .dropdown-toggle.btn-complete {
  background-color: #004297;
  border-color: #004297;
  color: #fff; }

.btn-complete.disabled, .btn-complete.disabled:hover, .btn-complete.disabled:focus, .btn-complete.disabled:active, .btn-complete.disabled.active, .btn-complete[disabled], .btn-complete[disabled]:hover, .btn-complete[disabled]:focus, .btn-complete[disabled]:active, .btn-complete[disabled].active,
fieldset[disabled] .btn-complete,
fieldset[disabled] .btn-complete:hover,
fieldset[disabled] .btn-complete:focus,
fieldset[disabled] .btn-complete:active,
fieldset[disabled] .btn-complete.active {
  background-color: #0052bb;
  border-color: #0052bb; }

.btn-complete .badge {
  color: #0052bb;
  background-color: #fff; }

.btn-info, .btn-info:focus {
  color: #fff;
  background-color: #3b4752;
  border-color: #3b4752; }

.btn-info.hover, .btn-info:hover,
.btn-info .open .dropdown-toggle.btn-info {
  background-color: #626c75;
  border-color: #626c75;
  color: #fff; }

.btn-info.active:hover {
  background: #333d47;
  border-color: #333d47; }

.btn-info.active, .btn-info:active, .btn-info.active:focus, .btn-info:active:focus, .btn-info:hover:active,
.btn-info .open .dropdown-toggle.btn-info {
  background-color: #303a42;
  border-color: #303a42;
  color: #fff; }

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #3b4752;
  border-color: #3b4752; }

.btn-info .badge {
  color: #3b4752;
  background-color: #fff; }

.btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: #f8d053;
  border-color: #f8d053; }

.btn-warning.hover, .btn-warning:hover,
.btn-warning .open .dropdown-toggle.btn-warning {
  background-color: #f9d975;
  border-color: #f9d975;
  color: #fff; }

.btn-warning.active:hover {
  background: #d5b347;
  border-color: #d5b347; }

.btn-warning.active, .btn-warning:active, .btn-warning.active:focus, .btn-warning:active:focus, .btn-warning:hover:active,
.btn-warning .open .dropdown-toggle.btn-warning {
  background-color: #c9a843;
  border-color: #c9a843;
  color: #fff; }

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

.btn-warning .badge {
  color: #f8d053;
  background-color: #fff; }

.btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #f55753;
  border-color: #f55753; }

.btn-danger.hover, .btn-danger:hover,
.btn-danger .open .dropdown-toggle.btn-danger {
  background-color: #f77975;
  border-color: #f77975;
  color: #fff; }

.btn-danger.active:hover {
  background: #d34b47;
  border-color: #d34b47; }

.btn-danger.active, .btn-danger:active, .btn-danger.active:focus, .btn-danger:active:focus, .btn-danger:hover:active,
.btn-danger .open .dropdown-toggle.btn-danger {
  background-color: #c64643;
  border-color: #c64643;
  color: #fff; }

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

.btn-danger .badge {
  color: #f55753;
  background-color: #fff; }

.btn-facebook, .btn-facebook:focus {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }

.btn-facebook.hover, .btn-facebook:hover,
.btn-facebook .open .dropdown-toggle.btn-facebook {
  background-color: #627aad;
  border-color: #627aad;
  color: #fff; }

.btn-facebook.active:hover {
  background: #334d83;
  border-color: #334d83; }

.btn-facebook.active, .btn-facebook:active, .btn-facebook.active:focus, .btn-facebook:active:focus, .btn-facebook:hover:active,
.btn-facebook .open .dropdown-toggle.btn-facebook {
  background-color: #30487b;
  border-color: #30487b;
  color: #fff; }

.btn-facebook.disabled, .btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled:active, .btn-facebook.disabled.active, .btn-facebook[disabled], .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled]:active, .btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook,
fieldset[disabled] .btn-facebook:hover,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook:active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: #3b5998; }

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff; }

.btn-twitter, .btn-twitter:focus {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2; }

.btn-twitter.hover, .btn-twitter:hover,
.btn-twitter .open .dropdown-toggle.btn-twitter {
  background-color: #4ab4f5;
  border-color: #4ab4f5;
  color: #fff; }

.btn-twitter.active:hover {
  background: #198ad0;
  border-color: #198ad0; }

.btn-twitter.active, .btn-twitter:active, .btn-twitter.active:focus, .btn-twitter:active:focus, .btn-twitter:hover:active,
.btn-twitter .open .dropdown-toggle.btn-twitter {
  background-color: #1782c4;
  border-color: #1782c4;
  color: #fff; }

.btn-twitter.disabled, .btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled:active, .btn-twitter.disabled.active, .btn-twitter[disabled], .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled]:active, .btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter,
fieldset[disabled] .btn-twitter:hover,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter:active,
fieldset[disabled] .btn-twitter.active {
  background-color: #1da1f2;
  border-color: #1da1f2; }

.btn-twitter .badge {
  color: #1da1f2;
  background-color: #fff; }

.btn-default, .btn-default:focus {
  color: #5e5e5e;
  background-color: #fff;
  border-color: #C5D9E8; }

.btn-default:active:hover, .btn-default.active, .btn-default:active, .btn-default.active:focus, .btn-default:active:focus {
  background-color: #f2f3f3;
  border-color: #d6d8d9;
  color: #35383a; }

.btn-default.hover, .btn-default:hover {
  background-color: #fbfbfb;
  border-color: rgba(117, 124, 129, 0.27);
  color: #202123; }

.btn-default.active:hover {
  background: #f0f0f0; }

.btn-link {
  color: #5e5e5e;
  background-color: transparent;
  border: none; }
  .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
    background-color: transparent;
    border: none;
    text-decoration: none;
    outline: none; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block; }

/*
Button Sizes
--------------------------------------------------
*/
.btn-lg, .btn-group-lg > .btn {
  padding-left: 28px;
  padding-right: 28px;
  line-height: 23px; }

.btn-sm, .btn-group-sm > .btn {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 11.9px;
  line-height: 20px; }

.btn-sm i {
  line-height: 17px;
  vertical-align: middle; }

.btn-xs, .btn-group-xs > .btn {
  padding: 2px 9px;
  font-size: 10.5px; }

.btn-cons {
  margin-right: 5px;
  min-width: 120px; }

.btn-group-radio {
  background: rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }
  .btn-group-radio .btn:not(.active) {
    background: transparent !important;
    border-color: transparent;
    color: #757c81; }
    .light-content .btn-group-radio .btn:not(.active) {
      color: rgba(255, 255, 255, 0.6); }
      .light-content .btn-group-radio .btn:not(.active):hover {
        color: white; }
  .btn-group-radio .btn.active {
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    background-color: white;
    border-color: white;
    color: #0052bb;
    font-weight: 500; }

/*
Rounded buttons
--------------------------------------------------
*/
.btn-rounded {
  border-radius: 100px; }

/*
 Dropdown menus
--------------------------------------------------
*/
.open .btn-group.open .dropdown-toggle,
.open .dropdown-toggle,
.open.dropdown-default .dropdown-toggle {
  box-shadow: none; }

/* Pages default dropdown */
.dropdown-default {
  display: inline-block; }
  .dropdown-default.open > .btn.dropdown-toggle {
    border-color: transparent !important;
    background: transparent !important;
    z-index: 791 !important; }
  .dropdown-default.open .dropdown-menu {
    opacity: 1;
    transform: scale(1, 1);
    z-index: 700; }
    .dropdown-default.open .dropdown-menu li {
      visibility: visible; }
  .dropdown-default.open.dropup > .btn-primary + .dropdown-menu:after,
  .dropdown-default.open.dropup > .btn-success + .dropdown-menu:after,
  .dropdown-default.open.dropup > .btn-complete + .dropdown-menu:after,
  .dropdown-default.open.dropup > .btn-warning + .dropdown-menu:after,
  .dropdown-default.open.dropup > .btn-danger + .dropdown-menu:after,
  .dropdown-default.open.dropup > .btn-info + .dropdown-menu:after {
    top: auto;
    bottom: 0; }
  .dropdown-default.open > .btn-primary + .dropdown-menu:after,
  .dropdown-default.open > .btn-success + .dropdown-menu:after,
  .dropdown-default.open > .btn-complete + .dropdown-menu:after,
  .dropdown-default.open > .btn-warning + .dropdown-menu:after,
  .dropdown-default.open > .btn-danger + .dropdown-menu:after,
  .dropdown-default.open > .btn-info + .dropdown-menu:after {
    top: 0;
    height: 42px; }
  .dropdown-default.open > .btn-primary + .dropdown-menu:after {
    background-color: #0052bb; }
  .dropdown-default.open > .btn-success + .dropdown-menu:after {
    background-color: #81C926; }
  .dropdown-default.open > .btn-complete + .dropdown-menu:after {
    background-color: #0052bb; }
  .dropdown-default.open > .btn-warning + .dropdown-menu:after {
    background-color: #f8d053; }
  .dropdown-default.open > .btn-danger + .dropdown-menu:after {
    background-color: #f55753; }
  .dropdown-default.open > .btn-info + .dropdown-menu:after {
    background-color: #3b4752; }
  .dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu {
    margin-bottom: -47px;
    padding-bottom: 49px; }
    .dropdown-default.dropup .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
      bottom: 49px; }
  .dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu {
    margin-bottom: -34px;
    padding-bottom: 36px; }
    .dropdown-default.dropup .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
      bottom: 36px; }
  .dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu {
    margin-bottom: -29px;
    padding-bottom: 31px; }
    .dropdown-default.dropup .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
      bottom: 31px; }
  .dropdown-default.dropup .dropdown-menu {
    margin-bottom: -40px;
    padding: 0 3px 44px 0 !important;
    transform-origin: center bottom 0; }
    .dropdown-default.dropup .dropdown-menu:after {
      bottom: 43px;
      top: auto !important; }
  .dropdown-default .btn.dropdown-toggle {
    text-align: left;
    padding-right: 27px; }
    .dropdown-default .btn.dropdown-toggle.btn-lg {
      padding-right: 42px; }
      .dropdown-default .btn.dropdown-toggle.btn-lg .caret {
        right: 26px; }
      .dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu {
        margin-top: -47px;
        padding-top: 49px; }
        .dropdown-default .btn.dropdown-toggle.btn-lg + .dropdown-menu:after {
          top: 49px; }
    .dropdown-default .btn.dropdown-toggle.btn-sm {
      padding-right: 26px; }
      .dropdown-default .btn.dropdown-toggle.btn-sm .caret {
        right: 16px; }
      .dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu {
        margin-top: -34px;
        padding-top: 36px; }
        .dropdown-default .btn.dropdown-toggle.btn-sm + .dropdown-menu:after {
          top: 36px; }
    .dropdown-default .btn.dropdown-toggle.btn-xs {
      padding-right: 21px; }
      .dropdown-default .btn.dropdown-toggle.btn-xs .caret {
        right: 8px; }
      .dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu {
        margin-top: -29px;
        padding-top: 31px; }
        .dropdown-default .btn.dropdown-toggle.btn-xs + .dropdown-menu:after {
          top: 31px; }
    .dropdown-default .btn.dropdown-toggle .caret {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -2px; }
  .dropdown-default .btn-rounded {
    padding-left: 17px;
    padding-right: 17px; }
  .dropdown-default .btn-rounded + .dropdown-menu {
    border-radius: 17px; }
  .dropdown-default .dropdown-menu {
    margin-top: -40px;
    padding-top: 42px;
    overflow: hidden;
    backface-visibility: hidden;
    display: block;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: center top 0;
    -webkit-transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
    transition: all 170ms cubic-bezier(0.05, 0.74, 0.27, 0.99) 0s;
    z-index: -1; }
    .dropdown-default .dropdown-menu:after {
      content: "";
      position: absolute;
      height: 1px;
      left: 0;
      top: 42px;
      background: #d6d8d9;
      width: 100%; }
    .dropdown-default .dropdown-menu li {
      visibility: hidden; }

.dropdown-menu {
  position: absolute;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 5px rgba(117, 124, 129, 0.2);
  box-shadow: 0px 0px 5px rgba(117, 124, 129, 0.2);
  border: none;
  border-radius: 3px;
  font-size: 13px;
  margin: 0;
  background: #fff;
  min-width: 50px;
  z-index: 700 !important;
  border: 1px solid rgba(183, 210, 229, 0.8);
  -webkit-box-shadow: 0 1px 4px 0 rgba(43, 63, 89, 0.21);
  box-shadow: 0 1px 4px 0 rgba(43, 63, 89, 0.21);
  border-radius: 4px; }
  .dropdown-menu .divider {
    background-color: #d6d8d9;
    height: 1px;
    margin: 3px 0;
    border-bottom: 0px; }
  .dropdown-menu > li {
    padding-left: 0px; }
    .dropdown-menu > li:first-child {
      padding-top: 9px; }
    .dropdown-menu > li:last-child {
      padding-bottom: 9px; }
    .dropdown-menu > li.dropdown-header {
      padding: 3px 20px; }
    .dropdown-menu > li.active {
      padding-left: 10px;
      padding-right: 10px; }
      .dropdown-menu > li.active > a {
        padding-left: 10px;
        padding-right: 10px; }
        .dropdown-menu > li.active > a, .dropdown-menu > li.active > a:hover, .dropdown-menu > li.active > a:focus {
          color: #202123;
          text-decoration: none;
          background-color: #f2f3f3;
          background-image: none; }
    .dropdown-menu > li.disabled > a, .dropdown-menu > li.disabled > a:hover, .dropdown-menu > li.disabled > a:focus {
      color: #aaafb2; }
    .dropdown-menu > li.disabled > a:hover, .dropdown-menu > li.disabled > a:focus {
      text-decoration: none;
      cursor: default;
      background-color: transparent;
      background-image: none; }
    .dropdown-menu > li > a {
      line-height: 35px;
      color: #757c81;
      padding: 0 20px;
      border-radius: 3px;
      text-align: left; }
      .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #202123;
        text-decoration: none;
        background-color: transparent;
        background-image: none; }

.dropdown-backdrop {
  z-index: 600; }

/*
Animated buttons
--------------------------------------------------
*/
.btn-animated {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .btn-animated > span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .btn-animated:before {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 2.5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .btn-animated:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .btn-animated.from-top:before {
    left: 0;
    top: -100%; }
  .btn-animated.from-top:hover:before, .btn-animated.from-top.show-icon:before {
    top: 0; }
  .btn-animated.from-top:hover > span, .btn-animated.from-top.show-icon > span {
    -webkit-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%); }
  .btn-animated.from-left:before {
    left: -100%;
    top: 0; }
  .btn-animated.from-left:hover:before, .btn-animated.from-left.show-icon:before {
    left: 0; }
  .btn-animated.from-left:hover > span, .btn-animated.from-left.show-icon > span {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%); }
  .btn-animated.fa:before {
    font-family: FontAwesome; }
  .btn-animated.pg:before {
    font-family: "pages-icon"; }

/*
Tag buttons
--------------------------------------------------
*/
.btn-tag {
  line-height: 17px;
  border-radius: 17px 3px 3px 17px;
  padding: 5px 19px; }
  .btn-tag:hover, .btn-tag.hover {
    border-color: transparent; }
  .btn-tag.btn-tag-light {
    background: #fafdff;
    color: #5b8ca5;
    border: 1px solid #cbe4f0; }
    .btn-tag.btn-tag-light:hover {
      background: #fff; }
  .btn-tag.btn-tag-dark {
    background: #d6d8d9;
    color: #757c81; }
    .btn-tag.btn-tag-dark:hover {
      background: #dbddde; }
  .btn-tag.btn-tag-rounded {
    border-radius: 17px; }

/*
Misc buttons
--------------------------------------------------
*/
.btn-toolbar .btn {
  padding-left: 14px;
  padding-right: 14px; }

.pager .disabled > button,
.pager .disabled > button:hover,
.pager .disabled > button:focus,
.pager .disabled > span {
  cursor: not-allowed;
  opacity: .5; }

@media (max-width: 767px) {
  .sm-btn-block {
    display: block;
    width: 100%; } }

/*------------------------------------------------------------------
[7. Alerts]
*/
.alert {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  padding: 9px 19px 9px 15px;
  border-radius: 3px;
  font-size: 13px;
  border-width: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }
  .alert.bordered {
    border-width: 1px; }
  .alert .link {
    color: #ce8f22;
    font-weight: bold; }
  .alert .alert-heading {
    color: #ce8f22 !important;
    margin-bottom: 5px;
    font-weight: 600; }
  .alert .btn-small {
    position: relative;
    top: -3.5px; }
  .alert .button-set .btn {
    position: relative;
    top: 8px; }
  .alert .close {
    background: url("../img/icons/noti-cross.png") no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    top: 4.5px;
    margin-left: 20px;
    font-size: 0; }
    .alert .close:hover {
      opacity: 1; }

/* Alert : Color Options
------------------------------------
*/
.alert-danger,
.alert-error {
  background-color: #fddddd;
  color: #933432;
  border-color: #933432; }
  .alert-danger .close,
  .alert-error .close {
    background-position: -95px -10px !important; }

.alert-warning {
  background-color: #fef6dd;
  color: #957d32;
  border-color: #957d32; }

.alert-info {
  background-color: #ccdcf1;
  color: #003170;
  border-color: #003170; }
  .alert-info .close {
    background-position: -67px -10px !important; }

.alert-success {
  background-color: #e6f4d4;
  color: #4d7917;
  border-color: #4d7917; }
  .alert-success .close {
    background-position: -38px -10px !important; }

.alert-default {
  background-color: #fff;
  color: #757c81;
  border-color: #d6d8d9; }
  .alert-default .close {
    background-position: -67px -10px !important; }

/*------------------------------------------------------------------
[8. Notifications]
*/
/* Badges
--------------------------------------------------
*/
.badge {
  text-shadow: none;
  font-family: wf_segoe-ui_light, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-color: #d6d8d9;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  color: #757c81; }

.badge-success {
  background-color: #81C926;
  color: #fff; }

.badge-warning {
  background-color: #f8d053;
  color: #fff; }

.badge-important {
  background-color: #f55753;
  color: #fff; }

.badge-danger {
  background-color: #f55753;
  color: #fff; }

.badge-info {
  background-color: #3b4752;
  color: #fff; }

.badge-inverse {
  background-color: #003170;
  color: #fff; }

.badge-white {
  background-color: #fff;
  color: #757c81; }

.badge-disable {
  background-color: #35383a;
  color: #757c81; }

/* Notification popup
--------------------------------------------------
*/
.popover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
  z-index: 790; }

.notification-toggle {
  top: 35px;
  right: -26px;
  left: auto;
  padding: 0; }
  .notification-toggle:before {
    border-bottom: 0px !important; }
  .notification-toggle:after {
    border-bottom: 0px !important; }

.notification-panel {
  background-color: #fff;
  border: 1px solid #d6d8d9; }
  .notification-panel .notification-body {
    height: auto;
    max-height: 350px;
    position: relative;
    overflow: hidden; }
    .notification-panel .notification-body .notification-item {
      position: relative;
      margin-left: 25px;
      background-color: #fff;
      padding-right: 26px; }
      .notification-panel .notification-body .notification-item.unread .heading {
        opacity: 1; }
      .notification-panel .notification-body .notification-item.unread .option {
        background-color: #ccdcf1; }
      .notification-panel .notification-body .notification-item.unread .option .mark {
        color: #3375c9; }
      .notification-panel .notification-body .notification-item .heading {
        line-height: 43px;
        margin-right: 5px;
        background: #fff;
        border-bottom: 1px solid #d6d8d9;
        position: relative;
        float: left;
        width: 100%;
        font-size: 14px;
        opacity: 0.7; }
        .notification-panel .notification-body .notification-item .heading:after {
          content: '';
          position: absolute;
          width: 5px;
          height: 100%;
          background-color: #fff;
          right: 0;
          top: 1px; }
        .notification-panel .notification-body .notification-item .heading .thumbnail-wrapper {
          cursor: pointer; }
          .notification-panel .notification-body .notification-item .heading .thumbnail-wrapper i {
            -webkit-transition: all 0.12s linear;
            transition: all 0.12s linear; }
        .notification-panel .notification-body .notification-item .heading .time {
          font-size: 11px;
          margin-right: 8px; }
        .notification-panel .notification-body .notification-item .heading.open {
          display: block; }
          .notification-panel .notification-body .notification-item .heading.open .more-details {
            display: block; }
          .notification-panel .notification-body .notification-item .heading.open .thumbnail-wrapper i {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
        .notification-panel .notification-body .notification-item .heading .thumbnail-wrapper.d24 {
          line-height: 20px; }
      .notification-panel .notification-body .notification-item .more-details {
        display: none;
        background-color: #fff;
        width: 100%;
        height: 100%;
        clear: both;
        position: relative; }
        .notification-panel .notification-body .notification-item .more-details .more-details-inner {
          margin-left: 10px;
          padding-left: 28px;
          padding-top: 15px;
          margin-bottom: 20px;
          position: relative;
          border-left: 1px solid #d6d8d9; }
          .notification-panel .notification-body .notification-item .more-details .more-details-inner:after {
            width: 14px;
            height: 14px;
            position: absolute;
            content: '';
            background-color: #fff;
            left: -7px;
            top: 25px;
            border: 1px solid #d6d8d9;
            border-radius: 99px;
            -webkit-border-radius: 99px;
            -moz-border-radius: 99px; }
          .notification-panel .notification-body .notification-item .more-details .more-details-inner:before {
            color: #c8cbcd;
            position: absolute;
            bottom: 0;
            left: -5px;
            content: ' \25CF';
            font-size: 13px;
            line-height: 5px;
            background-color: #fff;
            height: 9px; }
          .notification-panel .notification-body .notification-item .more-details .more-details-inner .hint-text {
            opacity: .44; }
      .notification-panel .notification-body .notification-item .option {
        font-size: 10px;
        position: absolute;
        height: 44px;
        width: 26px;
        right: 0;
        text-align: center;
        vertical-align: middle;
        line-height: 44px;
        background-color: #fbfbfb;
        height: 100%; }
        .notification-panel .notification-body .notification-item .option .mark {
          background-color: transparent;
          color: #c8cbcd; }
          .notification-panel .notification-body .notification-item .option .mark:before {
            content: ' \25CF';
            font-size: 12px; }
      .notification-panel .notification-body .notification-item:last-child .heading {
        border-bottom: 0px; }
  .notification-panel .notification-footer {
    padding: 10px;
    display: block;
    border-top: 1px solid #d6d8d9; }
    .notification-panel .notification-footer a {
      color: #757c81;
      opacity: .54; }
      .notification-panel .notification-footer a:hover {
        opacity: .74; }

/* Simple alerts
--------------------------------------------------
*/
.alerts-container {
  position: fixed;
  width: 350px;
  right: 20px;
  z-index: 999;
  top: 80px; }
  .alerts-container[data-placement$='-left'] {
    left: 30px;
    right: auto; }
  .alerts-container[data-placement$='-right'] {
    right: 20px;
    left: auto; }
  .alerts-container[data-placement^='top-'] {
    top: 80px;
    bottom: auto; }
  .alerts-container[data-placement^='bottom-'] {
    top: auto;
    bottom: 20px; }
  .alerts-container[data-placement='bottom-right'] .alert:last-child, .alerts-container[data-placement='bottom-left'] .alert:last-child {
    margin-bottom: 0; }
  .alerts-container .alert {
    position: relative; }
    .alerts-container .alert .close {
      position: absolute;
      right: 9px;
      top: 15px; }

/* Pages Notifications plugin
--------------------------------------------------
*/
body.menu-pin > .pgn-wrapper[data-position$='-left'],
body.menu-pin > .pgn-wrapper[data-position="top"],
body.menu-pin > .pgn-wrapper[data-position="bottom"] {
  left: 250px; }

.pgn-wrapper {
  position: fixed;
  z-index: 1000; }

.pgn-wrapper[data-position$='-left'] {
  left: 30px; }

.pgn-wrapper[data-position$='-right'] {
  right: 20px; }

.pgn-wrapper[data-position^='top-'] {
  top: 20px; }

.pgn-wrapper[data-position^='bottom-'] {
  bottom: 20px; }

.pgn-wrapper[data-position='top'] {
  top: 0;
  left: 0;
  right: 0; }

.pgn-wrapper[data-position='bottom'] {
  bottom: 0;
  left: 0;
  right: 0; }

.pgn {
  position: relative;
  margin: 10px; }

.pgn .alert {
  margin: 0; }

/* Simple
------------------------------------
*/
.pgn-simple .alert {
  padding-top: 13px;
  padding-bottom: 13px;
  max-width: 500px;
  animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  max-height: 250px;
  overflow: hidden; }

/* Bar
------------------------------------
*/
.pgn-bar {
  overflow: hidden;
  margin: 0; }

.pgn-bar .alert {
  border-radius: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  max-height: 91px; }

.pgn-wrapper[data-position='top'] .pgn-bar .alert {
  animation: slideInFromTop 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -webkit-animation: slideInFromTop 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  transform-origin: top left;
  -webkit-transform-origin: top left; }

.pgn-wrapper[data-position='bottom'] .pgn-bar .alert {
  animation: slideInFromBottom 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -webkit-animation: slideInFromBottom 0.5s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  transform-origin: bottom left;
  -webkit-transform-origin: bottom left; }

.pgn-bar .alert span {
  opacity: 0;
  animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards;
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.05, 0.74, 0.27, 0.99) forwards; }

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes slideInFromTop {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes slideInFromBottom {
  0% {
    -webkit-transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0); } }

/* Circle
------------------------------------
*/
.pgn-circle .alert {
  border-radius: 300px;
  animation: fadeInCircle 0.3s ease forwards, resizeCircle 0.3s 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6) forwards;
  -webkit-animation: fadeInCircle 0.3s ease forwards, resizeCircle 0.3s 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.6) forwards;
  height: 60px;
  overflow: hidden;
  padding: 6px 55px 6px 6px;
  -webkit-transform: translateZ(0);
  position: relative; }

.pgn-wrapper[data-position$='-right'] .pgn-circle .alert {
  float: right; }

.pgn-wrapper[data-position$='-left'] .pgn-circle .alert {
  float: left; }

.pgn-circle .alert > div > div.pgn-thumbnail > div {
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px; }

.pgn-circle .alert > div > div.pgn-thumbnail > div > img {
  width: 100%;
  height: 100%; }

.pgn-circle .alert > div > div.pgn-message > div {
  opacity: 0;
  height: 47px;
  padding-left: 9px;
  animation: fadeIn .3s .5s ease forwards;
  -webkit-animation: fadeIn .3s .5s ease forwards;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word; }

.pgn-circle .alert > div > div.pgn-message > div p:only-child {
  padding: 12px 0; }

.pgn-circle .alert .close {
  margin-top: -12px;
  position: absolute;
  right: 18px;
  top: 50%;
  opacity: 0;
  animation: fadeIn .3s .5s ease forwards;
  -webkit-animation: fadeIn .3s .5s ease forwards; }

.pgn-circle .alert p {
  margin-bottom: 0; }

.pgn-circle .alert > div {
  display: table;
  height: 100%; }

.pgn-circle .alert > div > div {
  display: table-cell;
  vertical-align: middle; }

@keyframes fadeInCircle {
  0% {
    opacity: 0;
    width: 60px; }
  100% {
    opacity: 1;
    width: 60px; } }

@-webkit-keyframes fadeInCircle {
  0% {
    opacity: 0;
    width: 60px; }
  100% {
    opacity: 1;
    width: 60px; } }

@keyframes resizeCircle {
  0% {
    width: 60px; }
  100% {
    width: 300px; } }

@-webkit-keyframes resizeCircle {
  0% {
    width: 60px; }
  100% {
    width: 300px; } }

/* Flip
------------------------------------
*/
.pgn-wrapper[data-position^='top-'] .pgn-flip {
  top: -30px; }

.pgn-wrapper[data-position^='bottom-'] .pgn-flip {
  bottom: -30px; }

.pgn-wrapper[data-position^='bottom-'] .pgn-flip .alert {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.pgn-flip .alert {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  box-shadow: 0 6px 4px -3px rgba(0, 0, 0, 0.2);
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  border-radius: 0;
  padding: 25px 35px;
  max-width: 500px;
  max-height: 250px;
  overflow: hidden; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    -webkit-transition-timing-function: ease-out; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    -webkit-transition-timing-function: ease-out; }
  100% {
    -webkit-transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Pages Notification customizations */
body > .pgn-wrapper[data-position="top"] {
  top: 60px;
  left: 0px; }

body > .pgn-wrapper[data-position="bottom"] {
  left: 0px; }

body > .pgn-wrapper[data-position$='-left'] {
  left: 20px;
  right: auto; }

body > .pgn-wrapper[data-position^='top-'] {
  top: 80px;
  bottom: auto; }

.pgn-circle .alert .close {
  margin-top: -4px; }

body > .pgn-wrapper {
  z-index: 900; }

@media (max-width: 979px) {
  body > .pgn-wrapper[data-position="top"] {
    left: 0; }
  body > .pgn-wrapper[data-position="bottom"] {
    left: 0; } }

@media (max-width: 767px) {
  body > .pgn-wrapper[data-position$='-left'],
  body > .pgn-wrapper[data-position$='-right'] {
    left: 10px !important;
    right: 10px !important; }
  body > .pgn-wrapper[data-position$='-right'] .alert,
  body > .pgn-wrapper[data-position$='-left'] .alert {
    max-width: 100%;
    width: 100%; } }

/* Notifications demo
--------------------------------------------------
*/
.notification-positions {
  border-radius: 4px;
  border: 3px dashed #d6d8d9;
  height: 370px;
  position: relative; }
  .notification-positions > div > .position:not(:only-child) {
    max-width: 50%; }
  .notification-positions .position {
    padding: 15px; }
    .notification-positions .position img {
      border: 3px solid transparent; }
    .notification-positions .position:hover {
      cursor: pointer; }
    .notification-positions .position.active img {
      border-color: #0090d9; }
    .notification-positions .position.pull-top, .notification-positions .position.pull-bottom {
      left: 0;
      right: 0; }
    .notification-positions .position img {
      width: 100%; }

/*------------------------------------------------------------------
[9. Progress Indicators]
*/
.progress {
  height: 4px;
  background-color: rgba(117, 124, 129, 0.2);
  background-image: none;
  box-shadow: none;
  border-radius: 0; }
  .progress.transparent {
    background-color: rgba(0, 0, 0, 0.28); }
  .progress.progress-small {
    height: 3px; }

/* Circular Progress : indeterminate color
------------------------------------
*/
.progress-bar-indeterminate {
  background: url("../img/progress/progress-bar-master.svg") no-repeat top left;
  width: 100%;
  height: 100%;
  background-size: cover; }
  .progress-bar-indeterminate.progress-bar-primary {
    background-image: url("../img/progress/progress-bar-primary.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-complete {
    background-image: url("../img/progress/progress-bar-complete.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-success {
    background-image: url("../img/progress/progress-bar-success.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-info {
    background-image: url("../img/progress/progress-bar-info.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-warning {
    background-image: url("../img/progress/progress-bar-warning.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-danger {
    background-image: url("../img/progress/progress-bar-danger.svg");
    background-color: transparent; }
  .progress-bar-indeterminate.progress-bar-master {
    background-image: url("../img/progress/progress-bar-master.svg");
    background-color: transparent; }

/* Progress Bar
------------------------------------
*/
.progress-bar {
  box-shadow: none;
  border-radius: 0;
  background-color: #757c81;
  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); }

/* Progress Bar : Color Options
------------------------------------
*/
.progress-bar-primary {
  background-color: #0052bb;
  background-image: none; }

.progress-bar-complete {
  background-color: #0052bb;
  background-image: none; }

.progress-bar-success {
  background-color: #81C926;
  background-image: none; }

.progress-bar-info {
  background-color: #3b4752;
  background-image: none; }

.progress-bar-warning {
  background-color: #f8d053;
  background-image: none; }

.progress-bar-danger {
  background-color: #f55753;
  background-image: none; }

.progress-bar-white {
  background-color: #fff;
  background-image: none; }

.progress-bar-black {
  background-color: #000;
  background-image: none; }

.progress-info .bar, .progress .bar-info {
  background-color: #232b31;
  background-image: none; }

.progress-warning .bar, .progress .bar-warning {
  background-color: #957d32;
  background-image: none; }

.progress-danger .bar, .progress .bar-danger {
  background-color: #933432;
  background-image: none; }

.progress-white .bar, .progress .bar-white {
  background-color: #fff;
  background-image: none; }

.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #81C926; }

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #3b4752; }

/* Circular Progress : indeterminate
------------------------------------
*/
.progress-circle-indeterminate {
  background: url("../img/progress/progress-circle-master.svg") no-repeat top left;
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  margin: 0 auto; }
  .progress-circle-indeterminate.progress-circle-warning {
    background-image: url("../img/progress/progress-circle-warning.svg"); }
  .progress-circle-indeterminate.progress-circle-danger {
    background-image: url("../img/progress/progress-circle-danger.svg"); }
  .progress-circle-indeterminate.progress-circle-info {
    background-image: url("../img/progress/progress-circle-info.svg"); }
  .progress-circle-indeterminate.progress-circle-primary {
    background-image: url("../img/progress/progress-circle-primary.svg"); }
  .progress-circle-indeterminate.progress-circle-success {
    background-image: url("../img/progress/progress-circle-success.svg"); }
  .progress-circle-indeterminate.progress-circle-complete {
    background-image: url("../img/progress/progress-circle-complete.svg"); }

/* Circular Progress
------------------------------------
*/
.progress-circle {
  display: block;
  height: 45px;
  margin: 0 auto;
  position: relative;
  width: 45px;
  -webkit-backface-visibility: hidden; }
  .progress-circle.progress-circle-warning .pie .half-circle {
    border-color: #f8d053; }
  .progress-circle.progress-circle-danger .pie .half-circle {
    border-color: #f55753; }
  .progress-circle.progress-circle-info .pie .half-circle {
    border-color: #3b4752; }
  .progress-circle.progress-circle-primary .pie .half-circle {
    border-color: #0052bb; }
  .progress-circle.progress-circle-success .pie .half-circle {
    border-color: #81C926; }
  .progress-circle.progress-circle-complete .pie .half-circle {
    border-color: #0052bb; }
  .progress-circle.progress-circle-thick .pie .half-circle, .progress-circle.progress-circle-thick .shadow {
    border-width: 5px; }
  .progress-circle .pie {
    clip: rect(0, 45px, 45px, 22.5px);
    height: 45px;
    position: absolute;
    width: 45px; }
    .progress-circle .pie .half-circle {
      border: 3px solid #757c81;
      border-radius: 50%;
      clip: rect(0, 22.5px, 45px, 0);
      height: 45px;
      position: absolute;
      width: 45px; }
  .progress-circle .shadow {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 100%;
    width: 100%; }

/*------------------------------------------------------------------
[10. Modals]
*/
.modal .close:focus {
  outline: 0; }

.modal .modal-dialog {
  transition: all .2s !important; }

.modal .modal-content {
  border: 1px solid #f2f6f7;
  border-radius: 3px;
  box-shadow: none; }

.modal .modal-header {
  text-align: center;
  border-bottom: 0;
  padding: 25px 25px 0 25px; }
  .modal .modal-header p {
    color: #8b91a0; }

.modal .modal-body {
  box-shadow: none;
  padding: 25px;
  padding-top: 0;
  white-space: normal; }

.modal .modal-footer {
  border-top: none;
  box-shadow: none;
  margin-top: 0;
  padding: 25px;
  padding-top: 0; }

.modal .drop-shadow {
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36) !important; }

.modal.fade {
  opacity: 1 !important; }
  .modal.fade.stick-up .modal-dialog {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -ms-transform: translate(0, -100%);
    margin-top: -5px; }
  .modal.fade.stick-up.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0); }
  .modal.fade.slide-up {
    height: 100%;
    top: auto; }
    .modal.fade.slide-up.in .modal-dialog {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -ms-transform: translate(0, 0); }
    .modal.fade.slide-up.disable-scroll {
      overflow: hidden; }
    .modal.fade.slide-up .modal-dialog {
      display: table;
      height: 100%;
      -webkit-transform: translate3d(0, 75%, 0);
      transform: translate3d(0, 75%, 0);
      -ms-transform: translate(0, 75%); }
    .modal.fade.slide-up .modal-content-wrapper {
      display: table-cell;
      vertical-align: middle; }
  .modal.fade.center-scale .modal-dialog {
    display: table;
    height: 100%; }
  .modal.fade.center-scale .modal-content {
    display: table-cell;
    vertical-align: middle;
    border: 0;
    background: transparent; }
    .modal.fade.center-scale .modal-content .modal-header {
      border-bottom: 0px; }
  .modal.fade.center-scale.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .modal.fade.center-scale .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  .modal.fade.fill-in {
    background-color: #fcfcfd;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .modal.fade.fill-in > .close {
      margin-top: 20px;
      margin-left: 20px;
      float: left;
      opacity: 0.6; }
      .modal.fade.fill-in > .close > i {
        font-size: 22px; }
    .modal.fade.fill-in .modal-dialog {
      display: table;
      height: 100%; }
    .modal.fade.fill-in .modal-content {
      display: table-cell;
      vertical-align: middle;
      border: 0;
      background: transparent; }
      .modal.fade.fill-in .modal-content .modal-header {
        border-bottom: 0px; }
    .modal.fade.fill-in.in {
      background-color: #fcfcfd; }
      .modal.fade.fill-in.in .modal-dialog {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .modal.fade.fill-in .modal-dialog {
      opacity: 0;
      -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
      transform: scale(0.6); }
  .modal.fade.slide-right .close {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    z-index: 10; }
  .modal.fade.slide-right.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0); }
  .modal.fade.slide-right .modal-dialog {
    position: absolute;
    right: 0;
    margin: 0;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0); }
    .modal.fade.slide-right .modal-dialog .modal-content-wrapper {
      height: 100%; }
    .modal.fade.slide-right .modal-dialog .modal-content {
      height: 100%; }
  .modal.fade.slide-right .modal-content {
    border-radius: 0px; }

.fill-in-modal .modal-backdrop {
  background-color: transparent; }

.modal-backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
  .modal-backdrop.in {
    opacity: 0.30; }

/* Responsive Handlers: Modals
------------------------------------
*/
@media (max-width: 768px) {
  .modal.fill-in .modal-dialog {
    width: calc(100% - 20px); }
  .modal.slide-up .modal-dialog {
    width: calc(100% - 20px); } }

@media (min-width: 768px) {
  .modal.stick-up .modal-dialog {
    margin: -5px auto; }
  .modal.slide-up .modal-dialog {
    margin: 0 auto; }
  .modal.fill-in .modal-dialog {
    margin: 0 auto; }
  .modal .modal-content {
    box-shadow: none; } }

.modal-back-button {
  position: absolute;
  top: 10px;
  left: 0; }

.progress-modal {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 3px; }
  .modal-filter-services-overlay .progress-modal {
    top: 120px; }
  .progress-modal span {
    background: #81C926;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 3%;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out; }

/*------------------------------------------------------------------
[11. Tabs & Accordians]
*/
/* Tabs
------------------------------------
*/
.nav-tabs > li {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px; }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-color: #d6d8d9;
    color: #35383a;
    background-color: #d6d8d9; }
  .nav-tabs > li > a {
    border-radius: 0;
    padding: 10px 0px;
    color: #757c81;
    min-width: 40px;
    border-color: transparent;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500; }
    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
      background: transparent;
      border-color: transparent; }
    .nav-tabs > li > a:hover a,
    .nav-tabs > li > a:focus a {
      background: transparent;
      border-color: transparent;
      color: #35383a; }
    .nav-tabs > li > a .tab-icon {
      margin-right: 6px; }

.nav-tabs ~ .tab-content {
  overflow: hidden;
  padding: 15px; }
  .nav-tabs ~ .tab-content > .tab-pane.slide-left, .nav-tabs ~ .tab-content > .tab-pane.slide-right {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .nav-tabs ~ .tab-content > .tab-pane.slide-left.sliding, .nav-tabs ~ .tab-content > .tab-pane.slide-right.sliding {
      opacity: 0 !important; }
    .nav-tabs ~ .tab-content > .tab-pane.slide-left.active, .nav-tabs ~ .tab-content > .tab-pane.slide-right.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -ms-transform: translate(0, 0);
      opacity: 1; }
  .nav-tabs ~ .tab-content > .tab-pane.slide-left.sliding {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    -ms-transform: translate(10%, 0); }
  .nav-tabs ~ .tab-content > .tab-pane.slide-right.sliding {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    -ms-transform: translate(-10%, 0); }

.nav-tabs.nav-tabs-left:after, .nav-tabs.nav-tabs-right:after {
  border-bottom: 0px; }

.nav-tabs.nav-tabs-left > li, .nav-tabs.nav-tabs-right > li {
  float: none; }

.nav-tabs.nav-tabs-left {
  float: left; }
  .nav-tabs.nav-tabs-left ~ .tab-content {
    border-left: 1px solid rgba(0, 0, 0, 0.1); }

.nav-tabs.nav-tabs-right {
  float: right; }
  .nav-tabs.nav-tabs-right ~ .tab-content {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }

/* Tabs : Simple
------------------------------------
*/
.nav-tabs-simple {
  border-bottom: 0px; }
  .nav-tabs-simple:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    bottom: 3px;
    z-index: 120; }
  .nav-tabs-simple > li {
    margin-bottom: 0; }
    .nav-tabs-simple > li:after {
      -webkit-transition: all 0.1s linear 0s;
      transition: all 0.1s linear 0s;
      -webkit-backface-visibility: hidden;
      left: 0;
      right: 0px;
      display: block;
      position: absolute;
      background-color: #0052bb;
      height: 0px;
      content: '';
      z-index: 9; }
      .nav-tabs-simple > li:after .nav-tabs-primary.nav-tabs-simple > li:after {
        background-color: #0052bb; }
      .nav-tabs-simple > li:after .nav-tabs-success.nav-tabs-simple > li:after {
        background-color: #81C926; }
      .nav-tabs-simple > li:after .nav-tabs-complete.nav-tabs-simple > li:after {
        background-color: #0052bb; }
      .nav-tabs-simple > li:after .nav-tabs-danger.nav-tabs-simple > li:after {
        background-color: #f55753; }
      .nav-tabs-simple > li:after .nav-tabs-warning.nav-tabs-simple > li:after {
        background-color: #f8d053; }
      .nav-tabs-simple > li:after .nav-tabs-info.nav-tabs-simple > li:after {
        background-color: #3b4752; }
    .nav-tabs-simple > li.active a, .nav-tabs-simple > li.active a:hover, .nav-tabs-simple > li.active a:focus {
      background-color: transparent;
      border-color: transparent;
      color: #0052bb; }
    .nav-tabs-simple > li.hover a {
      color: #0052bb; }
    .nav-tabs-simple > li.active:after, .nav-tabs-simple > li:hover:after {
      height: 2px; }
  .nav-tabs-simple.nav-tabs-left:after, .nav-tabs-simple.nav-tabs-right:after {
    border-bottom: 0px; }
  .nav-tabs-simple.nav-tabs-left > li:after, .nav-tabs-simple.nav-tabs-right > li:after {
    width: 0px;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute; }
  .nav-tabs-simple.nav-tabs-left > li.active:after, .nav-tabs-simple.nav-tabs-left > li:hover:after, .nav-tabs-simple.nav-tabs-right > li.active:after, .nav-tabs-simple.nav-tabs-right > li:hover:after {
    width: 3px; }
  .nav-tabs-simple.nav-tabs-left > li:after {
    right: 0; }
  .nav-tabs-simple.nav-tabs-right > li:after {
    left: 0; }

.nav-tabs-simple.tabs-no-border:after {
  display: none; }

/* Tabs : Line Triangles
------------------------------------
*/
.nav-tabs-linetriangle {
  border-bottom: 0; }
  .nav-tabs-linetriangle:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    bottom: 0; }
  .nav-tabs-linetriangle > li.active > a {
    background: transparent;
    box-shadow: none;
    border-color: transparent; }
    .nav-tabs-linetriangle > li.active > a:hover, .nav-tabs-linetriangle > li.active > a:focus, .nav-tabs-linetriangle > li.active > a:active {
      border-color: transparent;
      background-color: transparent; }
    .nav-tabs-linetriangle > li.active > a:after, .nav-tabs-linetriangle > li.active > a:before {
      border: medium solid transparent;
      content: "";
      height: 0;
      left: 50%;
      pointer-events: none;
      position: absolute;
      width: 0;
      z-index: 1;
      top: 100%; }
    .nav-tabs-linetriangle > li.active > a:after {
      border-top-color: #fbfbfb;
      border-width: 10px;
      margin-left: -10px; }
    .nav-tabs-linetriangle > li.active > a:before {
      border-top-color: rgba(0, 0, 0, 0.2);
      border-width: 11px;
      margin-left: -11px; }
  .nav-tabs-linetriangle > li > a span {
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .nav-tabs-linetriangle > li > a,
  .nav-tabs-linetriangle > li > a:hover,
  .nav-tabs-linetriangle > li > a:focus {
    overflow: visible;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s; }
  .nav-tabs-linetriangle ~ .tab-content {
    background: #fff; }
  .nav-tabs-linetriangle.nav-tabs-left.nav-tabs:after {
    border-bottom: none; }
  .nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid rgba(0, 0, 0, 0.2); }
  .nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fbfbfb;
    margin-top: 1px;
    margin-right: 2px; }
  .nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:after,
  .nav-tabs-linetriangle.nav-tabs-left.nav-tabs > li.active > a:before {
    top: auto;
    right: -23px;
    left: auto; }
  .nav-tabs-linetriangle.nav-tabs-right.nav-tabs:after {
    border-bottom: none; }
  .nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid rgba(0, 0, 0, 0.2); }
  .nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fbfbfb;
    margin-top: 1px;
    margin-left: -9px; }
  .nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:after,
  .nav-tabs-linetriangle.nav-tabs-right.nav-tabs > li.active > a:before {
    top: auto;
    left: -12px;
    right: auto; }

@media screen and (max-width: 58em) {
  .nav-tabs-linetriangle {
    font-size: 0.6em; } }

/* Tabs : Fill-up
------------------------------------
*/
.nav-tabs-fillup {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000; }
  .nav-tabs-fillup > li {
    overflow: hidden; }
    .nav-tabs-fillup > li > a {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: color 0.3s ease 0s;
      transition: color 0.3s ease 0s;
      background: transparent; }
      .nav-tabs-fillup > li > a:after {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        background: none repeat scroll 0 0 #81C926;
        border: 1px solid #81C926;
        content: "";
        height: calc(100% + 1px);
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transform: translate3d(0, 100%, 0px);
        transform: translate3d(0, 100%, 0px);
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        width: 100%;
        z-index: -1; }
        .nav-tabs-fillup > li > a:after .nav-tabs-primary.nav-tabs-fillup > li > a:after {
          background: none repeat scroll 0 0 #0052bb;
          border: 1px solid #0052bb; }
        .nav-tabs-fillup > li > a:after .nav-tabs-success.nav-tabs-fillup > li > a:after {
          background: none repeat scroll 0 0 #81C926;
          border: 1px solid #81C926; }
        .nav-tabs-fillup > li > a:after .nav-tabs-complete.nav-tabs-fillup > li > a:after {
          background: none repeat scroll 0 0 #0052bb;
          border: 1px solid #0052bb; }
        .nav-tabs-fillup > li > a:after .nav-tabs-warning.nav-tabs-fillup > li > a:after {
          background: none repeat scroll 0 0 #f8d053;
          border: 1px solid #f8d053; }
        .nav-tabs-fillup > li > a:after .nav-tabs-danger.nav-tabs-fillup > li > a:after {
          background: none repeat scroll 0 0 #f55753;
          border: 1px solid #f55753; }
        .nav-tabs-fillup > li > a:after .nav-tabs-info.nav-tabs-fillup > li > a:after {
          background: none repeat scroll 0 0 #3b4752;
          border: 1px solid #3b4752; }
      .nav-tabs-fillup > li > a span {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0px, 5px, 0px);
        transform: translate3d(0px, 5px, 0px);
        -webkit-transition: -webkit-transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
        display: block;
        font-weight: 700;
        line-height: 1.5; }
    .nav-tabs-fillup > li.active {
      z-index: 100; }
      .nav-tabs-fillup > li.active > a, .nav-tabs-fillup > li.active > a:hover, .nav-tabs-fillup > li.active > a:focus {
        border-color: transparent;
        background: transparent;
        color: #fff; }
      .nav-tabs-fillup > li.active > a:after {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate(0px, 0px); }
      .nav-tabs-fillup > li.active > a span {
        -webkit-transform: translate3d(0px, -5px, 0px);
        transform: translate3d(0px, -5px, 0px);
        -ms-transform: translate(0px, -5px); }
      .nav-tabs-fillup > li.active .icon:before {
        -webkit-transform: translate3d(0px, -5px, 0px);
        transform: translate3d(0px, -5px, 0px);
        -ms-transform: translate(0px, -5px); }
  .nav-tabs-fillup .icon:before {
    -webkit-transform: translate3d(0px, 5px, 0px);
    transform: translate3d(0px, 5px, 0px);
    -ms-transform: translate(0px, 5px);
    -webkit-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    display: block;
    margin: 0; }
  .nav-tabs-fillup ~ .tab-content {
    background: #fff; }
  .nav-tabs-fillup.nav-tabs-left, .nav-tabs-fillup.nav-tabs-right {
    border-bottom: none; }
    .nav-tabs-fillup.nav-tabs-left:after, .nav-tabs-fillup.nav-tabs-right:after {
      border-bottom: none; }
    .nav-tabs-fillup.nav-tabs-left > li > a:after, .nav-tabs-fillup.nav-tabs-right > li > a:after {
      width: calc(100% + 1px);
      height: 100%; }
    .nav-tabs-fillup.nav-tabs-left > li.active a:after, .nav-tabs-fillup.nav-tabs-right > li.active a:after {
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      -ms-transform: translate(0px, 0px); }
  .nav-tabs-fillup.nav-tabs-left > li > a:after {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate(100%, 0); }
  .nav-tabs-fillup.nav-tabs-left > li > a span {
    -webkit-transform: translate3d(5px, 0, 0px);
    transform: translate3d(5px, 0, 0px);
    -ms-transform: translate(5px, 0); }
  .nav-tabs-fillup.nav-tabs-left > li.active a span {
    -webkit-transform: translate3d(-5px, 0, 0px);
    transform: translate3d(-5px, 0, 0px);
    -ms-transform: translate(-5px, 0); }
  .nav-tabs-fillup.nav-tabs-left > li.active .icon:before {
    -webkit-transform: translate3d(-5px, 0, 0px);
    transform: translate3d(-5px, 0, 0px);
    -ms-transform: translate(-5px, 0); }
  .nav-tabs-fillup.nav-tabs-right > li > a:after {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    left: -1px; }
  .nav-tabs-fillup.nav-tabs-right > li > a span {
    -webkit-transform: translate3d(-5px, 0, 0px);
    transform: translate3d(-5px, 0, 0px);
    -ms-transform: translate(-5px, 0); }
  .nav-tabs-fillup.nav-tabs-right > li.active a span {
    -webkit-transform: translate3d(5px, 0, 0px);
    transform: translate3d(5px, 0, 0px);
    -ms-transform: translate(5px, 0); }
  .nav-tabs-fillup.nav-tabs-right > li.active .icon:before {
    -webkit-transform: translate3d(5px, 0, 0px);
    transform: translate3d(5px, 0, 0px);
    -ms-transform: translate(5px, 0); }

.nav-tabs-header {
  overflow: scroll;
  width: 100%; }
  .nav-tabs-header .nav-tabs {
    width: auto;
    white-space: nowrap; }
    .nav-tabs-header .nav-tabs > li {
      display: inline-block;
      float: inherit; }
  .nav-tabs-header.nav-tabs-linetriangle {
    height: 61px;
    overflow-y: hidden; }
    .nav-tabs-header.nav-tabs-linetriangle:after {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      width: 100%;
      position: relative;
      bottom: 3px;
      z-index: 120;
      content: "";
      clear: both; }
    .nav-tabs-header.nav-tabs-linetriangle ~ .tab-content {
      position: relative;
      top: -12px; }

.nav-tabs-header ~ .tab-content {
  overflow: hidden;
  padding: 15px; }

.nav-tab-dropdown .cs-select {
  width: 100% !important;
  max-width: 100%; }

/* Panel Groups
------------------------------------
*/
.panel-group {
  margin-bottom: 18px; }
  .panel-group .panel-heading {
    padding: 13px 18px 10px 22px; }
    .panel-group .panel-heading.collapsed {
      background-color: #fff; }
    .panel-group .panel-heading + .panel-collapse .panel-body {
      border: 0; }
    .panel-group .panel-heading .panel-title {
      width: 100%; }
      .panel-group .panel-heading .panel-title > a {
        color: #757c81;
        font-size: 13px;
        font-weight: normal;
        display: block;
        opacity: 1; }
        .panel-group .panel-heading .panel-title > a:hover {
          color: #35383a !important; }
          .panel-group .panel-heading .panel-title > a:hover:after {
            color: #35383a !important; }
        .panel-group .panel-heading .panel-title > a:after {
          font-family: 'FontAwesome';
          content: "\f056";
          position: absolute;
          right: 13px;
          top: 36%;
          color: #757c81; }
        .panel-group .panel-heading .panel-title > a.collapsed {
          color: 1px solid rgba(117, 124, 129, 0.7);
          opacity: 1; }
          .panel-group .panel-heading .panel-title > a.collapsed:after {
            content: "\f055";
            color: rgba(117, 124, 129, 0.7); }
  .panel-group .panel + .panel {
    margin-top: 2px; }
  .panel-group .panel .panel-body {
    height: auto; }

.nav-pills > li > a {
  border-radius: 0;
  color: #757c81; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #757c81;
  background-color: #d6d8d9; }

@media (max-width: 767px) {
  .nav.nav-tabs.nav-stack-sm li {
    float: none; }
  .nav.nav-tabs.nav-stack-sm.nav-tabs-linetriangle > li.active > a:after,
  .nav.nav-tabs.nav-stack-sm.nav-tabs-linetriangle > li.active > a:before {
    display: none; } }

/*------------------------------------------------------------------
[12. Sliders]
*/
/* Ion Range Slider
https://github.com/IonDen/ion.rangeSlider
--------------------------------------------------
*/
.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
  background-image: none; }

.irs-bar {
  background: #f55753; }

.irs-wrapper .irs-line {
  background-color: #d6d8d9; }

.irs-wrapper .irs-line-mid, .irs-wrapper .irs-line-left, .irs-wrapper .irs-line-right, .irs-wrapper .irs-diapason, .irs-wrapper .irs-slider {
  background: none; }

.irs-wrapper .irs-diapason {
  background-color: #f55753;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.irs-wrapper .irs-from, .irs-wrapper .irs-to, .irs-wrapper .irs-single {
  background: #f55753; }

.irs-wrapper .irs-slider.from:before {
  top: -2%;
  left: 37%;
  width: 16%;
  height: 100%;
  background: transparent;
  background-color: #f55753; }

.irs-wrapper .irs-slider.to:before {
  top: -2%;
  left: 37%;
  width: 16%;
  height: 100%;
  background: transparent;
  background-color: #f55753; }

.irs-wrapper .irs-slider.single:before {
  top: -2%;
  left: 37%;
  width: 16%;
  height: 100%;
  background: transparent;
  background-color: #f55753; }

.irs-wrapper .irs-from:after, .irs-wrapper .irs-to:after, .irs-wrapper .irs-single:after {
  border-top-color: #f55753; }

.irs-wrapper.success .irs-diapason {
  background-color: #81C926; }

.irs-wrapper.success .irs-from, .irs-wrapper.success .irs-to, .irs-wrapper.success .irs-single {
  background: #81C926; }

.irs-wrapper.success .irs-slider.from:before {
  background-color: #81C926; }

.irs-wrapper.success .irs-slider.to:before {
  background-color: #81C926; }

.irs-wrapper.success .irs-slider.single:before {
  background-color: #81C926; }

.irs-wrapper.success .irs-from:after, .irs-wrapper.success .irs-to:after, .irs-wrapper.success .irs-single:after {
  border-top-color: #81C926; }

.irs-wrapper.success .irs-bar {
  background-color: #81C926; }

.irs-wrapper.primary .irs-diapason {
  background-color: #0052bb; }

.irs-wrapper.primary .irs-from, .irs-wrapper.primary .irs-to, .irs-wrapper.primary .irs-single {
  background: #0052bb; }

.irs-wrapper.primary .irs-slider.from:before {
  background-color: #0052bb; }

.irs-wrapper.primary .irs-slider.to:before {
  background-color: #0052bb; }

.irs-wrapper.primary .irs-slider.single:before {
  background-color: #0052bb; }

.irs-wrapper.primary .irs-from:after, .irs-wrapper.primary .irs-to:after, .irs-wrapper.primary .irs-single:after {
  border-top-color: #0052bb; }

.irs-wrapper.primary .irs-bar {
  background-color: #0052bb; }

.irs-wrapper.warning .irs-diapason {
  background-color: #f8d053; }

.irs-wrapper.warning .irs-from, .irs-wrapper.warning .irs-to, .irs-wrapper.warning .irs-single {
  background: #f8d053; }

.irs-wrapper.warning .irs-slider.from:before {
  background-color: #f8d053; }

.irs-wrapper.warning .irs-slider.to:before {
  background-color: #f8d053; }

.irs-wrapper.warning .irs-slider.single:before {
  background-color: #f8d053; }

.irs-wrapper.warning .irs-from:after, .irs-wrapper.warning .irs-to:after, .irs-wrapper.warning .irs-single:after {
  border-top-color: #f8d053; }

.irs-wrapper.warning .irs-bar {
  background-color: #f8d053; }

.irs-wrapper.complete .irs-diapason {
  background-color: #0052bb; }

.irs-wrapper.complete .irs-from, .irs-wrapper.complete .irs-to, .irs-wrapper.complete .irs-single {
  background: #0052bb; }

.irs-wrapper.complete .irs-slider.from:before {
  background-color: #0052bb; }

.irs-wrapper.complete .irs-slider.to:before {
  background-color: #0052bb; }

.irs-wrapper.complete .irs-slider.single:before {
  background-color: #0052bb; }

.irs-wrapper.complete .irs-from:after, .irs-wrapper.complete .irs-to:after, .irs-wrapper.complete .irs-single:after {
  border-top-color: #0052bb; }

.irs-wrapper.complete .irs-bar {
  background-color: #0052bb; }

.irs-wrapper.danger .irs-diapason {
  background-color: #f55753; }

.irs-wrapper.danger .irs-from, .irs-wrapper.danger .irs-to, .irs-wrapper.danger .irs-single {
  background: #f55753; }

.irs-wrapper.danger .irs-slider.from:before {
  background-color: #f55753; }

.irs-wrapper.danger .irs-slider.to:before {
  background-color: #f55753; }

.irs-wrapper.danger .irs-slider.single:before {
  background-color: #f55753; }

.irs-wrapper.danger .irs-from:after, .irs-wrapper.danger .irs-to:after, .irs-wrapper.danger .irs-single:after {
  border-top-color: #f55753; }

.irs-wrapper.danger .irs-bar {
  background-color: #f55753; }

/* noUiSlider
http://refreshless.com/nouislider/
--------------------------------------------------
*/
.noUi-target {
  border-radius: 0px;
  border: 0;
  box-shadow: none; }
  .noUi-target.bg-complete .noUi-connect {
    background-color: #0052bb; }
  .noUi-target.bg-success .noUi-connect {
    background-color: #81C926; }
  .noUi-target.bg-warning .noUi-connect {
    background-color: #f8d053; }
  .noUi-target.bg-danger .noUi-connect {
    background-color: #f55753; }
  .noUi-target.bg-info .noUi-connect {
    background-color: #3b4752; }
  .noUi-target.bg-primary .noUi-connect {
    background-color: #0052bb; }
  .noUi-target.noUi-connect {
    box-shadow: none; }

.noUi-handle {
  border-radius: 999px;
  box-shadow: none; }
  .noUi-handle:before, .noUi-handle:after {
    display: none; }

.noUi-horizontal {
  height: 4px; }
  .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -15px;
    border: 1px solid #dfe1e2;
    top: -7px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .noUi-horizontal .noUi-handle:hover {
      border: 1px solid #c8cbcd; }
    .noUi-horizontal .noUi-handle:active {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      border: 1px solid #dfe1e2; }
    .noUi-horizontal .noUi-handle:focus {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      border: 1px solid #dfe1e2; }

.disable-hover-scale .noUi-handle:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.disable-hover-scale .noUi-handle:focus {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.vertical-slider {
  height: 150px; }

.noUi-vertical {
  width: 4px; }
  .noUi-vertical .noUi-handle {
    width: 18px;
    height: 18px;
    border: 1px solid #dfe1e2;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .noUi-vertical .noUi-handle:hover {
      border: 1px solid #c8cbcd; }
    .noUi-vertical .noUi-handle:active {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      border: 1px solid #dfe1e2; }
    .noUi-vertical .noUi-handle:focus {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
      border: 1px solid #dfe1e2; }

.noUi-base {
  padding: 5px 0; }

.noUi-origin {
  border-radius: 0px;
  bottom: 5px; }

.noUi-connect {
  box-shadow: none; }

.noUi-background {
  background: #eeeff0;
  box-shadow: none; }

/*------------------------------------------------------------------
[13. Treeview]
*/
span.dynatree-active a {
  color: #35383a !important;
  background-color: transparent !important; }

span.dynatree-selected a {
  color: #35383a !important;
  font-style: normal; }

ul.dynatree-container a:focus, span.dynatree-focused a:link {
  background-color: transparent; }

ul.dynatree-container {
  background-color: transparent; }
  ul.dynatree-container a:hover {
    color: #757c81;
    opacity: 0.7;
    background-color: transparent; }

ul.dynatree-container a {
  color: #757c81; }

span.dynatree-empty, span.dynatree-vline, span.dynatree-connector, span.dynatree-expander, span.dynatree-icon, span.dynatree-checkbox, span.dynatree-radio, span.dynatree-drag-helper-img, #dynatree-drop-marker {
  height: 17px;
  position: relative;
  top: 3px; }

/*------------------------------------------------------------------
[14. Nesstables]
*/
.dd-handle {
  border-color: rgba(214, 216, 217, 0.7);
  color: #757c81; }
  .dd-handle:hover {
    background-color: #fbfbfb; }

.dark .dd-handle {
  color: #757c81;
  background: #f2f3f3; }
  .dark .dd-handle:hover {
    background-color: #fbfbfb; }

.dark .dd-placeholder {
  background-color: #d6d8d9; }

.dd3-content {
  background: #fff;
  border-color: rgba(214, 216, 217, 0.7);
  color: #757c81; }
  .dd3-content:hover {
    background-color: #fbfbfb; }

.dd3-handle {
  background: transparent;
  text-indent: 9999px; }
  .dd3-handle:before {
    font-family: 'pages-icon';
    color: #757c81;
    content: "\e660";
    font-size: 11px;
    top: 5px; }

.dd-placeholder {
  background: #f2f3f3;
  border-color: rgba(117, 124, 129, 0.35); }

.dd-empty {
  background-image: none;
  background: #f2f3f3;
  border-color: rgba(117, 124, 129, 0.5); }

.dd-item > button {
  font-size: 11px; }
  .dd-item > button:before {
    font-family: 'pages-icon';
    content: "\e63b"; }

.dd-item > button[data-action="collapse"]:before {
  font-family: 'pages-icon';
  content: "\e635"; }

/* Responsive Handlers : Nestables
------------------------------------
*/
@media only screen and (min-width: 700px) {
  .dd {
    width: 100%; } }

/*------------------------------------------------------------------
[15. Form Elements]
*/
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

input[type="radio"],
input[type="checkbox"] {
  margin-top: 1px 0 0;
  line-height: normal;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

select[multiple],
select[size] {
  height: auto !important; }

input:focus,
select:focus,
textarea:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

form legend {
  margin: 15px 0px 10px 0px; }

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(117, 124, 129, 0.3);
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  color: #35383a;
  outline: 0;
  height: 42px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  min-height: 35px;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s; }
  .form-control:focus {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #f2f3f3;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .form-control:focus::-moz-placeholder {
      color: inherit;
      opacity: 0.7; }
    .form-control:focus:-ms-input-placeholder {
      color: inherit;
      opacity: 0.7; }
    .form-control:focus::-webkit-input-placeholder {
      color: inherit;
      opacity: 0.7; }
  .form-control::-moz-placeholder {
    color: inherit;
    opacity: 0.33; }
  .form-control:-ms-input-placeholder {
    color: inherit;
    opacity: 0.33; }
  .form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.33; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background: #f9f9f9;
    color: rgba(117, 124, 129, 0.23); }
  .light-content .form-control {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff; }
    .light-content .form-control:focus {
      border-color: rgba(255, 255, 255, 0.4);
      background-color: rgba(255, 255, 255, 0.1); }

/* Input Sizes
--------------------------------------------------
*/
.input-sm,
.form-horizontal .form-group-sm .form-control {
  font-size: 13px;
  min-height: 32px;
  height: 32px;
  padding: 8px 9px; }

.input-lg,
.form-horizontal .form-group-lg .form-control {
  border-radius: 3px;
  font-size: 18px;
  height: 45px;
  padding: 11px 13px; }

.input-xlg {
  height: 51px;
  font-size: 18px;
  line-height: 22px; }

/* Checkboxes and Radio buttons
--------------------------------------------------
*/
.radio,
.checkbox {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0px; }
  .radio label,
  .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px !important;
    margin-right: 15px;
    font-size: 13px; }
    .radio label:before,
    .checkbox label:before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 17px;
      margin-right: 10px;
      position: absolute;
      left: 0px;
      background-color: #fff;
      border: 1px solid #d6d8d9; }

.radio label {
  margin-bottom: 6px; }
  .radio label:before {
    bottom: 2.5px;
    border-radius: 99px;
    -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33); }

.radio input[type=radio]:checked + label:before {
  border-width: 5px; }

.radio input[type="radio"]:focus + label {
  color: #35383a; }
  .radio input[type="radio"]:focus + label:before {
    background-color: #d6d8d9; }

.radio input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0; }

.radio input[type=radio][disabled] + label {
  opacity: 0.65; }

.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #81C926; }

.radio.radio-primary input[type=radio]:checked + label:before {
  border-color: #0052bb; }

.radio.radio-info input[type=radio]:checked + label:before {
  border-color: #3b4752; }

.radio.radio-warning input[type=radio]:checked + label:before {
  border-color: #f8d053; }

.radio.radio-danger input[type=radio]:checked + label:before {
  border-color: #f55753; }

.radio.radio-complete input[type=radio]:checked + label:before {
  border-color: #0052bb; }

.checkbox input[type=radio][disabled] + label:after {
  background-color: #d6d8d9; }

.checkbox label {
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  /*white-space: nowrap;*/ }
  .checkbox label:before {
    top: 1.4px;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s; }
  .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; }
  .checkbox label:after {
    border-radius: 3px; }

.checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }

.checkbox.checkbox-circle label:after {
  border-radius: 99px; }

.checkbox.checkbox-circle label:before {
  border-radius: 99px; }

.checkbox input[type=checkbox]:checked + label:before {
  border-width: 8.5px; }

.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  color: #fff; }

.checkbox input[type="checkbox"]:focus + label {
  color: #35383a; }
  .checkbox input[type="checkbox"]:focus + label:before {
    background-color: #d6d8d9; }

.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65; }
  .checkbox input[type=checkbox][disabled] + label:before {
    background-color: #eceff3; }

.checkbox.right label {
  margin-right: 35px;
  padding-left: 0 !important; }
  .checkbox.right label:before {
    right: -35px;
    left: auto; }

.checkbox.right input[type=checkbox]:checked + label {
  position: relative; }
  .checkbox.right input[type=checkbox]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    right: -27px;
    left: auto; }

.checkbox.check-success input[type=checkbox]:checked + label:before {
  border-color: #81C926; }

.checkbox.check-primary input[type=checkbox]:checked + label:before {
  border-color: #0052bb; }

.checkbox.check-complete input[type=checkbox]:checked + label:before {
  border-color: #0052bb; }

.checkbox.check-warning input[type=checkbox]:checked + label:before {
  border-color: #f8d053; }

.checkbox.check-danger input[type=checkbox]:checked + label:before {
  border-color: #f55753; }

.checkbox.check-info input[type=checkbox]:checked + label:before {
  border-color: #3b4752; }

.checkbox.check-success input[type=checkbox]:checked + label::after,
.checkbox.check-primary input[type=checkbox]:checked + label::after,
.checkbox.check-complete input[type=checkbox]:checked + label::after,
.checkbox.check-warning input[type=checkbox]:checked + label::after,
.checkbox.check-danger input[type=checkbox]:checked + label::after,
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #fff; }

.input-group.transparent .input-group-addon {
  background-color: transparent;
  border-color: rgba(117, 124, 129, 0.3); }

.input-icon {
  position: relative; }
  .input-icon .input-icon-addon {
    position: absolute;
    left: 10px;
    top: 10px; }
  .input-icon .form-control {
    padding-left: 35px; }

/* Form layouts
--------------------------------------------------
*/
@media only screen and (min-width: 768px) {
  form .row {
    margin-left: 0;
    margin-right: 0; }
  form .row [class*='col-']:not(:first-child), form .row [class*='col-']:not(:last-child) {
    padding-right: 7px;
    padding-left: 7px; }
  form .row [class*='col-']:first-child {
    padding-left: 0; }
  form .row [class*='col-']:last-child {
    padding-right: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  form .row [class*="col-md-"]:not(:first-child),
  form .row [class*="col-md-"]:not(:last-child) {
    padding-right: 0;
    padding-left: 0; } }

/* Form layouts  : Horizontal
--------------------------------------------------
*/
.form-horizontal .form-group {
  border-bottom: 1px solid #d6d8d9;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 0; }
  .form-horizontal .form-group:last-child {
    border-bottom: none; }
  .form-horizontal .form-group:hover .control-label {
    opacity: .6; }
  .form-horizontal .form-group.focused .control-label {
    opacity: 1; }
  .form-horizontal .form-group .control-label {
    text-align: left;
    opacity: .42;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s; }

/* Form layouts  : Attached
--------------------------------------------------
*/
.form-group-attached .form-group.form-group-default {
  border-radius: 0;
  margin-bottom: 0; }

.form-group-attached > div {
  margin: 0; }
  .form-group-attached > div:first-child.row > [class*='col-']:first-child .form-group-default {
    border-top-left-radius: 2px; }
  .form-group-attached > div:first-child.row > [class*='col-']:last-child .form-group-default {
    border-top-right-radius: 2px; }
  .form-group-attached > div:first-child.form-group-default {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .form-group-attached > div:last-child.row > [class*='col-']:first-child .form-group-default {
    border-bottom-left-radius: 2px; }
  .form-group-attached > div:last-child.row > [class*='col-']:last-child .form-group-default {
    border-bottom-right-radius: 2px; }
  .form-group-attached > div:last-child.form-group-default {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
  .form-group-attached > div.row > [class*='col-'] {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .form-group-attached > div.row > [class*='col-']:not(:only-child):not(:last-child) > .form-group-default {
    border-right-color: transparent; }
  .form-group-attached > div:not(:last-child) .form-group-default, .form-group-attached > div:not(:last-child).form-group-default {
    border-bottom-color: transparent; }

/* Form layouts  : Responsive Handlers
--------------------------------------------------
*/
@media (max-width: 767px) {
  .form-group-attached .form-group-default {
    border-right-color: rgba(117, 124, 129, 0.3) !important; } }

@media only screen and (min-width: 768px) {
  .form-group-attached > div.row > [class*='col-'] .form-group {
    height: 100%;
    width: 100%; } }

/* Form Groups
--------------------------------------------------
*/
.form-group {
  margin-bottom: 10px; }
  .form-group label:not(.error) {
    font-size: 13px; }
  .form-group label .help {
    margin-left: 8px; }
  .form-group .help {
    font-size: 12px;
    color: rgba(117, 124, 129, 0.55); }

.form-group-default {
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(117, 124, 129, 0.3);
  border-radius: 2px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .form-group-default.required:after {
    color: #f55753;
    content: "*";
    font-family: arial;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 9px; }
  .form-group-default.disabled {
    background: #f9f9f9;
    color: rgba(117, 124, 129, 0.23); }
    .form-group-default.disabled input {
      opacity: .6; }
    .form-group-default.disabled.focused {
      background: #f9f9f9; }
      .form-group-default.disabled.focused label {
        opacity: 1; }
  .form-group-default.focused {
    border-color: rgba(0, 0, 0, 0.1) !important;
    background-color: #f2f3f3; }
    .form-group-default.focused label {
      opacity: .4;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden; }
  .form-group-default.has-error {
    background-color: rgba(245, 87, 83, 0.1); }
  .form-group-default.has-success .form-control-feedback, .form-group-default.has-error .form-control-feedback {
    display: none !important; }
  .form-group-default.has-success .form-control,
  .form-group-default.has-success .form-control:focus,
  .form-group-default.has-error .form-control,
  .form-group-default.has-error .form-control:focus {
    border: none;
    box-shadow: none; }
  .form-group-default.input-group {
    padding: 0; }
    .form-group-default.input-group > label {
      margin-top: 6px;
      padding-left: 12px; }
    .form-group-default.input-group > .form-control {
      margin-top: -2px;
      margin-bottom: 3px;
      padding-left: 12px; }
    .form-group-default.input-group .input-group-addon {
      height: calc(54px - 4px);
      min-width: calc(54px - 4px);
      border-radius: 0;
      border: none; }
    .form-group-default.input-group.focused .input-group-addon {
      border-color: rgba(0, 0, 0, 0.1); }
  .form-group-default .form-control {
    border: none;
    height: 25px;
    min-height: 25px;
    padding: 0;
    margin-top: -4px;
    background: none; }
    .form-group-default .form-control.error {
      color: #35383a; }
    .form-group-default .form-control:focus {
      background: none; }
  .form-group-default textarea.form-control {
    padding-top: 5px; }
  .form-group-default label {
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .form-group-default label.label-lg {
      font-size: 13px;
      left: 13px;
      top: 9px; }
    .form-group-default label.label-sm {
      font-size: 11px;
      left: 11px;
      top: 6px; }
    .form-group-default label.highlight {
      opacity: 1; }
    .form-group-default label.fade {
      opacity: .5;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden; }
  .form-group-default > .input-lg {
    height: 29px;
    min-height: 29px;
    padding-left: 1px; }
  .form-group-default > .input-sm {
    min-height: 18px;
    height: 18px; }
  .form-group-default.form-group-default-select {
    overflow: visible; }
    .form-group-default.form-group-default-select .ui-select-container.ui-select-bootstrap.dropdown .ui-select-match {
      padding-top: 6px;
      height: 23px; }
  .form-group-default.form-group-default-select2 {
    padding: 0; }
    .form-group-default.form-group-default-select2 > label {
      position: absolute;
      z-index: 10;
      padding: 7px 12px 0 12px; }
      .form-group-default.form-group-default-select2 > label.label-lg {
        left: 0;
        top: 0; }
      .form-group-default.form-group-default-select2 > label.label-sm {
        left: 0;
        top: 0; }
    .form-group-default.form-group-default-select2 .select2-container .select2-selection--single {
      padding-top: 20px;
      height: 52px; }
      .form-group-default.form-group-default-select2 .select2-container .select2-selection--single .select2-arrow b:before {
        top: 20px; }
      .form-group-default.form-group-default-select2 .select2-container .select2-selection--single .select2-chosen {
        padding-left: 3px;
        padding-top: 1px; }
    .form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple {
      padding-top: 20px;
      height: 52px;
      border: 0px; }
      .form-group-default.form-group-default-select2 .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        margin-top: 4px; }
    .form-group-default.form-group-default-select2 > .input-lg {
      height: auto;
      padding: 0; }
      .form-group-default.form-group-default-select2 > .input-lg .select2-choice {
        padding-top: 20px;
        height: 56px; }
    .form-group-default.form-group-default-select2 > .input-sm {
      height: auto;
      padding: 0; }
      .form-group-default.form-group-default-select2 > .input-sm .select2-choice {
        padding-top: 20px;
        height: 46px; }
  .form-group-default.form-group-default-selectFx {
    padding: 0; }
    .form-group-default.form-group-default-selectFx > label {
      position: absolute;
      z-index: 10;
      padding: 7px 12px 0 12px; }
      .form-group-default.form-group-default-selectFx > label.label-lg {
        left: 0;
        top: 0; }
      .form-group-default.form-group-default-selectFx > label.label-sm {
        left: 0;
        top: 0; }
    .form-group-default.form-group-default-selectFx .cs-wrapper .cs-placeholder {
      padding-top: 28px;
      height: 52px;
      padding-left: 12px; }
    .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select {
      height: auto; }
      .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select > span:after,
      .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select .cs-selected span:after {
        top: 39px; }
      .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select.input-lg .cs-placeholder {
        height: 60px; }
      .form-group-default.form-group-default-selectFx .cs-wrapper .cs-select.input-sm .cs-placeholder {
        height: 50px; }
    .form-group-default.form-group-default-selectFx .cs-wrapper .dropdown-placeholder {
      vertical-align: top; }

/* Form validation
--------------------------------------------------
*/
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #68a31f; }

.has-success .form-control {
  border-color: rgba(104, 163, 31, 0.4);
  background-color: rgba(129, 201, 38, 0.05);
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-success .form-control:focus {
    border-color: #68a31f;
    -webkit-box-shadow: none;
    box-shadow: none; }

.has-success .input-group-addon {
  background: #f2f3f3;
  border: 1px solid rgba(117, 124, 129, 0.3);
  color: rgba(117, 124, 129, 0.47); }

.has-success .form-control-feedback {
  color: #68a31f; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c9a843; }

.has-warning .form-control {
  border-color: rgba(201, 168, 67, 0.4);
  background-color: rgba(248, 208, 83, 0.05);
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-warning .form-control:focus {
    border-color: #c9a843;
    -webkit-box-shadow: none;
    box-shadow: none; }

.has-warning .input-group-addon {
  background: #f2f3f3;
  border: 1px solid rgba(117, 124, 129, 0.3);
  color: rgba(117, 124, 129, 0.47); }

.has-warning .form-control-feedback {
  color: #c9a843; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #f55753; }

.has-error .form-control {
  border-color: rgba(245, 87, 83, 0.4);
  background-color: rgba(245, 87, 83, 0.05);
  -webkit-box-shadow: none;
  box-shadow: none; }
  .has-error .form-control:focus {
    border-color: #f55753;
    -webkit-box-shadow: none;
    box-shadow: none; }

.has-error .input-group-addon {
  background: #f2f3f3;
  border: 1px solid rgba(117, 124, 129, 0.3);
  color: rgba(117, 124, 129, 0.47); }

.has-error .form-control-feedback {
  color: #f55753; }

.error {
  font-size: 12px;
  color: #f55753;
  display: block; }

/* Addon inputs
--------------------------------------------------
*/
.input-group-addon {
  background: #f2f3f3;
  border: 1px solid rgba(117, 124, 129, 0.3);
  color: rgba(117, 124, 129, 0.47);
  font-size: 14px;
  padding: 6px 9px;
  display: table-cell;
  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; }
  .input-group-addon i {
    position: relative;
    top: 1px; }
  .input-group-addon.primary {
    background-color: #0052bb;
    border: 1px solid #0052bb;
    color: #fff;
    background-color: #0052bb;
    border: 1px solid #0052bb;
    color: #fff; }
    .input-group-addon.primary .arrow {
      color: #0052bb; }
  .input-group-addon.success {
    background-color: #0090d9;
    color: #fff; }
    .input-group-addon.success .arrow {
      color: #0090d9; }
  .input-group-addon.info {
    background-color: #1f3853;
    color: #fff; }
    .input-group-addon.info .arrow {
      color: #1f3853; }
  .input-group-addon.warning {
    background-color: #fbb05e;
    color: #fff;
    background-color: #fbb05e;
    color: #fff; }
    .input-group-addon.warning .arrow {
      color: #fbb05e; }
  .input-group-addon.danger {
    background-color: #f35958;
    color: #fff; }
    .input-group-addon.danger .arrow {
      color: #f35958; }
  .input-group-addon .arrow {
    position: relative;
    right: -6px;
    color: #D1DADE;
    z-index: 100; }
    .input-group-addon .arrow:before {
      font-family: 'FontAwesome';
      content: "\f0da";
      font-size: 23px;
      position: absolute;
      left: 17px;
      top: -2px; }
  .input-group-addon:last-child .arrow:before {
    font-family: 'FontAwesome';
    content: "\f0d9";
    font-size: 23px;
    position: absolute;
    left: -23px;
    top: -2px; }
  .input-group-addon:last-child input {
    border-left: 0px; }

/* Plugins
--------------------------------------------------
Datepicker
https://github.com/eternicode/bootstrap-datepicker
*/
.datepicker {
  padding: 16px 25px;
  border-radius: 2px;
  font-size: 12px; }
  .datepicker:after {
    border-bottom-color: #fbfbfb; }
  .datepicker thead tr .datepicker-switch {
    color: #6f7b8a;
    font-size: 13px; }
  .datepicker thead tr .next,
  .datepicker thead tr .prev {
    color: #0052bb;
    content: '';
    font-size: 0px; }
    .datepicker thead tr .next:before,
    .datepicker thead tr .prev:before {
      color: #0052bb;
      font-family: 'FontAwesome';
      font-size: 10px; }
  .datepicker thead tr .prev:before {
    content: "\f053"; }
  .datepicker thead tr .next:before {
    content: "\f054"; }
  .datepicker thead tr .dow {
    font-family: 'Montserrat';
    color: #0052bb;
    text-transform: uppercase;
    font-size: 11px; }
  .datepicker thead tr th {
    width: 31px;
    height: 29px; }
  .datepicker tbody tr .odd {
    color: #d0d3d8; }
  .datepicker table tr td {
    width: 31px;
    height: 29px; }
    .datepicker table tr td.old, .datepicker table tr td.new {
      color: #d6d8d9; }
    .datepicker table tr td.day:hover {
      background: #f2f3f3; }
    .datepicker table tr td.active {
      background-color: #0052bb !important; }
      .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; }
    .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: #f2f3f3;
      background-image: none;
      color: #fff; }
    .datepicker table tr td span {
      border-radius: 4px;
      width: 42px;
      height: 42px;
      line-height: 42px; }
      .datepicker table tr td span.active {
        background-color: #0052bb !important; }
      .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; }
  .datepicker.dropdown-menu {
    border-color: #d6d8d9;
    color: #757c81; }
  .datepicker.datepicker-dropdown.datepicker-orient-bottom:before {
    border-color: #d6d8d9; }

.datepicker-inline {
  width: auto; }

.input-daterange .input-group-addon {
  text-shadow: none;
  border: 0; }

/* Timepicker
https://github.com/m3wolf/bootstrap3-timepicker
*/
.bootstrap-timepicker-widget table td a i {
  font-size: 12px; }

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget .bootstrap-timepicker-widget input {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; }

.bootstrap-timepicker-widget.dropdown-menu {
  background: #fff; }

/* Daterangepicker
http://www.dangrossman.info/
*/
.daterangepicker {
  background: #fff; }
  .daterangepicker .calendar .calendar-date {
    border: 1px solid rgba(117, 124, 129, 0.3); }
  .daterangepicker .calendar .prev, .daterangepicker .calendar .next, .daterangepicker .calendar th {
    color: #0052bb;
    text-transform: uppercase;
    font-size: 11px; }
  .daterangepicker .calendar .month {
    color: #6f7b8a;
    font-size: 13px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #0052bb;
    border-color: #0052bb; }
  .daterangepicker td.in-range {
    background: #ccdcf1; }

/* Select2
http://ivaynberg.github.io/select2/
*/
.form-group-default .select2-container .select2-selection,
.select2-container-multi .select2-choices {
  border-color: transparent !important; }

select.full-width + .select2-container {
  width: 100% !important; }

.select2-container *:focus {
  outline: none; }

.select2-container .select2-selection {
  background-image: none;
  border-radius: 2px;
  border: 1px solid rgba(117, 124, 129, 0.3) !important;
  padding: 5px 9px;
  transition: border 0.2s linear 0s; }
  .select2-container .select2-selection .select2-selection__rendered {
    padding: 0;
    padding-left: 3px;
    padding-top: 1px; }
  .select2-container .select2-selection .select2-selection__arrow {
    top: auto;
    bottom: 8px;
    right: 10px !important;
    left: auto;
    background: transparent;
    border-left: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .select2-container .select2-selection.select2-selection--single {
    height: 42px; }
  .select2-container .select2-selection > .select2-chosen {
    margin-right: 26px;
    margin-left: 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent; }

.select2-container--default .select2-results__group {
  color: #35383a; }

.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
  background-image: none !important; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none !important;
  border: 1px solid rgba(117, 124, 129, 0.3);
  background: #f2f3f3; }

.select2-dropdown-open .select2-choice .select2-arrow {
  -webkit-transform: scale(scale(1, -1));
  -ms-transform: scale(scale(1, -1));
  transform: scale(scale(1, -1)); }

.select2-dropdown {
  border: 1px solid rgba(117, 124, 129, 0.3);
  border-bottom: none;
  border-radius: 2px;
  padding-top: 0px; }
  .select2-dropdown.select2-drop-above {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: none; }

.select2-container--open .select2-selection {
  box-shadow: none;
  border: 1px solid rgba(117, 124, 129, 0.3);
  background: #f2f3f3;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.select2-search--dropdown {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px; }
  .select2-search--dropdown input {
    background: #fff !important;
    vertical-align: baseline;
    line-height: 28px;
    border-radius: 2px;
    border: none;
    font-size: 12px;
    border: 1px solid rgba(117, 124, 129, 0.3) !important; }

.select2-results {
  margin: 3px 8px 10px 8px; }
  .select2-results li {
    color: #757c81; }
    .select2-results li.select2-result-with-children > .select2-result-label {
      color: #35383a; }
      .select2-results li.select2-result-with-children > .select2-result-label:first-child {
        padding-top: 8px; }
  .select2-results .select2-results__option--highlighted {
    background-color: #f2f3f3 !important;
    border-radius: 3px;
    color: #757c81 !important; }
  .select2-results .select2-no-results,
  .select2-results .select2-searching,
  .select2-results .select2-selection-limit {
    background: none;
    color: #757c81;
    font-size: 12px;
    padding-left: 8px;
    padding-top: 0px;
    position: relative;
    top: -5px; }

.select2-dropdown {
  border: 1px solid rgba(117, 124, 129, 0.3);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px;
  z-index: 790;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-container--open .select2-selection--multiple .select2-selection__choice {
  background-color: #fff !important; }

.select2-selection--multiple .select2-selection__rendered {
  background-image: none; }
  .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #d6d8d9;
    background-image: none;
    border: none;
    box-shadow: none;
    color: inherit;
    border-radius: 8px;
    margin: 6px -5px 0px 10px;
    padding: 0 8px 0 7px;
    line-height: 21px; }
    .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:first-child {
      margin-left: 0; }
    .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
      color: #626262;
      font-weight: 900;
      margin-right: 4px; }
  .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
    margin-left: 8px; }

.select2-selection--multiple.select2-container-active .select2-choices {
  border: 1px solid rgba(117, 124, 129, 0.3);
  box-shadow: none; }

.select2-selection--multiple .select2-search-choice-close {
  left: 6px; }

.select2-search-choice-close {
  background: none;
  top: 4px;
  right: 0; }
  .select2-search-choice-close:hover {
    text-decoration: none; }

.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; }

.select2.form-control {
  padding: 0;
  box-shadow: none;
  border: 0; }

.select2-drop-mask {
  z-index: 700; }

.ui-select-bootstrap .ui-select-choices-row.active > a {
  background: #f2f3f3;
  border-radius: 3px;
  color: #757c81; }

.ui-select-bootstrap > .ui-select-choices {
  background-color: #fff; }

.ui-select-choices-group-label {
  color: #35383a;
  font-weight: bold; }

.modal-open .select2-drop-active {
  z-index: 1051; }

.modal-open .datepicker.dropdown-menu {
  z-index: 1051 !important; }

.modal-open .select2-drop-mask {
  z-index: 1050; }

.modal-open .cs-skin-slide.cs-active {
  z-index: 1050; }

.dropdown-placeholder {
  display: inline-block;
  vertical-align: middle; }

.dropdown-mask {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 600; }

/* Bootstrap Tags input
https://github.com/timschlechter/bootstrap-tagsinput
*/
.form-group-default .bootstrap-tagsinput {
  border: 0px;
  padding-left: 0; }

.bootstrap-tagsinput {
  background-color: transparent;
  border: 1px solid rgba(117, 124, 129, 0.3);
  border-radius: 4px;
  padding-bottom: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s; }
  .bootstrap-tagsinput.active-element {
    background-color: #d6d8d9; }
  .bootstrap-tagsinput input {
    border: none;
    margin-bottom: 0px;
    min-height: 25px;
    min-width: 10em !important; }
  .bootstrap-tagsinput .tag {
    vertical-align: middle;
    padding: 6px 9px;
    padding-right: 6px;
    border-radius: 3px;
    line-height: 30px; }
  .bootstrap-tagsinput .tag[data-role="remove"] {
    margin-left: 4px; }
  .bootstrap-tagsinput .tag[data-role="remove"]:hover:active,
  .bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: none; }
  .bootstrap-tagsinput .tag [data-role="remove"]:after {
    font-family: 'pages-icon';
    content: "\e60a";
    padding: 0; }

/* Bootstrap3 wysihtml5
https://github.com/Waxolunist/bootstrap3-wysihtml5-bower
*/
.wysiwyg5-wrapper {
  position: relative; }
  .wysiwyg5-wrapper .wysihtml5-toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 50px;*/
    background: #f2f3f3;
    border-top: 1px solid #d6d8d9; }
    .wysiwyg5-wrapper .wysihtml5-toolbar .btn {
      background: none repeat scroll 0 0 transparent;
      border-color: transparent;
      border-right-color: #d6d8d9;
      color: #A5A5A5;
      font-size: 16px;
      font-weight: 600;
      height: 50px;
      line-height: 50px;
      padding: 0 5px;
      border-width: 1px;
      border-radius: 0 !important;
      box-shadow: none !important; }
      .wysiwyg5-wrapper .wysihtml5-toolbar .btn:hover .editor-icon {
        opacity: .8; }
      .wysiwyg5-wrapper .wysihtml5-toolbar .btn.active .editor-icon {
        opacity: 1; }
      .wysiwyg5-wrapper .wysihtml5-toolbar .btn.dropdown-toggle {
        padding-left: 10px;
        padding-right: 20px; }
        .wysiwyg5-wrapper .wysihtml5-toolbar .btn.dropdown-toggle .current-font {
          opacity: .5;
          font-size: 14px; }
    .wysiwyg5-wrapper .wysihtml5-toolbar > li {
      margin: 0;
      padding: 0; }
  .wysiwyg5-wrapper .wysiwyg {
    width: 100%;
    min-height: 200px;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 50px !important;
    border: 0; }
    .wysiwyg5-wrapper .wysiwyg:focus {
      background-color: #fbfbfb;
      outline: 0 !important;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .wysiwyg5-wrapper .expand-wysiwyg {
    bottom: 0;
    color: #A5A5A5;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    position: absolute;
    right: 0; }
  .wysiwyg5-wrapper .wysihtml5-sandbox {
    border: none !important;
    padding: 16px 16px 50px !important;
    width: 100% !important; }
    .wysiwyg5-wrapper .wysihtml5-sandbox.expanded {
      height: 100% !important; }

.toggle-wysiwyg {
  position: absolute;
  right: 15px;
  top: 0; }
  .toggle-wysiwyg li {
    display: inline-block;
    font-weight: 600; }

.editor-icon {
  background-image: url("../img/editor_tray.png");
  display: inline-block;
  height: 40px;
  margin-top: 5px;
  opacity: 0.4;
  vertical-align: top;
  width: 40px; }
  .editor-icon-headline {
    background-position: 0 0;
    width: 31px; }
  .editor-icon-bold {
    background-position: -40px 0; }
  .editor-icon-italic {
    background-position: -80px 0; }
  .editor-icon-underline {
    background-position: -120px 0; }
  .editor-icon-link {
    background-position: -160px 0; }
  .editor-icon-quote {
    background-position: -200px 0; }
  .editor-icon-ul {
    background-position: -240px 0; }
  .editor-icon-ol {
    background-position: -280px 0; }
  .editor-icon-outdent {
    background-position: -320px 0; }
  .editor-icon-indent {
    background-position: -360px 0; }
  .editor-icon-image {
    background-position: -400px 0; }
  .editor-icon-html {
    background-position: -440px 0; }

/* Summernote
https://github.com/HackerWins/summernote
*/
.summernote-wrapper .note-editor {
  border-color: #d6d8d9; }
  .summernote-wrapper .note-editor .note-toolbar {
    padding: 0;
    background-color: #f2f3f3;
    border-bottom: none; }
    .summernote-wrapper .note-editor .note-toolbar .btn-group {
      margin: 0 -1px 0 0; }
      .summernote-wrapper .note-editor .note-toolbar .btn-group .btn {
        font-size: 12px;
        font-weight: 600;
        height: 50px;
        min-width: 47px;
        line-height: 50px;
        padding: 0 5px;
        border-radius: 0;
        background-color: #f2f3f3;
        border-color: transparent;
        border-right-color: #d6d8d9;
        border-bottom-color: #d6d8d9;
        color: #757c81; }
        .summernote-wrapper .note-editor .note-toolbar .btn-group .btn.active, .summernote-wrapper .note-editor .note-toolbar .btn-group .btn:active {
          background-color: #d6d8d9; }
        .summernote-wrapper .note-editor .note-toolbar .btn-group .btn.dropdown-toggle {
          min-width: 61px; }
        .summernote-wrapper .note-editor .note-toolbar .btn-group .btn:not(:last-child), .summernote-wrapper .note-editor .note-toolbar .btn-group .btn:not(:only-child) {
          margin-right: 1px; }
  .summernote-wrapper .note-editor .note-statusbar {
    background-color: transparent; }
    .summernote-wrapper .note-editor .note-statusbar .note-resizebar {
      border-top-color: transparent; }
      .summernote-wrapper .note-editor .note-statusbar .note-resizebar .note-icon-bar {
        border-top: 1px solid #d6d8d9; }

.summernote-wrapper .note-popover .popover .popover-content .dropdown-menu li a i, .summernote-wrapper .note-toolbar .dropdown-menu li a i {
  color: #0052bb; }

input, input:focus {
  -webkit-transition: none !important; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important; }

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #f2f3f3 inset !important; }

input.error:-webkit-autofill,
input.error:-webkit-autofill:focus,
.has-error input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #F9E9E9 inset !important; }

/* Pages SelectFx */
/* Default custom select styles */
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  width: 100%;
  max-width: 500px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.cs-select:focus {
  outline: none;
  /* For better accessibility add a style for this in your skin */ }

.cs-select select {
  display: none; }

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em; }

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cs-select > span::after {
  content: '\25BE';
  right: 1em; }

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em; }

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  visibility: hidden; }

.cs-select.cs-active .cs-options {
  visibility: visible; }

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.cs-select ul span {
  padding: 1em; }

.cs-select ul li.cs-focus span {
  background-color: #ddd; }

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em; }

.cs-select li.cs-optgroup > span {
  cursor: default; }

div.cs-skin-slide {
  color: #fff;
  /*font-size: 1.5em;*/
  width: 300px; }

@media screen and (max-width: 30em) {
  div.cs-skin-slide {
    font-size: 1em;
    width: 250px; } }

div.cs-skin-slide::before {
  content: '';
  background: #282b30;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.cs-skin-slide.cs-active::before {
  -webkit-transform: scale3d(1.1, 3.5, 1);
  transform: scale3d(1.1, 3.5, 1); }

.cs-skin-slide > span {
  height: 80px;
  line-height: 32px;
  -webkit-transition: text-indent 0.3s, opacity 0.3s;
  transition: text-indent 0.3s, opacity 0.3s; }

@media screen and (max-width: 30em) {
  .cs-skin-slide > span {
    height: 60px;
    line-height: 28px; } }

.cs-skin-slide.cs-active > span {
  text-indent: -290px;
  opacity: 0; }

.cs-skin-slide.cs-active > span::after {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.cs-skin-slide .cs-options {
  background: transparent;
  width: 70%;
  height: 400%;
  padding: 1.9em 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

@media screen and (max-width: 30em) {
  .cs-skin-slide .cs-options {
    padding-top: 3em; } }

.cs-skin-slide .cs-options li {
  opacity: 0;
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s; }

.cs-skin-slide.cs-active .cs-options li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.cs-skin-slide.cs-active .cs-options li:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s; }

/* more options need more delay declaration */
.cs-skin-slide .cs-options li span {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 65%;
  padding: 0.8em 1em 0.8em 2.5em; }

.cs-skin-slide .cs-options li span:hover,
.cs-skin-slide .cs-options li.cs-focus span,
.cs-skin-slide .cs-options li.cs-selected span {
  color: #eb7e7f;
  background: transparent; }

.cs-skin-slide .cs-selected span::after {
  content: ''; }

/* Pages Select  overriding */
.form-group-default .cs-skin-slide > span {
  padding: 0 30px 0 0;
  height: 22px;
  line-height: 21px; }

.form-group-default .cs-wrapper {
  width: 100%; }

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

.form-control.cs-select:not(.cs-active) {
  width: 100% !important; }

.cs-select {
  background-color: transparent; }
  .cs-select span {
    text-overflow: initial; }
  .cs-select .cs-placeholder {
    width: 100%; }

div.cs-skin-slide {
  width: auto;
  font-family: Arial,sans-serif;
  color: #5e5e5e; }
  div.cs-skin-slide:before {
    background-color: transparent; }
  div.cs-skin-slide.cs-transparent {
    background: none; }
    div.cs-skin-slide.cs-transparent .cs-backdrop {
      border-color: transparent;
      background: none; }
    div.cs-skin-slide.cs-transparent.cs-active .cs-backdrop {
      background: #fbfbfb; }
  div.cs-skin-slide > span {
    height: 35px;
    padding: 6px 33px 6px 17px;
    line-height: 23px;
    z-index: 1; }
  div.cs-skin-slide.cs-active {
    z-index: 790; }
    div.cs-skin-slide.cs-active:before {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    div.cs-skin-slide.cs-active .cs-backdrop {
      border: transparent;
      background: #fbfbfb;
      box-shadow: -1px 0 1px #ccc, 1px 0 1px #ccc; }
  div.cs-skin-slide > span:after,
  div.cs-skin-slide.cs-active > span:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #5e5e5e; }
  div.cs-skin-slide .cs-options {
    height: auto;
    padding: 9px 0;
    width: auto;
    padding: 10px;
    max-height: 350px;
    transform: translate3d(1, 1, 1);
    overflow: hidden;
    z-index: 1; }
    div.cs-skin-slide .cs-options ul {
      width: 100%;
      display: table; }
      div.cs-skin-slide .cs-options ul li {
        display: table-row; }
        div.cs-skin-slide .cs-options ul li span {
          display: table-cell;
          font-size: 14px;
          font-weight: normal;
          letter-spacing: normal;
          padding: 5px 0;
          text-transform: none;
          max-height: 350px;
          overflow-y: auto; }
        div.cs-skin-slide .cs-options ul li span:hover,
        div.cs-skin-slide .cs-options ul li.cs-focus span,
        div.cs-skin-slide .cs-options ul li.cs-selected span {
          color: #35383a; }

.cs-backdrop {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid rgba(117, 124, 129, 0.3);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.cs-skin-slide.cs-active .cs-options li:nth-child(6) {
  transition-delay: 0.3s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(7) {
  transition-delay: 0.35s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(8) {
  transition-delay: 0.4s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(9) {
  transition-delay: 0.45s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(10) {
  transition-delay: 0.5s; }

.cs-skin-slide.cs-active .cs-options li:nth-child(11) {
  transition-delay: 0.55s; }

/* Dropzone for Angular */
.dropzone[dropzone="dropzone"] input[type="file"] {
  visibility: hidden; }

/* end overrides */
.twitter-typeahead {
  width: 100%; }

.tt-menu {
  width: 100%;
  padding: 3px 10px 3px 3px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.tt-suggestion {
  color: #757c81;
  padding: 3px 7px 4px;
  padding-left: 26px;
  line-height: 24px; }
  .tt-suggestion:hover {
    cursor: pointer;
    background: #f2f3f3; }
  .tt-suggestion.tt-cursor {
    background: #f2f3f3; }
  .tt-suggestion p {
    margin: 0; }

.form-group-default.typehead {
  overflow: inherit; }

.form-group-default .tt-menu {
  width: calc(100% + 24px);
  margin: 4px -12px; }

/* Demo specifc classes */
.demo-form-wysiwyg {
  height: 250px; }

.switchery {
  border-radius: 5px;
  height: 25px; }
  .switchery > small {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    height: 25px;
    position: absolute;
    width: 25px; }
    .switchery > small:after, .switchery > small:before {
      content: '';
      display: block;
      height: 10px;
      width: 2px;
      position: absolute;
      left: 9px;
      top: 8px;
      background: #F3F4F5; }
    .switchery > small:before {
      left: 14px; }

/*------------------------------------------------------------------
[16. Tables and Datatables]
*/
/* Generic Tables
------------------------------------
*/
.table {
  margin-top: 5px; }
  .table thead tr th {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.17em;
    font-size: 11px;
    padding-top: 14px;
    padding-bottom: 14px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(214, 216, 217, 0.7);
    color: #757c81; }
    .table thead tr th[class*='sorting_'] {
      color: #35383a; }
    .table thead tr th:first-child {
      padding-left: 18px !important; }
    .table thead tr th .btn {
      margin-top: -20px;
      margin-bottom: -20px; }
  .table tbody tr td {
    background: #fff;
    border-bottom: 1px solid rgba(214, 216, 217, 0.7);
    border-top: 0px;
    padding: 20px;
    font-size: 14.5px; }
    .table tbody tr td .btn-tag {
      background: rgba(53, 56, 58, 0.07);
      display: inline-block;
      margin: 5px;
      border-radius: 4px;
      padding: 5px;
      color: #62605a !important; }
      .table tbody tr td .btn-tag:hover {
        background: rgba(53, 56, 58, 0.15); }
    .table tbody tr td[class*='sorting_'] {
      color: #000; }
  .table tbody tr.selected td {
    background: #fef6dd; }
  .table.table-hover tbody tr:hover td {
    background: #ccdcf1 !important;
    background: #FAFBFC !important; }
  .table.table-hover tbody tr.selected:hover td {
    background: #fef6dd !important; }
  .table.table-striped tbody tr td {
    background: #fbfbfb !important; }
  .table.table-striped tbody tr:nth-child(2n+1) td {
    background: #fff !important; }
  .table.table-borderless tbody tr td {
    border-top: 0; }
  .table.table-condensed {
    table-layout: fixed; }
    .table.table-condensed thead tr th {
      padding-left: 20px;
      padding-right: 20px; }
    .table.table-condensed tbody tr td {
      padding-top: 12px;
      padding-bottom: 12px; }
    .table.table-condensed thead tr th, .table.table-condensed tbody tr td, .table.table-condensed tbody tr td * {
      white-space: nowrap;
      vertical-align: middle;
      overflow: hidden;
      text-overflow: ellipsis; }
    .table.table-condensed.table-detailed > tbody > tr.shown > td {
      background: #fef6dd; }
      .table.table-condensed.table-detailed > tbody > tr.shown > td:first-child:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .table.table-condensed.table-detailed > tbody > tr.shown + tr > td {
      background: rgba(251, 251, 251, 0.4);
      padding: 0px 40px; }
      .table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline {
        background: transparent; }
        .table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline tr, .table.table-condensed.table-detailed > tbody > tr.shown + tr > td .table-inline td {
          background: transparent;
          font-weight: 600; }
    .table.table-condensed.table-detailed > tbody > tr.row-details > td:first-child:before {
      content: ''; }
    .table.table-condensed.table-detailed > tbody > tr > td:hover {
      cursor: pointer; }
    .table.table-condensed.table-detailed > tbody > tr > td:first-child:before {
      content: "\f054";
      display: inline-block;
      margin-right: 8px;
      font-family: 'FontAwesome';
      -webkit-transition: all 0.12s linear;
      transition: all 0.12s linear; }
    .table.table-condensed.table-detailed .table-inline td {
      border: none;
      text-align: left; }
  .table.table-borderless > tbody > tr > td {
    border-bottom: 0px; }

.fht-table {
  margin-bottom: 0 !important; }

/* Data-tables
------------------------------------
*/
.table.dataTable.no-footer {
  border: none; }

.dataTables_scroll:hover .dataTables_scrollBody:before {
  content: "";
  top: 0;
  height: 0; }

.dataTables_scrollBody {
  overflow-y: auto;
  border: none !important; }
  .dataTables_scrollBody:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    background: transparent; }

.dataTables_wrapper .dataTables_paginate {
  float: right; }

.dataTables_wrapper .dataTables_paginate ul > li.disabled a {
  opacity: .5; }

.dataTables_wrapper .dataTables_paginate ul > li > a {
  padding: 5px 10px;
  color: #757c81;
  opacity: .35;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .dataTables_wrapper .dataTables_paginate ul > li > a:hover {
    opacity: .65; }

.dataTables_wrapper .dataTables_paginate ul > li.next > a,
.dataTables_wrapper .dataTables_paginate ul > li.prev > a {
  opacity: 1; }

.dataTables_wrapper .dataTables_paginate ul > li.disabled a {
  opacity: .35; }
  .dataTables_wrapper .dataTables_paginate ul > li.disabled a:hover {
    opacity: .35; }

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  margin-top: 25px !important; }

.dataTables_paginate.paging_bootstrap.pagination {
  padding-top: 0;
  padding-right: 20px; }

.dataTables_wrapper .dataTables_info {
  clear: none;
  font-size: 12px;
  padding: 0 33px;
  color: #757c81; }

.dataTables_wrapper .dataTables_paginate ul > li {
  display: inline-block;
  padding-left: 0;
  font-size: 11px; }

.dataTables_scrollHeadInner {
  padding-right: 0 !important; }

.export-options-container {
  position: relative; }

.dataTables_wrapper .dataTables_paginate ul > li.active > a {
  font-weight: bold;
  color: #757c81;
  opacity: 1; }

.export-options-container a {
  color: inherit;
  opacity: 1; }

.exportOptions .DTTT.btn-group a {
  display: block !important; }

table.dataTable thead .sorting_asc:after {
  background-image: url("../img/icons/sort_asc.png"); }

table.dataTable thead .sorting_desc:after {
  background-image: url("../img/icons/sort_desc.png"); }

table.dataTable thead .sorting:after {
  background-image: url("../img/icons/sort_both.png"); }

table.dataTable thead .sorting_asc_disabled:after {
  background-image: url("../img/icons/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled:after {
  background-image: url("../img/icons/sort_desc_disabled.png"); }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 12px;
  content: "";
  width: 19px;
  height: 19px;
  background-position: center center;
  opacity: 1; }

/* Responsive Handlers : Tables */
@media (max-width: 991px) {
  .dataTables_wrapper .dataTables_info {
    float: left; }
  .dataTables_paginate.paging_bootstrap.pagination {
    float: right; } }

@media (max-width: 480px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: left;
    clear: both;
    display: block; } }

/* Demo classes */
.demo-table-search thead th:nth-child(1) {
  width: 20%; }

.demo-table-search thead th:nth-child(2) {
  width: 22%; }

.demo-table-search thead th:nth-child(3) {
  width: 24%; }

.demo-table-search thead th:nth-child(4) {
  width: 15%; }

.demo-table-search thead th:nth-child(5) {
  width: 19%; }

.demo-table-dynamic thead th:nth-child(1) {
  width: 25%; }

.demo-table-dynamic thead th:nth-child(2) {
  width: 30%; }

.demo-table-dynamic thead th:nth-child(3) {
  width: 20%; }

.demo-table-dynamic thead th:nth-child(4) {
  width: 25%; }

.table-has-dropdown {
  overflow-x: visible !important;
  overflow-y: visible !important; }

.table-has-links td {
  position: relative; }
  .table-has-links td .table-cell-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

/*------------------------------------------------------------------
[17. Charts]
*/
.line-chart .nvd3 line.nv-guideline {
  /* Vertical bar on hover in interactive chart */
  stroke-width: 30px;
  stroke-opacity: .04;
  stroke: #000; }

.line-chart .nvd3 .nv-groups path.nv-area {
  /*  filled area */
  fill-opacity: .1; }

.line-chart .nvd3 .nv-groups path.nv-line {
  /*  Line */
  stroke-opacity: .3; }

.line-chart .nvd3 .nv-axis line {
  /*  grid lines */
  stroke-opacity: .5; }

.line-chart[data-x-grid="false"] .nv-x .tick line {
  display: none; }

.line-chart[data-y-grid="false"] .nv-y .tick line {
  display: none; }

.line-chart .domain {
  /* domain */
  opacity: 0; }

.line-chart[data-points="true"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  /* Toggle points */
  fill-opacity: 1;
  stroke-opacity: .5; }

.line-chart .nvtooltip table td.legend-color-guide div {
  border-radius: 100px; }

.line-chart thead .nv-pointer-events-none strong {
  color: #c5c8ca; }

.line-chart .nv-pointer-events-none {
  font-size: 12px; }
  .line-chart .nv-pointer-events-none .value.nv-pointer-events-none {
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 11px;
    color: #c5c8ca; }

.line-chart .nvtooltip table {
  margin: 12px 10px 14px 15px; }

.line-chart .nvtooltip.xy-tooltip.nv-pointer-events-none {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }

.line-chart[data-stroke-width="1"] .nvd3 .nv-groups path.nv-line {
  /* Line widths */
  stroke-width: 1px; }

.line-chart[data-stroke-width="1"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  /* Line widths */
  stroke-width: 2px; }

.line-chart[data-stroke-width="2"] .nvd3 .nv-groups path.nv-line {
  stroke-width: 2px; }

.line-chart[data-stroke-width="2"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke-width: 3px; }

.line-chart[data-stroke-width="3"] .nvd3 .nv-groups path.nv-line {
  stroke-width: 3px; }

.line-chart[data-stroke-width="3"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke-width: 4px; }

.line-chart .tick text, .line-chart .nvd3 .nv-axis .nv-axisMaxMin text {
  fill: #757c81;
  font-family: "Montserrat";
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal; }

.line-chart .nvd3.nv-scatter .nv-groups .nv-point.hover,
.line-chart .nvd3 .nv-groups .nv-point.hover {
  fill: inherit !important;
  stroke: inherit !important; }

/* Line widths
------------------------------------
*/
.line-chart[data-line-color="master"] .nvd3 line.nv-guideline, .line-chart[data-line-color="master"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="master"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #757c81; }

.line-chart[data-line-color="success"] .nvd3 line.nv-guideline, .line-chart[data-line-color="success"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="success"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #81C926; }

.line-chart[data-line-color="primary"] .nvd3 line.nv-guideline, .line-chart[data-line-color="primary"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="primary"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #0052bb; }

.line-chart[data-line-color="info"] .nvd3 line.nv-guideline, .line-chart[data-line-color="info"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="info"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #3b4752; }

.line-chart[data-line-color="complete"] .nvd3 line.nv-guideline, .line-chart[data-line-color="complete"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="complete"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #0052bb; }

.line-chart[data-line-color="warning"] .nvd3 line.nv-guideline, .line-chart[data-line-color="warning"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="warning"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #f8d053; }

.line-chart[data-line-color="danger"] .nvd3 line.nv-guideline, .line-chart[data-line-color="danger"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="danger"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #f55753; }

.line-chart[data-line-color="white"] .nvd3 line.nv-guideline, .line-chart[data-line-color="white"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="white"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #fff; }

.line-chart[data-line-color="black"] .nvd3 line.nv-guideline, .line-chart[data-line-color="black"]
.nvd3 .nv-groups path.nv-line, .line-chart[data-line-color="black"]
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  stroke: #000; }

/* Area Fill colors
------------------------------------
*/
.line-chart[data-area-color="master"] .nvd3 .nv-groups path.nv-area {
  fill: #757c81; }

.line-chart[data-area-color="success"] .nvd3 .nv-groups path.nv-area {
  fill: #81C926; }

.line-chart[data-area-color="info"] .nvd3 .nv-groups path.nv-area {
  fill: #3b4752; }

.line-chart[data-area-color="complete"] .nvd3 .nv-groups path.nv-area {
  fill: #0052bb; }

.line-chart[data-area-color="primary"] .nvd3 .nv-groups path.nv-area {
  fill: #0052bb; }

.line-chart[data-area-color="warning"] .nvd3 .nv-groups path.nv-area {
  fill: #f8d053; }

.line-chart[data-area-color="danger"] .nvd3 .nv-groups path.nv-area {
  fill: #f55753; }

.line-chart[data-area-color="white"] .nvd3 .nv-groups path.nv-area {
  fill: #fff; }

.line-chart[data-area-color="black"] .nvd3 .nv-groups path.nv-area {
  fill: #000; }

/* Point fill colors
------------------------------------
*/
.line-chart[data-point-color="master"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #757c81; }

.line-chart[data-point-color="success"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #81C926; }

.line-chart[data-point-color="info"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #3b4752; }

.line-chart[data-point-color="complete"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #0052bb; }

.line-chart[data-point-color="primary"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #0052bb; }

.line-chart[data-point-color="warning"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #f8d053; }

.line-chart[data-point-color="danger"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #f55753; }

.line-chart[data-point-color="white"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill: #fff; }

#nvd3-line svg,
#nvd3-line2 svg,
#nvd3-area svg {
  height: 500px; }

/* Rickshaw Charts
------------------------------------
*/
.rickshaw-chart.rickshaw_graph .detail {
  padding-left: 15px;
  transform: translateX(-15px);
  width: 30px;
  background: rgba(0, 0, 0, 0.04);
  right: -15px; }
  .rickshaw-chart.rickshaw_graph .detail .item, .rickshaw-chart.rickshaw_graph .detail .x_label {
    transform: translateX(15px); }
  .rickshaw-chart.rickshaw_graph .detail:after {
    content: "";
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    display: block; }

.rickshaw-chart .y_grid .tick.major line {
  stroke-dasharray: 3px, 5px;
  opacity: .7; }

.rickshaw-chart.rickshaw_graph .detail .x_label {
  display: none; }

.rickshaw-chart.rickshaw_graph .detail .item {
  line-height: 1.4;
  padding: 0.5em; }

.rickshaw-chart.rickshaw_graph .detail_swatch {
  float: right;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 0; }

.rickshaw-chart.rickshaw_graph .detail .date {
  font-size: 11px;
  color: #a0a0a0;
  opacity: .5; }

#tab-rickshaw-realtime #rickshaw-realtime_y_axis {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  width: 40px;
  left: 0;
  z-index: 1; }
  #tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .y_ticks path, #tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .x_ticks_d3 path {
    fill: none;
    stroke: none; }
  #tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .y_ticks text, #tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .x_ticks_d3 text {
    opacity: 0.35;
    font-family: 'Montserrat';
    font-size: 11px; }

#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .dot {
  border-radius: 50px; }

#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .x_label {
  display: none; }

#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .item {
  line-height: 1.4;
  padding: 0.5em; }

#tab-rickshaw-bars #rickshaw-stacked-bars .detail_swatch {
  float: right;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 0; }

#tab-rickshaw-bars #rickshaw-stacked-bars.rickshaw_graph .detail .date {
  font-size: 11px;
  color: #a0a0a0;
  opacity: .5; }

#tab-rickshaw-slider #rickshaw-slider {
  height: 500px; }

#tab-rickshaw-slider .rickshaw_graph .x_grid_d3 .tick {
  stroke-opacity: 0; }

#tab-rickshaw-slider .rickshaw_graph .y_ticks path, #tab-rickshaw-slider .rickshaw_graph .x_ticks_d3 path {
  stroke: none; }

#tab-rickshaw-slider .rickshaw_graph .y_ticks text, #tab-rickshaw-slider .rickshaw_graph .x_ticks_d3 text {
  font-family: 'Montserrat';
  font-size: 11px; }

#tab-rickshaw-slider .rickshaw_range_slider_preview .frame {
  opacity: 0; }

#tab-rickshaw-slider .rickshaw_range_slider_preview .left_handle, #tab-rickshaw-slider .rickshaw_range_slider_preview .right_handle {
  fill: #000;
  fill-opacity: 0.1 !important; }

#tab-rickshaw-slider .slider {
  position: absolute;
  top: 0;
  height: 93px;
  overflow: hidden; }

#tab-rickshaw-slider .chart {
  position: absolute;
  bottom: 40px;
  top: 150px;
  left: 33px;
  right: 0;
  width: auto; }
  #tab-rickshaw-slider .chart .x_tick.plain .title {
    font-family: 'Montserrat';
    font-size: 11px; }

#tab-rickshaw-slider .y_axis {
  bottom: 0;
  position: absolute;
  top: 150px;
  width: 40px;
  left: -6px; }

#tab-rickshaw-slider .rickshaw_graph .x_tick {
  border-color: transparent; }
  #tab-rickshaw-slider .rickshaw_graph .x_tick .title {
    bottom: -24px;
    left: -15px; }

/*------------------------------------------------------------------
[18. List]
*/
.list-view-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  -webkit-overflow-scrolling: touch; }

.list-view-container {
  position: relative; }
  .list-view-container .list-quickscroll ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 120;
    padding-top: 10px;
    padding-bottom: 10px; }
    .list-view-container .list-quickscroll ul li a {
      font-size: 0.7em;
      vertical-align: baseline; }

.list-view-group-container {
  margin: 0;
  min-height: 1px;
  overflow: hidden;
  padding: 26px 0 0 0;
  position: relative; }
  .list-view-group-container:last-child ul {
    border: 0; }

.list-view-group-header, .list-view-fake-header {
  background: #fbfbfb;
  color: #232830;
  font: normal 11px/14px 'Montserrat',Arial;
  text-transform: uppercase;
  margin: 0;
  padding: 6px 0 5px 15px;
  position: absolute;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  z-index: 10; }

.list-view-group-header {
  bottom: auto;
  min-height: 1px;
  top: 0;
  width: 100%;
  border-top: 0; }

.list-view-fake-header {
  width: 100%;
  z-index: 100;
  font-size: 11px !important;
  line-height: 14px !important; }

.list-view-fake-header.list-view-hidden {
  visibility: hidden; }

.list-view-group-container.list-view-animated .list-view-group-header {
  bottom: 0;
  top: auto; }

input.list-view-search {
  font-size: 15px;
  color: #232830; }

.no-top-border .list-view-fake-header {
  border-top: 0; }

.list-view ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.list-view li {
  padding-left: 15px;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
  display: table; }
  .list-view li:hover {
    background-color: #ccdcf1; }
  .list-view li.active {
    background-color: #fef6dd; }
  .list-view li p {
    margin: 0;
    line-height: 19px; }
  .list-view li > a {
    margin-right: 15px;
    display: table;
    width: 100%; }

.list-view.boreded li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.list-view.boreded li:last-child > a {
  border-bottom: 0; }

.list-view.boreded li + li {
  border-top: 0; }

[data-ios="true"] .list-view-group-header,
[data-ios="true"] .list-view-fake-header {
  width: 288px;
  /*scrollbars aren't visible in iOS devices, so make the headers wider */ }

.list-group-item {
  border: 1px solid #f2f3f3; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #9ad451;
    border-color: #9ad451; }

.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.checkout-progress.checkout-absolute, .progress-list.checkout-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px; }

.checkout-progress ul, .progress-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .checkout-progress ul li, .progress-list ul li {
    display: inline-block;
    padding: 5px 20px; }

.checkout-progress.progress-vertical ul li, .progress-list.progress-vertical ul li {
  display: block;
  padding: 10px 20px; }

.checkout-progress .progress-number, .progress-list .progress-number {
  text-align: center;
  line-height: 28px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background-color: transparent;
  border: 1px solid #d6d8d9;
  vertical-align: middle;
  margin-right: 10px; }

.checkout-progress .done .progress-number, .progress-list .done .progress-number {
  background-color: #d6d8d9;
  border: 1px solid #d6d8d9; }

.checkout-progress .active, .progress-list .active {
  color: #35383a; }
  .checkout-progress .active .progress-number, .progress-list .active .progress-number {
    background-color: #0052bb;
    border: 1px solid #0052bb;
    color: white; }

.progress-item {
  margin-bottom: 20px; }
  .progress-item .progress-number {
    text-align: center;
    line-height: 28px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: transparent;
    border: 1px solid #d6d8d9;
    vertical-align: middle;
    margin-right: 10px;
    float: left; }
    .light-content .progress-item .progress-number {
      background: rgba(255, 255, 255, 0.15);
      border: 0;
      color: white; }
  .progress-item .progress-description {
    display: block;
    padding-left: 50px; }

.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li.active {
      color: #0052bb; }
      .breadcrumbs li.active a {
        color: #0052bb; }
    .breadcrumbs li a {
      color: #757c81; }
      .breadcrumbs li a:hover {
        color: #0052bb; }
    .breadcrumbs li:not(:last-child):after {
      content: '/';
      display: inline-block;
      padding-left: 13px;
      padding-right: 5px;
      font-size: 18px;
      color: #0052bb;
      opacity: 0.3; }

.list, .list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.list li {
  padding: 20px;
  position: relative; }

.list .list-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.list.list-bordered li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .list.list-bordered li:last-child {
    border-bottom: none; }

.list.list-hovered li:hover {
  background-color: #FAFBFC; }

/*------------------------------------------------------------------
[19. Social App]
*/
.social-wrapper,
.social {
  height: 100%;
  width: 100%; }

/* Cover
------------------------------------
*/
.social-wrapper .social .jumbotron {
  height: 60vh; }

.social-wrapper .social .cover-photo {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden; }
  .social-wrapper .social .cover-photo:before {
    background-image: url("../img/linear_gradient.png");
    background-repeat: repeat-x;
    bottom: 0;
    content: " ";
    height: 270px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1; }
  .social-wrapper .social .cover-photo .pull-bottom {
    z-index: 2; }

.cover-img-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cover-img-container .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%; }

/* Feed
------------------------------------
*/
.social-user-profile {
  width: 52px; }
  .social-user-profile > .thumbnail-wrapper {
    float: none; }

.social-wrapper .social .feed {
  overflow-y: hidden;
  width: 100%; }
  .social-wrapper .social .feed > .day {
    white-space: normal;
    display: block;
    width: 100%;
    margin: 0 auto; }
    .social-wrapper .social .feed > .day:after {
      feed: '';
      display: block;
      clear: both; }
    .social-wrapper .social .feed > .day:hover > .timeline:after {
      background: #0052bb; }

/* Cards
------------------------------------
*/
.card {
  padding-bottom: 0;
  margin-bottom: 0;
  background: #FFF;
  float: left;
  position: relative;
  border-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid rgba(183, 210, 229, 0.8);
  -webkit-box-shadow: 0 1px 4px 0 rgba(43, 63, 89, 0.1);
  box-shadow: 0 1px 4px 0 rgba(43, 63, 89, 0.1); }
  .card .circle {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    border-radius: 50%;
    border: 2px solid #f2f3f3;
    width: 9px;
    height: 9px;
    background: #626c75;
    z-index: 1; }
    .card .circle:hover {
      cursor: pointer; }
  .card .card-options {
    position: absolute;
    right: 10px;
    top: 20px;
    display: block;
    font-size: 20px;
    color: #757c81;
    z-index: 1; }
    .card .card-options > a {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .card.full-width {
    width: 100% !important; }
  .card .card-link-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .card.status {
    background: #ccdcf1;
    border-radius: 4px;
    padding: 15px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent; }
    .card.status:hover, .card.status.hover {
      border-color: #d8dadc !important; }
    .card.status h5 {
      font-size: 15px;
      margin: 0; }
      .card.status h5 .time {
        color: #fff; }
    .card.status h2 {
      color: #35383a;
      font-size: 25px;
      margin: 0;
      font-weight: normal; }
    .card.status .reactions {
      color: #f2f3f3;
      opacity: .45;
      font-size: 12px;
      padding: 0;
      margin: 5px 0 0;
      padding: 0; }
      .card.status .reactions li {
        display: inline-block;
        list-style: none;
        padding: 0; }
    .card.status .circle {
      width: 9px;
      height: 9px;
      border: none;
      background: #0052bb; }
  .card.document {
    min-height: 300px; }
    .card.document img {
      width: auto; }
  .card.share .card-header, .card.document .card-header {
    padding: 15px 15px 15px;
    border-bottom: 1px solid #ccdcf1;
    position: relative; }
    .card.share .card-header:not(:first-child), .card.document .card-header:not(:first-child) {
      border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }
    .card.share .card-header:hover, .card.document .card-header:hover {
      cursor: pointer;
      border-top-right-radius: 2px;
      border-top-left-radius: 2px; }
    .card.share .card-header .user-pic, .card.document .card-header .user-pic {
      float: left;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 10px; }
      .card.share .card-header .user-pic > img, .card.document .card-header .user-pic > img {
        width: 30px;
        height: 30px; }
    .card.share .card-header h5, .card.document .card-header h5 {
      font-size: 15px;
      margin: 0;
      line-height: 28x;
      letter-spacing: -0.006em;
      margin-top: -3px; }
    .card.share .card-header h6, .card.document .card-header h6 {
      font-size: 12px;
      margin: 0;
      opacity: .45;
      opacity: .45; }
  .card.share .card-description, .card.document .card-description {
    padding: 12px 16px 11px;
    font-size: 14px;
    line-height: 21px;
    margin: 0; }
    .card.share .card-description p, .card.document .card-description p {
      margin-bottom: 4px; }
    .card.share .card-description .via, .card.document .card-description .via {
      opacity: .45;
      display: block;
      font-size: 12px; }
  .card.share .card-content, .card.document .card-content {
    position: relative; }
    .card.share .card-content .buttons, .card.document .card-content .buttons {
      left: 17px;
      padding: 0;
      position: absolute;
      top: 10px; }
      .card.share .card-content .buttons li, .card.document .card-content .buttons li {
        display: inline-block;
        list-style: none;
        margin-right: 10px; }
        .card.share .card-content .buttons li a, .card.document .card-content .buttons li a {
          color: #fff; }
  .card.share .card-feed, .card.document .card-feed {
    overflow: hidden;
    position: relative;
    max-height: 400px; }
    .card.share .card-feed:hover .buttons, .card.document .card-feed:hover .buttons {
      opacity: 1; }
    .card.share .card-feed .buttons, .card.document .card-feed .buttons {
      position: absolute;
      top: 5px;
      right: 0;
      opacity: 0; }
      .card.share .card-feed .buttons li, .card.document .card-feed .buttons li {
        display: inline-block;
        list-style: none; }
        .card.share .card-feed .buttons li a, .card.document .card-feed .buttons li a {
          color: #fff;
          opacity: 0.8;
          padding: 5px; }
    .card.share .card-feed > *, .card.document .card-feed > * {
      max-width: 100%; }
  .card.share .card-footer, .card.document .card-footer {
    padding: 14px 16px 11px;
    font-size: 12px !important; }
    .card.share .card-footer:hover, .card.document .card-footer:hover {
      cursor: pointer; }
    .card.share .card-footer .time, .card.document .card-footer .time {
      float: left;
      opacity: .45;
      margin-top: 1px; }
    .card.share .card-footer .reactions, .card.document .card-footer .reactions {
      float: right;
      margin: 0;
      padding: 0;
      opacity: .45; }
      .card.share .card-footer .reactions li, .card.document .card-footer .reactions li {
        display: inline-block;
        list-style: none; }
        .card.share .card-footer .reactions li a, .card.document .card-footer .reactions li a {
          color: inherit; }
  .card.share .card-description, .card.share .card-feed, .card.share .card-footer, .card.document .card-description, .card.document .card-feed, .card.document .card-footer {
    border-color: transparent;
    border-style: solid; }
  .card.share .card-description, .card.document .card-description {
    border-width: 1px; }
  .card.share .card-feed, .card.document .card-feed {
    border-width: 0 1px;
    margin-top: -2px; }
  .card.share .card-footer, .card.document .card-footer {
    border-width: 0 1px 1px 1px; }
  .card.share.share-other .card-description, .card.document.share-other .card-description {
    padding-bottom: 0; }
  .card.share.share-other .card-footer, .card.document.share-other .card-footer {
    padding-top: 0;
    border-radius: 0; }
    .card.share.share-other .card-footer:hover, .card.document.share-other .card-footer:hover {
      background: #fff; }
  .card.share.share-other .card-header, .card.document.share-other .card-header {
    border-top: 1px solid #ccdcf1; }
  .card.share.share-other .circle, .card.document.share-other .circle {
    background: #f8d053; }
  .card.col1 {
    width: 300px; }
  .card.col2 {
    width: 620px; }
  .card.col3 {
    width: 920px; }
  .card img {
    width: 100%; }

/* Step Form : Status */
.simform {
  margin-left: 0;
  padding: 0;
  position: static;
  margin-bottom: 20px; }
  .simform .error-message {
    padding-top: 29px !important;
    padding-left: 22px; }
  .simform .final-message, .simform .error-message {
    font-size: 15px;
    opacity: 0.5;
    display: none;
    margin-top: 19px;
    position: static;
    text-align: left;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .simform ol:before {
    background: transparent; }
  .simform .questions li {
    overflow: hidden; }
    .simform .questions li.current {
      position: relative; }
      .simform .questions li.current input {
        font-size: 14px;
        padding: 0 !important;
        margin: 0 !important; }
    .simform .questions li > span {
      width: 100%; }
      .simform .questions li > span label {
        font-size: 12px;
        opacity: .55;
        font-weight: 300;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
  .simform .questions input {
    background: transparent !important;
    height: 30px; }
  .simform .questions .current input,
  .simform .no-js .questions input {
    background: transparent;
    border: none; }
  .simform .controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .simform .controls .next, .simform .controls .number {
      display: none !important; }

/* Responsive Handlers: Social App
------------------------------------
*/
@media (min-width: 991px) and (max-width: 1070px) {
  .day .card:first-child .col-md-4:first-child {
    width: 100%;
    margin-bottom: 20px; }
  .day .card:first-child .col-md-4:nth-child(2), .day .card:first-child .col-md-4:nth-child(3) {
    width: 50%; } }

@media (max-width: 667px) {
  .social-wrapper .social .feed > .day > .card {
    width: 100% !important; } }

/*------------------------------------------------------------------
[20. Email App]
*/
/* Email Components
--------------------------------------------------
*/
.compose-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background: #fff;
  border-top: 1px solid #f2f3f3;
  z-index: 101; }
  .compose-wrapper .compose-email {
    font-size: 24px; }

.email-composer {
  margin-left: 250px;
  position: relative;
  overflow: auto;
  height: 100%;
  background: #fff; }
  .email-composer .email-toolbar-wrapper .wysihtml5-toolbar {
    background: #f2f3f3;
    border-bottom: 1px solid #d6d8d9;
    position: relative;
    border-top: none; }
  .email-composer .email-body-wrapper {
    border-bottom: 1px solid #d6d8d9;
    margin-bottom: 20px; }
  .email-composer .bootstrap-tagsinput {
    margin: 0;
    padding: 0; }
  .email-composer > .row {
    margin-left: -30px;
    margin-right: -30px; }

.split-view .split-details .email-content-wrapper {
  background: #fff;
  height: 100%;
  width: auto;
  overflow: auto; }
  .split-view .split-details .email-content-wrapper .actions-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 799; }
  .split-view .split-details .email-content-wrapper .email-content {
    margin: 0 auto;
    width: 600px;
    display: block;
    padding-top: 62px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px; }
    .split-view .split-details .email-content-wrapper .email-content .email-content-header .sender .name {
      font-size: 15px;
      color: #3b4752; }
    .split-view .split-details .email-content-wrapper .email-content .email-content-header .sender .datetime {
      color: #757c81;
      opacity: .45;
      font-family: arial; }
    .split-view .split-details .email-content-wrapper .email-content .email-content-header .subject {
      font-family: arial;
      color: #3b4752;
      font-size: 15.2px;
      line-height: 17px; }
    .split-view .split-details .email-content-wrapper .email-content .email-content-header .fromto .btn-xs {
      border-radius: 13px; }
    .split-view .split-details .email-content-wrapper .email-content .email-content-body p {
      line-height: 23px;
      color: #757c81;
      letter-spacing: 0.001em; }
    .split-view .split-details .email-content-wrapper .email-content .email-reply {
      min-height: 200px; }
    .split-view .split-details .email-content-wrapper .email-content .editor-wrapper {
      border: 1px solid rgba(0, 0, 0, 0.05); }
      .split-view .split-details .email-content-wrapper .email-content .editor-wrapper .wysihtml5-sandbox {
        max-height: 150px;
        min-height: 130px !important;
        width: 100% !important; }

/* Email App Top Header
--------------------------------------------------
*/
.header-wrapper-email {
  font-size: 14.92px; }
  .header-wrapper-email .dropdown > .btn {
    color: #0052bb; }
  .header-wrapper-email .btn:hover {
    text-decoration: none; }

/* Responsive Handler : Email App
--------------------------------------------------
*/
@media (max-width: 1024px) {
  .email-composer {
    margin-left: 0; } }

/*------------------------------------------------------------------
[21. Calendar App]
*/
body.overflow-hidden {
  overflow: hidden; }

/*
Calendar
--------------------------------------------------
Header / .calendar-header
Years / .years .year
Months / .months
Weeks / .weeks-wrapper .week
Grid / .calendar-container
Events / .event-container
*/
.calendar {
  height: 100%; }
  .calendar .drager {
    overflow: hidden; }
    .calendar .drager .scroll-element {
      display: none; }
  .calendar.month {
    padding-left: 5px; }
    .calendar.month .options .date {
      margin-bottom: 22px; }
    .calendar.month .week-dragger {
      display: none; }
    .calendar.month .calendar-container {
      border-top: 1px solid #d6d8d9;
      padding-top: 0;
      height: calc(100% - 169px); }
      .calendar.month .calendar-container .view .tble {
        width: 100%; }
        .calendar.month .calendar-container .view .tble .thead .tcell .weekday {
          margin-left: 10px; }
  .calendar .calendar-header {
    height: 43px;
    background-color: #fbfbfb;
    line-height: 43px;
    padding-left: 60px; }
    .calendar .calendar-header > .drager {
      width: calc(100% - 141px);
      border-right: 1px solid rgba(0, 0, 0, 0.33);
      line-height: 35px; }
    .calendar .calendar-header .years {
      width: auto;
      list-style: none;
      white-space: nowrap;
      margin-top: 5px; }
      .calendar .calendar-header .years .year {
        display: inline-block;
        width: 69px;
        text-align: center;
        white-space: nowrap;
        font-family: "Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif; }
        .calendar .calendar-header .years .year > a {
          color: rgba(0, 0, 0, 0.5);
          position: relative; }
          .calendar .calendar-header .years .year > a.active {
            color: #000; }
          .calendar .calendar-header .years .year > a.has-event:before {
            position: absolute;
            content: '\25CF';
            width: 100%;
            font-size: 8px;
            line-height: 6px;
            text-align: center;
            color: rgba(0, 0, 0, 0.44); }
  .calendar .options {
    padding-left: 60px;
    margin-top: 15px; }
    .calendar .options .months {
      width: auto;
      white-space: nowrap;
      height: 43px;
      line-height: 43px; }
      .calendar .options .months .month {
        min-width: 30px;
        max-width: 100px;
        padding: 0 10px;
        display: inline-block; }
        .calendar .options .months .month > a {
          position: relative;
          color: rgba(0, 0, 0, 0.28); }
          .calendar .options .months .month > a:hover {
            color: rgba(0, 0, 0, 0.33); }
          .calendar .options .months .month > a.active {
            color: black; }
          .calendar .options .months .month > a.has-event:before {
            position: absolute;
            content: '\25CF';
            top: -6px;
            width: 100%;
            font-size: 8px;
            line-height: 6px;
            text-align: center;
            color: rgba(0, 0, 0, 0.33); }
    .calendar .options .date {
      margin-bottom: 20px; }
  .calendar .week-dragger {
    border-bottom: 1px solid #e6e6e6;
    margin-left: -20px; }
  .calendar .weeks-wrapper {
    width: auto;
    white-space: nowrap;
    padding-left: 10px;
    padding-bottom: 12px;
    margin-bottom: 5px;
    margin-left: 20px; }
    .calendar .weeks-wrapper .week {
      display: inline-block;
      position: relative;
      padding-left: 30px;
      padding-right: 30px; }
      .calendar .weeks-wrapper .week:first-child {
        padding-left: 4px; }
      .calendar .weeks-wrapper .week:last-child {
        padding-left: 0px; }
      .calendar .weeks-wrapper .week:before {
        content: '';
        position: absolute;
        right: -20px;
        bottom: 6px;
        height: 20px;
        width: 20px;
        border-left: 1px dotted rgba(0, 0, 0, 0.3); }
      .calendar .weeks-wrapper .week.active .day-wrapper .week-date .day > a {
        color: rgba(0, 0, 0, 0.6); }
      .calendar .weeks-wrapper .week .day-wrapper {
        display: inline-block; }
        .calendar .weeks-wrapper .week .day-wrapper .week-date {
          text-align: center;
          width: 21px;
          height: 21px;
          margin: 6px;
          border-radius: 99px; }
          .calendar .weeks-wrapper .week .day-wrapper .week-date.current-date {
            background-color: #d6d8d9; }
          .calendar .weeks-wrapper .week .day-wrapper .week-date.active {
            background-color: #81C926; }
            .calendar .weeks-wrapper .week .day-wrapper .week-date.active .day > a {
              font-weight: bold;
              opacity: 1;
              color: #fff; }
          .calendar .weeks-wrapper .week .day-wrapper .week-date .day > a {
            letter-spacing: -0.01em; }
        .calendar .weeks-wrapper .week .day-wrapper .week-day {
          text-align: center; }
        .calendar .weeks-wrapper .week .day-wrapper .day {
          display: inline-block;
          text-align: center;
          position: relative;
          z-index: 10;
          padding: 1px 0;
          font-size: 12px;
          color: rgba(0, 0, 0, 0.3); }
          .calendar .weeks-wrapper .week .day-wrapper .day > a {
            position: relative;
            width: 100%;
            display: block;
            text-align: center;
            color: rgba(0, 0, 0, 0.3);
            opacity: 0.7;
            font-weight: 600; }
            .calendar .weeks-wrapper .week .day-wrapper .day > a.has-event:before {
              position: absolute;
              content: '\25CF';
              top: -10px;
              width: 100%;
              font-size: 8px;
              line-height: 6px;
              text-align: center;
              color: #81C926; }
          .calendar .weeks-wrapper .week .day-wrapper .day.week-header {
            text-transform: uppercase;
            text-align: center;
            font-family: 'Montserrat';
            font-size: 10px; }
  .calendar .calendar-container {
    position: relative;
    height: calc(100% - 200px);
    padding-top: 10px; }
    .calendar .calendar-container .view {
      width: 100%;
      height: 100%;
      white-space: nowrap;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .calendar .calendar-container .view.month-view .tble .trow .tcell {
        position: relative;
        height: 20%;
        clear: both; }
        .calendar .calendar-container .view.month-view .tble .trow .tcell .cell-inner .holder {
          position: absolute;
          top: 37px;
          left: 0;
          right: 0;
          bottom: 0; }
        .calendar .calendar-container .view.month-view .tble .trow .tcell.active {
          background: #fff; }
          .calendar .calendar-container .view.month-view .tble .trow .tcell.active .cell-inner {
            background-color: #fef8e7; }
        .calendar .calendar-container .view.month-view .tble .trow .tcell.not {
          background-color: #fbfbfb; }
        .calendar .calendar-container .view.month-view .tble .trow .tcell.drop-target .cell-inner {
          background-color: #fbfbfb; }
        .calendar .calendar-container .view.month-view .tble .trow .tcell .cell-inner:only-child, .calendar .calendar-container .view.month-view .tble .trow .tcell .cell-inner {
          height: 100%;
          border-bottom: 1px solid #d6d8d9;
          position: relative; }
        .calendar .calendar-container .view.month-view .tble .trow .tcell .month-date {
          position: relative;
          text-align: center;
          margin-top: 10px;
          margin-right: 6px;
          width: 25px;
          height: 25px;
          padding-top: 2px;
          margin: 6px;
          float: right;
          display: block;
          z-index: 1;
          border-radius: 99px; }
          .calendar .calendar-container .view.month-view .tble .trow .tcell .month-date.current-date {
            background-color: #d6d8d9; }
          .calendar .calendar-container .view.month-view .tble .trow .tcell .month-date.active {
            background-color: #81C926;
            font-weight: bold;
            opacity: 1;
            color: #fff; }
        .calendar .calendar-container .view.month-view .tble .trow .tcell .event-container {
          height: 30px;
          position: relative !important;
          min-height: 30px !important; }
          .calendar .calendar-container .view.month-view .tble .trow .tcell .event-container .event-inner {
            padding: 8px; }
      .calendar .calendar-container .view.month-view .ghost-element {
        height: 30px;
        position: relative;
        width: 100%; }
      .calendar .calendar-container .view.month-view .grid .tble {
        height: 100%;
        width: 100%; }
      .calendar .calendar-container .view.month-view .event-container .event-title {
        font-size: 12px; }
      .calendar .calendar-container .view.day-view .tble {
        white-space: nowrap; }
        .calendar .calendar-container .view.day-view .tble .thead {
          white-space: nowrap;
          overflow: hidden;
          display: inline-block; }
        .calendar .calendar-container .view.day-view .tble .tcell {
          display: none;
          max-width: 100%;
          width: 100%; }
          .calendar .calendar-container .view.day-view .tble .tcell.active {
            display: inline-block; }
        .calendar .calendar-container .view.day-view .tble .trow {
          display: block;
          height: 80px; }
          .calendar .calendar-container .view.day-view .tble .trow .tcell.active {
            background-color: #fff; }
      .calendar .calendar-container .view .tble {
        display: inline-table;
        width: calc(100% - 50px);
        vertical-align: top;
        position: relative; }
        .calendar .calendar-container .view .tble .thead {
          display: table-row;
          width: 100%;
          background: #fff; }
          .calendar .calendar-container .view .tble .thead .tcell {
            padding: 10px;
            height: 40px;
            position: relative; }
            .calendar .calendar-container .view .tble .thead .tcell .weekday {
              font-size: 12px;
              display: inline-block;
              color: rgba(0, 0, 0, 0.51); }
            .calendar .calendar-container .view .tble .thead .tcell .weekdate {
              font-size: 14px;
              display: inline-block;
              margin-right: 10px;
              color: rgba(0, 0, 0, 0.77); }
            .calendar .calendar-container .view .tble .thead .tcell.active .weekdate, .calendar .calendar-container .view .tble .thead .tcell.active .weekday {
              color: black; }
            .calendar .calendar-container .view .tble .thead .tcell:before {
              content: '';
              border-bottom: 1px solid #d6d8d9;
              width: calc(100% - 18px);
              position: absolute;
              bottom: 0; }
            .calendar .calendar-container .view .tble .thead .tcell .event-bubble {
              display: inline-block;
              width: 8px;
              height: 8px;
              margin-left: 5px;
              float: right;
              border-radius: 30px; }
        .calendar .calendar-container .view .tble .tcell {
          display: table-cell;
          height: 80px;
          max-width: 14.2857%;
          width: 14.2857%; }
        .calendar .calendar-container .view .tble .trow {
          display: table-row; }
          .calendar .calendar-container .view .tble .trow .tcell {
            background: #fff;
            padding: 0 10px; }
            .calendar .calendar-container .view .tble .trow .tcell .cell-inner {
              height: 40px;
              position: relative; }
              .calendar .calendar-container .view .tble .trow .tcell .cell-inner:first-child {
                border-bottom: 1px dotted #d6d8d9; }
              .calendar .calendar-container .view .tble .trow .tcell .cell-inner:last-child {
                border-bottom: 1px solid #d6d8d9; }
              .calendar .calendar-container .view .tble .trow .tcell .cell-inner:only-child {
                height: 40px;
                border-bottom: 0; }
            .calendar .calendar-container .view .tble .trow .tcell.active {
              background-color: #fef8e7; }
              .calendar .calendar-container .view .tble .trow .tcell.active > * {
                border-color: rgba(0, 0, 0, 0.1) !important; }
            .calendar .calendar-container .view .tble .trow .tcell.disable {
              background-color: #fbfbfb; }
        .calendar .calendar-container .view .tble .loading {
          left: 10px; }
    .calendar .calendar-container .loading {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.5);
      z-index: 100; }
    .calendar .calendar-container .pgn-wrapper {
      position: absolute; }
    .calendar .calendar-container .even-holder {
      position: absolute;
      display: table;
      width: calc(100% - 50px);
      height: calc(100% - 25px); }
      .calendar .calendar-container .even-holder .event-placeholder {
        height: 100%;
        width: 14.2857%;
        display: table-cell; }
    .calendar .calendar-container .event-container {
      width: 100%;
      height: 40px;
      position: absolute !important;
      z-index: 10;
      overflow: hidden;
      margin-bottom: 5px;
      min-height: 40px !important;
      transition: width .16s ease; }
      .calendar .calendar-container .event-container .event-inner {
        padding: 15px; }
        .calendar .calendar-container .event-container .event-inner:before {
          position: absolute;
          width: 8px;
          height: 8px;
          content: '';
          background-color: rgba(255, 255, 255, 0.8);
          border-radius: 999px;
          right: 14px;
          top: 11px; }
      .calendar .calendar-container .event-container .time-wrap {
        line-height: 12px;
        text-align: left;
        color: rgba(0, 0, 0, 0.77);
        overflow: hidden;
        text-overflow: ellipsis; }
      .calendar .calendar-container .event-container .event-start-time, .calendar .calendar-container .event-container .event-end-time {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.44); }
      .calendar .calendar-container .event-container .event-title {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 8px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .calendar .calendar-container .event-container .resizable-handle {
        position: absolute;
        opacity: 1;
        z-index: 3;
        left: 0;
        right: 0;
        bottom: 0;
        height: 8px;
        overflow: hidden;
        line-height: 8px;
        font-size: 11px;
        font-family: monospace;
        text-align: center;
        cursor: s-resize; }
        .calendar .calendar-container .event-container .resizable-handle:after {
          content: "=";
          color: rgba(0, 0, 0, 0.44); }
      .calendar .calendar-container .event-container.dragging {
        z-index: 100; }
    .calendar .calendar-container .grid {
      display: block;
      overflow: scroll;
      height: calc(100% - 40px);
      -webkit-overflow-scrolling: touch; }
      .calendar .calendar-container .grid.slot-60 .tble .trow .tcell .cell-inner {
        height: 80px;
        border-bottom: 1px solid #d6d8d9; }
      .calendar .calendar-container .grid.slot-15 .tble .trow .tcell {
        height: 25px; }
        .calendar .calendar-container .grid.slot-15 .tble .trow .tcell .cell-inner {
          height: 25px;
          border-bottom: 1px dotted #d6d8d9; }
          .calendar .calendar-container .grid.slot-15 .tble .trow .tcell .cell-inner:last-child {
            border-bottom: 1px solid #d6d8d9; }
      .calendar .calendar-container .grid.slot-15 .time-slot-wrapper .time-slot {
        height: 100px; }
    .calendar .calendar-container .allday-cell {
      height: 40px;
      display: inline-block;
      width: 50px;
      float: left; }
  .calendar .time-slot-wrapper {
    display: inline-block;
    width: 50px;
    float: left;
    height: 100%; }
    .calendar .time-slot-wrapper .time-slot {
      display: block;
      height: 80px;
      width: 100%;
      background: #fff; }
      .calendar .time-slot-wrapper .time-slot:first-child span {
        display: none; }
      .calendar .time-slot-wrapper .time-slot > span {
        float: right;
        font-size: 12px;
        position: relative;
        top: -15%;
        color: rgba(0, 0, 0, 0.46);
        font-weight: bold;
        font-size: 12px;
        right: 5px; }

.calendar-event {
  width: 330px;
  right: -330px; }
  .calendar-event .scrollable {
    height: 100%; }

.date-selector {
  cursor: pointer; }

/*
Responsive Util
*/
@media (max-width: 991px) {
  .calendar {
    background-color: #fff; }
    .calendar .calendar-header {
      display: none; }
    .calendar .options {
      margin-top: 0;
      padding-left: 10px; }
      .calendar .options .months {
        line-height: 21px;
        padding-top: 14px; }
      .calendar .options .date {
        margin-bottom: 10px; }
    .calendar .calendar-container {
      height: 100%; }
      .calendar .calendar-container .view.week-view .tble {
        white-space: nowrap; }
        .calendar .calendar-container .view.week-view .tble .thead {
          white-space: nowrap;
          overflow: hidden;
          display: inline-block; }
        .calendar .calendar-container .view.week-view .tble .tcell {
          display: none;
          max-width: 100%;
          width: 100%; }
          .calendar .calendar-container .view.week-view .tble .tcell.active {
            display: inline-block;
            background-color: #fff; }
        .calendar .calendar-container .view.week-view .tble .trow {
          display: block;
          height: 80px; }
      .calendar .calendar-container .view.month-view .allday-cell {
        display: none; }
      .calendar .calendar-container .view.month-view .grid .tble {
        padding-left: 0; }
      .calendar .calendar-container .view.month-view .tble .thead .tcell {
        padding: 3px;
        padding-top: 10px; }
      .calendar .calendar-container .view.month-view .tble .trow .tcell {
        padding: 0 6px; }
      .calendar .calendar-container .view.month-view .tble .trow .tcell .event-container {
        border-radius: 99px;
        -webkit-border-radius: 99px;
        -moz-border-radius: 99px;
        position: absolute !important;
        height: 16px !important;
        width: 16px !important;
        min-height: 16px !important;
        margin: 0 auto;
        left: 0;
        right: 0; }
        .calendar .calendar-container .view.month-view .tble .trow .tcell .event-container .event-inner {
          display: none; }
      .calendar .calendar-container.month {
        height: calc(100% - 101px); }
    .calendar .weeks-wrapper {
      margin-bottom: 0; }
    .calendar.month {
      padding-left: 0; }
      .calendar.month .calendar-container {
        height: calc(100% - 108px); }
  .calendar-event {
    width: 240px;
    right: -240px; }
  .months-drager {
    margin-left: 27px;
    width: calc(100% - 80px);
    border-right: 1px solid #d6d8d9;
    padding-top: 0; } }

@media (max-width: 640px) {
  .calendar.month .calendar-container .view .tble .thead .tcell {
    text-align: center; }
    .calendar.month .calendar-container .view .tble .thead .tcell:before {
      width: 100%; }
    .calendar.month .calendar-container .view .tble .thead .tcell .weekday {
      width: 11px;
      overflow: hidden;
      letter-spacing: 4px;
      font-weight: bold; } }

/*------------------------------------------------------------------
[22. Login]
*/
.login-wrapper {
  height: 100%;
  background-color: #0052bb; }
  .login-wrapper > * {
    height: 100%; }
  .login-wrapper .bg-pic {
    position: absolute;
    width: 100%;
    overflow: hidden; }
    .login-wrapper .bg-pic > img {
      height: 100%;
      opacity: 0.6; }
  .login-wrapper .login-container {
    width: 496px;
    display: block;
    position: relative;
    float: right; }
  .login-wrapper .bg-caption {
    width: 500px; }

.register-container {
  width: 550px;
  margin: auto;
  height: 100%; }

/* Responsive handlers : Login
------------------------------------
*/
@media (max-width: 768px) {
  .login-wrapper .login-container {
    width: 100%; }
  .register-container {
    width: 100%;
    padding: 15px; } }

@media only screen and (max-width: 321px) {
  .login-wrapper .login-container {
    width: 100%; } }

.dropdown-menu.pswd_info {
  top: 120%;
  width: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .dropdown-menu.pswd_info:after {
    position: absolute;
    top: -8px;
    right: 50%;
    margin-right: -8px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-right: 1px solid rgba(183, 210, 229, 0.8);
    border-top: 1px solid rgba(183, 210, 229, 0.8);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: ''; }
  .dropdown-menu.pswd_info ul {
    padding: 0; }
  .dropdown-menu.pswd_info li {
    list-style: none;
    padding: 3px 0; }
    .dropdown-menu.pswd_info li:before {
      content: "\ea2a";
      display: inline-block;
      font: normal normal normal 16px/1 'Nucleo Mini';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #f55753;
      vertical-align: middle;
      padding-right: 10px; }
    .dropdown-menu.pswd_info li.invalid strong {
      color: #f55753; }
    .dropdown-menu.pswd_info li.valid strong {
      color: #0052bb; }
    .dropdown-menu.pswd_info li.valid:before {
      content: "\ea1f";
      color: #81C926; }

.pswd_valid {
  display: none;
  position: absolute;
  top: 38px;
  right: 10px; }
  .pswd_valid.hasValue {
    display: block; }

/*------------------------------------------------------------------
[23. Lock Screen]
*/
.lock-container {
  margin-left: auto;
  margin-right: auto;
  width: 600px; }

.lock-screen-wrapper .credentials {
  margin-top: -84px;
  position: absolute;
  top: 50%; }
  .lock-screen-wrapper .credentials .thumbnail-wrapper {
    width: 53px;
    height: 53px; }
  .lock-screen-wrapper .credentials .logged {
    opacity: .21;
    margin-top: -5px !important; }
  .lock-screen-wrapper .credentials .name {
    opacity: .69;
    margin-top: -5px !important;
    font-size: 36px;
    height: 45px;
    overflow: hidden; }

.lock-screen-wrapper .terms-wrapper > div {
  display: table; }

.lock-screen-wrapper .terms-wrapper .terms {
  display: table-cell;
  vertical-align: middle; }

.lock-screen-wrapper .terms-wrapper .logo-terms {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  text-align: center;
  position: relative; }
  .lock-screen-wrapper .terms-wrapper .logo-terms .brand {
    left: 50%;
    margin-left: -21px;
    margin-top: -5px;
    position: absolute;
    top: 50%; }

/* Responsive Handlers : Lockscreen
------------------------------------
*/
@media (max-width: 767px) {
  .lock-container {
    width: 80%; }
  .lock-screen-wrapper .credentials form {
    margin-top: 15px; } }

@media (max-width: 480px) {
  .lock-screen-wrapper .credentials {
    margin: 0;
    position: static;
    margin-top: 100px;
    width: 100%;
    float: left;
    clear: both; }
    .lock-screen-wrapper .credentials > div {
      text-align: center; }
    .lock-screen-wrapper .credentials .thumbnail-wrapper {
      float: none;
      margin: 0 auto; } }

/*------------------------------------------------------------------
[24. Timeline]
*/
/*
  Adapted from Vertical Timeline by Sebastiano Guerriero
  http://codyhouse.co/gem/vertical-timeline/
*/
/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.timeline-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto; }
  .timeline-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both; }
  .timeline-container.top-circle:before {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    background-color: #fff;
    z-index: 10; }

/* --------------------------------

Main components

-------------------------------- */
.timeline {
  position: relative;
  padding: 3em 0 3em 0;
  margin-top: 0;
  margin-bottom: 2em; }
  .timeline:first-child {
    padding-top: 0; }
  .timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 30px;
    left: 18px;
    height: 100%;
    width: 2px;
    background: transparent url("../../assets/img/dots-line.svg") repeat center;
    background-size: 200%; }

@media only screen and (min-width: 1170px) {
  .timeline-container:not(.left) .timeline {
    margin-bottom: 3em; }
    .timeline-container:not(.left) .timeline::before {
      left: 0%;
      margin-left: -4px; } }

.timeline-block {
  position: relative;
  margin: 2em 0; }
  .timeline-block:after {
    content: "";
    display: table;
    clear: both; }
  .timeline-block:first-child {
    margin-top: 0; }
  .timeline-block:last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .timeline-container:not(.left) .timeline .timeline-block {
    margin: 2em 0; }
    .timeline-container:not(.left) .timeline .timeline-block:first-child {
      margin-top: 0; }
    .timeline-container:not(.left) .timeline .timeline-block:last-child {
      margin-bottom: 0; } }

.timeline-point {
  position: absolute;
  top: 15px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 30%;
  text-align: center;
  background: #CCEBEC;
  border: 0px solid #fff;
  overflow: hidden; }
  .timeline-point.timeline-point-sm {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #0052bb; }
  .timeline-point.small {
    height: 12px;
    margin-left: 13px;
    margin-top: 14px;
    width: 12px; }
  .timeline-point img {
    width: 100%;
    height: auto; }
  .timeline-point i {
    color: #757c81;
    font-size: 14px;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    position: absolute;
    top: 50%; }
  .timeline-point.primary {
    background-color: #0052bb; }
  .timeline-point.complete {
    background-color: #0052bb; }
  .timeline-point.success {
    background-color: #81C926; }
  .timeline-point.info {
    background-color: #3b4752; }
  .timeline-point.danger {
    background-color: #f55753; }
  .timeline-point.warning {
    background-color: #f8d053; }

@media only screen and (min-width: 1170px) {
  .timeline-container:not(.left) .timeline .timeline-point {
    left: 0%;
    margin-left: -21px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
    .timeline-container:not(.left) .timeline .timeline-point.timeline-point-sm {
      margin-left: -11px; }
    .timeline-container:not(.left) .timeline .timeline-point.is-hidden {
      visibility: hidden; }
    .timeline-container:not(.left) .timeline .timeline-point.small {
      margin-left: -7px; }
    .timeline-container:not(.left) .timeline .timeline-point.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-1 0.6s;
      -moz-animation: cd-bounce-1 0.6s;
      animation: cd-bounce-1 0.6s; } }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.timeline-content {
  position: relative;
  margin-left: 60px; }
  .timeline-content:after {
    content: "";
    display: table;
    clear: both; }
  .timeline-content .card {
    margin-bottom: 0;
    margin-top: 40px; }
    .timeline-content .card.document {
      max-width: 270px; }
  .timeline-content .event-date {
    display: inline-block;
    float: left;
    padding: 0em 0;
    opacity: 1;
    clear: both; }

@media (max-width: 480px) {
  .timeline-container {
    width: 94%; } }

@media only screen and (min-width: 1170px) {
  .timeline-container:not(.left) .timeline .timeline-content {
    margin-left: 0;
    width: 94%; }
    .timeline-container:not(.left) .timeline .timeline-content::before {
      top: 24px;
      left: 100%;
      border-color: transparent;
      border-left-color: white; }
    .timeline-container:not(.left) .timeline .timeline-content.is-hidden {
      visibility: hidden; }
    .timeline-container:not(.left) .timeline .timeline-content.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-2 0.6s;
      -moz-animation: cd-bounce-2 0.6s;
      animation: cd-bounce-2 0.6s; }
    .timeline-container:not(.left) .timeline .timeline-content .event-date {
      position: absolute;
      width: 100%;
      left: 0%;
      top: 12px;
      font-size: 15px; }
      .timeline-container:not(.left) .timeline .timeline-content .event-date small {
        margin-top: 15px;
        display: block; }
      .timeline-container:not(.left) .timeline .timeline-content .event-date h6 + small {
        margin-top: 0; }
  .timeline-container:not(.left) .timeline .timeline-block:nth-child(odd) .timeline-content .card {
    /*float: right;*/ }
  .timeline-container:not(.left) .timeline .timeline-block:nth-child(even) .timeline-content, .timeline-container:not(.left) .timeline .timeline-block:nth-child(odd) .timeline-content {
    float: right; }
    .timeline-container:not(.left) .timeline .timeline-block:nth-child(even) .timeline-content::before, .timeline-container:not(.left) .timeline .timeline-block:nth-child(odd) .timeline-content::before {
      top: 24px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: white; }
    .timeline-container:not(.left) .timeline .timeline-block:nth-child(even) .timeline-content .event-date, .timeline-container:not(.left) .timeline .timeline-block:nth-child(odd) .timeline-content .event-date {
      left: auto;
      right: 0%;
      text-align: left; } }

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .timeline-container:not(.left) .timeline .timeline-block:nth-child(even) .timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

.timeline-container.center .timeline {
  margin-top: 3em;
  margin-bottom: 3em; }
  .timeline-container.center .timeline::before {
    left: 0%;
    margin-left: -2px; }
  .timeline-container.center .timeline .timeline-point {
    left: 0%;
    margin-left: -21px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
    .timeline-container.center .timeline .timeline-point.is-hidden {
      visibility: hidden; }
    .timeline-container.center .timeline .timeline-point.small {
      margin-left: -7px; }
    .timeline-container.center .timeline .timeline-point.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-1 0.6s;
      -moz-animation: cd-bounce-1 0.6s;
      animation: cd-bounce-1 0.6s; }
  .timeline-container.center .timeline .timeline-content {
    margin-left: 0;
    width: 46%; }
    .timeline-container.center .timeline .timeline-content::before {
      top: 24px;
      left: 100%;
      border-color: transparent;
      border-left-color: white; }
    .timeline-container.center .timeline .timeline-content.is-hidden {
      visibility: hidden; }
    .timeline-container.center .timeline .timeline-content.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-2 0.6s;
      -moz-animation: cd-bounce-2 0.6s;
      animation: cd-bounce-2 0.6s; }
    .timeline-container.center .timeline .timeline-content .event-date {
      position: absolute;
      width: 100%;
      left: 118%;
      top: -2px;
      font-size: 16px;
      font-size: 1rem; }
      .timeline-container.center .timeline .timeline-content .event-date small {
        margin-top: 13px;
        display: block; }
      .timeline-container.center .timeline .timeline-content .event-date h6 + small {
        margin-top: 0; }
  .timeline-container.center .timeline .timeline-block:nth-child(odd) .timeline-content .card {
    float: right; }
  .timeline-container.center .timeline .timeline-block:nth-child(even) .timeline-content {
    float: right; }
    .timeline-container.center .timeline .timeline-block:nth-child(even) .timeline-content::before {
      top: 24px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: white; }
    .timeline-container.center .timeline .timeline-block:nth-child(even) .timeline-content .event-date {
      left: auto;
      right: 0%;
      text-align: left; }

@media only screen and (min-width: 1170px) {
  .timeline-container.left {
    width: 60%;
    margin-left: 100px; } }

/*------------------------------------------------------------------
[25. Gallery]
*/
.gallery {
  margin: 70px auto 0 auto; }

.gallery-item {
  overflow: hidden;
  cursor: default;
  background-color: #000;
  margin-bottom: 10px;
  position: relative;
  width: 280px;
  height: 240px; }
  .gallery-item:hover {
    cursor: pointer; }
  .gallery-item[data-width="1"] {
    width: 280px; }
  .gallery-item[data-width="2"] {
    width: 570px; }
  .gallery-item[data-height="1"] {
    height: 240px; }
  .gallery-item[data-height="2"] {
    height: 490px; }
  .gallery-item > img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s; }
  .gallery-item > .live-tile img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s; }
  .gallery-item .rating {
    margin-top: -5px;
    color: rgba(255, 255, 255, 0.3); }
    .gallery-item .rating > .rated {
      color: white; }
  .gallery-item .item-info {
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s; }
    .gallery-item .item-info.more-content {
      -webkit-transform: translate3d(0, 32%, 0);
      transform: translate3d(0, 32%, 0); }
  .gallery-item:hover .item-info {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .gallery-item:hover > img {
    opacity: 0.6; }
  .gallery-item:hover > .live-tile img {
    opacity: 0.6; }
  .gallery-item:active .item-info {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .gallery-item:active > img {
    opacity: 0.6; }

.item-details {
  z-index: 1050; }
  .item-details .dialog__content {
    width: 845px;
    max-width: 845px;
    padding: 0;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.8); }
    .item-details .dialog__content .dialog__overview {
      height: 516px;
      position: relative; }
      .item-details .dialog__content .dialog__overview .buy-now {
        position: absolute;
        bottom: 20px;
        right: 35px; }
      .item-details .dialog__content .dialog__overview .item-slideshow .slide {
        width: 516px;
        height: 516px;
        display: block;
        overflow: hidden; }
    .item-details .dialog__content .dialog__footer {
      height: 75px; }
      .item-details .dialog__content .dialog__footer .price {
        margin: 0;
        padding: 0;
        line-height: 75px; }
      .item-details .dialog__content .dialog__footer .separator {
        position: relative; }
      .item-details .dialog__content .dialog__footer .separator:after {
        content: "";
        width: 1px;
        background: rgba(255, 255, 255, 0.1);
        position: absolute;
        height: 27px;
        right: 0;
        top: 24px; }
      .item-details .dialog__content .dialog__footer .recommended li {
        overflow: hidden; }
        .item-details .dialog__content .dialog__footer .recommended li a {
          width: 56px;
          height: 56px;
          display: block; }
        .item-details .dialog__content .dialog__footer .recommended li img {
          width: 100%; }
    .item-details .dialog__content .close {
      top: 15px;
      right: 15px;
      z-index: 100; }
  .item-details .owl-nav {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    opacity: .7;
    font-size: 18px;
    padding: 0 20px; }
    .item-details .owl-nav .owl-prev {
      float: left; }
    .item-details .owl-nav .owl-next {
      float: right; }
  .item-details .owl-dots {
    bottom: 23px;
    position: absolute;
    right: 23px; }
    .item-details .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      border-radius: 10px;
      display: inline-block;
      background: rgba(0, 0, 0, 0.3);
      margin-left: 6px; }
      .item-details .owl-dots .owl-dot.active {
        background: #fff; }

.gallery-filters {
  position: absolute;
  left: 0;
  right: 0;
  height: 70px;
  top: -70px; }

@media (max-width: 920px) {
  .gallery-item.first {
    display: none; } }

@media (max-width: 767px) {
  .item-details .dialog__content {
    height: 90%;
    overflow-y: auto;
    width: 400px;
    max-width: 400px; }
    .item-details .dialog__content .container-fluid {
      height: 100%;
      padding-left: 30px;
      padding-right: 30px; }
    .item-details .dialog__content .dialog__overview {
      height: 100%;
      margin-right: -30px;
      margin-left: -30px; }
  .item-details .item-slideshow-wrapper {
    height: 515px !important; }
  .item-details .item-description {
    height: auto !important; }
    .item-details .item-description .buy-now {
      position: static !important;
      float: right;
      margin-bottom: 20px; }
  .item-details .item-slideshow .owl-stage-outer, .item-details .item-slideshow .owl-stage {
    height: 100%; }
  .item-details .item-slideshow .slide {
    width: 100% !important; } }

@media (max-width: 420px) {
  .gallery {
    margin-top: 80px; }
  .gallery-filters {
    top: -90px; }
  .item-details .dialog__content {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 610px) {
  .gallery-item, .gallery {
    width: 100% !important; } }

@media (min-width: 768px) {
  .item-details .dialog__content .container-fluid > .row {
    margin-left: -30px;
    margin-right: -30px; } }

/*------------------------------------------------------------------
[26. Vector Map : Mapplic Plugin]
*/
.mapplic-container {
  width: 100%;
  background-color: transparent; }
  .mapplic-container .mapplic-fullscreen-button {
    left: auto;
    right: 154px;
    bottom: 0;
    top: auto; }
  .mapplic-container .mapplic-clear-button {
    visibility: hidden; }

.mapplic-tooltip:before {
  content: "Location";
  font-size: 12px;
  margin: 0;
  line-height: normal;
  opacity: .7;
  color: #757c81; }

.mapplic-tooltip-close {
  opacity: .5;
  background: none; }
  .mapplic-tooltip-close:after {
    content: "\e60a";
    font-family: 'pages-icon';
    font-size: 12px;
    position: relative;
    top: -2px;
    color: #757c81;
    opacity: .7; }

.mapplic-tooltip-title {
  display: none; }

.mapplic-tooltip-content {
  margin-top: 5px; }

.mapplic-tooltip {
  max-width: 150px;
  padding: 10px 12px;
  border-radius: 4px; }

.mapplic-tooltip-description {
  font-weight: bold;
  color: #757c81; }

.mapplic-tooltip-description strong {
  color: #f55753;
  margin-right: 2px; }

.map-controls {
  position: absolute;
  left: 50px;
  top: 80px;
  z-index: 1; }

.mapplic-pin {
  background-image: url("../../assets/img/maps/marker-master.svg");
  background-size: contain; }
  .mapplic-pin.pulse {
    background-image: url("../../assets/img/maps/pulse-master.svg"); }
    .mapplic-pin.pulse.green {
      background-image: url("../../assets/img/maps/pulse-success.svg"); }
    .mapplic-pin.pulse.blue {
      background-image: url("../../assets/img/maps/pulse-complete.svg"); }
    .mapplic-pin.pulse.purple {
      background-image: url("../../assets/img/maps/pulse-primary.svg"); }
    .mapplic-pin.pulse.yellow {
      background-image: url("../../assets/img/maps/pulse-warning.svg"); }
    .mapplic-pin.pulse.red {
      background-image: url("../../assets/img/maps/pulse-danger.svg"); }
  .mapplic-pin.pulse-alt {
    background-image: url("../../assets/img/maps/pulse-alt-master.svg"); }
    .mapplic-pin.pulse-alt.green {
      background-image: url("../../assets/img/maps/pulse-alt-success.svg"); }
    .mapplic-pin.pulse-alt.blue {
      background-image: url("../../assets/img/maps/pulse-alt-complete.svg"); }
    .mapplic-pin.pulse-alt.purple {
      background-image: url("../../assets/img/maps/pulse-alt-primary.svg"); }
    .mapplic-pin.pulse-alt.yellow {
      background-image: url("../../assets/img/maps/pulse-alt-warning.svg"); }
    .mapplic-pin.pulse-alt.red {
      background-image: url("../../assets/img/maps/pulse-alt-danger.svg"); }
  .mapplic-pin.marker {
    background-image: url("../../assets/img/maps/marker-master.svg"); }
    .mapplic-pin.marker.green {
      background-image: url("../../assets/img/maps/marker-success.svg"); }
    .mapplic-pin.marker.blue {
      background-image: url("../../assets/img/maps/marker-complete.svg"); }
    .mapplic-pin.marker.purple {
      background-image: url("../../assets/img/maps/marker-primary.svg"); }
    .mapplic-pin.marker.yellow {
      background-image: url("../../assets/img/maps/marker-warning.svg"); }
    .mapplic-pin.marker.red {
      background-image: url("../../assets/img/maps/marker-danger.svg"); }
  .mapplic-pin.marker-alt {
    background-image: url("../../assets/img/maps/marker-alt-master.svg"); }
    .mapplic-pin.marker-alt.green {
      background-image: url("../../assets/img/maps/marker-alt-success.svg"); }
    .mapplic-pin.marker-alt.blue {
      background-image: url("../../assets/img/maps/marker-alt-complete.svg"); }
    .mapplic-pin.marker-alt.purple {
      background-image: url("../../assets/img/maps/marker-alt-primary.svg"); }
    .mapplic-pin.marker-alt.yellow {
      background-image: url("../../assets/img/maps/marker-alt-warning.svg"); }
    .mapplic-pin.marker-alt.red {
      background-image: url("../../assets/img/maps/marker-alt-danger.svg"); }

/*------------------------------------------------------------------
[27. Widgets]
*/
.widget {
  position: relative; }
  .widget > div {
    position: relative;
    z-index: 1; }
  .widget:after {
    background-size: cover;
    content: " ";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: .69; }

.widget-1:after {
  background-image: url("../../assets/img/dashboard/pages_hero.jpg");
  background-size: cover;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  opacity: .69; }

.widget-1:before {
  background-image: url("../img/linear_gradient.png");
  background-repeat: repeat-x;
  content: " ";
  left: 0;
  right: 0;
  height: 325px;
  bottom: 0;
  position: absolute;
  z-index: 1; }

.widget-1 > .panel-body .company:nth-child(2) > div {
  display: table;
  margin: 0 auto;
  width: 127px; }

.widget-1 > .panel-body > * {
  z-index: 1; }

.widget-1 > .panel-body > *:not(.pull-bottom) {
  position: relative; }

.widget-1 > .panel-body .pull-bottom {
  padding: 0 49px 56px 42px; }

.widget-1 span.label {
  color: #fff;
  background: rgba(255, 255, 255, 0.3); }

.widget-2:after {
  background-image: url("../../assets/img/social/person-cropped.jpg"); }

.widget-3 a {
  text-decoration: none; }

.widget-3 .pg-map {
  font-size: 30px; }

.widget-3 .widget-3-fav {
  background: rgba(0, 0, 0, 0.07);
  vertical-align: middle;
  padding: 6px 11px;
  display: block; }

.widget-4 .row-sm-height:nth-child(1) {
  height: 30px; }

.widget-4 .row-sm-height:nth-child(2) {
  height: 30px; }

.widget-4-chart {
  height: 100%;
  width: 100%;
  bottom: 0;
  position: absolute;
  right: 0; }
  .widget-4-chart.line-chart .tick text,
  .widget-4-chart .line-chart .nvd3 .nv-axis .nv-axisMaxMin text {
    transform: translate(-10px, -32px); }
  .widget-4-chart .nvtooltip .nv-pointer-events-none thead {
    display: none; }
  .widget-4-chart .nvtooltip .nv-pointer-events-none tbody .nv-pointer-events-none .key {
    display: none; }

.widget-5-chart-container {
  overflow: hidden; }

.widget-5-chart {
  height: auto;
  width: auto;
  bottom: 20px;
  position: absolute;
  right: 20px;
  left: 20px;
  top: 40px; }

.widget-6 {
  background: #a0a5a8; }
  .widget-6 .label {
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.67); }

.widget-7 .slide-back .row-sm-height:nth-child(1) {
  height: 60%; }

.widget-7 .slide-back .row-sm-height:nth-child(2) {
  height: 40%; }

.widget-7-chart {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
  .widget-7-chart.line-chart[data-points="true"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke-opacity: 1; }
  .widget-7-chart .nvd3 circle.nv-point:nth-child(4) {
    fill: #f55753 !important;
    stroke: #f55753 !important; }

.widget-8 {
  height: 145px; }
  .widget-8 .row-xs-height:first-child {
    height: 41px; }

.widget-8-chart {
  height: 100px;
  width: 50%;
  bottom: 0;
  position: absolute;
  right: 0; }
  .widget-8-chart .line-chart[data-points="true"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke-opacity: 0.3; }
  .widget-8-chart .line-chart .nvd3 .nv-groups path.nv-line {
    stroke-opacity: 0.15; }
  .widget-8-chart .nvtooltip {
    display: none; }

.widget-9 {
  height: 145px; }
  .widget-9 .row-xs-height:first-child {
    height: 26px; }
  .widget-9 .progress {
    background: rgba(0, 0, 0, 0.1); }

.widget-10 {
  height: 145px; }

.widget-11 sup {
  margin-right: -4px; }

.widget-11 .widget-11-table {
  height: 380px; }
  .widget-11 .widget-11-table tr td:first-child {
    width: 40%; }

.widget-11-2 sup {
  margin-right: -4px; }

.widget-11-2 .widget-11-2-table {
  height: 273px; }

.widget-12 .list-inline a {
  padding: 3px 4px;
  border-radius: 3px;
  opacity: .7; }

.widget-12 .list-inline .active a {
  opacity: 1; }

.widget-12 .nvd3-line svg {
  height: 316px; }

.widget-12 .company-stat-boxes .close {
  line-height: 0; }

.widget-12 .widget-12-search {
  margin-top: -3px; }

.widget-14 .row-xs-height:nth-child(1) {
  height: 30px; }

.widget-14 .row-xs-height:nth-child(2) {
  height: 120px; }

.widget-14 .row-xs-height:nth-child(3) {
  height: 297px; }

.widget-14-chart_y_axis {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  width: 35px;
  left: 0;
  z-index: 2; }
  .widget-14-chart_y_axis .rickshaw_graph .y_ticks path,
  .widget-14-chart_y_axis .rickshaw_graph .x_ticks_d3 path {
    fill: none;
    stroke: none; }
  .widget-14-chart_y_axis .rickshaw_graph .y_ticks text,
  .widget-14-chart_y_axis .rickshaw_graph .x_ticks_d3 text {
    opacity: 0.35;
    font-family: 'Montserrat';
    font-size: 11px; }
  .widget-14-chart_y_axis .y_ticks.plain g:first-child {
    opacity: 0 !important; }

.widget-14-chart-legend .ui-sortable li {
  padding-right: 0; }
  .widget-14-chart-legend .ui-sortable li .action {
    display: none; }
  .widget-14-chart-legend .ui-sortable li:last-child {
    margin-top: 7px; }

.widget-15 #widget-15-tab-1 > div {
  height: 170px; }

.widget-15-2 {
  height: 469px; }
  .widget-15-2 #widget-15-2-tab-1 .full-width {
    height: 180px; }

.widget-16-header .pull-left:last-child {
  width: 69%; }

.widget-16-chart {
  height: 100px; }
  .widget-16-chart.line-chart[data-stroke-width="2"] .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    stroke-width: 2px; }

.widget-17 {
  height: 467px; }
  .widget-17 .widget-17-weather {
    width: 90%; }

.widget-18-post {
  height: 342px;
  background: url("../../assets/img/social/quote.jpg");
  background-position: center center;
  background-size: cover; }

.widget-19-post {
  height: 237px;
  background: #00A79A; }
  .widget-19-post img {
    top: 50%;
    margin-top: -70px; }

.btn-circle-arrow {
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px; }
  .btn-circle-arrow i {
    font-size: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -4px; }

/*** Large screens ***/
@media only screen and (min-width: 1824px) {
  .ar-3-2:before {
    padding-top: calc(55% - 5px) !important; }
  .ar-2-3:before {
    padding-top: calc(135% - 5px) !important; } }

@media (max-width: 991px) {
  .panel {
    height: auto !important; }
  .widget-8,
  .widget-9,
  .widget-10 {
    height: 180px !important; } }

@media (max-width: 480px) {
  .widget-1-wrapper {
    height: 340px; } }

/* WIDGET MANAGER */
#widget-filter {
  font-size: 18px; }
  #widget-filter:focus {
    background: none;
    border: none; }

#widgetDetails .progress-circle-indeterminate {
  position: absolute;
  left: 50%;
  margin-left: -19px;
  top: 50%;
  margin-top: -19px; }

.widgets-container {
  margin: 0 auto; }

#widget-preview {
  display: block;
  margin: 0 auto; }

.widget-item {
  overflow: hidden;
  cursor: default;
  background-color: #fff;
  margin-bottom: 10px;
  position: relative;
  width: 280px;
  height: 240px; }
  .widget-item:hover {
    cursor: pointer; }
    .widget-item:hover:before {
      opacity: 0; }
    .widget-item:hover:after {
      opacity: .8; }
    .widget-item:hover .item-footer {
      color: #0052bb !important; }
  .widget-item:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 70%);
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    opacity: 1; }
  .widget-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease; }
  .widget-item[data-width="1"] {
    width: 280px; }
  .widget-item[data-width="2"] {
    width: 570px; }
  .widget-item[data-height="1"] {
    height: 240px; }
  .widget-item[data-height="2"] {
    height: 490px; }
  .widget-item .item-footer {
    color: #757c81; }
    .widget-item .item-footer p.pull-left {
      text-overflow: ellipsis;
      width: 84%;
      white-space: nowrap;
      overflow: hidden; }
    .widget-item .item-footer .pull-right .fa-stack {
      font-size: 69%; }

@media (max-width: 420px) {
  .widgets-container {
    margin-top: 80px; } }

@media (max-width: 610px) {
  .widget-item, .widgets-container {
    width: 100% !important; } }

/*------------------------------------------------------------------
[28. Misc : Helper Classes]
*/
.custom {
  height: 150px; }

.icon-list .fa-item {
  display: block;
  color: #151617;
  line-height: 32px;
  height: 32px;
  padding-left: 10px; }
  .icon-list .fa-item > i {
    width: 32px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px; }

/* Thumbnail for icons and profile pics
------------------------------------
*/
.thumbnail-wrapper {
  display: inline-block;
  overflow: hidden;
  float: left; }
  .thumbnail-wrapper.circular {
    border-radius: 15%;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%; }
  .thumbnail-wrapper.bordered {
    border-width: 4px;
    border-style: solid; }
    .thumbnail-wrapper.bordered.d16 {
      width: 20px;
      height: 20px; }
      .thumbnail-wrapper.bordered.d16 > * {
        line-height: 12px; }
    .thumbnail-wrapper.bordered.d24 {
      width: 28px;
      height: 28px; }
      .thumbnail-wrapper.bordered.d24 > * {
        line-height: 24px; }
    .thumbnail-wrapper.bordered.d32 {
      width: 36px;
      height: 36px; }
      .thumbnail-wrapper.bordered.d32 > * {
        line-height: 28px; }
    .thumbnail-wrapper.bordered.d48 {
      width: 52px;
      height: 52px; }
      .thumbnail-wrapper.bordered.d48 > * {
        line-height: 44px; }
    .thumbnail-wrapper.bordered.d64 {
      width: 68px;
      height: 68px; }
      .thumbnail-wrapper.bordered.d64 > * {
        line-height: 60px; }
  .thumbnail-wrapper.d16 {
    width: 16px;
    height: 16px; }
    .thumbnail-wrapper.d16 > * {
      line-height: 16px; }
  .thumbnail-wrapper.d24 {
    width: 24px;
    height: 24px; }
    .thumbnail-wrapper.d24 > * {
      line-height: 24px; }
  .thumbnail-wrapper.d32 {
    width: 32px;
    height: 32px; }
    .thumbnail-wrapper.d32 > * {
      line-height: 32px; }
  .thumbnail-wrapper.d39 {
    width: 39px;
    height: 39px; }
    .thumbnail-wrapper.d39 > * {
      line-height: 39px; }
  .thumbnail-wrapper.d48 {
    width: 48px;
    height: 48px; }
    .thumbnail-wrapper.d48 > * {
      line-height: 48px; }
  .thumbnail-wrapper.d64 {
    width: 64px;
    height: 64px; }
    .thumbnail-wrapper.d64 > * {
      line-height: 68px; }
  .thumbnail-wrapper > * {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center; }

/* Profile dropdown
------------------------------------
*/
.profile-dropdown {
  background: #fff;
  padding: 0; }
  .profile-dropdown:before {
    position: absolute;
    top: -7px;
    right: 15px;
    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: ''; }
  .profile-dropdown:after {
    position: absolute;
    top: -6px;
    right: 16px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: ''; }
  .profile-dropdown li:last-child {
    margin-top: 11px;
    padding: 0; }
    .profile-dropdown li:last-child > a {
      padding-top: 3px;
      padding-bottom: 3px;
      padding-right: 19px; }
  .profile-dropdown li > a {
    opacity: .8;
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    padding-left: 17px;
    padding-right: 37px;
    min-width: 138px; }
    .profile-dropdown li > a > i {
      margin-right: 5px; }
    .profile-dropdown li > a:hover {
      opacity: 1; }

.profile-dropdown-toggle {
  background: transparent;
  border: none; }

/* Scroll
------------------------------------
*/
.scrollable {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/* Overides
------------------------------------
*/
.no-padding {
  padding: 0px !important; }

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

.no-overflow {
  overflow: hidden !important; }

.visible-overflow {
  overflow: visible !important; }

.auto-overflow {
  overflow: auto; }

.center-margin {
  margin-left: auto;
  margin-right: auto; }

.inherit-size {
  width: inherit;
  height: inherit; }

.inherit-height {
  height: inherit; }

.image-responsive-height {
  width: 100%; }

.image-responsive-width {
  height: 100%; }

.overlayer {
  position: absolute;
  display: block;
  z-index: 21; }
  .overlayer.fullwidth {
    width: 100%; }

.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 10; }

.overlay-fixed {
  position: fixed !important;
  top: auto !important; }

.top-left {
  position: absolute !important;
  top: 0;
  left: 0; }

.top-right {
  position: absolute !important;
  top: 1px;
  right: 0; }

.bottom-left {
  position: absolute !important;
  bottom: 1px;
  left: 0; }

.bottom-right {
  position: absolute !important;
  bottom: 0;
  right: 0; }

.pull-bottom {
  position: absolute !important;
  bottom: 0; }

.pull-up {
  position: absolute !important;
  top: 0; }

.pull-center {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: table;
  z-index: 1; }

.cursor {
  cursor: pointer; }

.scroll-x-hidden {
  overflow-x: hidden !important; }

/* Generic Padding Helpers
------------------------------------
*/
.p-t-0 {
  padding-top: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

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

.p-t-5 {
  padding-top: 5px !important; }

.p-r-5 {
  padding-right: 5px !important; }

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

.p-b-5 {
  padding-bottom: 5px !important; }

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

.p-t-10 {
  padding-top: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

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

.p-t-15 {
  padding-top: 15px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

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

.p-t-20 {
  padding-top: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

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

.p-t-25 {
  padding-top: 25px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

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

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

.p-r-30 {
  padding-right: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

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

.p-t-35 {
  padding-top: 35px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.p-l-35 {
  padding-left: 35px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

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

.p-t-40 {
  padding-top: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

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

.p-t-45 {
  padding-top: 45px !important; }

.p-r-45 {
  padding-right: 45px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

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

.p-t-50 {
  padding-top: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

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

.p-t-55 {
  padding-top: 55px !important; }

.p-r-55 {
  padding-right: 55px !important; }

.p-l-55 {
  padding-left: 55px !important; }

.p-b-55 {
  padding-bottom: 55px !important; }

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

.p-t-60 {
  padding-top: 60px !important; }

.p-r-60 {
  padding-right: 60px !important; }

.p-l-60 {
  padding-left: 60px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

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

.p-t-65 {
  padding-top: 65px !important; }

.p-r-65 {
  padding-right: 65px !important; }

.p-l-65 {
  padding-left: 65px !important; }

.p-b-65 {
  padding-bottom: 65px !important; }

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

.p-t-70 {
  padding-top: 70px !important; }

.p-r-70 {
  padding-right: 70px !important; }

.p-l-70 {
  padding-left: 70px !important; }

.p-b-70 {
  padding-bottom: 70px !important; }

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

.p-t-75 {
  padding-top: 75px !important; }

.p-r-75 {
  padding-right: 75px !important; }

.p-l-75 {
  padding-left: 75px !important; }

.p-b-75 {
  padding-bottom: 75px !important; }

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

.p-t-80 {
  padding-top: 80px !important; }

.p-r-80 {
  padding-right: 80px !important; }

.p-l-80 {
  padding-left: 80px !important; }

.p-b-80 {
  padding-bottom: 80px !important; }

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

.p-t-85 {
  padding-top: 85px !important; }

.p-r-85 {
  padding-right: 85px !important; }

.p-l-85 {
  padding-left: 85px !important; }

.p-b-85 {
  padding-bottom: 85px !important; }

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

.p-t-90 {
  padding-top: 90px !important; }

.p-r-90 {
  padding-right: 90px !important; }

.p-l-90 {
  padding-left: 90px !important; }

.p-b-90 {
  padding-bottom: 90px !important; }

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

.p-t-95 {
  padding-top: 95px !important; }

.p-r-95 {
  padding-right: 95px !important; }

.p-l-95 {
  padding-left: 95px !important; }

.p-b-95 {
  padding-bottom: 95px !important; }

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

.p-t-100 {
  padding-top: 100px !important; }

.p-r-100 {
  padding-right: 100px !important; }

.p-l-100 {
  padding-left: 100px !important; }

.p-b-100 {
  padding-bottom: 100px !important; }

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

.p-t-105 {
  padding-top: 105px !important; }

.p-r-105 {
  padding-right: 105px !important; }

.p-l-105 {
  padding-left: 105px !important; }

.p-b-105 {
  padding-bottom: 105px !important; }

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

.p-t-110 {
  padding-top: 110px !important; }

.p-r-110 {
  padding-right: 110px !important; }

.p-l-110 {
  padding-left: 110px !important; }

.p-b-110 {
  padding-bottom: 110px !important; }

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

.p-t-115 {
  padding-top: 115px !important; }

.p-r-115 {
  padding-right: 115px !important; }

.p-l-115 {
  padding-left: 115px !important; }

.p-b-115 {
  padding-bottom: 115px !important; }

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

.p-t-120 {
  padding-top: 120px !important; }

.p-r-120 {
  padding-right: 120px !important; }

.p-l-120 {
  padding-left: 120px !important; }

.p-b-120 {
  padding-bottom: 120px !important; }

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

.p-t-125 {
  padding-top: 125px !important; }

.p-r-125 {
  padding-right: 125px !important; }

.p-l-125 {
  padding-left: 125px !important; }

.p-b-125 {
  padding-bottom: 125px !important; }

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

/* Generic Margin Helpers
------------------------------------
 */
.m-t-0 {
  margin-top: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

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

.m-b-0 {
  margin-bottom: 0px !important; }

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

.m-r-5 {
  margin-right: 5px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

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

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

.m-l-10 {
  margin-left: 10px !important; }

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

.m-t-15 {
  margin-top: 15px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-l-15 {
  margin-left: 15px !important; }

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

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

.m-r-20 {
  margin-right: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

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

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

.m-r-25 {
  margin-right: 25px !important; }

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

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

.m-t-30 {
  margin-top: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

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

.m-t-35 {
  margin-top: 35px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

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

.m-r-55 {
  margin-right: 55px !important; }

.m-l-55 {
  margin-left: 55px !important; }

.m-b-55 {
  margin-bottom: 55px !important; }

.m-t-60 {
  margin-top: 60px !important; }

.m-r-60 {
  margin-right: 60px !important; }

.m-l-60 {
  margin-left: 60px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.m-t-65 {
  margin-top: 65px !important; }

.m-r-65 {
  margin-right: 65px !important; }

.m-l-65 {
  margin-left: 65px !important; }

.m-b-65 {
  margin-bottom: 65px !important; }

.m-t-70 {
  margin-top: 70px !important; }

.m-r-70 {
  margin-right: 70px !important; }

.m-l-70 {
  margin-left: 70px !important; }

.m-b-70 {
  margin-bottom: 70px !important; }

.m-t-75 {
  margin-top: 75px !important; }

.m-r-75 {
  margin-right: 75px !important; }

.m-l-75 {
  margin-left: 75px !important; }

.m-b-75 {
  margin-bottom: 75px !important; }

.m-t-80 {
  margin-top: 80px !important; }

.m-r-80 {
  margin-right: 80px !important; }

.m-l-80 {
  margin-left: 80px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.m-t-85 {
  margin-top: 85px !important; }

.m-r-85 {
  margin-right: 85px !important; }

.m-l-85 {
  margin-left: 85px !important; }

.m-b-85 {
  margin-bottom: 85px !important; }

.m-t-90 {
  margin-top: 90px !important; }

.m-r-90 {
  margin-right: 90px !important; }

.m-l-90 {
  margin-left: 90px !important; }

.m-b-90 {
  margin-bottom: 90px !important; }

.m-t-95 {
  margin-top: 95px !important; }

.m-r-95 {
  margin-right: 95px !important; }

.m-l-95 {
  margin-left: 95px !important; }

.m-b-95 {
  margin-bottom: 95px !important; }

.m-t-100 {
  margin-top: 100px !important; }

.m-r-100 {
  margin-right: 100px !important; }

.m-l-100 {
  margin-left: 100px !important; }

.m-b-100 {
  margin-bottom: 100px !important; }

.m-t-105 {
  margin-top: 105px !important; }

.m-r-105 {
  margin-right: 105px !important; }

.m-l-105 {
  margin-left: 105px !important; }

.m-b-105 {
  margin-bottom: 105px !important; }

.m-t-110 {
  margin-top: 110px !important; }

.m-r-110 {
  margin-right: 110px !important; }

.m-l-110 {
  margin-left: 110px !important; }

.m-b-110 {
  margin-bottom: 110px !important; }

.m-t-115 {
  margin-top: 115px !important; }

.m-r-115 {
  margin-right: 115px !important; }

.m-l-115 {
  margin-left: 115px !important; }

.m-b-115 {
  margin-bottom: 115px !important; }

.m-t-120 {
  margin-top: 120px !important; }

.m-r-120 {
  margin-right: 120px !important; }

.m-l-120 {
  margin-left: 120px !important; }

.m-b-120 {
  margin-bottom: 120px !important; }

.m-t-125 {
  margin-top: 125px !important; }

.m-r-125 {
  margin-right: 125px !important; }

.m-l-125 {
  margin-left: 125px !important; }

.m-b-125 {
  margin-bottom: 125px !important; }

.full-height {
  height: 100% !important; }

.full-width {
  width: 100%; }

.hide {
  display: none; }

.inline {
  display: inline-block !important; }

.block {
  display: block; }

.b-blank {
  border-color: #000; }

/* Border Helpers
------------------------------------
*/
.b-a,
.b-r,
.b-l,
.b-t,
.b-b {
  border-style: solid;
  border-width: 0; }

.b-r {
  border-right-width: 1px; }

.b-l {
  border-left-width: 1px; }

.b-t {
  border-top-width: 1px; }

.b-b {
  border-bottom-width: 1px; }

.b-a {
  border-width: 1px; }

.b-dashed {
  border-style: dashed; }

.b-dotted {
  border-style: dotted;
  border-color: #C5D9E8;
  border-image-source: url("../../assets/img/dots.svg");
  border-image-slice: 33% 33%;
  border-image-repeat: round; }

.b-thick {
  border-width: 2px; }

.b-transparent {
  border-color: rgba(0, 0, 0, 0.4); }

.b-transparent-white {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.b-grey {
  border-color: #d6d8d9; }

.b-white {
  border-color: #fff; }

.b-primary {
  border-color: #0052bb; }

.b-complete {
  border-color: #0052bb; }

.b-success {
  border-color: #81C926; }

.b-info {
  border-color: #3b4752; }

.b-danger {
  border-color: #f55753; }

.b-warning {
  border-color: #f8d053; }

/* Border Radius
------------------------------------
*/
.b-rad-sm {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }

.b-rad-md {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.b-rad-lg {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px; }

.no-border {
  border: none !important; }

/** Profile Wrappers **/
.profile-img-wrapper {
  display: inline-block;
  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; }

.profile-img-wrapper.big {
  height: 68px;
  width: 68px; }

.profile-img-wrapper.with-left-space-custom {
  margin-left: 7px; }

.relative {
  position: relative; }

/* Demo Purposes */
.icon-set-preview {
  transition: opacity 0.1s linear; }

#icon-list {
  transition: all 0.1s ease-in-out; }

.error-number {
  font-family: 'Montserrat';
  font-size: 90px;
  line-height: 90px; }

.error-container-innner {
  margin-left: auto;
  margin-right: auto;
  width: 360px; }

.error-container {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 38%; }

.visible-xlg {
  display: none; }

.hidden-xlg {
  display: block; }

.sm-gutter .row > [class^="col-"], .sm-gutter .row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.sm-gutter .row {
  margin-left: -5px;
  margin-right: -5px; }

@media (max-width: 797px) {
  .sm-sm-gutter .row > [class^="col-"], .sm-sm-gutter .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  .sm-sm-gutter .row {
    margin-left: -5px;
    margin-right: -5px; } }

/* Aspect ratio */
.ar-1-1 .panel,
.ar-2-1 .panel,
.ar-1-2 .panel,
.ar-3-2 .panel,
.ar-2-3 .panel {
  margin: 0; }

.ar-1-1 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden; }
  .ar-1-1:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/ }
  .ar-1-1 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.ar-2-1 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden; }
  .ar-2-1:before {
    content: "";
    display: block;
    padding-top: calc(50% - 5px);
    /* initial ratio of 1:1*/ }
  .ar-2-1 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.ar-1-2 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden; }
  .ar-1-2:before {
    content: "";
    display: block;
    padding-top: calc(150% - 5px);
    /* initial ratio of 1:1*/ }
  .ar-1-2 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.ar-3-2 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden; }
  .ar-3-2:before {
    content: "";
    display: block;
    padding-top: calc(75% - 5px);
    /* initial ratio of 1:1*/ }
  .ar-3-2 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.ar-2-3 {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden; }
  .ar-2-3:before {
    content: "";
    display: block;
    padding-top: calc(125% - 5px);
    /* initial ratio of 1:1*/ }
  .ar-2-3 > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.v-align-bottom {
  vertical-align: bottom !important; }

.v-align-top {
  vertical-align: top !important; }

.v-align-middle {
  vertical-align: middle !important; }

/* vertical alignment styles */
.col-top {
  vertical-align: top !important; }

.col-middle {
  vertical-align: middle !important; }

.col-bottom {
  vertical-align: bottom !important; }

/* columns of same height styles
------------------------------------
*/
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
  .row-sm-height {
    display: table-row; }
  .col-sm-height {
    display: table-cell !important;
    float: none !important; } }

@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
  .row-md-height {
    display: table-row; }
  .col-md-height {
    display: table-cell !important;
    float: none !important; } }

@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
  .row-lg-height {
    display: table-row; }
  .col-lg-height {
    display: table-cell !important;
    float: none !important; } }

.hover-row {
  opacity: 0.6;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  tr:hover .hover-row {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.cheklist-style li {
  position: relative;
  list-style: none;
  margin-bottom: 10px; }
  .cheklist-style li:before {
    content: "\ea25";
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Mini';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -30px;
    top: 3px;
    color: #757c81; }

.cheklist-style.checklist-style-error li:before {
  content: "\ea5c";
  color: #f77975; }

@media only screen and (min-width: 768px) {
  .is-equal {
    display: -webkit-flex;
    display: flex; } }

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

/*------------------------------------------------------------------
[29. Print]
*/
@media print {
  .header,
  .page-sidebar,
  .quickview-wrapper,
  .overlay {
    display: none; }
  .page-container {
    padding-left: 0; }
  .page-content-wrapper .content {
    border-top: 0; }
    .page-content-wrapper .content .panel {
      border: none; }
      .page-content-wrapper .content .panel .panel-body {
        padding: 0; }
  [class^='padding-'],
  [class*='padding-'],
  .table tbody tr td {
    padding: 10px; } }

/*------------------------------------------------------------------
[30. Demo : Only for demo pursposes]
*/
.builder {
  width: 423px;
  right: -423px; }
  .builder > div {
    height: calc(100% - 12px); }
  .builder a {
    position: relative;
    display: block;
    width: 100%;
    color: #acb0b3; }
    .builder a > img {
      opacity: 0.33;
      -webkit-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear; }
    .builder a.active {
      color: #757c81; }
      .builder a.active > img {
        opacity: 0.87; }
      .builder a.active:before {
        background-image: url("../../assets/img//demo/tick.svg");
        width: 23px;
        height: 23px;
        content: '';
        position: absolute;
        top: 84px;
        right: -10px;
        z-index: 10; }
    .builder a:hover {
      color: #91969a; }
      .builder a:hover > img {
        opacity: 0.7; }
  .builder .builder-footer {
    right: 0;
    left: 0;
    z-index: 10; }
  .builder .theme-selector.active:before {
    top: 54px;
    right: 10px; }
  .builder .nav-tabs {
    background-color: transparent;
    padding: 0; }
    .builder .nav-tabs > li > a {
      min-width: 99px;
      padding: 16px 0; }
  .builder .nav-tabs ~ .tab-content {
    position: relative;
    padding-right: 0px;
    height: 100%;
    top: 0; }
    .builder .nav-tabs ~ .tab-content .tab-pane {
      height: 100%;
      overflow-x: hidden !important; }
      .builder .nav-tabs ~ .tab-content .tab-pane .scrollable {
        padding-top: 27px;
        height: calc(100% - 47px);
        overflow-x: hidden !important; }
  .builder .builder-close {
    position: absolute;
    right: 36px;
    top: 20px;
    padding: 7px;
    width: auto;
    z-index: 10; }
  .builder .builder-toggle {
    position: absolute;
    width: 54px;
    height: 50px;
    top: 20%;
    left: -48px;
    text-align: center;
    line-height: 50px;
    cursor: pointer; }
  .builder:before {
    position: absolute;
    content: '';
    width: 48px;
    height: 50px;
    background-color: #fff;
    top: 20%;
    left: -47px;
    box-shadow: 0 0 9px rgba(191, 191, 191, 0.36);
    border-left: 1px solid rgba(222, 227, 231, 0.56);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .builder:after {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 5px;
    height: 50px;
    left: 0;
    top: 20%; }
  .builder .btn-toggle-theme > img {
    opacity: 1 !important; }
  .builder .btn-toggle-theme p {
    line-height: 18px; }

.content-builder {
  display: none; }
  .content-builder.active {
    display: block; }
  .content-builder .placeholder {
    position: relative; }
    .content-builder .placeholder:after {
      content: "Content goes here";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -10px;
      right: 0;
      text-align: center;
      font-size: 26px;
      opacity: .16;
      color: #757c81; }

.previewer {
  height: 35px; }

/* Demo Widths For GIF Animations
------------------------------------
*/
.demo-bg-hinted {
  background-color: #939393; }

.demo-fs-23 {
  font-size: 23px !important; }

.demo-mw-50 {
  max-width: 50px; }

.demo-mw-300 {
  max-width: 300px; }

.demo-mw-350 {
  max-width: 350px; }

.demo-mw-400 {
  max-width: 400px; }

.demo-mw-500 {
  max-width: 500px; }

.demo-mw-600 {
  max-width: 600px; }

.demo-container {
  height: 2000px; }

/* Views page */
.view-iframe-wrapper {
  width: 100%;
  height: 255px;
  background: #fff;
  position: relative; }
  .view-iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    padding: 45px 45px 0 45px; }
    @media (max-width: 1200px) {
      .view-iframe-wrapper iframe {
        padding: 0; } }

/*------------------------------------------------------------------
[2x. Document]
*/
.doc-element-wrapper, .doc-element-wrapper-inner {
  position: relative;
  cursor: pointer; }
  .doc-element-wrapper:hover .doc-elem-dummy, .doc-element-wrapper-inner:hover .doc-elem-dummy {
    background: #ccdcf1; }
  .doc-element-wrapper.incomplete .doc-elem-dummy, .doc-element-wrapper-inner.incomplete .doc-elem-dummy {
    display: inline-block; }
  .doc-element-wrapper.incomplete:hover .doc-elem-dummy, .doc-element-wrapper-inner.incomplete:hover .doc-elem-dummy {
    background: #ccdcf1; }
  .doc-element-wrapper.incomplete.error, .doc-element-wrapper-inner.incomplete.error {
    display: inline-block;
    width: 100%; }
    .doc-element-wrapper.incomplete.error:after, .doc-element-wrapper-inner.incomplete.error:after {
      content: '!';
      display: block;
      width: 16px;
      height: 16px;
      line-height: 16px;
      text-align: center;
      font-size: 10px;
      color: #fff;
      background: #f55753;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      position: absolute;
      right: -7px;
      top: -7px; }
    .doc-element-wrapper.incomplete.error .doc-elem-dummy, .doc-element-wrapper-inner.incomplete.error .doc-elem-dummy {
      background: rgba(253, 221, 221, 0.7); }
    .doc-element-wrapper.incomplete.error:hover .doc-elem-dummy, .doc-element-wrapper-inner.incomplete.error:hover .doc-elem-dummy {
      background: #fddddd; }
  .doc-element-wrapper .doc-elem-dummy, .doc-element-wrapper-inner .doc-elem-dummy {
    border: 0px;
    min-width: 120px;
    background: rgba(204, 220, 241, 0.7);
    height: 22px;
    vertical-align: text-bottom;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 5px;
    display: none; }
    .doc-element-wrapper .doc-elem-dummy.doc-elem-dummy-lg, .doc-element-wrapper-inner .doc-elem-dummy.doc-elem-dummy-lg {
      width: 100%; }

.doc-element {
  border-bottom: 1px dashed rgba(0, 82, 187, 0.3);
  display: inline;
  cursor: pointer;
  white-space: pre-wrap; }
  .doc-element:hover {
    border-color: #0052bb; }
  .doc-element.incomplete {
    border: 0px;
    min-width: 120px;
    display: inline-block;
    background: rgba(204, 220, 241, 0.7);
    height: 22px;
    vertical-align: text-bottom;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }
    .doc-element.incomplete.doc-elem-dummy-lg {
      width: 100%;
      margin-bottom: 5px; }
    .doc-element.incomplete:hover {
      background: #ccdcf1; }
    .doc-element.incomplete.error {
      background: #fddddd; }
      .doc-element.incomplete.error:after {
        content: '!';
        display: block;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        font-size: 10px;
        color: #fff;
        background: #f55753;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        position: absolute;
        right: -7px;
        top: -7px; }

.doc-form {
  padding: 100px 30px 50px; }

.question-form-element {
  /*position: relative;*/ }
  .question-form-element .form-control.form-control-lg {
    background: transparent !important;
    border: 0px;
    border-bottom: 2px dashed #ccdcf1;
    font-size: 28px;
    font-family: inherit;
    padding-left: 0;
    padding-right: 0;
    height: 54px;
    margin-bottom: 10px; }
    .question-form-element .form-control.form-control-lg::-moz-placeholder {
      color: #d6d8d9;
      opacity: 1; }
    .question-form-element .form-control.form-control-lg:-ms-input-placeholder {
      color: #d6d8d9;
      opacity: 1; }
    .question-form-element .form-control.form-control-lg::-webkit-input-placeholder {
      color: #d6d8d9;
      opacity: 1; }
    .question-form-element .form-control.form-control-lg:focus {
      border-color: #0052bb; }
  .question-form-element textarea.form-control.form-control-lg {
    border-left: 2px dashed #ccdcf1;
    border-bottom: 0px;
    font-size: 16px;
    min-height: 120px;
    height: auto;
    padding-left: 15px; }

.doc-form-element {
  padding: 120px 0;
  opacity: 0.3;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  @media (max-width: 767px) {
    .doc-form-element {
      padding: 50px 0; } }
  .doc-form-element .form-nav {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .doc-form-element.active {
    opacity: 1; }
    .doc-form-element.active .form-nav {
      opacity: 1; }
  .doc-form-element .elem-number {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #0052bb;
    color: #0052bb;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    left: -40px;
    top: 117px; }
    @media (max-width: 767px) {
      .doc-form-element .elem-number {
        top: 47px; } }
  .doc-form-element .form-control.form-control-lg {
    background: transparent !important;
    border: 0px;
    border-bottom: 2px dashed #ccdcf1;
    font-size: 28px;
    font-family: inherit;
    padding-left: 0;
    padding-right: 0;
    height: 54px;
    margin-bottom: 10px; }
    .doc-form-element .form-control.form-control-lg::-moz-placeholder {
      color: #d6d8d9;
      opacity: 1; }
    .doc-form-element .form-control.form-control-lg:-ms-input-placeholder {
      color: #d6d8d9;
      opacity: 1; }
    .doc-form-element .form-control.form-control-lg::-webkit-input-placeholder {
      color: #d6d8d9;
      opacity: 1; }
    .doc-form-element .form-control.form-control-lg:focus {
      border-color: #0052bb; }
  .doc-form-element textarea.form-control.form-control-lg {
    border-left: 2px dashed #ccdcf1;
    border-bottom: 0px;
    font-size: 16px;
    min-height: 120px;
    height: auto;
    padding-left: 15px; }

.key-helper {
  display: inline-block;
  padding-left: 10px;
  font-size: 12px;
  vertical-align: middle;
  max-width: 200px;
  line-height: 1.2;
  padding-bottom: 10px;
  color: rgba(117, 124, 129, 0.7); }

.key-item {
  display: inline-block;
  background: #FFFFFF;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px 10px;
  color: #757c81;
  font-size: 13px; }
  .key-item i {
    padding-right: 5px; }

.document-preview {
  overflow: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .document-preview .document-preview-wrapper {
    margin: 0 auto;
    max-width: 700px; }
  .nav-hidden .document-preview {
    top: 100px; }
  .document-preview .label-above {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 20px;
    color: rgba(117, 124, 129, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 12px; }

@keyframes bounce {
  0% {
    transform: scale(0.8); }
  30% {
    transform: scale(1.1); }
  60% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.options-list {
  padding: 0;
  margin: 10px 0; }
  .options-list.options-list-horizontal li {
    width: 48%;
    float: left;
    height: 100px;
    text-align: center; }
    .options-list.options-list-horizontal li:first-child {
      margin-right: 4%; }
  .options-list li {
    position: relative;
    list-style: none;
    cursor: pointer;
    display: block;
    background: #ebf1fa;
    border: 2px solid #ccdcf1;
    padding: 10px 40px 10px 10px;
    margin-bottom: 10px;
    color: #35383a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; }
    .options-list li.selected {
      border: 2px solid #0052bb;
      color: #0052bb;
      font-weight: bold; }
      .options-list li.selected.js-radio .radio-box::before {
        content: "\ea25";
        display: inline-block;
        font: normal normal normal 16px/26px 'Nucleo Mini';
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        background: #0052bb;
        border-color: #0052bb;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-animation: bounce 0.5s;
        -moz-animation: bounce 0.5s;
        -o-animation: bounce 0.5s;
        animation: bounce 0.5s; }
    .options-list li.js-radio .radio-box {
      position: absolute;
      right: 7px;
      top: 7px;
      display: inline-block;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 30px; }
      .options-list li.js-radio .radio-box::after, .options-list li.js-radio .radio-box::before {
        /* used to create the check icon and yellow circle/square dot ( when element is selected) */
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        height: 100%;
        width: 100%;
        /* Force hardware acceleration */
        transform: translateZ(0);
        backface-visibility: hidden; }
      .options-list li.js-radio .radio-box::before {
        border: 2px solid #ccdcf1;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        background: #fff;
        transition: background-color .3s, transform .3s, border-color .3s; }
      .options-list li.js-radio .radio-box::after {
        /* check icon */
        /* background: url(../img/cd-icon-check.svg) no-repeat center center; */ }

#doc-progress {
  vertical-align: middle;
  margin-right: 10px;
  height: 44px; }

.js-option-conditional {
  display: none; }

.signature-field {
  height: 80px; }

.input-with-icon {
  position: relative; }
  .input-with-icon .input-icon {
    position: absolute;
    right: 15px;
    top: 13px; }

@media (min-width: 768px) {
  .disclaimer-lg {
    margin-left: -300px;
    margin-right: -300px; } }

@media (max-width: 767px) {
  .modal-filter-dialog {
    overflow: hidden; } }

.modal.fade.fill-in .modal-filter-dialog .modal-content {
  vertical-align: top; }

.modal-filter-dialog .question {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/*------------------------------------------------------------------
[3x. FrontEnd]
*/
.front-header .header {
  position: absolute;
  border: none;
  top: 10px;
  transition: transform .25s ease;
  -webkit-transition: -webkit-transform .25s ease; }
  .front-header .header .bar-inner > ul > li a {
    opacity: 1; }
  .front-header .header .header-container {
    overflow: hidden; }

.hero {
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    .hero {
      background-position: left center; } }

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

.hero-cta:after {
  clear: both; }

.hero-cta a {
  padding: 25px;
  width: 50%;
  float: left;
  display: block; }
  @media (max-width: 767px) {
    .hero-cta a {
      padding: 15px;
      width: 100%;
      margin-bottom: 10px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
      .hero-cta a:last-child {
        margin-bottom: 0px; }
      .hero-cta a .thumbnail-wrapper {
        margin-top: -4px; } }
  .hero-cta a:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .hero-cta a:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .section-padding {
      padding-top: 25px;
      padding-bottom: 25px; } }

.video-teaser {
  position: relative; }
  .video-teaser i {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    width: auto;
    height: auto; }
  .video-teaser img {
    height: 110px;
    width: auto; }
    @media (max-width: 767px) {
      .video-teaser img {
        height: 60px; } }

@media (max-width: 767px) {
  .main-logo {
    max-height: 40px; } }

@media (max-width: 767px) {
  .featured-illustration {
    max-height: 200px;
    display: block;
    margin: 0 auto 30px; } }

.list-default {
  padding-left: 20px;
  list-style: none; }
  .list-default li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 0;
    line-height: 1.5; }
    .list-default li::before {
      content: "• ";
      font-size: 30px;
      position: absolute;
      top: -8px;
      left: -20px;
      color: #0052bb; }

.footer-menu li {
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .footer-menu li {
      margin-bottom: 5px; } }
  .footer-menu li a {
    color: #757c81; }
    .footer-menu li a:hover {
      color: #0052bb; }

.sidebar-open .open-menu {
  display: none; }

.close-menu {
  display: none; }
  .sidebar-open .close-menu {
    display: inline; }

.scroll-down {
  opacity: .7; }
  .scroll-down:hover {
    opacity: 1; }

.bg-front-end {
  background-color: #ececef; }

.editorial {
  font-size: 16px; }
  @media (max-width: 767px) {
    .editorial {
      font-size: 14px; } }
  .editorial p {
    font-size: 16px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .editorial p {
        font-size: 14px; } }
  .editorial em {
    font-style: italic; }

.form-group.required {
  position: relative; }
  .form-group.required:after {
    content: "•";
    font-size: 20px;
    color: #f55753;
    position: absolute;
    top: 24px;
    right: 7px;
    display: block; }
    @media (max-width: 767px) {
      .form-group.required:after {
        top: 27px; } }

.section-half {
  position: relative; }
  .section-half > figure {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
    background-position: center; }
    @media (max-width: 767px) {
      .section-half > figure {
        width: 100%;
        height: 200px;
        bottom: auto;
        position: relative; } }
  .section-half .container {
    margin-left: 0; }
    @media (min-width: 768px) {
      .section-half .container {
        width: 50%; } }

.color-list {
  list-style: none;
  padding: 0; }
  .color-list li {
    float: left;
    margin: 0 30px 30px 0;
    width: 150px; }
    .color-list li .color-element {
      padding: 75px;
      margin-bottom: 10px;
      overflow: hidden;
      border: 1px solid rgba(183, 210, 229, 0.8);
      -webkit-box-shadow: 0 1px 4px 0 rgba(43, 63, 89, 0.1);
      box-shadow: 0 1px 4px 0 rgba(43, 63, 89, 0.1);
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }

@media (min-width: 1025px) {
  .page-sidebar {
    display: none !important; } }

.testimonial-slider .testimonial-item {
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0.4;
  outline: none !important;
  height: 300px; }
  .testimonial-slider .testimonial-item.slick-center {
    opacity: 1; }
  .testimonial-slider .testimonial-item .panel {
    height: 100% !important;
    width: 100%;
    display: table; }
    .testimonial-slider .testimonial-item .panel .panel-body {
      display: table-cell;
      vertical-align: middle; }

.testimonial-slider .slick-list {
  overflow: visible; }

.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
  border-radius: 50%;
  background-color: white;
  z-index: 1;
  border: 1px solid rgba(183, 210, 229, 0.8);
  box-shadow: 0 1px 4px 0 rgba(43, 63, 89, 0.1);
  width: 40px;
  height: 40px; }
  .testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Nucleo Mini";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0052bb; }

.testimonial-slider .slick-prev {
  left: 0px; }
  .testimonial-slider .slick-prev:before {
    content: "\e990"; }

.testimonial-slider .slick-next {
  right: 0px; }
  .testimonial-slider .slick-next:before {
    content: "\e991"; }

.testimonial-slider .slick-dots li button:before {
  font: normal normal normal 14px/1 "Nucleo Mini";
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "•"; }

.testimonial-slider .slick-dots {
  bottom: -35px; }

.visible-xlg {
  display: none; }

.hidden-xlg {
  display: block; }

/*** Large screens ***/
@media (min-width: 1824px) {
  .visible-xlg {
    display: block !important; }
  .hidden-xlg {
    display: none !important; }
  .quickview-wrapper .tab-content #quickview-notes > .inner {
    width: 570px; }
  .container-fluid.container-fixed-lg {
    width: 1700px;
    margin-right: auto;
    margin-left: auto; }
  .menu-pin .container-fluid.container-fixed-lg {
    width: 1450px; }
  .visible-xlg {
    display: block !important; }
  .hidden-xlg {
    display: none !important; }
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
  .col-xlg-12 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%; }
  .col-xlg-11 {
    width: 91.6667%; }
  .col-xlg-10 {
    width: 83.3333%; }
  .col-xlg-9 {
    width: 75%; }
  .col-xlg-8 {
    width: 66.6667%; }
  .col-xlg-7 {
    width: 58.3333%; }
  .col-xlg-6 {
    width: 50%; }
  .col-xlg-5 {
    width: 41.6667%; }
  .col-xlg-4 {
    width: 33.3333%; }
  .col-xlg-3 {
    width: 25%; }
  .col-xlg-2 {
    width: 16.6667%; }
  .col-xlg-1 {
    width: 8.33333%; }
  .col-xlg-pull-12 {
    right: 100%; }
  .col-xlg-pull-11 {
    right: 91.6667%; }
  .col-xlg-pull-10 {
    right: 83.3333%; }
  .col-xlg-pull-9 {
    right: 75%; }
  .col-xlg-pull-8 {
    right: 66.6667%; }
  .col-xlg-pull-7 {
    right: 58.3333%; }
  .col-xlg-pull-6 {
    right: 50%; }
  .col-xlg-pull-5 {
    right: 41.6667%; }
  .col-xlg-pull-4 {
    right: 33.3333%; }
  .col-xlg-pull-3 {
    right: 25%; }
  .col-xlg-pull-2 {
    right: 16.6667%; }
  .col-xlg-pull-1 {
    right: 8.33333%; }
  .col-xlg-pull-0 {
    right: 0; }
  .col-xlg-push-12 {
    left: 100%; }
  .col-xlg-push-11 {
    left: 91.6667%; }
  .col-xlg-push-10 {
    left: 83.3333%; }
  .col-xlg-push-9 {
    left: 75%; }
  .col-xlg-push-8 {
    left: 66.6667%; }
  .col-xlg-push-7 {
    left: 58.3333%; }
  .col-xlg-push-6 {
    left: 50%; }
  .col-xlg-push-5 {
    left: 41.6667%; }
  .col-xlg-push-4 {
    left: 33.3333%; }
  .col-xlg-push-3 {
    left: 25%; }
  .col-xlg-push-2 {
    left: 16.6667%; }
  .col-xlg-push-1 {
    left: 8.33333%; }
  .col-xlg-push-0 {
    left: 0; }
  .col-xlg-offset-12 {
    margin-left: 100%; }
  .col-xlg-offset-11 {
    margin-left: 91.6667%; }
  .col-xlg-offset-10 {
    margin-left: 83.3333%; }
  .col-xlg-offset-9 {
    margin-left: 75%; }
  .col-xlg-offset-8 {
    margin-left: 66.6667%; }
  .col-xlg-offset-7 {
    margin-left: 58.3333%; }
  .col-xlg-offset-6 {
    margin-left: 50%; }
  .col-xlg-offset-5 {
    margin-left: 41.6667%; }
  .col-xlg-offset-4 {
    margin-left: 33.3333%; }
  .col-xlg-offset-3 {
    margin-left: 25%; }
  .col-xlg-offset-2 {
    margin-left: 16.6667%; }
  .col-xlg-offset-1 {
    margin-left: 8.33333%; }
  .col-xlg-offset-0 {
    margin-left: 0; } }

/*** Desktops ***/
/*** Medium Size Screen ***/
@media only screen and (max-width: 1400px) {
  .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu {
    bottom: 50px; }
  .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-widgets {
    display: none; }
  .footer-widget {
    padding: 11px 21px !important; } }

/*** Desktops & Laptops ***/
@media only screen and (min-width: 980px) {
  body.ie9.menu-pin .page-sidebar {
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important; }
  body.menu-pin {
    overflow-x: hidden; }
    body.menu-pin .header .brand {
      width: 245px; }
    body.menu-pin .page-container {
      padding-left: 0; }
      body.menu-pin .page-container .page-content-wrapper .content {
        padding-left: 250px; }
      body.menu-pin .page-container .page-content-wrapper .footer {
        left: 250px; }
    body.menu-pin [data-toggle-pin="sidebar"] > i:before {
      content: "\f192"; }
    body.menu-pin .page-sidebar {
      transform: translate(auto-0px, 0) !important;
      -webkit-transform: translate(auto-0px, 0) !important;
      -ms-transform: translate(auto-0px, 0) !important;
      width: 250px; }
      body.menu-pin .page-sidebar .sidebar-header .sidebar-header-controls {
        transform: translateX(18px);
        -webkit-transform: translateX(18px); }
      body.menu-pin .page-sidebar .menu-items .icon-thumbnail {
        transform: translate3d(-14px, 0, 0);
        -webkit-transform: -webkit-translate3d(-14px, 0, 0); }
  body.menu-behind .page-sidebar {
    z-index: 799; }
  body.menu-behind .header .brand {
    width: 200px;
    text-align: left;
    padding-left: 20px; }
  body.box-layout {
    background-color: #fff; }
    body.box-layout > .container {
      height: 100%;
      padding: 0;
      background-color: #fbfbfb; }
    body.box-layout .header {
      background-color: transparent;
      border: 0;
      padding: 0; }
      body.box-layout .header > .container {
        background-color: #fff;
        border-bottom: 1px solid rgba(230, 230, 230, 0.7);
        padding: 0 20px 0 0; }
    body.box-layout .page-sidebar {
      left: auto;
      transform: none !important;
      -webkit-transform: none !important; }
    body.box-layout .page-container .page-content-wrapper .footer {
      width: auto; }
  .header .brand {
    position: relative; }
  .header .user-info-wrapper .user-details .user-name {
    font-size: 16px; }
  .header .user-info-wrapper .user-details .user-other {
    font-size: 10px; }
  .header .user-info-wrapper .user-pic {
    position: relative;
    top: -6px; }
  .notification-panel {
    width: 400px; } }

/*** General Small Screen Desktops ***/
@media (max-width: 1024px) {
  body.sidebar-open .page-container {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -ms-transform: translate(250px, 0);
    overflow: hidden;
    position: fixed; }
  body.sidebar-open.front-header .header {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -ms-transform: translate(250px, 0);
    overflow: hidden;
    position: fixed; }
  body.box-layout > .container {
    padding: 0;
    height: 100%; }
  body.box-layout .header > .container {
    padding: 0; }
    body.box-layout .header > .container .pull-right .sm-action-bar {
      right: 0; }
  .page-sidebar {
    width: 250px;
    z-index: auto;
    left: 0 !important;
    -webkit-transform: translate3d(0, 0px, 0px) !important;
    transform: translate3d(0, 0px, 0px) !important; }
    .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
      padding: 0px 30px 0 36px; }
  .page-container {
    padding-left: 0;
    position: relative;
    transition: transform .25s ease;
    -webkit-transition: -webkit-transform .25s ease; }
    .page-container .page-content-wrapper .content {
      overflow-x: hidden;
      height: auto; }
  .header {
    padding: 0 10px;
    width: 100%; }
    .header .header-inner {
      text-align: center; }
      .header .header-inner .toggle-sidebar {
        display: block;
        left: 23px; }
      .header .header-inner .mark-email {
        left: 45px;
        position: absolute;
        top: 23px; }
      .header .header-inner .quickview-link {
        position: absolute;
        right: 0;
        top: 12px; }
    .header .brand {
      width: auto; }
    .header .notification-list, .header .search-link {
      display: none; }
    .header > .pull-left, .header > .pull-right {
      position: relative; }
    .header > .pull-right .sm-action-bar {
      right: 0; } }

/*** General tablets and phones ***/
@media (max-width: 991px) {
  .page-container {
    padding-left: 0; }
  .sm-action-bar {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10; }
    .sm-action-bar > a {
      padding: 10px;
      display: inline-block; }
  .pace .pace-activity {
    top: 60px; }
  .icon-thumbnail {
    margin-right: 24px; }
  .page-sidebar {
    display: none;
    z-index: auto; }
    .page-sidebar.visible {
      display: block; }
    .page-sidebar .page-sidebar-inner {
      z-index: 1;
      left: 0 !important;
      width: 260px; }
      .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        top: 40px;
        bottom: 0; }
        .page-sidebar .page-sidebar-inner .sidebar-slide .sidebar-menu ul > li > a > .badge {
          display: inline-block; }
  .secondary-sidebar {
    float: none;
    height: auto;
    left: 50%;
    margin-left: -125px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9999;
    display: none;
    border-radius: 10px; }
    .secondary-sidebar .btn-compose {
      display: none; }
  .inner-content {
    margin: 0; }
  .breadcrumb {
    padding-left: 15px;
    padding-right: 15px; }
  .copyright {
    padding-left: 15px;
    padding-right: 15px; }
  body > .pgn-wrapper[data-position="top"] {
    top: 48px;
    left: 0; }
  body > .pgn-wrapper[data-position="bottom"] {
    left: 0; }
  body > .pgn-wrapper[data-position$='-left'] {
    left: 20px;
    right: auto; }
  .sm-table {
    display: table;
    width: 100%; }
  .user-profile-wrapper {
    position: absolute;
    right: 50px;
    top: -9px; }
  /*** Horizontal Menu **/
  .horizontal-menu .bar {
    background-color: #fff;
    display: none; }
    .horizontal-menu .bar .bar-inner {
      display: block;
      max-height: 400px;
      overflow: scroll;
      -webkit-overflow-scrolling: touch; }
      .horizontal-menu .bar .bar-inner > ul > li {
        display: block; }
        .horizontal-menu .bar .bar-inner > ul > li .classic {
          position: relative;
          background-color: transparent;
          top: 0; }
        .horizontal-menu .bar .bar-inner > ul > li .mega, .horizontal-menu .bar .bar-inner > ul > li.horizontal {
          position: relative; }
        .horizontal-menu .bar .bar-inner > ul > li > .horizontal {
          position: relative;
          top: 0;
          border-bottom: 0; }
          .horizontal-menu .bar .bar-inner > ul > li > .horizontal li {
            display: block; }
  .table-responsive-block table, .table-responsive-block thead, .table-responsive-block tbody, .table-responsive-block th, .table-responsive-block td, .table-responsive-block tr {
    display: block; }
  .table-responsive-block thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .table-responsive-block tr {
    border: 1px solid rgba(230, 230, 230, 0.7);
    margin-bottom: 15px; }
  .table-responsive-block td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left; }
    .table-responsive-block td:last-child {
      border-bottom: 0; }
    .table-responsive-block 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; }
    .table-responsive-block td:before {
      content: attr(data-title); } }

/* Landscape view of all tablet devices */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .page-sidebar .sidebar-menu .menu-items ul {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
  .page-container .page-content-wrapper .content {
    padding-top: 60px; }
  body.box-layout > .container {
    width: 100%; }
  .error-page .error-container {
    width: auto; } }

@media (max-width: 991px) {
  .sm-b-r,
  .sm-b-l,
  .sm-b-t,
  .sm-b-b {
    border-width: 0; }
  .sm-b-r {
    border-right-width: 1px; }
  .sm-b-l {
    border-left-width: 1px; }
  .sm-b-t {
    border-top-width: 1px; }
  .sm-b-b {
    border-bottom-width: 1px; } }

@media (min-width: 1200px) {
  .row-same-height {
    overflow: hidden; }
    .row-same-height > [class*="col-lg"] {
      margin-bottom: -99999px;
      padding-bottom: 99999px; } }

@media (min-width: 992px) {
  .row-same-height {
    overflow: hidden; }
    .row-same-height > [class*="col-md"] {
      margin-bottom: -99999px;
      padding-bottom: 99999px; }
  .horizontal-menu .bar {
    display: table !important; }
    .horizontal-menu .bar + div {
      padding-top: 50px; } }

@media (min-width: 768px) {
  .row-same-height {
    overflow: hidden; }
    .row-same-height > [class*="col-sm"] {
      margin-bottom: -99999px;
      padding-bottom: 99999px; }
  .box-layout .container .jumbotron, .container-fluid .jumbotron {
    padding: 0; } }

/* Portrait view of all tablet devices */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-sidebar .sidebar-menu .menu-items > li > a {
    padding-left: 27px; }
  .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0px 27px 0 31px; }
  .icon-thumbnail {
    margin-right: 21px; }
  .error-page .error-container {
    width: auto; } }

@media (max-width: 979px) {
  .toggle-secondary-sidebar {
    font-size: 18px;
    position: static;
    display: block; }
    .toggle-secondary-sidebar ~ .brand {
      display: none !important; }
  .secondary-sidebar {
    float: none;
    height: auto;
    left: 50%;
    margin-left: -125px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9999;
    display: none;
    border-radius: 10px; }
    .secondary-sidebar .btn-compose {
      display: none; }
  .split-view .split-list {
    width: 100%;
    height: auto;
    bottom: 50px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1000;
    float: none; }
    .split-view .split-list .item {
      padding: 8px; }
      .split-view .split-list .item .inline {
        margin-left: 5px;
        width: 188px; }
  .split-view .split-details {
    margin-left: 0;
    width: 100%; }
    .split-view .split-details .email-content-wrapper {
      overflow: auto;
      padding: 0;
      height: calc(100% - 50px); }
      .split-view .split-details .email-content-wrapper .email-content {
        width: 90%; }
  .compose-wrapper {
    display: block !important; }
    .compose-wrapper .btn-compose {
      display: block !important; } }

@media (max-width: 767px) {
  .header {
    height: 48px; }
    .header .notification-list, .header .search-link {
      display: none; }
    .header .header-inner {
      height: 48px; }
  .header .user-info-wrapper {
    display: none; }
  .header .search-link {
    height: 19px;
    width: 16px;
    overflow: hidden; }
  .jumbotron, .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .page-container .page-content-wrapper .content {
    padding-top: 48px;
    padding-bottom: 100px; }
  .page-sidebar .sidebar-header {
    padding: 0 12px; }
  .page-sidebar .sidebar-menu .menu-items > li > a {
    padding-left: 20px; }
  .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0px 25px 0 28px; }
  .icon-thumbnail {
    margin-right: 20px; }
  .sm-pull-bottom, .sm-pull-up {
    position: relative !important; }
  .sm-p-t-0 {
    padding-top: 0px !important; }
  .sm-p-r-0 {
    padding-right: 0px !important; }
  .sm-p-l-0 {
    padding-left: 0px !important; }
  .sm-p-b-0 {
    padding-bottom: 0px !important; }
  .sm-p-t-5 {
    padding-top: 5px !important; }
  .sm-p-r-5 {
    padding-right: 5px !important; }
  .sm-p-l-5 {
    padding-left: 5px !important; }
  .sm-p-b-5 {
    padding-bottom: 5px !important; }
  .sm-p-t-10 {
    padding-top: 10px !important; }
  .sm-p-r-10 {
    padding-right: 10px !important; }
  .sm-p-l-10 {
    padding-left: 10px !important; }
  .sm-p-b-10 {
    padding-bottom: 10px !important; }
  .sm-p-t-15 {
    padding-top: 15px !important; }
  .sm-p-r-15 {
    padding-right: 15px !important; }
  .sm-p-l-15 {
    padding-left: 15px !important; }
  .sm-p-b-15 {
    padding-bottom: 15px !important; }
  .sm-p-t-20 {
    padding-top: 20px !important; }
  .sm-p-r-20 {
    padding-right: 20px !important; }
  .sm-p-l-20 {
    padding-left: 20px !important; }
  .sm-p-b-20 {
    padding-bottom: 20px !important; }
  .sm-p-t-25 {
    padding-top: 25px !important; }
  .sm-p-r-25 {
    padding-right: 25px !important; }
  .sm-p-l-25 {
    padding-left: 25px !important; }
  .sm-p-b-25 {
    padding-bottom: 25px !important; }
  .sm-p-t-30 {
    padding-top: 30px !important; }
  .sm-p-r-30 {
    padding-right: 30px !important; }
  .sm-p-l-30 {
    padding-left: 30px !important; }
  .sm-p-b-30 {
    padding-bottom: 30px !important; }
  .sm-p-t-35 {
    padding-top: 35px !important; }
  .sm-p-r-35 {
    padding-right: 35px !important; }
  .sm-p-l-35 {
    padding-left: 35px !important; }
  .sm-p-b-35 {
    padding-bottom: 35px !important; }
  .sm-p-t-40 {
    padding-top: 40px !important; }
  .sm-p-r-40 {
    padding-right: 40px !important; }
  .sm-p-l-40 {
    padding-left: 40px !important; }
  .sm-p-b-40 {
    padding-bottom: 40px !important; }
  .sm-p-t-45 {
    padding-top: 45px !important; }
  .sm-p-r-45 {
    padding-right: 45px !important; }
  .sm-p-l-45 {
    padding-left: 45px !important; }
  .sm-p-b-45 {
    padding-bottom: 45px !important; }
  .sm-p-t-50 {
    padding-top: 50px !important; }
  .sm-p-r-50 {
    padding-right: 50px !important; }
  .sm-p-l-50 {
    padding-left: 50px !important; }
  .sm-p-b-50 {
    padding-bottom: 50px !important; }
  .sm-m-t-0 {
    margin-top: 0px !important; }
  .sm-m-r-0 {
    margin-right: 0px !important; }
  .sm-m-l-0 {
    margin-left: 0px !important; }
  .sm-m-b-0 {
    margin-bottom: 0px !important; }
  .sm-m-t-5 {
    margin-top: 5px !important; }
  .sm-m-r-5 {
    margin-right: 5px !important; }
  .sm-m-l-5 {
    margin-left: 5px !important; }
  .sm-m-b-5 {
    margin-bottom: 5px !important; }
  .sm-m-t-10 {
    margin-top: 10px !important; }
  .sm-m-r-10 {
    margin-right: 10px !important; }
  .sm-m-l-10 {
    margin-left: 10px !important; }
  .sm-m-b-10 {
    margin-bottom: 10px !important; }
  .sm-m-t-15 {
    margin-top: 15px !important; }
  .sm-m-r-15 {
    margin-right: 15px !important; }
  .sm-m-l-15 {
    margin-left: 15px !important; }
  .sm-m-b-15 {
    margin-bottom: 15px !important; }
  .sm-m-t-20 {
    margin-top: 20px !important; }
  .sm-m-r-20 {
    margin-right: 20px !important; }
  .sm-m-l-20 {
    margin-left: 20px !important; }
  .sm-m-b-20 {
    margin-bottom: 20px !important; }
  .sm-m-t-25 {
    margin-top: 25px !important; }
  .sm-m-r-25 {
    margin-right: 25px !important; }
  .sm-m-l-25 {
    margin-left: 25px !important; }
  .sm-m-b-25 {
    margin-bottom: 25px !important; }
  .sm-m-t-30 {
    margin-top: 30px !important; }
  .sm-m-r-30 {
    margin-right: 30px !important; }
  .sm-m-l-30 {
    margin-left: 30px !important; }
  .sm-m-b-30 {
    margin-bottom: 30px !important; }
  .sm-m-t-35 {
    margin-top: 35px !important; }
  .sm-m-r-35 {
    margin-right: 35px !important; }
  .sm-m-l-35 {
    margin-left: 35px !important; }
  .sm-m-b-35 {
    margin-bottom: 35px !important; }
  .sm-m-t-40 {
    margin-top: 40px !important; }
  .sm-m-r-40 {
    margin-right: 40px !important; }
  .sm-m-l-40 {
    margin-left: 40px !important; }
  .sm-m-b-40 {
    margin-bottom: 40px !important; }
  .sm-m-t-45 {
    margin-top: 45px !important; }
  .sm-m-r-45 {
    margin-right: 45px !important; }
  .sm-m-l-45 {
    margin-left: 45px !important; }
  .sm-m-b-45 {
    margin-bottom: 45px !important; }
  .sm-m-t-50 {
    margin-top: 50px !important; }
  .sm-m-r-50 {
    margin-right: 50px !important; }
  .sm-m-l-50 {
    margin-left: 50px !important; }
  .sm-m-b-50 {
    margin-bottom: 50px !important; }
  .sm-no-margin {
    margin: 0px; }
  .sm-no-padding {
    padding: 0px; }
  .sm-text-right {
    text-align: right !important; }
  .sm-text-left {
    text-align: left !important; }
  .sm-text-center {
    text-align: center !important; }
  .sm-pull-right {
    float: right !important; }
  .sm-pull-left {
    float: left !important; }
  .sm-pull-reset {
    float: none !important; }
  .sm-block {
    display: block; }
  .error-container {
    width: auto; }
  .sm-image-responsive-height {
    width: 100%;
    height: auto; } }

/*** Phones ***/
@media (max-width: 480px) {
  body {
    width: 100%; }
    body .header {
      width: 100%;
      height: 48px;
      /*border-bottom: 1px solid rgba(0,0,0,.07);*/ }
      body .header .header-inner {
        height: 48px;
        text-align: center; }
        body .header .header-inner .toggle-email-sidebar {
          font-size: 16px;
          top: 12px; }
        body .header .header-inner .toggle-sidebar {
          left: 14px; }
        body .header .header-inner .mark-email {
          left: 35px;
          top: 14px; }
        body .header .header-inner .quickview-link {
          top: 14px; }
      body .header .notification-list, body .header .search-link {
        display: none; }
      body .header .dropdown-submenu {
        top: 12px; }
      body .header .notification-list, body .header .search-link {
        display: none; }
    body #overlay-search {
      font-size: 48px;
      height: 118px;
      line-height: 46px; }
  .page-sidebar .sidebar-header {
    height: 48px;
    line-height: 48px; }
  .panel .panel-heading {
    padding-left: 15px; }
  .panel .panel-body {
    padding: 15px;
    padding-top: 0; }
  .error-page {
    padding: 15px; }
    .error-page .error-container {
      margin-top: 30px;
      width: auto; }
    .error-page .pull-bottom {
      position: relative; }
  .map-controls {
    left: 10px; }
  .register-container {
    height: auto !important; }
  .error-container-innner {
    width: auto; } }

/*** 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) {
  .icon-set {
    background: url("../img/icons/top_tray_2x.png");
    position: relative;
    background-size: 95px 19px; }
  .editor-icon {
    background-image: url("../img/editor_tray_2x.png");
    background-size: 480px 40px; }
  .alert .close {
    background: url("../img/icons/noti-cross-2x.png") no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    background-size: 114px 29px; } }

/*# sourceMappingURL=neolegal.css.map */
