/*------------------------------------------------------------------
[Main App Stylesheet]

Project:	Yima Admin App
Version:	1.0.0
Last change:	12/12/15 [Changelog: (http://www.IssatisLab.com)]
Implemented By:	IssatisLab (http://www.IssatisLab.com)


[Table of contents]

1. Helper Classes
    1.1. Background Helpers
	1.2. Border Helpers
    1.3. Color Helpers
    1.4. Spacing Helpers
    1.5. Padding Helpers
    1.6. Margin Helpers
    1.7. Size Helpers
    1.8. Font Helpers
    1.9. Shadows Helpers
    1.10. General Helpers
2. Layout
    2.1. Main Content
    2.2. Sidebar
        2.2.1 Sidebar Menu
        2.2.2 Sidebar Form
    2.3. Page Header
        2.3.1 BreadCrumb
        2.3.2 Header Buttons
    2.4. Page Navbar
3. UI Elements
    3.1. Panels
    3.2. Buttons
    3.3. Alerts
    3.4. Tooltips
    3.5. Popovers
    3.6. Notifications
    3.7. Labels
    3.8. Badges
    3.9. Tabs
    3.10. Modals
    3.11. Accordions
    3.12. Progress Bars
    3.13. Nestable Lists
    3.14. Trees
4. Forms
    4.1. Form Inputs
        4.1.1. Form Controlls
        4.1.2. Dropdowns
        4.1.3. Checkboxes and Radiobuttons
        4.1.4. Switches
    4.2. Form Advanced Inputs
        4.2.1. Select2
        4.2.2. Bootstrap Tags Input
        4.2.3. DatePicker
        4.2.4. TimePicker
        4.2.5. DateRangePicker
        4.2.6. Spinbox
        4.2.7. Knob
        4.2.8. ColorPicker
        4.2.9. Slider
        4.2.10. Dropzone
        4.2.11. Rating
        4.2.12. Editable
        4.2.13. Summernote
    4.3. Form Container
        4.3.1 Wizards
    4.4. Form Validation
5. Charts
    5.1. Flot Charts
    5.2. Chartist
    5.3. ChartJS
    5.4. Sparkline
    5.5. EasyPieChart
6. Tables
    6.1. Simple Tables
    6.2. DataTables
    6.3. Pagination
    6.4. Table Tools
7. Widgets
    7.1. Widgets
    7.2. Widget Panels
8. Maps
    8.1. GMaps
    8.2. JQVMaps
9. Mail
10. Pages
    10.1. Timeline
    10.2. Membership (Login/Register)
    10.3. Error Pages
    10.4. Profile
11. Calendar
12. Chat
13. Settings Form
14. Help Form
15. Search Form
-------------------------------------------------------------------*/
/*Calendar Event*/
/*Notification*/
/*Alert*/
/*Badge*/
/*Buttons*/
/*Checkbox*/
/*Form Controls*/
/*Helpers*/
/*Labels*/
/*Modal*/
/*Panels*/
/*Popover*/
/*Progress Bar*/
/*Switch*/
/*Tabs*/
/*Tooltip*/
/*------------------------------------------------------------------
[1. Helper Classes]
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);
/*@primary: #EBD72D;*/
/*@primary: #E076ED;*/
/*@primary: #26C1FF;*/
/*@primary: #F86E49;*/
/*@primary: #2CC491;*/
/*@primary: #8C5DAD;*/
/*@primary: #5F7EBE;*/
/*@primary: #1F9386;*/
/*@primary: #F9CE31;*/
/*@primary: #38A7DF;*/
/*@primary: #F69600;*/
/*@primary: #F07F7F;*/
/*@primary: #5BD2B8;*/
/*@primary: #8360C4;*/
/*@primary: #95a5a6;*/
/*@primary: #008299;*/
/*@primary: #82BA00;*/
/*@primary: #0072C6;*/
/*@primary: #DC4FAD;*/
/*@primary: #E91E63;*/
/*@primary: #34495e;*/
/*------------------------------------------------------------------
[1.1. Background Helpers]
*/
.bg-default {
  background-color: #292929 !important;
  color: #ffffff !important;
}
.bg-primary {
  background-color: #29c7ca !important;
  color: #ffffff !important;
}
.bg-success {
  background-color: #009000 !important;
  color: #ffffff !important;
}
.bg-info {
  background-color: #34b5dc !important;
  color: #ffffff !important;
}
.bg-warning {
  background-color: #ffc107 !important;
  color: #ffffff !important;
}
.bg-danger {
  background-color: #cd4237 !important;
  color: #ffffff !important;
}
.bg-inverse {
  background-color: #fefefe !important;
  color: #292929 !important;
}
.bg-white {
  background-color: #ffffff !important;
  color: #292929 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-body {
  background-color: #f1f3f2 !important;
}
.bg-highlight {
  background-color: #FFFF88;
}
.bg-default-darker {
  background-color: #212121;
}
.bg-muted {
  background-color: #f5f5f5;
  color: #282828;
}
/*------------------------------------------------------------------
[1.2. Border Helpers]
*/
.border-default {
  border-width: 0;
  border-color: #292929 !important;
  border-style: solid;
}
.border-primary {
  border-width: 0;
  border-color: #29c7ca !important;
  border-style: solid;
}
.border-success {
  border-width: 0;
  border-color: #1dbc9c !important;
  border-style: solid;
}
.border-info {
  border-width: 0;
  border-color: #72b1ea !important;
  border-style: solid;
}
.border-warning {
  border-width: 0;
  border-color: #ffc107 !important;
  border-style: solid;
}
.border-danger {
  border-width: 0;
  border-color: #990000 !important;
  border-style: solid;
  /*border-color: #cd4237 !important;
*/
}
.border-inverse {
  border-width: 0;
  border-color: #fefefe !important;
  border-style: solid;
}
.border-white {
  border-width: 0;
  border-color: #ffffff !important;
  border-style: solid;
}
.border-muted {
  border-color: #eee;
  border-style: solid;
  border-width: 0;
}
.border-muted-darker {
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 0;
}
.border-left-1 {
  border-left-width: 1px !important;
}
.border-right-1 {
  border-right-width: 1px !important;
}
.border-top-1 {
  border-top-width: 1px !important;
}
.border-bottom-1 {
  border-bottom-width: 1px !important;
}
.border-left-2 {
  border-left-width: 2px !important;
}
.border-right-2 {
  border-right-width: 2px !important;
}
.border-top-2 {
  border-top-width: 2px !important;
}
.border-bottom-2 {
  border-bottom-width: 2px !important;
}
.border-left-3 {
  border-left-width: 3px !important;
}
.border-right-3 {
  border-right-width: 3px !important;
}
.border-top-3 {
  border-top-width: 3px !important;
}
.border-bottom-3 {
  border-bottom-width: 3px !important;
}
.border-left-4 {
  border-left-width: 4px !important;
}
.border-right-4 {
  border-right-width: 4px !important;
}
.border-top-4 {
  border-top-width: 4px !important;
}
.border-bottom-4 {
  border-bottom-width: 4px !important;
}
.border-left-5 {
  border-left-width: 5px !important;
}
.border-right-5 {
  border-right-width: 5px !important;
}
.border-top-5 {
  border-top-width: 5px !important;
}
.border-bottom-5 {
  border-bottom-width: 5px !important;
}
/*------------------------------------------------------------------
[1.3. Color Helpers]
*/
.text-default {
  color: #292929 !important;
}
.text-default:hover {
  color: #212121 !important;
}
.text-primary {
  color: #29c7ca !important;
}
.text-primary:hover {
  color: #26b6b9 !important;
}
.text-success {
  color: #009000 !important;
}
.text-success:hover {
  color: #1aa88b !important;
}
.text-info {
  color: #34b5dc !important;
}
.text-info:hover {
  color: #39aed1 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-warning:hover {
  color: #efb608 !important;
}
.text-danger {
  color: #900000 !important;
}
.text-danger:hover {
  color: #ac372e !important;
}
.text-inverse {
  color: #fefefe !important;
}
.text-inverse:hover {
  color: #f5f5f5 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-white:hover {
  color: #fafafa !important;
}
.text-grey {
  color: #888 !important;
}
/*------------------------------------------------------------------
[1.4. Spacing Helpers]
*/
.hr-space {
  margin: 10px 0;
}
.hr-space.space-lg {
  margin: 20px 0;
}
.hr-space.space-xl {
  margin: 30px 0;
}
hr {
  display: block;
}
/*------------------------------------------------------------------
[1.5. Padding Helpers]
*/
.p-0 {
  padding: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-7 {
  padding: 7px !important;
}
.p-l-7 {
  padding-left: 7px !important;
}
.p-r-7 {
  padding-right: 7px !important;
}
.p-t-7 {
  padding-top: 7px !important;
}
.p-b-7 {
  padding-bottom: 7px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-35 {
  padding: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-45 {
  padding: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-l-70 {
  padding-left: 70px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
.p-t-70 {
  padding-top: 70px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.p-75 {
  padding: 75px !important;
}
.p-l-75 {
  padding-left: 75px !important;
}
.p-r-75 {
  padding-right: 75px !important;
}
.p-t-75 {
  padding-top: 75px !important;
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-l-100 {
  padding-left: 100px !important;
}
.p-r-100 {
  padding-right: 100px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.p-200 {
  padding: 200px !important;
}
.p-l-200 {
  padding-left: 200px !important;
}
.p-r-200 {
  padding-right: 200px !important;
}
.p-t-200 {
  padding-top: 200px !important;
}
.p-b-200 {
  padding-bottom: 200px !important;
}
.p-300 {
  padding: 300px !important;
}
.p-l-300 {
  padding-left: 300px !important;
}
.p-r-300 {
  padding-right: 300px !important;
}
.p-t-300 {
  padding-top: 300px !important;
}
.p-b-300 {
  padding-bottom: 300px !important;
}
/*------------------------------------------------------------------
[1.6. Margin Helpers]
*/
.m-0 {
  margin: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-7 {
  margin: 7px !important;
}
.m-l-7 {
  margin-left: 7px !important;
}
.m-r-7 {
  margin-right: 7px !important;
}
.m-t-7 {
  margin-top: 7px !important;
}
.m-b-7 {
  margin-bottom: 7px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.m-r-35 {
  margin-right: 35px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
.m-r-50 {
  margin-right: 50px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-l-60 {
  margin-left: 60px !important;
}
.m-r-60 {
  margin-right: 60px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.m-70 {
  margin: 70px !important;
}
.m-l-70 {
  margin-left: 70px !important;
}
.m-r-70 {
  margin-right: 70px !important;
}
.m-t-70 {
  margin-top: 70px !important;
}
.m-b-70 {
  margin-bottom: 70px !important;
}
.m-75 {
  margin: 75px !important;
}
.m-l-75 {
  margin-left: 75px !important;
}
.m-r-75 {
  margin-right: 75px !important;
}
.m-t-75 {
  margin-top: 75px !important;
}
.m-b-75 {
  margin-bottom: 75px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-l-100 {
  margin-left: 100px !important;
}
.m-r-100 {
  margin-right: 100px !important;
}
.m-t-100 {
  margin-top: 100px !important;
}
.m-b-100 {
  margin-bottom: 100px !important;
}
.m-200 {
  margin: 200px !important;
}
.m-l-200 {
  margin-left: 200px !important;
}
.m-r-200 {
  margin-right: 200px !important;
}
.m-t-200 {
  margin-top: 200px !important;
}
.m-b-200 {
  margin-bottom: 200px !important;
}
.m-300 {
  margin: 300px !important;
}
.m-l-300 {
  margin-left: 300px !important;
}
.m-r-300 {
  margin-right: 300px !important;
}
.m-t-300 {
  margin-top: 300px !important;
}
.m-b-300 {
  margin-bottom: 300px !important;
}
/*------------------------------------------------------------------
[1.7. Size Helpers]
*/
.h-40 {
  height: 40px !important;
}
.w-40 {
  width: 40px !important;
}
.w-m-40 {
  width: -webkit-calc(100% -40px) !important;
  width: -moz-calc(100% -40px) !important;
  width: calc(100% -40px) !important;
}
.h-50 {
  height: 50px !important;
}
.w-50 {
  width: 50px !important;
}
.w-m-50 {
  width: -webkit-calc(100% -50px) !important;
  width: -moz-calc(100% -50px) !important;
  width: calc(100% -50px) !important;
}
.h-60 {
  height: 60px !important;
}
.w-60 {
  width: 60px !important;
}
.w-m-60 {
  width: -webkit-calc(100% -60px) !important;
  width: -moz-calc(100% -60px) !important;
  width: calc(100% -60px) !important;
}
.h-65 {
  height: 65px !important;
}
.w-65 {
  width: 65px !important;
}
.w-m-65 {
  width: -webkit-calc(100% -65px) !important;
  width: -moz-calc(100% -65px) !important;
  width: calc(100% -65px) !important;
}
.h-70 {
  height: 70px !important;
}
.w-70 {
  width: 70px !important;
}
.w-m-70 {
  width: -webkit-calc(100% -70px) !important;
  width: -moz-calc(100% -70px) !important;
  width: calc(100% -70px) !important;
}
.h-80 {
  height: 80px !important;
}
.w-80 {
  width: 80px !important;
}
.w-m-80 {
  width: -webkit-calc(100% -80px) !important;
  width: -moz-calc(100% -80px) !important;
  width: calc(100% -80px) !important;
}
.h-90 {
  height: 90px !important;
}
.w-90 {
  width: 90px !important;
}
.w-m-90 {
  width: -webkit-calc(100% -90px) !important;
  width: -moz-calc(100% -90px) !important;
  width: calc(100% -90px) !important;
}
.h-100 {
  height: 100px !important;
}
.w-100 {
  width: 100px !important;
}
.w-m-100 {
  width: -webkit-calc(100% -100px) !important;
  width: -moz-calc(100% -100px) !important;
  width: calc(100% -100px) !important;
}
.h-120 {
  height: 120px !important;
}
.w-120 {
  width: 120px !important;
}
.w-m-120 {
  width: -webkit-calc(100% -120px) !important;
  width: -moz-calc(100% -120px) !important;
  width: calc(100% -120px) !important;
}
.h-150 {
  height: 150px !important;
}
.w-150 {
  width: 150px !important;
}
.w-m-150 {
  width: -webkit-calc(100% -150px) !important;
  width: -moz-calc(100% -150px) !important;
  width: calc(100% -150px) !important;
}
.h-200 {
  height: 200px !important;
}
.w-200 {
  width: 200px !important;
}
.w-m-200 {
  width: -webkit-calc(100% -200px) !important;
  width: -moz-calc(100% -200px) !important;
  width: calc(100% -200px) !important;
}
.h-250 {
  height: 250px !important;
}
.w-250 {
  width: 250px !important;
}
.w-m-250 {
  width: -webkit-calc(100% -250px) !important;
  width: -moz-calc(100% -250px) !important;
  width: calc(100% -250px) !important;
}
.h-300 {
  height: 300px !important;
}
.w-300 {
  width: 300px !important;
}
.w-m-300 {
  width: -webkit-calc(100% -300px) !important;
  width: -moz-calc(100% -300px) !important;
  width: calc(100% -300px) !important;
}
.h-350 {
  height: 350px !important;
}
.w-350 {
  width: 350px !important;
}
.w-m-350 {
  width: -webkit-calc(100% -350px) !important;
  width: -moz-calc(100% -350px) !important;
  width: calc(100% -350px) !important;
}
.h-400 {
  height: 400px !important;
}
.w-400 {
  width: 400px !important;
}
.w-m-400 {
  width: -webkit-calc(100% -400px) !important;
  width: -moz-calc(100% -400px) !important;
  width: calc(100% -400px) !important;
}
.h-500 {
  height: 500px !important;
}
.w-500 {
  width: 500px !important;
}
.w-m-500 {
  width: -webkit-calc(100% -500px) !important;
  width: -moz-calc(100% -500px) !important;
  width: calc(100% -500px) !important;
}

.h-max {
	height: 100%;
}

.w-max {
	width: 100%;
}
/*------------------------------------------------------------------
[1.8. Font Helpers]
*/
.f-8 {
  font-size: 8px !important;
}
.f-9 {
  font-size: 9px !important;
}
.f-10 {
  font-size: 10px !important;
}
.f-11 {
  font-size: 11px !important;
}
.f-12 {
  font-size: 12px !important;
}
.f-13 {
  font-size: 13px !important;
}
.f-14 {
  font-size: 14px !important;
}
.f-15 {
  font-size: 15px !important;
}
.f-17 {
  font-size: 17px !important;
}
.f-20 {
  font-size: 20px !important;
}
.f-25 {
  font-size: 25px !important;
}
.f-30 {
  font-size: 30px !important;
}
.f-35 {
  font-size: 35px !important;
}
.f-40 {
  font-size: 40px !important;
}

.f-45 {
  font-size: 45px !important;
}
.f-50 {
  font-size: 50px !important;
}
.f-60 {
  font-size: 60px !important;
}
.f-65 {
  font-size: 65px !important;
}
.f-70 {
  font-size: 70px !important;
}
.f-75 {
  font-size: 75px !important;
}
.f-90 {
  font-size: 90px !important;
}
.f-100 {
  font-size: 100px !important;
}
.b-200 {
  font-weight: 200;
}
.b-300 {
  font-weight: 300;
}
.b-400 {
  font-weight: 400;
}
.b-400i {
  font-weight: 400 !important;
}
.b-500 {
  font-weight: 500;
}
.b-500i {
  font-weight: 500 !important;
}
.b-600 {
  font-weight: 600;
}
.b-600i {
  font-weight: 600 !important;
}
.b-700 {
  font-weight: 700;
}
/*------------------------------------------------------------------
[1.9. Shadows Helpers]
*/
.box-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.box-shadow.shadow-lg {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.box-shadow.shadow-xlg {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
/*------------------------------------------------------------------
[1.10. General Helpers]
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}
.underlined {
  border-bottom: 1px solid;
  display: inline-block;
  letter-spacing: .05em;
  padding-bottom: 0;
}
.underlined:hover {
  text-decoration: none;
}
.v-a-middle {
  vertical-align: middle;
}
/*------------------------------------------------------------------
[2. Layout]
*/
html {
  height: 100%;
}
body {
  background-color: #f1f3f2;
  font-family: 'Roboto', sans-serif, tahoma;
  font-size: 11px;
  height: 100%;
}
body > .row {
  margin-left: 0;
  margin-right: 0;
}
a {
  color: #006fa6;
}
p {
  font-size: 13px;
  line-height: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
h5 {
  font-size: 13px;
}
strong {
  font-weight: 400;
}
hr {
  clear: both;
  height: 0;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #dddddd;
}
/*Callout*/
.callout {
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  border-left-width: 3px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0 0 20px 0;
  padding: 10px 20px;
}
.callout-default {
  border-left-color: #292929 !important;
}
.callout-default h4 {
  color: #292929;
  font-weight: 300;
}
.callout-primary {
  border-left-color: #29c7ca !important;
}
.callout-primary h4 {
  color: #29c7ca;
  font-weight: 300;
}
.callout-success {
  border-left-color: #1dbc9c !important;
}
.callout-success h4 {
  color: #1dbc9c;
  font-weight: 300;
}
.callout-info {
  border-left-color: #34b5dc !important;
}
.callout-info h4 {
  color: #34b5dc;
  font-weight: 300;
}
.callout-warning {
  border-left-color: #ffc107 !important;
}
.callout-warning h4 {
  color: #ffc107;
  font-weight: 300;
}
.callout-danger {
  border-left-color: #cd4237 !important;
}
.callout-danger h4 {
  color: #cd4237;
  font-weight: 300;
}
.callout-inverse {
  border-left-color: #fefefe !important;
}
.callout-inverse h4 {
  color: #fefefe;
  font-weight: 300;
}
.callout-white {
  border-left-color: #ffffff !important;
}
.callout-white h4 {
  color: #ffffff;
  font-weight: 300;
}
.page-header {
  border-bottom: 1px solid #dddddd;
  margin: 20px 0;
  padding: 0;
}
.page-header .header-text {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 9px;
  font-weight: 300;
}
.page-header .header-text:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background-color: #666;
}
.page-header.header-default .header-text {
  /*color: @color;*/
}
.page-header.header-default .header-text:after {
  background-color: #292929;
}
.page-header.header-primary .header-text {
  /*color: @color;*/
}
.page-header.header-primary .header-text:after {
  background-color: #29c7ca;
}
.page-header.header-success .header-text {
  /*color: @color;*/
}
.page-header.header-success .header-text:after {
  background-color: #1dbc9c;
}
.page-header.header-info .header-text {
  /*color: @color;*/
}
.page-header.header-info .header-text:after {
  background-color: #34b5dc;
}
.page-header.header-warning .header-text {
  /*color: @color;*/
}
.page-header.header-warning .header-text:after {
  background-color: #ffc107;
}
.page-header.header-danger .header-text {
  /*color: @color;*/
}
.page-header.header-danger .header-text:after {
  background-color: #cd4237;
}
.page-header.header-inverse .header-text {
  /*color: @color;*/
}
.page-header.header-inverse .header-text:after {
  background-color: #fefefe;
}
.page-header.header-white .header-text {
  /*color: @color;*/
}
.page-header.header-white .header-text:after {
  background-color: #ffffff;
}
/*------------------------------------------------------------------
[2.1. Main Content] MCBETH
*/

md-sidenav ul {
  list-style: disc;
}

md-sidenav {
  width: 500px;
}

@media (min-width: 600px) {
  md-sidenav {
    max-width: 500px;
  }
}
.md-toolbar-tools {
  font-weight: 300;
}

md-content.md-default-theme, md-content {
  background-color: #fff;
}

#BAR .md-tab.md-disabled {
  display: none;
}

md-switch.md-default-theme.md-checked:not([disabled]) .md-bar, md-switch.md-checked:not([disabled]) .md-bar {
  background-color: #cccccc;
}

md-switch.md-default-theme.md-checked:not([disabled]) .md-thumb, md-switch.md-checked:not([disabled]) .md-thumb {
  background-color: #045c63;
}

md-switch.md-default-theme.md-checked:not([disabled]) .md-ink-ripple, md-switch.md-checked:not([disabled]) .md-ink-ripple {
  color: #045c63;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
  background-color: rgb(3, 92, 99) !important;
}

.task-summary-selected {
  background-color: rgba(29, 188, 156, 0.2);
}

.md-subheader .md-subheader-inner {
  padding: 12px;
}

md-slider.md-default-theme.md-primary .md-track.md-track-fill, md-slider.md-primary .md-track.md-track-fill {
  background-color: rgb(0, 130, 140);
}

md-slider.md-default-theme.md-primary .md-thumb:after, md-slider.md-primary .md-thumb:after {
  border-color: rgb(0, 130, 140);
  background-color: rgb(0, 130, 140);
}

md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
  background-color: #045c63;
}

md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
  color: #045c63;
}

md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected] {
  color: rgb(3, 92, 99);
}

.md-select-menu-container.md-active {
  z-index: 9000;
}

md-switch.md-default-theme.md-checked:not([disabled]).md-primary .md-thumb, md-switch.md-checked:not([disabled]).md-primary .md-thumb {
  background-color: rgb(3, 92, 99);
}

md-switch.md-default-theme.md-checked:not([disabled]).md-primary .md-bar, md-switch.md-checked:not([disabled]).md-primary .md-bar {
  background-color: rgba(3, 92, 99, 0.32);
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: #212121 !important;
}

.flatpickr-calendar {
  background: #212121 !important;
}

span.flatpickr-weekday {
  background: #212121 !important;
}

.flatpickr-months .flatpickr-month {
  background: #212121 !important;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #212121 !important;
}

md-select.md-default-theme .md-select-value, md-select .md-select-value {
    font-size: 17px;
    font-weight: 300;
}

.md-chips md-chip .md-chip-remove md-icon {
  height: 15px;
  width: 15px;
  min-height: 15px;
  min-width: 15px;

}

md-chips.md-default-theme md-chip md-icon, md-chips md-chip md-icon {
  color: #999;
}

md-radio-button.md-default-theme:not([disabled]).md-primary .md-on, md-radio-button:not([disabled]).md-primary .md-on, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-button:not([disabled]) .md-primary .md-on, md-radio-group.md-default-theme:not([disabled]).md-primary .md-on, md-radio-group:not([disabled]).md-primary .md-on, md-radio-group.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-group:not([disabled]) .md-primary .md-on {
  background-color:#00828c !important;
}

md-radio-button .md-off {
  border-width: 1px;
}

md-checkbox.md-default-theme:not(.md-checked) .md-icon, md-checkbox:not(.md-checked) .md-icon {
  border-color: #aaa;
}

md-list-item .md-list-item-inner>md-checkbox, md-list-item>md-checkbox {
  margin-right: 0px;
}

md-checkbox .md-icon {
  border-width: 1px;
  border-radius: 1px;
  width: 18px;
  height: 18px;
}

.projectEntry-expanded {
  max-height: 320px;
  min-height: 320px;
}

.projectEntry-collapsed {
  max-height: 44px;
  min-height: 44px;
}

.journalEntry-expanded {
  max-height: 520px;
  min-height: 520px;
}

.journalEntry-collapsed {
  max-height: 66px;
  min-height: 66px;
}

.md-whiteframe-1dp, .md-whiteframe-z1 {
  box-shadow: none;
}

md-autocomplete.md-default-theme, md-autocomplete {
  background: #e6e6e6;
}

.hint {
  color: #999999;
}

.note-palette-title {
  color: #333;
}

.datetimepicker {
  margin-top: -25px !important;
}

.last-sortable {
  cursor:not-allowed !important;
}

input.not-sortable {
  border-bottom-style: none !important;
}

.activity-document-icon {
	background-color: #f3f3f3;
	padding: 4px;
	font-size: 20px;
	width: 40px;
  height: 40px;
  text-align: center;
}

.reminder-note {
    font-size: 8px !important;
    font-weight: 300 !important;
}



.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
	height: 200px !important;
	overflow-y: scroll !important;

}

.tooltip {
	z-index: 10000 !important;
}

.reminder-alert {
	background-color: #fff;
	margin-bottom: 5px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07) !important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}

.reminder-alert-content {
	font-size: 15px;
	font-weight: 400;
}

.reminder-alert-time {
	padding: 10px;
	font-size: 14px;
	font-weight: 300;
	background-color: rgba(153, 0, 0, 0.11);
}

.fc-list-table {
	font-size: 13px !important;
}

.fc-list-heading {
	background-color: #ededed;
}

.fc-list-heading-main {
	margin-right: 10px;
	font-weight: 500;
}

md-select.workspace ._md-select-value {
    border: none !important;
}

md-select.workspace ._md-text{
    color:white;
    font-size: 15px !important; 
}

/* ._md-text{display:inline}._md-select-value ._md-select-icon */
md-select.workspace ._md-select-value ._md-select-icon{
    color: #dedede;
}

md-select ._md-select-value ._md-select-icon{
    color: #444;
}

md-select-menu:not(._md-overflow) md-content {
    padding-top: 8px;
    padding-bottom: 0px;
}

md-toast {
    z-index: 9000 !important;
}

md-toast.md-default-toast-theme div.md-toast-content{

}

md-toast.md-error-toast-theme div.md-toast-content{
    color: white !important;
    background-color: #900000 !important;
}

md-toast.md-success-toast-theme div.md-toast-content{
    color: white !important;
    background-color: green !important;
}

md-toast.md-info-toast-theme div.md-toast-content{
    color: white !important;
    background-color: #34b5dc !important;
}

.pac-container {
	z-index: 9000 !important;
}

input.checklist-item:focus { 
    font-weight: 400 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-color: #e0e0e0 !important;
}

.checklist-item {
	background-color: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 15px;
	color: #333;
	font-weight: 300;
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e0e0e0;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

md-switch.md-default-theme.md-checked.md-primary ._md-bar, md-switch.md-checked.md-primary ._md-bar {
    background-color: rgba(0, 121, 130, 0.33);
}

md-switch.md-default-theme.md-checked.md-primary ._md-thumb, md-switch.md-checked.md-primary ._md-thumb {
    background-color: rgb(0, 121, 130);
}

.select-list-item-2:hover {
  background-color: #ededed;
}

.select-list-item:hover {
  background-color: #ffffff;
}

:focus {
    outline: none;
    border: 0;
 }

.label-done {
  color: #ffffff !important;
  background-color: #009000;
}

md-radio-button.projectSelector .md-checked ._md-off {
    border-color: #007982 !important;
}

md-radio-button.projectSelector ._md-on {
    background-color: #007982 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 	.ieDashPerComp { 
	 	width: 90% !important;
	}
 }

.subheader-top {
	z-index: 200 !important;
}

.settings md-tabs md-tabs-wrapper {
	background-color: #007982;
}

.settings md-tabs md-tabs-wrapper md-prev-button md-icon, .settings md-tabs md-tabs-wrapper md-next-button md-icon {
	color: #fff;
}


.settings md-tabs.md-default-theme .md-tab, .settings md-tabs .md-tab {
	color: #eee;
	font-weight: 300;
}

.settings md-tabs.md-default-theme .md-tab.md-active, .settings md-tabs .md-tab.md-active, .settings md-tabs.md-default-theme .md-tab.md-active md-icon, .settings md-tabs .md-tab.md-active md-icon, .settings md-tabs.md-default-theme .md-tab.md-focused, .settings md-tabs .md-tab.md-focused, .settings md-tabs.md-default-theme .md-tab.md-focused md-icon, .settings md-tabs .md-tab.md-focused md-icon {
    color: #fff !important;
    font-weight: 500;
}

.workspaceSelector {
	width: initial !important; 
	text-align: left; 
	height: 45px !important; 
	border-radius: 0% !important;
	color: #fff;
	font-weight: 300;
	margin: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.journalEntry-edit-img-cont {
	width: 70%;
	margin-bottom: 10px;
	overflow: hidden;
	max-height: 150px;
}

.journalEntry-img-cont {
	width: 100%;
	/* max-height: 80px; */
	margin-top: 0px;
	overflow: hidden;
  border-radius: 3px;
}

.journalEntry-sm-img-cont {
	width: 70%;
	max-height: 100px !important;
	margin-top: 0px;
	overflow: hidden;
  border-radius: 3px;
}

.journalEntry-img {
  width: 100%;
  border-radius: 3px;
}

.journalEntry-img-cont.single {
	max-height: 150px;
}

.journalEntry-img-lg {
	width: 500px;
	max-height: 400px;
  overflow: hidden;
  border-radius: 3px;
  margin: 5px;
}

.docEntry-img-lg {
	width: 500px;
	max-height: 600px;
  overflow: hidden;
  border-radius: 3px;
  margin: 5px;
}

.timeline-badge-reopen {
	background-color: #ffda7c !important;
	color: #444 !important;
}


.timeline-badge-delete {
	background-color: #ac4242 !important;
	color: #fff !important;
}


.timeline-badge-add {
	background-color: #444 !important;
	color: #fff !important;
	font-weight: 500 !important;

}

.md-contact-suggestion img {
	vertical-align: baseline !important;
}

.card-animate.ng-enter, .card-animate.ng-move {
  transition: all 0.3s linear;
  opacity: 0;
}

.card-animate.ng-enter.ng-enter-active,
.card-animate.ng-move.ng-move-active {
  opacity: 1;
}

.card-animate.ng-leave {
  animation: 0.3s my_animation;
  transition: all 0.3s linear;
}

@keyframes my_animation {
  from { opacity:1; }
  to { opacity:0; }
}

.card-animate.ng-leave-stagger {
    /* this will have a 100ms delay between each successive leave animation */
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;

    /* in case the stagger doesn't work then these two values
     must be set to 0 to avoid an accidental CSS inheritance */
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/**
 * Stagger ENTER ANIMATION
 */
.card-animate.ng-enter-stagger {
    /* this will have a 100ms delay between each successive enter animation */
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;

    /* in case the stagger doesn't work then these two values
     must be set to 0 to avoid an accidental CSS inheritance */
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.org-dashboard .data-info:not(:first-child) {
  border-left: 1px solid #e8e8e8;
}

@media only screen and (max-width: 767px) {
  
  .org-dashboard .data-info:not(:first-child) {
    border-left: 0;
  }
  .org-dashboard .data-info:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
  }
}

.pricing-plan {
}

.pricing-plan.selected {
  background: #f4f4f4;
}
.pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #444;
  font-size: 12px;
}
.pricing-plan .pricing-price span {
  font-weight: 700;
  color: #1ab394;
}
li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px;
}
li.pricing-title {
  background: #00838c;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 400;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
    z-index: 5000;
}

md-dialog.dialog {
	top: auto;
	min-width: 380px;
	height: 500px;
}

md-dialog.dialog .dialog-header {
  background-color: #00838c;
  height: 125px;
  width: 100%;
  
}
md-dialog.dialog .dialog-header {
  top: 0px;
  width: 100%;
}

md-dialog.dialog .dialog-content {
  height: 100%;
  overflow: hidden;
}

md-dialog.dialog .dialog-body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

md-dialog.dialog .dialog-header .header-title {
  color: #fff;
  height: 75px;
  padding: 20px 15px;
}
md-dialog.dialog .dialog-header .header-title i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
md-dialog.dialog .dialog-header .header-title span {
  font-size: 20px;
  font-weight: 300;
  vertical-align: middle;
}
md-dialog.dialog .dialog-header .header-description {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  height: 50px;
  padding: 13px 15px;
  background-color: #007982;
}
md-dialog.dialog .dialog-header .header-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 25px;
}
md-dialog.dialog .dialog-header .header-close i {
  color: #fff;
  font-size: 25px;
}
md-dialog.dialog .dialog-body {
  position: relative;
}





md-tooltip {
    z-index: 5300;
    border-radius: 3px;
    font-size: 13px;
}

.tag-options-secondary {
	font-size: 20px;
	white-space: nowrap !important;
	margin-right: 10px;
	color: #777;
}

md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
    color: #007982;
}

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: #007982;
    background: #007982;
}

.widget-container.profile {
	box-shadow: 0px 0 0 rgba(0, 0, 0, 0.07) !important;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.07) !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	margin-bottom: 0px !important;
}

.map-container { 
	height: 350px; 
	background-color: #ededed;
}

.md-chips {
    font-size: 13px;
    font-weight: 400;
}

.md-chips md-chip ._md-chip-remove md-icon {
    height: 15px;
    width: 15px;
}

.primary-action {
	font-weight: 700 !important;
}

.primary-input {
	font-weight: 400 !important;
}

.panel-notes {
  background-color: #ffffdd;
}

.panel-notes > .panel-heading {
  background-color: #ffffdd;
  color: #292929;
  border-bottom: 1px solid #e5e5e5;
}

.panel-notes > .panel-heading .panel-title {
  color: #292929;
  font-weight: 400;
}

.panel-notes > .panel-heading .panel-tools .tools-action {
	color: #292929;
}

.panel-tags > .panel-heading {
  background-color: #fff;
  color: #292929;
  border-bottom: 1px solid #e5e5e5;
}
.panel-tags > .panel-heading .panel-title {
  color: #292929;
  font-weight: 400;
}

.panel-tags > .panel-heading .panel-tools .tools-action {
	color: #292929;
}

.panel-tags > .panel-footer {
  color: #292929;
  background-color: #fff;
  border: none;
  text-align: right;
}

md-radio-button {
    font-size: 15px;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 10px;
}

.people-search .searchinput {
  background-color: #fff;
  border: 1px solid #fff;
  display: block;
  height: 41px;
  left: 0;
  padding-left: 35px;
  top: 0;
  width: 100%;
  font-weight: 300;
}

.people-search .searchicon {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 12px;
  left: 10px;
  position: absolute;
  top: 12px;
  width: 12px;
}

.sidebar.form:not(.collapsed) {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.table-notes {
	white-space: normal;
	height: 200px !important;
	overflow: hidden;
	text-align: justify !important;
}

.avatar {
	background-color: #ddd;
}

.avatar-selected {
	border-style: dashed;
	background: rgba(29, 188, 156, 0.2) !important;
	border-width: 3px !important;
	border-color: #00828c !important;	
}

.avatar-xl {
	width: 120px;
	height: 120px;
}

.avatar-lg {
	width: 100px;
	height: 100px;
}

.avatar-md {
	width: 65px;
	height: 65px;
}

.avatar-sm {
	width: 50px;
	height: 50px;
}

.avatar-xs {
	width: 28px;
	height: 28px;
}

.avatar-new {
	/*border: 1px solid #007982;
	background-color: #b1ebf0;*/
}

.fileIcon-sm {
  width: 20px;
}

.fileIcon-md {
  width: 32px;
}

.fileIcon-lg {
  width: 48px;
}

.page-container-vert {
  width: 100%;
  margin-top: 50px;
  padding: 20px;
  
}

.noDecor {
	text-decoration: none;
}

.noDecor:hover {
	text-decoration: none;
}

.submenu-highlighted {
	background: #343434 !important;
}

.tag-label {
	font-size: 8px;
	padding: 0px;
	background-color: #ccc;
	display: inline-block;
	border-radius: 5px;
	height: 10px;
	width: 10px;
	text-decoration: none;
	margin-right: 3px;
}

.page-container {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start; /* flex-start  | flex-end | center | space-between | space-around */
  align-content: flex-start; /* flex-start | flex-end | center | space-between | space-around | stretch */

  height: 100%;
  padding: 15px;
  margin-top: 50px;
  margin-right: 10px;

}

.grp-container {
  
  display: inline;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-content: flex-start; 

  height: 100%;
  min-width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
  padding: 10px;

  background-color: #ffffff;
  color: inherit;
  
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.task-container {
  
  display: inline-flex;
  flex-direction: column; /*row | row-reverse | column | column-reverse */
  flex-wrap: wrap; /*nowrap | wrap | wrap-reverse */
  justify-content: flex-start; 
  align-content: flex-start; 

  height: 90%;
  margin: 10px;
  padding: 0px;
  
  overflow-y: auto;
}

.grp-hdr {
  font-size: 20px;
  padding: 10px;
  max-width: 305px;
}
	
/* AGILE BOARD */
.sortable-list {
  padding: 0px 0;
}

.agile-list {
  list-style: none;
  margin: 0;
  min-width: 280px;
  min-height: 120px
}

.agile-list-disabled-dd li:hover {
	cursor: default !important;
}

.agile-list-highlight-3 {
  background: rgb(236 221 185) !important;
}

.agile-list-highlight {
	background: rgba(29, 188, 156, 0.2) !important;
}


.agile-list-highlight-weekend {
	background: #ddd;
}

.planner-event-card {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.planner-event-card-selected {
  border: 2px solid #000 !important;
  
}

.planner-event-card-selected:hover {
  border: 2px solid #000 !important;
  
}

.planner-event-card:hover {
  border: 1px solid #333;
  
}

.planner-event-form {
  background: #fff !important;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.agile-list-highlight-2 {
	border-style: dashed !important;
	border-width: 2px !important;
	border-color: #00828c !important;
	/*border-radius: 3px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.17) !important;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.17) !important;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.17) !important;*/
}

.agile-list li {
  width: 280px;

  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
}

.agile-list li:hover {
  cursor: -webkit-grab;
  background: #fff;
}

.chart-legend-container {
	padding: 20px;
	margin-top: 20px;
}

.chart-legend-value {
	font-weight: 500;
}

.chart-legend {
	border-width: 0;
  border-style: solid;
  border-left-width: 5px !important;
  min-height: 50px;
  padding: 5px !important;
  font-size: 14px !important;
  max-width: 300px;
}

.task-done {
	text-decoration: line-through;
	color: #888 !important;
}

.list-title {
	font-size: 17px;
	font-weight: 400;
	color: #333;
	line-height: 20px;
	max-height: 40px;
	text-overflow: ellipsis !important;
	word-wrap: break-word;
	overflow: hidden;
}

.list-title-alt {
	font-size: 15px;
	font-weight: 400;
	color: #333;
	line-height: 20px;
	max-height: 40px;
	text-overflow: ellipsis !important;
	word-wrap: break-word;
	overflow: hidden;
}

.list-title-2 {
	margin-top: 3px;
	font-size: 13px;
	font-weight: 300;
	color: #777;
	line-height: 20px;
}

.list-title-3 {
	margin-top: 3px;
    font-size: 13px;
	line-height: 20px;
	font-weight: 300;
}

.list-title-highlight {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: #007982;
	line-height: 20px;
}

.list-title-highlight-muted {
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #777777;
	line-height: 20px;
}

.menu-subheader {
    color: #00828c !important;
    text-transform: uppercase !important;
}

.md-subheader {
	font-size: 15px;
	color: #333333 !important;
  font-weight: 400 !important;
  background-color: #f1f3f2;
}

md-checkbox {
	font-size: 15px;
}

md-checkbox.md-default-theme.md-checked ._md-icon, md-checkbox.md-checked ._md-icon {
	background-color: #009000 !important;
}

md-progress-circular.md-default-theme.md-hue-2 path, md-progress-circular.md-hue-2 path {
    stroke: #007982 !important;
}


md-list-item.md-2-line.md-long-text, md-list-item.md-2-line>._md-no-style.md-long-text, md-list-item.md-3-line.md-long-text, md-list-item.md-3-line>._md-no-style.md-long-text {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

md-list-item.md-2-line .md-list-item-text, md-list-item.md-2-line>._md-no-style .md-list-item-text, md-list-item.md-3-line .md-list-item-text, md-list-item.md-3-line>._md-no-style .md-list-item-text {
	margin-top: 10px !important;
	margin-bottom: 10px !important;

}

md-list-item ._md-list-item-inner>md-checkbox, md-list-item>md-checkbox {
	margin-left: 0px !important;
	margin-right: 10px !important;
}

md-list-item ._md-no-style.md-button, md-list-item._md-no-proxy.md-button {
	padding-left: 10px !important;
	padding-right: 0px !important;
}

md-list {
    padding: 0px; 
}

.md-input {
	font-size: 17px;
	font-weight: 300;
}

a.md-default-theme:not(.md-button), a:not(.md-button) {
    color: #00828c;
}

a.md-default-theme:not(.md-button):hover, a:not(.md-button):hover {
    color: #900000;
}

._md-select-menu-container._md-active {
	z-index: 3000;
}

.md-datepicker-calendar-pane.md-pane-open {
	z-index: 3000;
}

._md-select-placeholder {
	color: #00828c !important;
	font-size: 16px;
	
}

._md-open-menu-container._md-active {
	z-index: 3000;
}

._md-select-value>span:not(._md-select-icon) ._md-text {
	font-size: 17px;
	font-weight: 300;
}

md-input-container.md-default-theme .md-input, md-input-container .md-input {
    /*border-color: #00828c;*/
}

md-select.md-default-theme ._md-select-value, md-select ._md-select-value {
	/*border-color: #00828c;*/
}

.md-datepicker-input {
	font-size: 16px;
	font-weight: 300;
}

md-checkbox ._md-icon {
    border-width: 1px;
    border-radius: 1px;
    border-color: #ccc;
}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label, md-input-container:not(.md-input-invalid).md-input-has-value label {
	color: #00828c;
  margin-bottom: 0px;
}

md-input-container.md-default-theme label, md-input-container label, md-input-container.md-default-theme ._md-placeholder, md-input-container ._md-placeholder {
	color: #00828c;
}

.md-dialog-container {
	z-index: 3000;
}

md-radio-group.md-default-theme:not([disabled]) .md-primary ._md-on, md-radio-group:not([disabled]) .md-primary ._md-on, md-radio-group.md-default-theme:not([disabled]).md-primary ._md-on, md-radio-group:not([disabled]).md-primary ._md-on, md-radio-button.md-default-theme:not([disabled]) .md-primary ._md-on, md-radio-button:not([disabled]) .md-primary ._md-on, md-radio-button.md-default-theme:not([disabled]).md-primary ._md-on, md-radio-button:not([disabled]).md-primary ._md-on {
    background-color: #555;
}

md-radio-group.md-default-theme:not([disabled]) .md-primary .md-checked ._md-off, md-radio-group:not([disabled]) .md-primary .md-checked ._md-off, md-radio-group.md-default-theme:not([disabled]) .md-primary.md-checked ._md-off, md-radio-group:not([disabled]) .md-primary.md-checked ._md-off, md-radio-group.md-default-theme:not([disabled]).md-primary .md-checked ._md-off, md-radio-group:not([disabled]).md-primary .md-checked ._md-off, md-radio-group.md-default-theme:not([disabled]).md-primary.md-checked ._md-off, md-radio-group:not([disabled]).md-primary.md-checked ._md-off, md-radio-button.md-default-theme:not([disabled]) .md-primary .md-checked ._md-off, md-radio-button:not([disabled]) .md-primary .md-checked ._md-off, md-radio-button.md-default-theme:not([disabled]) .md-primary.md-checked ._md-off, md-radio-button:not([disabled]) .md-primary.md-checked ._md-off, md-radio-button.md-default-theme:not([disabled]).md-primary .md-checked ._md-off, md-radio-button:not([disabled]).md-primary .md-checked ._md-off, md-radio-button.md-default-theme:not([disabled]).md-primary.md-checked ._md-off, md-radio-button:not([disabled]).md-primary.md-checked ._md-off {
    border-color: #555;
}


md-radio-button ._md-off {
    border-width: 1px;
}

md-input-container {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.md-autocomplete-suggestions-container.md-default-theme li .highlight, .md-autocomplete-suggestions-container li .highlight {
  color: #900000 !important;
}

.md-autocomplete-suggestions-container{
  margin-top: 2em;
  width:auto;
}

md-radio-group {
	padding-bottom: 15px;
}

/** 
Utility bar	
**/

.utility-container {
  /*position: relative;*/
}
.utility-container .utility-menu {
  background-color: #035c63;
  height: 50px;
  padding: 0;
  position: fixed;
  top: 75px;
  width: 100%;
  z-index: 100;
  
}
.utility-container .utility-menu .menu-buttons {
  display: inline-block;
  float: left;
  height: 50px;
  list-style: none;
  margin-bottom: 0;
  padding: 0 2px 0 7px;
  text-align: left;
}

.utility-container .utility-menu .menu-buttons.secondary  {
  float: right;
  padding-right: 360px;
}

.utility-container .utility-menu .menu-buttons li {
  float: left;
}
.utility-container .utility-menu .menu-buttons li a {
  color: #ffffff;
  display: inline-block;
  height: 50px;
  padding: 10px;
}
.utility-container .utility-menu .menu-buttons li a.toggle {
  color: #212121;
  background-color: #f1f3f2;
}

.utility-container .utility-menu .menu-buttons li a.toggle .icon {
  color: #212121;
}

.utility-container .utility-menu .menu-buttons li a:hover {
  text-decoration: none;
}
.utility-container .utility-menu .menu-buttons li a .text {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  margin-left: 3px;
  vertical-align: middle;
}
.utility-container .utility-menu .menu-buttons li a .icon {
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}

.utility-container .utility-menu .menu-buttons li .icon {
  color: #ffffff;
  font-size: 24px;
  vertical-align: middle;
}



@media only screen and (max-width: 650px) {
  .utility-container .utility-menu .menu-buttons li a .text {
    /*display: none;*/
  }
  
  .utility-container .utility-menu .menu-buttons.secondary  {
  	float: inherit;
  	padding-right: 0px;
  }
  
  .agile-list li {
	font-weight: 400;
  }
  
  .chart-legend {
	font-size: 15px !important;
  }
}

/* UI Sortable */
.ui-sortable .ibox-title {
  cursor: move;
}
.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #e7eaec;
}
.ibox.ui-sortable-placeholder {
  margin: 0 0 23px !important;
}

.main-content {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  margin-left: 350px;
  margin-right: 400px;
}
.main-content .content-header {
  height: 75px;
  background-color: white;
}
.main-content .content-nav {
  background-color: #ffffff;
  height: 50px;
}
.main-content .content-body {
  padding: 25px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
}

.main-content .content-body.body-full {
  height: 100%;
  width: 100%;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.main-content .content-body.body-full-horz {
  width: 100%;
  padding: 0;
  overflow-y: hidden;
  overflow-x: auto;
}

.task-widget {
  cursor: pointer;
  text-decoration: none;
}

.dashboard-widget a:hover,
.dashboard-widget a:focus,
.dashboard-widget a:link,
.dashboard-widget a:visited {
  color: #000;
  text-decoration: none;
  cursor: hand;
}


/*------------------------------------------------------------------
[2.2. Sidebar]
*/
.sidebar {
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1100;
}

.sidebar.form.edit {
  z-index: 1200;
}

.sidebar.form.edit {
  z-index: 1300;
}

.sidebar.menu {
  /*------------------------------------------------------------------
[2.2.1 Sidebar Menu]
*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #212121;
  left: 0;
  width: 350px;
}
.sidebar.menu.collapsed {
  left: -350px;
}
.sidebar.menu.collapsed .sidebar-footer {
  left: -350px;
}
.sidebar.menu.collapsed ~ .main-content {
  margin-left: 0 !important;
}
.sidebar.menu.over {
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
}
.sidebar.menu.over .sidebar-footer {
  left: 0;
}
.sidebar.menu.over ~ .main-content {
  margin-left: 0;
}
.sidebar.menu.compact {
  width: 95px;
}
.sidebar.menu.compact .sidebar-menu .menu > li {
  position: relative;
}
.sidebar.menu.compact .sidebar-menu .menu > li > ul {
  position: fixed;
  top: 125px;
  bottom: 0;
  box-shadow: 3px 0 3px 3px rgba(0, 0, 0, 0.05);
}
.sidebar.menu.compact .sidebar-menu .menu > li.open > ul {
  visibility: hidden;
}
.sidebar.menu.compact .sidebar-menu .menu > li.compact-open > ul {
  visibility: visible;
}
.sidebar.menu.compact .sidebar-footer {
  width: 95px;
  overflow: hidden;
}
.sidebar.menu.compact .sidebar-footer .footer-user {
  display: none;
}
.sidebar.menu.compact .sidebar-footer .footer-links a {
  display: none;
}
.sidebar.menu.compact .sidebar-footer .footer-links .links-logout {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0;
  width: 47.5px;
  height: 47.5px;
  padding: 10px 9px;
}
.sidebar.menu.compact .sidebar-footer .footer-links .links-logout span {
  display: none;
}
.sidebar.menu.compact .sidebar-footer .footer-links .links-logout i {
  font-size: 30px;
  vertical-align: middle;
}
.sidebar.menu.compact ~ .main-content {
  margin-left: 95px;
}
.sidebar.menu.compact .sidebar-header .header-brand .brand-slogan {
  display: none;
}
.sidebar.menu.compact .sidebar-header .header-notification .notification .text {
  display: none;
}
.sidebar.menu.compact .sidebar-header .header-notification .notification:before {
  width: 95px;
}
.sidebar.menu.compact .sidebar-header .header-notification .notification .more {
  width: 95px;
  text-align: center;
}
.sidebar.menu.compact .sidebar-header .header-notification .notification .more .more-text {
  display: none;
}
.sidebar.menu.compact .sidebar-header .header-notification .notification:hover .icon,
.sidebar.menu.compact .sidebar-header .header-notification .notification:focus .icon {
  display: none;
}
.sidebar.menu:after {
  background-color: #292929;
  bottom: 0px;
  content: '';
  left: 95px;
  position: absolute;
  right: 0;
  top: 125px;
  z-index: -1;
}
.sidebar.menu .sidebar-header .header-brand {
  height: 75px;
  padding: 0;
  width: 100%;
}
.sidebar.menu .sidebar-header .header-brand .brand-logo,
.sidebar.menu .sidebar-header .header-brand .brand-slogan {
  position: absolute;
  top: 0;
}
.sidebar.menu .sidebar-header .header-brand .brand-logo {
  height: 75px;
  left: 0;
  text-align: center;
  width: 95px;
}
.sidebar.menu .sidebar-header .header-brand .brand-logo img {
  height: 50px;
  left: 23px;
  position: absolute;
  top: 12px;
  width: 50px;
}
.sidebar.menu .sidebar-header .header-brand .brand-slogan {
  color: #fff;
  height: 75px;
  padding: 38px 0 0;
  right: 0;
  width: 255px;
}
.sidebar.menu .sidebar-header .header-brand .brand-slogan .slogan-title {
  font-size: 25px;
  font-weight: 300;
}
.sidebar.menu .sidebar-header .header-brand .brand-slogan .slogan-description {
  font-size: 13px;
  font-weight: 300;
}
.sidebar.menu .sidebar-header .header-notification {
  background-color: #26b6b9;
  height: 50px;
  overflow: hidden;
  width: 100%;
}
.sidebar.menu .sidebar-header .header-notification .notification {
  color: #eee;
  display: block;
  height: 50px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.sidebar.menu .sidebar-header .header-notification .notification .icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 22px;
  font-weight: 200;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  width: 95px;
}
.sidebar.menu .sidebar-header .header-notification .notification .text {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  transition-duration: 0.3s;
  transition-property: display;
  vertical-align: middle;
}
.sidebar.menu .sidebar-header .header-notification .notification:before {
  background-color: rgba(0, 0, 0, 0.025);
  content: '';
  height: 100%;
  left: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.7s;
  transition-property: left, opacity;
  width: 100%;
  z-index: 2;
}
.sidebar.menu .sidebar-header .header-notification .notification .more {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  height: 50px;
  left: 0;
  padding: 0 10px;
  position: absolute;
  text-align: right;
  width: 350px;
  z-index: 3;
}
.sidebar.menu .sidebar-header .header-notification .notification .more .more-text,
.sidebar.menu .sidebar-header .header-notification .notification .more .more-icon {
  display: inline-block;
  line-height: 50px;
  opacity: 0;
  position: relative;
  right: 100%;
  top: 0;
  transition-duration: .15s;
  transition-property: right, opacity;
  vertical-align: middle;
}
.sidebar.menu .sidebar-header .header-notification .notification .more .more-text {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  margin-right: 5px;
}
.sidebar.menu .sidebar-header .header-notification .notification .more .more-icon {
  font-size: 20px;
  font-weight: 200;
}
.sidebar.menu .sidebar-header .header-notification .notification:focus,
.sidebar.menu .sidebar-header .header-notification .notification:hover {
  text-decoration: none;
}
.sidebar.menu .sidebar-header .header-notification .notification:focus .text,
.sidebar.menu .sidebar-header .header-notification .notification:hover .text {
  /*display: none;*/
}
.sidebar.menu .sidebar-header .header-notification .notification:focus:before,
.sidebar.menu .sidebar-header .header-notification .notification:hover:before {
  left: 0;
  opacity: 1;
}
.sidebar.menu .sidebar-header .header-notification .notification:focus .more-text,
.sidebar.menu .sidebar-header .header-notification .notification:hover .more-text {
  opacity: 1;
  right: 0;
  transition-delay: 0.25s;
}
.sidebar.menu .sidebar-header .header-notification .notification:focus .more-icon,
.sidebar.menu .sidebar-header .header-notification .notification:hover .more-icon {
  opacity: 1;
  right: 0;
  transition-delay: 0.15s;
}
.sidebar.menu .sidebar-menu {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  
}
.sidebar.menu .sidebar-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  
}
.sidebar.menu .sidebar-menu .menu > li {
  height: 75px;
  width: 100%;
}
.sidebar.menu .sidebar-menu .menu > li.open > a {
  background-color: #292929;
}
.sidebar.menu .sidebar-menu .menu > li.open > ul {
  visibility: visible;
}
.sidebar.menu .sidebar-menu .menu > li.active > a {
  color: #29c7ca;
}
.sidebar.menu .sidebar-menu .menu > li > a {
  color: #e5e5e5;
  display: block;
  height: 75px;
  padding: 13px 10px 7px;
  text-align: center;
  width: 95px;
}
.sidebar.menu .sidebar-menu .menu > li > a:hover,
.sidebar.menu .sidebar-menu .menu > li > a:focus {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.sidebar.menu .sidebar-menu .menu > li > a i {
  display: block;
  font-size: 3em;
  margin-bottom: 2px;
}
.sidebar.menu .sidebar-menu .menu > li > a span {
  font-size: 1.2em;
  font-weight: 300;
}
.sidebar.menu .sidebar-menu .menu > li > ul {
  background-color: #292929;
  display: block;
  left: 0;
  list-style: none;
  margin-left: 95px;
  margin-top: 0;
  padding: 0;
  position: absolute;
  top: 0;
  vertical-align: top;
  visibility: hidden;
  width: 255px;
  z-index: 1;
}
.sidebar.menu .sidebar-menu .menu > li > ul li {
  height: 37.5px;
  width: 100%;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.active a {
  color: #29c7ca !important;
}
.sidebar.menu .sidebar-menu .menu > li > ul li:last-child {
  margin-bottom: 15px;
}
.sidebar.menu .sidebar-menu .menu > li > ul li:first-child {
  margin-top: 15px;
}
.sidebar.menu .sidebar-menu .menu > li > ul li a {
  color: #e5e5e5;
  display: block;
  height: 37.5px;
  line-height: 3em;
  padding-left: 30px;
}
.sidebar.menu .sidebar-menu .menu > li > ul li a i {
  font-size: 1.5em;
  font-weight: 300;
  margin-right: 5px;
  vertical-align: middle;
}
.sidebar.menu .sidebar-menu .menu > li > ul li a i[class^="pe-7s-"] {
  font-size: 2em;
}
.sidebar.menu .sidebar-menu .menu > li > ul li a span {
  font-size: 1.15em;
  font-weight: 300;
  vertical-align: middle;
}
.sidebar.menu .sidebar-menu .menu > li > ul li a .contact-avatar {
  border-left: 3px solid #fff;
  float: left;
  height: 28px;
  margin-right: 10px;
  margin-top: 5px;
  width: 31px;
}
.sidebar.menu .sidebar-menu .menu > li > ul li a .contact-avatar.online {
  border-color: #9ae14f;
}
.sidebar.menu .sidebar-menu .menu > li > ul li a .contact-avatar.away {
  border-color: #e2a917;
}
.sidebar.menu .sidebar-menu .menu > li > ul li a .badge {
  display: inline-block;
  float: right;
  font-weight: 700;
  margin: 9px 15px;
  vertical-align: middle;
}
.sidebar.menu .sidebar-menu .menu > li > ul li a:hover {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.submenu-title span {
  color: #828282;
  display: block;
  font-weight: 600;
  height: 37.5px;
  letter-spacing: 1px;
  line-height: 3.5em;
  padding-left: 30px;
  text-transform: uppercase;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.submenu-title:not(:first-child) {
  margin-top: 15px;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.submenu-divider {
  background-color: #3b3b3b;
  height: 1px;
  margin: 15px 20px;
  width: auto;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-picture {
  height: auto;
  margin: 0;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-picture a {
  height: auto;
  padding: 0;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-picture a img {
  border-bottom: 4px solid #29c7ca;
  width: 100%;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-name {
  height: auto;
  margin: 0;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-name a {
  height: auto;
  padding: 10px 0 0;
  text-align: center;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-name a span {
  font-size: 18px;
  font-weight: 400;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-title {
  height: auto;
  margin: -12px 0 0;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-title a {
  height: auto;
  padding: 0;
  text-align: center;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-title a span {
  font-size: 14px;
  font-weight: 200;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-links {
  height: auto;
  margin: 15px 0;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-links .row {
  margin: 0;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-links a {
  height: auto;
  padding: 0;
  text-align: center;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-links a span {
  font-size: 14px;
  font-weight: 200;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-percent {
  height: auto;
  padding: 20px 30px;
  text-align: center;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-percent .progress {
  margin-bottom: 8px;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-percent span {
  color: #e5e5e5;
  font-size: 12px;
  font-weight: 300;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-percent span .percent-number {
  color: #fff;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.profile-follow {
  height: auto;
  padding: 20px 30px;
  text-align: center;
}
.sidebar.menu .sidebar-menu .menu > li > ul li.mini-calendar-container {
  height: auto;
}
.sidebar.menu .sidebar-footer {
  background-color: #303030;
  left: 0;
  width: 350px;
  z-index: 100;
}
.sidebar.menu .sidebar-footer .footer-avatar {
  padding: 5px;
  position: absolute;
  right: 0;
  width: 50px;
}
.sidebar.menu .sidebar-footer .footer-avatar img {
  -webkit-border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px;
  -moz-background-clip: padding;
  border-radius: 1px;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
}
.sidebar.menu .sidebar-footer .footer-user {
  height: 25px;
  margin-right: 50px;
  padding: 10px 20px;
}
.sidebar.menu .sidebar-footer .footer-user a {
  color: #e5e5e5;
  font-size: 13px;
  font-weight: 300;
}
.sidebar.menu .sidebar-footer .footer-links {
  height: 25px;
  margin-right: 50px;
  padding: 3px 20px;
}
.sidebar.menu .sidebar-footer .footer-links a {
  color: #b2b2b2;
  font-size: 11px;
  font-weight: 300;
  margin-right: 10px;
}
.sidebar.menu .sidebar-footer .footer-links a:hover,
.sidebar.menu .sidebar-footer .footer-links a:focus {
  color: #ffffff;
  text-decoration: none;
}
.sidebar.menu .sidebar-footer .footer-links a i {
  font-size: 13px;
  vertical-align: middle;
}
.sidebar.menu .sidebar-footer .footer-links a span {
  vertical-align: middle;
}
.sidebar.form {
  /*------------------------------------------------------------------
[2.2.2 Sidebar Form]
*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ffffff;
  right: 0;
  width: 560px;
}
.sidebar.form.collapsed {
  right: -560px;
  /*visibility: hidden;*/
}
.sidebar.form.collapsed ~ .main-content {
  margin-right: 0;
}
.sidebar .sidebar-header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #29c7ca;
  height: 125px;
  width: 100%;
  
}
.sidebar .fullnav {
  height: 75px !important;
  
}

.sidebar.form .sidebar-header {
  top: 0px;
  width: 100%;
}

.sidebar.form .sidebar-content {
  height: 100%;
  overflow: hidden;
}

.sidebar.form .sidebar-body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar .sidebar-header .header-title {
  color: #fff;
  height: 75px;
  padding: 20px 15px;
}
.sidebar .sidebar-header .header-title i {
  font-size: 22px;
  margin-right: 5px;
  vertical-align: middle;
}
.sidebar .sidebar-header .header-title span {
  font-size: 24px;
  font-weight: 300;
  vertical-align: middle;
}
.sidebar .sidebar-header .header-description {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  height: 50px;
  padding: 13px 15px;
}
.sidebar .sidebar-header .header-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 25px;
}
.sidebar .sidebar-header .header-close i {
  color: #fff;
  font-size: 25px;
}
.sidebar .sidebar-body {
  position: relative;
}
.sidebar .sidebar-footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  height: 50px;
  position: fixed;
  -webkit-box-shadow: 0 6px 3px rgba(0, 0, 0, 0.07), 0 -6px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 6px 3px rgba(0, 0, 0, 0.07), 0 -6px 3px rgba(0, 0, 0, 0.07);
  box-shadow: 0 6px 3px rgba(0, 0, 0, 0.07), 0 -6px 3px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 1050px) and (min-width: 600px) {
  
  .utility-container .utility-menu .menu-buttons.secondary  {
  	float: inherit;
  	padding-right: 0px;
  }
  
  .sidebar.menu {
    width: 95px;
  }
  
  .workspaceSelector {
	  display: none;
  }
  
  .sidebar.menu .sidebar-menu .menu > li {
    position: relative;
  }
  .sidebar.menu .sidebar-menu .menu > li > ul {
    position: fixed;
    /* top: 125px; */
    bottom: 0;
    box-shadow: 3px 0 3px 3px rgba(0, 0, 0, 0.05);
  }
  .sidebar.menu .sidebar-menu .menu > li.open > ul {
    visibility: hidden;
  }
  .sidebar.menu .sidebar-menu .menu > li.compact-open > ul {
    visibility: visible;
  }
  .sidebar.menu .sidebar-footer {
    width: 95px;
    overflow: hidden;
  }
  .sidebar.menu .sidebar-footer .footer-user {
    display: none;
  }
  .sidebar.menu .sidebar-footer .footer-links a {
    display: none;
  }
  .sidebar.menu .sidebar-footer .footer-links .links-logout {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    margin: 0;
    width: 47.5px;
    height: 47.5px;
    padding: 10px 9px;
  }
  .sidebar.menu .sidebar-footer .footer-links .links-logout span {
    display: none;
  }
  .sidebar.menu .sidebar-footer .footer-links .links-logout i {
    font-size: 30px;
    vertical-align: middle;
  }
  .sidebar.menu ~ .main-content {
    margin-left: 95px;
  }
  .sidebar.menu .sidebar-header .header-brand .brand-slogan {
    display: none;
  }
  .sidebar.menu .sidebar-header .header-notification .notification .text {
    display: none;
  }
  .sidebar.menu .sidebar-header .header-notification .notification:before {
    width: 95px;
  }
  .sidebar.menu .sidebar-header .header-notification .notification .more {
    width: 95px;
    text-align: center;
  }
  .sidebar.menu .sidebar-header .header-notification .notification .more .more-text {
    display: none;
  }
  .sidebar.menu .sidebar-header .header-notification .notification:hover .icon,
  .sidebar.menu .sidebar-header .header-notification .notification:focus .icon {
    display: none;
  }
}

.content-header .header-actions > li.mobile-quick-nav {
	visibility: hidden;
	display: none;
}

@media only screen and (max-width: 760px) {
	.content-header .header-actions > li.mobile-quick-nav {
		visibility: visible;
		display: block;
	}
}

@media only screen and (max-width: 600px) {
  .sidebar.menu .sidebar-menu .menu > li {
      /*height: 25pt;*/
  }
  
  .sidebar.menu .sidebar-menu .menu > li > a i {
      /*font-size: 18pt;*/
  }
  
  .sidebar.menu .sidebar-menu .menu > li > a span {
      /*visibility: hidden;*/
  }
  
  .sidebar.menu .sidebar-menu .menu > li.open > a {
	  /*background-color: transparent;*/
  }
}



@media only screen and (max-width: 600px) {
  
  .sidebar.menu {
    left: -350px;
  }
  .sidebar.menu .sidebar-footer {
    left: -350px;
  }
  .sidebar.menu ~ .main-content {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 560px) {
  .sidebar.form {
    width: 100%;
  }
  
  .chatbar {
	  width: 100% !important;
  }

}
/*------------------------------------------------------------------
[2.3. Page Header]
*/
.content-header {
  /*------------------------------------------------------------------
[2.3.1 BreadCrumb]
*/
}
.content-header .breadcrumb {
  display: inline-block;
  height: 75px;
  margin: 0 0 0 30px;
  padding: 0;
  background-color: transparent;
}
.content-header .breadcrumb > li {
  font-size: 1.25em;
  height: 75px;
  position: relative;
  vertical-align: top;
  font-weight: 300;
}
.content-header .breadcrumb > li:not(:first-child) {
  padding-left: 28px;
}
.content-header .breadcrumb > li:first-child .dropdown-caret {
  font-size: 1.7em;
  margin-right: 0;
  vertical-align: middle;
}
.content-header .breadcrumb > li:first-child a {
  color: #282c32;
}
.content-header .breadcrumb > li:first-child i {
  margin-right: 0;
}
.content-header .breadcrumb > li a {
  color: #282c32;
}
.content-header .breadcrumb > li a:hover,
.content-header .breadcrumb > li a:active {
  text-decoration: none;
}
.content-header .breadcrumb > li a:hover span,
.content-header .breadcrumb > li a:active span,
.content-header .breadcrumb > li a:hover i,
.content-header .breadcrumb > li a:active i {
  color: #000000;
}
.content-header .breadcrumb > li i {
  color: #8f949b;
  font-size: 1.25em;
  margin-right: 3px;
  vertical-align: middle;
}
.content-header .breadcrumb > li i[class^="pe-7s-"] {
  font-size: 1.75em;
}
.content-header .breadcrumb > li span {
  display: inline-block;
  height: 75px;
  line-height: 4.1em;
  vertical-align: middle;
}
.content-header .breadcrumb > li + li:before {
  color: #8f949b;
  content: "\e684" /*rtl:"\e686"*/;
  font-family: 'Pe-icon-7-stroke';
  font-weight: 200;
  font-size: 2.5em;
  height: 75px;
  left: -7px;
  line-height: 1.7em;
  padding: 0;
  position: absolute;
  top: 0;
}
.content-header .breadcrumb > li .dropdown-menu {
  top: 75%;
}
.content-header .header-actions {
  /*------------------------------------------------------------------
[2.3.2 Header Buttons]
*/
  display: inline-block;
  float: right;
  height: 75px;
  list-style: none;
  margin: 0;
}
.content-header .header-actions > li {
  display: inline-block;
  height: 75px;
  padding: 22px 20px 22px 0;
  position: relative;
}
.content-header .header-actions > li a {
  color: #6a7079;
  display: inline-block;
}
.content-header .header-actions > li a:before {
  background-size: 24px 24px;
  border-radius: 50%;
  content: ' ';
  height: 40px;
  left: -7px;
  margin: auto;
  padding: 4px;
  position: absolute;
  width: 40px;
}
.content-header .header-actions > li a:focus:before,
.content-header .header-actions > li a:active:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.content-header .header-actions > li a:hover {
  cursor: pointer;
}
.content-header .header-actions > li a i {
  font-size: 2.5em;
}
.content-header .header-actions > li .dropdown-menu {
  max-width: 300px;
  top: 75%;
}
.content-header .header-actions > li .dropdown-menu.pull-right {
  right: 17px;
}
.content-header .header-actions > li.actions-notification .dropdown-menu {
  padding: 0;
  width: 300px;
}
.content-header .header-actions > li.actions-notification .dropdown-menu .notification-header {
  background-color: #fff;
  height: 35px;
}
.content-header .header-actions > li.actions-notification .dropdown-menu .notification-header .header-title {
  font-size: 15px;
  font-weight: 300;
  padding: 7px 10px;
}
.content-header .header-actions > li.actions-notification .dropdown-menu .notification-upperbody {
  padding: 15px 15px 50px;
}
.content-header .header-actions > li.actions-notification .dropdown-menu .notification-upperbody .notification-message {
  margin-bottom: 10px;
  padding-right: 50px;
}
.content-header .header-actions > li.actions-notification .dropdown-menu .notification-upperbody .notification-message .message-title {
  font-size: 13px;
  font-weight: 400;
}
.content-header .header-actions > li.actions-notification .dropdown-menu .notification-upperbody .notification-message .message-time {
  color: #eee;
  font-size: 10px;
  font-weight: 300;
  margin-top: 5px;
}
.content-header .header-actions > li.actions-notification .dropdown-menu .notification-lowerbody {
  -webkit-transform: skew(0deg, -10deg);
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  background-color: #fff;
  margin-bottom: 30px;
  margin-top: -50px;
  padding: 50px 15px 0;
}
.content-header .header-actions > li.actions-notification .dropdown-menu .notification-lowerbody .notification-message {
  -webkit-transform: skew(0deg, 10deg);
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
  margin-bottom: 10px;
  padding-right: 50px;
}
.content-header .header-actions > li.actions-notification .dropdown-menu .notification-lowerbody .notification-message .message-title {
  font-size: 13px;
  font-weight: 400;
}
.content-header .header-actions > li.actions-notification .dropdown-menu .notification-lowerbody .notification-message .message-time {
  color: #666;
  font-size: 10px;
  font-weight: 300;
  margin-top: 5px;
}
.content-header .header-actions > li.actions-notification .dropdown-menu .notification-footer {
  background-color: #f3f3f3;
  height: 35px;
  padding: 6px 8px;
  z-index: 1000;
}
.content-header .header-actions > li.actions-stretch-menu {
  display: none;
  height: 75px;
  width: 60px;
}
.content-header .header-actions > li.actions-stretch-menu:hover {
  cursor: pointer;
}
.content-header .header-actions > li.actions-stretch-menu .icon {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #6a7079;
  border-radius: 4px;
  height: 1px;
  left: 18px;
  position: absolute;
  top: 36px;
  width: 20px;
}
.content-header .header-actions > li.actions-stretch-menu .icon:before {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #6a7079;
  border-radius: 4px;
  content: "";
  height: 1px;
  position: absolute;
  top: -7px;
  width: 20px;
}
.content-header .header-actions > li.actions-stretch-menu .icon:after {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #6a7079;
  border-radius: 4px;
  content: "";
  height: 1px;
  position: absolute;
  top: 7px;
  width: 20px;
}
.content-header .header-actions > li.actions-stretch-menu.open .icon {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}
.content-header .header-actions > li.actions-stretch-menu.open .icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(4.5px, 4.5px);
  -moz-transform: rotateZ(45deg) scaleX(1.25) translate(4.5px, 4.5px);
  -o-transform: rotateZ(45deg) scaleX(1.25) translate(4.5px, 4.5px);
  -ms-transform: rotateZ(45deg) scaleX(1.25) translate(4.5px, 4.5px);
  transform: rotateZ(45deg) scaleX(1.25) translate(4.5px, 4.5px);
}
.content-header .header-actions > li.actions-stretch-menu.open .icon::after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(4.5px, -4.5px);
  -moz-transform: rotateZ(-45deg) scaleX(1.25) translate(4.5px, -4.5px);
  -o-transform: rotateZ(-45deg) scaleX(1.25) translate(4.5px, -4.5px);
  -ms-transform: rotateZ(-45deg) scaleX(1.25) translate(4.5px, -4.5px);
  transform: rotateZ(-45deg) scaleX(1.25) translate(4.5px, -4.5px);
}
@media only screen and (max-width: 760px) {
	
  .content-header {
    position: relative;
  }
  .content-header .header-actions {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 101;
  }
  .content-header .header-actions > li {
    display: block;
    padding: 10px 15px;
  }
  .content-header .header-actions > li:not(.actions-stretch-menu) {
    background-color: #fff;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    height: auto;
    visibility: hidden;
  }
  .content-header .header-actions > li:not(.actions-stretch-menu):last-child {
    -webkit-border-radius: 0 0 2px 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    border-bottom: 1px solid #eaeaea;
  }
  .content-header .header-actions > li.actions-stretch-menu {
    display: block;
  }
  .content-header .header-actions > li.actions-stretch-menu.open {
    background-color: #fff;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .content-header .header-actions > li.actions-stretch-menu.open ~ li {
    visibility: visible;
  }
  .content-header .header-actions > li a:before {
    left: 9px;
    top: 4px;
  }
}
@media only screen and (max-width: 1450px) {
	
  .sidebar.form:not(.collapsed) {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }
  .sidebar.form:not(.collapsed) ~ .main-content {
    margin-right: 0;
  }
  .sidebar.form:not(.collapsed) ~ .main-content .content-header {
    position: relative;
  }
  .sidebar.form:not(.collapsed) ~ .main-content .content-header .header-actions {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 101;
  }
  .sidebar.form:not(.collapsed) ~ .main-content .content-header .header-actions > li {
    display: block;
    padding: 10px 15px;
  }
  .sidebar.form:not(.collapsed) ~ .main-content .content-header .header-actions > li:not(.actions-stretch-menu) {
    background-color: #fff;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    height: auto;
    visibility: hidden;
  }
  .sidebar.form:not(.collapsed) ~ .main-content .content-header .header-actions > li:not(.actions-stretch-menu):last-child {
    -webkit-border-radius: 0 0 2px 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    border-bottom: 1px solid #eaeaea;
  }
  .sidebar.form:not(.collapsed) ~ .main-content .content-header .header-actions > li.actions-stretch-menu {
    display: block;
  }
  .sidebar.form:not(.collapsed) ~ .main-content .content-header .header-actions > li.actions-stretch-menu.open {
    background-color: #fff;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
  }
  .sidebar.form:not(.collapsed) ~ .main-content .content-header .header-actions > li.actions-stretch-menu.open ~ li {
    visibility: visible;
  }
  .sidebar.form:not(.collapsed) ~ .main-content .content-header .header-actions > li a:before {
    left: 9px;
    top: 4px;
  }
  .sidebar.form:not(.collapsed) ~ .main-content .content-header .header-actions {
    right: 560px;
  }
}
@media only screen and (max-width: 500px) {
	
  .content-header .breadcrumb > li {
    display: none;
  }
  .content-header .breadcrumb > li.active {
    display: block;
    padding-left: 0;
    color: #292929;
    font-weight: 400;
    font-size: 20px;
  }
  .content-header .breadcrumb > li.active:before {
    display: none;
  }
}
/*------------------------------------------------------------------
[2.4. Page Navbar]
*/
.content-nav-navbar {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #ffffff;
  border: 0;
  z-index: 100;
}
.content-nav-navbar.navbar-shadow {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.25);
}
.content-nav-navbar .navbar-header .navbar-brand {
  color: #292929;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 15px 15px 35px;
}
.content-nav-navbar .navbar-header .navbar-brand:hover,
.content-nav-navbar .navbar-header .navbar-brand:focus {
  text-decoration: none;
}
.content-nav-navbar .navbar-header .navbar-toggle {
  border: 0;
  height: 50px;
  margin: 0 10px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
.content-nav-navbar .navbar-header .navbar-toggle:hover,
.content-nav-navbar .navbar-header .navbar-toggle:focus {
  background-color: #fff;
  cursor: pointer;
}
.content-nav-navbar .navbar-header .navbar-toggle .icon {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #6a7079;
  border-radius: 4px;
  height: 1px;
  left: 18px;
  position: absolute;
  top: 24px;
  width: 20px;
}
.content-nav-navbar .navbar-header .navbar-toggle .icon:before {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #6a7079;
  border-radius: 4px;
  content: "";
  height: 1px;
  position: absolute;
  top: -7px;
  width: 20px;
}
.content-nav-navbar .navbar-header .navbar-toggle .icon:after {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #6a7079;
  border-radius: 4px;
  content: "";
  height: 1px;
  position: absolute;
  top: 7px;
  width: 20px;
}
.content-nav-navbar .navbar-header .navbar-toggle:not(.collapsed) .icon {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}
.content-nav-navbar .navbar-header .navbar-toggle:not(.collapsed) .icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(4.5px, 4.5px);
  -moz-transform: rotateZ(45deg) scaleX(1.25) translate(4.5px, 4.5px);
  -o-transform: rotateZ(45deg) scaleX(1.25) translate(4.5px, 4.5px);
  -ms-transform: rotateZ(45deg) scaleX(1.25) translate(4.5px, 4.5px);
  transform: rotateZ(45deg) scaleX(1.25) translate(4.5px, 4.5px);
}
.content-nav-navbar .navbar-header .navbar-toggle:not(.collapsed) .icon::after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(4.5px, -4.5px);
  -moz-transform: rotateZ(-45deg) scaleX(1.25) translate(4.5px, -4.5px);
  -o-transform: rotateZ(-45deg) scaleX(1.25) translate(4.5px, -4.5px);
  -ms-transform: rotateZ(-45deg) scaleX(1.25) translate(4.5px, -4.5px);
  transform: rotateZ(-45deg) scaleX(1.25) translate(4.5px, -4.5px);
}
.content-nav-navbar .navbar-nav > li.dropdown a {
  padding-right: 10px;
}
.content-nav-navbar .navbar-nav > li.dropdown a .dropdown-caret {
  font-size: 1.5em;
  vertical-align: middle;
}
.content-nav-navbar .navbar-nav > li.dropdown .dropdown-menu {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  background-color: #f1f3f2;
  top: 100%;
}
.content-nav-navbar .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 14px;
}
.content-nav-navbar .navbar-nav > .open > a {
  border-top: 1px solid #29c7ca !important;
}
.content-nav-navbar .navbar-nav > .open > a,
.content-nav-navbar .navbar-nav > .open > a:focus,
.content-nav-navbar .navbar-nav > .open > a:hover {
  background-color: #f1f3f2;
}
.content-nav-navbar .nav,
.content-nav-navbar .collapse,
.content-nav-navbar .dropup,
.content-nav-navbar .dropdown {
  position: static;
}
.content-nav-navbar .collapse.in {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.content-nav-navbar .collapse.in .nav > li.dropdown .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content-nav-navbar .container {
  position: relative;
}
.content-nav-navbar .dropdown-menu {
  left: auto;
}
.content-nav-navbar .content-nav-navbar-content {
  padding: 20px 30px;
}
.content-nav-navbar .content-nav-navbar-content .thumbnail-links {
  list-style: none;
  padding: 0;
}
.content-nav-navbar .content-nav-navbar-content .thumbnail-links > li {
  margin-bottom: 20px;
}
.content-nav-navbar .content-nav-navbar-content .thumbnail-links > li > a {
  display: block;
  height: 80px;
  line-height: 1.2;
  padding: 24px 0 0 75px;
  position: relative;
}
.content-nav-navbar .content-nav-navbar-content .thumbnail-links > li > a:hover {
  text-decoration: none;
  background: #fff;
}
.content-nav-navbar .content-nav-navbar-content .thumbnail-links > li > a i {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  font-size: 45px;
  color: #292929;
}
.content-nav-navbar .content-nav-navbar-content .thumbnail-links > li > a .link-title {
  color: #29c7ca;
  font-size: 15px;
  font-weight: 400;
}
.content-nav-navbar .content-nav-navbar-content .thumbnail-links > li > a p {
  color: #2e3233;
  font-size: 13px;
}
.content-nav-navbar .content-nav-navbar-content .gallery-links {
  list-style: none;
  padding: 0;
}
.content-nav-navbar .content-nav-navbar-content .gallery-links > li {
  margin-bottom: 20px;
}
.content-nav-navbar .content-nav-navbar-content .gallery-links > li > a {
  position: relative;
  display: block;
  line-height: 1.2;
  padding: 10px;
  text-align: center;
}
.content-nav-navbar .content-nav-navbar-content .gallery-links > li > a:hover {
  text-decoration: none;
  background: #fff;
}
.content-nav-navbar .content-nav-navbar-content .gallery-links > li > a img {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  max-height: 200px;
  max-width: 200px;
}
.content-nav-navbar .content-nav-navbar-content .gallery-links > li > a .link-title {
  color: #29c7ca;
  font-size: 16px;
  font-weight: 300;
}
.content-nav-navbar .content-nav-navbar-content .gallery-links > li > a p {
  color: #2e3233;
  font-size: 13px;
  font-weight: 300;
}
.content-nav-navbar .content-nav-navbar-content .categories-links {
  list-style: none;
  padding: 0;
}
.content-nav-navbar .content-nav-navbar-content .categories-links > li {
  margin-bottom: 20px;
}
.content-nav-navbar .content-nav-navbar-content .categories-links > li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
.content-nav-navbar .content-nav-navbar-content .categories-links > li .category-title {
  padding: 5px 10%  10px 5%;
  font-weight: 400;
  font-size: 16px;
  color: #29c7ca;
}
.content-nav-navbar .content-nav-navbar-content .categories-links > li > ul {
  list-style: none;
  padding: 0;
}
.content-nav-navbar .content-nav-navbar-content .categories-links > li > ul > li {
  padding: 5px 10%  5px 5%;
}
.content-nav-navbar .content-nav-navbar-content .categories-links > li > ul > li a {
  height: 30px;
  line-height: 30px;
  color: #292929;
  border-bottom: none;
  font-size: 16px;
  font-weight: 300;
}
.content-nav-navbar .content-nav-navbar-content .categories-links > li > ul > li a:hover {
  color: #29c7ca;
  text-decoration: none;
}
.content-nav-navbar .content-nav-navbar-content .categories-links > li > ul > li a i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 25px;
}
.content-nav-navbar .dropdown.content-nav-navbar-fw .dropdown-menu {
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .content-nav-navbar .content-nav-navbar-content .categories-links > li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    border-right: 0;
    padding-bottom: 20px;
  }
}
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #29c7ca;
  z-index: 1001;
}
/* loading option */
.animsition-loading {
  position: relative;
}
.animsition-loading .loading {
  background: #292929;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #29c7ca !important;
  font-size: 22px;
}
.animsition-loading .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.1);
  margin-left: -80px;
  margin-top: -80px;
  z-index: 1;
  text-align: center;
  vertical-align: middle;
  line-height: 160px;
}
.animsition-loading .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 160px;
  margin-left: -80px;
  margin-top: -80px;
  overflow: hidden;
  -moz-transform-origin: 80px 80px /*rtl:0 80px*/;
  -ms-transform-origin: 80px 80px /*rtl:0 80px*/;
  -o-transform-origin: 80px 80px /*rtl:0 80px*/;
  -webkit-transform-origin: 80px 80px /*rtl:0 80px*/;
  transform-origin: 80px 80px /*rtl:0 80px*/;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 0.45s infinite linear;
  -moz-animation: rotate 0.45s infinite linear;
  -o-animation: rotate 0.45s infinite linear;
  animation: rotate 0.45s infinite linear;
  z-index: 2;
}
.animsition-loading .loader-line-mask .loader-line {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.5);
}
.animsition-loading .glow {
  height: 500px;
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin-top: -250px;
  margin-left: -250px;
  -webkit-animation: 5s glow infinite;
  -moz-animation: 5s glow infinite;
  -o-animation: 5s glow infinite;
  animation: 5s glow infinite;
  background: #434343;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cmFkaWFsR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDM0MzQzIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-radial-gradient(center ,ellipse, #434343 0%, #292929 50%);
  background-image: -moz-radial-gradient(center ,ellipse, #434343 0%, #292929 50%);
  background-image: -o-radial-gradient(center ,ellipse, #434343 0%, #292929 50%);
  background-image: radial-gradient(ellipse at center, #434343 0%, #292929 50%);
}
.animsition-loading .logo {
  width: 140px;
  height: 140px;
  margin: -70px 0 0 -70px;
  top: 50%;
  left: 50%;
  position: absolute;
  background-color: #29c7ca;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55px 55px;
  border-radius: 140px;
  z-index: 2;
}
/*rtl:end:ignore*/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes glow {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(1.2);
  }
  50% {
    -moz-transform: scale(0.9);
  }
  75% {
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes glow {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes glow {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}
@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}
@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}
@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}
@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}
@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}
@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}
@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}
@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}
@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}
@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}
@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}
@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}
@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}
@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}
@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}
@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}
@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}
@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}
@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}
@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}
@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}
@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}
.dahsboard-realtime .realtime-chart {
  overflow: hidden;
  position: relative;
}
.dahsboard-realtime .realtime-chart .chart-hover {
  background-color: rgba(255, 255, 255, 0.45);
  height: 475px;
  position: absolute;
  right: 0;
  top: 0;
  width: 175px;
}
.dahsboard-realtime .realtime-chart .chart-hover .hover-data {
  height: 150px;
  text-align: center;
  padding-top: 20px;
}
.dahsboard-realtime .realtime-chart .chart-switch {
  padding: 10px;
  position: absolute;
  right: 175px;
  top: 0;
}
.dahsboard-realtime .realtime-chart .chart-switch input[type=checkbox].switch:not(:checked) ~ .text:before {
  border: 1px solid #fff;
}
.dahsboard-realtime .realtime-table {
  margin-top: -10px;
}
@media only screen and (max-width: 600px) {
  .dahsboard-realtime .realtime-chart .chart-hover {
    background-color: #fff;
    color: #292929;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  .dahsboard-realtime .realtime-chart .chart-hover .hover-data {
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .dahsboard-realtime .realtime-chart .chart-hover .hover-data:last-child {
    padding-bottom: 20px;
    border-bottom: 0;
  }
  .dahsboard-realtime .realtime-chart .chart-switch {
    right: 0;
  }
}
.dashboard-minimal .minimal-company .company-desc {
  margin-top: 200px;
}
.dashboard-minimal .minimal-company .company-logo {
  margin-top: 100px;
}
.dashboard-minimal .minimal-data .data-info:not(:first-child) {
  border-left: 1px solid #e8e8e8;
}
.dashboard-minimal .minimal-data .data-chart {
  margin: 150px -8px 0;
}
@media only screen and (max-width: 1200px) {
  .dashboard-minimal .minimal-company .company-desc {
    margin-top: 30px;
  }
  .dashboard-minimal .minimal-company .company-logo {
    margin-top: 50px;
  }
  .dashboard-minimal .minimal-data .data-info:not(:first-child) {
    border-left: 0;
  }
  .dashboard-minimal .minimal-data .data-info:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
  }
  .dashboard-minimal .minimal-data .data-chart {
    margin: 0 -8px 0;
  }
}
/*------------------------------------------------------------------
[3. UI Elements]
*/
/*------------------------------------------------------------------
[3.1. Panels]
*/
.panel {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  border: 0;
}
.panel.maximized {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  margin: 0;
  overflow: auto;
}
.panel-heading {
  -webkit-border-radius: 2px 2px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  border-bottom: 0;
  position: relative;
}
.panel-heading .panel-title {
  color: #6a7079;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.panel-heading .panel-tools {
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
}
.panel-heading .panel-tools .tools-action {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  height: 36px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 36px;
}
.panel-heading .panel-tools .tools-action i {
  height: 36px;
  vertical-align: top;
  width: 36px;
}
.panel-heading .panel-tools .tools-action i:before {
  line-height: 36px;
}
.panel-heading .panel-tools .tools-action:hover,
.panel-heading .panel-tools .tools-action:focus {
  text-decoration: none;
}
.panel-heading .panel-tools .tools-action .pe-7s-expand1,
.panel-heading .panel-tools .tools-action .pe-7s-power {
  font-size: 18px;
}
.panel-body hr.full-width {
  margin-left: -15px;
  margin-right: -15px;
}
.panel-footer {
  background-color: #f6f6f6;
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
}
.panel-default > .panel-heading {
  background-color: #292929;
  color: #ffffff;
}
.panel-default > .panel-heading .panel-title {
  color: #ffffff;
}
.panel-primary > .panel-heading {
  background-color: #29c7ca;
  color: #ffffff;
}
.panel-primary > .panel-heading .panel-title {
  color: #ffffff;
}
.panel-success > .panel-heading {
  background-color: #1dbc9c;
  color: #ffffff;
}
.panel-success > .panel-heading .panel-title {
  color: #ffffff;
}
.panel-info > .panel-heading {
  background-color: #34b5dc;
  color: #ffffff;
}
.panel-info > .panel-heading .panel-title {
  color: #ffffff;
}
.panel-warning > .panel-heading {
  background-color: #ffc107;
  color: #ffffff;
}
.panel-warning > .panel-heading .panel-title {
  color: #ffffff;
}
.panel-danger > .panel-heading {
  background-color: #cd4237;
  color: #ffffff;
}
.panel-danger > .panel-heading .panel-title {
  color: #ffffff;
}
.panel-inverse > .panel-heading {
  background-color: #fefefe;
  color: #292929;
}
.panel-inverse > .panel-heading .panel-title {
  color: #292929;
}
.panel-white > .panel-heading {
  background-color: #ffffff;
  color: #292929;
}
.panel-white > .panel-heading .panel-title {
  color: #292929;
}
.panel-inverse > .panel-heading,
.panel-white > .panel-heading {
  border-bottom: 1px solid #e5e5e5;
}
/*------------------------------------------------------------------
[3.2. Buttons]
*/
.btn {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  border: 0;
  font-size: 13px;
  font-weight: 400;
}
.btn-large {
  padding: 15px 40px;
}

.btn:focus {
  outline: 0 !important;
}
.btn i {
  margin-right: 5px;
}
.btn i.append,
.btn i.fa-angle-down {
  margin-left: 5px;
  margin-right: 0;
}
.btn.btn-labeled {
  padding-left: 40px;
  position: relative;
}
.btn.btn-labeled.btn-block .btn-label {
  margin-right: 0;
}
.btn.btn-labeled .btn-label {
  background: rgba(0, 0, 0, 0.06);
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  bottom: 0;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}
.btn-group-lg > .btn,
.btn-lg {
  font-size: 17px;
}
.btn-group-sm > .btn,
.btn-sm {
  font-size: 11px;
}
.btn-group-xs > .btn,
.btn-xs {
  font-size: 11px;
}
.btn-default {
  background-color: #333;
  color: #ffffff;
}
.btn-default:hover {
  background-color: #212121;
  color: #ffffff;
}
.btn-default:active,
.btn-default:focus {
  background-color: #212121;
  color: #ffffff;
}
.btn-default:disabled,
.btn-default .disabled {
  background-color: #4f4f4f;
  color: #ffffff;
}
.btn-primary {
  background-color: #00828c;
  color: #ffffff !important;
}
.btn-primary:hover {
  background-color: #26b6b9;
  color: #ffffff;
}
.btn-primary:active,
.btn-primary:focus {
  background-color: #26b6b9;
  color: #ffffff;
}
.btn-primary:disabled,
.btn-primary .disabled {
  background-color: #61dddf;
  color: #ffffff;
}
.btn-success {
  background-color: #1dbc9c;
  color: #ffffff;
}
.btn-success:hover {
  background-color: #1aa88b;
  color: #ffffff;
}
.btn-success:active,
.btn-success:focus {
  background-color: #1aa88b;
  color: #ffffff;
}
.btn-success:disabled,
.btn-success .disabled {
  background-color: #43e2c2;
  color: #ffffff;
}
.btn-info {
  background-color: #34b5dc;
  color: #ffffff;
}
.btn-info:hover {
  background-color: #39aed1;
  color: #ffffff;
}
.btn-info:active,
.btn-info:focus {
  background-color: #39aed1;
  color: #ffffff;
}
.btn-info:disabled,
.btn-info .disabled {
  background-color: #75cde7;
  color: #ffffff;
}
.btn-warning {
  background-color: #ffc107;
  color: #ffffff;
}
.btn-warning:hover {
  background-color: #efb608;
  color: #ffffff;
}
.btn-warning:active,
.btn-warning:focus {
  background-color: #efb608;
  color: #ffffff;
}
.btn-warning:disabled,
.btn-warning .disabled {
  background-color: #ffd454;
  color: #ffffff;
}
.btn-danger {
  background-color: #cd4237;
  color: #ffffff !important;
}
.btn-danger:hover {
  background-color: #ac372e;
  color: #ffffff !important;
}
.btn-danger:active,
.btn-danger:focus {
  background-color: #ac372e;
  color: #ffffff;
}
.btn-danger:disabled,
.btn-danger .disabled {
  background-color: #dc7c74;
  color: #ffffff;
}
.btn-inverse {
  background-color: #fefefe;
  color: #292929;
}
.btn-inverse:hover {
  background-color: #f5f5f5;
  color: #292929;
}
.btn-inverse:active,
.btn-inverse:focus {
  background-color: #f5f5f5;
  color: #292929;
}
.btn-inverse:disabled,
.btn-inverse .disabled {
  background-color: #ffffff;
  color: #292929;
}
.btn-white {
  background-color: #ffffff;
  color: #292929;
}
.btn-white:hover {
  background-color: #fafafa;
  color: #292929;
}
.btn-white:active,
.btn-white:focus {
  background-color: #fafafa;
  color: #292929;
}
.btn-white:disabled,
.btn-white .disabled {
  background-color: #ffffff;
  color: #292929;
}
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #4f4f4f;
  color: #ffffff;
}
.open > .dropdown-toggle.btn-default {
  background-color: #212121;
  color: #ffffff;
}
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #61dddf;
  color: #ffffff;
}
.open > .dropdown-toggle.btn-primary {
  background-color: #26b6b9;
  color: #ffffff;
}
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #43e2c2;
  color: #ffffff;
}
.open > .dropdown-toggle.btn-success {
  background-color: #1aa88b;
  color: #ffffff;
}
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #75cde7;
  color: #ffffff;
}
.open > .dropdown-toggle.btn-info {
  background-color: #39aed1;
  color: #ffffff;
}
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #ffd454;
  color: #ffffff;
}
.open > .dropdown-toggle.btn-warning {
  background-color: #efb608;
  color: #ffffff;
}
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #dc7c74;
  color: #ffffff;
}
.open > .dropdown-toggle.btn-danger {
  background-color: #ac372e;
  color: #ffffff;
}
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse.active,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:hover {
  background-color: #ffffff;
  color: #292929;
}
.open > .dropdown-toggle.btn-inverse {
  background-color: #f5f5f5;
  color: #292929;
}
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white.active,
fieldset[disabled] .btn-white.focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:hover {
  background-color: #ffffff;
  color: #292929;
}
.open > .dropdown-toggle.btn-white {
  background-color: #fafafa;
  color: #292929;
}
.btn-inverse,
.btn-white {
  border: 1px solid #cccccc;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
}
/*------------------------------------------------------------------
[3.3. Alerts]
*/
.alert {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  border: 0;
  font-size: 13px;
  padding: 12px 35px 13px 12px;
}
.alert .close {
  opacity: .4;
}
.alert-default {
  color: #ffffff;
  background-color: #292929;
}
.alert-primary {
  color: #ffffff;
  background-color: #29c7ca;
}
.alert-success {
  color: #ffffff;
  background-color: #1dbc9c;
}
.alert-info {
  color: #ffffff;
  background-color: #34b5dc;
}
.alert-warning {
  color: #ffffff;
  background-color: #ffc107;
}
.alert-danger {
  color: #ffffff;
  background-color: #cd4237;
}
.alert-inverse {
  color: #292929;
  background-color: #fefefe;
}
.alert-white {
  color: #292929;
  background-color: #ffffff;
}
.alert-inverse,
.alert-white {
  border: 1px solid #cccccc;
}
/*------------------------------------------------------------------
[3.4. Tooltips]
*/
.tooltip {
  font-family: 'Roboto', sans-serif, tahoma;
}
.tooltip .tooltip-inner {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #292929;
  padding: 7px 10px;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #292929;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #292929;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #292929;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #292929;
}
.tooltip-default + .tooltip > .tooltip-inner {
  background-color: #292929;
  border: 1px solid #292929;
  color: #ffffff;
}
.tooltip-default + .tooltip.top .tooltip-arrow {
  border-top-color: #292929;
}
.tooltip-default + .tooltip.right .tooltip-arrow {
  border-right-color: #292929;
}
.tooltip-default + .tooltip.left .tooltip-arrow {
  border-left-color: #292929;
}
.tooltip-default + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #292929;
}
.tooltip-primary + .tooltip > .tooltip-inner {
  background-color: #29c7ca;
  border: 1px solid #29c7ca;
  color: #ffffff;
}
.tooltip-primary + .tooltip.top .tooltip-arrow {
  border-top-color: #29c7ca;
}
.tooltip-primary + .tooltip.right .tooltip-arrow {
  border-right-color: #29c7ca;
}
.tooltip-primary + .tooltip.left .tooltip-arrow {
  border-left-color: #29c7ca;
}
.tooltip-primary + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #29c7ca;
}
.tooltip-success + .tooltip > .tooltip-inner {
  background-color: #1dbc9c;
  border: 1px solid #1dbc9c;
  color: #ffffff;
}
.tooltip-success + .tooltip.top .tooltip-arrow {
  border-top-color: #1dbc9c;
}
.tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #1dbc9c;
}
.tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #1dbc9c;
}
.tooltip-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #1dbc9c;
}
.tooltip-info + .tooltip > .tooltip-inner {
  background-color: #34b5dc;
  border: 1px solid #34b5dc;
  color: #ffffff;
}
.tooltip-info + .tooltip.top .tooltip-arrow {
  border-top-color: #34b5dc;
}
.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #34b5dc;
}
.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #34b5dc;
}
.tooltip-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34b5dc;
}
.tooltip-warning + .tooltip > .tooltip-inner {
  background-color: #ffc107;
  border: 1px solid #ffc107;
  color: #ffffff;
}
.tooltip-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #ffc107;
}
.tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #ffc107;
}
.tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #ffc107;
}
.tooltip-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ffc107;
}
.tooltip-danger + .tooltip > .tooltip-inner {
  background-color: #cd4237;
  border: 1px solid #cd4237;
  color: #ffffff;
}
.tooltip-danger + .tooltip.top .tooltip-arrow {
  border-top-color: #cd4237;
}
.tooltip-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #cd4237;
}
.tooltip-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #cd4237;
}
.tooltip-danger + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #cd4237;
}
.tooltip-inverse + .tooltip > .tooltip-inner {
  background-color: #fefefe;
  border: 1px solid #fefefe;
  color: #292929;
}
.tooltip-inverse + .tooltip.top .tooltip-arrow {
  border-top-color: #fefefe;
}
.tooltip-inverse + .tooltip.right .tooltip-arrow {
  border-right-color: #fefefe;
}
.tooltip-inverse + .tooltip.left .tooltip-arrow {
  border-left-color: #fefefe;
}
.tooltip-inverse + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fefefe;
}
.tooltip-white + .tooltip > .tooltip-inner {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #292929;
}
.tooltip-white + .tooltip.top .tooltip-arrow {
  border-top-color: #ffffff;
}
.tooltip-white + .tooltip.right .tooltip-arrow {
  border-right-color: #ffffff;
}
.tooltip-white + .tooltip.left .tooltip-arrow {
  border-left-color: #ffffff;
}
.tooltip-white + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ffffff;
}
/*------------------------------------------------------------------
[3.5. Popovers]
*/
.popover {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  border: 0;
  font-family: 'Roboto', sans-serif, tahoma;
  font-size: 13px;
  padding: 0;
  z-index: 3000;
}
.popover.bottom > .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.popover.bottom > .arrow:after {
  border-bottom-color: #292929;
}
.popover.top > .arrow {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.popover.left > .arrow {
  border-left-color: rgba(0, 0, 0, 0.1);
}
.popover.right > .arrow {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.popover-title {
  -webkit-border-radius: 2px 2px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  background-color: #292929;
  border-bottom: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 7px 14px 9px;
}
.popover.default {
  background-color: #292929;
  color: #ffffff;
}
.popover.default .popover-title {
  background-color: #292929;
  color: #ffffff;
}
.popover.default .popover-content {
  border-top: 2px solid #ffffff;
}
.popover.default.top .arrow:after {
  border-top-color: #292929;
}
.popover.default.bottom .arrow:after {
  border-bottom-color: #292929;
}
.popover.default.left .arrow:after {
  border-left-color: #292929;
}
.popover.default.right .arrow:after {
  border-right-color: #292929;
}
.popover.primary {
  background-color: #29c7ca;
  color: #ffffff;
}
.popover.primary .popover-title {
  background-color: #29c7ca;
  color: #ffffff;
}
.popover.primary .popover-content {
  border-top: 2px solid #ffffff;
}
.popover.primary.top .arrow:after {
  border-top-color: #29c7ca;
}
.popover.primary.bottom .arrow:after {
  border-bottom-color: #29c7ca;
}
.popover.primary.left .arrow:after {
  border-left-color: #29c7ca;
}
.popover.primary.right .arrow:after {
  border-right-color: #29c7ca;
}
.popover.success {
  background-color: #1dbc9c;
  color: #ffffff;
}
.popover.success .popover-title {
  background-color: #1dbc9c;
  color: #ffffff;
}
.popover.success .popover-content {
  border-top: 2px solid #ffffff;
}
.popover.success.top .arrow:after {
  border-top-color: #1dbc9c;
}
.popover.success.bottom .arrow:after {
  border-bottom-color: #1dbc9c;
}
.popover.success.left .arrow:after {
  border-left-color: #1dbc9c;
}
.popover.success.right .arrow:after {
  border-right-color: #1dbc9c;
}
.popover.info {
  background-color: #34b5dc;
  color: #ffffff;
}
.popover.info .popover-title {
  background-color: #34b5dc;
  color: #ffffff;
}
.popover.info .popover-content {
  border-top: 2px solid #ffffff;
}
.popover.info.top .arrow:after {
  border-top-color: #34b5dc;
}
.popover.info.bottom .arrow:after {
  border-bottom-color: #34b5dc;
}
.popover.info.left .arrow:after {
  border-left-color: #34b5dc;
}
.popover.info.right .arrow:after {
  border-right-color: #34b5dc;
}
.popover.warning {
  background-color: #ffc107;
  color: #ffffff;
}
.popover.warning .popover-title {
  background-color: #ffc107;
  color: #ffffff;
}
.popover.warning .popover-content {
  border-top: 2px solid #ffffff;
}
.popover.warning.top .arrow:after {
  border-top-color: #ffc107;
}
.popover.warning.bottom .arrow:after {
  border-bottom-color: #ffc107;
}
.popover.warning.left .arrow:after {
  border-left-color: #ffc107;
}
.popover.warning.right .arrow:after {
  border-right-color: #ffc107;
}
.popover.danger {
  background-color: #cd4237;
  color: #ffffff;
}
.popover.danger .popover-title {
  background-color: #cd4237;
  color: #ffffff;
}
.popover.danger .popover-content {
  border-top: 2px solid #ffffff;
}
.popover.danger.top .arrow:after {
  border-top-color: #cd4237;
}
.popover.danger.bottom .arrow:after {
  border-bottom-color: #cd4237;
}
.popover.danger.left .arrow:after {
  border-left-color: #cd4237;
}
.popover.danger.right .arrow:after {
  border-right-color: #cd4237;
}
.popover.inverse {
  background-color: #fefefe;
  color: #292929;
}
.popover.inverse .popover-title {
  background-color: #fefefe;
  color: #292929;
}
.popover.inverse .popover-content {
  border-top: 2px solid #292929;
}
.popover.inverse.top .arrow:after {
  border-top-color: #fefefe;
}
.popover.inverse.bottom .arrow:after {
  border-bottom-color: #fefefe;
}
.popover.inverse.left .arrow:after {
  border-left-color: #fefefe;
}
.popover.inverse.right .arrow:after {
  border-right-color: #fefefe;
}
.popover.white {
  background-color: #ffffff;
  color: #292929;
}
.popover.white .popover-title {
  background-color: #ffffff;
  color: #292929;
}
.popover.white .popover-content {
  border-top: 2px solid #292929;
}
.popover.white.top .arrow:after {
  border-top-color: #ffffff;
}
.popover.white.bottom .arrow:after {
  border-bottom-color: #ffffff;
}
.popover.white.left .arrow:after {
  border-left-color: #ffffff;
}
.popover.white.right .arrow:after {
  border-right-color: #ffffff;
}
/*------------------------------------------------------------------
[3.6. Notifications]
*/
.ns-box {
  background: #29c7ca;
  color: rgba(250, 251, 255, 0.95);
  font-family: 'Roboto', sans-serif, tahoma;
  font-size: 13px;
  line-height: 1.4;
  padding: 22px;
  pointer-events: none;
  position: fixed;
  z-index: 1101;
}
.ns-box.topleft {
  top: 20px;
  left: 20px;
}
.ns-box.topright {
  top: 20px;
  right: 20px;
}
.ns-box.bottomleft {
  bottom: 20px;
  left: 20px;
}
.ns-box.bottomright {
  bottom: 20px;
  right: 20px;
}
.ns-box.default {
  background-color: #292929;
  color: #ffffff;
}
.ns-box.default a {
  color: #ffffff;
}
.ns-box.default a:hover {
  color: #f5f5f5;
}
.ns-box.default .ns-close:before,
.ns-box.default .ns-close:after {
  background: #ffffff;
}
.ns-box.default .ns-close:hover:before,
.ns-box.default .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.default a {
  color: #ffffff;
}
.ns-box.default a:hover {
  color: #f5f5f5;
}
.ns-box.default .ns-close:before,
.ns-box.default .ns-close:after {
  background: #ffffff;
}
.ns-box.default .ns-close:hover:before,
.ns-box.default .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.primary {
  background-color: #29c7ca;
  color: #ffffff;
}
.ns-box.primary a {
  color: #ffffff;
}
.ns-box.primary a:hover {
  color: #f5f5f5;
}
.ns-box.primary .ns-close:before,
.ns-box.primary .ns-close:after {
  background: #ffffff;
}
.ns-box.primary .ns-close:hover:before,
.ns-box.primary .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.primary a {
  color: #ffffff;
}
.ns-box.primary a:hover {
  color: #f5f5f5;
}
.ns-box.primary .ns-close:before,
.ns-box.primary .ns-close:after {
  background: #ffffff;
}
.ns-box.primary .ns-close:hover:before,
.ns-box.primary .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.success {
  background-color: #1dbc9c;
  color: #ffffff;
}
.ns-box.success a {
  color: #ffffff;
}
.ns-box.success a:hover {
  color: #f5f5f5;
}
.ns-box.success .ns-close:before,
.ns-box.success .ns-close:after {
  background: #ffffff;
}
.ns-box.success .ns-close:hover:before,
.ns-box.success .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.success a {
  color: #ffffff;
}
.ns-box.success a:hover {
  color: #f5f5f5;
}
.ns-box.success .ns-close:before,
.ns-box.success .ns-close:after {
  background: #ffffff;
}
.ns-box.success .ns-close:hover:before,
.ns-box.success .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.info {
  background-color: #34b5dc;
  color: #ffffff;
}
.ns-box.info a {
  color: #ffffff;
}
.ns-box.info a:hover {
  color: #f5f5f5;
}
.ns-box.info .ns-close:before,
.ns-box.info .ns-close:after {
  background: #ffffff;
}
.ns-box.info .ns-close:hover:before,
.ns-box.info .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.info a {
  color: #ffffff;
}
.ns-box.info a:hover {
  color: #f5f5f5;
}
.ns-box.info .ns-close:before,
.ns-box.info .ns-close:after {
  background: #ffffff;
}
.ns-box.info .ns-close:hover:before,
.ns-box.info .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.warning {
  background-color: #ffc107;
  color: #ffffff;
}
.ns-box.warning a {
  color: #ffffff;
}
.ns-box.warning a:hover {
  color: #f5f5f5;
}
.ns-box.warning .ns-close:before,
.ns-box.warning .ns-close:after {
  background: #ffffff;
}
.ns-box.warning .ns-close:hover:before,
.ns-box.warning .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.warning a {
  color: #ffffff;
}
.ns-box.warning a:hover {
  color: #f5f5f5;
}
.ns-box.warning .ns-close:before,
.ns-box.warning .ns-close:after {
  background: #ffffff;
}
.ns-box.warning .ns-close:hover:before,
.ns-box.warning .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.danger {
  background-color: #cd4237;
  color: #ffffff;
}
.ns-box.danger a {
  color: #ffffff;
}
.ns-box.danger a:hover {
  color: #f5f5f5;
}
.ns-box.danger .ns-close:before,
.ns-box.danger .ns-close:after {
  background: #ffffff;
}
.ns-box.danger .ns-close:hover:before,
.ns-box.danger .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.danger a {
  color: #ffffff;
}
.ns-box.danger a:hover {
  color: #f5f5f5;
}
.ns-box.danger .ns-close:before,
.ns-box.danger .ns-close:after {
  background: #ffffff;
}
.ns-box.danger .ns-close:hover:before,
.ns-box.danger .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.inverse {
  background-color: #fefefe;
  color: #292929;
}
.ns-box.inverse a {
  color: #292929;
}
.ns-box.inverse a:hover {
  color: #1f1f1f;
}
.ns-box.inverse .ns-close:before,
.ns-box.inverse .ns-close:after {
  background: #a9a9a9;
}
.ns-box.inverse .ns-close:hover:before,
.ns-box.inverse .ns-close:hover:after {
  background: #434343;
}
.ns-box.inverse a {
  color: #292929;
}
.ns-box.inverse a:hover {
  color: #1f1f1f;
}
.ns-box.inverse .ns-close:before,
.ns-box.inverse .ns-close:after {
  background: #a9a9a9;
}
.ns-box.inverse .ns-close:hover:before,
.ns-box.inverse .ns-close:hover:after {
  background: #434343;
}
.ns-box.white {
  background-color: #ffffff;
  color: #292929;
}
.ns-box.white a {
  color: #292929;
}
.ns-box.white a:hover {
  color: #1f1f1f;
}
.ns-box.white .ns-close:before,
.ns-box.white .ns-close:after {
  background: #a9a9a9;
}
.ns-box.white .ns-close:hover:before,
.ns-box.white .ns-close:hover:after {
  background: #434343;
}
.ns-box.white a {
  color: #292929;
}
.ns-box.white a:hover {
  color: #1f1f1f;
}
.ns-box.white .ns-close:before,
.ns-box.white .ns-close:after {
  background: #a9a9a9;
}
.ns-box.white .ns-close:hover:before,
.ns-box.white .ns-close:hover:after {
  background: #434343;
}
.ns-box.ns-effect-thumbslider.default .ns-content {
  background-color: #292929;
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.default .ns-content a {
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.default .ns-content a:hover {
  color: #f5f5f5;
}
.ns-box.ns-effect-thumbslider.default .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.default .ns-content .ns-close:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.default .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.default .ns-content .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.default .ns-content a {
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.default .ns-content a:hover {
  color: #f5f5f5;
}
.ns-box.ns-effect-thumbslider.default .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.default .ns-content .ns-close:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.default .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.default .ns-content .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.primary .ns-content {
  background-color: #29c7ca;
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.primary .ns-content a {
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.primary .ns-content a:hover {
  color: #f5f5f5;
}
.ns-box.ns-effect-thumbslider.primary .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.primary .ns-content .ns-close:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.primary .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.primary .ns-content .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.primary .ns-content a {
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.primary .ns-content a:hover {
  color: #f5f5f5;
}
.ns-box.ns-effect-thumbslider.primary .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.primary .ns-content .ns-close:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.primary .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.primary .ns-content .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.success .ns-content {
  background-color: #1dbc9c;
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.success .ns-content a {
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.success .ns-content a:hover {
  color: #f5f5f5;
}
.ns-box.ns-effect-thumbslider.success .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.success .ns-content .ns-close:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.success .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.success .ns-content .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.success .ns-content a {
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.success .ns-content a:hover {
  color: #f5f5f5;
}
.ns-box.ns-effect-thumbslider.success .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.success .ns-content .ns-close:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.success .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.success .ns-content .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.info .ns-content {
  background-color: #34b5dc;
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.info .ns-content a {
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.info .ns-content a:hover {
  color: #f5f5f5;
}
.ns-box.ns-effect-thumbslider.info .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.info .ns-content .ns-close:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.info .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.info .ns-content .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.info .ns-content a {
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.info .ns-content a:hover {
  color: #f5f5f5;
}
.ns-box.ns-effect-thumbslider.info .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.info .ns-content .ns-close:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.info .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.info .ns-content .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.warning .ns-content {
  background-color: #ffc107;
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.warning .ns-content a {
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.warning .ns-content a:hover {
  color: #f5f5f5;
}
.ns-box.ns-effect-thumbslider.warning .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.warning .ns-content .ns-close:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.warning .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.warning .ns-content .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.warning .ns-content a {
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.warning .ns-content a:hover {
  color: #f5f5f5;
}
.ns-box.ns-effect-thumbslider.warning .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.warning .ns-content .ns-close:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.warning .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.warning .ns-content .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.danger .ns-content {
  background-color: #cd4237;
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.danger .ns-content a {
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.danger .ns-content a:hover {
  color: #f5f5f5;
}
.ns-box.ns-effect-thumbslider.danger .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.danger .ns-content .ns-close:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.danger .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.danger .ns-content .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.danger .ns-content a {
  color: #ffffff;
}
.ns-box.ns-effect-thumbslider.danger .ns-content a:hover {
  color: #f5f5f5;
}
.ns-box.ns-effect-thumbslider.danger .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.danger .ns-content .ns-close:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.danger .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.danger .ns-content .ns-close:hover:after {
  background: #ffffff;
}
.ns-box.ns-effect-thumbslider.inverse .ns-content {
  background-color: #fefefe;
  color: #292929;
}
.ns-box.ns-effect-thumbslider.inverse .ns-content a {
  color: #292929;
}
.ns-box.ns-effect-thumbslider.inverse .ns-content a:hover {
  color: #1f1f1f;
}
.ns-box.ns-effect-thumbslider.inverse .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.inverse .ns-content .ns-close:after {
  background: #a9a9a9;
}
.ns-box.ns-effect-thumbslider.inverse .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.inverse .ns-content .ns-close:hover:after {
  background: #434343;
}
.ns-box.ns-effect-thumbslider.inverse .ns-content a {
  color: #292929;
}
.ns-box.ns-effect-thumbslider.inverse .ns-content a:hover {
  color: #1f1f1f;
}
.ns-box.ns-effect-thumbslider.inverse .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.inverse .ns-content .ns-close:after {
  background: #a9a9a9;
}
.ns-box.ns-effect-thumbslider.inverse .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.inverse .ns-content .ns-close:hover:after {
  background: #434343;
}
.ns-box.ns-effect-thumbslider.white .ns-content {
  background-color: #ffffff;
  color: #292929;
}
.ns-box.ns-effect-thumbslider.white .ns-content a {
  color: #292929;
}
.ns-box.ns-effect-thumbslider.white .ns-content a:hover {
  color: #1f1f1f;
}
.ns-box.ns-effect-thumbslider.white .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.white .ns-content .ns-close:after {
  background: #a9a9a9;
}
.ns-box.ns-effect-thumbslider.white .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.white .ns-content .ns-close:hover:after {
  background: #434343;
}
.ns-box.ns-effect-thumbslider.white .ns-content a {
  color: #292929;
}
.ns-box.ns-effect-thumbslider.white .ns-content a:hover {
  color: #1f1f1f;
}
.ns-box.ns-effect-thumbslider.white .ns-content .ns-close:before,
.ns-box.ns-effect-thumbslider.white .ns-content .ns-close:after {
  background: #a9a9a9;
}
.ns-box.ns-effect-thumbslider.white .ns-content .ns-close:hover:before,
.ns-box.ns-effect-thumbslider.white .ns-content .ns-close:hover:after {
  background: #434343;
}
.ns-box.ns-show {
  pointer-events: auto;
}
.ns-box a {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.7;
}
.ns-box a:hover,
.ns-box a:focus {
  opacity: 1;
}
.ns-box p {
  margin: 0;
}
.ns-box.ns-show,
.ns-box.ns-visible {
  pointer-events: auto;
}
.ns-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ns-close:after,
.ns-close:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.ns-close:hover,
.ns-close:focus {
  outline: none;
}
.ns-close:hover::before,
.ns-close:hover::after {
  background: #fff;
}
.ns-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ns-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* Growl-style notifications */
.ns-growl {
  max-width: 300px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.ns-growl p {
  font-size: 13px;
  margin: 0;
  line-height: 1.3;
}
[class^="ns-effect-"].ns-growl.ns-hide,
[class*=" ns-effect-"].ns-growl.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
/* Individual effects */
/* Scale */
.ns-effect-scale {
  box-shadow: 0 25px 10px -15px rgba(0, 0, 0, 0.05);
}
.ns-effect-scale a {
  color: rgba(255, 255, 255, 0.8);
}
.ns-effect-scale a:hover,
.ns-effect-scale a:focus {
  color: #fff;
}
.ns-effect-scale .ns-close:hover::before,
.ns-effect-scale .ns-close:hover::after {
  background: #fff;
}
.ns-effect-scale.ns-show,
.ns-effect-scale.ns-hide {
  -webkit-animation-name: animScale;
  animation-name: animScale;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
@-webkit-keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
    transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
/* Jelly */
.ns-effect-jelly {
  max-width: 280px;
}
.ns-effect-jelly a:hover,
.ns-effect-jelly a:focus {
  color: #fff;
}
.ns-effect-jelly .ns-close:hover::before,
.ns-effect-jelly .ns-close:hover::after {
  background: #fff;
}
.ns-effect-jelly.ns-show {
  -webkit-animation-name: animJelly;
  animation-name: animJelly;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.ns-effect-jelly.ns-hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Generated with Bounce.js. Edit at http://goo.gl/6iLZu5 */
@-webkit-keyframes animJelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes animJelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* Slide */
.ns-effect-slide {
  top: auto;
}
.ns-effect-slide.ns-show {
  -webkit-animation-name: animSlideElastic;
  animation-name: animSlideElastic;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
/* Generated with Bounce.js. Edit at http://goo.gl/akZHSq */
@-webkit-keyframes animSlideElastic {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
  }
  1.666667% {
    -webkit-transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
    transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
    transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
  }
  5% {
    -webkit-transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
    transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
    transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
    transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
    transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
  }
  11.666667% {
    -webkit-transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
    transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
    transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
  }
  15% {
    -webkit-transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
    transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
    transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
  }
  18.333333% {
    -webkit-transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
    transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
    transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
  }
  21.666667% {
    -webkit-transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
    transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
    transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
    transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
  }
  28.333333% {
    -webkit-transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
    transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
    transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
  }
  31.666667% {
    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
    transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
    transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
  }
  35% {
    -webkit-transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
    transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
  }
  38.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
  }
  48.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
  }
  51.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
  }
  55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
  }
  61.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
  }
  68.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
  }
  71.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
  }
  78.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
  }
  81.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
  }
  85% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
  }
  88.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }
  95% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }
  98.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes animSlideElastic {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
  }
  1.666667% {
    -webkit-transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
    transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
    transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
  }
  5% {
    -webkit-transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
    transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
    transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
    transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
    transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
  }
  11.666667% {
    -webkit-transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
    transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
    transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
  }
  15% {
    -webkit-transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
    transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
    transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
  }
  18.333333% {
    -webkit-transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
    transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
    transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
  }
  21.666667% {
    -webkit-transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
    transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
    transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
    transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
  }
  28.333333% {
    -webkit-transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
    transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
    transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
  }
  31.666667% {
    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
    transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
    transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
  }
  35% {
    -webkit-transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
    transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
  }
  38.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
  }
  45% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
  }
  48.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
  }
  51.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
  }
  55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
  }
  61.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
  }
  65% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
  }
  68.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
  }
  71.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
  }
  78.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
  }
  81.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
  }
  85% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
  }
  88.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
  }
  95% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
  }
  98.333333% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.ns-effect-slide.ns-hide {
  -webkit-animation-name: animSlide;
  animation-name: animSlide;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
@-webkit-keyframes animSlide {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes animSlide {
  0% {
    -webkit-transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0);
    transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Fly up */
.ns-effect-genie {
  box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2), 2px 4px 6px rgba(0, 0, 0, 0.5);
}
.ns-effect-genie.ns-show,
.ns-effect-genie.ns-hide {
  -webkit-animation-name: animGenie;
  animation-name: animGenie;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
@-webkit-keyframes animGenie {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
    -webkit-animation-timing-function: ease-in;
  }
  40% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    -webkit-animation-timing-function: ease-out;
  }
  70% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes animGenie {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
    -webkit-animation-timing-function: ease-in;
    transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
    animation-timing-function: ease-in;
  }
  40% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    -webkit-animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
    transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@media screen and (max-width: 25em) {
  .ns-growl {
    top: 10px;
    left: 10px;
    right: 10px;
    max-width: none;
  }
  .ns-effect-slide,
  .ns-effect-genie {
    top: auto;
    bottom: 10px;
  }
}
/* Growl-style notifications */
.ns-attached {
  max-width: 300px;
}
[class^="ns-effect-"].ns-attached.ns-hide,
[class*=" ns-effect-"].ns-attached.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
/* Individual effects */
/* Flip */
.ns-effect-flip {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  font-size: 1.15em;
  padding: 1.5em;
  max-width: 280px;
  backface-visibility: hidden;
}
.ns-effect-flip.ns-show,
.ns-effect-flip.ns-hide {
  -webkit-animation-name: animFlipFront;
  animation-name: animFlipFront;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.ns-effect-flip.ns-hide {
  -webkit-animation-name: animFlipBack;
  animation-name: animFlipBack;
}
@-webkit-keyframes animFlipFront {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  }
  100% {
    -webkit-transform: perspective(1000px);
  }
}
@keyframes animFlipFront {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  }
  100% {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }
}
@-webkit-keyframes animFlipBack {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  }
  100% {
    -webkit-transform: perspective(1000px);
  }
}
@keyframes animFlipBack {
  0% {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  }
  100% {
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }
}
/* Bouncy Flip adapted from animate.css by Dan Eden: http://daneden.github.io/animate.css/ */
.ns-effect-bouncyflip {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  box-shadow: 0 13px 10px -5px rgba(0, 0, 0, 0.2);
  padding: 15px 25px 15px 55px !important;
}
.ns-effect-bouncyflip .icon {
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  font-size: 30px;
}
.ns-effect-bouncyflip.ns-show,
.ns-effect-bouncyflip.ns-hide {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
@-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);
  }
}
.ns-effect-bouncyflip.ns-hide {
  -webkit-animation-name: flipInXSimple;
  animation-name: flipInXSimple;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes flipInXSimple {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
    -webkit-transition-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
@keyframes flipInXSimple {
  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;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@media screen and (max-width: 25em) {
  .ns-attached {
    left: 30px;
    max-width: none;
    right: 30px;
  }
}
/* To bar notifications */
.ns-box.ns-bar {
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}
.ns-bar .ns-close {
  background: transparent;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
/* Individual Effects */
/* Slide on top */
.ns-effect-slidetop {
  box-shadow: inset 75px 0 rgba(0, 0, 0, 0.25);
  height: 75px;
}
.ns-effect-slidetop .icon {
  position: absolute;
  display: block;
  font-size: 30px;
  top: 50%;
  left: 33px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.ns-effect-slidetop p {
  padding: 5px 100px;
  font-size: 1.2em;
  display: inline-block;
}
.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
  width: 2px;
}
.ns-effect-slidetop.ns-show .icon,
.ns-effect-slidetop.ns-show p {
  -webkit-animation-name: animScaleUp;
  animation-name: animScaleUp;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ns-effect-slidetop.ns-show p {
  -webkit-animation-name: animFade;
  animation-name: animFade;
}
@-webkit-keyframes animScaleUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  }
}
@keyframes animScaleUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(0, 0, 1);
    transform: translate3d(0, -50%, 0) scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(0, -50%, 0) scale3d(1, 1, 1);
  }
}
.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
  -webkit-animation-name: animSlideTop;
  animation-name: animSlideTop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
@-webkit-keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Expanding Loader */
.ns-effect-exploader {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.ns-effect-exploader .icon {
  position: absolute;
  left: 13px;
  top: 50%;
  font-size: 30px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.ns-effect-exploader .ns-box-inner {
  position: relative;
}
.ns-effect-exploader p {
  padding: 5px 75px;
  font-size: 1.2em;
}
.ns-effect-exploader.ns-show {
  -webkit-animation-name: animLoad;
  animation-name: animLoad;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
@-webkit-keyframes animLoad {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0, 0.1, 1);
  }
  33% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.1, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(0.6, 0.1, 1);
  }
  80%,
  85% {
    opacity: 1;
    -webkit-transform: scale3d(1, 0.1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes animLoad {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0, 0.1, 1);
    transform: scale3d(0, 0.1, 1);
  }
  33% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.1, 1);
    transform: scale3d(0.5, 0.1, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(0.6, 0.1, 1);
    transform: scale3d(0.6, 0.1, 1);
  }
  80%,
  85% {
    opacity: 1;
    -webkit-transform: scale3d(1, 0.1, 1);
    transform: scale3d(1, 0.1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.1, 1);
    animation-timing-function: cubic-bezier(0.7, 0, 0.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.ns-effect-exploader.ns-hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.ns-effect-exploader.ns-show .ns-box-inner,
.ns-effect-exploader.ns-show .ns-close {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.ns-effect-exploader.ns-show .ns-close {
  -webkit-animation-name: animFade;
  animation-name: animFade;
}
.ns-effect-exploader.ns-show .ns-box-inner {
  -webkit-animation-name: animFadeMove;
  animation-name: animFadeMove;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes animFadeMove {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes animFadeMove {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.notification-shape {
  position: fixed;
  z-index: 1000;
}
.notification-shape svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[class^="ns-effect-"].ns-other.ns-hide,
[class*=" ns-effect-"].ns-other.ns-hide {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
/* Individual Effects */
/* Expand SVG corner */
.ns-effect-cornerexpand {
  width: 200px;
  min-height: 200px;
  background: #5a7d98;
  text-align: center;
  position: relative;
  z-index: 100;
}
.shape-box {
  top: 0;
  right: 0;
  width: 200px;
  min-height: 200px;
}
.shape-box path {
  fill: #3b5163;
}
.ns-effect-cornerexpand .icon {
  color: #5a7d98;
  background: #fff;
  display: block;
  width: 4em;
  height: 4em;
  line-height: 5.3;
  margin: 0.5em auto 1.25em;
  border-radius: 50%;
}
.ns-effect-cornerexpand .ns-close {
  top: 15px;
  right: 15px;
}
.ns-effect-cornerexpand .ns-close::before,
.ns-effect-cornerexpand .ns-close::after {
  background: #3b5163;
}
.ns-effect-cornerexpand .ns-close:hover::before,
.ns-effect-cornerexpand .ns-close:hover::after {
  background: #fff;
}
.ns-effect-cornerexpand a {
  color: #3b5163;
  opacity: 1;
}
.ns-effect-cornerexpand a:hover,
.ns-effect-cornerexpand a:focus {
  color: #fff;
}
.ns-effect-cornerexpand.ns-show,
.ns-effect-cornerexpand.ns-hide {
  -webkit-animation-name: animScale;
  animation-name: animScale;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.ns-effect-cornerexpand.ns-show {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes animScale {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* SVG Windshield Wiper */
.ns-effect-loadingcircle {
  width: 250px;
  height: 70px;
  border: 5px solid #fff;
  border-radius: 40px;
  background: #fff;
  font-weight: 700;
  padding: 0.75em 1.5em 0;
  position: relative;
  z-index: 100;
}
.ns-effect-loadingcircle .ns-close {
  border: 2px solid #ddd;
  border-radius: 50%;
  top: 50%;
  right: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.ns-effect-loadingcircle .ns-close::before,
.ns-effect-loadingcircle .ns-close::after {
  background: #ddd;
}
.ns-effect-loadingcircle .ns-close:hover::before,
.ns-effect-loadingcircle .ns-close:hover::after {
  background: #72BF7B;
}
.ns-effect-loadingcircle .ns-box-inner {
  color: #72BF7B;
}
.shape-progress {
  bottom: 40px;
  left: 40px;
}
.shape-progress svg {
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  z-index: 100;
}
.shape-progress path {
  fill: none;
  stroke: #fff;
  stroke-width: 5;
  stroke-dasharray: 204;
  stroke-dashoffset: 204;
  opacity: 0;
}
.ns-effect-loadingcircle.ns-show + svg path {
  -webkit-animation: animDash 3s;
  animation: animDash 3s;
}
@-webkit-keyframes animDash {
  0% {
    opacity: 1;
    stroke-dashoffset: 204;
  }
  33% {
    stroke-dashoffset: 160;
  }
  50% {
    stroke-dashoffset: 150;
  }
  85% {
    stroke-dashoffset: 30;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes animDash {
  0% {
    opacity: 1;
    stroke-dashoffset: 204;
  }
  33% {
    stroke-dashoffset: 160;
  }
  50% {
    stroke-dashoffset: 150;
  }
  85% {
    stroke-dashoffset: 30;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
.ns-effect-loadingcircle.ns-show {
  opacity: 0;
  -webkit-animation-name: animResize;
  animation-name: animResize;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.4, 1.6);
  animation-timing-function: cubic-bezier(0.25, 0.25, 0.4, 1.6);
}
@-webkit-keyframes animResize {
  0% {
    opacity: 1;
    width: 70px;
    background: transparent;
  }
  100% {
    opacity: 1;
    width: 250px;
    background: #fff;
  }
}
@keyframes animResize {
  0% {
    opacity: 1;
    width: 70px;
    background: transparent;
  }
  100% {
    opacity: 1;
    width: 250px;
    background: #fff;
  }
}
.ns-effect-loadingcircle.ns-show .ns-box-inner,
.ns-effect-loadingcircle.ns-show .ns-close,
.ns-effect-loadingcircle.ns-hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.ns-effect-loadingcircle.ns-show .ns-box-inner,
.ns-effect-loadingcircle.ns-show .ns-close {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.ns-effect-loadingcircle.ns-hide {
  opacity: 1;
}
@-webkit-keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Box spinner (from http://tobiasahlin.com/spinkit/) */
.ns-effect-boxspinner {
  width: 250px;
  height: 90px;
  font-weight: 700;
  outline: 1px solid transparent;
}
.ns-effect-boxspinner .ns-box-inner,
.ns-effect-boxspinner .ns-close {
  opacity: 0;
}
.ns-effect-boxspinner.ns-show {
  -webkit-animation-name: animFade, animSpin, animExpand;
  animation-name: animFade, animSpin, animExpand;
  -webkit-animation-duration: 0.9s, 1.2s, 0.3s;
  animation-duration: 0.9s, 1.2s, 0.3s;
  -webkit-animation-delay: 0s, 0s, 2.4s;
  animation-delay: 0s, 0s, 2.4s;
  -webkit-animation-iteration-count: 1, 2, 1;
  animation-iteration-count: 1, 2, 1;
  -webkit-animation-timing-function: ease-in-out, ease, cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: ease-in-out, ease, cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation-fill-mode: forwards, forwards, both;
  animation-fill-mode: forwards, forwards, both;
}
@-webkit-keyframes animSpin {
  0% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    width: 70px;
    height: 70px;
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px);
    width: 70px;
    height: 70px;
  }
}
@keyframes animSpin {
  0% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    transform: perspective(120px) rotateY(181deg) rotateX(181deg);
    width: 70px;
    height: 70px;
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
    transform: perspective(120px) rotateY(181deg);
  }
  100% {
    -webkit-transform: perspective(120px);
    transform: perspective(120px);
    width: 70px;
    height: 70px;
  }
}
@-webkit-keyframes animExpand {
  0% {
    width: 70px;
    height: 70px;
  }
  100% {
    width: 250px;
    height: 90px;
  }
}
@keyframes animExpand {
  0% {
    width: 70px;
    height: 70px;
  }
  100% {
    width: 250px;
    height: 90px;
  }
}
.ns-effect-boxspinner .ns-box-inner {
  backface-visibility: hidden;
}
.ns-effect-boxspinner.ns-show .ns-box-inner,
.ns-effect-boxspinner.ns-show .ns-close,
.ns-effect-boxspinner.ns-hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.ns-effect-boxspinner.ns-show .ns-box-inner,
.ns-effect-boxspinner.ns-show .ns-close {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
}
.ns-effect-boxspinner.ns-hide {
  opacity: 1;
}
/* Thumb slider */
.ns-effect-thumbslider {
  background: transparent !important;
  padding: 0 !important;
}
.ns-effect-thumbslider.ns-show .ns-close,
.ns-effect-thumbslider.ns-hide .ns-close,
.ns-effect-thumbslider.ns-show .ns-content p,
.ns-effect-thumbslider.ns-hide .ns-content p {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
.ns-effect-thumbslider.ns-show .ns-close,
.ns-effect-thumbslider.ns-show .ns-content p {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.ns-effect-thumbslider.ns-hide .ns-close,
.ns-effect-thumbslider.ns-hide .ns-content p {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.ns-effect-thumbslider .ns-close::before,
.ns-effect-thumbslider .ns-close::after {
  background: #ddd;
  width: 2px;
}
.ns-effect-thumbslider .ns-close:hover::before,
.ns-effect-thumbslider .ns-close:hover::after {
  background: #aaa;
}
.ns-effect-thumbslider .ns-box-inner {
  overflow: hidden;
}
.ns-effect-thumbslider .ns-thumb {
  position: absolute;
  z-index: 100;
  overflow: hidden;
}
.ns-effect-thumbslider .ns-thumb img {
  height: 64px;
  width: 64px;
}
.ns-effect-thumbslider .ns-content {
  font-weight: bold;
  padding: 10px 40px 10px 80px;
  height: 64px;
  line-height: 60px;
}
.ns-effect-thumbslider.ns-show .ns-content,
.ns-effect-thumbslider.ns-hide .ns-content {
  -webkit-animation-name: animSlide;
  animation-name: animSlide;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.ns-effect-thumbslider.ns-show .ns-content {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.ns-effect-thumbslider.ns-hide .ns-content {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes animSlide {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes animSlide {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.ns-effect-thumbslider.ns-show .ns-thumb,
.ns-effect-thumbslider.ns-hide .ns-thumb {
  -webkit-animation-name: animJelly;
  animation-name: animJelly;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ns-effect-thumbslider.ns-hide .ns-thumb {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* Generated with Bounce.js. Edit at http://goo.gl/6iLZu5 */
@-webkit-keyframes animJelly {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    opacity: 1;
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes animJelly {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    opacity: 1;
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/*------------------------------------------------------------------
[3.7. Labels]
*/
.label {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  padding: .2em .6em .3em;
}
.label-default {
  color: #ffffff;
  background-color: #292929;
}
.label-primary {
  color: #ffffff;
  background-color: #29c7ca;
}
.label-success {
  color: #fff !important;
  background-color: #009000;
}
.label-info {
  color: #ffffff;
  background-color: #34b5dc;
}
.label-warning {
  color: #ffffff;
  background-color: #ffc107;
}
.label-danger {
  color: #ffffff;
  background-color: #cd4237;
}
.label-inverse {
  color: #292929;
  background-color: #fefefe;
}
.label-white {
  color: #292929;
  background-color: #ffffff;
}
.label-inverse,
.label-white {
  border: 1px solid #cccccc;
}
/*------------------------------------------------------------------
[3.8. Badges]
*/
.badge {
  font-family: 'Roboto', sans-serif, tahoma;
  font-size: 1.15em;
  font-weight: 700;
  padding: 3px 6px;
}
.badge.badge-square {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.badge-default {
  background-color: #292929;
  color: #ffffff;
}
.badge-primary {
  background-color: #29c7ca;
  color: #ffffff;
}
.badge-success {
  background-color: #009000;
  color: #ffffff;
}
.badge-info {
  background-color: #34b5dc;
  color: #ffffff;
}
.badge-warning {
  background-color: #ffc107;
  color: #ffffff;
}
.badge-danger {
  background-color: #cd4237;
  color: #ffffff;
}
.badge-inverse {
  background-color: #fefefe;
  color: #292929;
}
.badge-white {
  background-color: #ffffff;
  color: #292929;
}
.badge-inverse,
.badge-white {
  border: 1px solid #cccccc;
}
/*------------------------------------------------------------------
[3.9. Tabs]
*/
.tab-content {
  background-color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
  position: relative;
}
.tab-content .tab-pane {
  padding: 15px;
}
.tab-content .tab-pane.tab-pane-default {
  background-color: #292929;
  color: #ffffff;
}
.tab-content .tab-pane.tab-pane-primary {
  background-color: #29c7ca;
  color: #ffffff;
}
.tab-content .tab-pane.tab-pane-success {
  background-color: #1dbc9c;
  color: #ffffff;
}
.tab-content .tab-pane.tab-pane-info {
  background-color: #34b5dc;
  color: #ffffff;
}
.tab-content .tab-pane.tab-pane-warning {
  background-color: #ffc107;
  color: #ffffff;
}
.tab-content .tab-pane.tab-pane-danger {
  background-color: #cd4237;
  color: #ffffff;
}
.tab-content .tab-pane.tab-pane-inverse {
  background-color: #fefefe;
  color: #292929;
}
.tab-content .tab-pane.tab-pane-white {
  background-color: #ffffff;
  color: #292929;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-color: transparent;
}
.nav-tabs {
  border: 0;
  margin-bottom: 0;
  margin-left: 0;
  top: 2px;
}
.nav-tabs > li {
  margin-bottom: -2px;
  font-size: 12px;
}

.nav-tabs > li > a.profile {
	background-color: #efefef;
	padding: 10px 20px;
}

.nav-tabs > li > a {
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-align: center;
}
.nav-tabs > li > a i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -5px;
}
.nav-tabs > li > a.dropdown-toggle .pe-7s-angle-down {
  margin-right: -5px;
  margin-left: 5px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #282828;
}
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
  outline: none !important;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  border-radius: 0 !important;
  color: #282828;
  position: relative;
  z-index: 11;
}
.nav-tabs > li > a .badge {
  font-size: 1em;
  margin: 0 5px;
  padding: 2px 5px;
}
.nav-tabs > li > a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f1f3f2;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  -moz-transition: -moz-transform 0.3s, background-color 0.3s;
  -o-transition: -o-transform 0.3s, background-color 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, background-color 0.3s;
  -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  -moz-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  -o-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-perspective-origin: 50% 100%;
  -moz-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}
.nav-tabs > li:first-child > a {
  margin-left: 0;
}
.nav-tabs > li.active.tab-default > a,
.nav-tabs > li.active.tab-default > a:hover,
.nav-tabs > li.active.tab-default > a:focus {
  color: #ffffff;
}
.nav-tabs > li.active.tab-default > a:after {
  background-color: #292929;
}
.nav-tabs > li.active.tab-primary > a,
.nav-tabs > li.active.tab-primary > a:hover,
.nav-tabs > li.active.tab-primary > a:focus {
  color: #ffffff;
}
.nav-tabs > li.active.tab-primary > a:after {
  background-color: #29c7ca;
}
.nav-tabs > li.active.tab-success > a,
.nav-tabs > li.active.tab-success > a:hover,
.nav-tabs > li.active.tab-success > a:focus {
  color: #ffffff;
}
.nav-tabs > li.active.tab-success > a:after {
  background-color: #1dbc9c;
}
.nav-tabs > li.active.tab-info > a,
.nav-tabs > li.active.tab-info > a:hover,
.nav-tabs > li.active.tab-info > a:focus {
  color: #ffffff;
}
.nav-tabs > li.active.tab-info > a:after {
  background-color: #34b5dc;
}
.nav-tabs > li.active.tab-warning > a,
.nav-tabs > li.active.tab-warning > a:hover,
.nav-tabs > li.active.tab-warning > a:focus {
  color: #ffffff;
}
.nav-tabs > li.active.tab-warning > a:after {
  background-color: #ffc107;
}
.nav-tabs > li.active.tab-danger > a,
.nav-tabs > li.active.tab-danger > a:hover,
.nav-tabs > li.active.tab-danger > a:focus {
  color: #ffffff;
}
.nav-tabs > li.active.tab-danger > a:after {
  background-color: #cd4237;
}
.nav-tabs > li.active.tab-inverse > a,
.nav-tabs > li.active.tab-inverse > a:hover,
.nav-tabs > li.active.tab-inverse > a:focus {
  color: #292929;
}
.nav-tabs > li.active.tab-inverse > a:after {
  background-color: #fefefe;
}
.nav-tabs > li.active.tab-white > a,
.nav-tabs > li.active.tab-white > a:hover,
.nav-tabs > li.active.tab-white > a:focus {
  color: #292929;
}
.nav-tabs > li.active.tab-white > a:after {
  background-color: #ffffff;
}
.nav-tabs > li.active > a:after {
  background-color: #fff;
  -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
  -moz-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
  -o-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
  -ms-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: transparent;
  border-bottom-color: transparent;
  color: #282828;
  z-index: 12;
  background-color: transparent;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 0 !important;
  margin-bottom: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 0;
}
.tabs-below > .nav-tabs > li > a {
  margin-top: -1px;
}
.tabs-below > .nav-tabs > li > a:after {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-bottom: 0;
  top: auto;
}
.tabs-left > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a:after {
  -webkit-transform: perspective(900px) rotate3d(0, 1, 0, 90deg);
  -moz-transform: perspective(900px) rotate3d(0, 1, 0, 90deg);
  -o-transform: perspective(900px) rotate3d(0, 1, 0, 90deg);
  -ms-transform: perspective(900px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(900px) rotate3d(0, 1, 0, 90deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.tabs-left > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:hover {
  margin: 0 -1px 0 0;
}
.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active > a:focus,
.tabs-left > .nav-tabs > li.active > a:hover {
  border: 0;
  border-right-color: transparent;
  margin: 0 -1px 0 -1px;
}
.tabs-left > .nav-tabs > li.active > a:after {
  -webkit-transform: perspective(900px) rotate3d(0, 1, 0, 0deg);
  -moz-transform: perspective(900px) rotate3d(0, 1, 0, 0deg);
  -o-transform: perspective(900px) rotate3d(0, 1, 0, 0deg);
  -ms-transform: perspective(900px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(900px) rotate3d(0, 1, 0, 0deg);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-bottom: 0;
  top: auto;
}
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-right > .nav-tabs > li > a:after {
  -webkit-transform: perspective(900px) rotate3d(0, 1, 0, 90deg);
  -moz-transform: perspective(900px) rotate3d(0, 1, 0, 90deg);
  -o-transform: perspective(900px) rotate3d(0, 1, 0, 90deg);
  -ms-transform: perspective(900px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(900px) rotate3d(0, 1, 0, 90deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.tabs-right > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:hover {
  border-top: 0;
  margin: 0 -1px;
}
.tabs-right > .nav-tabs > li.active > a,
.tabs-right > .nav-tabs > li.active > a:focus,
.tabs-right > .nav-tabs > li.active > a:hover {
  border-left-color: transparent;
  border-top-width: 0;
  margin: 0 -2px 0 -1px;
}
.tabs-right > .nav-tabs > li.active > a:after {
  -webkit-transform: perspective(900px) rotate3d(0, 1, 0, 0deg);
  -moz-transform: perspective(900px) rotate3d(0, 1, 0, 0deg);
  -o-transform: perspective(900px) rotate3d(0, 1, 0, 0deg);
  -ms-transform: perspective(900px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(900px) rotate3d(0, 1, 0, 0deg);
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 60px;
}
.tabs-left .tab-content,
.tabs-right .tab-content {
  overflow: auto;
}
@media (min-width: 300px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
@media (max-width: 650px) {
  .nav-tabs > li > a i ~ span {
    display: none;
  }
  .nav-tabs > li > a i:not(.pe-7s-angle-down) {
    margin: 0;
  }
}
/*------------------------------------------------------------------
[3.10. Modals]
*/
.modal-content {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  border: 0;
}
.modal-header {
  -webkit-border-radius: 2px 2px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  background-color: #292929;
  border-bottom: 0;
  color: #fff;
}
.modal-header .modal-title {
  font-size: 15px;
  font-weight: 600;
}
.modal-header .close {
  color: #fff;
}
.modal-header.header-default {
  background-color: #292929;
  color: #ffffff;
}
.modal-header.header-primary {
  background-color: #29c7ca;
  color: #ffffff;
}
.modal-header.header-success {
  background-color: #1dbc9c;
  color: #ffffff;
}
.modal-header.header-info {
  background-color: #34b5dc;
  color: #ffffff;
}
.modal-header.header-warning {
  background-color: #ffc107;
  color: #ffffff;
}
.modal-header.header-danger {
  background-color: #cd4237;
  color: #ffffff;
}
.modal-header.header-inverse {
  background-color: #fefefe;
  color: #292929;
}
.modal-header.header-white {
  background-color: #ffffff;
  color: #292929;
}
.modal-header.header-inverse,
.modal-header.header-white {
  border-bottom: 1px solid #cccccc;
}
.modal-body {
  font-size: 13px;
}
.modal-footer {
  background-color: #fafafa;
  border-top: 0;
}
.modal-message .modal-dialog {
  width: 300px;
}
.modal-message .modal-body,
.modal-message .modal-footer,
.modal-message .modal-header,
.modal-message .modal-title {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0 20px;
  text-align: center !important;
}
.modal-message .modal-header {
  color: #fff;
  margin-bottom: 10px;
  padding: 10px 0 13px;
}
.modal-message .modal-header i {
  font-size: 35px;
}
.modal-message .modal-title {
  color: #666;
  font-size: 17px;
  margin-bottom: 3px;
}
.modal-message .modal-body {
  color: #666;
}
.modal-message .modal-footer {
  margin: 25px 0 20px;
  padding-bottom: 10px;
}
.modal-message.modal-default .modal-header {
  background-color: #292929;
  color: #ffffff;
}
.modal-message.modal-primary .modal-header {
  background-color: #29c7ca;
  color: #ffffff;
}
.modal-message.modal-success .modal-header {
  background-color: #1dbc9c;
  color: #ffffff;
}
.modal-message.modal-info .modal-header {
  background-color: #34b5dc;
  color: #ffffff;
}
.modal-message.modal-warning .modal-header {
  background-color: #ffc107;
  color: #ffffff;
}
.modal-message.modal-danger .modal-header {
  background-color: #cd4237;
  color: #ffffff;
}
.modal-message.modal-inverse .modal-header {
  background-color: #fefefe;
  color: #292929;
}
.modal-message.modal-white .modal-header {
  background-color: #ffffff;
  color: #292929;
}
.modal-message.modal-inverse .modal-header,
.modal-message.modal-white .modal-header {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 700px) {
  .modal-message .modal-dialog {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 300px) {
  .modal-message .modal-dialog {
    -lh-property: 0;
width:-webkit-calc(100% - 10px);
width:-moz-calc(100% - 10px);
width:calc(100% - 10px);
;
    margin: 5px auto;
  }
}
/*------------------------------------------------------------------
[3.11. Accordions]
*/

.panel-group {
	margin-bottom: 0px;
}

.accordion.spaced.panel-group .panel + .panel {
  margin-top: 3px;
}
.accordion.panel-group {
  border: 1px solid #ffffff;
  border-top-width: 0;
}
.accordion.panel-group .panel {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  line-height: 22px;
}
.accordion.panel-group .panel + .panel {
  margin-top: 0;
}
.accordion.panel-group .panel-heading {
  border-radius: 0;
  padding: 0;
}
.accordion.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ffffff !important;
  padding: 0px;
}
.accordion.panel-group .panel-heading .panel-title {
  display: block;
}
.accordion.panel-group .panel-heading .panel-title a {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 15px;
  position: relative;
}
.accordion.panel-group .panel-heading .panel-title a:after {
  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
  color: #fff;
  content: "\e688";
  font-family: 'Pe-icon-7-stroke';
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.accordion.panel-group .panel-heading .panel-title a.collapsed:after {
  content: "\e684";
}
.accordion.panel-group .panel-heading .panel-title a.collapsed {
  -webkit-transition: border 0.218s;
  -moz-transition: border 0.218s;
  -o-transition: border 0.218s;
  transition: border 0.218s;
  color: #fafafa;
  font-weight: normal;
}
.accordion.panel-group .panel-heading .panel-title a:hover {
  color: #eee;
  text-decoration: none;
}
.accordion.panel-group .panel-heading .panel-title a:hover > [class*="icon-"]:first-child {
  text-decoration: none;
}
.accordion.panel-group .panel-heading .panel-title a:hover:after {
  color: #eee;
}
.accordion.panel-group .panel-heading .panel-title a:focus,
.accordion.panel-group .panel-heading .panel-title a:active {
  outline: 0;
  text-decoration: none;
}
.accordion.panel-group .panel-heading .panel-title a > [class*="fa-"]:first-child {
  width: 16px;
}
.accordion.panel-group.no-padding {
  padding: 0;
}
/*------------------------------------------------------------------
[3.12. Progress Bars]
*/
.progress {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #eee;
  height: 18px;
  position: relative;
}
.progress:before {
  background-image: 8121991;
  background-image: -webkit-radial-gradient(9px 9px 0, circle cover, #00ffff 0, rgba(0, 0, 255, 0) 100%, #0000ff 95%);
  background-image: -moz-radial-gradient(9px 9px 0, circle cover, #00ffff 0, rgba(0, 0, 255, 0) 100%, #0000ff 95%);
  background-image: -o-radial-gradient(9px 9px 0, circle cover, #00ffff 0, rgba(0, 0, 255, 0) 100%, #0000ff 95%);
  background-image: radial-gradient(9px 9px 0, circle cover, #00ffff 0, rgba(0, 0, 255, 0) 100%, #0000ff 95%);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.progress .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 18px;
}
.progress.progress-xlg {
  height: 26px;
}
.progress.progress-xlg .progress-bar {
  line-height: 25px;
}
.progress.progress-lg {
  height: 22px;
}
.progress.progress-lg .progress-bar {
  line-height: 21px;
}
.progress.progress-sm {
  height: 12px;
}
.progress.progress-sm .progress-bar {
  font-size: 11px;
  line-height: 10px;
}
.progress.progress-xs {
  height: 9px;
}
.progress.progress-xs .progress-bar {
  font-size: 11px;
  line-height: 8px;
}
.progress.progress-xxs {
  height: 4px;
}
.progress.progress-xxs .progress-bar {
  font-size: 0;
  line-height: 4px;
}
.progress.progress-right .progress-bar {
  float: right;
}
.progress.progress-vertical {
  display: inline-block;
  height: 100%;
  margin-bottom: 0;
  margin-right: 20px;
  min-height: 150px;
  width: 25px;
}
.progress.progress-vertical .progress-bar {
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
  height: 0;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  width: 25px;
}
.progress.progress-vertical .progress-bar span {
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.progress.progress-vertical.progress-bottom {
  position: relative;
}
.progress.progress-vertical.progress-bottom .progress-bar {
  bottom: 0;
  position: absolute;
}
.progress.progress-vertical.progress-bottom .progress-bar span {
  bottom: 0;
  left: 0;
  position: absolute;
}
.progress.progress-vertical.progress-xlg {
  width: 40px;
}
.progress.progress-vertical.progress-xlg .progress-bar {
  width: 40px;
}
.progress.progress-vertical.progress-lg {
  width: 30px;
}
.progress.progress-vertical.progress-lg .progress-bar {
  width: 30px;
}
.progress.progress-vertical.progress-sm {
  width: 20px;
}
.progress.progress-vertical.progress-sm .progress-bar {
  width: 20px;
}
.progress.progress-vertical.progress-sm .progress-bar span {
  font-size: 8px;
}
.progress.progress-vertical.progress-xs {
  width: 10px;
}
.progress.progress-vertical.progress-xs .progress-bar {
  width: 10px;
}
.progress.progress-vertical.progress-xs .progress-bar span {
  font-size: 0;
}
.progress.progress-vertical.progress-xxs {
  width: 5px;
}
.progress.progress-vertical.progress-xxs .progress-bar {
  width: 5px;
}
.progress.progress-vertical.progress-xxs .progress-bar span {
  font-size: 0;
}
.progress.progress-vertical.progress-bordered {
  width: 31px;
}
.progress.progress-vertical.progress-bordered.progress-bottom .progress-bar {
  bottom: 3px;
}
.progress.progress-vertical.progress-bordered.progress-xlg {
  width: 48px;
}
.progress.progress-vertical.progress-bordered.progress-lg {
  width: 38px;
}
.progress.progress-vertical.progress-bordered.progress-sm {
  width: 28px;
}
.progress.progress-vertical.progress-bordered.progress-xs {
  width: 18px;
}
.progress.progress-vertical.progress-bordered.progress-xxs {
  width: 13px;
}
.progress.progress-bordered {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 24px;
  padding: 3px;
}
.progress.progress-bordered.progress-xlg {
  height: 32px;
}
.progress.progress-bordered.progress-lg {
  height: 28px;
}
.progress.progress-bordered.progress-sm {
  height: 18px;
}
.progress.progress-bordered.progress-xs {
  height: 15px;
}
.progress.progress-bordered.progress-xxs {
  height: 10px;
}
.progress-bar {
  background-color: #292929;
}
.progress-bar-default {
  background-color: #292929;
}
.progress-bar-primary {
  background-color: #29c7ca;
}
.progress-bar-success {
  background-color: #1dbc9c;
}
.progress-bar-info {
  background-color: #34b5dc;
}
.progress-bar-warning {
  background-color: #ffc107;
}
.progress-bar-danger {
  background-color: #cd4237;
}
.progress-bar-inverse {
  background-color: #fefefe;
}
.progress-bar-white {
  background-color: #ffffff;
}
.progress-bar-stripped {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIzMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*------------------------------------------------------------------
[3.13. Nestable Lists]
*/
.dd {
  display: block;
  font-size: 13px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.dd-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  min-height: 20px;
  padding: 0;
  position: relative;
}
.dd-handle {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background: #ffffff;
  border: 0;
  color: #282828;
  display: block;
  font-weight: 600;
  height: 40px;
  margin: 5px 0;
  padding: 10px 10px;
  text-decoration: none;
}
.dd-handle:hover {
  background: #fafafa;
  color: #29c7ca;
}
.dd-darker .dd-handle {
  background: #292929;
  color: #fff;
}
.dd-darker .dd-handle:hover {
  background: #212121;
  color: #e5e5e5;
}
.dd-item > button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 1;
  margin: 10px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 100%;
  white-space: nowrap;
  width: 25px;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  text-align: center;
  text-indent: 0;
  width: 100%;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
.dd-placeholder,
.dd-empty {
  background: #fbfbfb;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  margin: 5px 0;
  min-height: 30px;
  -moz-box-sizing: border-box;
  padding: 0;
}
.dd-empty {
  background-color: #e5e5e5;
  background-position: 0 0, 30px 30px;
  background-size: 60px 60px;
  border: 1px dashed #bbb;
  min-height: 100px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}
/**
 * Nestable Draggable Handles
 */
.dd3-content {
  display: block;
  height: 40px;
  margin: 5px 0;
  padding: 9px 10px 5px 50px;
  color: #282828;
  text-decoration: none;
  font-weight: 600;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.dd3-content:hover {
  color: #29c7ca;
  background: #fafafa;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-item > button {
  margin-left: 40px;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #292929;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dd3-handle:before {
  content: '≡';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
}
.dd3-handle:hover {
  background: #212121;
}
/*------------------------------------------------------------------
[3.14. Trees]
*/
.tree {
  list-style: none;
  overflow-x: auto;
  overflow-y: auto;
  padding: 10px 15px 0 15px;
  position: relative;
}
.tree:before {
  border-left: 1px solid #999999;
  bottom: 18px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 8px;
  width: 1px;
  z-index: 1;
}
.tree *:focus {
  outline: none;
}
.tree button:focus {
  color: #999999;
}
.tree ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.tree li {
  margin: 0;
  margin-bottom: 9px;
  margin-top: 9px;
}
.tree .tree-loader {
  margin-left: 45px;
}
.tree .tree-open > .tree-branch-header .icon-caret:before {
  content: '\2212';
  position: relative;
}
.tree [data-children=false] > .tree-branch-header .icon-caret:before {
  content: '\00a0';
}
.tree .icon-item {
  font-size: 14px;
}
.tree .icon-item.fa-circle {
  font-size: 6px;
  margin-left: 4px;
  vertical-align: middle;
}
.tree .icon-item.fa-check {
  font-size: 12px;
}
.tree .tree-branch:before,
.tree .tree-item:before {
  border-top: 1px solid #999999;
  content: "";
  display: inline-block;
  height: 0;
  left: -14px;
  position: absolute;
  top: 14px;
  width: 22px;
  z-index: 1;
}
.tree .tree-item:before {
  left: -40px;
  top: 10px;
  width: 42px;
}
.tree .tree-branch {
  position: relative;
}
.tree .tree-branch .tree-branch-header {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  position: relative;
  white-space: nowrap;
}
.tree .tree-branch .tree-branch-header .tree-branch-name:hover {
  color: #999999;
}
.tree .tree-branch .tree-branch-header .glyphicon-plus {
  font-size: 16px;
  padding-left: 7px;
  padding-right: 5px;
}
.tree .tree-branch .tree-branch-header .glyphicon-plus:before {
  position: relative;
  top: 2px;
}
.tree .tree-branch .tree-branch-header .icon-folder {
  font-size: 16px;
}
.tree .tree-branch .tree-branch-header .tree-branch-name {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
}
.tree .tree-branch .tree-branch-header .tree-label {
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 3px;
}
.tree .tree-branch .tree-branch-children {
  margin-left: 21px;
}
.tree .tree-branch .tree-branch-children:before {
  border-left: 1px solid #999999;
  bottom: 9px;
  content: "";
  display: block;
  left: 7px;
  position: absolute;
  top: 15px;
  width: 1px;
  z-index: 1;
}
.tree .tree-branch[haschildren='false'] .icon-caret {
  visibility: hidden;
}
.tree .tree-item {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  margin-left: 26px;
  position: relative;
  white-space: nowrap;
}
.tree .tree-item .tree-item-name {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: transparent;
  border: 0;
  white-space: nowrap;
}
.tree .tree-item .tree-item-name:hover {
  color: #999999;
}
.tree .tree-item.tree-selected .tree-item-name {
  background-color: #ffffff;
  color: #333;
}
.tree .tree-item .tree-label {
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 7px;
}
.tree .icon-caret:hover + .tree-branch-name {
  color: #999999;
}
.tree.tree-folder-select .tree-branch .icon-caret {
  background-color: transparent;
  border: 0;
}
.tree.tree-folder-select .tree-branch .icon-caret:hover {
  color: #999999;
  cursor: pointer;
}
.tree.tree-folder-select .tree-branch > .tree-branch-name {
  padding: 1px 5px 0 5px;
}
.tree.tree-folder-select .tree-branch > .tree-branch-name.tree-selected {
  background-color: #ffffff;
}
.tree.tree-folder-select .tree-branch.tree-selected > .tree-branch-header .tree-branch-name {
  background-color: #ffffff;
}
.tree.tree-folder-select .tree-branch.tree-selected > .tree-branch-header .tree-branch-name:hover {
  background-color: #ffffff;
}
/*------------------------------------------------------------------
[4. Forms]
*/
/*------------------------------------------------------------------
[4.1. Form Inputs]
*/
/*------------------------------------------------------------------
[4.1.1. Form Controlls]
*/
.form-control {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  /*Colored Inputs*/
}
.form-control::-webkit-input-placeholder {
  font-weight: 300;
}
.form-control:-moz-placeholder {
  font-weight: 300;
}
.form-control::-moz-placeholder {
  font-weight: 300;
}
.form-control:-ms-input-placeholder {
  font-weight: 300;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border-color: #d1d1d1;
}
.form-control[class*="bg-"]::-webkit-input-placeholder {
  color: #ffffff;
}
.form-control[class*="bg-"]:-moz-placeholder {
  color: #ffffff;
}
.form-control[class*="bg-"]::-moz-placeholder {
  color: #ffffff;
}
.form-control[class*="bg-"]:-ms-input-placeholder {
  color: #ffffff;
}
.form-control.bg-default {
  border-color: #292929;
}
.form-control.bg-default:focus {
  border-color: #212121;
}
.form-control.bg-primary {
  border-color: #29c7ca;
}
.form-control.bg-primary:focus {
  border-color: #26b6b9;
}
.form-control.bg-success {
  border-color: #1dbc9c;
}
.form-control.bg-success:focus {
  border-color: #1aa88b;
}
.form-control.bg-info {
  border-color: #34b5dc;
}
.form-control.bg-info:focus {
  border-color: #39aed1;
}
.form-control.bg-warning {
  border-color: #ffc107;
}
.form-control.bg-warning:focus {
  border-color: #efb608;
}
.form-control.bg-danger {
  border-color: #cd4237;
}
.form-control.bg-danger:focus {
  border-color: #ac372e;
}
.form-control.bg-inverse {
  border-color: #fefefe;
}
.form-control.bg-inverse:focus {
  border-color: #f5f5f5;
}
.form-control.bg-white {
  border-color: #ffffff;
}
.form-control.bg-white:focus {
  border-color: #fafafa;
}
/*Disabled & Read-Only*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f6f6f6;
}
/*Validation States*/
.has-success .form-control {
  border-color: #1dbc9c;
}
.has-success .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #1aa88b;
}
.has-success .form-control::-webkit-input-placeholder {
  color: #1dbc9c;
}
.has-success .form-control:-moz-placeholder {
  color: #1dbc9c;
}
.has-success .form-control::-moz-placeholder {
  color: #1dbc9c;
}
.has-success .form-control:-ms-input-placeholder {
  color: #1dbc9c;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #1dbc9c;
}
.has-success .input-group-addon {
  border-color: #1dbc9c;
  color: #1dbc9c;
}
.has-warning .form-control {
  border-color: #ffc107;
}
.has-warning .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #efb608;
}
.has-warning .form-control::-webkit-input-placeholder {
  color: #ffc107;
}
.has-warning .form-control:-moz-placeholder {
  color: #ffc107;
}
.has-warning .form-control::-moz-placeholder {
  color: #ffc107;
}
.has-warning .form-control:-ms-input-placeholder {
  color: #ffc107;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #ffc107;
}
.has-warning .input-group-addon {
  border-color: #ffc107;
  color: #ffc107;
}
.has-error .form-control {
  border-color: #cd4237;
}
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ac372e;
}
.has-error .form-control::-webkit-input-placeholder {
  color: #cd4237;
}
.has-error .form-control:-moz-placeholder {
  color: #cd4237;
}
.has-error .form-control::-moz-placeholder {
  color: #cd4237;
}
.has-error .form-control:-ms-input-placeholder {
  color: #cd4237;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #cd4237;
}
.has-error .input-group-addon {
  border-color: #cd4237;
  color: #cd4237;
}
.has-feedback label ~ .form-control-feedback {
  top: 20px;
  vertical-align: middle;
}
.has-feedback label ~ .form-control-feedback[class*="pe-"] {
  font-size: 27px;
  top: 27px;
}
.has-feedback label ~ .form-control-feedback[class*="fa-"] {
  font-size: 18px;
  top: 31px;
}
.has-feedback label ~ .form-control-feedback[class*="glyphicon-"] {
  font-size: 16px;
  top: 24px;
}
/*Input Group Addon*/
.input-group-addon {
  color: #555;
  background-color: #f3f3f3;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
/*Input With Icon*/
.append-icon {
  position: relative;
}
.append-icon input {
  padding-right: 36px;
}
.append-icon i {
  color: #1b1e25;
  color: rgba(27, 30, 37, 0.6);
  font-size: 14px;
  height: 34px;
  left: auto;
  line-height: 34px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 36px;
}
.append-icon .input-lg ~ i {
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  width: 46px;
}
.append-icon .input-sm ~ i {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.prepend-icon {
  position: relative;
}
.prepend-icon input {
  padding-left: 36px;
}
.prepend-icon span {
  padding-left: 36px;
}
.prepend-icon i {
  color: #1b1e25;
  color: rgba(27, 30, 37, 0.6);
  font-size: 14px;
  height: 34px;
  left: 0;
  line-height: 34px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 36px;
}
.prepend-icon .input-lg ~ i {
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  width: 46px;
}
.prepend-icon .input-sm ~ i {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}
/*Input Group With Button*/
.input-group-btn:not(.input-group-lg):not(.input-group-sm) > .btn {
  padding-top: 8px;
  padding-bottom: 7px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0;
}
.form-heading {
  display: block;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 300;
  color: #262626;
  margin-bottom: 15px;
}
label {
  font-weight: normal;
  font-size: 16px;
  color: #00828c;
}
/*------------------------------------------------------------------
[4.1.2. Dropdowns]
*/
.dropdown-menu {
  -webkit-border-radius: 2px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 2px !important;
  -moz-background-clip: padding !important;
  border-radius: 2px !important;
  background-clip: padding-box !important;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.218s;
  -moz-transition: opacity 0.218s;
  -o-transition: opacity 0.218s;
  transition: opacity 0.218s;
  border: 0;
  margin: 1px 0 0;
  min-width: 170px;
}
.dropdown-menu .dropdown-icon {
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}
.dropdown-menu > li > a {
  font-family: 'Roboto', sans-serif, tahoma;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 1px;
  margin-top: 1px;
  padding-left: 11px;
  padding-right: 11px;
}
.dropdown-menu > li > a .dropdown-expand {
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.dropdown-menu > li > a .badge,
.dropdown-menu > li > a .label {
  font-size: 10px !important;
}
.dropdown-menu > li > a .label {
  padding: 3px 6px 5px 6px;
}
.dropdown-menu > .dropdown-menu {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.dropdown-menu > .dropdown-menu > a:after {
  margin-right: -5px;
}
.dropdown-menu .divider {
  background-color: #ebebeb;
  margin-bottom: -1px;
}
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.dropdown-menu.dropdown-arrow.pull-right:before {
  left: auto;
  right: 9px;
}
.dropdown-menu.dropdown-arrow:before {
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.dropdown-hover {
  position: relative;
}
.dropdown-hover:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: -2px;
}
.dropdown-hover.dropup:hover > .dropdown-menu {
  bottom: 0;
  top: auto;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #29c7ca;
}
/*------------------------------------------------------------------
[4.1.3. Checkboxes and Radiobuttons]
*/
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  height: 18px;
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 18px;
  z-index: 12;
}
input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none !important;
}
input[type=checkbox]:checked ~ .text:before,
input[type=radio]:checked ~ .text:before {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  background-color: #f5f8fc;
  border-color: #333333;
  content: '\f00c';
  display: inline-block;
}
input[type=checkbox]:hover ~ .text :before,
input[type=radio]:hover ~ .text :before {
  border-color: #737373;
}
input[type=checkbox]:active ~ .text :before,
input[type=radio]:active ~ .text :before {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox]:disabled ~ .text,
input[type=radio]:disabled ~ .text,
input[type=checkbox][disabled] ~ .text,
input[type=radio][disabled] ~ .text,
input[type=checkbox].disabled ~ .text,
input[type=radio].disabled ~ .text {
  color: rgba(0, 0, 0, 0.4);
}
input[type=checkbox]:disabled ~ .text:before,
input[type=radio]:disabled ~ .text:before,
input[type=checkbox][disabled] ~ .text:before,
input[type=radio][disabled] ~ .text:before,
input[type=checkbox].disabled ~ .text:before,
input[type=radio].disabled ~ .text:before {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #f5f5f5 !important;
  border-color: #e5e5e5 !important;
  color: #e5e5e5;
}
input[type=checkbox] ~ .text,
input[type=radio] ~ .text {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  min-height: 18px;
  min-width: 18px;
  position: relative;
  z-index: 11;
}
input[type=checkbox] ~ .text:before,
input[type=radio] ~ .text:before {
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  content: "\a0";
  display: inline-block;
  font-family: fontAwesome;
  font-size: 13px;
  font-weight: bold;
  height: 18px;
  line-height: 16px;
  margin-bottom: 2px;
  margin-right: 5px;
  min-width: 18px;
  text-align: center;
  vertical-align: middle;
}
input[type=checkbox] ~ .text:hover:before,
input[type=radio] ~ .text:hover:before {
  border-color: #737373;
}
input[type=checkbox] ~ .text:active:before,
input[type=radio] ~ .text:active:before {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=radio] ~ .text:before {
  border-radius: 100%;
  font-family: FontAwesome;
  font-size: 10px;
  height: 19px;
  line-height: 17px;
  min-width: 19px;
}
input[type=radio]:checked ~ .text:before {
  content: "\f111";
}
input[type=radio].radio-default:checked ~ .text {
  color: #292929;
}
input[type=radio].radio-default:checked ~ .text:before {
  background-color: #ffffff;
  border-color: #292929;
  color: #292929;
}
input[type=radio].radio-default ~ .text {
  color: #292929;
}
input[type=radio].radio-default ~ .text:before {
  border-color: #292929;
  color: #292929;
}
input[type=radio].radio-primary:checked ~ .text {
  color: #29c7ca;
}
input[type=radio].radio-primary:checked ~ .text:before {
  background-color: #ffffff;
  border-color: #29c7ca;
  color: #29c7ca;
}
input[type=radio].radio-primary ~ .text {
  color: #29c7ca;
}
input[type=radio].radio-primary ~ .text:before {
  border-color: #29c7ca;
  color: #29c7ca;
}
input[type=radio].radio-success:checked ~ .text {
  color: #1dbc9c;
}
input[type=radio].radio-success:checked ~ .text:before {
  background-color: #ffffff;
  border-color: #1dbc9c;
  color: #1dbc9c;
}
input[type=radio].radio-success ~ .text {
  color: #1dbc9c;
}
input[type=radio].radio-success ~ .text:before {
  border-color: #1dbc9c;
  color: #1dbc9c;
}
input[type=radio].radio-info:checked ~ .text {
  color: #34b5dc;
}
input[type=radio].radio-info:checked ~ .text:before {
  background-color: #ffffff;
  border-color: #34b5dc;
  color: #34b5dc;
}
input[type=radio].radio-info ~ .text {
  color: #34b5dc;
}
input[type=radio].radio-info ~ .text:before {
  border-color: #34b5dc;
  color: #34b5dc;
}
input[type=radio].radio-warning:checked ~ .text {
  color: #ffc107;
}
input[type=radio].radio-warning:checked ~ .text:before {
  background-color: #ffffff;
  border-color: #ffc107;
  color: #ffc107;
}
input[type=radio].radio-warning ~ .text {
  color: #ffc107;
}
input[type=radio].radio-warning ~ .text:before {
  border-color: #ffc107;
  color: #ffc107;
}
input[type=radio].radio-danger:checked ~ .text {
  color: #cd4237;
}
input[type=radio].radio-danger:checked ~ .text:before {
  background-color: #ffffff;
  border-color: #cd4237;
  color: #cd4237;
}
input[type=radio].radio-danger ~ .text {
  color: #cd4237;
}
input[type=radio].radio-danger ~ .text:before {
  border-color: #cd4237;
  color: #cd4237;
}
input[type=radio].radio-inverse:checked ~ .text {
  color: #fefefe;
}
input[type=radio].radio-inverse:checked ~ .text:before {
  background-color: #292929;
  border-color: #fefefe;
  color: #fefefe;
}
input[type=radio].radio-inverse ~ .text {
  color: #fefefe;
}
input[type=radio].radio-inverse ~ .text:before {
  border-color: #fefefe;
  color: #fefefe;
}
input[type=radio].radio-white:checked ~ .text {
  color: #ffffff;
}
input[type=radio].radio-white:checked ~ .text:before {
  background-color: #292929;
  border-color: #ffffff;
  color: #ffffff;
}
input[type=radio].radio-white ~ .text {
  color: #ffffff;
}
input[type=radio].radio-white ~ .text:before {
  border-color: #ffffff;
  color: #ffffff;
}
input[type=radio].radio-inverse:checked ~ .text:before,
input[type=radio].radio-white:checked ~ .text:before {
  border-color: #292929;
}
input[type=radio].radio-inverse ~ .text,
input[type=radio].radio-white ~ .text {
  color: #292929 !important;
}
input[type=radio].radio-inverse ~ .text:before,
input[type=radio].radio-white ~ .text:before {
  border-color: #292929;
  color: #292929;
}
.radio label,
.checkbox label {
  padding-left: 0;
}
input[type=checkbox].checkbox-default:checked ~ .text {
  color: #292929;
}
input[type=checkbox].checkbox-default:checked ~ .text:before {
  background-color: #ffffff;
  border-color: #292929;
  color: #292929;
}
input[type=checkbox].checkbox-default ~ .text {
  color: #292929;
}
input[type=checkbox].checkbox-default ~ .text:before {
  border-color: #292929;
  color: #292929;
}
input[type=checkbox].checkbox-primary:checked ~ .text {
  color: #29c7ca;
}
input[type=checkbox].checkbox-primary:checked ~ .text:before {
  background-color: #ffffff;
  border-color: #29c7ca;
  color: #29c7ca;
}
input[type=checkbox].checkbox-primary ~ .text {
  color: #29c7ca;
}
input[type=checkbox].checkbox-primary ~ .text:before {
  border-color: #29c7ca;
  color: #29c7ca;
}
input[type=checkbox].checkbox-success:checked ~ .text {
  color: #1dbc9c;
}
input[type=checkbox].checkbox-success:checked ~ .text:before {
  background-color: #ffffff;
  border-color: #1dbc9c;
  color: #1dbc9c;
}
input[type=checkbox].checkbox-success ~ .text {
  color: #1dbc9c;
}
input[type=checkbox].checkbox-success ~ .text:before {
  border-color: #1dbc9c;
  color: #1dbc9c;
}
input[type=checkbox].checkbox-info:checked ~ .text {
  color: #34b5dc;
}
input[type=checkbox].checkbox-info:checked ~ .text:before {
  background-color: #ffffff;
  border-color: #34b5dc;
  color: #34b5dc;
}
input[type=checkbox].checkbox-info ~ .text {
  color: #34b5dc;
}
input[type=checkbox].checkbox-info ~ .text:before {
  border-color: #34b5dc;
  color: #34b5dc;
}
input[type=checkbox].checkbox-warning:checked ~ .text {
  color: #ffc107;
}
input[type=checkbox].checkbox-warning:checked ~ .text:before {
  background-color: #ffffff;
  border-color: #ffc107;
  color: #ffc107;
}
input[type=checkbox].checkbox-warning ~ .text {
  color: #ffc107;
}
input[type=checkbox].checkbox-warning ~ .text:before {
  border-color: #ffc107;
  color: #ffc107;
}
input[type=checkbox].checkbox-danger:checked ~ .text {
  color: #cd4237;
}
input[type=checkbox].checkbox-danger:checked ~ .text:before {
  background-color: #ffffff;
  border-color: #cd4237;
  color: #cd4237;
}
input[type=checkbox].checkbox-danger ~ .text {
  color: #cd4237;
}
input[type=checkbox].checkbox-danger ~ .text:before {
  border-color: #cd4237;
  color: #cd4237;
}
input[type=checkbox].checkbox-inverse:checked ~ .text {
  color: #fefefe;
}
input[type=checkbox].checkbox-inverse:checked ~ .text:before {
  background-color: #292929;
  border-color: #fefefe;
  color: #fefefe;
}
input[type=checkbox].checkbox-inverse ~ .text {
  color: #fefefe;
}
input[type=checkbox].checkbox-inverse ~ .text:before {
  border-color: #fefefe;
  color: #fefefe;
}
input[type=checkbox].checkbox-white:checked ~ .text {
  color: #ffffff;
}
input[type=checkbox].checkbox-white:checked ~ .text:before {
  background-color: #292929;
  border-color: #ffffff;
  color: #ffffff;
}
input[type=checkbox].checkbox-white ~ .text {
  color: #ffffff;
}
input[type=checkbox].checkbox-white ~ .text:before {
  border-color: #ffffff;
  color: #ffffff;
}
input[type=checkbox].checkbox-inverse:checked ~ .text:before,
input[type=checkbox].checkbox-white:checked ~ .text:before {
  border-color: #292929;
}
input[type=checkbox].checkbox-inverse ~ .text,
input[type=checkbox].checkbox-white ~ .text {
  color: #292929 !important;
}
input[type=checkbox].checkbox-inverse ~ .text:before,
input[type=checkbox].checkbox-white ~ .text:before {
  border-color: #292929;
  color: #292929;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 10px;
}
.checkbox-inline,
.radio-inline {
  margin-top: 0;
}
/*------------------------------------------------------------------
[4.1.4. Switches]
*/
input[type=checkbox].switch {
  width: 55px;
  height: 25px;
  left: 0;
}
input[type=checkbox].switch.slider-icon:checked ~ .text:after {
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 21px;
  content: "\f00c";
  border-width: 0;
  padding-left: 3px;
  color: #fff;
}
input[type=checkbox].switch.slider-icon ~ .text:after {
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 22px;
  content: "\f00d";
  border-width: 0;
  padding-left: 4px;
  border-color: #fff;
}
input[type=checkbox].switch.toggle:checked ~ .text:after {
  background-color: #fff;
  color: #282828;
  left: 37px;
}
input[type=checkbox].switch.toggle ~ .text:after {
  border: 0;
  background-color: #292929;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=checkbox].switch.yesno ~ .text:before {
  font-family: 'Roboto', sans-serif, tahoma;
  content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO" /*rtl:"NO\a0\a0\a0\a0\a0\a0\a0\a0\a0YES"*/;
}
input[type=checkbox].switch ~ .text {
  /*margin: 0 4px;*/
  min-height: 24px;
}
input[type=checkbox].switch ~ .text:before {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #999;
  content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF" /*rtl:"OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0ON"*/;
  float: left;
  font-family: 'Roboto', sans-serif, tahoma;
  font-size: 13px;
  font-weight: 300;
  height: 26px;
  line-height: 18px;
  margin-right: 0;
  overflow: hidden;
  padding: 3px;
  text-align: left;
  text-indent: -25px;
  width: 60px;
}
input[type=checkbox].switch ~ .text:after {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  border: 5px solid #292929;
  content: '';
  font-family: 'Roboto', sans-serif, tahoma;
  font-size: 10px;
  font-weight: 300;
  height: 22px;
  left: 2px;
  line-height: 20px;
  padding: 0;
  position: absolute;
  top: 2px;
  width: 22px;
}
input[type=checkbox].switch ~ .text:hover {
  cursor: pointer;
}
input[type=checkbox].switch:checked ~ .text:before {
  text-indent: 5px;
  background-color: #282828;
  border-color: #282828;
  color: #fff;
}
input[type=checkbox].switch:checked ~ .text:after {
  left: 36px;
  background-color: #282828;
  border: 5px solid #fff;
}
input[type=checkbox].switch.switch-default ~ .text:after {
  border-color: #292929;
}
input[type=checkbox].switch.switch-default:checked ~ .text:before {
  background-color: #292929;
  border-color: #292929;
}
input[type=checkbox].switch.switch-default:checked ~ .text:after {
  background-color: #292929;
  border-color: #ffffff;
}
input[type=checkbox].switch.switch-default.slider-icon:checked ~ .text:after {
  color: #ffffff;
}
input[type=checkbox].switch.switch-default.slider-icon ~ .text:after {
  color: #292929;
}
input[type=checkbox].switch.switch-default.toggle:checked ~ .text:after {
  color: #292929;
  background-color: #ffffff;
}
input[type=checkbox].switch.switch-default.toggle ~ .text:after {
  background-color: #292929;
}
input[type=checkbox].switch.switch-primary ~ .text:after {
  border-color: #29c7ca;
}
input[type=checkbox].switch.switch-primary:checked ~ .text:before {
  background-color: #29c7ca;
  border-color: #29c7ca;
}
input[type=checkbox].switch.switch-primary:checked ~ .text:after {
  background-color: #29c7ca;
  border-color: #ffffff;
}
input[type=checkbox].switch.switch-primary.slider-icon:checked ~ .text:after {
  color: #ffffff;
}
input[type=checkbox].switch.switch-primary.slider-icon ~ .text:after {
  color: #29c7ca;
}
input[type=checkbox].switch.switch-primary.toggle:checked ~ .text:after {
  color: #29c7ca;
  background-color: #ffffff;
}
input[type=checkbox].switch.switch-primary.toggle ~ .text:after {
  background-color: #29c7ca;
}
input[type=checkbox].switch.switch-success ~ .text:after {
  border-color: #1dbc9c;
}
input[type=checkbox].switch.switch-success:checked ~ .text:before {
  background-color: #1dbc9c;
  border-color: #1dbc9c;
}
input[type=checkbox].switch.switch-success:checked ~ .text:after {
  background-color: #1dbc9c;
  border-color: #ffffff;
}
input[type=checkbox].switch.switch-success.slider-icon:checked ~ .text:after {
  color: #ffffff;
}
input[type=checkbox].switch.switch-success.slider-icon ~ .text:after {
  color: #1dbc9c;
}
input[type=checkbox].switch.switch-success.toggle:checked ~ .text:after {
  color: #1dbc9c;
  background-color: #ffffff;
}
input[type=checkbox].switch.switch-success.toggle ~ .text:after {
  background-color: #1dbc9c;
}
input[type=checkbox].switch.switch-info ~ .text:after {
  border-color: #34b5dc;
}
input[type=checkbox].switch.switch-info:checked ~ .text:before {
  background-color: #34b5dc;
  border-color: #34b5dc;
}
input[type=checkbox].switch.switch-info:checked ~ .text:after {
  background-color: #34b5dc;
  border-color: #ffffff;
}
input[type=checkbox].switch.switch-info.slider-icon:checked ~ .text:after {
  color: #ffffff;
}
input[type=checkbox].switch.switch-info.slider-icon ~ .text:after {
  color: #34b5dc;
}
input[type=checkbox].switch.switch-info.toggle:checked ~ .text:after {
  color: #34b5dc;
  background-color: #ffffff;
}
input[type=checkbox].switch.switch-info.toggle ~ .text:after {
  background-color: #34b5dc;
}
input[type=checkbox].switch.switch-warning ~ .text:after {
  border-color: #ffc107;
}
input[type=checkbox].switch.switch-warning:checked ~ .text:before {
  background-color: #ffc107;
  border-color: #ffc107;
}
input[type=checkbox].switch.switch-warning:checked ~ .text:after {
  background-color: #ffc107;
  border-color: #ffffff;
}
input[type=checkbox].switch.switch-warning.slider-icon:checked ~ .text:after {
  color: #ffffff;
}
input[type=checkbox].switch.switch-warning.slider-icon ~ .text:after {
  color: #ffc107;
}
input[type=checkbox].switch.switch-warning.toggle:checked ~ .text:after {
  color: #ffc107;
  background-color: #ffffff;
}
input[type=checkbox].switch.switch-warning.toggle ~ .text:after {
  background-color: #ffc107;
}
input[type=checkbox].switch.switch-danger ~ .text:after {
  border-color: #cd4237;
}
input[type=checkbox].switch.switch-danger:checked ~ .text:before {
  background-color: #cd4237;
  border-color: #cd4237;
}
input[type=checkbox].switch.switch-danger:checked ~ .text:after {
  background-color: #cd4237;
  border-color: #ffffff;
}
input[type=checkbox].switch.switch-danger.slider-icon:checked ~ .text:after {
  color: #ffffff;
}
input[type=checkbox].switch.switch-danger.slider-icon ~ .text:after {
  color: #cd4237;
}
input[type=checkbox].switch.switch-danger.toggle:checked ~ .text:after {
  color: #cd4237;
  background-color: #ffffff;
}
input[type=checkbox].switch.switch-danger.toggle ~ .text:after {
  background-color: #cd4237;
}
input[type=checkbox].switch.switch-inverse ~ .text:after {
  border-color: #fefefe;
}
input[type=checkbox].switch.switch-inverse:checked ~ .text:before {
  background-color: #fefefe;
  border-color: #fefefe;
}
input[type=checkbox].switch.switch-inverse:checked ~ .text:after {
  background-color: #fefefe;
  border-color: #292929;
}
input[type=checkbox].switch.switch-inverse.slider-icon:checked ~ .text:after {
  color: #292929;
}
input[type=checkbox].switch.switch-inverse.slider-icon ~ .text:after {
  color: #fefefe;
}
input[type=checkbox].switch.switch-inverse.toggle:checked ~ .text:after {
  color: #fefefe;
  background-color: #292929;
}
input[type=checkbox].switch.switch-inverse.toggle ~ .text:after {
  background-color: #fefefe;
}
input[type=checkbox].switch.switch-white ~ .text:after {
  border-color: #ffffff;
}
input[type=checkbox].switch.switch-white:checked ~ .text:before {
  background-color: #ffffff;
  border-color: #ffffff;
}
input[type=checkbox].switch.switch-white:checked ~ .text:after {
  background-color: #ffffff;
  border-color: #292929;
}
input[type=checkbox].switch.switch-white.slider-icon:checked ~ .text:after {
  color: #292929;
}
input[type=checkbox].switch.switch-white.slider-icon ~ .text:after {
  color: #ffffff;
}
input[type=checkbox].switch.switch-white.toggle:checked ~ .text:after {
  color: #ffffff;
  background-color: #292929;
}
input[type=checkbox].switch.switch-white.toggle ~ .text:after {
  background-color: #ffffff;
}
/*------------------------------------------------------------------
[4.2. Form Advanced Inputs]
*/
/*------------------------------------------------------------------
[4.2.1. Select2]
*/
.select2-container {
  font-size: 13px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
  user-select: none;
  -webkit-user-select: none;
  outline: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none !important;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  outline: none !important;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
  padding: 0 5px 5px;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  outline: none !important;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-container--default .select2-selection--single {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  position: absolute;
  top: 0;
  right: 7px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "";
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  line-height: 34px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: text;
  height: 34px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px 0 3px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: normal;
  margin-top: 5px;
  margin-right: 5px;
  font-size: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #29c7ca;
  border: 1px solid #29c7ca;
  color: #fff;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: default;
  float: left;
  margin-right: 3px;
  margin-top: 3px;
  padding: 0 5px 2px;
  font-size: 13px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fafafa;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 3px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #d1d1d1;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 215px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #29c7ca;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
/*------------------------------------------------------------------
[4.2.2. Bootstrap Tags Input]
*/
.bootstrap-tagsinput {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  color: #555;
  cursor: text;
  display: block;
  font-size: 13px;
  height: 34px;
  line-height: 22px;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 0 3px;
  vertical-align: middle;
}
.bootstrap-tagsinput input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  margin: 0;
  max-width: inherit;
  outline: none;
  padding: 0;
  width: auto !important;
}
.bootstrap-tagsinput input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  color: white;
  font-size: 13px;
  line-height: 30px;
  margin-right: 0;
  padding: 3px 7px 5px !important;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  cursor: pointer;
  margin-left: 8px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  font-size: 13px;
  padding: 0;
}
/*------------------------------------------------------------------
[4.2.3. DatePicker]
*/
.datepicker {
  border-radius: 2px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
  border-top: 0;
  border-bottm: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
  border-top: 0;
  border-botttom: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 35px;
  height: 33px;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  border: none;
}
.datepicker table tr th.prev,
.datepicker table tr th.next {
  color: transparent;
  font-size: 0;
}
.datepicker table tr th.prev:hover:before,
.datepicker table tr th.next:hover:before {
  color: #292929;
}
.datepicker table tr th.prev:before,
.datepicker table tr th.next:before {
  font-size: 30px;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #292929;
}
.datepicker table tr th.prev:before {
  content: "\e686";
}
.datepicker table tr th.next:before {
  content: "\e684";
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #ffffff;
  background-color: #292929;
  border-color: #292929;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #ffffff;
  background-color: #292929;
  border-color: #292929;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #292929;
  border-color: #292929;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #29c7ca;
  border-color: #25b2b5;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #29c7ca;
  border-color: #25b2b5;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #29c7ca;
  border-color: #25b2b5;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.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 {
  color: #ffffff;
  background-color: #29c7ca;
  border-color: #25b2b5;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #29c7ca;
  border-color: #25b2b5;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #29c7ca;
  border-color: #25b2b5;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*------------------------------------------------------------------
[4.2.4. TimePicker]
*/
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  height: 16px;
  width: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  border-bottom: 0;
  border-top: 7px solid #999;
  bottom: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  border-bottom: 0;
  border-top: 6px solid #ffffff;
  bottom: -6px;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  margin: 0;
  width: 100%;
}
.bootstrap-timepicker-widget table td {
  height: 30px;
  margin: 0;
  padding: 2px;
  text-align: center;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  color: transparent;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
}
.bootstrap-timepicker-widget table td a:focus {
  outline: none;
}
.bootstrap-timepicker-widget table td a i {
  color: #292929;
  font-family: 'Pe-icon-7-stroke';
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.bootstrap-timepicker-widget table td a i.icon-chevron-up:before {
  content: "\e682";
}
.bootstrap-timepicker-widget table td a i.icon-chevron-down:before {
  content: "\e688";
}
.bootstrap-timepicker-widget table td input {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 32px;
}
.bootstrap-timepicker-widget table td input:focus {
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  outline: none;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    margin-left: -100px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
/*------------------------------------------------------------------
[4.2.5. DateRangePicker]
*/
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}
.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}
.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges,
.daterangepicker.openscenter .calendar {
  float: right;
  margin: 4px;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}
.daterangepicker .ranges {
  width: 160px;
  text-align: left;
}
.daterangepicker .ranges .range_inputs > div {
  float: left;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar.single .calendar-date {
  border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  font-family: 'Roboto', sans-serif, tahoma;
  font-size: 13px;
  white-space: nowrap;
  text-align: center;
  width: 35px;
  height: 33px;
}
.daterangepicker .calendar th.prev:hover,
.daterangepicker .calendar th.next:hover {
  background-color: transparent;
  color: #292929;
}
.daterangepicker .calendar th.prev i,
.daterangepicker .calendar th.next i {
  font-size: 30px;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #292929;
}
.daterangepicker .calendar th.prev i:before {
  content: "\e686";
}
.daterangepicker .calendar th.next i:before {
  content: "\e684";
}
.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px;
}
.daterangepicker .ranges input {
  font-size: 11px;
}
.daterangepicker .ranges .input-mini {
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px;
}
.daterangepicker .ranges .input-mini:focus {
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #29c7ca;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #29c7ca;
  border: 1px solid #29c7ca;
  color: #fff;
}
.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background: #fff;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  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: '';
}
.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  white-space: nowrap;
}
.daterangepicker td.off {
  color: #999;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
}
.daterangepicker td.available:hover,
.daterangepicker td.available.today,
.daterangepicker th.available:hover {
  background: #434343;
  color: #fff;
}
.daterangepicker td.in-range {
  background: #cbf4f4;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.daterangepicker td.start-date {
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.daterangepicker td.end-date {
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.daterangepicker td.today.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #29c7ca;
  border-color: #29c7ca;
  color: #fff;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker_start_input {
  float: left;
}
.daterangepicker_end_input {
  float: left;
  padding-left: 11px;
}
.daterangepicker th.month {
  width: auto;
}
/*------------------------------------------------------------------
[4.2.6. Spinbox]
*/
.spinbox {
  display: inline-block;
  position: relative;
}
.spinbox.digits-3 {
  width: 60px;
}
.spinbox.disabled .spinbox-buttons {
  cursor: not-allowed;
}
.spinbox .spinbox-input {
  float: left;
  padding: 0 25px 0 7px;
  padding-bottom: 3px;
  /* Magic number */
}
.spinbox .spinbox-input::-ms-clear {
  display: none;
}
.spinbox .btn {
  height: 17px;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 0;
  position: relative;
  width: 20px;
}
.spinbox .btn.disabled {
  cursor: not-allowed;
}
.spinbox .btn:focus {
  outline: none;
}
.spinbox .spinbox-buttons {
  height: 34px;
  position: absolute;
  right: 0;
  width: 20px;
}
.spinbox .spinbox-up {
  border-top-right-radius: 2px;
  padding: 0 0 14px 1px;
  top: 0;
}
.spinbox .spinbox-up .pe-7s-angle-up {
  font-size: 20px;
  left: -1px;
  position: relative;
  top: -1px;
}
.spinbox .btn-group > .btn.spinbox-up {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 2px !important;
}
.spinbox .btn-group > .btn.spinbox-down {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 2px !important;
}
.spinbox .spinbox-down {
  border-bottom-right-radius: 2px;
  height: 17px;
  padding: 0 0 8px 1px;
  top: 0;
}
.spinbox .spinbox-down .pe-7s-angle-down {
  font-size: 20px;
  left: -1px;
  position: relative;
  top: -2px;
}
.spinbox input::-ms-clear {
  display: none;
}
.spinbox.spinbox-horizontal .spinbox-buttons {
  font-size: 0;
  margin: 0;
  top: 0;
  width: 25px !important;
}
.spinbox.spinbox-horizontal .spinbox-buttons > .btn {
  display: inline-block;
  font-size: 18px;
  height: 34px;
  line-height: 32px;
  margin: 0;
  vertical-align: sub;
}
.spinbox.spinbox-horizontal .spinbox-buttons > .btn > i {
  display: inline-block;
  vertical-align: middle;
}
.spinbox.spinbox-horizontal .spinbox-buttons.spinbox-buttons-left {
  left: 0;
}
.spinbox.spinbox-horizontal .spinbox-buttons.spinbox-buttons-left > .btn {
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.spinbox.spinbox-horizontal .spinbox-buttons.spinbox-buttons-right {
  right: 0;
}
.spinbox.spinbox-horizontal .spinbox-buttons.spinbox-buttons-right > .btn {
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.spinbox.spinbox-horizontal input {
  padding-left: 30px !important;
}
.spinbox.spinbox-horizontal .spinbox-down {
  border-left: 0;
  width: 24px;
}
.spinbox.spinbox-horizontal .spinbox-down .pe-7s-angle-down {
  top: 2px;
  left: 0;
}
.spinbox.spinbox-horizontal .spinbox-up {
  width: 24px;
}
.spinbox.spinbox-horizontal .spinbox-up .pe-7s-angle-up {
  left: 0;
  top: 2px;
}
/*------------------------------------------------------------------
[4.2.7. Knob]
*/
.knob-container {
  margin: 20px 0;
  text-align: center;
}
.knob:focus {
  outline: 0;
}
/*------------------------------------------------------------------
[4.2.8. ColorPicker]
*/
.minicolors {
  position: relative;
}
.minicolors-sprite {
  background-image: url(data:image/png;base64,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);
}
.minicolors-no-data-uris .minicolors-sprite {
  background-image: url(less/app/jquery.minicolors.png);
}
.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}
.minicolors input[type=hidden][disabled] + .minicolors-swatch {
  cursor: default;
}
/* Panel */
.minicolors-panel {
  position: absolute;
  width: 173px;
  height: 152px;
  background: white;
  border: solid 1px #CCC;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}
.minicolors-panel.minicolors-visible {
  display: block;
}
/* Panel positioning */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}
.minicolors-position-right .minicolors-panel {
  right: 0;
}
.minicolors-position-bottom .minicolors-panel {
  top: auto;
}
.minicolors-position-left .minicolors-panel {
  left: 0;
}
.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}
.minicolors .minicolors-grid {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 150px;
  height: 150px;
  background-position: -120px 0;
  cursor: crosshair;
}
.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}
.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}
.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}
.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}
.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}
.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}
.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize;
}
.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}
.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-opacity-slider {
  left: 173px;
  background-position: -40px 0;
  display: none;
}
.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}
/* Pickers */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}
.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* Inline controls */
.minicolors-inline {
  display: inline-block;
}
.minicolors-inline .minicolors-input {
  display: none !important;
}
.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}
/* Default theme */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}
/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  padding-left: 12px;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px;
  width: 37px;
  height: 37px;
  border-radius: 5px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/*------------------------------------------------------------------
[4.2.9. Slider]
*/
.range-bar {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #a9acb1;
  display: block;
  height: 4px;
  position: relative;
  width: 100%;
}
.range-quantity {
  background-color: #29c7ca;
  border-radius: 15px;
  display: block;
  height: 100%;
  width: 0;
}
.range-handle {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-radius: 100%;
  cursor: move;
  height: 30px;
  left: 0;
  position: absolute;
  top: -13px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: 30px;
}
.range-min,
.range-max {
  color: #181819;
  font-size: 12px;
  height: 20px;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  top: -9px;
  width: 24px;
}
.range-min {
  left: -30px;
}
.range-max {
  right: -30px;
}
.vertical {
  height: 100%;
  width: 4px;
}
.vertical .range-quantity {
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
}
.vertical .range-handle {
  bottom: 0;
  left: -13px;
  top: auto;
}
.vertical .range-min,
.vertical .range-max {
  left: -10px;
  right: auto;
  top: auto;
}
.vertical .range-min {
  bottom: -30px;
}
.vertical .range-max {
  top: -30px;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.range-disabled {
  cursor: default;
}
.irs {
  display: block;
  margin-top: 20px;
  position: relative;
}
.irs-line {
  display: block;
  overflow: hidden;
  position: relative;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  display: block;
  position: absolute;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 10%;
}
.irs-line-mid {
  left: 10%;
  width: 80%;
}
.irs-line-right {
  right: 0;
  width: 10%;
}
.irs-diapason {
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
.irs-slider {
  cursor: default;
  display: block;
  position: absolute;
  z-index: 1;
}
.irs-slider.single {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #fafafa;
  box-shadow: inset 0 2px 1px -1px #ffffff, 0 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 20px;
  left: 0;
  top: 20px;
  width: 20px;
}
.irs-slider.single:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 160%;
  left: -30%;
  position: absolute;
  top: -30%;
  width: 160%;
}
.irs-slider.from {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #fafafa;
  box-shadow: inset 0 2px 1px -1px #ffffff, 0 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 20px;
  left: 0;
  top: 20px;
  width: 20px;
}
.irs-slider.from:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 160%;
  left: -30%;
  position: absolute;
  top: -30%;
  width: 130%;
}
.irs-slider.to {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #fafafa;
  box-shadow: inset 0 2px 1px -1px #ffffff, 0 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 20px;
  left: 0;
  top: 20px;
  width: 20px;
}
.irs-slider.to:before {
  background: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 160%;
  left: 0;
  position: absolute;
  top: -30%;
  width: 130%;
}
.irs-slider.last {
  z-index: 2;
}
.irs-min {
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
}
.irs-max {
  cursor: default;
  display: block;
  position: absolute;
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  top: -5px;
  white-space: nowrap;
}
.irs-grid {
  bottom: 0;
  display: none;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  background: #000;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  bottom: 0;
  color: #000;
  font-size: 9px;
  left: 0;
  line-height: 9px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: 100px;
}
.irs-disable-mask {
  background: rgba(0, 0, 0, 0);
  cursor: default;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.irs-disabled {
  opacity: .4;
}
.irs {
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #f0f0f0;
  height: 10px;
  top: 25px;
}
.irs-line:focus {
  outline: none;
}
.irs-line-left {
  height: 5px;
  background-position: 0 -30px;
}
.irs-line-mid {
  height: 5px;
  background-position: 0 0;
}
.irs-line-right {
  background-position: 100% -30px;
  height: 5px;
}
.irs-slider {
  background-position: 0 -90px;
  height: 22px;
  top: 17px;
  width: 22px;
}
#irs-active-slider,
.irs-slider:hover {
  background-position: 0 -120px;
}
.irs-min,
.irs-max {
  border-radius: 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  padding: 1px 3px;
  text-shadow: none;
  top: 0;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 11px;
  text-shadow: none;
  padding: 3px 5px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background: #29c7ca;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.irs-grid-pol {
  background: #99a4ac;
}
.irs-grid-text {
  color: #99a4ac;
}
.irs-hidden-input {
  display: none;
}
.irs-bar {
  background-color: #29c7ca;
  display: block;
  height: 10px;
  position: absolute;
  top: 25px;
}
/*------------------------------------------------------------------
[4.2.10. Dropzone]
*/
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background: white;
  border: 2px dashed #29c7ca;
  min-height: 200px;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  font-size: 32px;
  margin: 2.1em 0;
  text-align: center;
}
.dropzone .dz-preview {
  display: inline-block;
  margin: 16px;
  min-height: 100px;
  position: relative;
  vertical-align: top;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  background: #999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
  border-radius: 2px;
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 14px;
  text-align: center;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  color: rgba(0, 0, 0, 0.9);
  font-size: 13px;
  left: 0;
  max-width: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 2em 1em;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 20;
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(200, 200, 200, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  padding: 0 0.4em;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-filter: blur(8px) webkit;
  -moz-filter: blur(8px) webkit;
  -ms-filter: blur(8px) webkit;
  filter: blur(8px) webkit;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.dropzone .dz-preview .dz-image {
  border-radius: 2px;
  display: block;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 120px;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  display: block;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 500;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  height: 54px;
  width: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  opacity: 0;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/*------------------------------------------------------------------
[4.2.11. Rating]
*/
.rateit {
  display: -moz-inline-box;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  background: url('data:image/gif;base64,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') /*/assets/img/rating/star.gif*/;
  height: 16px;
  outline: none;
}
.rateit .rateit-range * {
  display: block;
}
/* for IE 6 */
* html .rateit,
* html .rateit .rateit-range {
  display: inline;
}
/* for IE 7 */
* + html .rateit,
* + html .rateit .rateit-range {
  display: inline;
}
.rateit .rateit-hover,
.rateit .rateit-selected {
  position: absolute;
  left: 0px;
}
.rateit .rateit-hover-rtl,
.rateit .rateit-selected-rtl {
  left: auto;
  right: 0px;
}
.rateit .rateit-hover {
  background: url('data:image/gif;base64,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') /*/assets/img/rating/star.gif*/ left -32px;
}
.rateit .rateit-hover-rtl {
  background-position: right -32px;
}
.rateit .rateit-selected {
  background: url('data:image/gif;base64,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') /*/assets/img/rating/star.gif*/ left -16px;
}
.rateit .rateit-selected-rtl {
  background-position: right -16px;
}
.rateit .rateit-preset {
  background: url('data:image/gif;base64,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') /*/assets/img/rating/star.gif*/ left -48px;
}
.rateit .rateit-preset-rtl {
  background: url('data:image/gif;base64,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') /*/assets/img/rating/star.gif*/ left -48px;
}
.rateit button.rateit-reset {
  background: url('data:image/gif;base64,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') /*/assets/img/rating/delete.gif*/ 0 0;
  width: 16px;
  height: 16px;
  display: -moz-inline-box;
  display: inline-block;
  float: left;
  outline: none;
  border: none;
  padding: 0;
  margin-right: 4px;
  margin-top: 1px;
}
.rateit button.rateit-reset:hover,
.rateit button.rateit-reset:focus {
  background-position: 0 -16px;
}
.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
}
.editableform .control-group {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
  white-space: nowrap;
  /* prevent wrapping buttons on new line */
  line-height: 20px;
  /* overwriting bootstrap line-height. See #133 */
}
/* 
  BS3 width:1005 for inputs breaks editable form in popup 
  See: https://github.com/vitalets/x-editable/issues/393
*/
.editableform .form-control {
  width: auto !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  height: auto !important;
}
.editable-buttons {
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  margin-left: 11px;
  margin-top: 6px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}
.editable-buttons .btn {
  height: 30px;
  width: 30px;
  padding: 2px;
}
.editable-buttons .btn i {
  margin-right: 0;
  font-size: 25px;
}
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 11px;
  margin-left: 6px;
}
.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  *display: inline;
}
.editable-buttons .editable-cancel {
  margin-left: 7px;
}
/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}
.editableform-loading {
  background: url('data:image/gif;base64,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') /*/assets/img/xeditable/loading.gif*/ center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px;
}
.editable-inline .editableform-loading {
  background-position: left 5px;
}
.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}
/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
  padding: 3px;
}
.editable-error {
  color: red;
}
/* ---- For specific types ---- */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}
/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}
/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}
.editable-checklist label {
  white-space: nowrap;
}
/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}
/* clear button shown as link in date inputs */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}
/* IOS-style clear button for text inputs */
.editable-clear-x {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAQAAADY4iz3AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAJdnBBZwAAAA0AAAANABzi0JoAAAEFSURBVBjTNdC/alNhAIbx3/edpGeQlJqElIihpqKYpfYPyRXoUEe33pdXUOjolqXQG2glUnDQkkKVgIRoIDQIpsnJ6ZD2Wd/lfZ5gxYZXqgrmxq7cQkDijabgkaW+vjzBri0hlYFUFlQVjaJNzzmu/D5oBFrJqPNpA03laItS+Pi6XL/cf1c8b6/Xjl6m8CI4VKCVfOk8qViKk+FOb5Djf1SA79lRz1JcLj5cDnKwFi2glZzsi8RC921j9fUuGlMK5+1SdTJ8f/pvXK5/3UthHP1imnevJ8Od3tm8fTH9+/lmBj8DDjwjNXvwWg2+JRhJPM0eUmTkrv2QP+ap2FYTZf7om8A9PrJPoYpSXtIAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTEtMDItMTRUMTE6MTI6MTUrMDI6MDD7C2qGAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDExLTAyLTE0VDExOjEyOjE1KzAyOjAwilbSOgAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=') /*/assets/img/xeditable/clear.png*/ center center no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}
.editable-clear-x:hover {
  opacity: 1;
}
.editable-pre-wrapped {
  white-space: pre-wrap;
}
.editable-container.editable-popup {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */
}
.editable-container.popover {
  width: auto;
  /* without this rule popover does not stretch */
}
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}
.editable-container.ui-widget {
  font-size: inherit;
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  /* should be less than select2 dropdown z-index to close dropdown first when click */
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}
.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none;
}
.editable-unsaved {
  font-weight: bold;
}
.editable-unsaved:after {
  /*    content: '*'*/
}
.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}
/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}
/*------------------------------------------------------------------
[4.2.13. Summernote]
*/
/* Frame Mode Layout
 ------------------------------------------*/
.note-editor {
  border: none;
  position: relative;
  overflow: hidden;
  /* dropzone */
  /* codeview mode */
  /* fullscreen mode */
  /* statusbar */
}
.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  color: lightskyblue;
  background-color: white;
  opacity: 0.95;
  pointer-event: none;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.note-editor .note-dropzone.hover {
  color: #098ddf;
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor.codeview .note-editing-area .note-editable {
  display: none;
}
.note-editor.codeview .note-editing-area .note-codable {
  display: block;
}
.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  /* bs3 modal-backdrop: 1030, bs2: 1040 */
}
.note-editor.fullscreen .note-editable {
  background-color: white;
}
.note-editor.fullscreen .note-resizebar {
  display: none;
}
.note-editor .note-editing-area {
  position: relative;
  overflow: hidden;
  /* editable */
  /* codeable */
}
.note-editor .note-editing-area .note-editable {
  background-color: #fff;
  color: #000;
  padding: 10px;
  overflow: auto;
  outline: none;
  font-size: 15px;
  font-weight: 300;
}
.note-editor .note-editing-area .note-editable[contenteditable=true]:empty:not(:focus):before {
  content: attr(data-placeholder);
}
.note-editor .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}
.note-editor .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  /* override BS2 default style */
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  margin-bottom: 0;
}
.note-editor .note-statusbar {
  background-color: #f5f5f5;
}
.note-editor .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 8px;
  width: 100%;
  cursor: ns-resize;
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}
/* Air Mode Layout
------------------------------------------*/
.note-air-editor {
  outline: none;
}
/* Popover
------------------------------------------*/
.note-popover .popover {
  max-width: none;
}
.note-popover .popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* for FF */
  vertical-align: middle;
  /* for FF */
}
.note-popover .popover .arrow {
  left: 20px;
}
/* Popover and Toolbar (Button container)
------------------------------------------*/
.note-popover .popover .popover-content,
.panel-heading.note-toolbar {
  margin: 0;
  padding: 0 0 5px 5px;
  background-color: #333;
  /* dropdown-menu for toolbar and popover */
  /* color palette for toolbar and popover */
}
.note-popover .popover .popover-content > .btn-group,
.panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}
.note-popover .popover .popover-content .btn-group .note-table,
.panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover .popover-content .note-style h1,
.panel-heading.note-toolbar .note-style h1,
.note-popover .popover .popover-content .note-style h2,
.panel-heading.note-toolbar .note-style h2,
.note-popover .popover .popover-content .note-style h3,
.panel-heading.note-toolbar .note-style h3,
.note-popover .popover .popover-content .note-style h4,
.panel-heading.note-toolbar .note-style h4,
.note-popover .popover .popover-content .note-style h5,
.panel-heading.note-toolbar .note-style h5,
.note-popover .popover .popover-content .note-style h6,
.panel-heading.note-toolbar .note-style h6,
.note-popover .popover .popover-content .note-style blockquote,
.panel-heading.note-toolbar .note-style blockquote {
  margin: 0;
}
.note-popover .popover .popover-content .note-color .dropdown-toggle,
.panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu,
.panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 340px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}
.note-popover .popover .popover-content .note-para .dropdown-menu,
.panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.note-popover .popover .popover-content .note-para .dropdown-menu > div:first-child,
.panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}
.note-popover .popover .popover-content .dropdown-menu,
.panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
  /* dropdown-menu right position */
  /* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
  /* dropdown-menu for selectbox */
}
.note-popover .popover .popover-content .dropdown-menu.right,
.panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-popover .popover .popover-content .dropdown-menu.right::before,
.panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.note-popover .popover .popover-content .dropdown-menu.right::after,
.panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.note-popover .popover .popover-content .dropdown-menu.note-check li a i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden;
}
.note-popover .popover .popover-content .dropdown-menu.note-check li a.checked i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}
.note-popover .popover .popover-content .note-fontsize-10,
.panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}
.note-popover .popover .popover-content .note-color-palette,
.panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn,
.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover,
.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}
/* Dialog
------------------------------------------*/
.note-dialog > div {
  display: none;
  /* BS2's hide pacth. */
}
.note-dialog .form-group {
  /* overwrite BS's form-horizontal minus margins */
  margin-left: 0;
  margin-right: 0;
}
.note-dialog .note-modal-form {
  margin: 0;
  /* overwrite BS2's form margin bottom */
}
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  /* vertical-align */
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
  margin-bottom: 10px;
}
.note-dialog .note-help-dialog {
  font-size: 12px;
  color: #ccc;
  background-color: #222 !important;
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  /* BS2's background pacth. */
  background: transparent;
  border: none;
}
.note-dialog .note-help-dialog .modal-content {
  background: transparent;
  border: 1px solid white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.note-dialog .note-help-dialog a {
  font-size: 12px;
  color: white;
}
.note-dialog .note-help-dialog .title {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: white 1px solid;
}
.note-dialog .note-help-dialog .modal-close {
  font-size: 14px;
  color: #dddd00;
  cursor: pointer;
}
.note-dialog .note-help-dialog .text-center {
  margin: 10px 0 0;
}
.note-dialog .note-help-dialog .note-shortcut {
  padding-top: 8px;
  padding-bottom: 8px;
}
.note-dialog .note-help-dialog .note-shortcut-row {
  margin-right: -5px;
  margin-left: -5px;
}
.note-dialog .note-help-dialog .note-shortcut-col {
  padding-right: 5px;
  padding-left: 5px;
}
.note-dialog .note-help-dialog .note-shortcut-title {
  font-size: 13px;
  font-weight: bold;
  color: #dddd00;
}
.note-dialog .note-help-dialog .note-shortcut-key {
  font-family: "Courier New";
  color: #dddd00;
  text-align: right;
}
/* Handle
------------------------------------------*/
.note-handle {
  /* control selection */
}
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}
.note-handle .note-control-selection > div {
  position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid black;
  background-color: white;
}
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: none;
  border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: white;
  background-color: black;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/*------------------------------------------------------------------
[4.3. Form Containers]
*/
/*------------------------------------------------------------------
[4.3.1. Wizards]
*/
.wizard {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  *zoom: 1;
  background-color: #ffffff;
  min-height: 48px;
  overflow: hidden;
  position: relative;
}
.wizard:before,
.wizard:after {
  display: table;
  content: "";
  line-height: 0;
}
.wizard:after {
  clear: both;
}
.wizard.wizard-tabbed {
  background: #fff;
}
.wizard.wizard-tabbed ul li {
  background-color: #fff;
  padding: 0 30px;
}
.wizard.wizard-tabbed ul li .chevron {
  display: none;
}
.wizard.wizard-tabbed ul li .chevron:before {
  display: none;
}
.wizard.wizard-tabbed ul li.complete {
  background-color: #fff;
  color: #1dbc9c;
}
.wizard.wizard-tabbed ul li.complete:before {
  background-color: #1dbc9c;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  max-height: 2px;
  overflow: hidden;
  position: absolute;
  right: -1px;
  z-index: 10000;
}
.wizard.wizard-tabbed ul li.active {
  background: #fafafa;
  color: #34b5dc;
}
.wizard.wizard-tabbed ul li.active .badge {
  border-color: #34b5dc;
  color: #34b5dc;
}
.wizard.wizard-tabbed ul li.active:before {
  background-color: #34b5dc;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  max-height: 2px;
  overflow: hidden;
  position: absolute;
  right: -1px;
  z-index: 10000;
}
.wizard .steps {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 4000px;
  height: 46px;
}
.wizard .steps.previous-disabled li.complete {
  cursor: default;
}
.wizard .steps.previous-disabled li.complete:hover {
  background: #f3f3f3;
  color: #1dbc9c;
  cursor: default;
}
.wizard .steps.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f3f3;
}
.wizard .steps li {
  -webkit-transition: all 0.218s ease;
  -moz-transition: all 0.218s ease;
  -o-transition: all 0.218s ease;
  transition: all 0.218s ease;
  background: #f5f5f5;
  color: #d0d0d0;
  cursor: not-allowed;
  float: left;
  font-size: 14px;
  height: 46px;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 30px;
  position: relative;
}
.wizard .steps li:last-child .chevron {
  display: none;
}
.wizard .steps li .badge {
  background-color: transparent;
  border: 1px solid #cecece;
  border-radius: 100%;
  color: #ccc;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 24px;
  line-height: 16px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: 24px;
  z-index: 2;
}
.wizard .steps li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #cecece;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}
.wizard .steps li .chevron:before {
  -webkit-transition: all 0.218s ease;
  -moz-transition: all 0.218s ease;
  -o-transition: all 0.218s ease;
  transition: all 0.218s ease;
  border: 24px solid transparent;
  border-left: 14px solid #f5f5f5;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
}
.wizard .steps li.complete {
  background: #fff;
  color: #282828;
}
.wizard .steps li.complete:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.wizard .steps li.complete:hover .chevron:before {
  border-left: 14px solid #f5f5f5;
}
.wizard .steps li.complete .chevron:before {
  border-left: 14px solid #fff;
}
.wizard .steps li.complete .badge {
  background-color: transparent;
  border: 0;
  color: transparent;
}
.wizard .steps li.complete .badge:before {
  background-color: transparent;
  border-radius: 100%;
  bottom: 0;
  color: #1dbc9c;
  content: "\e66c";
  display: block;
  font-family: Pe-icon-7-stroke;
  font-size: 28px;
  left: 1px;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 1px;
  z-index: 3;
}
.wizard .steps li.active {
  background: #29c7ca;
  color: #fff;
  cursor: default;
}
.wizard .steps li.active .chevron {
  border-left: 0;
}
.wizard .steps li.active .chevron:before {
  border-left: 14px solid #29c7ca;
}
.wizard .steps li.active .badge {
  border-color: #fff;
  color: #fff;
}
.wizard .steps li .badge-success {
  background-color: #1dbc9c;
}
.wizard .steps li:first-child {
  border-radius: 2px 0 0 0;
  padding-left: 20px;
}
.wizard > .actions {
  border-left: 1px solid #d4d4d4;
  float: right;
  line-height: 46px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: middle;
  z-index: 100;
}
.wizard > .actions a {
  font-size: 12px;
  margin-right: 8px;
}
.wizard > .actions .btn-prev[disabled] {
  cursor: not-allowed;
}
.wizard > .actions .btn-prev i {
  margin-right: 5px;
}
.wizard > .actions .btn-next[disabled] {
  cursor: not-allowed;
}
.wizard > .actions .btn-next i {
  margin-left: 5px;
}
.wizard .step-content {
  border-top: 1px solid #D4D4D4;
  float: left;
  padding: 10px;
  width: 100%;
}
.wizard .step-content .step-pane {
  display: none;
}
.wizard .step-content > .active {
  display: block;
}
.wizard .step-content > .active .btn-group .active {
  display: inline-block;
}
.wizard.complete > .actions .fa-angle-right:before {
  display: none;
}
.wizard.complete > .actions .fa-angle-right {
  margin-left: 0;
}
@media only screen and (max-width: 800px) {
  .wizard > .actions {
    border-top: 1px solid #d4d4d4;
    border-left: 0;
    position: relative;
    right: auto;
    width: 100%;
    text-align: right;
  }
}
/*------------------------------------------------------------------
[4.4. Form Validation]
*/
.validation-summary:not(:empty) {
  padding: 10px 10px 10px 30px;
  border: 1px solid #cd4237;
}
.validation-summary > li {
  font-size: 13px;
  line-height: 24px;
  color: #cd4237;
}
.validation-summary > li > span {
  color: #cd4237;
}
.validation-summary-errors .error {
  font-size: 13px;
  line-height: 20px;
  color: #cd4237;
}
.field-validation-valid:empty {
  display: none;
}
/*------------------------------------------------------------------
[5. Charts]
*/
/*------------------------------------------------------------------
[5.1. Flot Charts]
*/
.flotTip {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #282828;
  font-size: 13px;
  padding: 3px 5px;
  z-index: 9999;
}
.flotTip span {
  color: #282828;
  font-weight: 700;
}
.legendLabel {
  padding: 5px;
}
.flot-donut-caption {
  -lh-property: 0;
left:-webkit-calc(50% - 25px);
left:-moz-calc(50% - 25px);
left:calc(50% - 25px);
;
  -lh-property: 0;
top:-webkit-calc(50% - 20px);
top:-moz-calc(50% - 20px);
top:calc(50% - 20px);
;
  position: absolute;
}
flot-donut-caption .legendLabel span {
  display: block;
  margin: 0 5px;
}
/*------------------------------------------------------------------
[5.2. Chartist]
*/
.ct-double-octave:after,
.ct-major-eleventh:after,
.ct-major-second:after,
.ct-major-seventh:after,
.ct-major-sixth:after,
.ct-major-tenth:after,
.ct-major-third:after,
.ct-major-twelfth:after,
.ct-minor-second:after,
.ct-minor-seventh:after,
.ct-minor-sixth:after,
.ct-minor-third:after,
.ct-octave:after,
.ct-perfect-fifth:after,
.ct-perfect-fourth:after,
.ct-square:after {
  content: "";
  clear: both;
}
.ct-double-octave:after,
.ct-double-octave:before,
.ct-golden-section:after,
.ct-major-eleventh:after,
.ct-major-eleventh:before,
.ct-major-second:after,
.ct-major-second:before,
.ct-major-seventh:after,
.ct-major-seventh:before,
.ct-major-sixth:after,
.ct-major-sixth:before,
.ct-major-tenth:after,
.ct-major-tenth:before,
.ct-major-third:after,
.ct-major-third:before,
.ct-major-twelfth:after,
.ct-major-twelfth:before,
.ct-minor-second:after,
.ct-minor-second:before,
.ct-minor-seventh:after,
.ct-minor-seventh:before,
.ct-minor-sixth:after,
.ct-minor-sixth:before,
.ct-minor-third:after,
.ct-minor-third:before,
.ct-octave:after,
.ct-octave:before,
.ct-perfect-fifth:after,
.ct-perfect-fifth:before,
.ct-perfect-fourth:after,
.ct-perfect-fourth:before,
.ct-square:after,
.ct-square:before {
  content: "";
}
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: .75rem;
  line-height: 1;
}
.ct-chart-bar .ct-label,
.ct-chart-line .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}
.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}
.ct-line {
  fill: none;
  stroke-width: 4px;
}
.ct-area {
  stroke: none;
  fill-opacity: .1;
}
.ct-bar {
  fill: none;
  stroke-width: 10px;
}
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
  stroke: #292929;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #212121;
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
  stroke: #29c7ca;
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #26b6b9;
}
.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
  stroke: #ffc107;
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #efb608;
}
.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
  stroke: #34b5dc;
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
  fill: #39aed1;
}
.ct-series-e .ct-bar,
.ct-series-e .ct-line,
.ct-series-e .ct-point,
.ct-series-e .ct-slice-donut {
  stroke: #fefefe;
}
.ct-series-e .ct-area,
.ct-series-e .ct-slice-pie {
  fill: #f5f5f5;
}
.ct-series-f .ct-bar,
.ct-series-f .ct-line,
.ct-series-f .ct-point,
.ct-series-f .ct-slice-donut {
  stroke: #cd4237;
}
.ct-series-f .ct-area,
.ct-series-f .ct-slice-pie {
  fill: #ac372e;
}
.ct-series-g .ct-bar,
.ct-series-g .ct-line,
.ct-series-g .ct-point,
.ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-area,
.ct-series-g .ct-slice-pie {
  fill: #0544d3;
}
.ct-series-h .ct-bar,
.ct-series-h .ct-line,
.ct-series-h .ct-point,
.ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-area,
.ct-series-h .ct-slice-pie {
  fill: #6b0392;
}
.ct-series-i .ct-bar,
.ct-series-i .ct-line,
.ct-series-i .ct-point,
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-area,
.ct-series-i .ct-slice-pie {
  fill: #f05b4f;
}
.ct-series-j .ct-bar,
.ct-series-j .ct-line,
.ct-series-j .ct-point,
.ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-area,
.ct-series-j .ct-slice-pie {
  fill: #dda458;
}
.ct-series-k .ct-bar,
.ct-series-k .ct-line,
.ct-series-k .ct-point,
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-area,
.ct-series-k .ct-slice-pie {
  fill: #eacf7d;
}
.ct-series-l .ct-bar,
.ct-series-l .ct-line,
.ct-series-l .ct-point,
.ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-area,
.ct-series-l .ct-slice-pie {
  fill: #86797d;
}
.ct-series-m .ct-bar,
.ct-series-m .ct-line,
.ct-series-m .ct-point,
.ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-area,
.ct-series-m .ct-slice-pie {
  fill: #b2c326;
}
.ct-series-n .ct-bar,
.ct-series-n .ct-line,
.ct-series-n .ct-point,
.ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-area,
.ct-series-n .ct-slice-pie {
  fill: #6188e2;
}
.ct-series-o .ct-bar,
.ct-series-o .ct-line,
.ct-series-o .ct-point,
.ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-area,
.ct-series-o .ct-slice-pie {
  fill: #a748ca;
}
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  display: table;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  display: table;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  display: table;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  display: table;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  display: table;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  display: table;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  display: table;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  display: table;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  display: table;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  display: table;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  display: table;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  display: table;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  display: table;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  display: table;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  display: table;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  display: table;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-chart .chartist-tooltip {
  position: absolute;
  display: inline-block;
  min-width: 5em;
  padding: .5em;
  background: #F4C63D;
  color: #453D3F;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  z-index: 1;
}
.ct-chart .chartist-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #F4C63D;
}
/*------------------------------------------------------------------
[5.3. ChartJS]
*/
#chartjs-tooltip {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: white;
  opacity: 1;
  padding: 3px;
  pointer-events: none;
  position: absolute;
}
#chartjs-tooltip.below {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#chartjs-tooltip.below:before {
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  border: solid;
  border-color: #111 transparent;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 0 8px 8px 8px;
  bottom: 1em;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  z-index: 99;
}
#chartjs-tooltip.above {
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
#chartjs-tooltip.above:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: solid;
  border-color: #111 transparent;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 8px 8px 0 8px;
  bottom: 1em;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 100%;
  z-index: 99;
}
/*------------------------------------------------------------------
[5.4. Sparkline]
*/
.jqstooltip {
  background-color: #292929 !important;
  border: 0 !important;
  border-radius: 3px !important;
  color: #fff0f5;
  display: block;
  padding: 0;
  position: relative;
}
.jqstooltip .jqsfield {
  font-size: 11px;
  margin: 0 7px 7px 0 !important;
}
/*------------------------------------------------------------------
[5.5. EasyPieChart]
*/
.ep-chart {
  display: block;
  position: relative;
  text-align: center;
}
.ep-chart canvas {
  display: block;
  margin: 0 auto;
}
.percent {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
}
.percent:after {
  content: '%';
  font-size: .8em;
  margin-left: 0.1em;
}
/*------------------------------------------------------------------
[6. Tables]
*/
/*------------------------------------------------------------------
[6.1. Simple Tables]
*/
.table {
  position: relative;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 13px;
  background-color: #fff;
  margin-bottom: 0;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.table > thead,
.table > tfoot {
  padding-bottom: 3px;
}
.table > thead > tr > th,
.table > tfoot > tr > th {
  position: relative;
  vertical-align: bottom;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  height: 39px;
  color: #444;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 5px 15px;
  border-bottom: 0;
  
}
.table > thead > tr > th .form-control,
.table > tfoot > tr > th .form-control {
  position: absolute;
  top: 2px;
  left: 3px;
  right: 2px;
  height: 33px;
  width: calc(98%);
}
.table > thead > tr > th input[type=checkbox] + .text:before,
.table > tfoot > tr > th input[type=checkbox] + .text:before {
  margin-top: 10px;
  margin-bottom: -2px;
}
.table > thead > tr > th[colspan]:not([colspan="1"]),
.table > tfoot > tr > th[colspan]:not([colspan="1"]) {
  border-bottom: 1px solid #eeeeee;
}
.table > thead > tr > th > i,
.table > tfoot > tr > th > i {
  margin-right: 5px;
}
.table > thead > tr > th:first-child,
.table > tfoot > tr > th:first-child {
  padding-left: 24px;
  -webkit-border-radius: 2px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 0;
  background-clip: padding-box;
}
.table > thead > tr > th:last-child,
.table > tfoot > tr > th:last-child {
  padding-right: 24px;
  -webkit-border-radius: 0 2px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 0 0;
  background-clip: padding-box;
}
.table > thead > tr > th:only-child,
.table > tfoot > tr > th:only-child {
  -webkit-border-radius: 2px 2px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
}
.table > tbody > tr {
  position: relative;
  height: 49px;
  -webkit-transition-duration: .28s;
  -moz-transition-duration: .28s;
  -o-transition-duration: .28s;
  transition-duration: .28s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  font-weight: 300;
}
.table > tbody > tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 0 0 0 2px;
  background-clip: padding-box;
}
.table > tbody > tr:last-child td:last-child {
  -webkit-border-radius: 0 0 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 0 2px 0;
  background-clip: padding-box;
}
.table > tbody > tr:last-child td:only-child {
  -webkit-border-radius: 0 0 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
}
.table > tbody > tr > td,
.table > tbody > tr > th {
  position: relative;
  vertical-align: middle;
  height: 49px;
  font-size: 15px;
  border: 0;
  border-top: 1px solid #eeeeee;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  
}
.table > tbody > tr > td .form-control,
.table > tbody > tr > th .form-control {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 2px;
  height: 33px;
  width: calc(90%);
}
.table > tbody > tr > td .btn,
.table > tbody > tr > th .btn {
  margin: -6px 0 0 4px;
}
.table > tbody > tr > td .btn:first-child,
.table > tbody > tr > th .btn:first-child {
  margin-left: -6px;
}
.table > tbody > tr > td input[type=checkbox] + .text:before,
.table > tbody > tr > th input[type=checkbox] + .text:before {
  margin-top: -3px;
}
.table > tbody > tr > td:first-child,
.table > tbody > tr > th:first-child {
  padding-left: 24px;
}
.table > tbody > tr > td:last-child,
.table > tbody > tr > th:last-child {
  padding-right: 24px;
}
.table-bordered {
  border: 1px solid #eeeeee;
}
.table-bordered > thead > tr > th {
  background-color: #fafafa;
}
.table-celled {
  border: 1px solid #eeeeee;
}
.table-celled > thead > tr > th {
  background-color: #fafafa;
}
.table-celled > tbody > tr > td,
.table-celled > tbody > tr > th,
.table-celled > tfoot > tr > td,
.table-celled > tfoot > tr > th,
.table-celled > thead > tr > td,
.table-celled > thead > tr > th {
  border: 1px solid #eeeeee;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table-condensed > thead > tr > th {
  height: 35px;
  padding: 0 18px 4px 18px;
}
.table-condensed > tbody > tr {
  height: 35px;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th {
  height: 35px;
  padding: 8px 18px 0;
}
/*Contextual Tables*/
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  color: #1dbc9c;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
  color: #1dbc9c;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
  color: #34b5dc;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
  color: #34b5dc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  color: #ffc107;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
  color: #ffc107;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  color: #cd4237;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
  color: #cd4237;
}
/*Flip Scroll*/
@media only screen and (max-width: 959px) {
  .flip-scroll {
    /* Track */
    /* Handle */
  }
  
  .flip-scroll th.avatar_lg_placeholder,
  .flip-scroll td.avatar_lg_placeholder {
	  height: 90px !important;
  }
  
  .flip-scroll th.avatar_placeholder,
  .flip-scroll td.avatar_placeholder {
	  height: 65px !important;
  }
  
  .flip-scroll .flip-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .flip-scroll html .flip-content {
    -ms-zoom: 1;
    zoom: 1;
  }
  .flip-scroll *:first-child + html .flip-content {
    -ms-zoom: 1;
    zoom: 1;
  }
  .flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }
  .flip-scroll th,
  .flip-scroll td {
    margin: 0;
    vertical-align: top;
  }
  .flip-scroll th:last-child,
  .flip-scroll td:last-child {
    border-bottom: 1px solid #eeeeee;
  }
  .flip-scroll th {
    border: 0 !important;
    border-right: 1px solid #eeeeee !important;
    padding: 15px !important;
    width: auto !important;
    display: block;
    text-align: right;
    border-bottom: 0;
    border-left: 0;
    height: 49px !important;
  }
  .flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
    border-top: 0 !important;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    
  }
  
  .flip-scroll td:first-child, .flip-scroll th:first-child {
    padding-left: 15px !important;
  }	
  
  .flip-scroll thead {
    display: block;
    float: left;
  }
  .flip-scroll thead tr {
    display: block;
    border: !important;
  }
  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    border-left: 1px solid #eeeeee;
    height: auto;
  }
  .flip-scroll ::-webkit-scrollbar {
    height: 4px !important;
    width: 20px !important;
  }
  .flip-scroll ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1) !important;
  }
  .flip-scroll ::-webkit-scrollbar-thumb {
    background: #cecece !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  }
  .flip-scroll ::-webkit-scrollbar-thumb:window-inactive {
    background: #ccc !important;
  }
}
/*------------------------------------------------------------------
[6.2. DataTables]
*/
div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_filter {
  text-align: right;
}
div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_info {
  padding-top: 15px;
  white-space: nowrap;
  font-size: 13px;
}
div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_paginate ul.pagination {
  margin: 10px 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper > div.row > div,
  div.dataTables_length,
  div.dataTables_filter,
  div.dataTables_info,
  div.dataTables_paginate {
    text-align: center;
  }
  div.DTTT {
    margin-bottom: 0.5em;
  }
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 1;
}
table.dataTable thead .sorting:after {
  opacity: 0.5;
  content: "\e150";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}
