﻿/*=======================================
        Typography including headings
 =======================================*/

@charset "UTF-8";


@font-face {
  font-family: "det-font-family";
  src: url("../fonts/det-font-family.eot");
  src: url("../fonts/det-font-family.eot?#iefix") format("embedded-opentype"), url("../fonts/det-font-family.woff") format("woff"), url("../fonts/det-font-family.ttf") format("truetype"), url("../fonts/det-font-family.svg#det-font-family") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans Light";
  src: local('Open Sans Light'), local('OpenSans-Light'), url("../fonts/OpenSans/Light/OpenSans-Light.eot");
  src: url("../fonts/OpenSans/Light/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/Light/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans/Light/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans/Light/OpenSans-Light.svg#det-font-family") format("svg");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans";
  src: local('Open Sans'), local('OpenSans'), url("../fonts/OpenSans/Regular/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans/Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/Regular/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/Regular/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans/Regular/OpenSans-Regular.svg#det-font-family") format("svg");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans Semibold";
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("../fonts/OpenSans/Semibold/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans/Semibold/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/Semibold/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans/Semibold/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans/Semibold/OpenSans-Semibold.svg#det-font-family") format("svg");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans Bold";
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("../fonts/OpenSans/Bold/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans/Bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/Bold/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/Bold/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans/Bold/OpenSans-Bold.svg#det-font-family") format("svg");
  font-style: normal;
  font-weight: 300;
}


/* --------------------------------

Font icons

-------------------------------- */

[data-icon]:before {
  font-family: "det-font-family" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "det-font-family" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.note-editor [class^="icon-"]:before,
.note-editor [class*=" icon-"]:before {
  font-family: "FontAwesome" !important;
}

button[data-icon]:before,
a.btn[data-icon]:before {
  display: none;
}

button[data-icon]:after,
a.btn[data-icon]:after {
  font-family: "det-font-family" !important;
  content: attr(data-icon);
  padding-left: 5px;
  vertical-align: middle;
  font-weight: normal;
  speak: none;
}

a.btn[data-icon]:after {
  vertical-align: baseline;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input:focus, textarea:focus, keygen:focus, select:focus {
  outline-offset: -2px;
}

.btn.ladda-button.active.focus, .btn.ladda-button.active:focus, .btn.ladda-button.focus, .ladda-button.btn:active.focus, .ladda-button.btn:active:focus, .ladda-button.btn:focus {
  outline: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

ol, ul {
  line-height: 25px;
}

.icon-info:before {
  content: "i";
}

.icon-home:before {
  content: "H";
}

.icon-radio-btn:before {
  content: "r";
}

.icon-tick-filled:before {
  content: "t";
}

.icon-user-account:before {
  content: "u";
}

.icon-minus:before {
  content: "m";
}

.icon-plus:before {
  content: "p";
}

.-logo-ato:before {
  content: "l";
}

.icon-checkbox-unticked:before {
  content: "a";
}

.icon-checkbox-ticked:before {
  content: "b";
}

.icon-checkbox-disabled:before {
  content: "c";
}

.icon-close:before {
  content: "x";
}

.icon-exit:before {
  content: "X";
}
.icon-error-alert:before {
  content: "W";
}

.icon-error:before {
  content: "e";
}

.icon-accordion-expand:before {
  content: "g";
}

.icon-arrow-left:before {
  content: "k";
}

.icon-arrow-right:before {
  content: "j";
}

.icon-accordion-collapse:before {
  content: "h";
}

.icon-accordion-click:before {
  content: "j";
}

.icon-tick:before {
  content: "v";
}
.icon-tooltip:before {
  content: "Q";
}

.icon-warning-sign-circle:before {
  content: "q";
}

.icon-menu:before {
  content: "s";
}

.icon-warning-sign:before {
  content: "w";
}

.icon-radio-btn-disabled:before {
  content: "f";
}

.icon-danger:before {
  content: "d";
}

.icon-print:before {
  content: "z";
}

.icon-calendar:before {
  content: "y";
}

.icon-file:before {
  content: "n";
}

.icon-login:before {
  content: "u";
}

.icon-pre-fill:before {
  content: "D";
}
.icon-ato-information:before {
  content: "I";
}
.icon-help:before {
  content: "?";
}
.icon-flag:before {
  content: "F";
}

/* New added to version 1.1.4 */


.icon-less:before {
  content: "\3c";
}
.icon-equal:before {
  content: "\3d";
}
.icon-greater:before {
  content: "\3e";
}
.icon-question:before {
  content: "\3f";
}
.icon-D:before {
  content: "\44";
}
.icon-E:before {
  content: "\45";
}
.icon-F:before {
  content: "\46";
}
.icon-H:before {
  content: "\48";
}
.icon-I:before {
  content: "\49";
}
.icon-L:before {
  content: "\4c";
}
.icon-R:before {
  content: "\52";
}
.icon-T:before {
  content: "\54";
}
.icon-U:before {
  content: "\55";
}
.icon-asciicircum:before {
  content: "\5e";
}
.icon-a:before {
  content: "\61";
}
.icon-b:before {
  content: "\62";
}
.icon-c:before {
  content: "\63";
}
.icon-d:before {
  content: "\64";
}
.icon-e:before {
  content: "\65";
}
.icon-f:before {
  content: "\66";
}
.icon-g:before {
  content: "\67";
}
.icon-h:before {
  content: "\68";
}
.icon-i:before {
  content: "\69";
}
.icon-j:before {
  content: "\6a";
}
.icon-k:before {
  content: "\6b";
}
.icon-l:before {
  content: "\6c";
}
.icon-m:before {
  content: "\6d";
}
.icon-n:before {
  content: "\6e";
}
.icon-p:before {
  content: "\70";
}
.icon-q:before {
  content: "\71";
}
.icon-r:before {
  content: "\72";
}
.icon-s:before {
  content: "\73";
}
.icon-t:before {
  content: "\74";
}
.icon-u:before {
  content: "\75";
}
.icon-v:before {
  content: "\76";
}
.icon-w:before {
  content: "\77";
}
.icon-x:before {
  content: "\78";
}
.icon-y:before {
  content: "\79";
}
.icon-z:before {
  content: "\7a";
}
.icon-Q:before {
  content: "\51";
}
.icon-X:before {
  content: "\58";
}
.icon-W:before {
  content: "\57";
}
.icon-account:before {
  content: "\e600";
}
.icon-arrowdown:before {
  content: "\e601";
}
.icon-page:before {
  content: "\e602";
}
.icon-staff:before {
  content: "\e603";
}
.icon-dashboard:before {
  content: "\e604";
}
.icon-filter:before {
  content: "\e605";
}
.icon-notification-02:before {
  content: "\e607";
}
.icon-product:before {
  content: "\e608";
}
.icon-announcement:before {
  content: "\e609";
}
.icon-reports:before {
  content: "\e60a";
}
.icon-sales:before {
  content: "\e60b";
}
.icon-search:before {
  content: "\e60c";
}
.icon-stores:before {
  content: "\e60d";
}
.icon-views:before {
  content: "\e60f";
}
.icon-system-config:before {
  content: "\e610";
}
.icon-home:before {
  content: "\e611";
}
.icon-lego:before {
  content: "\e612";
}
.icon-tool:before {
  content: "\e613";
}
.icon-upgrade:before {
  content: "\e614";
}
.icon-expand-close:before {
  content: "\e615";
}
.icon-expand-open:before {
  content: "\e616";
}
.icon-gripper:before {
  content: "\e617";
}
.icon-forward:before {
  content: "\e618";
}
.icon-backward:before {
  content: "\e619";
}
.icon-info:before {
  content: "\e61a";
}
.icon-lock:before {
  content: "\e61b";
}
.icon-loop:before {
  content: "\e61c";
}
.icon-plus:before {
  content: "\e61d";
}
.icon-recover:before {
  content: "\e61e";
}
.icon-refresh:before {
  content: "\e61f";
}
.icon-remove-small:before {
  content: "\e620";
}
.icon-repeat:before {
  content: "\e621";
}
.icon-unlocked:before {
  content: "\e622";
}
.icon-warning:before {
  content: "\e623";
}
.icon-arrow-left:before {
  content: "\e624";
}
.icon-arrow-right:before {
  content: "\e625";
}
.icon-back-arrow:before {
  content: "\e626";
}
.icon-calendar:before {
  content: "\e627";
}
.icon-caret-down:before {
  content: "\e628";
}
.icon-caret-left:before {
  content: "\e629";
}
.icon-caret-right:before {
  content: "\e62a";
}
.icon-caret-up:before {
  content: "\e62b";
}
.icon-ccw:before {
  content: "\e62c";
}
.icon-check-basic:before {
  content: "\e62d";
}
.icon-clock:before {
  content: "\e62e";
}
.icon-close-basic:before {
  content: "\e62f";
}
.icon-delete:before {
  content: "\e630";
}
.icon-edit:before {
  content: "\e631";
}
.icon-error:before {
  content: "\e632";
}
.icon-help:before {
  content: "\e633";
}
.icon-history:before {
  content: "\e634";
}
.icon-export:before {
  content: "\e635";
}
.icon-import:before {
  content: "\e636";
}
.icon-dot:before {
  content: "\e637";
}
.icon-not-installed:before {
  content: "\e638";
}
.icon-disabled:before {
  content: "\e639";
}
.icon-menu-item:before {
  content: "\e63a";
}
.icon-tag:before {
  content: "\e63b";
}
.icon-camera:before {
  content: "\e63c";
}
.icon-grid:before {
  content: "\e63d";
}
.icon-list-menu:before {
  content: "\e63e";
}
.icon-screen:before {
  content: "\e640";
}
.icon-video:before {
  content: "\e641";
}
.icon-revert:before {
  content: "\e642";
}
.icon-clip:before {
  content: "\e643";
}





.color-orange:before {
  color: #E67620;
}


.section-header{
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 2px solid #333;
}

.fa.small {
  font-size: 85%;
}

sup.fa-external-link {
  top: -.2em;
}

mark {
  color: #000;
  background: #ff0;
}

@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");


/* --------------------------------

QLD Logo WebFont

-------------------------------- */


@font-face {
  font-family: 'QLD-Logo-WebFont';
  src:    url('../fonts/QLD-Logo-WebFont.eot?rqxftn');
  src:    url('../fonts/QLD-Logo-WebFont.eot?rqxftn#iefix') format('embedded-opentype'),
  url('../fonts/QLD-Logo-WebFont.ttf?rqxftn') format('truetype'),
  url('../fonts/QLD-Logo-WebFont.woff?rqxftn') format('woff'),
  url('../fonts/QLD-Logo-WebFont.svg?rqxftn#QLD-Logo-WebFont') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="QLD-Logo-"] {
  font-size: 85px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'QLD-Logo-WebFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.QLD-Logo-in-two-lines-stacked-beside-copy:before {
  content: "\e900";
}
.QLD-Logo-in-two-lines-stacked-beside-small-copy:before {
  content: "\e901";
}
.QLD-Logo-in-one-line-horizontal-below-copy:before {
  content: "\e902";
}
.QLD-Logo-in-two-lines-stacked-below-copy:before {
  content: "\e903";
}

.QLD-Logo-in-one-line-stacked-beside-copy:before {
  content: "\e904";
}
.QLD-Logo-in-one-line-stacked-beside-copy-inverted:before {
  content: "\e905";
}

/* --------------------------------

Headings

-------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
h1 {
  font-size: 30px;
  font-weight: 400;
}
h2 {
  font-size: 22px;
  font-weight: 600;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 600;
}

body.modal-open {
  padding-right: inherit !important;
}

.table-responsive {
  clear: both;
}

h1 small {
  font-size: 15px;
}

/* --------------------------------------------------------

Disable zooming on iOS devices when controls are in focus

--------------------------------------------------------- */

@media only screen and (max-width: 768px) {
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
    font-size: 16px;
  }
}

/* --------------------------------

Default Bootstrap Navbar

-------------------------------- */

.nav > li > a {
  color: #a7b1c2;
  padding: 7px 20px 7px 25px;
}
.nav.navbar-right > li > a {
  color: #777;
}
.nav > li.active > a {
  color: #ffffff;
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
  background-color:transparent;
  color: white;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #fff;
}
.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus {
  background-color: transparent;
}
.nav > li > a i {
  margin-left: -5px;
  padding-right: 6px;
}

.navbar {
  border: 0;
  margin-bottom: 0;
  min-height: 0;
}
.navbar-inverse {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0080af+0,006c9c+100 */
  background: #0080af; /* Old browsers */
  border-color: #080808;
  border-radius: 0;
}
.navbar-inverse .navbar-nav>li>a {
  color: #FFFFFF;
  padding: 10px 10px 10px 10px;
  border-right: 1px solid #20586d;
}

.navbar-default {
  background-color: transparent;
  border-color: #2f4050;
  overflow-y: auto;
}

/* Horizontal Navigation */

.navbar-horizontal.navbar {
  border-radius: 0;
}
.navbar-horizontal.navbar:focus {
  outline: none;
}
.navbar-horizontal.navbar-inverse .navbar-nav>.active>a, .navbar-horizontal.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #004e75;
  padding: 10px 10px 10px 10px;
}

.navbar-inverse .navbar-nav>li>a:hover {
  background-color: #0087b7;
  transition: background-color 0.5s ease;
}

.navbar-horizontal .nav > li.active {
  border-left: none;
}

.navbar-default.navbar-horizontal {
  overflow-y: visible;
  /*margin-left: -15px;
  margin-right: -15px;*/
}
.navbar-default.navbar-horizontal .nav > li > a {
  padding: 10px 15px 10px 15px;
  color: #fff;
}

.navbar-default.navbar-horizontal .navbar-nav>li>a {
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}
.navbar-default.navbar-horizontal .nav > li.active > a {
  background-color: #000;
}
.navbar-default.navbar-horizontal .nav > li > a:hover,
.navbar-default.navbar-horizontal .nav > li > a:focus {
  background-color: #0E3E5F;
  color: #fff;
  transition: background-color 0.5s ease;
}
.navbar-default.navbar-horizontal .navbar-nav>.open>a,
.navbar-default.navbar-horizontal .navbar-nav>.open>a:focus,
.navbar-default.navbar-horizontal .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #000;
}

.navbar-default.navbar-horizontal .navbar-toggle {
  background-color: #FFFFFF;
  padding: 12px 12px;
  margin: 7px 15px;
}

.navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}

.navbar-nav .open .dropdown-menu {
  position: static;
  float: left;
  width: auto;
  margin-top: 0;
}

.layout6 .navbar-nav .open .dropdown-menu {
  position: absolute;
}

.dropdown.open {
  z-index: 1000;
}
.dropdown.alerts {
  width: 80px;
}
@media (max-width: 767px) {
  .layout6 .navbar-nav .open .dropdown-menu {
    position: relative;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    width: 100%;
  }
  .dropdown-menu .divider {
    display: none;
  }
  .navbar-default.navbar-horizontal .navbar-nav .open .dropdown-menu>li>a {
    color: #FFF;
  }
  .navbar-default.navbar-horizontal .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default.navbar-horizontal .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #0E3E5F;
  }
  .navbar-default.navbar-horizontal .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 19px;
    line-height: 1.42857143;
    color: #A9DCFF;
    white-space: nowrap;
  }
  .navbar-horizontal .navbar-header {
    display: block;
    float: none;
    padding-right: 15px;
  }
  .navbar-nav {
    padding: 0px 15px;
  }

  .cd-secondary-nav.navbar-nav {
    padding: 0;
  }
}

/* End Horizontal Navigation */



/* White Vertical Navigation */

ul.whiteVertNav {
  padding-left: 0;
}
ul.whiteVertNav > li {
  list-style: none;
  padding: 5px 0px;
}
ul.whiteVertNav .nav-second-level {
  background-color: transparent;
  padding-top: 10px;
  font-size: 12px;
}
ul.whiteVertNav li a, .subnavLinks a {
  color: #444444;
  display: block;
}
ul.whiteVertNav li.active a {
  color: #444;
}
ul.whiteVertNav li.active > a {
  font-weight: 800;
}
ul.whiteVertNav .nav-third-level, ul.whiteVertNav .nav-third-level li.active {
  background-color: transparent;
}
ul.whiteVertNav ul.nav-second-level li a {
  padding: 8px 10px 8px 10px;
  padding-left: 20px;
}
ul.whiteVertNav ul.nav-second-level li.active a {
  background-color: #eee;
}
ul.whiteVertNav ul.nav-third-level li a {
  padding-left: 55px;
}
ul.whiteVertNav > li > a i.fa,
.subnavLinks a i.fa {
  padding-right: 10px;
  width: 25px;
}

/* End White Vertical Navigation */


/* Fade out menu items by default until user clicks show more to reveal the rest */

.showAllMenu {display: none}

@media (max-width: 767px) {
  .clickToReveal {
    max-height: 120px;
    position: relative;
    overflow: hidden;
  }
  .clickToReveal .fa {
    transform: initial;
  }

  .clickToReveal .showAllMenu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0 10px;
    z-index: 1000;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

  }
}

/* End fade out */

.navbar-top-links li {
  display: inline-block;
  vertical-align: middle;
}
.navbar-top-links li:last-child {
  /*margin-right: 20px;*/
}
.navbar-top-links li a {
  padding: 20px 10px;
  padding-top: 15px;
  min-height: 50px;
}

/* --------------------------------

Dropdowns

-------------------------------- */

