@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
/*

// ========================================================================
// ========================================================================
// ========================================================================
// Table of contents
// ========================================================================
// CSS Imports, fonts, body, and global setups 
// Main Page Structure
//    ---Wrappers and containers
//    ---Main Top Navbar
//    ---Main Menu
//    ---Navbars
// Typography and reused blocks
//    ---Headers and text hooks
//    ---Styled Lists
//    ---Launcher List
//    ---Examples
//    ---Alerts
//    ---Callouts
//    ---Pagination
//    ---Jumbotron
// BS Color Theme override
// Buttons and dropdowns
//    ---Buttons Dropdown
//    ---Dropdown States
//    ---Dropdown Caret
// Images and thumbs
//    ---Isotope Filtering
// Tables and datatables override
// Forms
//    ---General Setup
//    ---Form Validation States
//    ---Checkboxes and radios
//    ---Toggles
//    ---Ratings
//    ---Grid Forms
//    ---BS Select Override
//    ---jQuery Knob Inputs
//    ---Color Picker
//    ---Stepper
//    ---BS Tags Input Override
//    ---WYSWYG Editors - Summernote
//    ---WYSWYG Editors - Wysihtml5
// Modals
//    ---Modal General
//    ---Centering Modal
//    ---Modal States
//    ---Modal Lightbox
// Panels
//    ---Panels Elements
//    ---Panes Contextual Classes
//    ---Oaken Widgets
// Popovers and Tooltips
//    ---Popovers
//    ---Popovers Contextual Classes
//    ---Tooltips
// Progress Bars
//    ---Progress General
//    ---Progress Bar Sizes and mixes
// List Groups
//    ---List Groups mixes
//    ---List/Grid Views
// Pills, navs and tabs
//    ---Pills
//    ---Nav tabs
//    ---Colored Tabs and contextual classes
//    ---Individual Tabs Ears
//    ---Tabs dropdowns and Individual Content
//    ---Custom inclusion of right, left and below tabs ears
// Carousels
// jQuery UI Elements
//    ---Datepicker
//    ---Slider
//    ---Timepicker
// Nanoscroller
// Tree View
//    ---Horizontal Blocks
//    ---Vertical Lists

// ========================================================================
// EXTRA PAGES
// ========================================================================
// FAQ
// Standalone Pages
// Helpers
//    ---Margins and paddings
//    ---Shadow and borders
//    ---Block Radiuses
//    ---Background Colors
//    ---Text Colors
//    ---Image Backgrounds
//    ---Subtle Patterns Backgrounds
//    ---Code Prettifier
//    ---Icon Font Showcase
//    ---Dummy Loader
// Media Queries
//
// ========================================================================
// ========================================================================
// ========================================================================
// CSS Imports, fonts, body, and global setups
// ========================================================================
// ========================================================================
// ========================================================================
//

*/
body {
  background: #ffffff;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  width: 100%;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  /*Google Fonts Rendering in Webkit */
  -webkit-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}

body.index {
  background: url(../images/backgrounds/1.png) no-repeat center center fixed;
  background-size: cover;
}

.main-top-navbar {
  padding: 8.3333333333px 25px;
}

.main-top-navbar i {
  font-size: 1.6em;
}

.main-top-navbar .nav > li > a {
  padding: 12.5px;
}

.main-top-navbar .navbar-brand {
  padding: 8.3333333333px 0;
}

.main-top-navbar .navbar-brand img {
  max-width: 120px;
  margin-left: 10px;
}

.main-top-navbar .navbar-right {
  margin-right: -15px;
  margin-top: 5px;
}