div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
  display: none;
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}
table.dataTable thead > tr > th {
  padding-right: 30px;
}
table.dataTable th:active {
  outline: none;
}
/* Condensed */
table.dataTable.table-condensed thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after {
  top: 6px;
  right: 6px;
}
/* Scrolling */
div.dataTables_scrollHead thead > tr > th {
  border-bottom: 1px solid #eeeeee;
}
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}
/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
  border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
  border-left-width: 0;
  border-top-width: 0;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0;
}
table.table-bordered tfoot th,
table.table-bordered tfoot td {
  border-left-width: 0;
  border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
  border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
  background-color: #29c7ca;
  color: white;
}
.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
  background-color: #26b6b9 !important;
}
.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
  color: white;
}
.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
  background-color: #26b6b9;
}
table.DTTT_selectable tbody tr {
  cursor: pointer;
}
div.DTTT .btn:hover {
  text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #29c7ca;
  color: white !important;
}
div.DTTT_collection_background {
  z-index: 2002;
}
/* TableTools information display */
div.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  opacity: 0.95;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0;
}
div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
}
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
  display: none;
}
/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
  margin: 0 !important;
}
/*
 * Fixed Column styles
 */
/* Block out what is behind the fixed column's header and footer */
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
  background-color: white;
}
table.DTFC_Cloned > tbody > tr > td:last-child:last-child,
table.DTFC_Cloned > tbody > tr > th:last-child {
  padding-right: 18px;
}
table.DTFC_Cloned > tbody > tr > td:last-child:first-child,
table.DTFC_Cloned > tbody > tr > th:first-child {
  padding-left: 18px;
}
/* Block out the gap above the scrollbar on the right, when there is a fixed
 * right column
 */