.dropdown-menu {
  border: medium none;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 15px rgba(58, 70, 97, 0.9);
  display: none;
  float: left;
  font-size: 15px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
}
.dropdown-toggle:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal;
}
.dropdown-menu > li > a.font-bold {
  font-weight: 600;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
.dropdown-messages,
.dropdown-alerts {
  padding: 0;
}
.dropdown li {
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
.dropdown-messages li a,
.dropdown-alerts li a {
  font-size: 12px;
  line-height: 50px;
}
.dropdown-messages li em,
.dropdown-alerts li em {
  font-size: 10px;
}
.nav.navbar-top-links .dropdown-alerts a {
  font-size: 12px;
}
.nav-header {
  padding: 33px 25px;
  background: url("patterns/header-profile.png") no-repeat;
  background-size: cover;
}

.nav-header h1 {
  font-size: 18px;
  color: #fff;
  margin-top: 7px;
  margin-bottom: 0;
  text-align: center;
}
.pace-done .nav-header {
  transition: all 0.5s;
}
.nav > li.active {
  border-left: 4px solid #DEB408;
  /*background: #1F2C38;*/
}
.nav.nav-second-level > li.active {
  border: none;
  background: transparent;
}
.nav.nav-second-level.collapse[style] {
  height: auto !important;
}
.nav-header a {
  color: #DFE4ED;
}
.nav-header .text-muted {
  color: #8095a8;
}
.minimalize-styl-2 {
  padding: 4px 12px;
  font-size: 14px;
  margin: 15px 5px 5px 0;
  float: left;
}
body.mini-navbar .minimalize-styl-2 {
  /*margin: 15px 5px 5px 15px;*/
}
@media (max-width: 767px) {
  .minimalize-styl-2 {
    /*margin: 11px 5px 5px 15px;*/
  }
}


/* Tabs with pills */

.nav-pills>li {
  border-radius: 4px;
}
.nav-pills>li>a {
  color: #444;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;

}
.nav-pills>li.active {
  border-left:none;
}


.navbar-form-custom {
  float: left;
  height: 50px;
  padding: 0;
  display: inline-table;
}
.navbar-form-custom .form-group {
  margin-bottom: 0;
}
.nav.navbar-top-links a {
  font-size: 14px;
}
.navbar-form-custom .form-control {
  font-size: 14px;
  z-index: 2000;
  margin: 13px 0px 13px 13px;
}

.navbar-form-custom .input-group-btn:last-child>.btn, .navbar-form-custom .input-group-btn:last-child>.btn-group {
  margin-left: 13px;
}

.navbar-top-links li a.count-info {
  padding-top: 21px;
}
a.count-info {
  width: 70px;
}
.count-info .label {
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  left: 35px;
  top: 17px;
}
.arrow {
  float: right;
}
.fa.arrow:before {
  content: "\f104";
  vertical-align: sub;
}
.active > a > .fa.arrow:before {
  content: "\f107";
}
.nav-second-level li, .nav-third-level li {
  border-bottom: none !important;
  color: #717677;
}

.nav-third-level li:hover {
  /*border-top: 1px solid #BDBDBD;*/
}
.nav-second-level li a {
  padding: 5px 10px 5px 10px;
  padding-left: 30px;
}
.nav-third-level {

}
.nav-third-level,
.nav-third-level li.active {
  background-color: #1C2833;
}
.nav-third-level li.active a {
  color: #DEB408;
}
.nav-third-level li a {
  padding-left: 62px;
}

.navbar-default .nav-third-level.nav > li > a:hover, .navbar-default .nav-third-level.nav > li > a:focus {
  background-color: transparent;
}

.nav-third-level li.active {
  border-left-width: 4px;
}
.nav-third-level li.active a {
  padding-left: 59px;
}
.nav-second-level li:last-child {
  /*margin-bottom: 10px;*/
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
  /*display: block;
  border-radius: 0 2px 2px 0;
  min-width: 140px;
  height: auto;*/
}
body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 14px;
}
.fixed-nav .slimScrollDiv #side-menu {
  padding-bottom: 60px;
}
/*.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}*/
.mini-navbar .nav-second-level {
  background-color: rgba(0, 0, 0, 0.3);
  /*padding: 10px 10px 10px 10px;*/
  font-size: 12px;
}
.canvas-menu.mini-navbar .nav-second-level {
  background: rgba(0, 0, 0, 0.3);
}
/*
.canvas-menu.mini-navbar .footer {
  left: 300px;
}
*/

.mini-navbar li.active .nav-second-level {
  /*left: 245px;*/
}
.navbar-default .special_link a {
  background: #AC1D37;
  color: white;
}
.navbar-default .special_link a:hover {
  background: #17987e !important;
  color: white;
}
.navbar-default .special_link a span.label {
  background: #fff;
  color: #AC1D37;
}
.navbar-default .landing_link a {
  background: #1cc09f;
  color: white;
}
.navbar-default .landing_link a:hover {
  background: #AC1D37 !important;
  color: white;
}
.navbar-default .landing_link a span.label {
  background: #fff;
  color: #1cc09f;
}
.logo-element {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: none;
  padding: 18px 5px;
}
.logo-element img {margin: 0 auto; max-height: 100px;}
.navbar-brand {
  height: initial;
  padding: 5px 15px;
  max-width: 300px;
  max-height: 60px;
  /*display: none;*/
}

.pace-done .navbar-static-side, .pace-done .nav-header, .pace-done li.active, .pace-done #page-wrapper, .pace-done .footer, #fixed {
  /*-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;*/
}
.navbar-fixed-top {
  background: #fff;
  transition-duration: 0.5s;
  border-bottom: 1px solid #e7eaec !important;
  z-index: 2030;
}
.navbar-fixed-top,
.navbar-static-top {
  background: #f3f3f4;
}
.fixed-nav #wrapper {
  margin-top: 0;
}
body.fixed-nav #wrapper .navbar-static-side,
body.fixed-nav #wrapper #page-wrapper {
  margin-top: 60px;
}
.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.body-small .navbar-fixed-top {
  margin-left: 0px;
}
body.mini-navbar .navbar-static-side {
  width: 300px;
  height: 100%;
  background-color: #293846;
  position: fixed;
}
body.mini-navbar .profile-element,
body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span {
  /*display: none;*/
}
body.canvas-menu .profile-element {
  /*display: block;*/
}
body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
  /*display: none;*/
}
body.mini-navbar .navbar-default .nav > li > a {
  font-size: 14px;
}
body.mini-navbar .logo-element {
  /*display: block;*/
}

@media (max-width: 767px) {
  body.mini-navbar .nav-header {
    /*padding: 0;*/
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 40px;
  }
}

body.canvas-menu .nav-header {
  padding: 33px 25px;
}
body.mini-navbar #page-wrapper {
  margin: 0 0 0 300px;
}
body.mini-navbar.absolute-nav #page-wrapper {
  margin: 0 0 0 0;
}
body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0 !important;
}
body.canvas-menu.mini-navbar.body-small #page-wrapper,
body.canvas-menu.mini-navbar.body-small .footer {
  margin: 0 0 0 0;
}
body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
  position: fixed;
  width: 0;
  z-index: 2001;
  height: 100%;
}
body.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 300px;
}
body.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 300px;
}

body.relative-header .navbar-static-side {
  display: none;
}
body.relative-header.mini-navbar .navbar-static-side {
  display: block;
  overflow-y: auto;
}

body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 300px;
}
body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 300px;
}
.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  height: auto;
}
body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a, body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {

}
body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a, body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a, body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  line-height: 2em;
  padding: 0 7px 0 14px;
}
.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}
.fixed-sidebar.mini-navbar .nav-second-level, .canvas-menu.mini-navbar .nav-second-level, body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
  position: relative;
  padding: 10px 0 10px 28px;
}
.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level {
  left: 0px;
}
body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span {
  display: inline;
}
body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
  display: block;
}
.canvas-menu.mini-navbar .nav-second-level li a, .fixed-sidebar.mini-navbar .nav-second-level li a {
  padding: 7px 10px 7px 15px;
}
.fixed-sidebar.mini-navbar .nav-second-level, .canvas-menu.mini-navbar .nav-second-level {
  left: 0px;
}
body.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #2f4050;
  height: 100%;
  position: fixed;
  display: none;
}
body.canvas-menu.mini-navbar nav.navbar-static-side {
  display: block;
  width: 300px;
}
.top-navigation #page-wrapper {
  margin-left: 0;
}
.top-navigation .navbar-nav .dropdown-menu > .active > a {
  background: white;
  color: #AC1D37;
  font-weight: bold;
}
.white-bg .navbar-fixed-top,
.white-bg .navbar-static-top {
  background: #fff;
}
.top-navigation .navbar {
  margin-bottom: 0;
  background-color: #273948;
}
.top-navigation .nav > li > a {
  padding: 20px 15px;
  color: #a7b1c2;
}
.top-navigation .nav > li a:hover,
.top-navigation .nav > li a:focus {
  background: #364856;
  color: #fff;
}
.top-navigation .nav > li.active {
  background: #364856;
  border: none;
}
.top-navigation .nav > li.active > a {
  color: #fff;
}
.top-navigation .nav .open > a,
.top-navigation .nav .open > a:hover,
.top-navigation .nav .open > a:focus {
  background: #1C2833;
}
.top-navigation .navbar-right {
  margin-right: 0;
}
.top-navigation .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: 1px solid #1C2833;
  background-color: #1C2833;
}
.top-navigation .dropdown-menu > li > a {
  margin: 0;
  padding: 7px 20px;
  color: #a7b1c2;
}
.navbar .dropdown-menu {
  margin-top: 0px;
}
.navbar-nav {
  margin: 0 -15px;
}
.top-navigation .navbar-brand {
  background: #293846;
  color: #fff;
  padding: 8px 25px;
}
.top-navigation .navbar-top-links li:last-child {
  margin-right: 0;
}
.top-navigation.mini-navbar #page-wrapper,
.top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper,
.mini-navbar .top-navigation #page-wrapper,
.body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper,
.canvas-menu #page-wrapper {
  margin: 0;
}
.top-navigation.fixed-nav #wrapper,
.fixed-nav #wrapper.top-navigation {
  margin-top: 50px;
}
.top-navigation .footer.fixed {
  margin-left: 0 !important;
}
.top-navigation .wrapper.wrapper-content {
  /*padding: 40px;*/
}
.top-navigation.body-small .wrapper.wrapper-content,
.body-small .top-navigation .wrapper.wrapper-content {
  padding: 20px 0px 40px 0px;
}
.navbar-toggle {
  background-color: #AC1D37;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  margin: 13px 5px;
}
.top-navigation .navbar-nav .open .dropdown-menu > li > a,
.top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 20px;
}
@media (max-width: 767px) {
  .top-navigation .navbar-header {
    display: block;
    float: none;
  }
}
.menu-visible-lg,
.menu-visible-md {
  display: none !important;
}
@media (min-width: 1200px) {
  .menu-visible-lg {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .menu-visible-md {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .menu-visible-md {
    display: block !important;
  }
  .menu-visible-lg {
    display: block !important;
  }
  /*.nav {
    position: absolute;
    right: 10px;
    top: -6px;
  }*/
}

/* --------------------------------

Header styles

-------------------------------- */

.header {
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: hidden;
}
@media (max-width: 499px) {
  .header {
    padding-bottom: 20px;
  }
}
.header a#logo img {
  min-width: 130px;
}
.header .nav-head-container {
  margin-left: auto;
  margin-right: auto;
}
.header .nav-head-container .header__logo {
  float: left;
  width: auto;
}
a#logo,
.header .nav-head-container a {
  color: #000;
}

.logo-white {color: white}
.logo-black {color: black}
.logo-green {color: #3B5409}
.logo-maroon {color: #ac1d37}
.logo-blue {color: #0080af}
.logo-orange {color: #ea6a28}

@media (min-width: 768px) {
  .header a#logo::before {
    width: 220px;
    height: 99px;
  }
}

.header .nav-head-container .region-header {
  margin-top: 5px;
  overflow: hidden;
  width: auto;
}

.layout6 .header .nav-head-container a#logo, .layout7 .header .nav-head-container a#logo {
  width: 245px;
  color: #000;
}

.layout6 .header .nav-head-container .det-branding, .layout7 .header .nav-head-container .det-branding {
  float: right;
  max-width: 245px;
  margin-top: 10px;
}

.layout6 .header .nav-head-container .project-name, .layout7 .header .nav-head-container .project-name {
  float: left;
  max-width: 270px;
  margin-top: 5px;
  margin-left: 3px;
}

.header .nav-head-container a#logo {
  /*margin: 10px;*/
}

@media (max-width: 767px) {
  .layout6 .header .nav-head-container a#logo, .layout7 .header .nav-head-container a#logo {
    width: 300px;
  }
  .header .nav-head-container a#logo {
    width: 245px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-right {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .header .nav-head-container a {
    max-width: 280px;
  }
  .layout6 .header .nav-head-container a#logo, .layout6 .header .nav-head-container .det-branding, .layout6 .header .nav-head-container .project-name, .layout7 .header .nav-head-container a#logo, .layout7 .header .nav-head-container .det-branding, .layout7 .header .nav-head-container .project-name {
    width: 300px;
  }
    .layout6 .header .nav-head-container .det-branding,
    .layout7 .header .nav-head-container .det-branding {
        float: right;
        width: 310px;
        max-width: initial;
        max-width: 300px;
        margin-top: 10px;
    }

  .layout7 .header .nav-head-container .det-branding {
    margin-top: 35px;
  }

  .layout6 .header .nav-head-container .project-name,
  .layout7 .header .nav-head-container .project-name {
    float: left;
    max-width: 300px;
    margin-top: 10px;
    margin-left: 0px;
  }

}

@media (min-width: 768px) {
  .navContainer {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .header .nav-head-container .region-header {
    width: 100%;
  }
  .header .nav-head-container a,
  .layout6 .header .nav-head-container .det-branding,
  .layout6 .header .nav-head-container .project-name,
  .layout7 .header .nav-head-container .det-branding,
  .layout7 .header .nav-head-container .project-name {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}

.header .nav-head-container .region-header {
  float: right;
  z-index: 99;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 499px) {
  .header .nav-head-container .region-header {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

.header .nav-head-container .region-header .menu {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

@media (max-width: 768px) {
  .header .nav-head-container .region-header .menu {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .layout6 .header .nav-head-container .region-header .menu {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    float: left;
    margin-top: 15px;
  }
  .layout6.era .header .nav-head-container .region-header .menu {
    float: right;
  }
}
.layout6.era .header .nav-head-container .region-header .menu {
  margin-top: 0px;
  margin-bottom: 15px;
}
.header .nav-head-container .region-header .menu li {
  display: inline;
  padding-left: 13px;
}

@media (max-width: 499px) {
  .header .nav-head-container .region-header .menu li {
    display: inline;
  }
}

@media (min-width: 500px) and (max-width: 992px) {
  .era .header .nav-head-container .region-header .menu li {
    /*display: block;*/
    clear: both;
  }
}
.header .nav-head-container .menu li a {
  text-decoration: none;
  color: #333;
  padding-bottom: 2px;
  margin-bottom: 0px;
  font-size: 15px;
  white-space: nowrap;
  display: inline-block;
  border-bottom: 2px solid #fff;
}

.layout6 .header .nav-head-container .menu li a {
  display: inline;
  font-size: 13px;
}


@media (max-width: 375px) {
  .header .nav-head-container .region-header .menu li a {
    font-size: 13px;
  }
}

.header .nav-head-container .region-header .menu li a.active,
.header .nav-head-container .region-header .menu li a.active-trail {
  color: #0080af;
  border-bottom: 2px solid #0080af;
}

/* Sticky Navbar */

.navbar-horizontal.navbar.sticky-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  border-top: 0;
  border-bottom: 5px solid #f3f3f4;
}

#SecondaryNav.affix {
  position: fixed!important;
}


/* --------------------------------

Buttons

-------------------------------- */

.btn {
  border-radius: 0px;
  transition: background-color 0.5s ease;
}
.btn-group-xs>.btn, .btn-xs {
  padding: 3px 5px;
  font-size: 13px;
  line-height: 1;
}
.btn.moveall,
.btn.removeall {display: none;}

.bootstrap-duallistbox-container .move, .bootstrap-duallistbox-container .remove {
  width: 100%;
}

.float-e-margins .btn {
  margin-bottom: 5px;
}
.btn-w-m {
  min-width: 120px;
}
.btn-primary.btn-outline {
  color: #166694;
}
.btn-success.btn-outline {
  color: #3C7637;
}
.btn-info.btn-outline {
  color: #157f81;
}
.btn-warning.btn-outline {
  color: #eb5202;
}
.btn-danger.btn-outline {
  color: #8A172C;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.btn-primary {
  background-color: #197db6;
  border-color: #197db6;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #2C95D0;
  border-color: #2C95D0;
  color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C95D0;
  border-color: #2C95D0;
  color: #fff;
}
.btn-success {
  background-color: #3c763d;
  border-color: #3c763d;
  color: #FFFFFF;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #4a824b;
  border-color: #4a824b;
  color: #FFFFFF;
}
span.btn:hover {
  cursor: default;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #4a824b;
  border-color: #4a824b;
  color: #fff;
}
.btn-info {
  background-color: #138283;
  border-color: #138283;
  color: #FFFFFF;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #169192;
  border-color: #169192;
  color: #FFFFFF;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #21b9bb;
  border-color: #21b9bb;
  color: #fff;
}
.btn-default {
  background-color: #514943;
  border-color: #514943;
  color: #FFFFFF;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #545454;
  border-color: #545454;
  color: #FFFFFF;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #545454;
  border-color: #545454;
  color: #fff;
}
.btn-warning {
  background-color: #eb5202;
  border-color: #eb5202;
  color: #FFFFFF;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #ba4000;
  border-color: #ba4000;
  color: #FFFFFF;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #ba4000;
  border-color: #ba4000;
}
.btn-danger {
  background-color: #bd0f0f;
  border-color: #bd0f0f;
  color: #FFFFFF;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #940808;
  border-color: #940808;
  color: #FFFFFF;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #9e5151;
  border-color: #9e5151;
}
.btn-link {
  color: inherit;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  color: #AC1D37;
  text-decoration: none;
}
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  background-image: none;
}
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
  color: #cacaca;
}
.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}
.btn-white i {
  color: #000;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: inherit;
  border: 1px solid #d2d2d2;
}
.btn-white:active,
.btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
  color: #cacaca;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  box-shadow: none;
}


input.form-control:not([disabled]):hover {
    box-shadow: 0 3px 0px rgba(172, 29, 55, 0.6);
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-rounded {
  border-radius: 50px;
}
.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px;
}
button.dim {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}
button.dim:active {
  top: 3px;
}
button.btn-primary.dim {
  box-shadow: inset 0px 0px 0px #185F88, 0px 5px 0px 0px #185F88, 0px 10px 5px #999999;
}
button.btn-primary.dim:active {
  box-shadow: inset 0px 0px 0px #185F88, 0px 2px 0px 0px #185F88, 0px 5px 3px #999999;
}
button.btn-default.dim {
  box-shadow: inset 0px 0px 0px #000000, 0px 5px 0px 0px #000000, 0px 10px 5px #999999;
}
button.btn-default.dim:active {
  box-shadow: inset 0px 0px 0px #000000, 0px 2px 0px 0px #000000, 0px 5px 3px #999999;
}
button.btn-warning.dim {
  box-shadow: inset 0px 0px 0px #754C1F, 0px 5px 0px 0px #754C1F, 0px 10px 5px #999999;
}
button.btn-warning.dim:active {
  box-shadow: inset 0px 0px 0px #754C1F, 0px 2px 0px 0px #754C1F, 0px 5px 3px #999999;
}
button.btn-info.dim {
  box-shadow: inset 0px 0px 0px #0F6667, 0px 5px 0px 0px #0F6667, 0px 10px 5px #999999;
}
button.btn-info.dim:active {
  box-shadow: inset 0px 0px 0px #0F6667, 0px 2px 0px 0px #0F6667, 0px 5px 3px #999999;
}
button.btn-success.dim {
  box-shadow: inset 0px 0px 0px #2B562C, 0px 5px 0px 0px #2B562C, 0px 10px 5px #999999;
}
button.btn-success.dim:active {
  box-shadow: inset 0px 0px 0px #2B562C, 0px 2px 0px 0px #2B562C, 0px 5px 3px #999999;
}
button.btn-danger.dim {
  box-shadow: inset 0px 0px 0px #88162B, 0px 5px 0px 0px #88162B, 0px 10px 5px #999999;
}
button.btn-danger.dim:active {
  box-shadow: inset 0px 0px 0px #88162B, 0px 2px 0px 0px #88162B, 0px 5px 3px #999999;
}
button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px;
}
button.dim:active:before {
  top: 7px;
  font-size: 50px;
}