.scrollToTop {
  position: fixed;
  bottom: 50px;
  right: 25px;
  background: fade(#9099aa, 30%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
}

.scrollToTop:hover,
.scrollToTop:active,
.scrollToTop:visited {
  background: #9099aa;
  text-decoration: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
code,
kbd,
.pager,
.tooltip,
.pagination,
pre,
samp,
.panel-heading,
.btn,
.nav,
dt,
.dropcap,
.badge,
.label,
.input-group-addon,
ul.timeline-comments li.timeline-comment:last-child a,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tfoot > tr > td,
.easy-pie-chart-container .percent,
.copyrights,
form legend,
.progress-bar,
.circle-nums {
  font-family: "Montserrat", sans-serif;
}

a:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:focus {
  outline: 0px !important;
  /*-webkit-appearance: none;*/
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row.col-no-padding [class*=col-] {
  padding-bottom: 0 !important;
}

.row.row-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.row.row-sm [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 0 !important;
}

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-15,
.col-lg-15,
.col-sm-15,
.col-md-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.main-container {
  background: #fff;
  min-height: 400px;
  padding: 25px;
  border-radius: 4px;
}

.wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 25px;
  padding-top: 90px;
  overflow-x: hidden;
}
.wrapper:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  background-color: fade(rgb(47.7040816327, 52.7551020408, 62.2959183673), 80%);
  background-image: linear-gradient(-45deg, rgba(48, 53, 62, 0.1) 25%, transparent 25%, transparent 50%, rgba(48, 53, 62, 0.1) 50%, rgba(48, 53, 62, 0.1) 75%, transparent 75%, transparent);
  background-size: 35px 35px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s, transform 0s 0.3s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.menu-wrapper {
  background: #ffffff;
  z-index: 99999;
  border: 0;
  position: fixed;
  width: 290px;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  -webkit-transform: translate3d(-290px, 0, 0);
  transform: translate3d(-290px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.menu-wrapper div.logo-block {
  padding: 25px;
}
.menu-wrapper div.logo-block h2 a, .menu-wrapper div.logo-block h2 a:hover {
  color: rgb(144.8932926829, 225.1646341463, 248.6067073171);
  text-decoration: none;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  color: rgb(14.7333333333, 47.2333333333, 74.9666666667);
  display: block;
  font-weight: 600;
  padding: 12.5px 25px;
  text-decoration: none;
}

.main-menu ul li a:hover,
.main-menu ul li a:active,
.main-menu ul li a:visited {
  background: rgb(236.1956521739, 244.347826087, 251.3043478261);
  text-decoration: none;
}

.main-menu ul li ul li a {
  padding: 8.3333333333px;
  padding-left: 37.5px;
}

.main-menu ul li ul li ul li a {
  padding: 8.3333333333px;
  padding-left: 50px;
}

.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}

.metismenu .glyphicon.arrow:before {
  content: "\e079";
}

.metismenu .active > a > .glyphicon.arrow:before {
  content: "\e114";
}

.metismenu .has-arrow {
  position: relative;
}

.metismenu .has-arrow:after {
  position: absolute;
  content: "\f078";
  font-family: FontAwesome;
  right: 25px;
  transform-origin: center;
  top: 8.3333333333px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.metismenu .active > .has-arrow:after {
  transform: rotate(180deg) translate(0, -50%);
  top: 0;
}

body.menu-wrapper-opened .menu-wrapper {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.menu-wrapper-opened .wrapper:before {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.navbar-brand {
  text-transform: uppercase;
  font-size: 0.95em;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 900;
  padding: 20px;
}

.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  color: #226dad;
}

.navbar-marine .navbar-brand {
  color: #ffffff;
}

.navbar-default {
  background-color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #9099aa;
}

.navbar-default .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
  font-weight: 300;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
  color: rgb(102.9974489796, 113.9030612245, 134.5025510204);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  background-color: rgb(242.2010204082, 243.2387755102, 245.1989795918);
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: rgb(242.2010204082, 243.2387755102, 245.1989795918);
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: rgb(221.9831632653, 224.6602040816, 229.7168367347);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgb(221.9831632653, 224.6602040816, 229.7168367347);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(242.2010204082, 243.2387755102, 245.1989795918);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  background-color: rgb(242.2010204082, 243.2387755102, 245.1989795918);
}

.navbar-default .navbar-link {
  color: #9099aa;
}

.navbar-default .navbar-link:hover {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.navbar-default .btn-link {
  color: #9099aa;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: rgb(242.2010204082, 243.2387755102, 245.1989795918);
}

.navbar-inverse,
.main-top-navbar.navbar-inverse {
  background-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  border-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.navbar-inverse,
.main-top-navbar.navbar-marine {
  background-color: rgb(87.0144927536, 159.8405797101, 221.9855072464);
  border-color: rgb(87.0144927536, 159.8405797101, 221.9855072464);
}

.main-top-navbar.navbar-frontpage {
  background-color: transparent;
  border-color: transparent;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.navbar-inverse .navbar-nav > li > a {
  color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: rgb(80.8801020408, 89.443877551, 105.6198979592);
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  background-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
  border-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.navbar-inverse .navbar-link {
  color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.main-top-navbar.navbar-inverse .btn,
.navbar-inverse .btn-link {
  color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.main-top-navbar.navbar-inverse .btn:hover,
.main-top-navbar.navbar-inverse .btn:focus,
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.navbar-inverse .dropdown-menu {
  background: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.navbar-inverse .dropdown-menu > li > a {
  color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.navbar-inverse .dropdown-menu > li > a:hover {
  background: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  color: #fff;
}

.navbar-nav {
  margin: 0;
}

.navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar .dropdown-menu > li > a {
  font-weight: 300;
}

/** navbar marine **/
.navbar-marine .navbar-brand:hover,
.navbar-marine .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-marine .navbar-text {
  color: #ffffff;
}

.navbar-marine .navbar-nav > li > a {
  color: rgb(14.7333333333, 47.2333333333, 74.9666666667);
}

.navbar-frontpage .navbar-nav > li > a {
  color: rgb(236.1956521739, 244.347826087, 251.3043478261);
}

.navbar-marine .navbar-nav > li > a:hover,
.navbar-marine .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-marine .navbar-nav > .active > a,
.navbar-marine .navbar-nav > .active > a:hover,
.navbar-marine .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-marine .navbar-nav > .disabled > a,
.navbar-marine .navbar-nav > .disabled > a:hover,
.navbar-marine .navbar-nav > .disabled > a:focus {
  color: rgb(21.4347826087, 68.7173913043, 109.0652173913);
  background-color: transparent;
}

.navbar-frontpage .navbar-nav > .disabled > a,
.navbar-frontpage .navbar-nav > .disabled > a:hover,
.navbar-frontpage .navbar-nav > .disabled > a:focus {
  color: rgb(236.1956521739, 244.347826087, 251.3043478261);
  background-color: transparent;
}

.navbar-marine .userbar-brandname {
  text-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.navbar-frontpage .userbar-brandname li a {
  color: #5fb6c7;
}

.navbar-marine .navbar-toggle {
  background-color: #097a9b;
  border-color: rgb(14.7333333333, 47.2333333333, 74.9666666667);
}

.navbar-default .navbar-toggle {
  background-color: transparent;
  border-color: rgb(236.1956521739, 244.347826087, 251.3043478261);
}

.navbar-marine .navbar-toggle:hover,
.navbar-marine .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-marine .navbar-toggle .icon-bar {
  background-color: transparent;
}

.navbar-marine .navbar-collapse,
.navbar-marine .navbar-form {
  border-color: rgb(21.4347826087, 68.7173913043, 109.0652173913);
}

.navbar-marine .navbar-nav > .open > a,
.navbar-marine .navbar-nav > .open > a:hover,
.navbar-marine .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(21.4347826087, 68.7173913043, 109.0652173913);
}

.navbar-marine .navbar-link {
  color: rgb(87.0144927536, 159.8405797101, 221.9855072464);
}

.navbar-marine .navbar-link:hover {
  color: #fff;
}

.main-top-navbar.navbar-marine .btn,
.navbar-marine .btn-link {
  color: rgb(87.0144927536, 159.8405797101, 221.9855072464);
}

.main-top-navbar.navbar-marine .btn:hover,
.main-top-navbar.navbar-marine .btn:focus,
.navbar-marine .btn-link:hover,
.navbar-marine .btn-link:focus {
  color: #fff;
}

.navbar-marine .btn-link[disabled]:hover,
fieldset[disabled] .navbar-marine .btn-link:hover,
.navbar-marine .btn-link[disabled]:focus,
fieldset[disabled] .navbar-marine .btn-link:focus {
  color: rgb(21.4347826087, 68.7173913043, 109.0652173913);
}

.navbar-marine .dropdown-menu {
  background: rgb(21.4347826087, 68.7173913043, 109.0652173913);
}

.navbar-marine .dropdown-menu > li > a {
  color: rgb(87.0144927536, 159.8405797101, 221.9855072464);
}

.navbar-marine .dropdown-menu > li > a:hover {
  background: rgb(14.7333333333, 47.2333333333, 74.9666666667);
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}

h2,
h3,
h4 {
  margin-bottom: 20px;
}

h1,
h2,
h3 {
  letter-spacing: -1px;
}

.page-header {
  margin: 0;
  border: none;
}
.page-header h1 {
  font-weight: 600;
  font-size: 3em;
  letter-spacing: -2px;
  margin-top: 0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  text-transform: none;
  font-weight: 300;
  letter-spacing: normal;
  color: rgb(80.8801020408, 89.443877551, 105.6198979592);
  font-size: 70%;
  padding-left: 5px;
}

.text-lg {
  display: block;
  font-size: 35px;
  line-height: 47px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.text-xl {
  display: block;
  font-size: 45px;
  line-height: 47px;
  font-weight: 900;
  letter-spacing: -2.5px;
}

.text-xxl {
  display: block;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -2.5px;
}

.text-xxxl {
  display: block;
  font-size: 75px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: -2.5px;
}

label {
  font-weight: 600;
  cursor: pointer;
}

label small {
  color: #949fb2;
  font-weight: 400;
  font-size: 85%;
}

label small:before {
  content: "– ";
}

h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label,
.h1 .label,
.h2 .label,
.h3 .label,
.h4 .label,
.h5 .label,
.h6 .label {
  font-size: 12px;
  letter-spacing: -0.2px;
  vertical-align: middle;
}

.panel-heading small:before {
  content: " | ";
}

.close {
  position: relative;
  float: right;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.label,
.badge {
  font-size: 11px;
  font-weight: 900;
  border-radius: 5px;
}

code,
kbd,
pre,
samp {
  font-weight: 700;
}

code {
  padding: 1px 5px 1px;
  white-space: nowrap;
  font-size: 10px;
  color: #fff;
  background-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  letter-spacing: 0.2px;
}

kbd {
  padding: 1px 5px 1px;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  background-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  letter-spacing: 0.5px;
}

p a {
  text-decoration: none;
}

.lead {
  font-size: 1.4em;
  font-weight: 300;
}

.dropcap {
  display: block;
  float: left;
  line-height: 40px;
  font-size: 4em;
  font-weight: 700;
  padding: 8px;
  margin-right: 7px;
}

blockquote {
  position: relative;
  padding: 20px;
  padding-left: 70px;
  margin: 0px 0px 20px;
  font-size: 1.2em;
  border: 0;
  background: rgba(255, 255, 255, 0.8);
  color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}
blockquote:before {
  content: "\f10e";
  font-size: 2.2em;
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: "FontAwesome";
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.blockquote-reverse,
blockquote.pull-right {
  padding: 20px;
  padding-right: 70px;
  border: 0;
}

.blockquote-reverse:before,
blockquote.pull-right:before {
  content: "\f10d";
  font-size: 2.2em;
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: "FontAwesome";
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.well {
  padding: 25px;
  background-color: rgb(242.2010204082, 243.2387755102, 245.1989795918);
  border: none;
  border-radius: 4px;
  box-shadow: none;
}

.well-sm {
  padding: 15px 20px;
}

.circle-nums {
  display: block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  background: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  border-radius: 50%;
  text-align: center;
}

.timestamp {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  color: #9099aa;
  padding: 2px 5px 2px 18px;
  font-size: 0.7em;
  font-weight: 700;
  background: rgb(242.2010204082, 243.2387755102, 245.1989795918);
  border-radius: 4px;
}
.timestamp:before {
  position: absolute;
  left: 5px;
  font-family: FontAwesome;
  content: "\f017";
  font-weight: 300;
}

ol.list-ordered-styled-vertical,
ol.list-abc-styled-vertical {
  margin-top: 20px;
  list-style-type: none;
  counter-reset: li-counter;
}

ol.list-ordered-styled-vertical > li,
ol.list-abc-styled-vertical > li {
  position: relative;
  margin-bottom: 10px;
}

ol.list-ordered-styled-vertical > li:before,
ol.list-abc-styled-vertical > li:before {
  position: absolute;
  top: 0;
  left: -40px;
  font-size: 0.85em;
  font-weight: 900;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  line-height: 20px;
  background: #9099aa;
  content: counter(li-counter);
  counter-increment: li-counter;
}

ol.list-abc-styled-vertical {
  counter-reset: abc-counter;
}

ol.list-abc-styled-vertical > li:before {
  content: counter(abc-counter, upper-latin);
  counter-increment: abc-counter;
}

ol.list-ordered-styled-horizontal,
ol.list-abc-styled-horizontal {
  margin-top: 20px;
  list-style-type: none;
  counter-reset: li-counter;
}

ol.list-ordered-styled-horizontal > li,
ol.list-abc-styled-horizontal > li {
  position: relative;
  width: 32%;
  min-height: 160px;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  padding: 30px 10px 0;
  border-right: 1px solid rgb(221.9831632653, 224.6602040816, 229.7168367347);
}

ol.list-ordered-styled-horizontal > li:last-child,
ol.list-abc-styled-horizontal > li:last-child {
  border: 0;
}

ol.list-ordered-styled-horizontal > li:before,
ol.list-abc-styled-horizontal > li:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
  font-size: 0.85em;
  font-weight: 900;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  line-height: 25px;
  background: rgb(244.4686170213, 222.5957446809, 113.2313829787);
  content: counter(li-counter, lower-latin);
  counter-increment: li-counter;
}

ol.list-abc-styled-horizontal {
  counter-reset: abc-counter;
}

ol.list-abc-styled-horizontal > li:before {
  content: counter(abc-counter, upper-roman);
  counter-increment: abc-counter;
}

ul.vertical-bordered-blocks li {
  border-right: 1px solid rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

ul.vertical-bordered-blocks li ul li,
ul.vertical-bordered-blocks li:last-child {
  border: 0;
}

ul.launcher-pad li {
  text-align: center;
  padding: 0;
}
ul.launcher-pad li a {
  position: relative;
  font-size: 11px;
  font-weight: 900;
  display: block;
  padding: 12px 8px;
  margin: 4px;
  border-radius: 4px;
  color: #9099aa;
  text-transform: uppercase !important;
  background: #fff;
}
ul.launcher-pad li a:hover,
ul.launcher-pad li a:active,
ul.launcher-pad li a:focus {
  background: rgb(201.7653061224, 206.0816326531, 214.2346938776);
  color: #9099aa;
  text-decoration: none;
}
ul.launcher-pad li a .badge {
  position: absolute;
  background: #5fb6c7;
  top: 7px;
  right: 7px;
}
ul.launcher-pad li i {
  font-size: 3.1em;
  line-height: 1em;
  margin: 0 auto 4px;
  display: block;
}

.menu-wrapper ul.launcher-pad li a {
  color: rgb(236.1956521739, 244.347826087, 251.3043478261);
  background: rgb(21.4347826087, 68.7173913043, 109.0652173913);
}

.menu-wrapper ul.launcher-pad li a:hover,
.menu-wrapper ul.launcher-pad li a:active,
.menu-wrapper ul.launcher-pad li a:focus {
  color: #fff;
  background: #226dad;
}

.example {
  position: relative;
  padding: 60px 25px 25px;
  background: repeating-linear-gradient(-45deg, rgb(201.7653061224, 206.0816326531, 214.2346938776), rgb(201.7653061224, 206.0816326531, 214.2346938776) 2px, rgba(255, 255, 255, 0.6) 2px, rgba(255, 255, 255, 0.6) 4px);
}
.example:after {
  content: "Example";
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 0.7em;
  font-weight: 700;
  padding: 3px 6px;
  text-transform: uppercase;
  background: #5fb6c7;
  color: #fff;
  letter-spacing: 4px;
  border-radius: 4px;
}

.alert-success,
.alert-info,
.alert-warning,
.alert-primary,
.alert-danger {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.alert {
  padding: 15px 25px;
  border-radius: 4px;
  position: relative;
}
.alert a {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  font-weight: 700;
}

.callout {
  position: relative;
  background: rgb(242.2010204082, 243.2387755102, 245.1989795918);
  min-height: 70px;
  margin-bottom: 20px;
  padding: 25px;
  padding-left: 100px;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}
.callout:before {
  content: "\e034";
  position: absolute;
  left: 25px;
  top: 13px;
  display: block;
  border-radius: 50%;
  text-align: center;
  font-size: 3em;
  color: #9099aa;
  font-family: "dripicons-v2";
}
.callout h4 {
  margin: 0;
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #9099aa;
}
.callout p {
  margin: 0px 0px 5px;
}
.callout a {
  text-decoration: underline;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673) !important;
}

.callout-danger {
  border-color: #e74958;
  background-color: rgb(248.8252427184, 208.1747572816, 212.0339805825);
}

.callout-warning {
  border-color: #f0ad4e;
  background: rgb(249.9609375, 227.453125, 195.5390625);
}

.callout-info {
  border-color: #5fb6c7;
  background: rgb(189.4444444444, 225.0902777778, 232.0555555556);
}

.callout-success {
  border-color: #9ab946;
  background-color: rgb(208.54, 222.8, 169.9);
}

.callout-info h4 {
  color: #5fb6c7;
}

.callout-success h4 {
  color: #9ab946;
}

.callout-warning h4 {
  color: #f0ad4e;
}

.callout-danger h4 {
  color: #e74958;
}

.callout.callout-info:before {
  content: "I";
  color: #5fb6c7;
}

.callout.callout-warning:before {
  content: "\e063";
  color: #f0ad4e;
}

.callout.callout-danger:before {
  content: "\e04d";
  color: #e74958;
}

.callout.callout-success:before {
  content: "\e04e";
  color: #9ab946;
}

.pagination {
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  border: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  padding: 6px 14px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  padding: 6px 14px;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 10px 14px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 25px;
}

.jumbotron {
  padding: 25px;
  margin-bottom: 25px;
  color: #fff;
  background: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}
.jumbotron h1 {
  margin-top: 0;
  font-weight: 400;
}

.jumbotron[class^=image-background-],
.jumbotron[class*=" image-background-"] {
  background-size: 100%;
}

a,
.text-primary,
.btn-primary .badge,
.btn-link,
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.pagination > li > a,
.pagination > li > span,
.panel-primary > .panel-heading .badge {
  color: #226dad;
}

.bg-primary,
.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.label-primary,
.progress-bar,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-primary > .panel-heading {
  background-color: #226dad;
  border-color: #226dad;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-primary,
.panel-primary > .panel-heading {
  border-color: #226dad;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #226dad;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #226dad;
}

a.text-primary:hover {
  color: rgb(21.4347826087, 68.7173913043, 109.0652173913);
}

a.bg-primary:hover,
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: rgb(21.4347826087, 68.7173913043, 109.0652173913);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary {
  background-color: rgb(29.8115942029, 95.5724637681, 151.6884057971);
  border-color: transparent;
}

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

.btn-warning .badge {
  color: #f0ad4e;
}

.label-warning,
.progress-bar-warning,
.panel-warning > .panel-heading {
  background-color: #f0ad4e;
}

a.text-warning:hover {
  color: rgb(222.6328125, 138.359375, 18.8671875);
}

a.bg-warning:hover,
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: rgb(222.6328125, 138.359375, 18.8671875);
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning.active.focus,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:hover,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning {
  background-color: rgb(238.0078125, 162.109375, 54.4921875);
  border-color: transparent;
}

.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,
.bg-warning {
  background-color: rgb(246.7734375, 210.028125, 157.9265625);
}

.alert-warning {
  background-color: rgb(246.7734375, 210.028125, 157.9265625);
  border-color: rgb(246.7734375, 210.028125, 157.9265625);
}

.list-group-item-warning {
  color: #f0ad4e;
  background-color: rgb(246.7734375, 210.028125, 157.9265625);
}

a.list-group-item-warning,
.list-group-with-big-icons a.list-group-item-warning i {
  color: #f0ad4e;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #fff;
  background-color: #f0ad4e;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: transparent;
}

.panel-warning > .panel-heading .badge {
  color: #fff;
  background-color: #f0ad4e;
}

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

.text-success,
.btn-success .badge {
  color: #9ab946;
}

.panel-success > .panel-heading,
.label-success,
.progress-bar-success {
  background-color: #9ab946;
}

a.text-success:hover {
  color: rgb(92.4, 111, 42);
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
.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,
a.bg-success:hover,
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: rgb(208.54, 222.8, 169.9);
}

.btn-success:active:hover,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success.active.focus,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:hover,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success {
  background-color: rgb(138.6, 166.5, 63);
  border-color: transparent;
}

.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,
.bg-success {
  background-color: rgb(188.34, 208.8, 132.9);
}

.alert-success {
  background-color: rgb(188.34, 208.8, 132.9);
  border-color: rgb(188.34, 208.8, 132.9);
}

.list-group-item-success {
  color: #9ab946;
  background-color: rgb(188.34, 208.8, 132.9);
}

a.list-group-item-success,
.list-group-with-big-icons a.list-group-item-success i {
  color: #9ab946;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  background-color: #9ab946;
  color: #fff;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #9ab946;
  border-color: transparent;
}

.panel-success > .panel-heading .badge {
  color: #fff;
  background-color: #9ab946;
}

.btn-info,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5fb6c7;
  border-color: #5fb6c7;
}

.text-info,
.btn-info .badge {
  color: #5fb6c7;
}

.panel-info > .panel-heading,
.label-info,
.progress-bar-info {
  background-color: #5fb6c7;
}

a.text-info:hover {
  color: rgb(56.3888888889, 143.9930555556, 161.1111111111);
}

a.bg-info:hover,
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: rgb(56.3888888889, 143.9930555556, 161.1111111111);
}

.btn-info:active:hover,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info.active.focus,
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:hover,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info {
  background-color: rgb(65.6444444444, 167.6277777778, 187.5555555556);
  border-color: transparent;
}

.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,
.bg-info {
  background-color: rgb(151.6666666667, 207.8541666667, 218.8333333333);
}

.alert-info {
  background-color: rgb(151.6666666667, 207.8541666667, 218.8333333333);
  border-color: rgb(151.6666666667, 207.8541666667, 218.8333333333);
}

.list-group-item-info {
  color: #5fb6c7;
  background-color: rgb(151.6666666667, 207.8541666667, 218.8333333333);
}

a.list-group-item-info,
.list-group-with-big-icons a.list-group-item-info i {
  color: #5fb6c7;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #fff;
  background-color: #5fb6c7;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #5fb6c7;
  border-color: transparent;
}

.panel-info > .panel-heading .badge {
  color: #fff;
  background-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  margin-top: 5px;
}

.btn-default,
.label-default {
  color: #fff;
  background-color: #9099aa;
  border-color: #9099aa;
}

.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default.active.focus,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: rgb(102.9974489796, 113.9030612245, 134.5025510204);
  border-color: rgb(102.9974489796, 113.9030612245, 134.5025510204);
}

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

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
  border-color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.btn-default .badge {
  color: #fff;
  background-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

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

.btn-danger .badge {
  color: #e74958;
}

.panel-danger > .panel-heading,
.label-danger,
.progress-bar-danger {
  background-color: #e74958;
}

a.text-info:hover {
  color: rgb(56.3888888889, 143.9930555556, 161.1111111111);
}

a.bg-danger:hover,
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: rgb(200.9951456311, 26.5048543689, 43.0703883495);
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger.active.focus,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:hover,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger {
  background-color: rgb(200.9951456311, 26.5048543689, 43.0703883495);
  border-color: transparent;
}

.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,
.bg-danger {
  background-color: rgb(241.1009708738, 149.5990291262, 158.2859223301);
}

.alert-danger {
  background-color: rgb(241.1009708738, 149.5990291262, 158.2859223301);
  border-color: rgb(241.1009708738, 149.5990291262, 158.2859223301);
}

.list-group-item-danger {
  color: #e74958;
  background-color: rgb(241.1009708738, 149.5990291262, 158.2859223301);
}

a.list-group-item-danger,
.list-group-with-big-icons a.list-group-item-danger i {
  color: #e74958;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #fff;
  background-color: #e74958;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e74958;
  border-color: transparent;
}

.panel-danger > .panel-heading .badge {
  color: #fff;
  background-color: #e74958;
}

.btn {
  font-weight: 700;
  padding: 12.5px 20px;
  transition: all 0.4s;
  font-size: 0.85em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn i {
  font-weight: 300;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .badge {
  letter-spacing: normal;
  padding: 1px 6px 2px;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 15px 25px;
  font-size: 1.15em;
  border-radius: 4px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 10px 17.5px;
  font-size: 0.7em;
  border-radius: 4px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 7.5px 12.5px;
  font-size: 0.6em;
  border-radius: 4px;
}

.btn-circle {
  width: 44px;
  height: 44px;
  text-align: center;
  padding: 8px 0;
  font-size: 22px;
  border-radius: 50%;
}

.btn-circle-lg {
  width: 54px;
  height: 54px;
  text-align: center;
  padding: 10px 0;
  font-size: 28px;
  border-radius: 50%;
}

.btn-circle-sm {
  width: 37px;
  height: 37px;
  text-align: center;
  padding: 8px 0;
  font-size: 17px;
  border-radius: 50%;
}

.btn-circle-xs {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 13px;
  border-radius: 50%;
}

.btn-big-icon {
  font-size: 10px;
  text-transform: uppercase;
  white-space: normal;
  padding: 12.5px 20px;
}
.btn-big-icon i {
  font-size: 2.7em;
  display: block;
  clear: both;
}
.btn-big-icon small {
  display: block;
  font-size: 0.8em;
  line-height: 1.1em;
  font-weight: 400;
}

.btn-complex {
  position: relative;
  padding: 12.5px 20px;
  padding-left: 70px;
  text-align: left;
}
.btn-complex i {
  position: absolute;
  display: block;
  font-size: 30px;
  left: 20px;
  top: 10px;
}
.btn-complex small {
  display: block;
  color: rgba(255, 255, 255, 0.6);
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0;
}

.dropdown-menu {
  margin: 2px 0px 0px;
  background-color: rgb(242.2010204082, 243.2387755102, 245.1989795918);
  border: 0;
  border-radius: 4px;
  font-size: 0.95em;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 3px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-header {
  display: block;
  padding: 3px 12px;
  font-size: 0.75em;
  line-height: 1.42857143;
  color: #9099aa;
  text-transform: uppercase;
  font-weight: 300;
  white-space: nowrap;
  letter-spacing: 0.9px;
}

.dropdown-menu > li > a {
  padding: 7px 12px;
  font-weight: 300;
  font-size: 1em;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.dropdown-menu.default-dropdown,
.btn-group-default .dropdown-menu {
  background-color: rgb(102.9974489796, 113.9030612245, 134.5025510204);
}

.dropdown-menu.default-dropdown li.active > a,
.dropdown-menu.default-dropdown li > a:hover,
.dropdown-menu.default-dropdown li > a:focus,
.btn-group-default .dropdown-menu li > a:hover,
.btn-group-default .dropdown-menu li > a:focus {
  background-color: #9099aa;
}

.dropdown-menu.primary-dropdown,
.btn-group-primary .dropdown-menu {
  background-color: rgb(29.8115942029, 95.5724637681, 151.6884057971);
}

.dropdown-menu.primary-dropdown li.active > a,
.dropdown-menu.primary-dropdown li > a:hover,
.dropdown-menu.primary-dropdown li > a:focus,
.btn-group-primary .dropdown-menu li > a:hover,
.btn-group-primary .dropdown-menu li > a:focus {
  background-color: #226dad;
}

.dropdown-menu.success-dropdown,
.btn-group-success .dropdown-menu {
  background-color: rgb(138.6, 166.5, 63);
}

.dropdown-menu.success-dropdown li.active > a,
.dropdown-menu.success-dropdown li > a:hover,
.dropdown-menu.success-dropdown li > a:focus,
.btn-group-success .dropdown-menu li > a:hover,
.btn-group-success .dropdown-menu li > a:focus {
  background-color: #9ab946;
}

.dropdown-menu.info-dropdown,
.btn-group-info .dropdown-menu {
  background-color: rgb(65.6444444444, 167.6277777778, 187.5555555556);
}

.dropdown-menu.info-dropdown li.active > a,
.dropdown-menu.info-dropdown li > a:hover,
.dropdown-menu.info-dropdown li > a:focus,
.btn-group-info .dropdown-menu li > a:hover,
.btn-group-info .dropdown-menu li > a:focus {
  background-color: #5fb6c7;
}

.dropdown-menu.warning-dropdown,
.btn-group-warning .dropdown-menu {
  background-color: rgb(238.0078125, 162.109375, 54.4921875);
}

.dropdown-menu.warning-dropdown li.active > a,
.dropdown-menu.warning-dropdown li > a:hover,
.dropdown-menu.warning-dropdown li > a:focus,
.btn-group-warning .dropdown-menu li > a:hover,
.btn-group-warning .dropdown-menu li > a:focus {
  background-color: #f0ad4e;
}

.dropdown-menu.danger-dropdown,
.btn-group-danger .dropdown-menu {
  background-color: rgb(200.9951456311, 26.5048543689, 43.0703883495);
}

.dropdown-menu.danger-dropdown li.active > a,
.dropdown-menu.danger-dropdown li > a:hover,
.dropdown-menu.danger-dropdown li > a:focus,
.btn-group-danger .dropdown-menu li > a:hover,
.btn-group-danger .dropdown-menu li > a:focus {
  background-color: #e74958;
}

.dropdown-menu.default-dropdown li > a,
.dropdown-menu.primary-dropdown li > a,
.dropdown-menu.info-dropdown li > a,
.dropdown-menu.success-dropdown li > a,
.dropdown-menu.warning-dropdown li > a,
.dropdown-menu.danger-dropdown li > a,
.btn-group-default .dropdown-menu li > a,
.btn-group-primary .dropdown-menu li > a,
.btn-group-danger .dropdown-menu li > a,
.btn-group-success .dropdown-menu li > a,
.btn-group-warning .dropdown-menu li > a,
.btn-group-info .dropdown-menu li > a,
.btn-group-primary .dropdown-menu li > a:hover,
.btn-group-primary .dropdown-menu li > a:focus,
.btn-group-danger .dropdown-menu li > a:hover,
.btn-group-danger .dropdown-menu li > a:focus,
.btn-group-success .dropdown-menu li > a:hover,
.btn-group-success .dropdown-menu li > a:focus,
.btn-group-info .dropdown-menu li > a:hover,
.btn-group-info .dropdown-menu li > a:focus,
.btn-group-warning .dropdown-menu li > a:hover,
.btn-group-warning .dropdown-menu li > a:focus,
.btn-group-default .dropdown-menu li > a:hover,
.btn-group-default .dropdown-menu li > a:focus,
.dropdown-menu.danger-dropdown li > a:hover,
.dropdown-menu.danger-dropdown li > a:focus,
.dropdown-menu.warning-dropdown li > a:hover,
.dropdown-menu.warning-dropdown li > a:focus,
.dropdown-menu.success-dropdown li > a:hover,
.dropdown-menu.success-dropdown li > a:focus,
.dropdown-menu.primary-dropdown li > a:hover,
.dropdown-menu.primary-dropdown li > a:focus,
.dropdown-menu.info-dropdown li > a:hover,
.dropdown-menu.info-dropdown li > a:focus,
.dropdown-menu.default-dropdown li > a:hover,
.dropdown-menu.default-dropdown li > a:focus {
  color: #fff;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.sticked-dropdown .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
}

.sticked-dropdown.open .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .caret,
.caret,
.dropup > .btn > .caret {
  position: relative;
  width: 6px;
  height: 4px;
  margin-right: 2px;
  border: 0;
  right: 0;
}

.caret:after {
  position: absolute;
  top: -7px;
  left: 0;
  font-family: FontAwesome;
  content: "\f0d7";
}

.dropup > .btn > .caret:after {
  font-family: FontAwesome;
  content: "\f0d8";
}

.dropdown.open .caret,
.btn-group.open .caret {
  transform: rotate(-180deg);
  left: 2px;
  top: 1px;
  transition: all 0.2s;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: inherit;
  display: block;
}

.user-img {
  margin: 0 auto;
  display: block;
  max-width: 120px;
}
.user-img img {
  display: inline-block;
  max-width: 100%;
  border-radius: 46%;
}

.img-thumbnail {
  padding: 7px;
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px solid rgb(221.9831632653, 224.6602040816, 229.7168367347);
}

.thumbnail {
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  background: rgb(242.2010204082, 243.2387755102, 245.1989795918);
  border-radius: 4px;
}
.thumbnail h4,
.thumbnail h5 {
  margin: 0 0 5px;
}
.thumbnail .caption {
  padding: 10px 15px 15px;
}

.thumbnail-header {
  background: rgb(201.7653061224, 206.0816326531, 214.2346938776);
  padding: 10px 15px 15px;
}

.thumbnail-header a,
.thumbnail-header small {
  color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.thumbnail:hover .caption {
  background: rgb(221.9831632653, 224.6602040816, 229.7168367347);
}

.thumbnail .caption .circle-nums {
  background: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.isotope-item {
  padding: 0;
  margin: 0;
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.table-relative {
  position: relative;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid transparent;
}

.table > tbody + tbody {
  border-top: none;
}

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.table-padded > thead > tr > th:first-child,
.table-padded > tbody > tr > th:first-child,
.table-padded > tfoot > tr > th:first-child,
.table-padded > thead > tr > td:first-child,
.table-padded > tbody > tr > td:first-child,
.table-padded > tfoot > tr > td:first-child {
  padding-left: 25px;
}

.table-padded > thead > tr > th:last-child,
.table-padded > tbody > tr > th:last-child,
.table-padded > tfoot > tr > th:last-child,
.table-padded > thead > tr > td:last-child,
.table-padded > tbody > tr > td:last-child,
.table-padded > tfoot > tr > td:last-child {
  padding-right: 25px;
}

.table-vertical-bordered > thead > tr > th,
.table-vertical-bordered > tbody > tr > th,
.table-vertical-bordered > tfoot > tr > th,
.table-vertical-bordered > thead > tr > td,
.table-vertical-bordered > tbody > tr > td,
.table-vertical-bordered > tfoot > tr > td {
  border-right: 1px solid rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.table-vertical-bordered > thead > tr > th:last-child,
.table-vertical-bordered > tbody > tr > th:last-child,
.table-vertical-bordered > tfoot > tr > th:last-child,
.table-vertical-bordered > thead > tr > td:last-child,
.table-vertical-bordered > tbody > tr > td:last-child,
.table-vertical-bordered > tfoot > tr > td:last-child {
  border: 0;
}

.table-horizontal-bordered > thead > tr > th,
.table-horizontal-bordered > tbody > tr > th,
.table-horizontal-bordered > tfoot > tr > th,
.table-horizontal-bordered > thead > tr > td,
.table-horizontal-bordered > tbody > tr > td,
.table-horizontal-bordered > tfoot > tr > td {
  border-bottom: 1px solid rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.table > thead > tr > th,
.table > thead > tr > td {
  font-size: 0.9em;
  font-weight: 400;
  border-bottom: 0;
  letter-spacing: 1px;
  vertical-align: top;
  padding: 8px;
  background: rgb(80.8801020408, 89.443877551, 105.6198979592);
  text-transform: uppercase;
  color: #fff;
}

.table > thead > tr > th small,
.table > tbody > tr > th small {
  font-weight: 300;
  font-size: 0.85em;
  display: block;
  line-height: 1.3em;
  text-transform: none;
  color: #9099aa;
  letter-spacing: 0;
}

.table > tbody > tr > th small {
  font-size: 0.9em;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: fade(#9099aa, 20%);
}

.table-hover > tbody > tr:hover {
  background: fade(#9099aa, 40%);
}

.table-fixed tbody {
  height: 200px;
  overflow-y: auto;
  width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
  display: block;
}

.table-fixed tr:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

.table-fixed tbody td,
.table-fixed thead > tr > th {
  float: left;
}

.modal.modal-primary-filled .table > thead > tr > th,
.modal.modal-primary-filled .table > tbody > tr > th,
.modal.modal-primary-filled .table > tfoot > tr > th,
.modal.modal-primary-filled .table > thead > tr > td,
.modal.modal-primary-filled .table > tbody > tr > td,
.modal.modal-primary-filled .table > tfoot > tr > td,
.panel-primary.panel-filled .table > thead > tr > th,
.panel-primary.panel-filled .table > tbody > tr > th,
.panel-primary.panel-filled .table > tfoot > tr > th,
.panel-primary.panel-filled .table > thead > tr > td,
.panel-primary.panel-filled .table > tbody > tr > td,
.panel-primary.panel-filled .table > tfoot > tr > td,
.modal.modal-success-filled .table > thead > tr > th,
.modal.modal-success-filled .table > tbody > tr > th,
.modal.modal-success-filled .table > tfoot > tr > th,
.modal.modal-success-filled .table > thead > tr > td,
.modal.modal-success-filled .table > tbody > tr > td,
.modal.modal-success-filled .table > tfoot > tr > td,
.panel-success.panel-filled .table > thead > tr > th,
.panel-success.panel-filled .table > tbody > tr > th,
.panel-success.panel-filled .table > tfoot > tr > th,
.panel-success.panel-filled .table > thead > tr > td,
.panel-success.panel-filled .table > tbody > tr > td,
.panel-success.panel-filled .table > tfoot > tr > td,
.modal.modal-info-filled .table > thead > tr > th,
.modal.modal-info-filled .table > tbody > tr > th,
.modal.modal-info-filled .table > tfoot > tr > th,
.modal.modal-info-filled .table > thead > tr > td,
.modal.modal-info-filled .table > tbody > tr > td,
.modal.modal-info-filled .table > tfoot > tr > td,
.panel-info.panel-filled .table > thead > tr > th,
.panel-info.panel-filled .table > tbody > tr > th,
.panel-info.panel-filled .table > tfoot > tr > th,
.panel-info.panel-filled .table > thead > tr > td,
.panel-info.panel-filled .table > tbody > tr > td,
.panel-info.panel-filled .table > tfoot > tr > td,
.modal.modal-warning-filled .table > thead > tr > th,
.modal.modal-warning-filled .table > tbody > tr > th,
.modal.modal-warning-filled .table > tfoot > tr > th,
.modal.modal-warning-filled .table > thead > tr > td,
.modal.modal-warning-filled .table > tbody > tr > td,
.modal.modal-warning-filled .table > tfoot > tr > td,
.panel-warning.panel-filled .table > thead > tr > th,
.panel-warning.panel-filled .table > tbody > tr > th,
.panel-warning.panel-filled .table > tfoot > tr > th,
.panel-warning.panel-filled .table > thead > tr > td,
.panel-warning.panel-filled .table > tbody > tr > td,
.panel-warning.panel-filled .table > tfoot > tr > td,
.modal.modal-danger-filled .table > thead > tr > th,
.modal.modal-danger-filled .table > tbody > tr > th,
.modal.modal-danger-filled .table > tfoot > tr > th,
.modal.modal-danger-filled .table > thead > tr > td,
.modal.modal-danger-filled .table > tbody > tr > td,
.modal.modal-danger-filled .table > tfoot > tr > td,
.panel-danger.panel-filled .table > thead > tr > th,
.panel-danger.panel-filled .table > tbody > tr > th,
.panel-danger.panel-filled .table > tfoot > tr > th,
.panel-danger.panel-filled .table > thead > tr > td,
.panel-danger.panel-filled .table > tbody > tr > td,
.panel-danger.panel-filled .table > tfoot > tr > td,
.panel-dark.panel-filled .table > thead > tr > th,
.panel-dark.panel-filled .table > tbody > tr > th,
.panel-dark.panel-filled .table > tfoot > tr > th,
.panel-dark.panel-filled .table > thead > tr > td,
.panel-dark.panel-filled .table > tbody > tr > td,
.panel-dark.panel-filled .table > tfoot > tr > td {
  color: #fff;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled {
  background: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.table thead .sorting:after {
  content: "\f0dc";
}

.table thead .sorting_asc:after {
  content: "\f0dd";
}

.table thead .sorting_desc:after {
  content: "\f0de";
}

.table thead .sorting_asc_disabled {
  color: rgba(0, 153, 204, 0.5);
  content: "\f0dd";
}

.table thead .sorting_desc_disabled {
  color: rgba(0, 153, 204, 0.5);
  content: "\f0de";
}

.table thead .sorting:after,
.table thead .sorting_asc:after,
.table thead .sorting_desc:after,
.table thead .sorting_asc_disabled:after,
.table thead .sorting_desc_disabled:after {
  margin-left: 5px;
  font-family: "FontAwesome";
  color: #fff;
}

table.dataTable thead > tr > th {
  padding-left: 18px;
  padding-right: 18px;
}

div.dataTables_length select {
  height: 41px;
}

.dataTables_filter .form-control {
  margin-left: 4px;
}

table.dataTable tfoot input {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  font-weight: 400;
  padding: 4px 7px;
  border-radius: 4px;
  border: 0;
  background: rgb(242.2010204082, 243.2387755102, 245.1989795918);
}

form header {
  border-bottom: 1px solid rgb(221.9831632653, 224.6602040816, 229.7168367347);
  margin: -25px 25px;
  padding: 0 25px 10px;
}
form footer {
  border-top: 1px solid rgb(221.9831632653, 224.6602040816, 229.7168367347);
  margin: -15px 0;
  padding: 0 25px;
}
form legend {
  display: block;
  margin-bottom: 20px;
  font-size: 1.7em;
  line-height: inherit;
  color: rgb(80.8801020408, 89.443877551, 105.6198979592);
  font-weight: 700;
  border: none;
}

.form-group,
.input-group {
  margin-bottom: 12px;
}

.input-group .form-control,
.form-control-feedback {
  z-index: 0;
}

.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}

.form-control {
  height: 44px;
  padding: 12.5px;
  font-size: 15px;
  line-height: 1.42857143;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  background-color: rgb(221.9831632653, 224.6602040816, 229.7168367347);
  border: 0;
  border-radius: 4px;
}
.form-control:focus {
  border-color: rgb(189.4444444444, 225.0902777778, 232.0555555556);
  background-color: rgb(189.4444444444, 225.0902777778, 232.0555555556);
}

.form-control-feedback {
  font-size: 1.4em;
  color: #9099aa;
  height: 40px;
  line-height: 40px;
}

.help-block {
  display: block;
  font-size: 0.85em;
  line-height: 1.2em;
  margin-top: 3px;
  margin-bottom: 3px;
  color: #9099aa;
}

.input-group-btn {
  font-size: 1em;
}

.input-group-btn > .btn + .btn {
  margin-left: -3px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: 0px;
  margin-right: -3px;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: 0;
}

.input-group-addon {
  padding: 12.5px 20px;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  background-color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
  border: 0;
  border-radius: 4px;
}

input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
.input-group-lg input[type=date],
.input-group-lg input[type=time],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month] {
  line-height: 54px;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px;
}

.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 15px 25px;
  height: 54px;
  font-size: 1.15em;
}

select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  padding: 15px 25px;
  height: 54px;
  line-height: 54px;
}

select.input-group-lg > .form-control,
.input-group-lg > .form-control {
  padding: 15px 12.5px;
  height: 54px;
}

input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
.input-group-sm input[type=date],
.input-group-sm input[type=time],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month] {
  line-height: 37px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 37px;
  height: 37px;
  line-height: 37px;
}

.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 37px;
  font-size: 0.7em;
  padding: 10px 17.5px;
}

select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 37px;
  line-height: 37px;
  padding: 10px 17.5px;
}

select.input-group-sm > .form-control,
.input-group-sm > .form-control {
  padding: 10px 12.5px;
  height: 37px;
}

input[type=date].input-xs,
input[type=time].input-xs,
input[type=datetime-local].input-xs,
input[type=month].input-xs,
.input-group-xs input[type=date],
.input-group-xs input[type=time],
.input-group-xs input[type=datetime-local],
.input-group-xs input[type=month] {
  line-height: 30px;
}

.input-xs + .form-control-feedback,
.input-group-xs + .form-control-feedback,
.form-group-xs .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
  height: 30px;
  font-size: 0.6em;
  padding: 7.5px 12.5px;
}

select.input-group-xs > .input-group-addon,
select.input-group-xs > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
  padding: 7.5px 12.5px;
}

select.input-group-xs > .form-control,
.input-group-xs > .form-control {
  padding: 7.5px 12.5px;
  height: 30px;
}

.form-control,
.has-success .form-control,
.has-warning .form-control,
.has-error .form-control,
.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success label small,
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #9ab946;
}

.has-success .form-control {
  border-color: rgb(188.34, 208.8, 132.9);
  background: rgb(188.34, 208.8, 132.9);
  color: #fff;
}

fieldset[disabled] .has-success .form-control,
.has-success .form-control[disabled] {
  border-color: rgb(188.34, 208.8, 132.9);
  background: rgb(188.34, 208.8, 132.9);
  color: #9ab946;
}

.has-success .form-control:focus {
  border-color: #9ab946;
  color: #fff;
  background: #9ab946;
}

.has-success .input-group-addon {
  color: #9ab946;
  background-color: #dff0d8;
  border-color: #9ab946;
}

.has-success .form-control-feedback {
  color: #fff;
}

.has-error label small,
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e74958;
}

.has-error .form-control {
  border-color: rgb(241.1009708738, 149.5990291262, 158.2859223301);
  background: rgb(241.1009708738, 149.5990291262, 158.2859223301);
  color: #fff;
}

fieldset[disabled] .has-error .form-control,
.has-error .form-control[disabled] {
  border-color: rgb(241.1009708738, 149.5990291262, 158.2859223301);
  background: rgb(241.1009708738, 149.5990291262, 158.2859223301);
  color: #e74958;
}

.has-error .form-control:focus {
  border-color: #e74958;
  color: #fff;
  background: #e74958;
}

.has-error .input-group-addon {
  color: #e74958;
  background-color: #dff0d8;
  border-color: #e74958;
}

.has-error .form-control-feedback {
  color: #fff;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f5ca8c;
  background: #f5ca8c;
  color: #fff;
}

fieldset[disabled] .has-warning .form-control,
.has-warning .form-control[disabled] {
  border-color: #f5ca8c;
  background: #f5ca8c;
  color: #f0ad4e;
}

.has-warning .form-control:focus {
  border-color: #f0ad4e;
  color: #fff;
  background: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  background-color: #f5ca8c;
  border-color: #f0ad4e;
}

.has-warning .form-control-feedback {
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #9099aa;
}

.form-control:-moz-placeholder {
  color: #9099aa;
}

.form-control::-moz-placeholder {
  color: #9099aa;
}

.form-control:-ms-input-placeholder {
  color: #9099aa;
}

.form-control::-webkit-input-placeholder {
  color: #9099aa;
}

.form-control:-moz-placeholder {
  color: #9099aa;
}

.has-error .form-control::-webkit-input-placeholder {
  color: #fff;
}

.has-error .form-control:-moz-placeholder {
  color: #fff;
}

.has-error .form-control::-moz-placeholder {
  color: #fff;
}

.has-error .form-control:-ms-input-placeholder {
  color: #fff;
}

.has-error .form-control::-webkit-input-placeholder {
  color: #fff;
}

.has-error .form-control:-moz-placeholder {
  color: #fff;
}

.has-success .form-control::-webkit-input-placeholder {
  color: #fff;
}

.has-success .form-control:-moz-placeholder {
  color: #fff;
}

.has-success .form-control::-moz-placeholder {
  color: #fff;
}

.has-success .form-control:-ms-input-placeholder {
  color: #fff;
}

.has-success .form-control::-webkit-input-placeholder {
  color: #fff;
}

.has-success .form-control:-moz-placeholder {
  color: #fff;
}

.checkbox-styled {
  padding-left: 20px;
}
.checkbox-styled label {
  display: inline-block;
  font-weight: normal;
  position: relative;
  padding-left: 5px;
}
.checkbox-styled label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #9099aa;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox-styled label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.checkbox-styled input[type=checkbox] {
  display: none;
}

.checkbox-styled input[type=checkbox]:checked + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkbox-styled.checkbox-circle label:before {
  border-radius: 50%;
}

.checkbox-styled.checkbox-inline {
  margin-top: 0;
}

.input-group-addon .checkbox-styled label {
  bottom: 8px;
  padding-left: 0;
}

.checkbox-primary input[type=checkbox]:checked + label:before {
  background-color: #226dad;
  border-color: #226dad;
}

.checkbox-info input[type=checkbox]:checked + label:before {
  background-color: #5fb6c7;
  border-color: #5fb6c7;
}

.checkbox-warning input[type=checkbox]:checked + label:before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.has-success .checkbox-styled input[type=checkbox] + label:before,
.checkbox-success input[type=checkbox]:checked + label:before {
  background-color: #9ab946;
  border-color: #9ab946;
}

.has-error .checkbox-styled input[type=checkbox]:checked + label:after,
.has-success .checkbox-styled input[type=checkbox]:checked + label:after,
.checkbox-warning input[type=checkbox]:checked + label:after,
.checkbox-success input[type=checkbox]:checked + label:after,
.checkbox-primary input[type=checkbox]:checked + label:after,
.checkbox-danger input[type=checkbox]:checked + label:after,
.checkbox-info input[type=checkbox]:checked + label:after {
  color: #fff;
}

.has-error .checkbox-styled input[type=checkbox] + label:before,
.checkbox-danger input[type=checkbox]:checked + label:before {
  background-color: #e74958;
  border-color: #e74958;
}

.radio-styled {
  padding-left: 20px;
}
.radio-styled label {
  display: inline-block;
  font-weight: normal;
  position: relative;
  padding-left: 5px;
}
.radio-styled label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #9099aa;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio-styled label:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 5px;
  top: 5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio-styled input[type=radio] {
  display: none;
}

.radio-styled input[type=radio]:checked + label:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio-styled.radio-inline {
  margin-top: 0;
}

.radio-primary input[type=radio] + label:after {
  background-color: #226dad;
}

.radio-primary input[type=radio]:checked + label:before {
  border-color: #226dad;
}

.radio-primary input[type=radio]:checked + label:after {
  background-color: #226dad;
}

.radio-danger input[type=radio] + label:after {
  background-color: #e74958;
}

.radio-danger input[type=radio]:checked + label:before {
  border-color: #e74958;
}

.radio-danger input[type=radio]:checked + label:after {
  background-color: #e74958;
}

.radio-info input[type=radio] + label:after {
  background-color: #5fb6c7;
}

.radio-info input[type=radio]:checked + label:before {
  border-color: #5fb6c7;
}

.radio-info input[type=radio]:checked + label:after {
  background-color: #5fb6c7;
}

.radio-warning input[type=radio] + label:after {
  background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label:before {
  border-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label:after {
  background-color: #f0ad4e;
}

.has-success .radio-styled input[type=radio] + label:after,
.radio-success input[type=radio] + label:after {
  background-color: #9ab946;
}

.radio-success input[type=radio]:checked + label:before {
  border-color: #9ab946;
}

.radio-success input[type=radio]:checked + label:after {
  background-color: #9ab946;
}

.has-error .radio-styled input[type=radio] + label:before {
  background-color: #e74958;
  border: #e74958;
}

.has-error .radio-styled input[type=radio]:checked + label:after {
  background-color: #fff;
}

.has-success .radio-styled input[type=radio] + label:before {
  background-color: #9ab946;
  border: #9ab946;
}

.has-success .radio-styled input[type=radio]:checked + label:after {
  background-color: #fff;
}

.checkbox-toggle-styled-material,
.checkbox-toggle-styled-on-off,
.checkbox-toggle-styled-yes-no {
  padding-left: 20px;
}

.checkbox-toggle-styled-material label,
.checkbox-toggle-styled-on-off label,
.checkbox-toggle-styled-yes-no label {
  display: inline-block;
  font-weight: normal;
  position: relative;
  padding-left: 35px;
}

.checkbox-toggle-styled-material label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 4px;
  top: 7px;
  left: 0;
  text-align: right;
  padding-right: 5px;
  margin-left: -20px;
  border-radius: 20px;
  background: rgb(221.9831632653, 224.6602040816, 229.7168367347);
  font-size: 10px;
}

.checkbox-toggle-styled-on-off label:before,
.checkbox-toggle-styled-yes-no label:before {
  display: inline-block;
  position: absolute;
  width: 47px;
  height: 20px;
  left: 0;
  text-align: right;
  padding-right: 5px;
  line-height: 1.95em;
  text-transform: uppercase;
  margin-left: -20px;
  border-radius: 20px;
  font-weight: 900;
  background: rgb(221.9831632653, 224.6602040816, 229.7168367347);
  font-size: 10px;
}

.checkbox-toggle-styled-on-off label:before {
  content: "Off";
}

.checkbox-toggle-styled-yes-no label:before {
  content: "no";
}

.checkbox-toggle-styled-material label:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 5px;
  padding-top: 1px;
  font-size: 12px;
  background: rgb(201.7653061224, 206.0816326531, 214.2346938776);
  border-radius: 50%;
  -webkit-transition: margin 0.2s ease-in 0s;
  transition: margin 0.2s ease-in 0s;
}

.checkbox-toggle-styled-on-off label:after,
.checkbox-toggle-styled-yes-no label:after {
  font-family: "FontAwesome";
  content: "\f111";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 5px;
  padding-top: 1px;
  font-size: 12px;
  color: rgb(80.8801020408, 89.443877551, 105.6198979592);
  -webkit-transition: margin 0.2s ease-in 0s;
  transition: margin 0.2s ease-in 0s;
}

.checkbox-toggle-styled-material input[type=checkbox],
.checkbox-toggle-styled-on-off input[type=checkbox],
.checkbox-toggle-styled-yes-no input[type=checkbox] {
  display: none;
}

.checkbox-toggle-styled-material input[type=checkbox]:checked + label:before,
.checkbox-toggle-styled-on-off input[type=checkbox]:checked + label:before,
.checkbox-toggle-styled-yes-no input[type=checkbox]:checked + label:before {
  position: absolute;
  text-align: left;
  padding-left: 8px;
}

.checkbox-toggle-styled-on-off input[type=checkbox]:checked + label:before {
  content: "On";
}

.checkbox-toggle-styled-yes-no input[type=checkbox]:checked + label:before {
  content: "yes";
}

.checkbox-toggle-styled-material input[type=checkbox]:checked + label:after {
  content: "";
  text-align: right;
  margin-left: 8px;
  padding-left: 0;
  background: #9099aa;
  -webkit-transition: margin 0.2s ease-in 0s;
  transition: margin 0.2s ease-in 0s;
}

.checkbox-toggle-styled-on-off input[type=checkbox]:checked + label:after,
.checkbox-toggle-styled-yes-no input[type=checkbox]:checked + label:after {
  font-family: "FontAwesome";
  content: "\f111";
  text-align: right;
  margin-left: 4px;
  padding-left: 0;
  -webkit-transition: margin 0.2s ease-in 0s;
  transition: margin 0.2s ease-in 0s;
}

.has-success .checkbox-toggle-styled-material label:before {
  background: rgb(208.54, 222.8, 169.9);
}

.has-error .checkbox-toggle-styled-material label:before {
  background: rgb(248.8252427184, 208.1747572816, 212.0339805825);
}

.has-success .checkbox-toggle-styled-material label:after {
  background: rgb(188.34, 208.8, 132.9);
}

.has-error .checkbox-toggle-styled-material label:after {
  background: rgb(241.1009708738, 149.5990291262, 158.2859223301);
}

.has-success .checkbox-toggle-styled-material input[type=checkbox]:checked + label:after {
  background: #9ab946;
}

.has-error .checkbox-toggle-styled-material input[type=checkbox]:checked + label:after {
  background: #e74958;
}

.has-error .checkbox-toggle-styled-on-off label:before,
.has-error .checkbox-toggle-styled-yes-no label:before {
  background-color: #e74958;
  color: #fff;
  border: 1px solid #e74958;
}

.has-success .checkbox-toggle-styled-on-off label:before,
.has-success .checkbox-toggle-styled-yes-no label:before {
  background-color: #9ab946;
  color: #fff;
  border: 1px solid #9ab946;
}

.has-error .checkbox-toggle-styled-on-off label:after,
.has-error .checkbox-toggle-styled-yes-no label:after,
.has-success .checkbox-toggle-styled-on-off label:after,
.has-success .checkbox-toggle-styled-yes-no label:after {
  color: #fff;
}

.radio-styled input[type=radio]:disabled + label,
.checkbox-styled input[type=checkbox]:disabled + label,
.checkbox-toggle-styled-material input[type=checkbox]:disabled + label,
.checkbox-toggle-styled-on-off input[type=checkbox]:disabled + label,
.checkbox-toggle-styled-yes-no input[type=checkbox]:disabled + label,
fieldset[disabled] .radio-styled input[type=radio] + label,
fieldset[disabled] .checkbox-styled input[type=checkbox] + label,
fieldset[disabled] .checkbox-toggle-styled-material input[type=checkbox] + label,
fieldset[disabled] .checkbox-toggle-styled-on-off input[type=checkbox] + label,
fieldset[disabled] .checkbox-toggle-styled-yes-no input[type=checkbox] + label {
  opacity: 0.65;
  cursor: not-allowed;
}

.rating {
  margin-bottom: 4px;
  line-height: 27px;
  font-weight: 700;
}

.rating:last-child {
  margin-bottom: 0;
}

.rating input {
  position: absolute;
  left: -9999px;
}

.rating label {
  display: block;
  float: right;
  width: 21px;
  margin-top: 5px;
  padding: 0 3px;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
  color: #9099aa;
}

.has-error .rating label {
  color: #e74958;
}

.has-success .rating label {
  color: #9ab946;
}

.rating label {
  transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.rating input + label:hover,
.rating input + label:hover ~ label {
  color: #e74958;
}

.rating input:checked ~ label {
  color: #e74958;
}

fieldset[disabled] .rating input + label:hover,
fieldset[disabled] .rating input + label:hover ~ label,
fieldset[disabled] .rating input + label {
  color: rgb(216.2066326531, 219.3520408163, 225.2933673469);
  cursor: not-allowed;
}

.bootstrap-select .btn-default,
.bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default:focus,
.bootstrap-select.open > .dropdown-toggle.btn-default {
  font-family: "Lato", sans-serif;
  text-transform: none;
  font-size: 1em;
  letter-spacing: normal;
  background: rgb(221.9831632653, 224.6602040816, 229.7168367347);
  border: 0;
  font-weight: 400;
  box-shadow: none;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  padding: 11px;
  padding-right: 25px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select.form-control {
  border: 0;
}

.bootstrap-select.btn-group .dropdown-menu {
  font-weight: 400;
}

.bootstrap-select .btn-default.disabled,
.bootstrap-select .btn-default[disabled],
fieldset[disabled] .bootstrap-select .btn-default,
.bootstrap-select .btn-default.disabled:hover,
.bootstrap-select .btn-default[disabled]:hover,
fieldset[disabled] .bootstrap-select .btn-default:hover,
.bootstrap-select .btn-default.disabled:focus,
.bootstrap-select .btn-default[disabled]:focus,
fieldset[disabled] .bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default.disabled:active,
.bootstrap-select .btn-default[disabled]:active,
fieldset[disabled] .bootstrap-select .btn-default:active,
.bootstrap-select .btn-default.disabled.active,
.bootstrap-select .btn-default.active[disabled],
fieldset[disabled] .bootstrap-select .btn-default.active {
  background-color: rgb(242.2010204082, 243.2387755102, 245.1989795918);
  border-color: rgb(242.2010204082, 243.2387755102, 245.1989795918);
}

.has-error .bootstrap-select .btn-default,
.has-error .bootstrap-select .btn-info,
.has-error .bootstrap-select .btn-warning,
.has-error .bootstrap-select .btn-success,
.has-error .bootstrap-select .btn-danger {
  background: rgb(241.1009708738, 149.5990291262, 158.2859223301);
  color: #fff;
}

.has-success .bootstrap-select .btn-default,
.has-success .bootstrap-select .btn-info,
.has-success .bootstrap-select .btn-warning,
.has-success .bootstrap-select .btn-success,
.has-success .bootstrap-select .btn-danger {
  background: rgb(188.34, 208.8, 132.9);
  color: #fff;
}

.minicolors-theme-bootstrap .minicolors-swatch {
  top: 7px;
  left: 7px;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 50%;
}

.stepper-wrap {
  display: block;
}

.stepper-btn-wrap a {
  display: block;
  height: 50%;
  font-size: 0;
  text-shadow: none;
  text-decoration: none;
  color: rgb(80.8801020408, 89.443877551, 105.6198979592);
  cursor: pointer;
}

.stepper-btn-wrap a:hover {
  color: #e74958;
  background: rgb(80.8801020408, 89.443877551, 105.6198979592);
  color: #fff;
}

.stepper-btn-up:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 19px;
}

.stepper-btn-dwn:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 19px;
}

.stepper-btn-wrap {
  position: absolute;
  top: 0px;
  right: -21px;
  width: 22px;
  height: 100%;
  border: 0;
  border-radius: 0px 3px 3px 0px;
  background-color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
  background-image: none;
  box-sizing: border-box;
}

.bootstrap-tagsinput {
  width: 100%;
  min-height: 41px;
  padding: 8px 12px;
  line-height: 1.42857;
  box-shadow: none;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  background-color: rgb(221.9831632653, 224.6602040816, 229.7168367347);
  border: 1px solid rgb(221.9831632653, 224.6602040816, 229.7168367347);
}
.bootstrap-tagsinput .tag {
  display: inline-block;
  font-size: 11px;
  padding: 4px 7px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.bootstrap-tagsinput .tag [data-role=remove]:after {
  font-family: FontAwesome;
  content: "\f00d";
  padding: 0px 2px;
}

.note-editor {
  border: 0;
  background: rgb(221.9831632653, 224.6602040816, 229.7168367347);
  border-radius: 4px;
  margin-bottom: 5px;
}

.note-editor .note-toolbar {
  background: rgb(201.7653061224, 206.0816326531, 214.2346938776);
  padding: 10px 10px;
  margin: auto 0;
  border: 0;
}

.note-editor .note-statusbar .note-resizebar {
  background-color: rgb(221.9831632653, 224.6602040816, 229.7168367347);
  padding: 4px;
  height: 14px;
  border: 0;
}

.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  border: 0;
  height: 5px;
  width: 70px;
  margin-bottom: 3px;
  background: #9099aa;
  border-radius: 4px;
}

.note-editor .note-statusbar .note-resizebar div:nth-child(n+2) {
  display: none;
}

ul.wysihtml5-toolbar {
  background: rgb(201.7653061224, 206.0816326531, 214.2346938776);
  padding: 10px 10px 0;
  display: block;
}

.modal-dialog {
  z-index: 1000000;
}

.btn-modal {
  background: #9099aa;
  color: #fff;
}

.btn-modal:active,
.btn-modal:hover,
.btn-modal:focus {
  background: rgb(80.8801020408, 89.443877551, 105.6198979592);
  color: #fff;
}

html,
.modal,
.modal.in,
.modal-backdrop.in {
  overflow-y: auto;
}

.modal-content {
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
}

.modal-header,
.modal-footer,
.modal-body {
  padding: 25px;
  border-radius: 4px;
}

.modal-header {
  background: rgb(201.7653061224, 206.0816326531, 214.2346938776);
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modal-header .close {
  font-size: 17px;
}

.modal-header h3 {
  margin: 0;
}

.modal-footer {
  border-top: 0;
}

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

.modal-backdrop {
  background-color: fade(rgb(47.7040816327, 52.7551020408, 62.2959183673), 80%);
  background-image: linear-gradient(-45deg, rgba(48, 53, 62, 0.4) 25%, transparent 25%, transparent 50%, rgba(48, 53, 62, 0.4) 50%, rgba(48, 53, 62, 0.4) 75%, transparent 75%, transparent);
  animation: barberpole2 0.8s linear infinite;
  background-size: 35px 35px;
}

@keyframes barberpole2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 35px 35px;
  }
}
.modal-backdrop.in {
  z-index: 1040;
  filter: alpha(opacity=100);
  opacity: 1;
}

.modal {
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-default-filled .modal-content {
  background-color: #9099aa;
  color: #fff;
}

.modal-default-filled .modal-header {
  background-color: transparent;
}

.modal-primary .modal-header {
  background-color: #226dad;
}

.modal-primary .modal-title {
  color: #fff;
}

.modal-primary-filled .modal-content {
  background-color: #226dad;
  color: #fff;
}

.modal-primary-filled .modal-header {
  background-color: transparent;
}

.modal-success .modal-header {
  background-color: #9ab946;
}

.modal-success .modal-title {
  color: #fff;
}

.modal-success-filled .modal-content {
  background-color: #9ab946;
  color: #fff;
}

.modal-success-filled .modal-header {
  background-color: transparent;
}

.modal-danger .modal-header {
  background-color: #e74958;
}

.modal-danger .modal-title {
  color: #fff;
}

.modal-danger-filled .modal-content {
  background-color: #e74958;
  color: #fff;
}

.modal-danger-filled .modal-header {
  background-color: transparent;
}

.modal-warning .modal-header {
  background-color: #f0ad4e;
}

.modal-warning .modal-title {
  color: #fff;
}

.modal-warning-filled .modal-content {
  background-color: #f0ad4e;
  color: #fff;
}

.modal-warning-filled .modal-header {
  background-color: transparent;
}

.modal-warning .modal-header {
  background-color: #5fb6c7;
}

.modal-warning .modal-title {
  color: #fff;
}

.modal-info-filled .modal-content {
  background-color: #5fb6c7;
  color: #fff;
}

.modal-info-filled .modal-header {
  background-color: transparent;
}

.example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 0;
  display: block;
}

.example-modal.modal-backdrop {
  z-index: 1;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}
.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox .modal-body {
  padding: 0;
}

.ekko-lightbox-nav-overlay a {
  text-shadow: none;
  color: #fff;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.panel {
  margin-bottom: 15px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-heading {
  font-weight: 300;
  padding: 12.5px 25px;
  height: 49px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
}
.panel .panel-heading .panel-title {
  float: left;
}
.panel .panel-heading small {
  font-size: 0.7em;
  font-weight: 400;
}
.panel .panel-heading i {
  font-weight: 300;
  transition: opacity 0.4s ease-in-out;
  font-size: 12px;
}
.panel .panel-heading a {
  text-decoration: none;
}
.panel .panel-title,
.panel .panel-title h3 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.panel .panel-body {
  padding: 20px 25px;
}
.panel .panel-body + .table,
.panel .panel-body + .table-responsive,
.panel .table + .panel-body,
.panel .table-responsive + .panel-body {
  border-top: none;
}
.panel .panel-footer {
  padding: 12.5px 25px;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  border: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  color: #9099aa;
  height: auto;
}
.panel .callout {
  margin: -5px;
}
.panel .panel-footer .btn-group-justified {
  margin: -37.5px;
  width: auto;
  text-transform: none;
}
.panel .panel-footer .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
}
.panel .panel-footer .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child {
  border-top-left-radius: 0;
}

.panel.panel-transparent {
  background: transparent;
}

.panel-body.dark {
  background: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.panel-body.blue {
  background: #5fb6c7;
}

.panel-default > .panel-heading {
  background-color: rgb(221.9831632653, 224.6602040816, 229.7168367347);
  color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.panel-dark > .panel-heading {
  background-color: #9099aa;
}

.panel-primary > .panel-heading,
.panel-success > .panel-heading,
.panel-info > .panel-heading,
.panel-warning > .panel-heading,
.panel-danger > .panel-heading,
.panel-dark > .panel-heading,
.panel-black > .panel-heading,
.panel-primary > .panel-heading small,
.panel-success > .panel-heading small,
.panel-info > .panel-heading small,
.panel-warning > .panel-heading small,
.panel-danger > .panel-heading small,
.panel-dark > .panel-heading small {
  color: #fff;
}

.panel.panel-filled.panel-default {
  background-color: rgb(221.9831632653, 224.6602040816, 229.7168367347);
}

.panel.panel-filled.panel-black {
  background: #000;
}

.panel.panel-filled.panel-primary {
  background: #226dad;
}

.panel.panel-filled.panel-success {
  background: #9ab946;
}

.panel.panel-filled.panel-info {
  background: #5fb6c7;
}

.panel.panel-filled.panel-warning {
  background: #f0ad4e;
}

.panel.panel-filled.panel-danger {
  background-color: #e74958;
}

.panel.panel-filled.panel-dark {
  background-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.panel-filled.panel-primary > .panel-body,
.panel-filled.panel-success > .panel-body,
.panel-filled.panel-info > .panel-body,
.panel-filled.panel-warning > .panel-body,
.panel-filled.panel-danger > .panel-body,
.panel-filled.panel-primary > .panel-footer,
.panel-filled.panel-success > .panel-footer,
.panel-filled.panel-info > .panel-footer,
.panel-filled.panel-warning > .panel-footer,
.panel-filled.panel-danger > .panel-footer,
.panel-filled.panel-dark > .panel-body,
.panel-filled.panel-dark > .panel-footer,
.panel-filled.panel-black > .panel-body,
.panel-filled.panel-black > .panel-footer,
.panel-filled.panel-primary a,
.panel-filled.panel-success a,
.panel-filled.panel-info a,
.panel-filled.panel-warning a,
.panel-filled.panel-danger a,
.panel-filled.panel-dark a,
.panel-filled.panel-black a {
  color: #fff;
}

.oaken-placeholder {
  width: 100%;
  background-color: fade(rgb(47.7040816327, 52.7551020408, 62.2959183673), 10%);
  background-image: linear-gradient(-45deg, rgba(48, 53, 62, 0.1) 25%, transparent 25%, transparent 50%, rgba(48, 53, 62, 0.1) 50%, rgba(48, 53, 62, 0.1) 75%, transparent 75%, transparent);
  background-size: 35px 35px;
  animation: barberpole2 0.8s linear infinite;
  margin-bottom: 20px;
  height: 100px !important;
  border-radius: 4px;
}

.oakenwidgets {
  display: none;
}

.oakenwidgets .panel > .panel-heading i {
  opacity: 0;
  font-weight: 300;
  transition: all 0.4s ease-in-out;
}

.oakenwidgets .panel > .panel-heading a {
  color: #fff;
  text-decoration: none;
}

.oakenwidgets .panel > .panel-heading:hover i {
  opacity: 1;
}

.oakenwidgets .btn-fullscreen,
.oakenwidgets .btn-question,
.oakenwidgets .btn-minmax,
.oakenwidgets .btn-close {
  display: block;
  text-align: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin-top: 2px;
  margin-left: 5px;
  float: left;
  line-height: 15.5px;
  background: rgb(242.2010204082, 243.2387755102, 245.1989795918);
  transition: all 0.15s ease-in-out;
}

.oakenwidgets .panel-heading:hover .btn-fullscreen {
  background: rgb(151.6666666667, 207.8541666667, 218.8333333333);
}

.oakenwidgets .panel-heading .btn-fullscreen:hover {
  background: #5fb6c7;
}

.oakenwidgets .panel-heading:hover .btn-question {
  background: #9099aa;
}

.oakenwidgets .panel-heading .btn-question:hover {
  background: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.oakenwidgets .panel-heading:hover .btn-minmax {
  background: rgb(188.34, 208.8, 132.9);
}

.oakenwidgets .panel-heading .btn-minmax:hover {
  background: #9ab946;
}

.oakenwidgets .panel-heading:hover .btn-close {
  background: rgb(241.1009708738, 149.5990291262, 158.2859223301);
}

.oakenwidgets .panel-heading .btn-close:hover {
  background: #e74958;
}

@keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
.oakenwidgets [class*=col-] {
  padding-bottom: 10px !important;
}

.panel-body [class*=col-] {
  padding-bottom: 10px;
}

.popover {
  font-family: "Lato", sans-serif;
  position: absolute;
  font-weight: 400;
  font-size: 13px;
  max-width: 276px;
  padding: 0;
  background-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
  color: #fff;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -7px;
}

.popover.right {
  margin-left: 7px;
}

.popover.bottom {
  margin-top: 7px;
}

.popover.left {
  margin-left: -7px;
}

.popover-title {
  padding: 8px 14px;
  font-weight: 700;
  font-size: 15px;
  background-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}

.popover-content {
  padding: 9px 12px 12px;
}

.popover > .arrow {
  border-width: 7px;
}

.popover > .arrow:after {
  border-width: 7px;
}

.popover.top > .arrow {
  bottom: -7px;
  margin-left: -7px;
}

.popover.top > .arrow:after {
  bottom: 0;
  margin-left: -7px;
  border-top-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.popover.right > .arrow {
  left: -7px;
  margin-top: -7px;
}

.popover.right > .arrow:after {
  bottom: -7px;
  left: 0;
  border-right-color: rgb(102.9974489796, 113.9030612245, 134.5025510204);
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -7px;
  margin-left: -7px;
}

.popover.bottom > .arrow:after {
  top: 0;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-color: #494f59;
}

.popover.left > .arrow {
  top: 50%;
  right: -7px;
  margin-top: -7px;
}

.popover.left > .arrow:after {
  right: 0;
  bottom: -7px;
  border-left-color: rgb(102.9974489796, 113.9030612245, 134.5025510204);
}

[data-style=primary] + .popover {
  background: #226dad;
  border: 0;
  color: #fff;
}

[data-style=primary] + .popover .popover-title {
  background-color: rgb(29.8115942029, 95.5724637681, 151.6884057971);
  color: #fff;
}

[data-style=primary] + .popover.top > .arrow:after {
  border-top-color: #226dad;
}

[data-style=primary] + .popover.right > .arrow:after {
  border-right-color: #226dad;
}

[data-style=primary] + .popover.left > .arrow:after {
  border-left-color: #226dad;
}

[data-style=primary] + .popover.bottom > .arrow:after {
  border-bottom-color: rgb(29.8115942029, 95.5724637681, 151.6884057971);
}

[data-style=info] + .popover {
  background: #5fb6c7;
  border: 0;
  color: #fff;
}

[data-style=info] + .popover .popover-title {
  background-color: rgb(65.6444444444, 167.6277777778, 187.5555555556);
  color: #fff;
}

[data-style=info] + .popover.top > .arrow:after {
  border-top-color: #5fb6c7;
}

[data-style=info] + .popover.right > .arrow:after {
  border-right-color: #5fb6c7;
}

[data-style=info] + .popover.left > .arrow:after {
  border-left-color: #5fb6c7;
}

[data-style=info] + .popover.bottom > .arrow:after {
  border-bottom-color: rgb(65.6444444444, 167.6277777778, 187.5555555556);
}

[data-style=warning] + .popover {
  background: #f0ad4e;
  border: 0;
  color: #fff;
}

[data-style=warning] + .popover .popover-title {
  background-color: rgb(238.0078125, 162.109375, 54.4921875);
  color: #fff;
}

[data-style=warning] + .popover.top > .arrow:after {
  border-top-color: #f0ad4e;
}

[data-style=warning] + .popover.right > .arrow:after {
  border-right-color: #f0ad4e;
}

[data-style=warning] + .popover.left > .arrow:after {
  border-left-color: #f0ad4e;
}

[data-style=warning] + .popover.bottom > .arrow:after {
  border-bottom-color: rgb(238.0078125, 162.109375, 54.4921875);
}

[data-style=success] + .popover {
  background: #9ab946;
  border: 0;
  color: #fff;
}

[data-style=success] + .popover .popover-title {
  background-color: rgb(138.6, 166.5, 63);
  color: #fff;
}

[data-style=success] + .popover.top > .arrow:after {
  border-top-color: #9ab946;
}

[data-style=success] + .popover.right > .arrow:after {
  border-right-color: #9ab946;
}

[data-style=success] + .popover.left > .arrow:after {
  border-left-color: #9ab946;
}

[data-style=success] + .popover.bottom > .arrow:after {
  border-bottom-color: rgb(188.34, 208.8, 132.9);
}

[data-style=danger] + .popover {
  background: #e74958;
  border: 0;
  color: #fff;
}

[data-style=danger] + .popover .popover-title {
  background-color: rgb(200.9951456311, 26.5048543689, 43.0703883495);
  color: #fff;
}

[data-style=danger] + .popover.top > .arrow:after {
  border-top-color: #e74958;
}

[data-style=danger] + .popover.right > .arrow:after {
  border-right-color: #e74958;
}

[data-style=danger] + .popover.left > .arrow:after {
  border-left-color: #e74958;
}

[data-style=danger] + .popover.bottom > .arrow:after {
  border-bottom-color: rgb(241.1009708738, 149.5990291262, 158.2859223301);
}

[data-style=profile] + .popover {
  width: 180px;
  text-align: center;
}

[data-style=profile] + .popover .popover-title {
  background: #5fb6c7;
}

[data-style=profile] + .popover .popover-content {
  font-size: 11px;
}

[data-style=profile] + .popover h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

[data-style=profile] + .popover .user-img {
  margin: 5px auto;
  border: 3px solid transparent;
  box-shadow: none;
  max-width: 130px;
}

.tooltip-inner {
  padding: 5px 9px;
  color: #fff;
  font-weight: 700;
  font-size: 0.9;
  background-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
  border-radius: 4px;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-right .tooltip-arrow,
.tooltip.top-left .tooltip-arrow {
  border-top-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.tooltip.right .tooltip-arrow {
  border-right-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.tooltip.left .tooltip-arrow {
  border-left-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.tooltip-user {
  display: inline;
  position: relative;
}

.tooltip-item {
  padding-top: 5px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
}

.tooltip-item:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 40px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip-user:hover .tooltip-item:after {
  pointer-events: auto;
}

.tooltip-content {
  position: absolute;
  width: 200px;
  left: 50%;
  margin: 0 0 7px -100px;
  bottom: 100%;
  text-align: left;
  font-size: 1.1em;
  background: rgb(80.8801020408, 89.443877551, 105.6198979592);
  opacity: 0;
  border-radius: 4px;
  cursor: default;
  pointer-events: none;
}

.tooltip-animation .tooltip-content {
  -webkit-transform-origin: 50% calc(100% + 10px);
  transform-origin: 50% calc(100% + 10px);
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}

.tooltip-user:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip.tooltip-animation:hover .tooltip-content {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

.tooltip-content:after {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
  border-width: 7px;
  margin-left: -7px;
}

.tooltip-content img {
  position: relative;
  border-radius: 50%;
  height: 80px;
  display: block;
  float: left;
  margin: 10px;
}

.tooltip-text {
  display: block;
  line-height: 16px;
  padding: 10px;
  padding-top: 15px;
  color: #fff;
}

.tooltip-content .btn {
  margin-top: 5px;
  background: #5fb6c7;
  color: #fff;
  border: 0;
  font-size: 12px;
}

.tooltip-text a {
  text-decoration: none;
}

.progress {
  background-color: rgb(221.9831632653, 224.6602040816, 229.7168367347);
  border-radius: 8px;
  box-shadow: none;
  z-index: 0;
}

.progress-bar {
  box-shadow: none;
}

.progress-bar-xs {
  height: 10px;
}

.progress-bar-lg {
  height: 30px;
}

.progress-bar-lg .progress-bar {
  line-height: 30px;
}

.progress-bar-xlg {
  height: 60px;
}

.progress-bar-xlg .progress-bar {
  padding: 15px;
  line-height: 15px;
}

.progress-bar-xlg .progress-bar small {
  font-size: 0.9em;
  display: block;
}

.progress-bar-xs-with-marker.progress {
  overflow: visible;
  margin-top: 30px;
}

.progress-bar-xs-with-marker .progress-bar span {
  position: absolute;
  padding: 1px 7px;
  top: -25px;
  right: -19px;
  line-height: 15px;
  font-size: 11px;
  background: #226dad;
}

.progress-bar-xs-with-marker .progress-bar span:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #226dad transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
}

.progress-bar-xs-with-marker .progress-bar {
  position: relative;
}

.progress-bar-xs-with-marker .progress-bar.progress-bar-info span:after {
  border-color: #5fb6c7 transparent;
}

.progress-bar-xs-with-marker .progress-bar.progress-bar-danger span:after {
  border-color: #e74958 transparent;
}

.progress-bar-xs-with-marker .progress-bar.progress-bar-success span:after {
  border-color: #9ab946 transparent;
}

.progress-bar-xs-with-marker .progress-bar.progress-bar-warning span:after {
  border-color: #f0ad4e transparent;
}

.progress-bar-xs-with-marker .progress-bar.progress-bar-info span {
  background: #5fb6c7;
}

.progress-bar-xs-with-marker .progress-bar.progress-bar-danger span {
  background: #e74958;
}

.progress-bar-xs-with-marker .progress-bar.progress-bar-success span {
  background: #9ab946;
}

.progress-bar-xs-with-marker .progress-bar.progress-bar-warning span {
  background: #f0ad4e;
}

.progress .progress-bar.bar-angled-lg {
  line-height: 30px;
}

.progress .progress-bar.bar-angled-lg,
.progress .progress-bar.bar-angled-xlg {
  position: relative;
  overflow: visible;
}

.progress .progress-bar.bar-angled-lg:after,
.progress .progress-bar.bar-angled-xlg:after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  border-color: transparent #226dad;
  width: 0;
  z-index: 1;
  top: 0;
}

.progress .progress-bar.bar-angled-lg:after {
  border-width: 15px 0 15px 10px;
  right: -10px;
}

.progress .progress-bar.bar-angled-xlg:after {
  border-width: 30px 0 30px 15px;
  right: -15px;
}

.progress .bar-angled-lg.progress-bar-danger:after,
.progress .bar-angled-xlg.progress-bar-danger:after {
  border-color: transparent #e74958;
}

.progress .bar-angled-lg.progress-bar-warning:after,
.progress .bar-angled-xlg.progress-bar-warning:after {
  border-color: transparent #f0ad4e;
}

.progress .bar-angled-lg.progress-bar-success:after,
.progress .bar-angled-xlg.progress-bar-success:after {
  border-color: transparent #9ab946;
}

.progress .bar-angled-lg.progress-bar-info:after,
.progress .bar-angled-xlg.progress-bar-info:after {
  border-color: transparent #5fb6c7;
}

.bar-angled-xlg .big-percents {
  display: block;
  line-height: 20px;
  font-size: 1.8em;
}

.progress.progress-striped-vertical {
  background: repeating-linear-gradient(to left, transparent, transparent 2px, rgb(221.9831632653, 224.6602040816, 229.7168367347) 2px, rgb(221.9831632653, 224.6602040816, 229.7168367347) 4px);
}

.progress-striped-vertical .progress-bar {
  background: repeating-linear-gradient(to left, #226dad, #226dad 2px, transparent 2px, transparent 4px);
}

.progress-striped-vertical .progress-bar-success {
  background: repeating-linear-gradient(to left, #9ab946, #9ab946 2px, transparent 2px, transparent 4px);
}

.progress-striped-vertical .progress-bar-info {
  background: repeating-linear-gradient(to left, #5fb6c7, #5fb6c7 2px, transparent 2px, transparent 4px);
}

.progress-striped-vertical .progress-bar-warning {
  background: repeating-linear-gradient(to left, #f0ad4e, #f0ad4e 2px, transparent 2px, transparent 4px);
}

.progress-striped-vertical .progress-bar-danger {
  background: repeating-linear-gradient(to left, #e74958, #e74958 2px, transparent 2px, transparent 4px);
}

.list-group-item.list-group-item-success,
.list-group-item.list-group-item-info,
.list-group-item.list-group-item-warning,
.list-group-item.list-group-item-danger {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  border: 1px solid transparent;
}

.list-group-with-big-icons a {
  padding-left: 55px;
  padding-right: 40px;
  display: block;
  border-radius: 0;
}

.list-group-with-big-icons a .label {
  text-transform: uppercase;
}

.list-group-with-big-icons a p {
  line-height: 1.22em;
  margin-top: 5px;
  margin-bottom: 0;
}

.list-group-with-big-icons a i {
  font-size: 30px;
  position: absolute;
  left: 12.5px;
}

.list-group-with-big-icons a i.fa-arrow-right {
  opacity: 0;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
  left: auto;
  right: 12.5px;
}

.list-group-with-big-icons a:hover i {
  color: #fff;
}

.list-group-with-big-icons a.list-group-item-default:hover i {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.list-group-with-big-icons a:hover i.fa-arrow-right {
  opacity: 1;
}

.nav-pills > li.active > a h5 {
  color: #fff;
}

.nav-pills > li.active > a .circle-nums {
  background: #5fb6c7;
  color: #fff;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
  border-color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.tab-content > .tab-pane {
  background: #fff;
  padding: 20px 25px;
  border: 1px solid rgb(201.7653061224, 206.0816326531, 214.2346938776);
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs {
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.nav-tabs > li > a {
  color: #9099aa;
  font-size: 0.9em;
  font-weight: 900;
  margin-right: 2px;
  border: 1px solid transparent;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs > li > a small {
  display: block;
  font-weight: 400;
  font-size: 0.7em;
}

.nav-tabs > li > a span.tab-big-icon {
  display: block;
  font-size: 2.3em;
  margin-bottom: 5px;
  line-height: 0.6em;
  text-align: center;
}

.nav-tabs > li > a span.tab-big-symbol {
  display: block;
  font-size: 3.5em;
  line-height: 0.8em;
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs .dropdown-menu > li > a {
  text-transform: none;
}

.nav-tabs > li > a:hover {
  color: #fff;
  border-color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
  background: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.nav-tabs > li > a i {
  font-size: 1.2em;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  background-color: #fff;
  border: 1px solid rgb(201.7653061224, 206.0816326531, 214.2346938776);
  border-bottom: 1px solid;
  border-bottom-color: transparent;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    margin-bottom: -1px;
    border-bottom: 0px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 2px;
  }
  .nav-tabs.nav-justified > li:last-child > a {
    margin-right: 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom: 0;
  }
}
.nav-tabs > li.validated-tab a {
  background: #9ab946;
  border-color: #9ab946;
  color: #fff;
}

.tabs-default .tab-content > .tab-pane,
.tabs-default .nav-tabs > li > a:hover {
  color: #fff;
  background: rgb(80.8801020408, 89.443877551, 105.6198979592);
  border-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.tabs-default .tab-content > .tab-pane {
  color: #fff;
}

.tabs-default .nav-tabs {
  border-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.tabs-default .nav-tabs > li.active > a,
.tabs-default .nav-tabs > li.active > a:hover,
.tabs-default .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
  border-color: rgb(80.8801020408, 89.443877551, 105.6198979592);
}

.tabs-default-dark .tab-content > .tab-pane,
.tabs-default-dark .nav-tabs > li > a:hover {
  color: #fff;
  background: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  border-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.tabs-default-dark .tab-content > .tab-pane {
  color: #fff;
}

.tabs-default-dark .nav-tabs {
  border-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.tabs-default-dark .nav-tabs > li.active > a,
.tabs-default-dark .nav-tabs > li.active > a:hover,
.tabs-default-dark .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  border-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.tabs-white .tab-content > .tab-pane,
.tabs-white .nav-tabs > li > a:hover {
  background: #fff;
  border-color: #fff;
}

.tabs-white .nav-tabs > li > a:hover {
  color: #9099aa;
}

.tabs-white .nav-tabs {
  border-color: #fff;
}

.tabs-white .nav-tabs > li.active > a,
.tabs-white .nav-tabs > li.active > a:hover,
.tabs-white .nav-tabs > li.active > a:focus {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  background-color: #fff;
  border-color: #fff;
}

.tabs-default-dark .tab-content > .tab-pane,
.tabs-default-dark .nav-tabs > li > a:hover {
  background: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  color: #fff;
  border-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.tabs-default-dark .nav-tabs {
  border-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.tabs-default-dark .nav-tabs > li.active > a,
.tabs-default-dark .nav-tabs > li.active > a:hover,
.tabs-default-dark .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  border-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.tabs-yellow .tab-content > .tab-pane,
.tabs-yellow .nav-tabs > li > a:hover {
  background: #f2d750;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  border-color: #f2d750;
}

.tabs-yellow .nav-tabs {
  border-color: #f2d750;
}

.tabs-yellow .nav-tabs > li.active > a,
.tabs-yellow .nav-tabs > li.active > a:hover,
.tabs-yellow .nav-tabs > li.active > a:focus {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  background-color: #f2d750;
  border-color: #f2d750;
}

.tabs-success .tab-content > .tab-pane,
.tabs-success .nav-tabs > li > a:hover {
  background: #9ab946;
  color: #fff;
  border-color: #9ab946;
}

.tabs-success .nav-tabs {
  border-color: #9ab946;
}

.tabs-success .nav-tabs > li.active > a,
.tabs-success .nav-tabs > li.active > a:hover,
.tabs-success .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #9ab946;
  border-color: #9ab946;
}

.tabs-primary .tab-content > .tab-pane,
.tabs-primary .nav-tabs > li > a:hover {
  background: #226dad;
  color: #fff;
  border-color: #226dad;
}

.tabs-primary .nav-tabs {
  border-color: #226dad;
}

.tabs-primary .nav-tabs > li.active > a,
.tabs-primary .nav-tabs > li.active > a:hover,
.tabs-primary .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #226dad;
  border-color: #226dad;
}

.tabs-danger .tab-content > .tab-pane,
.tabs-danger .nav-tabs > li > a:hover {
  background: #e74958;
  color: #fff;
  border-color: #e74958;
}

.tabs-danger .nav-tabs {
  border-color: #e74958;
}

.tabs-danger .nav-tabs > li.active > a,
.tabs-danger .nav-tabs > li.active > a:hover,
.tabs-danger .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #e74958;
  border-color: #e74958;
}

.tabs-info .tab-content > .tab-pane,
.tabs-info .nav-tabs > li > a:hover {
  background: #5fb6c7;
  color: #fff;
  border-color: #5fb6c7;
}

.tabs-info .nav-tabs {
  border-color: #5fb6c7;
}

.tabs-info .nav-tabs > li.active > a,
.tabs-info .nav-tabs > li.active > a:hover,
.tabs-info .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #5fb6c7;
  border-color: #5fb6c7;
}

.tabs-warning .tab-content > .tab-pane,
.tabs-warning .nav-tabs > li > a:hover {
  background: #f0ad4e;
  color: #fff;
  border-color: #f0ad4e;
}

.tabs-warning .nav-tabs {
  border-color: #f0ad4e;
}

.tabs-warning .nav-tabs > li.active > a,
.tabs-warning .nav-tabs > li.active > a:hover,
.tabs-warning .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.nav-tabs > li.tab-default > a,
.nav-tabs > li.tab-default > a:hover,
.nav-tabs > li.tab-default.active > a,
.nav-tabs > li.tab-default.active > a:hover,
.nav-tabs > li.tab-default.active > a:focus {
  color: #fff;
  background-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  border-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.nav-tabs > li.tab-primary > a,
.nav-tabs > li.tab-primary > a:hover,
.nav-tabs > li.tab-primary.active > a,
.nav-tabs > li.tab-primary.active > a:hover,
.nav-tabs > li.tab-primary.active > a:focus {
  color: #fff;
  background-color: #226dad;
  border-color: #226dad;
}

.nav-tabs > li.tab-info > a,
.nav-tabs > li.tab-info > a:hover,
.nav-tabs > li.tab-info.active > a,
.nav-tabs > li.tab-info.active > a:hover,
.nav-tabs > li.tab-info.active > a:focus {
  color: #fff;
  background-color: #5fb6c7;
  border-color: #5fb6c7;
}

.nav-tabs > li.tab-success > a,
.nav-tabs > li.tab-success > a:hover,
.nav-tabs > li.tab-success.active > a,
.nav-tabs > li.tab-success.active > a:hover,
.nav-tabs > li.tab-success.active > a:focus {
  color: #fff;
  background-color: #9ab946;
  border-color: #9ab946;
}

.nav-tabs > li.tab-warning > a,
.nav-tabs > li.tab-warning > a:hover,
.nav-tabs > li.tab-warning.active > a,
.nav-tabs > li.tab-warning.active > a:hover,
.nav-tabs > li.tab-warning.active > a:focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.nav-tabs > li.tab-danger > a,
.nav-tabs > li.tab-danger > a:hover,
.nav-tabs > li.tab-danger.active > a,
.nav-tabs > li.tab-danger.active > a:hover,
.nav-tabs > li.tab-danger.active > a:focus {
  color: #fff;
  background-color: #e74958;
  border-color: #e74958;
}

.tabs-left.tabs-default-dark .tab-content > .tab-pane,
.tabs-left.tabs-default-dark .nav-tabs > li > a:hover {
  color: #fff;
  background: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  border-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.tabs-left.tabs-default-dark .tab-content > .tab-pane {
  color: #fff;
}

.tabs-left.tabs-default-dark .nav-tabs {
  border-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.tabs-left.tabs-default-dark .nav-tabs > li.active > a,
.tabs-left.tabs-default-dark .nav-tabs > li.active > a:hover,
.tabs-left.tabs-default-dark .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  border-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.nav-tabs > li.tab-default.dropdown.open > a {
  color: #fff;
  background-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  border-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.nav-tabs > li.tab-primary.dropdown.open > a {
  color: #fff;
  background-color: rgb(21.4347826087, 68.7173913043, 109.0652173913);
  border-color: rgb(21.4347826087, 68.7173913043, 109.0652173913);
}

.nav-tabs > li.tab-info.dropdown.open > a {
  color: #fff;
  background-color: rgb(56.3888888889, 143.9930555556, 161.1111111111);
  border-color: rgb(56.3888888889, 143.9930555556, 161.1111111111);
}

.nav-tabs > li.tab-success.dropdown.open > a {
  color: #fff;
  background-color: rgb(92.4, 111, 42);
  border-color: rgb(92.4, 111, 42);
}

.nav-tabs > li.tab-warning.dropdown.open > a {
  color: #fff;
  background-color: rgb(222.6328125, 138.359375, 18.8671875);
  border-color: rgb(222.6328125, 138.359375, 18.8671875);
}

.nav-tabs > li.tab-danger.dropdown.open > a {
  color: #fff;
  background-color: rgb(133.4077669903, 17.5922330097, 28.5873786408);
  border-color: rgb(133.4077669903, 17.5922330097, 28.5873786408);
}

.tab-content > .tab-pane-default {
  background: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  color: #fff;
  border-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.tab-content > .tab-pane-primary {
  background: #226dad;
  color: #fff;
  border-color: #226dad;
}

.tab-content > .tab-pane-info {
  background: #5fb6c7;
  color: #fff;
  border-color: #5fb6c7;
}

.tab-content > .tab-pane-success {
  background: #9ab946;
  color: #fff;
  border-color: #9ab946;
}

.tab-content > .tab-pane-warning {
  background: #f0ad4e;
  color: #fff;
  border-color: #f0ad4e;
}

.tab-content > .tab-pane-danger {
  background: #e74958;
  color: #fff;
  border-color: #e74958;
}

.tabbable .tab-content .tab-pane {
  border-top: 1px solid rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border: 0;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent rgb(201.7653061224, 206.0816326531, 214.2346938776) rgb(201.7653061224, 206.0816326531, 214.2346938776) rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  border: 0;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: rgb(201.7653061224, 206.0816326531, 214.2346938776) transparent rgb(201.7653061224, 206.0816326531, 214.2346938776) rgb(201.7653061224, 206.0816326531, 214.2346938776);
  *border-right-color: #fff;
}

.tabs-right > .nav-tabs {
  float: right;
  border: 0;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: rgb(201.7653061224, 206.0816326531, 214.2346938776) rgb(201.7653061224, 206.0816326531, 214.2346938776) rgb(201.7653061224, 206.0816326531, 214.2346938776) transparent;
  *border-left-color: #fff;
}

.tabs-right .tab-content .tab-pane,
.tabs-left .tab-content .tab-pane {
  overflow: hidden;
  min-height: 150px;
}

.tabs-right.tabs-default .tab-pane,
.tabs-right.tabs-default-dark .tab-pane {
  border-top: 0;
}

@media (max-width: 768px) {
  .tabs-right > .nav-tabs,
  .tabs-left > .nav-tabs {
    width: 100%;
    border-bottom: 0;
  }
  .tabs-right > .nav-tabs > li,
  .tabs-left > .nav-tabs > li {
    float: none;
  }
  .tabs-right > .nav-tabs > li > a,
  .tabs-left > .nav-tabs > li > a {
    margin-bottom: 5px;
    text-align: center;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 0;
  }
  .tabs-left > .nav-tabs > .dropdown .dropdown-menu,
  .tabs-left > .nav-tabs > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
}
.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.carousel .item .carousel-caption {
  margin-bottom: 10px;
  text-shadow: none;
}

.carousel .item .carousel-caption h3 {
  color: #fff;
}

.carousel .item p {
  display: inline;
  color: #fff;
  padding: 2px;
  line-height: 1.7em;
  background-color: rgba(44, 48, 54, 0.8);
  box-shadow: 0.1em 0px 0px 0px rgba(44, 48, 54, 0.8), -0.5em 0px 0px 0px rgba(44, 48, 54, 0.8);
  position: relative;
}

.carousel-indicators {
  position: absolute;
  background: fade(rgb(47.7040816327, 52.7551020408, 62.2959183673), 65%);
  border-radius: 40px;
  bottom: 40px;
  z-index: 15;
  width: 10%;
  min-width: 80px;
  padding: 6px;
  margin: auto;
  left: 0;
  right: 0;
}

.carousel-indicators li {
  -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  margin: 0 4px;
  opacity: 0.7;
  border: 2px solid #fff;
}

.carousel-indicators li:hover {
  opacity: 1;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}

.carousel-indicators .active {
  background-color: #fff;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  margin: 0 4px;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar {
  height: 10px;
  width: 0%;
  margin: -10px 0px 0px 0px;
  border: none;
  z-index: 11;
  position: relative;
  background: #fff;
}

.transition-timer-carousel .transition-timer-carousel-progress-bar.animate {
  -webkit-transition: width 4.25s linear;
  -moz-transition: width 4.25s linear;
  -o-transition: width 4.25s linear;
  transition: width 4.25s linear;
}

.tabbed-carousel .nav a .circle-nums {
  margin: 0 auto 5px;
  font-weight: 700;
}

.tabbed-carousel .nav a h5 {
  margin: 0;
}

.tabbed-carousel .nav a small {
  display: block;
}

.tabbed-carousel .nav a {
  border-radius: 0px;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  margin: 0px 0px 0.4em;
  border-collapse: collapse;
}

.ui-datepicker {
  width: 220px;
  display: none;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  text-align: center;
  color: #9099aa;
}

.ui-datepicker button {
  background: #9099aa;
  border: 0;
  padding: 6px 12px;
  margin: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}

.ui-datepicker a {
  color: #9099aa;
}

.ui-datepicker-header {
  position: relative;
  margin: -10px -12px 10px;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  line-height: 27px;
  font-weight: 900;
}

.ui-datepicker-title select {
  font-weight: 400;
  padding: 3px 9px;
  border: 0;
  background: rgb(221.9831632653, 224.6602040816, 229.7168367347);
  border-radius: 4px;
  margin-left: 3px;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0;
  display: block;
  width: 47px;
  height: 47px;
  font-size: 15px;
  line-height: 47px;
  text-decoration: none;
  cursor: pointer;
}

.ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-calendar {
  border-collapse: collapse;
  font-size: 13px;
  line-height: 27px;
}

.ui-datepicker-calendar th {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
  display: block;
  text-decoration: none;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.ui-datepicker-calendar a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ui-datepicker-calendar span {
  color: #bfbfbf;
}

.ui-datepicker-today a {
  font-weight: 700;
}

.ui-datepicker-calendar .ui-state-active {
  background: rgba(0, 0, 0, 0.05);
  cursor: default;
}

.ui-datepicker-calendar a.ui-state-highlight {
  background: #e74958;
  color: #fff;
  font-weight: 900;
}

.ui-datepicker-inline {
  width: 100%;
  border: 1px solid rgb(221.9831632653, 224.6602040816, 229.7168367347);
  background: transparent;
  margin: 0;
  box-shadow: none;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 49.9%;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
  padding: 0 10px;
}

.ui-datepicker-inline .ui-datepicker-calendar {
  width: 100%;
}

.ui-slider {
  position: relative;
  height: 10px;
  border-radius: 4px;
  background: #9099aa;
  margin: 10px 6px 26px;
}

.ui-slider-handle {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: -8px 0 0 -8px;
  border: 4px solid #9099aa;
  outline: none;
  background: #fff;
}

.ui-slider-handle:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #9099aa;
  top: 3px;
  left: 3px;
  z-index: 2;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content:-webkit-scrollbar {
  visibility: hidden;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden/9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nano > .nano-pane > .nano-slider {
  background: #fff;
  position: relative;
  margin: 0;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible/9;
  opacity: 0.9;
}

.has-scrollbar > .nano-content:-webkit-scrollbar {
  visibility: visible;
}

.tree-blocks ul {
  padding-top: 20px;
  position: relative;
}

.tree-blocks li {
  text-align: center;
  list-style-type: none;
  position: relative;
  padding-top: 20px;
}

.tree-blocks li:before,
.tree-blocks li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 3px solid #9099aa;
  width: 50%;
  height: 20px;
}

.tree-blocks li:after {
  right: auto;
  left: 50%;
  border-left: 3px solid #9099aa;
}

.tree-blocks li:only-child:after,
.tree-blocks li:only-child:before {
  display: none;
}

.tree-blocks li:only-child {
  padding-top: 0;
}

.tree-blocks li:first-child:before,
.tree-blocks li:last-child:after {
  border: 0 none;
}

.tree-blocks li:last-child:before {
  border-right: 3px solid #9099aa;
  border-radius: 0 5px 0 0;
}

.tree-blocks li:first-child:after {
  border-radius: 5px 0 0 0;
}

.tree-blocks ul ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 3px solid #9099aa;
  width: 0;
  height: 20px;
}

.tree-blocks li a {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  background: rgb(242.2010204082, 243.2387755102, 245.1989795918);
  border: 3px solid #9099aa;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  border-radius: 4px;
}

.tree ul li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}

.tree ul li:before,
.tree ul li:after {
  content: "";
  left: -20px;
  position: absolute;
  right: auto;
}

.tree ul li:before {
  border-left: 3px solid #9099aa;
  bottom: 50px;
  height: 100%;
  top: 0;
}

.tree ul li:after {
  border-top: 3px solid #9099aa;
  height: 20px;
  top: 30px;
  width: 25px;
}

.tree > ul > li:before,
.tree > ul > li:after {
  border: 0;
}

.tree li:last-child:before {
  height: 35px;
  width: 25px;
  border-bottom: 3px solid #9099aa;
  border-radius: 0 0 0 5px;
}

.tree li:only-child,
.tree li:only-child {
  left: 0;
}

.tree li:only-child:after,
.tree li:only-child:before {
  display: none;
}

.tree li:last-child:after {
  display: none;
}

.tree li a {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  background: rgb(242.2010204082, 243.2387755102, 245.1989795918);
  border: 3px solid #9099aa;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
}

.tree li a:hover,
.tree li a:hover + ul li a,
.tree-blocks li a:hover,
.tree-blocks li a:hover + ul li a {
  background: rgb(170.5555555556, 216.4722222222, 225.4444444444);
  border: 3px solid #5fb6c7;
}

.tree li a:hover + ul li:after,
.tree li a:hover + ul li:before,
.tree li a:hover + ul:before,
.tree li a:hover + ul ul:before,
.tree-blocks li a:hover + ul li:after,
.tree-blocks li a:hover + ul li:before,
.tree-blocks li a:hover + ul:before,
.tree-blocks li a:hover + ul ul:before {
  border-color: #5fb6c7;
}

.tree-blocks li a h4 small,
.tree li a h4 small {
  display: block;
}

.tree-blocks li a h4 small:before,
.tree li a h4 small:before {
  display: none;
}

.megamenu .dropdown-menu {
  background: rgb(242.2010204082, 243.2387755102, 245.1989795918);
  font-size: 13px;
  left: auto;
  right: auto;
  font-weight: 400;
  min-width: 180px;
}

.megamenu .dropdown-menu > li {
  font-family: "Lato", sans-serif;
}

.megamenu .dropdown-menu > li > a {
  white-space: normal;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  text-transform: none;
}

.megamenu .dropdown-menu > li > a:hover,
.megamenu .dropdown-menu > li > a:focus {
  background: rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.megamenu .dropdown {
  position: static;
}

.megamenu .half-width.dropdown > .dropdown-menu {
  width: 50%;
}

.megamenu .full-width.dropdown > .dropdown-menu {
  left: 0;
  right: 0;
}

.megamenu .third-width.dropdown > .dropdown-menu {
  width: 33%;
}

.megamenu .half-width.dropdown > .dropdown-menu,
.megamenu .full-width.dropdown > .dropdown-menu,
.megamenu .third-width.dropdown > .dropdown-menu {
  padding: 20px;
}

.megamenu .half-width.dropdown > .dropdown-menu > li > a:hover,
.megamenu .half-width.dropdown > .dropdown-menu > li > a:focus,
.megamenu .full-width.dropdown > .dropdown-menu > li > a:hover,
.megamenu .full-width.dropdown > .dropdown-menu > li > a:focus,
.megamenu .third-width.dropdown > .dropdown-menu > li > a:hover,
.megamenu .third-width.dropdown > .dropdown-menu > li > a:focus {
  background: transparent;
}

.megamenu .navbar-right .full-width.dropdown > .dropdown-menu,
.megamenu .navbar-right .half-width.dropdown > .dropdown-menu,
.megamenu .navbar-right .third-width.dropdown > .dropdown-menu {
  right: 0;
}

.megamenu .carousel .item {
  height: 250px;
}

.megamenu .dropdown-menu .user-img {
  margin: 10px 0 0 10px;
  max-width: 60px;
}

.megamenu .dropdown-menu .media-body {
  position: relative;
  padding: 5px;
  padding-right: 50px;
  margin-bottom: 10px;
}

.megamenu .dropdown-menu .media-body .reply {
  position: absolute;
  right: 15px;
  font-size: 1.6em;
  display: none;
}

.megamenu .dropdown-menu .media-body:hover .reply {
  display: block;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  text-decoration: none;
}

.megamenu .dropdown-menu .media:hover {
  background: rgb(221.9831632653, 224.6602040816, 229.7168367347);
}

.megamenu .dropdown-menu .media-body h5 {
  margin: 0;
  margin-bottom: 5px;
}

.megamenu .dropdown-menu .media-body .message {
  font-size: 0.9em;
  line-height: 1.3em;
  margin-bottom: 5px;
}

.megamenu .dropdown-menu .media-body .timestamp {
  float: left;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  position: absolute;
  top: 7px;
  right: 8px;
  font-family: FontAwesome;
  content: "\f0d7";
}

.dropdown-submenu:hover > a:after {
  color: #333;
}

.megamenu .navbar-right .dropdown-submenu > .dropdown-menu {
  left: -100%;
}

.megamenu .navbar-right .dropdown-submenu > a:after {
  content: "\f0d9";
}

.item.list-group-item {
  float: none;
  width: auto;
  margin: 0 10px 10px;
  padding: 0;
  border: 0;
}
.item.list-group-item:before {
  display: table;
  content: "";
}
.item.list-group-item:after {
  display: table;
  content: "";
  clear: both;
}
.item.list-group-item img {
  width: 20%;
  float: left;
}
.item.list-group-item .caption {
  width: 80%;
  float: right;
  padding: 12.5px 25px;
}

.item .thumbnail:hover .caption {
  background: transparent;
}

.list-group-item-text {
  margin: 0 0 11px;
}

.main-container-inner-negative {
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
}

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

.margin-0 {
  margin: 0;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-top-5px {
  margin-top: 5px;
}

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

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

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

.margin-bottom-5px {
  margin-bottom: 5px;
}

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

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

.margin-right-0 {
  margin-right: 0;
}

.margin-left-0 {
  margin-left: 0;
}

.margin-left-5px {
  margin-left: 5px;
}

.margin-left-10px {
  margin-left: 10px;
}

.margin-right-5px {
  margin-right: 5px;
}

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

.panel-body-no-padding {
  margin: -45px 20px;
}

.padding-0 {
  padding: 0;
}

.padding-10px {
  padding: 10px;
}

.padding-20px {
  padding: 20px;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.with-shadow {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.with-border {
  border: 1px solid rgb(242.2010204082, 243.2387755102, 245.1989795918);
}

.border-top {
  border-top: 1px solid rgb(201.7653061224, 206.0816326531, 214.2346938776);
}

.border-0 {
  border: none;
}

.hover-block {
  display: block;
  background: #9099aa;
  color: #fff;
  transition: all 0.3s;
}

.hover-block:hover {
  background: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  color: #fff;
  text-decoration: none;
}

.hover-block small {
  display: block;
  font-size: 0.8em;
  margin-bottom: 2px;
}

.border-radius-xs {
  border-radius: 4px;
}

.border-radius-sm {
  border-radius: 5px;
}

.file-with-ext {
  display: block;
  position: relative;
  font-size: 40px;
  width: 50px;
  margin: 0 auto 5px;
}

.file-with-ext:after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 5px;
  padding: 3px;
  background: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  font-size: 10px;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

.file-with-ext.filetype-zip:after {
  content: ".zip";
}

.file-with-ext.filetype-exe:after {
  content: ".exe";
}

.file-with-ext.filetype-mp3:after {
  content: ".mp3";
}

.file-with-ext.filetype-mov:after {
  content: ".mov";
}

.file-with-ext.filetype-pdf:after {
  content: ".pdf";
}

.file-with-ext.filetype-xls:after {
  content: ".xls";
}

.bg-muted,
.bg-default,
.bg-grey {
  background: #9099aa !important;
}

.bg-grey-light,
.bg-default-light {
  background: rgb(201.7653061224, 206.0816326531, 214.2346938776) !important;
}

.bg-grey-lighter,
.bg-default-lighter {
  background: rgb(221.9831632653, 224.6602040816, 229.7168367347) !important;
}

.bg-grey-lightest,
.bg-default-lightest {
  background: rgb(242.2010204082, 243.2387755102, 245.1989795918) !important;
}

.bg-grey-dark,
.bg-default-dark {
  background: rgb(102.9974489796, 113.9030612245, 134.5025510204) !important;
}

.bg-grey-darker,
.bg-default-darker {
  background: rgb(80.8801020408, 89.443877551, 105.6198979592) !important;
}

.bg-dark,
.bg-grey-darkest,
.bg-default-darkest {
  background: rgb(47.7040816327, 52.7551020408, 62.2959183673) !important;
}

.bg-primary,
.bg-dark-blue {
  background: #226dad !important;
}

.bg-dark-blue-light,
.bg-primary-light {
  background: rgb(87.0144927536, 159.8405797101, 221.9855072464) !important;
}

.bg-dark-blue-lighter,
.bg-primary-lighter {
  background: rgb(193.5724637681, 220.2028985507, 242.9275362319) !important;
}

.bg-dark-blue-lightest,
.bg-primary-lightest {
  background: rgb(236.1956521739, 244.347826087, 251.3043478261) !important;
}

.bg-dark-blue-dark,
.bg-primary-dark {
  background: rgb(29.8115942029, 95.5724637681, 151.6884057971) !important;
}

.bg-dark-blue-darker,
.bg-primary-darker {
  background: rgb(21.4347826087, 68.7173913043, 109.0652173913) !important;
}

.bg-dark-blue-darkest,
.bg-primary-darkest {
  background: rgb(14.7333333333, 47.2333333333, 74.9666666667) !important;
}

.bg-success,
.bg-green {
  background: #9ab946 !important;
}

.bg-green-light,
.bg-success-light {
  background: rgb(188.34, 208.8, 132.9) !important;
}

.bg-green-lighter,
.bg-success-lighter {
  background: rgb(208.54, 222.8, 169.9) !important;
}

.bg-green-lightest,
.bg-success-lightest {
  background: rgb(220.66, 231.2, 192.1) !important;
}

.bg-green-dark,
.bg-success-dark {
  background: rgb(138.6, 166.5, 63) !important;
}

.bg-green-darker,
.bg-success-darker {
  background: rgb(92.4, 111, 42) !important;
}

.bg-green-darkest,
.bg-success-darkest {
  background: rgb(52.36, 62.9, 23.8) !important;
}

.bg-info,
.bg-blue {
  background: #5fb6c7 !important;
}

.bg-blue-light,
.bg-info-light {
  background: rgb(151.6666666667, 207.8541666667, 218.8333333333) !important;
}

.bg-blue-lighter,
.bg-info-lighter {
  background: rgb(189.4444444444, 225.0902777778, 232.0555555556) !important;
}

.bg-blue-lightest,
.bg-info-lightest {
  background: rgb(219.6666666667, 238.8791666667, 242.6333333333) !important;
}

.bg-blue-dark,
.bg-info-dark {
  background: rgb(65.6444444444, 167.6277777778, 187.5555555556) !important;
}

.bg-blue-darker,
.bg-info-darker {
  background: rgb(56.3888888889, 143.9930555556, 161.1111111111) !important;
}

.bg-blue-darkest,
.bg-info-darkest {
  background: rgb(45.8111111111, 116.9819444444, 130.8888888889) !important;
}

.bg-success,
.bg-green {
  background: #9ab946 !important;
}

.bg-green-light,
.bg-success-light {
  background: rgb(188.34, 208.8, 132.9) !important;
}

.bg-green-lighter,
.bg-success-lighter {
  background: rgb(208.54, 222.8, 169.9) !important;
}

.bg-green-lightest,
.bg-success-lightest {
  background: rgb(220.66, 231.2, 192.1) !important;
}

.bg-green-dark,
.bg-success-dark {
  background: rgb(138.6, 166.5, 63) !important;
}

.bg-green-darker,
.bg-success-darker {
  background: rgb(92.4, 111, 42) !important;
}

.bg-green-darkest,
.bg-success-darkest {
  background: rgb(52.36, 62.9, 23.8) !important;
}

.bg-warning,
.bg-orange {
  background: #f0ad4e !important;
}

.bg-orange-light,
.bg-warning-light {
  background: rgb(246.7734375, 210.028125, 157.9265625) !important;
}

.bg-orange-lighter,
.bg-warning-lighter {
  background: rgb(249.9609375, 227.453125, 195.5390625) !important;
}

.bg-orange-lightest,
.bg-warning-lightest {
  background: rgb(253.1484375, 244.878125, 233.1515625) !important;
}

.bg-orange-dark,
.bg-warning-dark {
  background: rgb(238.0078125, 162.109375, 54.4921875) !important;
}

.bg-orange-darker,
.bg-warning-darker {
  background: rgb(222.6328125, 138.359375, 18.8671875) !important;
}

.bg-orange-darkest,
.bg-warning-darkest {
  background: rgb(175.6171875, 109.140625, 14.8828125) !important;
}

.bg-danger,
.bg-red {
  background: #e74958 !important;
}

.bg-red-light,
.bg-danger-light {
  background: rgb(241.1009708738, 149.5990291262, 158.2859223301) !important;
}

.bg-red-lighter,
.bg-danger-lighter {
  background: rgb(248.8252427184, 208.1747572816, 212.0339805825) !important;
}

.bg-red-lightest,
.bg-danger-lightest {
  background: rgb(250.6077669903, 221.6922330097, 224.4373786408) !important;
}

.bg-red-dark,
.bg-danger-dark {
  background: rgb(200.9951456311, 26.5048543689, 43.0703883495) !important;
}

.bg-red-darker,
.bg-danger-darker {
  background: rgb(133.4077669903, 17.5922330097, 28.5873786408) !important;
}

.bg-red-darkest,
.bg-danger-darkest {
  background: rgb(119.8902912621, 15.8097087379, 25.690776699) !important;
}

.bg-green-alt {
  background: #01b5a1 !important;
}

.bg-green-alt-light {
  background: rgb(1.1961538462, 216.5038461538, 192.5807692308) !important;
}

.bg-green-alt-lighter {
  background: rgb(30.2417582418, 253.7582417582, 228.9230769231) !important;
}

.bg-green-alt-lightest {
  background: rgb(131.6813186813, 254.3186813187, 240.6923076923) !important;
}

.bg-green-alt-dark {
  background: rgb(0.8038461538, 145.4961538462, 129.4192307692) !important;
}

.bg-green-alt-darker {
  background: rgb(0.5796703297, 104.9203296703, 93.3269230769) !important;
}

.bg-green-alt-darkest {
  background: rgb(0.2994505495, 54.2005494505, 48.2115384615) !important;
}

.bg-violet {
  background: #886caf !important;
}

.bg-violet-light {
  background: rgb(162.7356828194, 141.0264317181, 192.9735682819) !important;
}

.bg-violet-lighter {
  background: rgb(189.4713656388, 174.0528634361, 210.9471365639) !important;
}

.bg-violet-lightest {
  background: rgb(216.2070484581, 207.0792951542, 228.9207048458) !important;
}

.bg-violet-dark {
  background: rgb(115.2317180617, 85.3568281938, 156.8431718062) !important;
}

.bg-violet-darker {
  background: rgb(90.9674008811, 67.3832599119, 123.8167400881) !important;
}

.bg-violet-darkest {
  background: rgb(66.7030837004, 49.40969163, 90.79030837) !important;
}

.bg-purple {
  background: #bf408e !important;
}

.bg-purple-light {
  background: rgb(199.96, 90.74, 157.82) !important;
}

.bg-purple-lighter {
  background: rgb(216.6, 140.4, 187.2) !important;
}

.bg-purple-lightest {
  background: rgb(235.8, 197.7, 221.1) !important;
}

.bg-purple-dark {
  background: rgb(160.44, 53.76, 119.28) !important;
}

.bg-purple-darker {
  background: rgb(122.24, 40.96, 90.88) !important;
}

.bg-purple-darkest {
  background: rgb(84.04, 28.16, 62.48) !important;
}

.bg-marine {
  background: #097a9b !important;
}

.bg-marine-light {
  background: rgb(13.1981707317, 178.9085365854, 227.3018292683) !important;
}

.bg-marine-lighter {
  background: rgb(72.5914634146, 205.5731707317, 244.4085365854) !important;
}

.bg-marine-lightest {
  background: rgb(144.8932926829, 225.1646341463, 248.6067073171) !important;
}

.bg-marine-dark {
  background: rgb(6.7609756098, 91.6487804878, 116.4390243902) !important;
}

.bg-marine-darker {
  background: rgb(4.8018292683, 65.0914634146, 82.6981707317) !important;
}

.bg-marine-darkest {
  background: rgb(3.4024390244, 46.1219512195, 58.5975609756) !important;
}

.bg-yellow {
  background: #f2d750 !important;
}

.bg-yellow-light {
  background: rgb(244.4686170213, 222.5957446809, 113.2313829787) !important;
}

.bg-yellow-lighter {
  background: rgb(247.289893617, 231.2765957447, 151.210106383) !important;
}

.bg-yellow-lightest {
  background: rgb(250.8164893617, 242.1276595745, 198.6835106383) !important;
}

.bg-yellow-dark {
  background: rgb(239.1787234043, 206.3191489362, 42.0212765957) !important;
}

.bg-yellow-darker {
  background: rgb(214.2819148936, 181.2212765957, 15.9180851064) !important;
}

.bg-yellow-darkest {
  background: rgb(166.8085106383, 141.0723404255, 12.3914893617) !important;
}

.bg-yellow-light {
  background: rgb(244.4686170213, 222.5957446809, 113.2313829787) !important;
}

.bg-yellow-light-light {
  background: rgb(246.9372340426, 230.1914893617, 146.4627659574) !important;
}

.bg-yellow-light-lighter {
  background: rgb(249.7585106383, 238.8723404255, 184.4414893617) !important;
}

.bg-yellow-light-lightest {
  background: rgb(253.285106383, 249.7234042553, 231.914893617) !important;
}

.bg-yellow-light-dark {
  background: rgb(241.6473404255, 213.914893617, 75.2526595745) !important;
}

.bg-yellow-light-darker {
  background: rgb(238.1207446809, 203.0638297872, 27.7792553191) !important;
}

.bg-yellow-light-darkest {
  background: rgb(200.039893617, 169.1765957447, 14.860106383) !important;
}

.bg-brown {
  background: #81473a !important;
}

.bg-brown-light {
  background: rgb(164.1818181818, 90.3636363636, 73.8181818182) !important;
}

.bg-brown-lighter {
  background: rgb(194.3636363636, 133.7272727273, 120.1363636364) !important;
}

.bg-brown-lightest {
  background: rgb(218.0909090909, 181.1818181818, 172.9090909091) !important;
}

.bg-brown-dark {
  background: rgb(100.8545454545, 55.5090909091, 45.3454545455) !important;
}

.bg-brown-darker {
  background: rgb(65.6727272727, 36.1454545455, 29.5272727273) !important;
}

.bg-brown-darkest {
  background: rgb(44.5636363636, 24.5272727273, 20.0363636364) !important;
}

.bg-khaki {
  background: #a69958 !important;
}

.bg-khaki-light {
  background: rgb(183.9763779528, 173.4842519685, 121.0236220472) !important;
}

.bg-khaki-lighter {
  background: rgb(206.9464566929, 199.8476377953, 164.3535433071) !important;
}

.bg-khaki-lightest {
  background: rgb(224.6157480315, 220.1271653543, 197.6842519685) !important;
}

.bg-khaki-dark {
  background: rgb(139.3354330709, 128.4236220472, 73.8645669291) !important;
}

.bg-khaki-darker {
  background: rgb(116.0039370079, 106.9192913386, 61.4960629921) !important;
}

.bg-khaki-darkest {
  background: rgb(86.0062992126, 79.2708661417, 45.5937007874) !important;
}

.bg-pink {
  background: #db7093 !important;
}

.bg-pink-light {
  background: rgb(228.2312849162, 148.6687150838, 174.6938547486) !important;
}

.bg-pink-lighter {
  background: rgb(236.4368715084, 181.2631284916, 199.3106145251) !important;
}

.bg-pink-lightest {
  background: rgb(244.6424581006, 213.8575418994, 223.9273743017) !important;
}

.bg-pink-dark {
  background: rgb(210.7944134078, 79.4055865922, 122.3832402235) !important;
}

.bg-pink-darker {
  background: rgb(182.9441340782, 46.0558659218, 90.8324022346) !important;
}

.bg-pink-darkest {
  background: rgb(121.8296089385, 30.6703910615, 60.4888268156) !important;
}

.bg-facebook {
  background: #2d4373;
  color: #fff;
}

.bg-twitter {
  background: #2c4762;
  color: #fff;
}

.bg-google-plus {
  background: #dd4b39;
  color: #fff;
}

.bg-instagram {
  background: #305777;
  color: #fff;
}

.text-white {
  color: #fff !important;
}

.text-muted,
.text-default,
.text-grey {
  color: #9099aa !important;
}

.text-grey-light,
.text-default-light {
  color: rgb(201.7653061224, 206.0816326531, 214.2346938776) !important;
}

.text-grey-lighter,
.text-default-lighter {
  color: rgb(221.9831632653, 224.6602040816, 229.7168367347) !important;
}

.text-grey-lightest,
.text-default-lightest {
  color: rgb(242.2010204082, 243.2387755102, 245.1989795918) !important;
}

.text-grey-dark,
.text-default-dark {
  color: rgb(102.9974489796, 113.9030612245, 134.5025510204) !important;
}

.text-grey-darker,
.text-default-darker {
  color: rgb(80.8801020408, 89.443877551, 105.6198979592) !important;
}

.text-dark,
.text-grey-darkest,
.text-default-darkest {
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673) !important;
}

.text-primary,
.text-dark-blue {
  color: #226dad !important;
}

.text-dark-blue-light,
.text-primary-light {
  color: rgb(87.0144927536, 159.8405797101, 221.9855072464) !important;
}

.text-dark-blue-lighter,
.text-primary-lighter {
  color: rgb(193.5724637681, 220.2028985507, 242.9275362319) !important;
}

.text-dark-blue-lightest,
.text-primary-lightest {
  color: rgb(236.1956521739, 244.347826087, 251.3043478261) !important;
}

.text-dark-blue-dark,
.text-primary-dark {
  color: rgb(29.8115942029, 95.5724637681, 151.6884057971) !important;
}

.text-dark-blue-darker,
.text-primary-darker {
  color: rgb(21.4347826087, 68.7173913043, 109.0652173913) !important;
}

.text-dark-blue-darkest,
.text-primary-darkest {
  color: rgb(14.7333333333, 47.2333333333, 74.9666666667) !important;
}

.text-success,
.text-green {
  color: #9ab946 !important;
}

.text-green-light,
.text-success-light {
  color: rgb(188.34, 208.8, 132.9) !important;
}

.text-green-lighter,
.text-success-lighter {
  color: rgb(208.54, 222.8, 169.9) !important;
}

.text-green-lightest,
.text-success-lightest {
  color: rgb(220.66, 231.2, 192.1) !important;
}

.text-green-dark,
.text-success-dark {
  color: rgb(138.6, 166.5, 63) !important;
}

.text-green-darker,
.text-success-darker {
  color: rgb(92.4, 111, 42) !important;
}

.text-green-darkest,
.text-success-darkest {
  color: rgb(52.36, 62.9, 23.8) !important;
}

.text-info,
.text-blue {
  color: #5fb6c7 !important;
}

.text-blue-light,
.text-info-light {
  color: rgb(151.6666666667, 207.8541666667, 218.8333333333) !important;
}

.text-blue-lighter,
.text-info-lighter {
  color: rgb(189.4444444444, 225.0902777778, 232.0555555556) !important;
}

.text-blue-lightest,
.text-info-lightest {
  color: rgb(219.6666666667, 238.8791666667, 242.6333333333) !important;
}

.text-blue-dark,
.text-info-dark {
  color: rgb(65.6444444444, 167.6277777778, 187.5555555556) !important;
}

.text-blue-darker,
.text-info-darker {
  color: rgb(56.3888888889, 143.9930555556, 161.1111111111) !important;
}

.text-blue-darkest,
.text-info-darkest {
  color: rgb(45.8111111111, 116.9819444444, 130.8888888889) !important;
}

.text-success,
.text-green {
  color: #9ab946 !important;
}

.text-green-light,
.text-success-light {
  color: rgb(188.34, 208.8, 132.9) !important;
}

.text-green-lighter,
.text-success-lighter {
  color: rgb(208.54, 222.8, 169.9) !important;
}

.text-green-lightest,
.text-success-lightest {
  color: rgb(220.66, 231.2, 192.1) !important;
}

.text-green-dark,
.text-success-dark {
  color: rgb(138.6, 166.5, 63) !important;
}

.text-green-darker,
.text-success-darker {
  color: rgb(92.4, 111, 42) !important;
}

.text-green-darkest,
.text-success-darkest {
  color: rgb(52.36, 62.9, 23.8) !important;
}

.text-warning,
.text-orange {
  color: #f0ad4e !important;
}

.text-orange-light,
.text-warning-light {
  color: rgb(246.7734375, 210.028125, 157.9265625) !important;
}

.text-orange-lighter,
.text-warning-lighter {
  color: rgb(249.9609375, 227.453125, 195.5390625) !important;
}

.text-orange-lightest,
.text-warning-lightest {
  color: rgb(253.1484375, 244.878125, 233.1515625) !important;
}

.text-orange-dark,
.text-warning-dark {
  color: rgb(238.0078125, 162.109375, 54.4921875) !important;
}

.text-orange-darker,
.text-warning-darker {
  color: rgb(222.6328125, 138.359375, 18.8671875) !important;
}

.text-orange-darkest,
.text-warning-darkest {
  color: rgb(175.6171875, 109.140625, 14.8828125) !important;
}

.text-danger,
.text-red {
  color: #e74958 !important;
}

.text-red-light,
.text-danger-light {
  color: rgb(241.1009708738, 149.5990291262, 158.2859223301) !important;
}

.text-red-lighter,
.text-danger-lighter {
  color: rgb(248.8252427184, 208.1747572816, 212.0339805825) !important;
}

.text-red-lightest,
.text-danger-lightest {
  color: rgb(250.6077669903, 221.6922330097, 224.4373786408) !important;
}

.text-red-dark,
.text-danger-dark {
  color: rgb(200.9951456311, 26.5048543689, 43.0703883495) !important;
}

.text-red-darker,
.text-danger-darker {
  color: rgb(133.4077669903, 17.5922330097, 28.5873786408) !important;
}

.text-red-darkest,
.text-danger-darkest {
  color: rgb(119.8902912621, 15.8097087379, 25.690776699) !important;
}

.text-green-alt {
  color: #01b5a1 !important;
}

.text-green-alt-light {
  color: rgb(1.1961538462, 216.5038461538, 192.5807692308) !important;
}

.text-green-alt-lighter {
  color: rgb(30.2417582418, 253.7582417582, 228.9230769231) !important;
}

.text-green-alt-lightest {
  color: rgb(131.6813186813, 254.3186813187, 240.6923076923) !important;
}

.text-green-alt-dark {
  color: rgb(0.8038461538, 145.4961538462, 129.4192307692) !important;
}

.text-green-alt-darker {
  color: rgb(0.5796703297, 104.9203296703, 93.3269230769) !important;
}

.text-green-alt-darkest {
  color: rgb(0.2994505495, 54.2005494505, 48.2115384615) !important;
}

.text-violet {
  color: #886caf !important;
}

.text-violet-light {
  color: rgb(162.7356828194, 141.0264317181, 192.9735682819) !important;
}

.text-violet-lighter {
  color: rgb(189.4713656388, 174.0528634361, 210.9471365639) !important;
}

.text-violet-lightest {
  color: rgb(216.2070484581, 207.0792951542, 228.9207048458) !important;
}

.text-violet-dark {
  color: rgb(115.2317180617, 85.3568281938, 156.8431718062) !important;
}

.text-violet-darker {
  color: rgb(90.9674008811, 67.3832599119, 123.8167400881) !important;
}

.text-violet-darkest {
  color: rgb(66.7030837004, 49.40969163, 90.79030837) !important;
}

.text-purple {
  color: #bf408e !important;
}

.text-purple-light {
  color: rgb(199.96, 90.74, 157.82) !important;
}

.text-purple-lighter {
  color: rgb(216.6, 140.4, 187.2) !important;
}

.text-purple-lightest {
  color: rgb(235.8, 197.7, 221.1) !important;
}

.text-purple-dark {
  color: rgb(160.44, 53.76, 119.28) !important;
}

.text-purple-darker {
  color: rgb(122.24, 40.96, 90.88) !important;
}

.text-purple-darkest {
  color: rgb(84.04, 28.16, 62.48) !important;
}

.text-marine {
  color: #097a9b !important;
}

.text-marine-light {
  color: rgb(13.1981707317, 178.9085365854, 227.3018292683) !important;
}

.text-marine-lighter {
  color: rgb(72.5914634146, 205.5731707317, 244.4085365854) !important;
}

.text-marine-lightest {
  color: rgb(144.8932926829, 225.1646341463, 248.6067073171) !important;
}

.text-marine-dark {
  color: rgb(6.7609756098, 91.6487804878, 116.4390243902) !important;
}

.text-marine-darker {
  color: rgb(4.8018292683, 65.0914634146, 82.6981707317) !important;
}

.text-marine-darkest {
  color: rgb(3.4024390244, 46.1219512195, 58.5975609756) !important;
}

.text-yellow {
  color: #f2d750 !important;
}

.text-yellow-light {
  color: rgb(244.4686170213, 222.5957446809, 113.2313829787) !important;
}

.text-yellow-lighter {
  color: rgb(247.289893617, 231.2765957447, 151.210106383) !important;
}

.text-yellow-lightest {
  color: rgb(250.8164893617, 242.1276595745, 198.6835106383) !important;
}

.text-yellow-dark {
  color: rgb(239.1787234043, 206.3191489362, 42.0212765957) !important;
}

.text-yellow-darker {
  color: rgb(214.2819148936, 181.2212765957, 15.9180851064) !important;
}

.text-yellow-darkest {
  color: rgb(166.8085106383, 141.0723404255, 12.3914893617) !important;
}

.text-yellow-light {
  color: rgb(244.4686170213, 222.5957446809, 113.2313829787) !important;
}

.text-yellow-light-light {
  color: rgb(246.9372340426, 230.1914893617, 146.4627659574) !important;
}

.text-yellow-light-lighter {
  color: rgb(249.7585106383, 238.8723404255, 184.4414893617) !important;
}

.text-yellow-light-lightest {
  color: rgb(253.285106383, 249.7234042553, 231.914893617) !important;
}

.text-yellow-light-dark {
  color: rgb(241.6473404255, 213.914893617, 75.2526595745) !important;
}

.text-yellow-light-darker {
  color: rgb(238.1207446809, 203.0638297872, 27.7792553191) !important;
}

.text-yellow-light-darkest {
  color: rgb(200.039893617, 169.1765957447, 14.860106383) !important;
}

.text-brown {
  color: #81473a !important;
}

.text-brown-light {
  color: rgb(164.1818181818, 90.3636363636, 73.8181818182) !important;
}

.text-brown-lighter {
  color: rgb(194.3636363636, 133.7272727273, 120.1363636364) !important;
}

.text-brown-lightest {
  color: rgb(218.0909090909, 181.1818181818, 172.9090909091) !important;
}

.text-brown-dark {
  color: rgb(100.8545454545, 55.5090909091, 45.3454545455) !important;
}

.text-brown-darker {
  color: rgb(65.6727272727, 36.1454545455, 29.5272727273) !important;
}

.text-brown-darkest {
  color: rgb(44.5636363636, 24.5272727273, 20.0363636364) !important;
}

.text-khaki {
  color: #a69958 !important;
}

.text-khaki-light {
  color: rgb(183.9763779528, 173.4842519685, 121.0236220472) !important;
}

.text-khaki-lighter {
  color: rgb(206.9464566929, 199.8476377953, 164.3535433071) !important;
}

.text-khaki-lightest {
  color: rgb(224.6157480315, 220.1271653543, 197.6842519685) !important;
}

.text-khaki-dark {
  color: rgb(139.3354330709, 128.4236220472, 73.8645669291) !important;
}

.text-khaki-darker {
  color: rgb(116.0039370079, 106.9192913386, 61.4960629921) !important;
}

.text-khaki-darkest {
  color: rgb(86.0062992126, 79.2708661417, 45.5937007874) !important;
}

.text-pink {
  color: #db7093 !important;
}

.text-pink-light {
  color: rgb(228.2312849162, 148.6687150838, 174.6938547486) !important;
}

.text-pink-lighter {
  color: rgb(236.4368715084, 181.2631284916, 199.3106145251) !important;
}

.text-pink-lightest {
  color: rgb(244.6424581006, 213.8575418994, 223.9273743017) !important;
}

.text-pink-dark {
  color: rgb(210.7944134078, 79.4055865922, 122.3832402235) !important;
}

.text-pink-darker {
  color: rgb(182.9441340782, 46.0558659218, 90.8324022346) !important;
}

.text-pink-darkest {
  color: rgb(121.8296089385, 30.6703910615, 60.4888268156) !important;
}

.display-block {
  display: block;
}

.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-400 {
  font-weight: 400;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.image-background-1 {
  background-image: url(../images/backgrounds/1.png);
  background-size: cover;
}

.image-background-2 {
  background-image: url(../images/backgrounds/2.png);
  background-size: cover;
}

.image-background-3 {
  background-image: url(../images/backgrounds/3.png);
  background-size: cover;
}

.image-background-4 {
  background-image: url(../images/backgrounds/4.png);
  background-size: cover;
}

.image-background-5 {
  background-image: url(../images/backgrounds/5.png);
  background-size: cover;
}

.image-background-6 {
  background-image: url(../images/backgrounds/6.png);
  background-size: cover;
}

.image-background-7 {
  background-image: url(../images/backgrounds/7.png);
  background-size: cover;
}

.image-background-8 {
  background-image: url(../images/backgrounds/8.png);
  background-size: cover;
}

.image-background-9 {
  background-image: url(../images/backgrounds/9.png);
  background-size: cover;
}

.image-background-10 {
  background-image: url(../images/backgrounds/10.png);
  background-size: cover;
}

pre.prettyprint {
  font-size: 0.85em;
  display: block;
  background: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  font-weight: 600;
  font-family: "Lato", sans-serif;
}

pre .nocode {
  background-color: none;
  color: #000;
}

pre .str {
  color: rgb(236.4368715084, 181.2631284916, 199.3106145251);
}

pre .kwd {
  color: rgb(249.9609375, 227.453125, 195.5390625);
}

pre .com {
  color: #9099aa;
}

pre .typ {
  color: rgb(188.34, 208.8, 132.9);
}

pre .lit {
  color: rgb(248.8252427184, 208.1747572816, 212.0339805825);
}

pre .pun {
  color: #fff;
}

pre .pln {
  color: #fff;
}

pre .tag {
  color: rgb(247.289893617, 231.2765957447, 151.210106383);
}

pre .atn {
  color: #5fb6c7;
}

pre .atv {
  color: #db7093;
}

pre .dec {
  color: rgb(208.54, 222.8, 169.9);
}

.prettyprint.linenums {
  box-shadow: inset 40px 0 0 rgb(47.7040816327, 52.7551020408, 62.2959183673);
}

ol.linenums {
  margin-left: 0px;
}

.highlight ol.linenums {
  margin-left: 0;
}

ol.linenums li {
  padding-left: 20px;
  color: #9099aa;
  line-height: 22px;
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: rgba(0, 0, 0, 0.3);
}

.icons-hover {
  display: block;
  border-radius: 4px;
  background: #5fb6c7;
  color: #fff;
  padding: 25px 25px;
  margin-bottom: 15px;
  min-height: 100px;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
}

.icons-hover .i-name {
  font-size: 0.8em;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 100px;
  margin: 0 auto;
  text-overflow: ellipsis;
}

.icons-hover span:first-child {
  font-size: 3em;
  line-height: 1.1em;
  margin: 0 auto 5px;
  display: block;
}

.icons-hover .i-name,
.icons-hover .text-muted {
  line-height: 1.2em;
}

.icons-hover:hover {
  background: rgb(102.9974489796, 113.9030612245, 134.5025510204);
}

.icons-hover:hover i,
.icons-hover:hover span {
  color: #fff;
}

.faq-tabbable .nav-tabs > li > a {
  max-width: 120px;
  font-size: 0.85em;
  text-align: center;
}
.faq-tabbable .nav-tabs > li > a i {
  font-size: 2.9em;
  line-height: 1.25em;
  display: block;
}
.faq-tabbable .tab-content .tab-pane {
  min-height: 600px;
}
.faq-tabbable .tab-content .tab-pane .label {
  margin-left: 5px;
}
.faq-tabbable .tab-content .tab-pane .panel-title {
  line-height: 33px;
  font-weight: 400;
}
.faq-tabbable .tab-content .tab-pane .panel-title .fa-chevron-circle-up {
  line-height: 35px;
  color: #9099aa;
}
.faq-tabbable .tab-content .tab-pane .panel-title .fa-chevron-circle-down {
  line-height: 35px;
  color: #9099aa;
}

.standalone-page-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}

.center-wrapper {
  height: 70%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 320px;
}

.center-wrapper.register-wrapper {
  max-width: 510px;
}

.login-block {
  position: relative;
  padding: 25px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 4px;
}

.login-header {
  background: #fff;
  margin: -10px 0 10px;
  display: block;
  height: 100px;
}

.login-header img {
  max-width: 90px;
}

.center-wrapper-errors {
  display: block;
  width: 100%;
  height: 90%;
  margin: auto;
  padding: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.center-wrapper-errors i {
  display: block;
}

.center-wrapper-errors h2 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  background: #e74958;
  color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  display: inline-block;
  padding: 15px 30px;
}

.copyrights {
  margin-top: 20px;
  color: #fff;
  opacity: 0.9;
  font-size: 0.65em;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  .page-header h1 {
    font-size: 2em;
  }
  .main-container {
    padding: 12.5px;
  }
  .wrapper {
    padding: 0;
    padding-top: 60px;
  }
  .main-top-navbar {
    padding: 0 12.5px;
  }
  .main-top-navbar i {
    font-size: 1.7em;
  }
  .main-top-navbar .navbar-header {
    float: left;
    margin-right: 10px;
  }
  .main-top-navbar .navbar-brand img {
    padding-top: 3px;
    max-width: 100px;
  }
  .nav.navbar-nav {
    float: left;
  }
  .main-top-navbar .nav.navbar-nav.navbar-right {
    width: auto;
    float: right;
    text-align: center;
  }
  .main-top-navbar .navbar-left,
  .main-top-navbar .navbar-nav > li {
    float: left;
  }
  .panel .panel-body,
  .panel .panel-footer,
  .panel .panel-heading {
    padding: 12.5px;
  }
  .panel .panel-footer .btn-group-justified {
    margin: -25px;
  }
  .panel .callout {
    margin: 0px;
  }
  /*Navbar-Default*/
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #9099aa;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
    background-color: rgb(242.2010204082, 243.2387755102, 245.1989795918);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: rgb(242.2010204082, 243.2387755102, 245.1989795918);
    background-color: transparent;
  }
  /*Navbar-Inverse*/
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(201.7653061224, 206.0816326531, 214.2346938776);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: rgb(47.7040816327, 52.7551020408, 62.2959183673);
    background-color: transparent;
  }
  /*MegaMenu*/
  .megamenu .half-width.dropdown > .dropdown-menu,
  .megamenu .full-width.dropdown > .dropdown-menu,
  .megamenu .third-width.dropdown > .dropdown-menu {
    width: 100%;
  }
  .megamenu .navbar-right .dropdown-submenu > a:after,
  .megamenu .dropdown-submenu > a:after {
    content: "\f0d7";
  }
  .megamenu .carousel,
  .megamenu .overlay-wrapper,
  .megamenu .embed-responsive-16by9,
  .megamenu .tab-content {
    margin-bottom: 10px;
  }
  /*Preventing panel heading breaking panel header*/
  .panel-title {
    display: block;
    max-width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 12px;
  }
  .main-container {
    padding: 15px;
  }
  .wrapper {
    padding: 0;
    padding-top: 60px;
  }
  .main-top-navbar i {
    font-size: 1.8em;
  }
  .main-top-navbar .navbar-brand {
    width: auto;
  }
  .main-top-navbar .navbar-brand img {
    padding-top: 3px;
    max-width: 100px;
  }
  .main-top-navbar {
    padding: 0 15px;
  }
  .panel .panel-body,
  .panel .panel-footer,
  .panel .panel-heading {
    padding: 15px;
  }
  .panel .panel-footer .btn-group-justified {
    margin: -30px;
  }
  .panel .callout {
    margin: 0px;
  }
  .bottom-bar {
    padding: 6.25px 8.3333333333px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 13.5px;
  }
  .main-container {
    padding: 15px;
  }
  .wrapper {
    padding: 0;
    padding-top: 60px;
  }
  .main-top-navbar {
    padding: 0 15px;
  }
  .main-top-navbar .navbar-brand img {
    padding-top: 3px;
    max-width: 100px;
  }
  .panel .panel-body,
  .panel .panel-footer,
  .panel .panel-heading {
    padding: 15px;
  }
  .panel .panel-footer .btn-group-justified {
    margin: -30px;
  }
  .panel .callout {
    margin: 0px;
  }
  .bottom-bar {
    padding: 6.25px 8.3333333333px;
  }
}

/*# sourceMappingURL=styles.css.map */