div.DTFC_Blocker {
  background-color: white;
}
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 17px;
  left: 8px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  content: '+';
  background-color: #29c7ca;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #fefefe;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 12px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  content: '+';
  background-color: #29c7ca;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #fefefe;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
/*Expandable Tables*/
td.details-control:before {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  content: '+';
  background-color: #29c7ca;
}
tr.shown td.details-control:before {
  cursor: pointer;
  display: block;
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  content: '-';
  background-color: #fefefe;
}
/*------------------------------------------------------------------
[6.3. Pagination]
*/
.pagination {
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #292929;
  font-size: 13px;
  line-height: 1.42857143;
  padding: 8px 14px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: f9fafb;
  border-color: #e6e6e6;
  color: #212121;
  outline: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #29c7ca;
  border-color: #29c7ca;
  color: #ffffff;
}
/*------------------------------------------------------------------
[6.4. Table Tools]
*/
div.DTTT {
  float: right;
  margin-bottom: 1em;
}
div.dataTables_wrapper {
  clear: both;
}
/*------------------------------------------------------------------
[7. Widgets]
*/
/*------------------------------------------------------------------
[7.1. Widgets]
*/
.widget-container {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
.widget-container .widget {
  margin-bottom: 0;
}
.widget-container > .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.widget-container > .row > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.widget {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #ffffff;
  font-weight: 300;
  margin-bottom: 30px;
  position: relative;
  vertical-align: middle;
}
.widget .row {
  font-size: 0;
  margin-left: 0;
  margin-right: 0;
}
.widget .row:before {
  display: none;
}
.widget .row .col {
  font-size: 11px;
}
.widget .row .col:first-child {
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.widget .row .col:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.widget .col {
  display: inline-block;
  vertical-align: top;
}
.widget [class*=col-] {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.widget .widget-stat {
  position: absolute;
}
.widget .widget-stat.top {
  top: 7px;
}
.widget .widget-stat.right {
  right: 10px;
}
.widget .widget-stat.left {
  left: 10px;
}
.widget .widget-stat.bottom {
  bottom: 7px;
}
.widget .widget-stat strong,
.widget .widget-stat span,
.widget .widget-stat i,
.widget .widget-stat div {
  vertical-align: top;
}
.widget .progress {
  margin-bottom: 0;
}
/*------------------------------------------------------------------
[7.2. Widget Panels]
*/
/*Contact List*/
.contact-list {
  list-style: none;
  padding: 0;
}
.contact-list li {
  padding: 10px;
}
.contact-list li a {
  line-height: 17px;
}
.contact-list li:hover {
  background-color: #f5f5f5;
}
/*Image Tile*/
.image-tile {
  border: 1px solid #fff;
}
.image-tile .tile {
  border: 1px solid #fff;
  height: 100px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: bottom;
}
.image-tile .tile:hover {
  cursor: pointer;
}
.image-tile .tile:hover > p {
  background-color: rgba(3, 3, 3, 0.5);
  color: #fff;
}
.image-tile .tile > p {
  background-color: rgba(3, 3, 3, 0);
  color: rgba(6, 6, 6, 0);
  font-size: 13px;
  font-weight: 300;
  height: 100%;
  padding-top: 50px;
  width: 100%;
}
.image-tile .tile.more-images {
  background-color: #29c7ca;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.image-tile .tile.more-images .images-number {
  font-size: 25px;
  margin-top: 20px;
}
/*Map Box*/
.map-box {
  border: 2px solid #fff;
}
.map-box .box-footer {
  background-color: #292929;
  color: #eee;
  font-size: 15px;
  font-weight: 300;
  padding: 15px 0;
  text-align: center;
}
/*Comments*/
.comment {
  border-bottom: 1px solid #eee;
  font-size: 13px;
  padding: 12px;
}
.comment > .comment {
  margin-left: 25px !important;
  padding: 8px !important;
}
.comment .comment {
  border-bottom: 0 !important;
}
.comment .comment-avatar {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  display: block;
  float: left;
  height: 32px;
  position: relative;
  width: 32px;
}
.comment .comment-header {
  padding-bottom: 2px;
  font-size: 13px;
}
.comment .comment-header span {
  color: #666;
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
  font-weight: 200;
}
.comment .comment-header a {
  font-weight: 500;
}
.comment .comment-body {
  float: none;
  margin-left: 40px;
  position: relative;
}
.comment .comment-text {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  padding: 0 12px 4px;
  font-weight: 400;
}
.comment .comment-footer {
  display: block;
  padding: 0 12px 5px;
}
.comment .comment-footer i {
  font-size: 20px;
  margin-right: 5px;
}
.comment .comment-footer,
.comment .comment-footer a {
  color: #ccc;
}
.comment .comment-footer a:hover {
  color: #333;
}
.comment-input {
  padding: 12px 12px;
}
.comment-input .form-group {
  margin-bottom: 0;
}
/*Tasks*/
.tasks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tasks-list li {
  padding: 8px 0 10px 10px;
  cursor: default;
}
.tasks-list li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.tasks-list li .label {
  padding: 5px 5px;
  vertical-align: middle;
  font-size: 11px;
  min-width: 20px;
  display: inline-block;
  font-weight: 500;
  float: none;
}
.tasks-list li .task-action {
  display: inline-block;
}

.tasks-list li .task-title {
  font-size: 16px;
  font-weight: 300;
  vertical-align: middle;
  width: 74%; 
  display: inline-block; 
  margin-left: 5px;
  color: #000;
}

.tasks-list li .task-project {
  font-size: 12px; 
  font-weight:400; 
  color: #777;
}

.tasks-list li .task-delegate {
  font-size: 12px; 
  font-weight:600; 
  color: #292929;
  text-transform: uppercase;
}
.tasks-list li .task-due-date {
  font-size: 12px; 
  font-weight:400; 
  color: #555;
}

.task-normal {
	visibility: hidden;
}

.tasks-list li .task-more {
  font-size: 30px;
  color: #292929;
  padding-right: 3px;
  margin-top: -18px;
  float: right;
}
.tasks-list li .task-more i {
  vertical-align: middle;
  padding-top: 10px;
}
.tasks-list li:hover {
  background-color: #f5f5f5;
}
/*Profile Card*/
.profile-card .card-header .header-avatar {
  text-align: center;
}
.profile-card .card-header .header-avatar img {
  margin: 25px 0 15px;
  width: 128px;
  height: 128px;
}
.profile-card .card-header .header-name {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.profile-card .card-body {
  -webkit-transform: skew(0deg, -10deg);
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  margin-top: 30px;
  min-height: 100px;
  padding: 50px 20px;
}
.profile-card .card-body .body-description {
  -webkit-transform: skew(0deg, 10deg);
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
  color: #fff;
  font-size: 13px;
}
.profile-card .card-footer {
  margin-top: 50px;
  padding: 10px 0 20px;
}
.profile-card .card-footer .footer-social {
  text-align: center;
}
.profile-card .card-footer .footer-social .row {
  margin: 0;
}
.profile-card .card-footer .footer-social i {
  color: #292929;
  font-size: 20px;
}
/*------------------------------------------------------------------
[8. Maps]
*/
/*------------------------------------------------------------------
[8.1. GMaps]
*/
.gmaps {
  display: block;
  height: 350px;
  margin: 0 auto;
  width: 100%;
}
.gmaps.large {
  height: 500px;
}
.overlay {
  text-shadow: 1px 1px 1px #666;
  background: #29c7ca;
  border: solid 3px #29c7ca;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #333;
  color: #fff;
  display: block;
  font-size: 60px;
  line-height: 80px;
  opacity: 0.8;
  padding: 0 4px;
  text-align: center;
}
.overlay_arrow {
  height: 0;
  left: 50%;
  margin-left: -16px;
  position: absolute;
  width: 0;
}
.overlay_arrow.above {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #29c7ca;
  bottom: -15px;
}
.overlay_arrow.below {
  border-bottom: 16px solid #29c7ca;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  top: -15px;
}
/*------------------------------------------------------------------
[8.2. JQVMaps]
*/
.jqvmap-label {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background: #292929;
  color: white;
  display: none;
  font-family: 'Roboto', sans-serif, tahoma;
  padding: 4px 5px;
  position: absolute;
}
.jqvmap-zoomin,
.jqvmap-zoomout {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background: #292929;
  color: white;
  cursor: pointer;
  height: 15px;
  left: 10px;
  line-height: 10px;
  padding: 3px;
  position: absolute;
  text-align: center;
  width: 15px;
}
.jqvmap-zoomin {
  top: 10px;
}
.jqvmap-zoomout {
  top: 30px;
}
.jqvmap-region {
  cursor: pointer;
}
.jqvmap-ajax_response {
  height: 500px;
  width: 100%;
}
/*------------------------------------------------------------------
[9. Mail]
*/
.mail-label {
  border: 4px solid #fff;
  border-radius: 100px;
  display: block;
  float: right;
  margin-right: 30px;
  margin-top: 15px;
}
.mail-label.blue {
  border-color: #1bc3e1;
}
.mail-label.pink {
  border-color: #ea4c89;
}
.mail-label.green {
  border-color: #9ae14f;
}
.mail-label.yellow {
  border-color: #e2a917;
}
.mail-container {
  position: relative;
}
.mail-container .mail-header {
  background-color: #29c7ca;
  height: 50px;
  padding: 0;
  position: fixed;
  top: 75px;
  width: 100%;
  z-index: 100;
  
}
.mail-container .mail-header .header-buttons {
  display: inline-block;
  float: left;
  height: 50px;
  list-style: none;
  margin-bottom: 0;
  padding: 0 2px 0 7px;
  text-align: left;
}
.mail-container .mail-header .header-buttons li {
  float: left;
}
.mail-container .mail-header .header-buttons li a {
  color: #ffffff;
  display: inline-block;
  height: 50px;
  padding: 10px;
}
.mail-container .mail-header .header-buttons li a:hover {
  text-decoration: none;
}
.mail-container .mail-header .header-buttons li a .text {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  margin-left: 3px;
  vertical-align: middle;
}
.mail-container .mail-header .header-buttons li a .icon {
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}
.mail-container .mail-header .header-buttons li.search-box {
  color: #b5eff0;
  height: 45px;
  margin: 5px 3px;
  position: relative;
  width: 200px;
}
.mail-container .mail-header .header-buttons li.search-box input,
.mail-container .mail-header .header-buttons li.search-box .icon {
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.mail-container .mail-header .header-buttons li.search-box input {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background: transparent;
  border: 1px solid #b5eff0;
  bottom: 0;
  height: 35px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: 15px;
  top: 0;
  transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
  width: 100%;
  z-index: 2;
}
.mail-container .mail-header .header-buttons li.search-box input::-webkit-input-placeholder {
  color: #b5eff0;
}
.mail-container .mail-header .header-buttons li.search-box input:-moz-placeholder {
  color: #b5eff0;
}
.mail-container .mail-header .header-buttons li.search-box input::-moz-placeholder {
  color: #b5eff0;
}
.mail-container .mail-header .header-buttons li.search-box input:-ms-input-placeholder {
  color: #b5eff0;
}
.mail-container .mail-header .header-buttons li.search-box input:focus {
  border-color: #ffffff;
  color: #ffffff;
  width: 150%;
}
.mail-container .mail-header .header-buttons li.search-box input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.mail-container .mail-header .header-buttons li.search-box input:focus:-moz-placeholder {
  color: #ffffff;
}
.mail-container .mail-header .header-buttons li.search-box input:focus::-moz-placeholder {
  color: #ffffff;
}
.mail-container .mail-header .header-buttons li.search-box input:focus:-ms-input-placeholder {
  color: #ffffff;
}
.mail-container .mail-header .header-buttons li.search-box input:focus ~ .icon {
  color: #ffffff;
  opacity: 1;
  z-index: 3;
}
.mail-container .mail-header .header-buttons li.search-box .icon {
  bottom: 0;
  cursor: pointer;
  line-height: 35px;
  opacity: .5;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  z-index: 1;
}
.mail-container .mail-body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.mail-container .mail-body .message-list {
  display: block;
  font-weight: 300;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.mail-container .mail-body .message-list .list-item {
  background: #f1f3f2;
  display: block;
  height: 50px;
  padding: 0;
  position: relative;
}
.mail-container .mail-body .message-list .list-item:before {
  background-color: #29c7ca;
  bottom: 0;
  content: "";
  display: none;
  left: 0;
  max-width: 4px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 4px;
}
.mail-container .mail-body .message-list .list-item.selected {
  background-color: #fff;
}
.mail-container .mail-body .message-list .list-item.selected:before {
  display: block;
}
.mail-container .mail-body .message-list .list-item:hover {
  background: #fff;
}
.mail-container .mail-body .message-list .list-item.unread > div.item-sender,
.mail-container .mail-body .message-list .list-item.unread > div.item-subject {
  font-weight: 500;
}
.mail-container .mail-body .message-list .list-item > div {
  height: 50px;
  position: absolute;
  top: 0;
}
.mail-container .mail-body .message-list .list-item > div.item-label {
  left: 0;
  line-height: 50px;
  text-align: center;
  width: 20px;
}
.mail-container .mail-body .message-list .list-item > div.item-label .mail-label {
  margin: 20px 0 20px 10px;
}
.mail-container .mail-body .message-list .list-item > div.item-check {
  left: 20px;
  line-height: 50px;
  padding: 0 5px 0 15px;
  text-align: center;
  width: 42px;
}
.mail-container .mail-body .message-list .list-item > div.item-star {
  left: 62px;
  line-height: 50px;
  width: 22px;
}
.mail-container .mail-body .message-list .list-item > div.item-star a {
  color: #999;
  font-size: 15px;
}
.mail-container .mail-body .message-list .list-item > div.item-star a.stared {
  color: #ffc107;
}
.mail-container .mail-body .message-list .list-item > div.item-sender {
  font-size: 14px;
  left: 84px;
  line-height: 50px;
  padding-left: 5px;
  width: 184px;
}
.mail-container .mail-body .message-list .list-item > div.item-sender a {
  color: #292929;
  display: block;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mail-container .mail-body .message-list .list-item > div.item-sender a:hover {
  text-decoration: none;
}
.mail-container .mail-body .message-list .list-item > div.item-subject {
  font-size: 14px;
  left: 270px;
  line-height: 50px;
  min-width: 200px;
  padding-left: 10px;
}
.mail-container .mail-body .message-list .list-item > div.item-subject a {
  color: #292929;
}
.mail-container .mail-body .message-list .list-item > div.item-subject a:hover {
  text-decoration: none;
}
.mail-container .mail-body .message-list .list-item > div.item-time {
  font-size: 14px;
  line-height: 50px;
  padding-right: 20px;
  right: 0;
  text-align: right;
  width: 120px;
}
.mail-container .mail-body .message-view {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  border-right: 1px solid #eee;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 700px;
  z-index: 11;
}
.mail-container .mail-body .message-view.collapsed {
  right: -700px;
}
.mail-container .mail-body .message-view .message .header {
  font-weight: 300;
  padding: 28px 28px 10px;
}
.mail-container .mail-body .message-view .message .header a {
  color: #29c7ca;
}
.mail-container .mail-body .message-view .message .header .message-title {
  display: block;
  float: none;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
.mail-container .mail-body .message-view .message .header .message-title i {
  float: right;
  font-size: 40px;
  margin-right: -10px;
  margin-top: -10px;
}
.mail-container .mail-body .message-view .message .header .message-title i:hover {
  cursor: pointer;
}
.mail-container .mail-body .message-view .message .message-container {
  font-weight: 300;
  list-style: none;
  padding: 0 30px;
}
.mail-container .mail-body .message-view .message .message-container li {
  background: #FFF;
  border: 1px solid #eee;
  margin: 0 0 30px 0;
  padding: 25px;
  position: relative;
}
.mail-container .mail-body .message-view .message .message-container li .details {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}
.mail-container .mail-body .message-view .message .message-container li .details .sender {
  float: left;
  font-size: 14px;
  transition-duration: .3s;
}
.mail-container .mail-body .message-view .message .message-container li .details .sender .arrow {
  display: inline-block;
  font-size: 24px;
  position: relative;
  vertical-align: middle;
}
.mail-container .mail-body .message-view .message .message-container li .details .time {
  color: #999;
  float: right;
  font-size: 12px;
}
.mail-container .mail-body .message-view .message .message-container li .message {
  margin-bottom: 40px;
}
.mail-container .mail-body .message-view .message .message-container li .message p:last-child {
  margin-bottom: 0;
}
.mail-container .mail-body .message-view .message .message-container li .tool-box {
  border: 0 solid #eee;
  border-left-width: 1px;
  border-top-width: 1px;
  bottom: 0;
  font-size: 20px;
  padding: 8px 10px;
  position: absolute;
  right: 0;
  transition-duration: .3s;
}
.mail-container .mail-body .message-view .message .message-container li .tool-box a {
  color: #29c7ca;
  margin-right: 10px;
}
.mail-container .mail-body .message-view .message .message-container li .tool-box a:last-child {
  margin-right: 0;
}
.mail-container .mail-body .message-view .message .message-container li .tool-box a:hover {
  text-decoration: none;
}
.mail-container .mail-body .message-compose {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  border-right: 1px solid #eee;
  bottom: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 700px;
  z-index: 11;
}
.mail-container .mail-body .message-compose.collapsed {
  right: -700px;
}
.mail-container .mail-body .message-compose .note-editor {
  border: 1px solid #e5e5e5 !important;
}
.mail-container .mail-body .message-compose .note-editor .btn-group > .btn.btn-default > .caret {
  border-top-color: #cecece;
  border-width: 4px;
  margin-top: -2px;
}
.mail-container .mail-body .message-compose .note-editor .note-toolbar {
  border-bottom: 1px solid #e5e5e5;
}
.mail-container .mail-body .message-compose .note-editor .note-toolbar .note-color .dropdown-toggle {
  width: 25px;
}
.mail-container .mail-body .message-compose .note-editor .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fafafa;
  border-color: #e5e5e5;
  color: #333 !important;
}
.mail-container .mail-body .message-compose .note-editor .btn:hover {
  color: #292929 !important;
}
.mail-container .mail-body .message-compose .form-group {
  margin-bottom: 5px;
  position: relative;
}
.mail-container .mail-body .message-compose .form-group label {
  color: #333;
  left: 10px;
  position: absolute;
  top: 7px;
  z-index: 10;
}
.mail-container .mail-body .message-compose .form-group input {
  padding-left: 100px;
  position: relative;
}
.mail-container .mail-body .message-compose .form-group .field-options {
  position: absolute;
  right: 5px;
  top: 5px;
}
.mail-container .mail-body .message-compose .form-group .field-options a {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background: #eee;
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  margin-left: 4px;
  padding: 2px 6px;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  .mail-container .mail-header .header-buttons li.search-box {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .mail-container .mail-body .message-list .list-item > div.item-time {
    display: none;
  }
  .mail-container .mail-body .message-view:not(.collapsed),
  .mail-container .mail-body .message-compose:not(.collapsed) {
    width: auto;
  }
}
@media only screen and (max-width: 650px) {
  .mail-container .mail-header .header-buttons li a .text {
    display: none;
  }
  
  .tasks-list li .task-title {
	  font-weight: 400;
  }
  
  .tasks-list li .task-due-date { 
      font-weight: 400;
  }
  
  .list-title {
	  font-weight: 400;
  }
  
  .list-title-2 { 
      font-weight: 400;
  }

  
  .sidebar .sidebar-header .header-title span {
  	  font-weight: 300;
  }
}
/*------------------------------------------------------------------
[10. Pages]
*/
/*------------------------------------------------------------------
[10.1. Timeline]
*/
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  background-color: #ffffff;
  bottom: -45px;
  content: " ";
  left: 50%;
  margin-left: -1.5px;
  position: absolute;
  top: -40px;
  width: 3px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-datetime {
  color: #292929;
  left: 53%;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 0;
}
.timeline > li > .timeline-datetime .timeline-time,
.timeline > li > .timeline-datetime .timeline-date {
  display: block;
  font-size: 11px;
}
.timeline > li > .timeline-datetime .timeline-time {
  font-size: 14px;
  font-weight: 400;
}
.timeline > li > .timeline-panel {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -lh-property: 0;
width:-webkit-calc(50% - 45px);
width:-moz-calc(50% - 45px);
width:calc(50% - 45px);
  background-color: #ffffff;
  float: left;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-panel .timeline-header .timeline-title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  min-width: 200px;
  padding: 10px 10px 0;
}
.timeline > li > .timeline-panel .timeline-header .timeline-datetime {
  display: none;
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.timeline > li > .timeline-panel .timeline-body {
  line-height: 22px;
  padding: 10px 20px 20px;
}
.timeline > li > .timeline-panel .timeline-body > p,
.timeline > li > .timeline-panel .timeline-body > ul {
  font-weight: 300;
  margin-bottom: 0;
}
.timeline > li > .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline > li > .timeline-panel .timeline-footer {
  border-top: 1px solid #eee;
  padding: 5px 20px 10px;
}
.timeline > li > .timeline-panel .timeline-footer .footer-registrar {
  color: #444;
  font-size: 12px;
}
.timeline > li > .timeline-panel:before {
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-top: 15px solid transparent;
  content: " ";
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 16px;
}
.timeline > li > .timeline-panel:after {
  border-bottom: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-top: 14px solid transparent;
  content: " ";
  display: inline-block;
  position: absolute;
  right: -14px;
  top: 17px;
}
.timeline > li .timeline-badge {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #ffffff;
  color: #333;
  font-size: 1.4em;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 40px;
  z-index: 1;
}
.timeline > li .timeline-badge .badge-picture {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
}
.timeline > li .timeline-badge i {
  font-size: 23px;
  line-height: 40px;
}
.timeline > li .timeline-badge[class*="bg-"] {
  background-image: none !important;
  color: #fff;
}
.timeline > li.timeline-reverse > .timeline-datetime {
  left: auto;
  right: 53%;
  text-align: right;
}
.timeline > li.timeline-reverse > .timeline-panel {
  float: right;
}
.timeline > li.timeline-reverse > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-reverse > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li.timeline-node {
  margin: 0 auto 20px;
  text-align: center;
  width: 150px;
}
.timeline.timeline-condensed {
  margin-bottom: 0;
}
.timeline.timeline-condensed:before {
  background-color: #f3f3f3;
  bottom: 10px;
  left: 25px;
  top: 10px;
}
.timeline.timeline-condensed > li:last-child {
  margin-bottom: 0;
}
.timeline.timeline-condensed > li > .timeline-panel {
  -lh-property: 0;
width:-webkit-calc(100% - 45px);
width:-moz-calc(100% - 45px);
width:calc(100% - 45px);
;
  float: right;
}
.timeline.timeline-condensed > li > .timeline-panel:before {
  display: none;
}
.timeline.timeline-condensed > li > .timeline-panel:after {
  display: none;
}
.timeline.timeline-condensed > li > .timeline-panel .timeline-header {
  margin-bottom: 10px;
}
.timeline.timeline-condensed > li > .timeline-panel .timeline-header .timeline-title {
  top: 0;
}
.timeline.timeline-condensed > li > .timeline-panel .timeline-header .timeline-datetime {
  display: block;
  margin: 0;
  padding: 0 30px 0;
  position: relative;
  top: 0;
}
.timeline.timeline-condensed > li > .timeline-panel .timeline-body {
  padding: 20px 20px 20px;
}
.timeline.timeline-condensed > li > .timeline-panel .timeline-body ~ .timeline-header {
  margin-bottom: 0;
}
.timeline.timeline-condensed > li > .timeline-badge {
  background-color: #f3f3f3;
  left: 0;
  margin-left: 0;
  top: 6px;
}
.timeline.timeline-condensed > li > .timeline-datetime {
  display: none;
}
.timeline.timeline-condensed > li.timeline-node {
  margin: 0 0 20px -35px;
}
@media (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
  .timeline > li > .timeline-panel {
    -lh-property: 0;
width:-webkit-calc(100% - 90px);
width:-moz-calc(100% - 90px);
width:calc(100% - 90px);
;
  }
  .timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 6px;
  }
  .timeline > li > .timeline-panel {
    float: right;
  }
  .timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  .timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline > li > .timeline-panel .timeline-header .timeline-title {
    top: 5px;
  }
  .timeline > li > .timeline-panel .timeline-header .timeline-datetime {
    display: block;
  }
  .timeline > li > .timeline-datetime {
    display: none;
  }
  .timeline > li.timeline-node {
    margin: 0 0 20px -35px;
  }
}
@media (max-width: 500px) {
  .timeline > li > .timeline-panel .timeline-header .timeline-datetime {
    margin: 0;
    padding: 5px 30px 0;
    position: relative;
  }
  .timeline > li > .timeline-panel .timeline-body {
    padding: 20px 20px 20px;
  }
}
/*------------------------------------------------------------------
[10.2. Membership (Login/Register)]
*/
.membership {
  height: 100%;
  overflow: hidden;
}
.membership .membership-container {
  background-color: #292929;
  height: 100%;
  padding: 0;
  position: relative;
}
.membership .membership-container .brand-logo {
  width: 60px;
  height: 60px;
}
.membership .membership-container .login,
.membership .membership-container .register {
  bottom: 0;
  /*color: #cccccc;*/
  height: 100%;
  left: 0;
  padding: 150px 10px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.membership .membership-container .login a,
.membership .membership-container .register a {
  color: #808080;
}
.membership .membership-container .login a:hover,
.membership .membership-container .register a:hover {
  color: #cccccc;
}
.membership .membership-container .login .membership-title,
.membership .membership-container .register .membership-title {
  color: #cccccc;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.membership .membership-container .login .membership-input,
.membership .membership-container .register .membership-input {
  margin-bottom: 15px;
}
.membership .membership-container .login .membership-input .form-control,
.membership .membership-container .register .membership-input .form-control {
  background-color: #292929;
  border: 0;
  border-bottom: 1px solid #cccccc;
  color: #cccccc;
  padding: 6px 12px 6px 0;
}
.membership .membership-container .login .membership-input .form-control::-webkit-input-placeholder,
.membership .membership-container .register .membership-input .form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.membership .membership-container .login .membership-input .form-control:-moz-placeholder,
.membership .membership-container .register .membership-input .form-control:-moz-placeholder {
  color: #cccccc;
}
.membership .membership-container .login .membership-input .form-control::-moz-placeholder,
.membership .membership-container .register .membership-input .form-control::-moz-placeholder {
  color: #cccccc;
}
.membership .membership-container .login .membership-input .form-control:-ms-input-placeholder,
.membership .membership-container .register .membership-input .form-control:-ms-input-placeholder {
  color: #cccccc;
}
.membership .membership-container .login .membership-input .checkbox,
.membership .membership-container .register .membership-input .checkbox {
  color: #cccccc;
}
.membership .membership-container .login .membership-input input[type=checkbox] ~ .text:before,
.membership .membership-container .register .membership-input input[type=checkbox] ~ .text:before,
.membership .membership-container .login .membership-input input[type=radio] ~ .text:before,
.membership .membership-container .register .membership-input input[type=radio] ~ .text:before {
  background-color: #cccccc;
}
.membership .membership-container .login .membership-forgot,
.membership .membership-container .register .membership-forgot {
  font-size: 12px;
  margin-top: 12px;
}
.membership .membership-container .login .membership-submit,
.membership .membership-container .register .membership-submit {
  margin-bottom: 20px;
  margin-top: 20px;
}
.membership .membership-container .login .membership-submit .btn,
.membership .membership-container .register .membership-submit .btn {
  font-size: 13px;
  text-transform: uppercase;
}
.membership .membership-container .login .membership-signup,
.membership .membership-container .register .membership-signup {
  padding-top: 30px;
}
.membership .membership-container .login .membership-signup .signup-title,
.membership .membership-container .register .membership-signup .signup-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.membership .membership-container .login {
  animation-name: fadeInRight /*rtl:"fadeInLeft", */;
  display: block;
}
.membership .membership-container .register {
  display: none;
  opacity: 0;
  z-index: 21;
}
.membership .membership-container #toregister:target ~ .register,
.membership .membership-container #tologin:target ~ .login {
  animation-duration: .5s;
  animation-name: fadeInRight /*rtl:"fadeInLeft", */;
  display: block;
  z-index: 22;
}
.membership .membership-container #toregister:target ~ .login,
.membership .membership-container #tologin:target ~ .register {
  animation-name: fadeOutRight /*rtl:"fadeOutLeft", */;
  display: none;
}
.membership .membership-brand {
  height: 100%;
}
.membership .membership-brand .brand-wrapper {
  background-image: url("/assets/img/login-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 99;
}
.membership .membership-brand .brand-wrapper:before {
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.membership .membership-brand .brand-wrapper .brand-container {
  font-family: 'Roboto', sans-serif, tahoma;
  height: 100%;
  position: relative;
  z-index: 100;
  padding: 20% 20% 0 10%;
}
.membership .membership-container .brand-wrapper .brand-container .brand-logo {
  width: 70px;
  height: 70px;
}
.membership .membership-container .brand-wrapper .brand-container .brand-title {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  text-transform: uppercase;
}
.membership .login .brand-subtitle {
  color: #888;
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto;
}

.membership .membership-brand .brand-wrapper .brand-container .brand-title {
  color: #fff;
  font-size: 35px;
  font-weight: 200;
}


.membership .membership-brand .brand-wrapper .brand-container .brand-description {
  color: #dddddd;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
  line-height: 27px;
}
.membership .membership-brand .brand-wrapper .brand-container .brand-action {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
}
.membership .membership-container .brand-links {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 10px;
  left: 5%;
  font-weight: 300;
}
.membership .membership-container .brand-links > li {
  display: inline-block;
  margin-right: 20px;
}
.membership .membership-container .brand-links > li a {
  color: #777;
  font-size: 11px;
}
/*------------------------------------------------------------------
[10.3. Error Pages]
*/
.error-wrapper {
  background-color: #292929;
  height: 100%;
  padding-top: 10%;
}
.error-wrapper .error-container {
  -webkit-transform: skew(0deg, -10deg);
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  background-color: #1dbc9c;
  padding: 60px;
}
.error-wrapper .error-container .error {
  -webkit-transform: skew(0deg, 10deg);
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
  margin: 0 auto;
  text-align: center;
  width: 350px;
}
.error-wrapper .error-container .error .error-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.error-wrapper .error-container .error .error-number {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 5px;
  /*text-shadow: 0 3px 0 #292929, 0 14px 10px rgba(0, 0, 0, 0.15), 0 24px 2px rgba(0, 0, 0, 0.1), 0 34px 30px rgba(0, 0, 0, 0.1);*/
}
.error-wrapper .error-container .error .error-description {
  font-size: 14px;
  font-weight: 300;
  padding: 0 40px;
}
.error-wrapper .error-container .error .error-or {
  height: 20px;
  margin: 30px 0 10px;
  position: relative;
  text-align: center;
}
.error-wrapper .error-container .error .error-or .or-line {
  background-color: #169077;
  height: 1px;
  left: 40px;
  position: absolute;
  right: 40px;
  top: 10px;
}
.error-wrapper .error-container .error .error-or .or {
  -lh-property: 0;
left:-webkit-calc(50% - 30px);
left:-moz-calc(50% - 30px);
left:calc(50% - 30px);
;
  background-color: #1dbc9c;
  height: 20px;
  margin: 0 auto;
  position: absolute;
  text-transform: uppercase;
  top: 2px;
  width: 60px;
}
.error-wrapper .error-container .error .error-textbox {
  padding: 0 40px;
}
.error-wrapper .error-container .error .error-textbox .form-control {
  background-color: #292929;
  border: 0;
}
.error-wrapper .error-container .error .error-submit {
  padding: 0 40px;
}
.error-wrapper .error-container .error .error-submit input {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
.error-wrapper .error-container .error .error-actions {
  display: block;
  height: 40px;
  list-style: none;
  padding: 5px;
}
.error-wrapper .error-container .error .error-actions > li {
  display: inline-block;
  float: left;
  width: 33%;
}
.error-wrapper .error-container .error .error-actions > li a i {
  color: #292929;
  font-size: 32px;
}
.error-wrapper .error-container.error-500 {
  background-color: #ffc107;
}
.error-wrapper .error-container.error-500 .error .error-or .or-line {
  background-color: #d39e00;
}
.error-wrapper .error-container.error-500 .error .error-or .or {
  background-color: #ffc107;
}
.error-wrapper .error-container.error-401 {
  background-color: #34b5dc;
}
.error-wrapper .error-container.error-401 .error .error-or .or-line {
  background-color: #2198bd;
}
.error-wrapper .error-container.error-401 .error .error-or .or {
  background-color: #34b5dc;
}
@media only screen and (max-width: 600px) {
  .error-wrapper {
    padding-top: 5%;
  }
  .error-wrapper .error-container {
    -webkit-transform: skew(0deg, -5deg);
    -moz-transform: skew(0deg, -5deg);
    -o-transform: skew(0deg, -5deg);
    -ms-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
  }
  .error-wrapper .error-container .error {
    -webkit-transform: skew(0deg, 5deg);
    -moz-transform: skew(0deg, 5deg);
    -o-transform: skew(0deg, 5deg);
    -ms-transform: skew(0deg, 5deg);
    transform: skew(0deg, 5deg);
    width: auto;
  }
}
/*------------------------------------------------------------------
[10.4. Profile]
*/
/*------------------------------------------------------------------
[11. Calendar]
*/
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #f5f5f5;
}
.fc-unthemed th {
  border-color: #292929;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-unthemed .fc-today {
  background: #efe8c5;
  color: #333;
  font-weight: 500

}
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */
}
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%;
}
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%;
}
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}
/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
  padding: 7px;
  background-color: #292929;
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}
.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #29c7ca;
  /* default BORDER color */
  background-color: #29c7ca;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
  cursor: pointer;
}
/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #222;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 3;
}
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-h-event,
.fc-v-event {
  border-width: 0 0 0 4px;
  margin-bottom: 3px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #f1f3f2;
}
.fc-v-event {
  padding: 10px;
  border-width: 4px 0 0 0;
}
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* resizer */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px;
}
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize;
}
/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize;
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 8px 10px;
}
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: 400;
  color: #333;
  display: block;
}
.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px;
}