.ui-group-buttons .or{position:relative;float:left;width:.3em;height:1.3em;z-index:3;font-size:12px}
.ui-group-buttons .or:before{position:absolute;top:50%;left:50%;content:'or';background-color:#5a5a5a;margin-top:-.1em;margin-left:-.9em;width:1.8em;height:1.8em;line-height:1.55;color:#fff;font-style:normal;font-weight:400;text-align:center;border-radius:500px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1);box-shadow:0 0 0 1px rgba(0,0,0,0.1);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.ui-group-buttons .or:after{position:absolute;top:0;left:0;content:' ';width:.3em;height:2.84em;background-color:rgba(0,0,0,0);border-top:.6em solid #5a5a5a;border-bottom:.6em solid #5a5a5a}
.ui-group-buttons .or.or-lg{height:1.3em;font-size:16px}
.ui-group-buttons .or.or-lg:after{height:2.85em}
.ui-group-buttons .or.or-sm{height:1em}
.ui-group-buttons .or.or-sm:after{height:2.5em}
.ui-group-buttons .or.or-xs{height:.25em}
.ui-group-buttons .or.or-xs:after{height:1.84em;z-index:-1000}
.ui-group-buttons{display:inline-block;vertical-align:middle}
.ui-group-buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.ui-group-buttons .btn{float:left;border-radius:0}
.ui-group-buttons .btn:first-child{margin-left:0;border-top-left-radius:.25em;border-bottom-left-radius:.25em;padding-right:15px}
.ui-group-buttons .btn:last-child{border-top-right-radius:.25em;border-bottom-right-radius:.25em;padding-left:15px}

/* --------------------------------

Labels and Badges

-------------------------------- */

.label {
  background-color: #F5F5F6;
  color: #5e5e5e;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
}
.badge {
  background-color: #E9EEF1;
  color: #333;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none;
}
.label-primary,
.badge-primary {
  background-color: #197db6;
  color: #FFFFFF;
}
.label-success,
.badge-success {
  background-color: #3c763d;
  color: #FFFFFF;
}
.label-warning,
.badge-warning {
  background-color: #9c652b;
  color: #FFFFFF;
}
.label-warning-light,
.badge-warning-light {
  background: white;
  border: 1px solid #e7eaec;
  color: #333;
}
.label-danger,
.badge-danger {
  background-color: #ac1d37;
  color: #FFFFFF;
}
.label-info,
.badge-info {
  background-color: #138283;
  color: #FFFFFF;
}
.label-inverse,
.badge-inverse {
  background-color: #262626;
  color: #FFFFFF;
}
.panel>.panel-heading .badge.badge-white,
.label-white,
.badge-white {
  background-color: #FFFFFF;
  color: #5E5E5E;
}
.label-white,
.badge-disable {
  background-color: #2A2E36;
  color: #8B91A0;
}

/* --------------------------------

Alerts

-------------------------------- */

/* Alert - common styling */

.alert {
  padding: 10px 15px 2px 11px;
  vertical-align: top;
  background-color: #F6F6F6;
  border-radius: 0px;
}

.alert strong {
  vertical-align: top;
}

.alert a {
  vertical-align: top;
  text-decoration: underline;
}

.alert:before {
  vertical-align: middle;
  padding-left: 1px;
}

/* Alert - block*/

.alert-block {
  padding: 19px 15px 16px 15px;
  position: relative;
  border: none;
}

.alert-block[data-icon] {
  padding-left: 45px;
}

.alert-block[data-icon] .row {
  margin-left: -9px;
}

.alert-block:before {
  margin-left: -35px;
  float: left;
  font-size: 25px;
  font-size: 2.5rem;
}
/* Used to style the icon */
.alert-block > p, .alert-block > h4 {
  /*         padding-left: 41px; */
  word-wrap: break-word;
}

.alert-block > h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.alert-block + .alert-block {
  margin-top: 20px;
}

.alert-block.alert-success {
  color: #000;
  border-left: 4px solid #14890c;
  background: #F6F6F6;
  /*         padding: 19px 15px 16px 11px; */
}
.alert-block.alert-success h4 {
  color: #14890c;
}

.alert-block.alert-success:before {
  color: #00AD00;
}
/*.alert-block.alert-danger > p:first-of-type { margin-top: 10px; }*/
.alert-block.alert-danger > p:only-child {
  margin-top: 0px;
}

.alert-block ul {
  margin-top: 15px;
  padding-left: 0;
}

.alert-block ul li {
  list-style: none;
}
.alert-block ul li:before {
  content: 'j';
  font-family: "det-font-family" !important;
  font-size: 11px;
  margin-right: 7px;
}



/* Alert colours */

.alert .alert-link,
.alert a {
  color: #4466DA;
}

.alert-danger {
  color: #9F173F;
  border-left: 4px solid #9F173F;
}

.alert-danger:before {
  /*font-size: 28px;*/
  /*font-size: 2.3rem;*/
  color: #9F173F;
}

.alert-warning {
  color: #C74F23;
  background-color: #F6F6F6;
  border-left: 4px solid #FF833B;
}

.alert-warning:before {
  color: #C74F23;
}

.alert-info {
  color: #000;
  border-left: 4px solid #1CB2B9;
}

.alert-info:before {
  color: #31708f;
}

/*=== Other Alerts ====*/

.alert-attention {
    color: #000;
    border: 1px solid #b6dadd;
    border-left: 4px solid #1CB2B9;
    padding: 15px 15px 15px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #E5F4F5;
}
.alert-attention label {
  font-size: 2rem;
  line-height: 2rem;
}

.alert-attention .form-control[readonly] {
  padding-left: 0;
  padding-top: 0;
  font-size: 1.7rem;
  font-weight: bold;
}

.alert-attention .white-block {
  background-color: white;
  padding: 15px;
}

.alert-attention .fa {
  color: #1C6063;
  font-size: 25px;
  vertical-align: sub;
}


.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  /*text-align: left;*/
}

.form-control[readonly] {
  background: none;
  border: none;
  box-shadow: none;
  padding-left: 0px;
  padding-right: 0;
  cursor: default;
}
/* TOOGLE SWICH */
.onoffswitch {
  position: relative;
  width: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #AC1D37;
  border-radius: 2px;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #AC1D37;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  width: 20px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #AC1D37;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* --------------------------------

CHOSEN PLUGIN

-------------------------------- */

.chosen-container-single .chosen-single {
  background: #ffffff;
  box-shadow: none;
  -moz-box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #CBD5DD;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 4px 12px;
  position: relative;
  width: 100%;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background: #f1f1f1;
  border: 1px solid #ededed;
  border-radius: 2px;
  box-shadow: none;
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}

/* --------------------------------

Typeahead

-------------------------------- */

.typeahead,
.tt-query,
.tt-hint {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: table-cell;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.typeahead {
  background-color: #fff;
}
.tt-query {

}
.tt-input:focus {border: 1px solid #AC1D37; outline: none;}
.tt-hint {
  color: #999
}
.tt-menu {
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #197db6;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #197db6;

}
.tt-suggestion p {
  margin: 0;
}
.gist {
  font-size: 14px;
}

/* --------------------------------

SKIP TO CONTENT LINK

-------------------------------- */

a.skip-main {
  left:-999px;
  position:absolute;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-9999;
}
a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color:#000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow:auto;
  margin: 10px 35%;
  padding:5px;
  text-align:center;
  font-size:1.2em;
  z-index:9999;
}
#main {
  padding-bottom: 40px;
}

#main:focus,
#mainContent:focus,
#SecondaryNav:focus{
  outline: 0px none;
}


/* --------------------------------

DIVIDERS

-------------------------------- */

.horizontal.divider {
  display: table;
  white-space: nowrap;
  height: auto;
  margin: '';
  overflow: hidden;
  line-height: 1;
  text-align: center;
}
.divider {
  margin: 1.6rem 0;
  line-height: 1;
  height: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(0,0,0,.85);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.horizontal.divider:before {
  background-position: right 1em top 50%;
}

.horizontal.divider:after {
  background-position: left 1em top 50%;
}
.horizontal.divider:after, .horizontal.divider:before {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}

/* Icon */

.horizontal.divider .icon:only-child {
  display: inline-block;
  padding: 0;
  margin-right: .75rem;
}
.horizontal.divider>.icon {
  display: table-cell;
  opacity: 1;
  font-size: 1.5em;
  padding-top: .14285em;
  vertical-align: middle;
}
.horizontal.divider>.icon {
  font-size: 2rem;
  vertical-align: middle;
}

/* Vertical */

[class^="col-"]+.vertical.divider {
  height: calc(50% - 1.6rem);
}
[class^="col-"]+.divider {
  left: auto;
}
.vertical.divider {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  width: auto;
  height: 50%;
  line-height: 0;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

[class^="col-xs-1"]+.vertical.divider,
[class^="col-sm-1"]+.vertical.divider,
[class^="col-md-1"]+.vertical.divider,
[class^="col-lg-1"]+.vertical.divider {
  left: 9.7%;
}

[class^="col-xs-2"]+.vertical.divider,
[class^="col-sm-2"]+.vertical.divider,
[class^="col-md-2"]+.vertical.divider,
[class^="col-lg-2"]+.vertical.divider {
  left: 17.5%;
}

[class^="col-xs-3"]+.vertical.divider,
[class^="col-sm-3"]+.vertical.divider,
[class^="col-md-3"]+.vertical.divider,
[class^="col-lg-3"]+.vertical.divider {
  left: 25.8%;
}

[class^="col-xs-4"]+.vertical.divider,
[class^="col-sm-4"]+.vertical.divider,
[class^="col-md-4"]+.vertical.divider,
[class^="col-lg-4"]+.vertical.divider {
  left: 33.8%;
}

[class^="col-xs-5"]+.vertical.divider,
[class^="col-sm-5"]+.vertical.divider,
[class^="col-md-5"]+.vertical.divider,
[class^="col-lg-5"]+.vertical.divider {
  left: 41.9%;
}

[class^="col-xs-6"]+.vertical.divider,
[class^="col-sm-6"]+.vertical.divider,
[class^="col-md-6"]+.vertical.divider,
[class^="col-lg-6"]+.vertical.divider {
  left: 50%;
}

[class^="col-xs-7"]+.vertical.divider,
[class^="col-sm-7"]+.vertical.divider,
[class^="col-md-7"]+.vertical.divider,
[class^="col-lg-7"]+.vertical.divider {
  left: 58.2%;
}

[class^="col-xs-8"]+.vertical.divider,
[class^="col-sm-8"]+.vertical.divider,
[class^="col-md-8"]+.vertical.divider,
[class^="col-lg-8"]+.vertical.divider {
  left: 66.2%;
}

[class^="col-xs-9"]+.vertical.divider,
[class^="col-sm-9"]+.vertical.divider,
[class^="col-md-9"]+.vertical.divider,
[class^="col-lg-9"]+.vertical.divider {
  left: 74.2%;
}

[class^="col-xs-10"]+.vertical.divider,
[class^="col-sm-10"]+.vertical.divider,
[class^="col-md-10"]+.vertical.divider,
[class^="col-lg-10"]+.vertical.divider {
  left: 82.1%;
}

[class^="col-xs-11"]+.vertical.divider,
[class^="col-sm-11"]+.vertical.divider,
[class^="col-md-11"]+.vertical.divider,
[class^="col-lg-11"]+.vertical.divider {
  left: 90.1%;
}

.vertical.divider:before {
  top: -100%;
}

.vertical.divider:after {
  top: auto;
  bottom: 0;
}

.vertical.divider:after, .vertical.divider:before {
  position: absolute;
  left: 50%;
  content: '';
  z-index: 3;
  border-left: 1px solid rgba(34,36,38,.15);
  border-right: 1px solid rgba(255,255,255,.1);
  width: 0;
  height: calc(100% - 1rem);
}


@media only screen and (max-width: 767px) {
  [class^="col-"]+.vertical.divider {
    margin: 1.6rem 0;
    display: table;
    white-space: nowrap;
    height: auto;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  [class^="col-"]+.vertical.divider:after, [class^="col-"]+.vertical.divider:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
  }
  [class^="col-"]+.vertical.divider:before {
    background-position: right 1em top 50%;
  }
  [class^="col-"]+.vertical.divider:after {
    background-position: left 1em top 50%;
  }
  [class^="col-"]+.vertical.divider:after, [class^="col-"]+.vertical.divider:before {
    left: 0;
    border-left: none;
    border-right: none;
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
  }
}

/* --------------------------------

ACCESSIBILITY BAR V.1.12

-------------------------------- */

#access {
  left:-999px;
  position:absolute;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-9999;
  background: black;
  color: #9d9d9d;
}
#access:focus,
#access.visible {
  position: relative;
  z-index:9999;
  left: auto;
  top: auto;
  width: 100%;
  height: auto;
}
#access li {float:left; list-style: none}
#access ul {
  margin-top: 0;
  margin-bottom: 0;
}
#access a {
  color: #fff;
  padding: 20px 5px;
  float: left;
  font-size: 16px;
}
#access span {
  margin: 4px 3px 2px 3px;
  float: left;
}
#access a:focus, #access.visible a {position:static;}

/* --------------------------------

PAGINATION

-------------------------------- */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #f4f4f4;
  border-color: #DDDDDD;
  color: inherit;
  cursor: default;
  z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  position: relative;
  text-decoration: none;
}

/* --------------------------------

TOOLTIPS AND POPOVERS

-------------------------------- */

.tooltip-inner {
  background-color: #2F4050;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #2F4050;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #2F4050;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2F4050;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #2F4050;
}

.popover-title {
  color: #333;
}

.popover-content {
  padding: 9px 14px;
  color: #333;
}

/* --------------------------------

LIST GROUP

-------------------------------- */

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  /*background-color: #AC1D37;
  border-color: #AC1D37;
  color: #FFFFFF;
  z-index: 2;*/
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #fff;
}
.list-group-item-heading {
  margin-top: 10px;
}
.list-group-item-text {
  margin: 0 0 10px;
  color: inherit;
  font-size: 15px;
  line-height: inherit;
}
.no-padding .list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}
.no-padding .list-group {
  margin-bottom: 0;
}
.list-group-item {
  background-color: inherit;
  border: 1px solid #e7eaec;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
}
.list-group-item.condensed {
  padding: 2px 10px;
}
.list-group-item.inline {
  display: inline;
}
.elements-list .list-group-item {
  border-left: none;
  border-right: none;
  /*border-top: none;*/
  padding: 15px 25px;
}
.elements-list .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-top: none !important;
}

.splashPage .elements-list .list-group-item {
  padding: 7px 0px;
}
.elements-list .list-group {
  margin-bottom: 0;
}
.elements-list a {
  color: inherit;
}
.elements-list .list-group-item.active,
.elements-list .list-group-item:hover {
  background: #f3f3f4;
  color: inherit;
  border-color: #e7eaec;
  /*border-bottom: 1px solid #e7eaec;*/
  /*border-top: 1px solid #e7eaec;*/
  border-radius: 0;
}
.elements-list li.active {
  transition: none;
}
.element-detail-box {
  padding: 15px 15px;
}

/* Remove extra padding on the right from the left-hand side sidebar menu */

@media (min-width: 768px) {
  .element-detail-box > .row > [class^="col-"]:first-child {
    /*padding-right: 0;*/
  }
}

.jqstooltip {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  visibility: hidden;
  background: #2b303a;
  background-color: rgba(43, 48, 58, 0.8);
  color: white;
  text-align: left;
  white-space: nowrap;
  z-index: 10000;
  padding: 5px 5px 5px 5px;
  min-height: 22px;
  border-radius: 3px;
}
.jqsfield {
  color: white;
  text-align: left;
}
.h-200 {
  min-height: 200px;
}
.legendLabel {
  padding-left: 5px;
}
.stat-list li:first-child {
  margin-top: 0;
}
.stat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.stat-percent {
  float: right;
}
.stat-list li {
  margin-top: 15px;
  position: relative;
}

/* --------------------------------

DATATABLES

-------------------------------- */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent !important;
}

table.dataTable thead .sorting_asc:after {
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5);
}

.dataTables_wrapper {
    padding-bottom: 30px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

/* --------------------------------

Image Sizes

-------------------------------- */

.img-sm {
  width: 32px;
  height: 32px;
}
.img-md {
  width: 64px;
  height: 64px;
}
.img-lg {
  width: 96px;
  height: 96px;
}

/* CIRCLE */
.img-circle {
  border-radius: 50%;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-sm {
  width: 20px;
  height: 20px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}

/* --------------------------------

ANIMATION

-------------------------------- */

.css-animation-box h1 {
  font-size: 44px;
}
.animation-efect-links a {
  padding: 4px 6px;
  font-size: 12px;
}
#animation_box {
  background-color: #f9f8f8;
  border-radius: 16px;
  width: 80%;
  margin: 0 auto;
  padding-top: 80px;
}
.animation-text-box {
  position: absolute;
  margin-top: 35px;
  left: 50%;
  margin-left: -200px;
  width: 380px;
}
.animation-text-info {
  position: absolute;
  margin-top: -60px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  font-size: 12px;
}
.animation-text-box h2 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 5px;
}
.animation-text-box p {
  font-size: 12px;
  text-transform: uppercase;
}

/* --------------------------------

Pace Plugin (Page loading indicator)

-------------------------------- */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #AC1D37;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace-inactive {
  display: none;
}

/* --------------------------------

Widgets

-------------------------------- */

.widget {
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.widget.style1 h2 {
  font-size: 21px;
  display: inline;
}
.widget.style1 h2.badge {
  border-radius: 18px;
  padding-left: 10px;
  padding-right: 10px;
}
.widget h2,
.widget h3 {
  margin-top: 5px;
  margin-bottom: 0;
}
.widget-text-box {
  padding: 20px;
  border: 1px solid #e7eaec;
  background: #ffffff;
}
.widget-head-color-box {
  border-radius: 5px 5px 0px 0px;
  margin-top: 10px;
}
.widget .flot-chart {
  height: 100px;
}
.vertical-align div {
  display: inline-block;
  vertical-align: middle;
}
.vertical-align h2,
.vertical-align h3 {
  margin: 0;
}
.glyphicon.fa {
  font-family: "FontAwesome";
}

/* --------------------------------

Inputs

-------------------------------- */

.inline {
  display: inline-block !important;
}
.input-s-sm {
  width: 120px;
}
.input-s {
  width: 200px;
}
.input-s-lg {
  width: 300px;
}
.i-checks {
  padding-left: 0;
}
.form-control,
.single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}
.form-control:focus,
.single-line:focus {
  border-color: #AC1D37 !important;
}
.has-success .form-control {
  border-color: #AC1D37;
}
.has-warning .form-control {
  border-color: #9c652b;
}
.has-error .form-control {
  border-color: #ac1d37;
}
.has-success .control-label {
  color: #AC1D37;
}
.has-warning .control-label {
  color: #9c652b;
}
.has-error .control-label {
  color: #ac1d37;
}
.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}
.input-group-addon.readonly {
  background-color: transparent;
  border: none;
  font-size: 16px;
  padding: 2px 0px;
}
.spinner-buttons.input-group-btn .btn-xs {
  line-height: 1.13;
}
.spinner-buttons.input-group-btn {
  width: 20%;
}
.noUi-connect {
  background: none repeat scroll 0 0 #AC1D37;
  box-shadow: none;
}
.slider_red .noUi-connect {
  background: none repeat scroll 0 0 #ac1d37;
  box-shadow: none;
}
/* UI Sortable */
.ui-sortable .ibox-title {
  cursor: move;
}
.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #e7eaec;
}
.ibox.ui-sortable-placeholder {
  margin: 0px 0px 23px !important;
}

/* --------------------------------

SWITCHES

-------------------------------- */

.onoffswitch {
  position: relative;
  width: 54px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #AC1D37;
  border-radius: 3px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #AC1D37;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #FFFFFF;
  color: #919191;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #AC1D37;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* --------------------------------

Nestable list

-------------------------------- */

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e7eaec;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle span {
  font-weight: bold;
}
.dd-handle:hover {
  background: #f0f0f0;
  cursor: pointer;
  font-weight: bold;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
#nestable2 .dd-item > button {
  font-family: FontAwesome;
  height: 34px;
  width: 33px;
  color: #c1c1c1;
}
#nestable2 .dd-item > button:before {
  content: "\f067";
}
#nestable2 .dd-item > button[data-action="collapse"]:before {
  content: "\f068";
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
* Nestable Extras
*/
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
#nestable-menu {
  padding: 0;
  margin: 10px 0 20px 0;
}
#nestable-output,
#nestable2-output {
  width: 100%;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#nestable2 .dd-handle {
  color: inherit;
  border: 1px dashed #e7eaec;
  background: #f3f3f4;
  padding: 10px;
}
#nestable2 .dd-handle:hover {
  /*background: #bbb;*/
}
#nestable2 span.label {
  margin-right: 10px;
}
#nestable-output,
#nestable2-output {
  font-size: 12px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* Google Maps */
.google-map {
  height: 300px;
}

/* --------------------------------

Validation

-------------------------------- */

.page-info {
  margin: 12px 0px;
  font-weight: bold;
  color: #9F173F;
  border-bottom: 1px solid #9F173F;
}
div.errorSummary {
  display: none;
}
label.error {
  color: #cc5965;
  display: inline-block;
  margin-left: 5px;
}
.form-control.error {
  border: 1px dotted #cc5965;
}

/* --------------------------------

Toastr custom style

-------------------------------- */

#toast-container > .toast {
  background-image: none !important;
}
#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #FFF;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}
#toast-container > .toast-warning:before {
  content: "\f0e7";
}
#toast-container > .toast-error:before {
  content: "\f071";
}
#toast-container > .toast-info:before {
  content: "\f005";
}
#toast-container > .toast-success:before {
  content: "\f00C";
}
#toast-container > div {
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  opacity: .9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 4px #999;
  -webkit-box-shadow: 0 0 4px #999;
  box-shadow: 0 0 4px #999;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
/*.toast {
  background-color: #AC1D37;
}*/
.toast-success {
  background-color: #14890c;
}
.toast-error {
  background-color: #ac1d37;
}
.toast-info {
  background-color: #138283;
}
.toast-warning {
  background-color: #9c652b;
}
.toast-top-full-width {
  margin-top: 20px;
}
.toast-bottom-full-width {
  margin-bottom: 20px;
}

/* Image cropper style */
.img-container,
.img-preview {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.img-preview-sm {
  height: 130px;
  width: 200px;
}



/* --------------------------------

Timeline

-------------------------------- */

.vertical-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.vertical-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #f1f1f1;
}
.modal-content .vertical-container {
  width: 100%;
}
.modal-content #vertical-timeline {
  margin-top: 1em;
  margin-bottom: 1em;
}
.vertical-timeline-content .btn {
  float: right;
}
#vertical-timeline.light-timeline:before {
  background: #e7eaec;
}
.dark-timeline .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent ;
}
.dark-timeline.center-orientation .vertical-timeline-content:before {
  border-color: transparent  transparent transparent #f5f5f5;
}
.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent;
}
.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
  background: #f5f5f5;
}
@media only screen and (min-width: 1170px) {
  #vertical-timeline.center-orientation {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #vertical-timeline.center-orientation:before {
    left: 50%;
    margin-left: -2px;
  }
}
@media only screen and (max-width: 1170px) {
  .center-orientation.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
  }
}
.vertical-timeline-block {
  position: relative;
  margin: 2em 0;
}
.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-block:first-child {
  margin-top: 0;
}
.vertical-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-block {
    margin: 4em 0;
  }
  .center-orientation .vertical-timeline-block:first-child {
    margin-top: 0;
  }
  .center-orientation .vertical-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #f1f1f1;
  text-align: center;
}
.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px;
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 19px;
  }
  .center-orientation .vertical-timeline-icon i {
    margin-left: -12px;
    margin-top: -10px;
  }
  .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
    visibility: hidden;
  }
}
.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
}
.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px;
}
.vertical-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.vertical-timeline-content .vertical-date {
  float: left;
  font-weight: 500;
}
.vertical-date small {
  color: #AC1D37;
  font-weight: 400;
}
.vertical-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding-right: 0;
  }
  .navbar-form {
    padding: 0px 0 0 15px;
  }
  .layout6 .navbar-right, .layout6 .det-branding {
    margin-right: 10px;
  }
  .vertical-timeline-content h2 {
    font-size: 18px;
  }
  .vertical-timeline-content p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1170px) {
  .center-orientation .vertical-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .center-orientation .vertical-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .center-orientation .vertical-timeline-content .btn {
    float: left;
  }
  .center-orientation .vertical-timeline-content .vertical-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 2px;
    font-size: 14px;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
    float: right;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
    float: right;
  }
  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
    visibility: hidden;
  }
}

/* --------------------------------

Panels

-------------------------------- */

.panel-col-header>.panel-heading {
  display: block;
  position: relative;
  min-height: 45px;
}

.panel-col-header.arrow-caret>.panel-heading a:before,
.panel-col-header.arrow-caret>.panel-heading a[aria-expanded="true"]:before {
  content: "\f13a";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 25px;
  display: block;
  color: #676a6c;
  position: absolute;
  top: 10px;
  left: 10px;
}

.panel-col-header.arrow-caret>.panel-heading a.collapsed:before,
.panel-col-header.arrow-caret>.panel-heading a[aria-expanded="false"]:before{
  content: "\f138";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 25px;
  display: block;
  color: #676a6c;
  position: absolute;
  top: 10px;
  left: 10px;
}

a[data-toggle^="collapse"][aria-expanded="true"] .ibox-title:before {
  content: "\f01b";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 25px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

a[data-toggle^="collapse"][aria-expanded="false"] .ibox-title:before {
  content: "\f01a";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 25px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.panel:before {
  color: #676a6c;
}

.panel .panel-heading {
  font-size: 18px;
}

.panel-info .ibox-title:before {
  color: #138283;
}

.panel-col-header.arrow-caret.panel-warning>.panel-heading a:before,
.panel-col-header.arrow-caret.panel-success>.panel-heading a:before,
.panel-col-header.arrow-caret.panel-danger>.panel-heading a:before,
.panel-col-header.arrow-caret.panel-info>.panel-heading a:before,
.panel-col-header.arrow-caret.panel-primary>.panel-heading a:before {
  color: #fff;
}

.panel-col-header.arrow-caret>.panel-heading {
  padding: 1px 0px;
}
.panel-col-header.arrow-caret>.panel-heading .panel-title {
  margin-top: 0;
  margin-bottom: 0;
}
.panel-title .i-checks label {
  margin-bottom: 0;
}
.panel-col-header.arrow-caret>.panel-heading a {
  padding-left: 25px;
  width: 100%;
  float: left;
  padding: 12px 15px 15px 40px;
}
.panel-col-header.arrow-caret>.panel-heading a:focus {
  /*outline: none;*/
}

/* --------------------------------

Collapsible table rows

-------------------------------- */

.row-collapse {
  cursor: pointer;
}

.row-hidden {
  display: none;
}
.row-hidden td:first-child {
  padding-left: 25px;
}

/* --------------------------------

Tabs

-------------------------------- */

.tabs-container {
  background-color: #f3f3f4;
  padding: 3px 5px;
  /*margin-left: -10px;
  margin-right: -10px;*/
}

.tabs-container .panel-body {
  background: #fff;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #fff;
}
.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  margin-right: 0;
}
.tabs-container .nav-tabs {
  border-bottom: 1px solid #e7eaec;
  /*padding-left: 5px;*/
}
.tabs-container .tab-pane .panel-body {
  border-top: none;
}
.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e7eaec;
}
@media only screen and (min-width: 769px) {
  .tabs-container .nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent;
    text-decoration: none;
  }
}
.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tabs-container .tabs-left .panel-body {
  position: static;
}
.tabs-container .tabs-left > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs {
  width: 20%;
}
.tabs-container .tabs-left .panel-body {
  width: 80%;
  margin-left: 20%;
}
.tabs-container .tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}
.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none;
}
.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block;
}
.tabs-container .tabs-below > .nav-tabs {
  border-top: 1px solid #e7eaec;
}
.tabs-container .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-container .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-container .tabs-below > .nav-tabs > li > a:hover, .tabs-container .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e7eaec;
  border-bottom-color: transparent;
}
.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-container .tabs-left > .nav-tabs {
  float: left;
  margin-right: 0px;
}
.tabs-container .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-container .tabs-left > .nav-tabs .active > a, .tabs-container .tabs-left > .nav-tabs .active > a:hover, .tabs-container .tabs-left > .nav-tabs .active > a:focus {
  text-decoration: none;
  border-color: #e7eaec transparent #e7eaec #e7eaec;
  *border-right-color: #ffffff;
}
.tabs-container .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
}
.tabs-container .tabs-right > .nav-tabs > li > a {
  text-decoration: none;
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-container .tabs-right > .nav-tabs .active > a,
.tabs-container .tabs-right > .nav-tabs .active > a:hover,
.tabs-container .tabs-right > .nav-tabs .active > a:focus {
  border-color: #e7eaec #e7eaec #e7eaec transparent;
  *border-left-color: #ffffff;
  z-index: 1;
}

/* --------------------------------

Right-hand Sidebar (AKA Activity Log)

-------------------------------- */

#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  overflow: hidden;
  position: fixed;
  top: -1px;
  width: 260px !important;
  z-index: 1009;
  bottom: 0;
  right: -275px;
}
#right-sidebar.sidebar-open {
  right: -15px;
}
#right-sidebar.sidebar-open.sidebar-top {
  top: 0;
  border-top: none;
}
.sidebar-container ul.nav-tabs {
  border: none;
}
.sidebar-container ul.nav-tabs.navs-4 li {
  width: 25%;
}
.sidebar-container ul.nav-tabs.navs-3 li {
  width: 33.3333%;
}
.sidebar-container ul.nav-tabs.navs-2 li {
  width: 50%;
}
.sidebar-container ul.nav-tabs li {
  border: none;
}
.sidebar-container ul.nav-tabs li a {
  border: none;
  padding: 12px 10px;
  margin: 0;
  border-radius: 0;
  background: #2f4050;
  color: #fff;
  text-align: center;
  border-right: 1px solid #334556;
}
.sidebar-container ul.nav-tabs li.active a {
  border: none;
  background: #f9f9f9;
  color: #676a6c;
  font-weight: bold;
}
.sidebar-container .nav-tabs > li.active > a:hover,
.sidebar-container .nav-tabs > li.active > a:focus {
  border: none;
}
.sidebar-container ul.sidebar-list {
  margin: 0;
  padding: 0;
}
.sidebar-container ul.sidebar-list li {
  border-bottom: 1px solid #e7eaec;
  padding: 15px 20px;
  list-style: none;
  font-size: 12px;
}
.sidebar-container .sidebar-message:nth-child(2n+2) {
  background: #f9f9f9;
}
.sidebar-container ul.sidebar-list li a {
  text-decoration: none;
  color: inherit;
}
.sidebar-container .sidebar-content {
  padding: 15px 20px ;
  font-size: 12px;
}
.sidebar-container .sidebar-title {
  background: #f9f9f9;
  padding: 20px;
  border-bottom: 1px solid #e7eaec;
}
.sidebar-container .sidebar-title h3 {
  margin-bottom: 3px;
  padding-left: 2px;
}
.sidebar-container .tab-content h4 {
  margin-bottom: 5px;
}
.sidebar-container .sidebar-message > a > .pull-left {
  margin-right: 10px;
}
.sidebar-container .sidebar-message > a {
  text-decoration: none;
  color: inherit;
}
.sidebar-container .sidebar-message {
  padding: 15px 20px;
}
.sidebar-container .sidebar-message .message-avatar {
  height: 38px;
  width: 38px;
  border-radius: 50%;
}
.sidebar-container .setings-item {
  padding: 15px 20px;
  border-bottom: 1px solid #e7eaec;
}

body {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #2f4050;
  font-size: 15px;
  color: #444;
  overflow-x: hidden;
}
html,
body {
  height: 100%;
}
body.full-height-layout #wrapper, body.full-height-layout #page-wrapper {
  /*height: 100%;*/
}
body.full-height-layout.has-fixed-table-header #wrapper, body.full-height-layout.has-fixed-table-header #page-wrapper {
  /*height: 100%;*/
}

body.full-height-layout #fixed {
  position: fixed;
  top: 0;
  /*left: 265px;*/
  /*  width: 100%;*/
  z-index: 1000;
}
body.full-height-layout.mini-navbar #fixed {
  position: fixed;
  top: 0;
  left: 300px;
  z-index: 1000;
}
body.full-height-layout.mini-navbar.canvas-menu #fixed {
  /*width: 100%;
  left: 256px;
  padding-right: 15px;*/
}
body.body-small.fixed-sidebar.mini-navbar #fixed {
  left: 300px;
}
body.body-small.canvas-menu.mini-navbar #fixed {
  left: 0;
}

@media (min-width: 1025px) {
  body.full-height-layout #fixed {
    width: 100%;
    padding-right: 0px;
  }
  body.full-height-layout.mini-navbar #fixed {
    width: calc(100% - 300px);
    padding-right: 0px;
    margin-left: 0;
  }

}

.page-heading .col-xs-3.p-r-none {
  max-width: 180px;
}

.page-heading .col-xs-6.p-r-none {
  max-width: 380px;
}

body.full-height-layout.body-small #fixed {
  left: 0;
  width: 100%;
  padding: 0;
}

body.full-height-layout.body-small #fixed .tabs-container {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 5px;
}

body.full-height-layout.body-small #fixed .page-heading {
  padding: 0;
}

body.full-height-layout .fh-breadcrumb {
  /*height: 100%;
  margin: 0 -15px;
  position: relative;
  top: 153px;*/
  padding-top: 153px;
}

@media screen and (max-width: 1025px) {
  body.full-height-layout .fh-breadcrumb {
    /*top: 161px;*/
  }
}

@media screen and (max-width: 767px) {
  body.full-height-layout .fh-breadcrumb {
    /*top: 144px;*/
  }
  .table-responsive {
    border: none;
  }
}

#page-wrapper {
  min-height: auto;
}
body.boxed-layout {
  background: url('patterns/shattered.png');
}
body.boxed-layout #wrapper {
  background-color: #2f4050;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
  max-width: 1300px !important;
}
.block {
  display: block;
}
.clear {
  display: block;
  overflow: hidden;
}
a {
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}
.border-bottom {
  border-bottom: 1px solid #e7eaec !important;
}
.font-bold {
  font-weight: 600;
}
.font-noraml {
  font-weight: 400;
}
.text-uppercase {
  text-transform: uppercase;
}
.b-r {
  border-right: 1px solid #e7eaec;
}
.form-actions > div[class^="col-"] {
  border-top: 1px dashed #e7eaec;
  padding-top: 20px;
  margin-top: 15px;
}

/* --------------------------------

HRs

-------------------------------- */

.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}
.hr-line-solid {
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
video {
  width: 100%    !important;
  height: auto   !important;
}

/* --------------------------------

GALLERY

-------------------------------- */

.lightBoxGallery img {
  margin: 5px;
}

.gallery > .row > div {
  margin-bottom: 15px;
}
.fancybox img {
  margin-bottom: 5px;
  /* Only for demo */
  width: 24%;
}
/* Summernote text editor  */
.note-editor {
  height: auto;
  min-height: 300px;
}

/* --------------------------------

MODAL

-------------------------------- */

.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}
.modal-dialog {
  z-index: 2500;
}
.modal-body {
  padding: 20px 30px 30px 30px;
}
.detmodal .modal-body {
  background: #f8fafb;
}
.detmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
}
.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.detmodal .modal-title {
  font-size: 26px;
}
.detmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3;
}
.modal-footer {
  margin-top: 0;
}

/* --------------------------------

WRAPPERS

-------------------------------- */

#wrapper {
  width: 100%;
  overflow-x: hidden;
}
.wrapper {
  padding: 0 20px;
}
.wrapper-content {
  padding: 20px 10px 40px;
}
.wrapper-content:focus {
  outline: 0;
}
#page-wrapper {
  min-height: 568px;
  position: relative !important;
}
@media (min-width: 1025px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
    min-height: 1000px;
  }
}

/* --------------------------------

Headers and alerts inside iBox panels

-------------------------------- */

.title-action {
  text-align: right;
  padding-top: 30px;
}
.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.alert-block > h1,
.alert-block > h2,
.alert-block > h3,
.alert-block > h4,
.alert-block > h5 {
  margin-top: 0px;
}

ul.unstyled,
ol.unstyled {
  list-style: none outside none;
  margin-left: 0;
}
.big-icon {
  font-size: 160px !important;
  color: #e5e6e7;
}

.ibox-content .popover-title {
  margin: 0;
}

/* --------------------------------

FOOTER

-------------------------------- */

.footer {
  background: none repeat scroll 0 0 white;
  border-top: 1px solid #e7eaec;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: relative;
  right: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.footer.fixed_full {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec;
}
.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec;
  /*margin-left: 300px;*/
}

.footer.footer-black {
  background: #231F20;
  color: #fff;
}
.footer.footer-black a {
  color: #fff;
}

.footer.footer-blue {
  background: #003C69;
  color: #fff;
}
.footer.footer-blue a {
  color: #fff;
}

.footer.footer-maroon {
  background: #73182C;
  color: #fff;
}
.footer.footer-maroon a {
  color: #fff;
}

.footer.footer-green {
  background: #4F7700;
  color: #fff;
}
.footer.footer-green a {
  color: #fff;
}

.footer.footer-grey {
  background: #585859;
  color: #fff;
}
.footer.footer-grey a {
  color: #fff;
}

.footer.footer-purple {
  background: #25283D;
  color: #fff;
}
.footer.footer-purple a {
  color: #fff;
}

.footer.footer-multicolor::before {
  /*width: 100%;
  height: 160px;
  position: absolute;
  top: -119px;
  z-index: -1;
  left: 0;
  background-image: url(../img/bg-multicolor-b-l-c.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";*/
}
.footer.footer-multicolor {
  background-color: #ea6a28;
  color: #fff;
}
.footer.footer-multicolor a {
  color: #fff;
}