a.fc-day-grid-event {
	color: #333 !important;
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  padding: 10px 0;
}
.fc-toolbar h2 {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  /*background-color: #292929;
  color: #ffffff;*/
  padding: 7px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}
/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}
/* title text */
.fc-toolbar h2 {
  margin: 0;
  font-size: 17px;
}
/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}

a.fc-day-number {
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #333 !important;
	cursor: pointer;
}

.fc-other-month a.fc-day-number {
	color: #aaa !important;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  font-size: 12px;
  font-weight: 300;
  padding-top: 2px;
  padding-bottom: 2px;
}
.fc-basic-view .fc-week-number {
  text-align: center;
}
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}
.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

.fc-other-month {
	color: #aaa !important;
}

.fc-bg .fc-other-month {
  /*background-color: #efefef;*/
  background-size: 20px 20px;
  
}
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3;
}
.fc-time-grid .fc-highlight-skeleton {
  z-index: 4;
}
.fc-time-grid .fc-content-skeleton {
  z-index: 5;
}
.fc-time-grid .fc-helper-skeleton {
  z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative;
}
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}
/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 20px;
  font-weight: 200;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event .fc-resizer:after {
  content: "-";
}
.fc-event {
  margin-bottom: 5px;
  margin-left: 5px;
}
.fc-event .fc-title {
  font-size: 13px;
  font-weight: 400;
}
.calendar-event {
  position: relative;
  padding-left: 30px;
}
.calendar-event a {
  padding-left: 10px !important;
  background-color: #292929;
}
.calendar-event a:before {
  position: absolute;
  content: '';
  width: 3px;
  left: 0;
  top: 8px;
  bottom: 8px;
  background-color: #29c7ca;
}
.calendar-event.event-default a:before {
  background-color: #292929;
}
.calendar-event.event-primary a:before {
  background-color: #29c7ca;
}
.calendar-event.event-success a:before {
  background-color: #1dbc9c;
}
.calendar-event.event-info a:before {
  background-color: #34b5dc;
}
.calendar-event.event-warning a:before {
  background-color: #ffc107;
}
.calendar-event.event-danger a:before {
  background-color: #cd4237;
}
.calendar-event.event-inverse a:before {
  background-color: #fefefe;
}
.calendar-event.event-white a:before {
  background-color: #ffffff;
}
.mini-calendar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 255px;
  margin: 0 auto;
  overflow: hidden;
}
.mini-calendar .left,
.mini-calendar .right {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 50%;
  margin-top: -7.5px;
  cursor: pointer;
}
.mini-calendar .left {
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #a09fa0 transparent transparent;
  left: 20px;
}
.mini-calendar .right {
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #a09fa0;
  right: 20px;
}
.mini-calendar .header {
  height: 50px;
  width: 255px;
  background: #424242;
  text-align: center;
  position: relative;
  z-index: 100;
}
.mini-calendar .header h1 {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 50px;
  font-weight: 100;
  letter-spacing: 1px;
}
.mini-calendar .month {
  /*overflow: hidden;*/
  opacity: 0;
  margin-bottom: 30px;
}
.mini-calendar .month.new {
  -webkit-animation: fadeIn 1s ease-out;
  -moz-animation: fadeIn 1s ease-out;
  -o-animation: fadeIn 1s ease-out;
  animation: fadeIn 1s ease-out;
  opacity: 1;
}
.mini-calendar .month.in.next {
  -webkit-animation: moveFromTopFadeMonth 0.4s ease-out;
  -moz-animation: moveFromTopFadeMonth 0.4s ease-out;
  -o-animation: moveFromTopFadeMonth 0.4s ease-out;
  animation: moveFromTopFadeMonth 0.4s ease-out;
  opacity: 1;
}
.mini-calendar .month.out.next {
  -webkit-animation: moveToTopFadeMonth 0.4s ease-in;
  -moz-animation: moveToTopFadeMonth 0.4s ease-in;
  -o-animation: moveToTopFadeMonth 0.4s ease-in;
  animation: moveToTopFadeMonth 0.4s ease-in;
  opacity: 1;
}
.mini-calendar .month.in.prev {
  -webkit-animation: moveFromBottomFadeMonth 0.4s ease-out;
  -moz-animation: moveFromBottomFadeMonth 0.4s ease-out;
  -o-animation: moveFromBottomFadeMonth 0.4s ease-out;
  animation: moveFromBottomFadeMonth 0.4s ease-out;
  opacity: 1;
}
.mini-calendar .month.out.prev {
  -webkit-animation: moveToBottomFadeMonth 0.4s ease-in;
  -moz-animation: moveToBottomFadeMonth 0.4s ease-in;
  -o-animation: moveToBottomFadeMonth 0.4s ease-in;
  animation: moveToBottomFadeMonth 0.4s ease-in;
  opacity: 1;
}
.mini-calendar .day {
  display: inline-block;
  width: 36px;
  padding: 5px 10px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  z-index: 100;
  color: #fff;
  font-weight: 300;
}
.mini-calendar .day .day-events {
  list-style: none;
  margin-top: 3px;
  text-align: center;
  height: 12px;
  line-height: 6px;
  overflow: hidden;
}
.mini-calendar .day .day-events span {
  vertical-align: top;
  display: inline-block;
  padding: 0;
  width: 5px;
  height: 5px;
  line-height: 5px;
  margin: 0 1px;
}
.mini-calendar .day .day-events .default {
  background: #292929;
}
.mini-calendar .day .day-events .primary {
  background: #29c7ca;
}
.mini-calendar .day .day-events .success {
  background: #1dbc9c;
}
.mini-calendar .day .day-events .info {
  background: #34b5dc;
}
.mini-calendar .day .day-events .warning {
  background: #ffc107;
}
.mini-calendar .day .day-events .danger {
  background: #cd4237;
}
.mini-calendar .day .day-events .inverse {
  background: #fefefe;
}
.mini-calendar .day .day-events .white {
  background: #ffffff;
}
.mini-calendar .day.other {
  color: rgba(255, 255, 255, 0.3);
}
.mini-calendar .day.today {
  color: #29c7ca;
}
.mini-calendar .day-name {
  font-size: 8px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .7px;
}
.mini-calendar .day-number {
  font-size: 12px;
  letter-spacing: 1.5px;
}
.mini-calendar .details {
  position: relative;
  width: 255px;
  background: #424242;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.mini-calendar .details.in {
  -webkit-animation: moveFromTopFade 0.5s ease both;
  -moz-animation: moveFromTopFade 0.5s ease both;
  -o-animation: moveFromTopFade 0.5s ease both;
  animation: moveFromTopFade 0.5s ease both;
}
.mini-calendar .details.out {
  -webkit-animation: moveToTopFade 0.5s ease both;
  -moz-animation: moveToTopFade 0.5s ease both;
  -o-animation: moveToTopFade 0.5s ease both;
  animation: moveToTopFade 0.5s ease both;
}
.mini-calendar .arrow {
  position: absolute;
  top: -5px;
  left: 40%;
  margin-left: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #424242 transparent;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.mini-calendar .events {
  padding: 7px 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.mini-calendar .events.in {
  -webkit-animation: fadeIn 0.3s ease both;
  -moz-animation: fadeIn 0.3s ease both;
  -o-animation: fadeIn 0.3s ease both;
  animation: fadeIn 0.3s ease both;
  animation-delay: .3s;
}
.mini-calendar .events.out {
  -webkit-animation: fadeOut 0.3s ease both;
  -moz-animation: fadeOut 0.3s ease both;
  -o-animation: fadeOut 0.3s ease both;
  animation: fadeOut 0.3s ease both;
}
.mini-calendar .events.out .events {
  -webkit-animation: fadeOutShink 0.4s ease both;
  -moz-animation: fadeOutShink 0.4s ease both;
  -o-animation: fadeOutShink 0.4s ease both;
  animation: fadeOutShink 0.4s ease both;
}
.mini-calendar .event {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: .5px;
  padding: 2px 16px;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.5);
}
.mini-calendar .event span {
  display: inline-block;
  padding: 0 0 0 7px;
}
.mini-calendar .event-category {
  height: 8px;
  width: 8px;
  display: inline-block;
  margin: 7px 0 0;
  vertical-align: top;
}
.mini-calendar .event-category.default {
  background: #292929;
}
.mini-calendar .event-category.primary {
  background: #29c7ca;
}
.mini-calendar .event-category.success {
  background: #1dbc9c;
}
.mini-calendar .event-category.info {
  background: #34b5dc;
}
.mini-calendar .event-category.warning {
  background: #ffc107;
}
.mini-calendar .event-category.danger {
  background: #cd4237;
}
.mini-calendar .event-category.inverse {
  background: #fefefe;
}
.mini-calendar .event-category.white {
  background: #ffffff;
}
.mini-calendar .legend {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #3c3c3c;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.mini-calendar .entry {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 13px;
  display: inline-block;
  line-height: 30px;
  background: transparent;
}
.mini-calendar .entry.default:after {
  background: #292929;
}
.mini-calendar .entry.primary:after {
  background: #29c7ca;
}
.mini-calendar .entry.success:after {
  background: #1dbc9c;
}
.mini-calendar .entry.info:after {
  background: #34b5dc;
}
.mini-calendar .entry.warning:after {
  background: #ffc107;
}
.mini-calendar .entry.danger:after {
  background: #cd4237;
}
.mini-calendar .entry.inverse:after {
  background: #fefefe;
}
.mini-calendar .entry.white:after {
  background: #ffffff;
}
.mini-calendar .entry:after {
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  top: 12px;
  left: 14px;
}
/* Animations are cool!  */
@-webkit-keyframes moveFromTopFade {
  from {
    opacity: .3;
    height: 0px;
    margin-top: 0px;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveFromTopFade {
  from {
    height: 0px;
    margin-top: 0px;
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveFromTopFade {
  from {
    height: 0px;
    margin-top: 0px;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToTopFade {
  to {
    opacity: .3;
    height: 0px;
    margin-top: 0px;
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveToTopFade {
  to {
    height: 0px;
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveToTopFade {
  to {
    height: 0px;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(-30%) scale(0.95);
  }
}
@-moz-keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -moz-transform: translateY(-30%);
  }
}
@keyframes moveToTopFadeMonth {
  to {
    opacity: 0;
    -moz-transform: translateY(-30%);
  }
}
@-webkit-keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(30%) scale(0.95);
  }
}
@-moz-keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -moz-transform: translateY(30%);
  }
}
@keyframes moveFromTopFadeMonth {
  from {
    opacity: 0;
    -moz-transform: translateY(30%);
  }
}
@-webkit-keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%) scale(0.95);
  }
}
@-moz-keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%);
  }
}
@keyframes moveToBottomFadeMonth {
  to {
    opacity: 0;
    -webkit-transform: translateY(30%);
  }
}
@-webkit-keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%) scale(0.95);
  }
}
@-moz-keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%);
  }
}
@keyframes moveFromBottomFadeMonth {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
@-moz-keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
@keyframes fadeOutShink {
  to {
    opacity: 0;
    padding: 0px;
    height: 0px;
  }
}
/*------------------------------------------------------------------
[12. Chat Form]
*/
#chat-link.open:before {
  background-color: #fff;
  border: 0;
  content: '';
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.chatbar {
  bottom: 0;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  z-index: 20;
}
.chatbar .chatbar-contacts .contacts-header {
  height: 125px;
}
.chatbar .chatbar-contacts .contacts-header .header-user {
  height: 75px;
}
.chatbar .chatbar-contacts .contacts-header .header-user .user-avatar {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  height: 50px;
  margin: 12px 0 12px 12px;
  width: 50px;
}
.chatbar .chatbar-contacts .contacts-header .header-user .user-info {
  color: #fff;
  padding: 14px;
}
.chatbar .chatbar-contacts .contacts-header .header-user .user-info .user-name {
  font-size: 18px;
  font-weight: 300;
}
.chatbar .chatbar-contacts .contacts-header .header-user .user-info .user-status {
  font-size: 13px;
  font-weight: 300;
}
.chatbar .chatbar-contacts .contacts-header .header-user.online .user-avatar {
  border-left: 2px solid #a0d468;
}
.chatbar .chatbar-contacts .contacts-header .header-user.offline .user-avatar {
  border-left: 2px solid #cd4237;
}
.chatbar .chatbar-contacts .contacts-header .header-user.away .user-avatar {
  border-left: 2px solid #ffc107;
}
.chatbar .chatbar-contacts .contacts-header .header-actions {
  height: 50px;
  list-style: none;
  margin: 0;
  padding: 1px 3px;
}
.chatbar .chatbar-contacts .contacts-header .header-actions li {
  display: inline-block;
  height: 50px;
  padding: 10px;
}
.chatbar .chatbar-contacts .contacts-header .header-actions li a {
  color: #fff;
  display: inline-block;
}
.chatbar .chatbar-contacts .contacts-header .header-actions li a:hover {
  cursor: pointer;
}
.chatbar .chatbar-contacts .contacts-header .header-actions li a i {
  font-size: 25px;
}
.chatbar .chatbar-contacts .contacts-search {
  height: 41px;
  position: relative;
}
.chatbar .chatbar-contacts .contacts-search .searchinput {
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid #f5f5f5;
  display: block;
  height: 41px;
  left: 0;
  padding-left: 35px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.chatbar .chatbar-contacts .contacts-search .searchinput:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.chatbar .chatbar-contacts .contacts-search .searchinput::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif, tahoma;
  font-size: 13px;
  font-weight: 300;
}
.chatbar .chatbar-contacts .contacts-search .searchinput::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Roboto', sans-serif, tahoma;
  font-size: 13px;
  font-weight: 300;
}
.chatbar .chatbar-contacts .contacts-search .searchinput:-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Roboto', sans-serif, tahoma;
  font-size: 13px;
  font-weight: 300;
}
.chatbar .chatbar-contacts .contacts-search .searchinput:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif, tahoma;
  font-size: 13px;
  font-weight: 300;
}
.chatbar .chatbar-contacts .contacts-search .searchicon {
  color: #29c7ca;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 12px;
  left: 10px;
  position: absolute;
  top: 12px;
  width: 12px;
  z-index: 124;
}
.chatbar .chatbar-contacts .contacts-list {
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}
.chatbar .chatbar-contacts .contacts-list .contact {
  height: 85px;
  padding: 10px;
  position: relative;
}
.chatbar .chatbar-contacts .contacts-list .contact:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}
.chatbar .chatbar-contacts .contacts-list .contact.online .contact-avatar {
  border-left: 2px solid #a0d468;
}
.chatbar .chatbar-contacts .contacts-list .contact.offline .contact-avatar {
  border-left: 2px solid #cd4237;
}
.chatbar .chatbar-contacts .contacts-list .contact.away .contact-avatar {
  border-left: 2px solid #ffc107;
}
.chatbar .chatbar-contacts .contacts-list .contact .contact-avatar {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  display: inline-block;
  height: 65px;
  width: 65px;
}
.chatbar .chatbar-contacts .contacts-list .contact .contact-avatar img {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  height: 65px;
  width: 65px;
}
.chatbar .chatbar-contacts .contacts-list .contact .contact-info {
  display: inline-block;
  padding-left: 10px;
  vertical-align: bottom;
}
.chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-name {
  font-size: 17px;
  font-weight: 300;
  padding-bottom: 2px;
}
.chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-last-message {
  color: #777;
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 2px;
}
.chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-last-chat-time {
  font-size: 11px;
  font-weight: 300;
  position: absolute;
  right: 10px;
  top: 35px;
}
.chatbar .chatbar-contacts .contacts-list .contact .contact-info .contact-last-chat-time i {
  font-size: 15px;
  vertical-align: middle;
}
.chatbar .chatbar-messages {
  height: 100%;
}
.chatbar .chatbar-messages .messages-header {
  height: 125px;
}
.chatbar .chatbar-messages .messages-header .header-user {
  height: 75px;
}
.chatbar .chatbar-messages .messages-header .header-user .user-avatar {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  height: 50px;
  margin: 12px 0 12px 12px;
  width: 50px;
}
.chatbar .chatbar-messages .messages-header .header-user .user-info {
  color: #fff;
  padding: 14px;
}
.chatbar .chatbar-messages .messages-header .header-user .user-info .user-name {
  font-size: 18px;
  font-weight: 300;
}
.chatbar .chatbar-messages .messages-header .header-user .user-info .user-status {
  font-size: 13px;
  font-weight: 300;
}
.chatbar .chatbar-messages .messages-header .header-user.online .user-avatar {
  border-left: 2px solid #a0d468;
}
.chatbar .chatbar-messages .messages-header .header-user.offline .user-avatar {
  border-left: 2px solid #cd4237;
}
.chatbar .chatbar-messages .messages-header .header-user.away .user-avatar {
  border-left: 2px solid #ffc107;
}
.chatbar .chatbar-messages .messages-header .header-actions {
  height: 50px;
  list-style: none;
  margin: 0;
  padding: 1px 3px;
}
.chatbar .chatbar-messages .messages-header .header-actions li {
  display: inline-block;
  height: 50px;
  padding: 10px;
}
.chatbar .chatbar-messages .messages-header .header-actions li a {
  color: #fff;
  display: inline-block;
}
.chatbar .chatbar-messages .messages-header .header-actions li a:hover {
  cursor: pointer;
}
.chatbar .chatbar-messages .messages-header .header-actions li a i {
  font-size: 25px;
}
.chatbar .chatbar-messages .messages-list {
  -lh-property: 0;
height:-webkit-calc(100vh - 125px);
height:-moz-calc(100vh - 125px);
height:calc(100vh - 125px);
;
  list-style: none;
  overflow: auto;
  padding: 10px 0;
}
.chatbar .chatbar-messages .messages-list .message {
  padding: 10px 25px;
}
.chatbar .chatbar-messages .messages-list .message .message-info {
  height: 18px;
}
.chatbar .chatbar-messages .messages-list .message .message-info .contact-name,
.chatbar .chatbar-messages .messages-list .message .message-info .message-time {
  display: inline-block;
}
.chatbar .chatbar-messages .messages-list .message .message-info .contact-name {
  font-weight: 400;
  margin-left: 10px;
  margin-right: 5px;
}
.chatbar .chatbar-messages .messages-list .message .message-info .message-time {
  color: #999;
  float: right;
  font-size: 9px;
  margin-right: 35px;
}
.chatbar .chatbar-messages .messages-list .message .message-body {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #e5e5e5;
  font-size: 14px;
  font-weight: 300;
  margin-right: 10%;
  margin-top: 10px;
  padding: 12px 17px;
  position: relative;
}
.chatbar .chatbar-messages .messages-list .message .message-body:before {
  border-bottom-color: #e5e5e5;
  border-style: solid;
  border-top-width: 0;
  border-width: 7px;
  color: #fff;
  content: '';
  display: block;
  height: 0;
  left: 10px;
  position: absolute;
  top: -14px;
  width: 0;
}
.chatbar .chatbar-messages .messages-list .message.reply .message-info .bullet,
.chatbar .chatbar-messages .messages-list .message.reply .message-info .contact-name,
.chatbar .chatbar-messages .messages-list .message.reply .message-info .message-time {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.chatbar .chatbar-messages .messages-list .message.reply .message-info .message-time {
  float: left;
  margin-left: 35px;
  margin-top: 2px;
}
.chatbar .chatbar-messages .messages-list .message.reply .message-body {
  background-color: #4bd8db;
  color: #fff;
  margin-left: 10%;
  margin-right: 0;
}
.chatbar .chatbar-messages .messages-list .message.reply .message-body:before {
  border-bottom-color: #4bd8db;
  left: auto;
  right: 10px;
}
.chatbar .chatbar-messages .messages-send {
  background-color: #fff;
  border-top: 1px solid #eee;
  bottom: -65px;
  height: 65px;
  left: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 530px) {
  .page-chatbar {
    -lh-property: 0;
height:-webkit-calc(100vh - 90px);
height:-moz-calc(100vh - 90px);
height:calc(100vh - 90px);
;
    background-color: #fff;
  }
  .page-chatbar.open:before {
    display: none !important;
  }
  .page-chatbar.open ~ .page-content {
    margin-right: 0 !important;
  }
  .page-chatbar.open ~ .page-content .breadcrumbs-fixed {
    right: 0 !important;
  }
  .page-chatbar.open ~ .page-content .page-header-fixed {
    right: 0 !important;
  }
}
/*------------------------------------------------------------------
[12. Settings Form]
*/
.settingsbar .sidebar-body {
  
}
.settingsbar .sidebar-body .section-title {
  font-size: 14px;
  font-weight: 400;
  margin: 30px 0 5px;
}
.settingsbar .sidebar-body .settings-list {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #f1f3f2;
  list-style: none;
  margin: 0;
  padding: 0;
}
.settingsbar .sidebar-body .settings-list .settings-item {
  border-bottom: 1px solid #fafafa;
  font-size: 13px;
  font-weight: 300;
  padding: 10px;
}
.settingsbar .sidebar-body .settings-list .settings-item:last-child {
  border-bottom: 0;
}
.settingsbar .sidebar-body .settings-list .settings-item label {
  margin: -3px -6px;
}
.settingsbar .sidebar-body .settings-list .settings-item i {
  font-size: 22px;
  margin-top: -2px;
  vertical-align: middle;
}
.settingsbar .sidebar-body .colors-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.settingsbar .sidebar-body .colors-list > li {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  height: 40px;
  list-style: none;
  margin: 8px;
  overflow: hidden;
  position: relative;
  transition-duration: .2s;
  width: 40px;
}
.settingsbar .sidebar-body .colors-list > li .color-main {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
}
.settingsbar .sidebar-body .colors-list > li .color-darker {
  -webkit-transform: skew(0deg, -10deg);
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  height: 30px;
  position: absolute;
  top: 20px;
  width: 40px;
}
.settingsbar .sidebar-body .colors-list > li:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.settingsbar .sidebar-body .colors-list > li.active-color {
  border: 2px solid #f1f3f2;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
/*------------------------------------------------------------------
[13. Help Form]
*/
.help-container {
  padding: 15px;
}
.help-container .help-title {
  font-size: 15px;
  font-weight: 400;
  margin: 20px 0 5px;
}
.help-container .help-body {
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
/*------------------------------------------------------------------
[14. Search Form]
*/
.searchbar .sidebar-header .header-description {
  padding: 0;
}
.searchbar .sidebar-header .header-description .form-control {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #F1F1F1;
  border: 0;
  height: 50px;
  padding: 8px 12px;
}
.searchbar .search-results .result {
  padding: 10px 15px;
}
.searchbar .search-results .result:hover {
  background-color: #f5f5f5;
}
.searchbar .search-results .result .result-title,
.searchbar .search-results .result .result-link {
  display: block;
  color: #292929;
}
.searchbar .search-results .result .result-title:hover,
.searchbar .search-results .result .result-link:hover {
  text-decoration: none;
  color: #1c1c1c;
}
.searchbar .search-results .result .result-title {
  font-size: 15px;
  font-weight: 400;
}
.searchbar .search-results .result .result-link {
  font-size: 13px;
  font-weight: 300;
}
.searchbar .search-results .result .result-description {
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
  position: relative;
  vertical-align: top;
}
.searchbar .search-results .result .result-description .description-image {
  height: 60px;
  width: 60px;
}
.searchbar .search-results .result .result-description .description-image ~ .description-text {
  position: absolute;
  top: 0;
  left: 60px;
  padding-left: 10px;
}
/*# sourceMappingURL=app.css.map */