body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  /*margin: 0 0 0 300px;*/
}
body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  left: 300px;
}
body.mini-navbar.relative-header .footer.fixed,
body.body-small.mini-navbar.relative-header .footer.fixed {
  left: 316px;
}
body.top-navigation .footer.fixed,
body.body-small.mini-navbar.top-navigation .footer.fixed {
  margin: 0 !important;
  left: 0;
}
body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 300px;
}
body.body-small .footer.fixed {
  margin-left: 0px;
}

@media (max-width: 768px) {
  .footer small {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .footer.fixed {
    position: relative;
    /* width: 100%; */
    margin-left: 0px!important;
    margin-right: -30px!important;
    left: -15px;
    right: -15px;
    z-index: 0;
    /*margin-top: 50px;*/
  }
}

/* --------------------------------

STYLED ORDERED LIST

-------------------------------- */

ol.styled-ordered-list {
  font-size: 4.3em;
  font-weight: bold;
  padding-left: 0;
  list-style-type: none;
  counter-reset: standard-counter;
}
ol.styled-ordered-list li {
  border-top: 1px solid #d6d7d6;
  padding-top: 25px;
  padding-bottom: 20px;
  min-height: 115px;
  font-size: 17px;
  vertical-align: top;
  font-weight: normal;
  position: relative;
  padding-left: 88px;
}
ol.styled-ordered-list li:before {
  content: counter(standard-counter,decimal);
  counter-increment: standard-counter;
  display: inline-block;
  float: left;
  padding-top: 0;
  line-height: 1;
  text-align: center;
  width: 77px;
  font-family: 'OpenSansBold',Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 60px;
  position: absolute;
  left: 0;
}

/* --------------------------------

Panels

-------------------------------- */

.page-heading {
  border-top: 0;
  padding: 0;
  box-shadow: 0px -1px 15px rgba(0,0,0,0.2);
}
.page-heading h1, .page-heading h2 {
  margin-top: 21px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  max-height: 38px;
  height: 38px;
}
.panel-heading h1,
.panel-heading h2 {
  margin-bottom: 5px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* --------------------------------

TABLES

-------------------------------- */

.total-row {
  border-top: 2px solid #185C5D;
}
.total-row td, .total-row th {
  font-weight: bold;
  /*  background-color: #F1F1F1;*/
  color: #2F2F2F;
  font-size: 1.5rem;
}

.total-row-grey {
  border-top: 2px solid #C1C1C1;
}

.total-row.row-info td, .total-row.row-info th {
  font-weight: bold;
  background-color: #138283;
  color: #FFFFFF;
}

.total-row.row-primary td, .total-row.row-primary th {
  font-weight: bold;
  background-color: #197DB6;
  color: #FFFFFF;
}

.total-row.row-default td, .total-row.row-default th {
  font-weight: bold;
  background-color: #3E3E3E;
  color: #FFFFFF;
}

.table-bordered {
  border: 1px solid #EBEBEB;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #F5F5F6;
  border-bottom-width: 1px;
}
.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 #e7e7e7;
}
.table > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom;
}
.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 #e7eaec;
  line-height: 1.42857;
  padding: 4px 8px;
  vertical-align: middle;
}
/* PANELS */
.panel.blank-panel {
  background: none;
  margin: 0;
}
.blank-panel .panel-heading {
  padding-bottom: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none;
  border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
  border-bottom: #f3f3f4;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #000;
  cursor: default;
}
.nav.nav-tabs li {
  background: none;
  border: none;
}
.nav-tabs > li > a {
  color: #505050;
  font-weight: 600;
  padding: 11px 13px 10px 13px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #e6e6e6;
  color: #000;
}
.ui-tab .tab-content {
  padding: 20px 0px;
}


/* --------------------------------

GLOBAL STYLES

-------------------------------- */


.full-width {
  width: 100% !important;
}
.link-block {
  /*font-size: 12px;
  padding: 10px;*/
}
.nav.navbar-top-links .link-block a {
  font-size: 12px;
}
.link-block a {
  font-size: 10px;
  color: inherit;
}
body.mini-navbar .branding {
  display: none;
}
img.circle-border {
  border: 6px solid #FFFFFF;
  border-radius: 50%;
}
.branding {
  float: left;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 20px;
  text-align: center;
  background-color: #AC1D37;
}
.login-panel {
  margin-top: 25%;
}
.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.icons-box .infont a i, .infont [class^="icon-"] {
  font-size: 25px;
  display: block;
  color: #676a6c;
}
.icons-box .infont a, .infont .mls {
  color: #a6a8a9;
}
.icons-box .infont a, .infont .mls {
  padding: 0px 10px 10px 0;
  margin: 1px;
  display: block;
}
.ui-draggable .ibox-title {
  cursor: move;
}

/* --------------------------------

Breadcrumbs

-------------------------------- */

.breadcrumb {
  background-color: #ffffff;
  display: block;
  clear: both;
  float: left;
  width: 100%;
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .breadcrumb.container {
    padding-left: 15px;
  }
}
.breadcrumb > li, .breadcrumb > li a {
  color: inherit;
  font-size: 1.3rem;
  vertical-align: bottom;
}
.breadcrumb > .active {
  color: inherit;
}
.breadcrumb>li+li:before {
  padding: 0 0px;
}
.breadcrumb>li.pull-right:before {
  display: none;
}
code {
  background-color: #F9F2F4;
  border-radius: 4px;
  color: #ca4440;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap;
}

/* --------------------------------

iBox Panel

-------------------------------- */

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox:after,
.ibox:before {
  display: table;
}

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 4px 0px 0;
  color: inherit;
  margin-bottom: 0;
  padding: 10px 0 10px 0;
  min-height: 48px;
  position: relative;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 10px 15px 10px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
}

.ibox-content .ibox-content {
  padding: 15px;
}

@media (min-width: 992px) {
  .ibox-title {
    padding: 13px 15px 10px;
  }
  .ibox-content {
    padding: 15px 10px 15px 10px;
  }
}

.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px;
}
.collapse-link.as-row {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}

.ibox.table-type {
  margin-bottom: 0;
}

/*.ibox-content.panel-collapse .dataTables_filter,
.ibox-content.panel-collapse .DTTT_container {padding-top: 15px;}*/

.table-type .ibox-title a.collapse-link i {
  top: 10px;
  position: absolute;
  left: 10px;
}

.table-type .ibox-title h5 {
  padding-left: 34px;
}

table.table-mail tr td {
  padding: 12px;
}
.table-mail .check-mail {
  padding-left: 20px;
}
.table-mail .mail-date {
  padding-right: 20px;
}
.star-mail,
.check-mail {
  width: 40px;
}
.unread td a,
.unread td {
  font-weight: 600;
  color: inherit;
}
.read td a,
.read td {
  font-weight: normal;
  color: inherit;
}
.unread td {
  background-color: #f9f8f8;
}
.ibox-content {
  clear: both;
}
.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none;
}
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 16px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
.ibox-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
}
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4;
}
.fh-breadcrumb .ibox-tools a {
  text-decoration: none;
}
.ibox-tools a.btn-primary {
  color: #fff;
}
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}
.ibox .open > .dropdown-menu {
  left: auto;
  right: 0;
}


.no-padding {
  padding: 0 !important;
}
.no-borders {
  border: none !important;
}
.no-margins {
  margin: 0 !important;
}
.no-top-border {
  border-top: 0 !important;
}

.ibox-content.text-box {
  padding-bottom: 0px;
  padding-top: 15px;
}

/* --------------------------------

BORDERS

-------------------------------- */

.border-left-right {
  border-left: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec;
}
.border-left {
  border-left: 1px solid #B3B3B1;
}
.border-right {
  border-right: 1px solid #B3B3B1;
}
.border-top-none {
  border-top:none!important;
}
.border-bottom-none {
  border-bottom:none!important;
}
.border-left-none {
  border-left:none!important;
}
.border-right-none {
  border-right:none!important;
}

/* --------------------------------

MIN-MAX HEIGHTS - HELPER CLASSES

-------------------------------- */

.min-height-25 {min-height: 25px}
.min-height-50 {min-height: 50px}
.min-height-75 {min-height: 75px}
.min-height-100 {min-height: 100px}
.min-height-125 {min-height: 125px}
.min-height-150 {min-height: 150px}
.min-height-175 {min-height: 175px}
.min-height-200 {min-height: 200px}
.min-height-225 {min-height: 225px}
.min-height-250 {min-height: 300px}
.min-height-275 {min-height: 275px}
.min-height-300 {min-height: 300px}
.min-height-325 {min-height: 325px}
.min-height-350 {min-height: 350px}
.min-height-375 {min-height: 375px}
.min-height-400 {min-height: 400px}
.min-height-425 {min-height: 425px}
.min-height-450 {min-height: 450px}
.min-height-475 {min-height: 475px}
.min-height-500 {min-height: 500px}

/* MAXIMUM HEIGHTS */

.max-height-25 {max-height: 25px}
.max-height-50 {max-height: 50px}
.max-height-75 {max-height: 75px}
.max-height-100 {max-height: 100px}
.max-height-125 {max-height: 125px}
.max-height-150 {max-height: 150px}
.max-height-175 {max-height: 175px}
.max-height-200 {max-height: 200px}
.max-height-225 {max-height: 225px}
.max-height-250 {max-height: 300px}
.max-height-275 {max-height: 275px}
.max-height-300 {max-height: 300px}
.max-height-325 {max-height: 325px}
.max-height-350 {max-height: 350px}
.max-height-375 {max-height: 375px}
.max-height-400 {max-height: 400px}
.max-height-425 {max-height: 425px}
.max-height-450 {max-height: 450px}
.max-height-475 {max-height: 475px}
.max-height-500 {max-height: 500px}

/* DISABLE MINIMUM HEIGHTS IN RESPONSIVE MOBILE VIEWS TO AVOID EXTRA SPACING */

@media (max-width: 767px) {
  div[class*="min-height-"] {
    min-height: 0;
  }
}

/* --------------------------------

BACKGROUNDS

-------------------------------- */

.gray-bg {
  background-color: #f3f3f4!important;
}
.white-bg {
  background-color: #ffffff!important;
}
.navy-bg {
  background-color: #000080!important;
  color: #ffffff;
}
.green-bg {
  background-color: #3c763d!important;
  color: #ffffff;
}
.blue-bg {
  background-color: #197db6!important;
  color: #ffffff;
}
.lazur-bg {
  background-color: #138283!important;
  color: #ffffff;
}
.yellow-bg {
  background-color: #9c652b!important;
  color: #ffffff;
}
.red-bg {
  background-color: #ac1d37!important;
  color: #ffffff;
}
.black-bg {
  background-color: #262626!important;
}

/* --------------------------------

PANEL COLOURS

-------------------------------- */

.panel-primary {
  border-color: #0080af;
}
.panel-primary > .panel-heading {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0080af+0,006792+44,005f89+100 */
  background: #0080af; /* Old browsers */
  border-color: #0080af;
}
.panel-success {
  border-color: #3c763d;
}
.panel-success > .panel-heading {
  background-color: #3c763d;
  border-color: #3c763d;
  color: #ffffff;
}
.panel-info {
  border-color: #138283;
}
.panel-info > .panel-heading {
  background-color: #138283;
  border-color: #138283;
  color: #ffffff;
}
.panel-warning {
  border-color: #9c652b;
}
.panel-warning > .panel-heading {
  background-color: #9c652b;
  border-color: #9c652b;
  color: #ffffff;
}
.panel-danger {
  border-color: #ac1d37;
}
.panel-danger > .panel-heading {
  background-color: #ac1d37;
  border-color: #ac1d37;
  color: #ffffff;
}

/* --------------------------------

PROGRESS BAR

-------------------------------- */

.progress-bar {
  background-color: #293846;
}
.progress-small,
.progress-small .progress-bar {
  height: 10px;
}
.progress-small,
.progress-mini {
  margin-top: 5px;
}
.progress-mini,
.progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0px;
}
.progress-bar-navy-light {
  background-color: #3dc7ab;
}
.progress-bar-success {
  background-color: #1c84c6;
}
.progress-bar-info {
  background-color: #1ab394;
}
.progress-bar-warning {
  background-color: #138283;
}
.progress-bar-danger {
  background-color: #3c763d;
}
.panel-title {
  font-size: inherit;
}
.jumbotron {
  border-radius: 6px;
  padding: 40px;
}
.jumbotron h1 {
  margin-top: 0;
}

/* --------------------------------

FONT SIZES

-------------------------------- */

.text-xs {font-size: 1rem;}
.text-sm {font-size: 1.1rem;}
.text-md {font-size: 1.2rem;}
.text-lg {font-size: 1.5rem;}
.text-xl {font-size: 2rem;}

/* --------------------------------

FONT COLORS

-------------------------------- */

.text-navy {
  color: #AC1D37;
}
.text-primary {
  color: inherit;
}
.text-success {
  color: #3c763d;
}
.text-info {
  color: #138283;
}
.text-warning {
  color: #9c652b;
}
.text-danger {
  color: #ac1d37;
}
.text-muted {
  color: #888888;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}

.simple_tag {
  background-color: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  color: inherit;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block;
}
.img-shadow {
  -webkit-box-shadow: 0px 0px 3px 0px #919191;
  -moz-box-shadow: 0px 0px 3px 0px #919191;
  box-shadow: 0px 0px 3px 0px #919191;
}

a.close-canvas-menu {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1011;
  color: #a7b1c2;
  padding: 10px 20px;
}
a.close-canvas-menu:hover {
  color: #fff;
}

/* --------------------------------

FULL HEIGHT LAYOUT

-------------------------------- */

.full-height {
  height: 100%;
}
.fh-breadcrumb {
  height: calc(100% - 196px);
  position: relative;
  z-index: 2;
}
.fh-no-breadcrumb {
  height: calc(100% - 99px);
  margin: 0 -15px;
  position: relative;
}
.fh-column {
  background: #fff;
  height: 100%;
  width: 240px;
  float: left;
}
.modal-backdrop {
  z-index: 2040 !important;
}
.modal {
  z-index: 2050 !important;
}
.spiner-example {
  height: 200px;
  padding-top: 70px;
}

/* --------------------------------

SEARCH PAGE LAYOUT

-------------------------------- */

.search-form {
  margin-top: 10px;
}
.search-result h3 {
  margin-bottom: 0;
  color: #1E0FBE;
}
.search-result .search-link {
  color: #006621;
}
.search-result p {
  font-size: 12px;
  margin-top: 5px;
}

/* --------------------------------

CONTACT BOX

-------------------------------- */

.contact-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  padding: 20px;
  margin-bottom: 20px;
}
.contact-box a {
  color: inherit;
}

/* --------------------------------

DIFFERENT COLUMN SIZES (ERA)

-------------------------------- */

.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}
.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px;
}
.loginscreen.middle-box {
  width: 300px;
}
.loginColumns {
  max-width: 720px;
  margin: 0 auto;
  padding: 0px 0px 20px 0px;
}
.centerColumns {
  max-width: 790px;
  margin: 0 auto;
  padding: 0px 0px 20px 0px;
}
.centerColumns992 {
  max-width: 992px;
  margin: 0 auto;
  padding: 0px 0px 20px 0px;
}
.passwordBox {
  max-width: 460px;
  margin: 0 auto;
  padding: 0px 0px 20px 0px;
}
@media (min-width: 992px) {
  .loginColumns,
  .loginColumns,
  .passwordBox {
    padding: 0px 0px 20px 0px;
  }
}

.logo-name {
  color: #e6e6e6;
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0px;
}
.middle-box h1 {
  font-size: 120px;
}
.wrapper .middle-box {
  margin-top: 140px;
}
.lock-word {
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -470px;
}
.lock-word span {
  font-size: 100px;
  font-weight: 600;
  color: #e9e9e9;
  display: inline-block;
}
.lock-word .first-word {
  margin-right: 160px;
}

/* --------------------------------

TIMELINE

-------------------------------- */

.timeline-item .date i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 30px;
  text-align: center;
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
  background: #f8f8f8;
}
.timeline-item .date {
  text-align: right;
  width: 110px;
  position: relative;
  padding-top: 30px;
}
.timeline-item .content {
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  padding-top: 10px;
  min-height: 100px;
}
.timeline-item .content:hover {
  background: #f6f6f6;
}


/* --------------------------------

metismenu - https://github.com/onokumus/metisMenu

-------------------------------- */

.metismenu .plus-minus,
.metismenu .plus-times {
  float: right;
}
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}
.metismenu .glyphicon.arrow:before {
  content: "\e079";
}
.metismenu .active > a > .glyphicon.arrow:before {
  content: "\e114";
}
.metismenu .fa.arrow:before {
  content: "\f104";
}
.metismenu .active > a > .fa.arrow:before {
  content: "\f107";
}
.metismenu .active > a > .fa-caret-right:before {
  /*content: "\f0d7";*/
  color: #DEB408;
}
.metismenu .ion.arrow:before {
  content: "\f3d2";
}
.metismenu .active > a > .ion.arrow:before {
  content: "\f3d0";
}
.metismenu .fa.plus-minus:before,
.metismenu .fa.plus-times:before {
  content: "\f067";
}
.metismenu .active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.metismenu .active > a > .fa.plus-minus:before {
  content: "\f068";
}
.metismenu .collapse {
  display: none;
}
.metismenu .collapse.in {
  display: block;
}
.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}


/* --------------------------------

JQUERY ACCESSIBLE AUTOCOMPLETE LIST

-------------------------------- */

.combobox-suggestions {
  position: absolute;
  top: 34px;
  left: 0;
  width: 94%;
  background: #fff;
  z-index: 10;
}
.combobox-suggestion {
  border-bottom: 1px solid #E5E6E7;
  border-left: 1px solid #E5E6E7;
  border-right: 1px solid #E5E6E7;
  cursor: pointer;
  text-align: left;
  padding: 10px;
}
.combobox-suggestion:first-child {
  border-top: 1px solid #E5E6E7;
}
.combobox-suggestion:hover,
.combobox-suggestion:focus {
  color: #fff;
  background-color: #197db6;
}

.js-combobox[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
.js-combobox[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
/* http://geektnt.com/how-to-remove-x-from-search-input-field-on-chrome-and-ie.html */


/* --------------------------------

ANIMATIONS

-------------------------------- */


/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #AC1D37;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #AC1D37;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.sk-spinner-wave div {
  background-color: #AC1D37;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative;
}
.sk-spinner-wandering-cubes .sk-cube1,
.sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #AC1D37;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}
.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #AC1D37;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}
.sk-spinner-chasing-dots .sk-dot1,
.sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #AC1D37;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #AC1D37;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #AC1D37;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}
.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #AC1D37;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
  background-color: #AC1D37;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite;
}
.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px;
}
@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}
.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #AC1D37;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}


.select2-dropdown {
  min-width: 176px;
}


/* --------------------------------

MARGINS & PADDINGS - HELPER CLASSES

-------------------------------- */

.p-none {
  padding: 0!important;
}
.p-l-xxs {
  padding-left: 5px!important;
}
.p-l-xs {
  padding-left: 10px!important;
}
.p-l-sm {
  padding-left: 15px!important;
}
.p-l-md {
  padding-left: 20px!important;
}
.p-xxs {
  padding: 5px!important;
}
.p-t-xxs {
  padding-top: 5px!important;
}
.p-xs {
  padding: 10px!important;
}
.p-sm {
  padding: 15px!important;
}
.p-t-xs {
  padding-top: 10px!important;
}
.p-t-sm {
  padding-top: 15px!important;
}
.p-b-sm {
  padding-bottom: 15px!important;
}
.p-r-xs {
  padding-right: 10px!important;
}
.p-r-sm {
  padding-right: 15px!important;
}
.p-r-md {
  padding-right: 20px!important;
}
.p-r-lg {
  padding-right: 25px!important;
}
.p-l-xs {
  padding-left: 10px!important;
}
.p-b-xs {
  padding-bottom: 10px!important;
}
.p-t-xs {
  padding-top: 10px!important;
}
.p-l-md {
  padding-left: 20px!important;
}
.p-l-lg {
  padding-left: 30px!important;
}
.p-l-xl {
  padding-left: 2em!important;
}
.p-r-xxs {
  padding-right: 5px!important;
}
@media (max-width: 767px) {
  .p-b-xs-xs {
    padding-bottom: 10px!important;
  }
  .p-t-xs-xs {
    padding-top: 10px!important;
  }
  .p-b-sm-xs {
    padding-bottom: 15px!important;
  }
  .p-t-sm-xs {
    padding-top: 15px!important;
  }
}
.p-m {
  padding: 20px!important;
}
.p-md {
  padding: 25px!important;
}
.p-lg {
  padding: 30px!important;
}
.p-xl {
  padding: 40px!important;
}
.p-r-none {
  padding-right: 0!important;
}
.p-l-none {
  padding-left: 0!important;
}
@media only screen and (min-width: 768px) {
  .p-l-none-sm {
    padding-left: 0!important;
  }
}
.p-t-none {
  padding-top: 0!important;
}
.p-b-none {
  padding-bottom: 0!important;
}
.m-xxs {
  margin: 2px 4px!important;
}
.m-xs {
  margin: 5px!important;
}
.m-sm {
  margin: 10px!important;
}
.m {
  margin: 15px!important;
}
.m-md {
  margin: 20px!important;
}
.m-lg {
  margin: 30px!important;
}
.m-xl {
  margin: 50px!important;
}
.m-n {
  margin: 0 !important;
}
.m-none {
  margin: 0!important;
}
.m-l-none {
  margin-left: 0!important;
}
.m-l-xs {
  margin-left: 5px!important;
}
.m-l-sm {
  margin-left: 10px!important;
}
.m-l {
  margin-left: 15px!important;
}
.m-l-md {
  margin-left: 20px!important;
}
.m-l-lg {
  margin-left: 30px!important;
}
.m-l-xl {
  margin-left: 40px!important;
}
.m-l-n-xxs {
  margin-left: -1px!important;
}
.m-l-n-xs {
  margin-left: -5px!important;
}
.m-l-n-sm {
  margin-left: -10px!important;
}
.m-l-n {
  margin-left: -15px!important;
}
.m-l-n-md {
  margin-left: -20px!important;
}
.m-l-n-lg {
  margin-left: -30px!important;
}
.m-l-n-xl {
  margin-left: -40px!important;
}
.m-t-none {
  margin-top: 0!important;
}
.m-t-xxs {
  margin-top: 1px!important;
}
.m-t-xs {
  margin-top: 5px!important;
}
.m-t-sm {
  margin-top: 10px!important;
}
.m-t {
  margin-top: 15px!important;
}
.m-t-md {
  margin-top: 20px!important;
}
.m-t-lg {
  margin-top: 30px!important;
}
.m-t-xl {
  margin-top: 40px!important;
}
.m-t-n-xxs {
  margin-top: -1px!important;
}
.m-t-n-xs {
  margin-top: -5px!important;
}
.m-t-n-sm {
  margin-top: -10px!important;
}
.m-t-n {
  margin-top: -15px!important;
}
.m-t-n-md {
  margin-top: -20px!important;
}
.m-t-n-lg {
  margin-top: -30px!important;
}
.m-t-n-xl {
  margin-top: -40px!important;
}
.m-r-none {
  margin-right: 0!important;
}
.m-r-xxs {
  margin-right: 1px!important;
}
.m-r-xs {
  margin-right: 5px!important;
}
.m-r-sm {
  margin-right: 10px!important;
}
.m-r {
  margin-right: 15px!important;
}
.m-r-md {
  margin-right: 20px!important;
}
.m-r-lg {
  margin-right: 30px!important;
}
.m-r-xl {
  margin-right: 40px!important;
}
.m-r-n-xxs {
  margin-right: -1px!important;
}
.m-r-n-xs {
  margin-right: -5px!important;
}
.m-r-n-sm {
  margin-right: -10px!important;
}
.m-r-n {
  margin-right: -15px!important;
}
.m-r-n-md {
  margin-right: -20px!important;
}
.m-r-n-lg {
  margin-right: -30px!important;
}
.m-r-n-xl {
  margin-right: -40px!important;
}
.m-b-none {
  margin-bottom: 0!important;
}
.m-b-xxs {
  margin-bottom: 1px!important;
}
.m-b-xs {
  margin-bottom: 5px!important;
}
.m-b-sm {
  margin-bottom: 10px!important;
}
.m-b {
  margin-bottom: 15px!important;
}
.m-b-md,
.ibox-content h1.m-b-md, .ibox-content h2.m-b-md, .ibox-content h3.m-b-md, .ibox-content h4.m-b-md, .ibox-content h5.m-b-md, .ibox-title h1.m-b-md, .ibox-title h2.m-b-md, .ibox-title h3.m-b-md, .ibox-title h4.m-b-md, .ibox-title h5.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg,
.ibox-content h1.m-b-lg, .ibox-content h2.m-b-lg, .ibox-content h3.m-b-lg, .ibox-content h4.m-b-lg, .ibox-content h5.m-b-lg, .ibox-title h1.m-b-lg, .ibox-title h2.m-b-lg, .ibox-title h3.m-b-lg, .ibox-title h4.m-b-lg, .ibox-title h5.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px!important;
}
.m-b-n-xxs {
  margin-bottom: -1px!important;
}
.m-b-n-xs {
  margin-bottom: -5px!important;
}
.m-b-n-sm {
  margin-bottom: -10px!important;
}
.m-b-n {
  margin-bottom: -15px!important;
}
.m-b-n-md {
  margin-bottom: -20px!important;
}
.m-b-n-lg {
  margin-bottom: -30px!important;
}
.m-b-n-xl {
  margin-bottom: -40px!important;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}


.p-w-xs {
  padding: 0 10px;
}
.p-w-sm {
  padding: 0 15px;
}
.p-w-m {
  padding: 0 20px;
}
.p-w-md {
  padding: 0 25px;
}
.p-w-lg {
  padding: 0 30px;
}
.p-w-xl {
  padding: 0 40px;
}
.p-h-xs {
  padding: 10px 0;
}
.p-h-sm {
  padding: 15px 0;
}
.p-h-m {
  padding: 20px 0;
}
.p-h-md {
  padding: 25px 0;
}
.p-h-lg {
  padding: 30px 0;
}
.p-h-xl {
  padding: 40px 0;
}



.b-r-xs {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.b-r-sm {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.b-r-md {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.b-r-lg {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.b-r-xl {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}



.fh-150 {
  height: 150px;
}
.fh-200 {
  height: 200px;
}
.h-150 {
  min-height: 150px;
}
.h-200 {
  min-height: 200px;
}
.h-300 {
  min-height: 300px;
}
.w-150 {
  width: 150px;
}
.w-200 {
  width: 200px;
}
.w-300 {
  width: 300px;
}
.w-400 {
  width: 400px;
}
.w-500 {
  width: 500px;
}

.text-underline {
  text-decoration: underline;
}

.text-underline:hover {
  text-decoration: underline;
}

/* --------------------------------

LAYOUT RESPONSIVE

-------------------------------- */

@media (max-width: 1025px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
    min-height: 1000px;
  }
  .form-control, .single-line {
    font-size: 18px;
  }
  .body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }
  .body-small.mini-navbar .navbar-static-side {
    display: block;
  }

  .body-small .navbar-static-side,
  .fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 300px;
  }
  .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 600px;
  }
}

body.body-small.mini-navbar .footer.fixed {
  margin: 0 300px 0 0;
}
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 0;
}

@media (min-width: 1025px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 1200px;
  }
  body.mini-navbar #page-wrapper {
    margin: 0 0 0 300px;
  }
  body.mini-navbar.navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 300px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .lock-word {
    display: none;
  }
  .navbar-form-custom {
    display: none;
  }
  .navbar-header {
    display: inline;
    float: left;
    padding-right: 10px;
  }
  .sidebard-panel {
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100% !important;
  }
  .sidebar-content .wrapper {
    padding-right: 0px;
    z-index: 1;
  }
  .ibox-tools {
    float: none;
    text-align: right;
    display: block;
  }
}
@media (max-width: 350px) {
  .timeline-item .date {
    text-align: left;
    width: 110px;
    position: relative;
    padding-top: 30px;
  }
  .timeline-item .date i {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px;
    width: 30px;
    text-align: center;
    border: 1px solid #e7eaec;
    background: #f8f8f8;
  }
  .timeline-item .content {
    border-left: none;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px;
  }
  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block;
  }
}

/* --------------------------------

Mega Dropdown Menu v1.12

-------------------------------- */

.navbar-mega .navbar-nav>li>.dropdown-menu {
  margin-top:15px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border: 1px solid rgba(0,0,0,.15);
}
.navbar-mega .navbar-default .navbar-nav>li>a {
  width:200px;
  font-weight:bold;
}
.navbar-mega .navbar-brand {
  padding: 15px;
}
.navbar-mega .navbar-nav {
  margin: 0;
}
.navbar-mega .nav > li > a {
  padding: 15px;
}
.navbar-mega.navbar:focus {
  outline: none;
}
.navbar-mega .nav > li > a span.glyphicon {
  padding: 4px 0px 4px 10px;
}
.mega-dropdown {
  position: static !important;
  width:100%;
}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  -webkit-box-shadow: 0px 7px 30px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 7px 30px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 7px 30px 0px rgba(50, 50, 50, 0.5);
}
.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 50%;
  z-index: 10;
}
.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 49.9%;
  z-index: 8;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 0;
}

.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  font-weight: bold;
  padding-left: 0;
  margin-bottom: 10px;
}

.mega-dropdown-menu form {
  margin:3px 20px;
}
.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.navbar-mega .mega-dropdown-menu > li > ul > li > a:hover, .navbar-mega .mega-dropdown-menu > li > ul > li > a:focus {
  text-decoration: underline;
  color: #000;
}

/* Mega Menu default skin */

.navbar-mega.navbar-default {
  background-color: #fff;
}
.navbar-mega.navbar-default .nav > li > a {
  color: #fff;
}

.navbar-mega.navbar-default .nav > li > a:hover, .navbar-mega.navbar-default .nav > li > a:focus {
  color: #fff;
  background-color: #0080af;
}
.navbar-mega.navbar-default .navbar-brand {
  color: #444444;
}
.navbar-mega.navbar-default .mega-dropdown-menu > li > ul > li > a {
  color: #444;
}
.navbar-mega.navbar-default .mega-dropdown-menu .dropdown-header {
  color: #0080af;
}

.mega-dropdown-menu .metismenu .nav.nav-second-level li a {
  padding: 5px 5px 5px 15px;
  color: #4c4c4c;
}

.mega-dropdown-menu .metismenu .nav.nav-second-level li a:hover,
.mega-dropdown-menu .metismenu .nav.nav-second-level li a:focus {
  background-color: transparent;
  text-decoration: underline;
  color: #4c4c4c;
}

/* Mega Menu - RESPONSIVE */

@media (max-width: 768px) {
  .navbar-mega.navbar-horizontal.navbar.sticky-navbar {
    position: relative;
  }
  .navbar-mega .navbar-header {
    display: block;
    float: none;
  }
  .mega-dropdown-menu {
    display: block;
  }
  .mega-dropdown .dropdown-toggle {
    display: none;
  }
  .navbar-mega.navbar-white .mega-dropdown-menu > li > ul > li > a {
    color: #444;
    padding: 7px 10px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1px;
  }
  .navbar-mega.navbar-white .mega-dropdown-menu > li > ul > li > a:hover, .navbar-mega.navbar-white .mega-dropdown-menu > li > ul > li > a:focus {
    text-decoration: none;
    color: #000;
    background-color: #dddddd;
    outline: none;
  }
}

/* --------------------------------

Carousel Controls

-------------------------------- */

.carousel-control {
  color: #197db6;
  text-shadow: none;
  filter: none;
  opacity: 1;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  filter: none;
}

.carousel-control:focus, .carousel-control:hover {
  color: #0080af;
  filter: none;
  opacity: 1;
}

/* End Mega Menu */

@media (max-width: 1110px) {
  .nav-tabs > li > a {
    /*padding: 11px 8px 10px 8px;*/
    /*font-size: 14px;*/
  }
}

.themeSwitcher {
  z-index: 1000;
}
.themeSwitcher .ibox-content {
  background-color: #E8E8E8;
}
.themeSwitcher .list-group {
  margin-bottom: 0;
}
.themeSwitcher .list-group-item {
  padding: 0;
}

/* --------------------------------

Layout 7 - Right-hand side navigation

-------------------------------- */

@media (max-width: 992px) and (min-width: 768px) {
  .layout7 .navbar-right {
    width: 60px;
  }
}

@media (max-width: 1023px) {
  .layout7 .fh-breadcrumb {
    padding-top: 110px;
  }
}

@media (min-width: 1024px) {
  .layout7 .fh-breadcrumb {
    padding-top: 150px;
  }
}

svg {
  max-width: 100%;
}

#content.padded {
  width: 90%;
  margin-left:auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #content.padded {
    width: 100%;
  }
}

/* --------------------------------

Expandable search box

-------------------------------- */

.flexSearch input {
  outline: none;
}

.flexSearch input.search-global-input {
  font-size: 16px;
}

.flexSearch input,
.flexSearch input[type=search] {
  font-family: inherit;
}
.flexSearch input::-webkit-search-decoration,
.flexSearch input::-webkit-search-cancel-button {
  display: none;
}

.flexSearch input,
.flexSearch input[type=search] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAQAAAA3m5V5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAcdJREFUKM9j+M8AgmJQKM4gZSw/WfmkylulvXLtktIQUQZkRZJsCi26fyz+e36KeuP80+y/1ke5KHFURZIM6vPM/se/vb7j/8z/nf8X7zrs99Xwv0KCOEKROIOik/n/9Fe/Ov5LqTGoMGgw/Dd4vNj3p+kXOSG4ImkGu52u/y5P/M8kDXWdLMN/gaWHHP+bFsAVKTA4fE16819MCu4JMQY5hqeu7n+9D8EVqTI4/k+9oYKkRIxBguE/m8+PkDtwRWoMAd8CniqhKBJjUBdy/pd6Ba5IhaHwlsN/VV1xJCWSDBbFzv8nLEVy084O13+m56V5EAErr2X5JejbE1eoImAApNmcrXjo8F/nkWyIBFChpIR8keF3l387Nv9ngypSTDP67/g/8OOEax4/jf9r/Vf/oP3f/H/YxxO7/+vIMECVmPz3/B/43/d/xv5HqydeTX8Z+yb/6dzzX6b+V5FjAIc4SInX/7D/4f+jvx2v+y/0P+R/PTBayv97/GeTYQDHnbyuMVhJxP+Eb9eW/5eQBQahIoMyEMsCwwmaCvZrRn8IhSuRQQsnWFLheDIt433CV9xKIEmF73fPl9m4lcDSE9N/NmmcSsQYAFO3547lXyMVAAAAAElFTkSuQmCC");
  background-color: rgba(237, 237, 237, 0.43);
  background-position: 9px center;
  background-repeat: no-repeat;
  border: solid 1px #ccc;
  padding: 5px 8px 5px 30px;
  margin-top: 0;
  width: 55px;


  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.flexSearch input:hover,
.flexSearch input[type=search]:hover {
  background-color: #fff;
  border: solid 1px #66CC75;

  -webkit-box-shadow: 0 0 20px rgba(109, 207, 246, 0.62);
  -moz-box-shadow: 0 0 20px rgba(109, 207, 246, 0.62);
  box-shadow: 0 0 20px rgba(109, 207, 246, 0.62);
}

.flexSearch input:focus,
.flexSearch input[type=search]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #66CC75;

  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
}


.flexSearch input:-moz-placeholder {
  color: #999;
}
.flexSearch input::-webkit-input-placeholder {
  color: #999;
}
.cd-auto-hide-header.nav-open .flexSearch input[type=search] {
  width: 20%;
  padding-left: 35px;
  color: transparent;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: 10px;
  color: #000;
  font-size: 18px;
}

.cd-auto-hide-header.nav-open .flexSearch input[type=search]:focus {
  width: 84%;
}


@media (max-width:1023px) {
  .cd-auto-hide-header.nav-open .flexSearch input[type=search] {
    width: 84%;
  }
}

.flexSearch input,
.flexSearch input[type=search] {
  width: 39px;
  padding-left: 0px;
  padding-right: 0px;
  color: transparent;
  cursor: pointer;
}
.flexSearch input[type=search]:hover {
  background-color: #fff;
}
.flexSearch input[type=search]:focus {
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}
.flexSearch input:-moz-placeholder {
  color: transparent;
}
.flexSearch input::-webkit-input-placeholder {
  color: transparent;
}

/* --------------------------------

To top link

-------------------------------- */

#totop {
  height: 40px;
  position: fixed;
  right: 15px;
  width: 40px;
  z-index: 9999;
  bottom: 0;
  background-color: #8f3985;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 11px 0;
  border-radius: 5px 5px 0 0;
  opacity: 0.85;
}

@media (min-width:768px) {
  #totop {
    bottom: 41px;
  }
}

#totop:hover {
  opacity: 1;
}

/* --------------------------------

Nav open button

-------------------------------- */

.cd-nav-trigger {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 27px;
  height: 44px;
  width: 44px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

.cd-nav-trigger span {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 3px;
  background-color: black;
}
.cd-nav-trigger span::before, .cd-nav-trigger span:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s, width 0.2s;
  -moz-transition: -moz-transform 0.2s, width 0.2s;
  transition: transform 0.2s, width 0.2s;
}
.cd-nav-trigger span::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.cd-nav-trigger span::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.no-touch .cd-nav-trigger:hover {
  /* rotate trigger on hover */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.no-touch .cd-nav-trigger:hover span::after,
.no-touch .cd-nav-trigger:hover span::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
}
.no-touch .cd-nav-trigger:hover span::before {
  -webkit-transform: translateX(1px) translateY(1px) rotate(45deg);
  -moz-transform: translateX(1px) translateY(1px) rotate(45deg);
  -ms-transform: translateX(1px) translateY(1px) rotate(45deg);
  -o-transform: translateX(1px) translateY(1px) rotate(45deg);
  transform: translateX(1px) translateY(1px) rotate(45deg);
}
.no-touch .cd-nav-trigger:hover span::after {
  -webkit-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -moz-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -ms-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -o-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  transform: translateX(1px) translateY(-1px) rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .cd-nav-trigger {
    top: 10px;
  }
}

/* --------------------------------

Sidebar Navigation (Lateral)

-------------------------------- */

.cd-nav-container {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
  transition: transform 0.4s 0s, box-shadow 0s 0.4s;
}
.cd-nav-container.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-overflow-scrolling: touch;
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0s;
  transition: transform 0.4s 0s, box-shadow 0s 0s;
}
.cd-nav-container header {
  padding: 1.5em 0 0 6.25%;
  height: 68px;
  position: relative;
}
.cd-nav-container h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #5c4b51;
}
@media only screen and (min-width: 700px) {
  .cd-nav-container {
    width: 70%;
  }
  .cd-nav-container header {
    height: 116px;
    padding-top: 3em;
  }
}

.cd-close-nav {
  /* 'X' close icon */
  position: absolute;
  height: 44px;
  width: 44px;
  /* set the right position value so that it overlaps the .cd-nav-trigger*/
  right: 6.25%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-close-nav::after, .cd-close-nav::before {
  /* lines of 'X' icon */
  content: '';
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  background-color: #5c4b51;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-close-nav::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-close-nav::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.no-touch .cd-close-nav:hover {
  opacity: .8;
}
@media only screen and (min-width: 700px) {
  .cd-close-nav {
    right: 7.14%;
  }
}

.cd-nav {
  background-color: #f2f2f2;
  padding: 0;
}
.cd-nav::after {
  clear: both;
  content: "";
  display: table;
}
.cd-nav li {
  width: 50%;
  float: left;
  /* 68px is the navigation header height  and the menu items will be allocated in 3 rows */
  height: calc((100vh - 68px)/3);
  min-height: 120px;
  border: 1px solid #ffffff;
  border-top: none;
  border-left: none;
  list-style: none;
}
.cd-nav li:nth-of-type(2n) {
  border-right-width: 0;
}
.cd-nav a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .cd-nav a:hover svg {
  -webkit-animation: cd-shock 0.3s;
  -moz-animation: cd-shock 0.3s;
  animation: cd-shock 0.3s;
}
.no-touch .cd-nav li a:hover span *,
.cd-nav li.cd-selected a span * {
  /* on hover or if selected - change text and icon color*/
  stroke: #ffffff;
}
.no-touch .cd-nav li a:hover em,
.cd-nav li.cd-selected a em {
  /* on hover or if selected - change text and icon color*/
  color: #ffffff;
}
.no-touch .cd-nav li:first-of-type a:hover,
.cd-nav li.cd-selected:first-of-type a {
  /* on hover or if selected - change background color*/
  background-color: #166694;
}
.no-touch .cd-nav li:nth-of-type(2) a:hover,
.cd-nav li.cd-selected:nth-of-type(2) a {
  /* on hover or if selected - change background color*/
  background-color: #3C7637;
}
.no-touch .cd-nav li:nth-of-type(3) a:hover,
.cd-nav li.cd-selected:nth-of-type(3) a {
  /* on hover or if selected - change background color*/
  background-color: #157f81;
}
.no-touch .cd-nav li:nth-of-type(4) a:hover,
.cd-nav li.cd-selected:nth-of-type(4) a {
  /* on hover or if selected - change background color*/
  background-color: #8d6232;
}
.no-touch .cd-nav li:nth-of-type(5) a:hover,
.cd-nav li.cd-selected:nth-of-type(5) a {
  /* on hover or if selected - change background color*/
  background-color: #8A172C;
}
.no-touch .cd-nav li:nth-of-type(6) a:hover,
.cd-nav li.cd-selected:nth-of-type(6) a {
  /* on hover or if selected - change background color*/
  background-color: #79006b;
}
.cd-nav span, .cd-nav em {
  position: absolute;
}
.cd-nav span {
  top: calc(50% - 48px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 48px;
  width: 48px;
}
.cd-nav span * {
  -webkit-transition: stroke 0.2s;
  -moz-transition: stroke 0.2s;
  transition: stroke 0.2s;
}
.cd-nav em {
  width: 100%;
  left: 0;
  top: calc(50% + 15px);
  color: #5c4b51;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 700px) {
  .cd-nav li {
    /* 116px is the navigation header height and the menu items will be allocated in 3 rows */
    height: calc((100vh - 116px)/3);
    min-height: 200px;
  }
  .cd-nav span {
    height: 64px;
    width: 64px;
    top: calc(50% - 56px);
  }
  .cd-nav em {
    font-size: 2.2rem;
    font-weight: 300;
    top: calc(50% + 21px);
  }
}
@media only screen and (min-width: 1024px) {
  .cd-nav li {
    width: 33.33%;
    float: left;
    /* 116px is the navigation header height  and the menu items will be allocated in 2 rows */
    height: calc((100vh - 116px)/2);
    min-height: 300px;
    list-style: none;
  }
  .cd-nav li:nth-of-type(2n) {
    border-right-width: 1px;
  }
  .cd-nav li:nth-of-type(3n) {
    border-right-width: 0;
  }
  .cd-nav em {
    font-size: 2.5rem;
  }
}

@-webkit-keyframes cd-shock {
  0% {
    -webkit-transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes cd-shock {
  0% {
    -moz-transform: rotate(0);
  }
  30% {
    -moz-transform: rotate(10deg);
  }
  60% {
    -moz-transform: rotate(-10deg);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes cd-shock {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}

/* --------------------------------

shadow layer visible when navigation is open

-------------------------------- */

.cd-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.4s 0s, visibility 0s 0s;
  transition: opacity 0.4s 0s, visibility 0s 0s;
}

/* --------------------------------

Lateral Nav Content

-------------------------------- */
main {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  box-shadow: 0 0 30px #241d20;
}
main.scale-down {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.cd-section {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0s 0.4s;
  -moz-transition: -moz-transform 0s 0.4s;
  transition: transform 0s 0.4s;
}
.cd-section.cd-selected {
  position: relative;
  z-index: 2;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.4s 0s;
  -moz-transition: -moz-transform 0.4s 0s;
  transition: transform 0.4s 0s;
  -webkit-overflow-scrolling: touch;
}
.cd-section header {
  position: relative;
}
.cd-section.projects header {
  background-color: #5c4b51;
}
.cd-section.about header {
  background-color: #e0cf75;
}
.cd-section.services header {
  background-color: #f5b65a;
}
.cd-section.careers header {
  background-color: #f25f5c;
}
.cd-section.contact header {
  background-color: #8abeb2;
}
@media only screen and (min-width: 700px) {
  .cd-section {
    /* not 100vh to fix a small bug --> border visible otherwise */
    header: 102vh;
  }
}

.cd-title {
  position: relative;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
}
.cd-title > * {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-title h2 {
  font-size: 2.8rem;
  margin-bottom: .8em;
}
.cd-title a {
  display: inline-block;
  padding: 1.2em 1.6em;
  border-radius: 50em;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-weight: 700;
  color: #ffffff;
  font-family: "Lora", serif;
}
.no-touch .cd-title a:hover {
  border-color: #ffffff;
}
.cd-title span {
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (min-width: 700px) {
  .cd-title h2 {
    font-size: 5rem;
    font-weight: 300;
    margin-bottom: .6em;
  }
}


/*
.cd-content h1,
.cd-content h2,
.cd-content h3,
.cd-content h4,
.cd-content h5 {
  width: 90%;
  margin: 1em auto 1em auto;
}
*/

.cd-content .ibox-content>p {
  width: 90%;
  margin: 2em auto 2em auto;
  line-height: 2;
}

.ibox-content .ibox-content>p {
  width: 100%;
}

.no-js main, .no-js .cd-section {
  height: auto;
  overflow: visible;
}

.no-js .cd-section {
  position: static;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.no-js .cd-nav-container {
  width: 100%;
  position: static;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  height: auto;
  overflow: visible;
}

.no-js .cd-close-nav {
  display: none;
}

.no-js .cd-nav li {
  width: 50%;
  float: left;
}
@media only screen and (min-width: 700px) {
  .no-js .cd-nav li {
    width: 33.3%;
    float: left;
  }
  .no-js .cd-nav li:nth-of-type(2n) a {
    border-right-width: 1px;
  }
}
@media only screen and (min-width: 1024px) {
  .no-js .cd-nav li {
    width: 16.66%;
    float: left;
  }
  .no-js .cd-nav li:nth-of-type(3n) a {
    border-right-width: 1px solid #e0cf75;
  }
}



/* --------------------------------

Auto-Hiding Navigation

-------------------------------- */
.cd-auto-hide-header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-auto-hide-header .logo,
.cd-auto-hide-header .nav-trigger {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cd-auto-hide-header .logo {
  left: 5%;
}
.cd-auto-hide-header .logo a,
.cd-auto-hide-header .logo img,
.cd-auto-hide-header .logo span,
.cd-auto-hide-header .det-branding {
  max-width: 300px;
  font-size: 50px;
}

@media only screen and (max-width: 1024px) {
  .cd-auto-hide-header .logo a,
  .cd-auto-hide-header .logo img,
  .cd-auto-hide-header .logo span,
  .cd-auto-hide-header .det-branding {
    max-width: 200px;
    font-size: 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-auto-hide-header {
    height: 80px;
  }

  .cd-auto-hide-header .logo a,
  .cd-auto-hide-header .logo img,
  .cd-auto-hide-header .logo span,
  .cd-auto-hide-header .det-branding {
    max-width: 300px;
    font-size: 66px;
  }

}

.cd-auto-hide-header .nav-trigger {
  /* vertically align its content */
  display: table;
  height: 100%;
  padding: 0 1em;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #25283D;
  font-weight: bold;
  right: 0;
  border-left: 1px solid #f2f2f2;
}
.cd-auto-hide-header .nav-trigger span {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
  background-color: #25283D;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-auto-hide-header .nav-trigger em {
  /* this is the menu central line */
  margin: 6px auto 14px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
  .cd-auto-hide-header .nav-trigger {
    display: none;
  }
  .det-branding {
    margin: 9px;
  }
}

@media only screen and (max-width: 1023px) {
  .cd-auto-hide-header .det-branding {
    display: none;
  }
}

.cd-auto-hide-header.nav-open .nav-trigger em {
  /* transform menu icon into a 'X' icon */
  background-color: rgba(255, 255, 255, 0);
}
.cd-auto-hide-header.nav-open .nav-trigger em::before {
  /* rotate top line */
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-auto-hide-header.nav-open .nav-trigger em::after {
  /* rotate bottom line */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-primary-nav {
  display: inline-block;
  float: right;
  height: 100%;
}
.cd-primary-nav > ul {
  position: absolute;
  z-index: 6;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  display: none;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
}
.cd-primary-nav > ul a {
  /* target primary-nav links */
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  color: #25283D;
  font-size: 1.5rem;
  border-top: 1px solid #f2f2f2;
}
.cd-primary-nav > ul li:not('.dropdown') a {
  text-decoration: underline;
}
.cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active {
  color: #222;
}
@media only screen and (min-width: 1024px) {
  .cd-primary-nav {
    /* vertically align its content */
    display: table;
  }
  .cd-primary-nav > ul {
    /* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle;
    /* reset mobile style */
    position: relative;
    width: auto;
    top: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .cd-primary-nav > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-primary-nav > ul li {
    display: inline-block;
    float: left;
  }
  .cd-primary-nav ul.dropdown-menu li {
    display: block;
    width: 100%;
  }
  .cd-primary-nav ul.dropdown-menu {
    padding: 0;
  }
  .cd-primary-nav > ul li:last-of-type {
    margin-right: 0;
  }
  .cd-primary-nav > ul a {
    /* reset mobile style */
    height: auto;
    line-height: normal;
    padding: 5px 10px;
    border: none;
    border-radius: 0;
  }
  .cd-primary-nav ul.dropdown-menu a {
    padding: 10px 10px;
    margin: 0;
  }
}

.nav-open .cd-primary-nav ul,
.cd-primary-nav ul:target {
  /*
  	show primary nav - mobile only
  	:target is used to show navigation on no-js devices
  */
  display: block;
}
.cd-primary-nav ul li {
  list-style: none;
  margin-right: 0;
}
@media only screen and (min-width: 1024px) {
  .nav-open .cd-primary-nav ul,
  .cd-primary-nav ul:target {
    display: table-cell;
  }
}

@media only screen and (max-width: 1023px) {
  .cd-primary-nav ul.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 15px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: relative;
    text-shadow: none;
    top: 100%;
    width: 100%;
    z-index: 1000;
  }
  .cd-primary-nav .dropdown.open ul.dropdown-menu {
    display: block;
  }
}

/* --------------------------------

Auto-Hiding Navigation - with Sub Nav

-------------------------------- */

.cd-secondary-nav {
  position: relative;
  margin: 0;
  z-index: 5;
  clear: both;
  width: 100%;
  height: 50px;
  background-color: #25283D;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
@media (max-width: 767px) {
  .cd-secondary-nav .open .dropdown-menu {
    background-color: #285780;
  }
}

.cd-secondary-nav::after {
  /* gradient on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
  background: transparent;
  background: -webkit-linear-gradient(right, #25283D, rgba(37, 40, 61, 0));
  background: linear-gradient(to left, #25283D, rgba(37, 40, 61, 0));
  pointer-events: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.cd-secondary-nav.nav-end::after {
  opacity: 0;
}
.cd-secondary-nav>ul, .cd-secondary-nav>ul>li, .cd-secondary-nav>ul>li>a {
  list-style: none;
}
.cd-secondary-nav>ul {
  /* enables a flex context for all its direct children */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 992px) {
  .cd-secondary-nav > ul {
    padding: 0 15px;
  }
}

/*@media only screen and (max-width: 1024px) {
  .cd-secondary-nav .open .dropdown-menu {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-secondary-nav>ul {
    overflow-x: visible;
  }
}
*/
.cd-secondary-nav .open > a, .cd-secondary-nav .open > a:hover, .cd-secondary-nav .open > a:focus {
  background: #285780;
  opacity: 1;
}

.cd-secondary-nav .dropdown-menu a {
  opacity: 1;
  width: 100%;
  display: block;
  background-color: #2c5375;
  border-top: 1px solid #1f3d56;
  margin: 0;
  border-radius: 0;
  color: #fff;
}

.cd-secondary-nav .dropdown-menu a:hover,
.cd-secondary-nav .dropdown-menu a:focus {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: background-color 0.5s ease;
}

.cd-secondary-nav .dropdown-menu li:first-child a,
.cd-secondary-nav .dropdown-menu li:last-child a {
  margin: 0;
}

.cd-secondary-nav .dropdown-menu li {
  padding: 0;
}

.cd-secondary-nav ul::after {
  clear: both;
  content: "";
  display: block;
}
.cd-secondary-nav li {

  /* do not shrink - elements float on the right of the element */
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cd-secondary-nav>li:last-of-type {
  padding-right: 20px;
}
.cd-secondary-nav a {
  display: block;
  color: #ffffff;
  opacity: .85;
  line-height: 50px;
  padding: 0 10px;
  white-space: nowrap;
}
.cd-secondary-nav a:hover, .cd-secondary-nav a.active {
  opacity: 1;
  background: rgba(0,0,0,0.35);
  transition: all .5s;
}

.cd-secondary-nav .dropdown-menu > li > a {
  line-height: 30px;
}

.cd-secondary-nav a.active {
  box-shadow: inset 0 -5px #8F3985;
}

.cd-secondary-nav .alerts .dropdown-menu a,
.cd-secondary-nav .profile-element .dropdown-menu a {
  /*background: transparent;*/
  /*border-top: none;*/
}

.cd-secondary-nav .alerts .dropdown-menu a:hover,
.cd-secondary-nav .profile-element .dropdown-menu a:hover {
  background: rgb(28, 59, 86);
  color: #fff;
}

.cd-secondary-nav li.dropdown:last-child {
  margin-right: 120px;
}

@media only screen and (min-width: 1024px) {
  .cd-secondary-nav {
    height: 70px;
    overflow: visible;
  }
  .cd-secondary-nav ul {
    /* reset mobile style */
    text-align: center;
    margin: 0;
  }
  .cd-secondary-nav ul.dropdown-menu {
    background-color: #2c5375;
  }
  .cd-secondary-nav li {
    /* reset mobile style */
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .cd-secondary-nav a {
    line-height: 70px;
  }

  .cd-auto-hide-header.is-hidden .cd-secondary-nav {
    height: 50px;
    -moz-transition: height 0.6s ease;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
    box-shadow: 0px -1px 20px rgba(0, 0, 0, 0.65);
  }
  .cd-auto-hide-header.is-hidden .cd-secondary-nav>ul>li>a {
    line-height: 50px;
  }
}

/* --------------------------------

Auto-Hiding Navigation - with Sub Nav + Hero Image

-------------------------------- */

.cd-secondary-nav.fixed {
  position: fixed;
  top: 60px;
}
.cd-secondary-nav.slide-up {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}
@media only screen and (min-width: 1024px) {
  .cd-secondary-nav.fixed {
    top: 80px;
    /* fixes a bug where nav and subnab move with a slight delay */
    box-shadow: 0 -6px 0 #25283D;
  }
  .cd-secondary-nav.slide-up {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }
}


@media (max-width: 992px) {
  .cd-secondary-nav li:last-child {
    padding-right: 65px;
  }
}

/* --------------------------------

Other Lateral Nav Components

-------------------------------- */

.cd-main-content.lateral-menu-is-open.nav-right {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}

.cd-main-content.lateral-menu-is-open.nav-left {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}

#cd-lateral-nav.nav-left.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.disable-offcanvas-push-content .cd-main-content.lateral-menu-is-open {
  /* Disable pushing content */
  transform: none;
}

header.is-fixed {
  position: fixed;
}

#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 61px;
  background-color: #8f3985;
}
#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  display: none;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #FFF;
  /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 5px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: white;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  #cd-menu-trigger {
    width: 110px;
  }
  #cd-menu-trigger .cd-menu-text {
    display: inline-block;
    padding-right: 30px;
  }
  #cd-menu-trigger .cd-menu-icon {
    left: auto;
    right: 1.25em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

#cd-lateral-nav.nav-right {
  border-left: 1px solid #717373;
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 3;
  width: 260px;
  background-color: #242e30;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}

#cd-lateral-nav.nav-left {
  border-right: 1px solid #717373;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 3;
  width: 260px;
  background-color: #242e30;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: transform .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px);
}



/* Different sizes */

#cd-lateral-nav.nav-right.nav-md,
#cd-lateral-nav.nav-left.nav-md {
  width: 300px;
}
#cd-lateral-nav.nav-right.nav-lg,
#cd-lateral-nav.nav-left.nav-lg {
  width: 400px;
}
#cd-lateral-nav.nav-right.nav-xlg,
#cd-lateral-nav.nav-left.nav-xlg {
  width: 500px;
}
#cd-lateral-nav.nav-right.nav-xxlg,
#cd-lateral-nav.nav-left.nav-xxlg {
  width: 600px;
}

.cd-main-content.lateral-menu-is-open.nav-left.nav-md {
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
}
.cd-main-content.lateral-menu-is-open.nav-left.nav-lg {
  -webkit-transform: translateX(400px);
  -moz-transform: translateX(400px);
  -ms-transform: translateX(400px);
  -o-transform: translateX(400px);
  transform: translateX(400px);
}
.cd-main-content.lateral-menu-is-open.nav-left.nav-xlg {
  -webkit-transform: translateX(500px);
  -moz-transform: translateX(500px);
  -ms-transform: translateX(500px);
  -o-transform: translateX(500px);
  transform: translateX(500px);
}
.cd-main-content.lateral-menu-is-open.nav-left.nav-xxlg {
  -webkit-transform: translateX(600px);
  -moz-transform: translateX(600px);
  -ms-transform: translateX(600px);
  -o-transform: translateX(600px);
  transform: translateX(600px);
}

.cd-main-content.lateral-menu-is-open.nav-right.nav-md {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
}
.cd-main-content.lateral-menu-is-open.nav-right.nav-lg {
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
}
.cd-main-content.lateral-menu-is-open.nav-right.nav-xlg {
  -webkit-transform: translateX(-500px);
  -moz-transform: translateX(-500px);
  -ms-transform: translateX(-500px);
  -o-transform: translateX(-500px);
  transform: translateX(-500px);
}
.cd-main-content.lateral-menu-is-open.nav-right.nav-xxlg {
  -webkit-transform: translateX(-600px);
  -moz-transform: translateX(-600px);
  -ms-transform: translateX(-600px);
  -o-transform: translateX(-600px);
  transform: translateX(-600px);
}


#cd-lateral-nav .nav > li.active {
  border-left: none;
  background: #8f3985;
}
.tocify-subheader {
  padding-left:25px;
}
#cd-lateral-nav .nav>li>a:focus, #cd-lateral-nav .nav>li>a:hover {
  background-color: #523a98;
}

#cd-lateral-nav ul li {
  list-style: none;
  color: #717677;
}
#cd-lateral-nav ul li:hover {
  color: #8F3985;
}
#cd-lateral-nav ul li.active a {
  color: #fff;
}
#cd-lateral-nav hr {
  border-color: #717373;
}
#cd-lateral-nav.nav-right .cd-navigation {
  margin: 10px 0 16px;
  padding:0;
}
#cd-lateral-nav.nav-left .cd-navigation {
  padding-left: 0;
}

#cd-lateral-nav .sub-menu {
  padding: 10px 7px 10px 33px;
  /*background: rgba(0,0,0,0.5);*/
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%,rgb(36, 46, 48) 25%,rgb(36, 46, 48) 62%,rgba(0, 0, 0, 0.29) 100%);
  background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%,rgb(36, 46, 48) 25%,rgb(36, 46, 48) 62%,rgba(0, 0, 0, 0.29) 100%);
  background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%,rgb(36, 46, 48) 25%,rgb(36, 46, 48) 62%,rgba(0, 0, 0, 0.29) 100%);
  background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%,rgb(36, 46, 48) 25%,rgb(36, 46, 48) 62%,rgba(0, 0, 0, 0.29) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%,rgb(36, 46, 48) 25%,rgb(36, 46, 48) 62%,rgba(0, 0, 0, 0.29) 100%);
  display: none;
}
#cd-lateral-nav .sub-menu .sub-menu,
#cd-lateral-nav .sub-menu .sub-menu .sub-menu,
#cd-lateral-nav .sub-menu .sub-menu .sub-menu .sub-menu {
  padding: 5px 0px 5px 15px;
  /*background: rgba(0,0,0,0.5);*/
  background-image:none;
  display: none;
}

#cd-lateral-nav a {
  display: block;
  line-height: 2.3em;
  color: #aab5b7;
}
#cd-lateral-nav a i {
  padding-right: 10px;
}
#cd-lateral-nav.nav-right a {
  padding: 0 16px 0 20px;
}
#cd-lateral-nav.nav-left a {
  padding: 0 16px 0 20px;
}

#cd-lateral-nav .sub-menu a {
  line-height: 1.8em;
  padding: 0 7px 0 14px;
}
#cd-lateral-nav li.item-has-children a.submenu-open,
#cd-lateral-nav .item-has-children.active > a,
#cd-lateral-nav .sub-menu li.active a {
  color: #fff;
}

#cd-lateral-nav .item-has-children.active ul.sub-menu{
  display: block;
}
#cd-lateral-nav a.submenu-open {
  color: #fff;
}
#cd-lateral-nav .sub-menu li:before, body.mini-navbar .navbar-default .nav > li > .nav-second-level li:before, body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li:before, ul.componentsLibNav ul.nav-second-level li:before {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  float: left;
  padding: 10px 4px;
}
#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #FFF;
}

/* Off-canvas heading */

#cd-lateral-nav h3 {
  color: #ffffff;
  padding: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.45);
  text-transform: uppercase;
}

/* Off-canvas close button */

#cd-lateral-nav a.close {
  color: #ffffff;
  font-weight: normal;
  text-shadow: none;
  opacity: 0.85;
  margin: 12px 9px;
  background: rgba(0, 0, 0, 0.58);
  border-radius: 2em;
  padding: 0px 8px;
  line-height: 36px;
}
#cd-lateral-nav a.close:hover {
  opacity: 1;
}
#cd-lateral-nav a.close span {
  color: #ffffff;
  font-size: 14px;
  vertical-align: middle;
}
#cd-lateral-nav a.close i {
  color: #ffffff;
  opacity: 0.85;
  vertical-align: middle;
  padding-right: 0;
}

#cd-lateral-nav.nav-left a.close:hover i,
#cd-lateral-nav.nav-left a.close:focus i {
  /* rotate top line */
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);

  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
}


#cd-lateral-nav.nav-right a.close:hover i,
#cd-lateral-nav.nav-right a.close:focus i {
  /* rotate top line */
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);

  -webkit-transition: -webkit-transform .9s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .9s 0s, visibility 0s 0s;
  transition: transform .9s 0s, visibility 0s 0s;
}

.no-touch #cd-lateral-nav a:hover {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
    padding: 0;
  }
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("../img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/* --------------------------------

Reading Position Progress Bar

-------------------------------- */

.progressbar {
  display: none;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .progressbar {
    display: block;
  }
}
.progressbar .shim {
  display: none;
  width: 100%;
}
.progressbar .holder {
  position: relative;
  font-size: 85%;
  padding: 1em 0 0 0;
  background-color: #D6E1E5;
}
@media only screen and (min-width: 1024px) {
  .progressbar .holder {
    font-size: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  .progressbar .holder {
    font-size: 95%;
  }
}
.progressbar .holder .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #B6D1DA;
}
.progressbar .holder .bar .indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #4598B5;
}
.progressbar .holder .labels {
  margin: 0 auto;
  padding: 0 2em;
  text-align: center;
}
.progressbar .holder .labels i {
  display: block;
  position: relative;
  float: left;
  cursor: pointer;
  height: 76px;
  line-height: 1.4rem;
}
.progressbar .holder .labels i::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: '';
  width: .9em;
  height: .9em;
  border-radius: 50%;
  border: solid 3px #B6D1DA;
  background-color: #D6E1E5;
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  -webkit-transition: border-color 100ms ease-in, background-color 150ms ease-in;
  transition: border-color 100ms ease-in, background-color 150ms ease-in;
}
.progressbar .holder .labels i::after {
  display: block;
  content: attr(data-label);
  position: relative;
  top: 0;
  font-size: 13px;
  padding-bottom: 0;
  overflow: hidden;
  color: #25283d;
  -webkit-transition: color 150ms ease-in, top 100ms ease-out;
  transition: color 150ms ease-in, top 100ms ease-out;
}
.progressbar .holder .labels i:hover::before, .progressbar .holder .labels i:focus::before {
  background-color: #B6D1DA;
}
.progressbar .holder .labels i:hover::after, .progressbar .holder .labels i:focus::after {
  top: -.2em;
}
.progressbar .holder .labels i.read::before {
  border-color: #4598B5;
}
.progressbar .holder .labels i.read:hover::before, .progressbar .holder .labels i.read:focus::before {
  background-color: #4598B5;
}
.progressbar .holder .labels i.reading::after {
  color: #222;
}
.progressbar .holder .labels i.reading:hover::after, .progressbar .holder .labels i.reading:focus::after {
  top: 0;
}.navbar-horizontal.navbar
.progressbar.fixed .holder {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.progressbar.fixed .shim {
  display: block;
}



/*----------------------------------------------------*/
/*----------------- comments CSS -----------------*/
/*----------------------------------------------------*/
.comment{
  margin-bottom: 10px;
}

.comment-section {
  width: 100%;
  height: auto;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #fff;
}
.comment-section:after {
  top: 100%;
  left: 50px;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

.comment-desc {
  margin-top: 20px;
  text-align:left;
  padding-left: 15px;
}
.comment-desc img {
  border: 1px solid #f5f5f5;
  border-radius: 150px;
  height: 70px;
  padding: 3px;
  width: 70px;
  display:inline-block;
  vertical-align: top;
}

.comment-writer{
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}

.comment-writer-name{
  font-weight: bold;
}

.comment-writer-designation{
  font-size: 85%;
}

.comment-writer-company{
  font-size: 85%;
}
/*---- Outlined Styles ----*/
.comment.comment-default{

}
.comment.comment-default .comment-section{
  border-color: #777;
}

.comment.comment-default .comment-section:after{
  border-top-color: #777;
}

.comment.comment-default .comment-desc{

}

.comment.comment-default .comment-desc img{
  border-color: #777;
}

.comment.comment-default .comment-writer-name{
  color: #777;
}

.comment.comment-primary{

}
.comment.comment-primary .comment-section{
  border-color: #166694;
  color: #166694;
  background-color: rgba(51, 122, 183, 0.1);
}

.comment.comment-primary .comment-section:after{
  border-top-color: #166694;
}

.comment.comment-primary .comment-desc{

}

.comment.comment-primary .comment-desc img{
  border-color: #0080af;
}

.comment.comment-primary .comment-writer-name{
  color: #0080af;
}

.comment.comment-info{

}
.comment.comment-info .comment-section{
  border-color: #157f81;
  color: #157f81;
  background-color: rgba(239, 250, 255, 0.1);
}

.comment.comment-info .comment-section:after{
  border-top-color: #157f81;
}

.comment.comment-info .comment-desc{

}

.comment.comment-info .comment-desc img{
  border-color: #157f81;
}

.comment.comment-info .comment-writer-name{
  color: #157f81;
}


.comment.comment-success{

}
.comment.comment-success .comment-section{
  border-color: #3c763d;
  color: #3c763d;
  background-color: #efffef;
}

.comment.comment-success .comment-section:after{
  border-top-color: #3c763d;
}

.comment.comment-success .comment-desc{

}

.comment.comment-success .comment-desc img{
  border-color: #3c763d;
}

.comment.comment-success .comment-writer-name{
  color: #3c763d;
}

.comment.comment-warning{

}
.comment.comment-warning .comment-section{
  border-color: #9c652b;
  color: #9c652b;
  background-color: #fff8f0;
}

.comment.comment-warning .comment-section:after{
  border-top-color: #9c652b;
}

.comment.comment-warning .comment-desc{

}

.comment.comment-warning .comment-desc img{
  border-color: #9c652b;
}

.comment.comment-warning .comment-writer-name{
  color: #9c652b;
}

.comment.comment-danger{

}
.comment.comment-danger .comment-section{
  border-color: #ac1d37;
  color: #ac1d37;
  background-color: #fbeeee;
}

.comment.comment-danger .comment-section:after{
  border-top-color: #ac1d37;
}

.comment.comment-danger .comment-desc{

}

.comment.comment-danger .comment-desc img{
  border-color: #ac1d37;
}

.comment.comment-danger .comment-writer-name{
  color: #ac1d37;
}

/*---- Filled Styles ----*/

.comment.comment-default-filled{

}
.comment.comment-default-filled .comment-section{
  color: #fff;
  border-color: #777;
  background-color: #777;
}

.comment.comment-default-filled .comment-section:after{
  border-top-color: #777;
}

.comment.comment-default-filled .comment-desc{

}

.comment.comment-default-filled .comment-desc img{
  border-color: #777;
  background-color: #777;
}

.comment.comment-default-filled .comment-writer-name{
  color: #777;
}

.comment.comment-primary-filled{

}
.comment.comment-primary-filled .comment-section{
  color: #fff;
  background-color: #0080af;
  border-color: #2e6da4;
}

.comment.comment-primary-filled .comment-section:after{
  border-top-color: #0080af;
}

.comment.comment-primary-filled .comment-desc{

}

.comment.comment-primary-filled .comment-desc img{
  border-color: #2e6da4;
  background-color: #0080af;
}

.comment.comment-primary-filled .comment-writer-name{
  color: #0080af;
}

.comment.comment-info-filled{

}
.comment.comment-info-filled .comment-section{
  color: #fff;
  background-color: #138283;
  border-color: #138283;
}

.comment.comment-info-filled .comment-section:after{
  border-top-color: #138283;
}

.comment.comment-info-filled .comment-desc{

}

.comment.comment-info-filled .comment-desc img{
  border-color: #138283;
  background-color: #138283;
}

.comment.comment-info-filled .comment-writer-name{
  color: #138283;
}


.comment.comment-success-filled{

}
.comment.comment-success-filled .comment-section{
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.comment.comment-success-filled .comment-section:after{
  border-top-color: #3c763d;
}

.comment.comment-success-filled .comment-desc{

}

.comment.comment-success-filled .comment-desc img{
  border-color: #3c763d;
  background-color: #3c763d;
}

.comment.comment-success-filled .comment-writer-name{
  color: #3c763d;
}

.comment.comment-warning-filled{

}
.comment.comment-warning-filled .comment-section{
  color: #fff;
  background-color: #9c652b;
  border-color: #9c652b;
}

.comment.comment-warning-filled .comment-section:after{
  border-top-color: #9c652b;
}

.comment.comment-warning-filled .comment-desc{

}

.comment.comment-warning-filled .comment-desc img{
  border-color: #9c652b;
  background-color: #9c652b;
}

.comment.comment-warning-filled .comment-writer-name{
  color: #9c652b;
}

.comment.comment-danger-filled{

}
.comment.comment-danger-filled .comment-section{
  color: #fff;
  background-color: #ac1d37;
  border-color: #ac1d37;
}

.comment.comment-danger-filled .comment-section:after{
  border-top-color: #ac1d37;
}

.comment.comment-danger-filled .comment-desc{

}

.comment.comment-danger-filled .comment-desc img{
  border-color: #ac1d37;
  background-color: #ac1d37;
}

.comment.comment-danger-filled .comment-writer-name{
  color: #ac1d37;
}




/* --------------------------------
Carousel Style
-------------------------------- */


.carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left: -20px}
.carousel-control.right {right: -20px}
.carousel-reviews {
  padding-left: 22px;
  padding-right: 22px;
}
.broun-block {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
  background: #45484d; /* Old browsers */
  background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

  padding-bottom: 34px;
}
.block-text {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 0 #2c2222;
  color: #626262;
  font-size: 14px;
  margin-top: 27px;
  padding: 15px 18px;
}
.block-text a {
  font-size: 25px;
  font-weight: bold;
  line-height: 60px;
  text-decoration: none;
}

.block-text p {
  color: #585858;
  font-family: Georgia;
  font-style: italic;
  line-height: 20px;
}
.sprite {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAeUCAYAAAAU3UTMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1MzJERUNDRjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1MzJERUNERjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjUzMkRFQ0FGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjUzMkRFQ0JGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/ZdnrAAAydElEQVR42uydCbgUxbn3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');
}
.sprite-i-triangle {
  background-position: 0 -1298px;
  height: 44px;
  width: 50px;
}
.block-text ins {
  bottom: -44px;
  left: 50%;
  margin-left: -60px;
}


.block {
  display: block;
}
.zmin {
  z-index: 1;
}
.ab {
  position: absolute;
}

.person-text {
  padding: 10px 0 0;
  text-align: center;
  z-index: 2;
}
.person-text a {
  color: #ffcc00;
  display: block;
  font-size: 14px;
  margin-top: 3px;
  text-decoration: underline;
}
.person-text i {
  color: #fff;
  font-family: Georgia;
  font-size: 13px;
}
.rel {
  position: relative;
}
.rel img {
  border: 1px solid #f5f5f5;
  border-radius: 150px;
  height: 70px;
  padding: 3px;
  width: 70px;
  display: inline-block;
  vertical-align: top;
}



/* --------------------------------

Masterheads

-------------------------------- */

.bs-docs-masthead {
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
  padding: 30px 15px;
  color: #cdbfe3;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  background-color: #6f5499;
  background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
  background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
}

@media (min-width: 768px) {
  .bs-docs-masthead h1 {
    font-size: 38px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.bs-docs-masthead h1 {
  height: auto;
  max-height: none;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.25);
}

.bs-docs-masthead .lead {
  margin: 0 auto 30px;
  font-size: 16px;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.25);
}

@media (min-width: 992px) {
  .bs-docs-masthead .lead {
    width: 80%;
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .bs-docs-masthead .lead {
    font-size: 24px;
  }
}

.bs-docs-masthead .lead a {
  color: #fff;
}
.bs-docs-masthead .version {
  margin-top: -15px;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.25);
}

.bs-docs-masthead .version a {
  color: #fff;
}


.btn-outline-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #cdbfe3;
}

.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active {
  color: #563d7c;
  text-shadow: none;
  background-color: #fff;
  border-color: #fff;
}

/** Breadcrumbs **/

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/

.btn-breadcrumb .btn.btn-default {
  background-color: #ffffff;
  border-color: #dadada;
  color: #464646;
}

.btn-breadcrumb .btn-default:hover, .btn-breadcrumb .btn-default:focus, .btn-breadcrumb .btn-default:active, .btn-breadcrumb .btn-default.active, .open .dropdown-toggle.btn-default {
  background-color: #ebebeb;
  border-color: #b7b7b7;
  color: #000000;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #197db6;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #afccdc;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  border-left: 10px solid #2C95D0;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #afccdc;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #3c763d;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #c6f3c6;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #4a824b;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #b4e2b4;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #bd1111;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #f5acb9;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #940a0a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #f5acb9;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #eb5404;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #ecd4bb;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ba4202;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #ecd4bb;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #138283;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #a6feff;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #169192;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #a6feff;
}


.btn-breadcrumb .btn {
  transition: none;
}


/* --------------------------------

The End

-------------------------------- */


dl.formlist dt {
  width: 15em;
  float: left;
  font-weight: bold;
  clear: both;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e7eaec;
}

dl.formlist dd {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 17em;
  border-bottom: 1px solid #e7eaec;
}

dl.formlist dd ul {
  margin: 0;
  padding: 0;
}

dl.formlist dd ul li {
  width: 250px;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
}

/* Custom section */
.QLD-Logo-in-two-lines-stacked-beside-copy:before {
    content: "\e900";
    text-shadow: 1px 1px rgba(0, 0, 0, 0.28);
}