/*$primary-dark: #134c5d;*/
/*$secondary-light-accent: #269abc;*/
/*$a-list-group-item: #555 !default*/
/*$daterangepicker-main-background-color: #fff;*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../Content/fonts/glyphicons-halflings-regular.eot");
  src: url("../Content/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../Content/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../Content/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../Content/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

html {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer; }
  html input[disabled] {
    cursor: default; }

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: black;
  background-color: #f8f8f8; }

article {
  display: block; }

aside {
  display: block; }

details {
  display: block; }

figcaption {
  display: block; }

figure {
  display: block;
  margin: 1em 40px;
  margin: 0; }

footer {
  display: block; }

header {
  display: block; }

hgroup {
  display: block; }

main {
  display: block; }

menu {
  display: block; }

nav {
  display: block; }

section {
  display: block; }

summary {
  display: block; }

audio {
  display: inline-block;
  vertical-align: baseline; }
  audio:not([controls]) {
    display: none;
    height: 0; }

canvas {
  display: inline-block;
  vertical-align: baseline; }

progress {
  display: inline-block;
  vertical-align: baseline; }

video {
  display: inline-block;
  vertical-align: baseline; }

[hidden] {
  display: none; }

template {
  display: none; }

a {
  background-color: transparent;
  /*color: $primary-site-font-color;*/
  text-decoration: none; }
  a:active {
    outline: 0; }
  a:hover {
    outline: 0;
    color: #265A87;
    text-decoration: underline; }
  a:focus {
    color: #265A87;
    text-decoration: underline;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
  border-bottom: 1px dotted #777; }

b {
  font-weight: bold; }

strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px; }
  h1 small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 65%; }
  h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 65%; }

mark {
  color: #000;
  background: #ff0;
  padding: .2em;
  background-color: #faf2cc; }

small {
  font-size: 80%;
  font-size: 85%; }

sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  bottom: -.25em; }

sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -.5em; }

img {
  border: 0;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

pre {
  overflow: auto;
  font-family: monospace, monospace;
  font-size: 1em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

code {
  font-family: monospace, monospace;
  font-size: 1em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  font-family: monospace, monospace;
  font-size: 1em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none; }

samp {
  font-family: monospace, monospace;
  font-size: 1em;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

button {
  margin: 0;
  font: inherit;
  color: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

input {
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: normal;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
  input::-moz-focus-inner {
    padding: 0;
    border: 0; }

optgroup {
  margin: 0;
  font: inherit;
  color: inherit;
  font-weight: bold; }

select {
  margin: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  overflow: auto;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled] {
  cursor: default; }

input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none; }
  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  padding: 0;
  border: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

td {
  padding: 0; }

th {
  padding: 0;
  text-align: left; }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }
  .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left; }
    .carousel-inner > .item > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active {
    display: block;
    left: 0; }
  .carousel-inner > .next {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 100%; }
  .carousel-inner > .prev {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: -100%; }
  .carousel-inner > .next.left {
    left: 0; }
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px; }
  h2 small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 65%; }
  h2 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 65%; }

h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px; }
  h3 small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 65%; }
  h3 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 65%; }

h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px; }
  h4 small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 75%; }
  h4 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 75%; }

h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px; }
  h5 small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 75%; }
  h5 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 75%; }

h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px; }
  h6 small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 75%; }
  h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 75%; }

.h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px; }
  .h1 small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 65%; }
  .h1 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 65%; }

.h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px; }
  .h2 small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 65%; }
  .h2 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 65%; }

.h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px; }
  .h3 small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 65%; }
  .h3 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 65%; }

.h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px; }
  .h4 small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 75%; }
  .h4 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 75%; }

.h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px; }
  .h5 small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 75%; }
  .h5 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 75%; }

.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px; }
  .h6 small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 75%; }
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 75%; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

.small {
  font-size: 85%; }

.mark {
  padding: .2em;
  background-color: #faf2cc; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #333; }

.text-primary {
  color: #2073BA; }

a.text-primary:hover {
  color: #286090; }

a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #2073BA; }

a.bg-primary:hover {
  background-color: #286090; }

a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #c4e3f3; }

a.bg-info:hover {
  background-color: #afd9ee; }

a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #faf2cc; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #ebcccc; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ul {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul {
    margin-bottom: 0; }
  ul ol {
    margin-bottom: 0; }

ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ol ul {
    margin-bottom: 0; }
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt {
  line-height: 1.42857143;
  font-weight: bold; }

dd {
  line-height: 1.42857143;
  margin-left: 0; }

abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote ul:last-child {
    margin-bottom: 0; }
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777; }
    blockquote footer:before {
      content: '\2014 \00A0'; }
  blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777; }
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }
  .blockquote-reverse footer:before {
    content: ''; }
  .blockquote-reverse footer:after {
    content: '\00A0 \2014'; }
  .blockquote-reverse small:before {
    content: ''; }
  .blockquote-reverse small:after {
    content: '\00A0 \2014'; }
  .blockquote-reverse .small:before {
    content: ''; }
  .blockquote-reverse .small:after {
    content: '\00A0 \2014'; }

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }
  blockquote.pull-right footer:before {
    content: ''; }
  blockquote.pull-right footer:after {
    content: '\00A0 \2014'; }
  blockquote.pull-right small:before {
    content: ''; }
  blockquote.pull-right small:after {
    content: '\00A0 \2014'; }
  blockquote.pull-right .small:before {
    content: ''; }
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px; }
  .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
  .container .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .container:before {
    display: table;
    content: " "; }
  .container:after {
    display: table;
    content: " ";
    clear: both; }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid > .navbar-header {
    margin-right: -15px;
    margin-left: -15px; }
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
  .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .container-fluid:before {
    display: table;
    content: " "; }
  .container-fluid:after {
    display: table;
    content: " ";
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before {
    display: table;
    content: " "; }
  .row:after {
    display: table;
    content: " ";
    clear: both; }

.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 8.33333333%; }

.col-sm-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 16.66666667%; }

.col-sm-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 25%; }

.col-sm-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 33.33333333%; }

.col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 41.66666667%; }

.col-sm-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 50%; }

.col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 58.33333333%; }

.col-sm-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 66.66666667%; }

.col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 75%; }

.col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 83.33333333%; }

.col-sm-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 91.66666667%; }

.col-sm-11 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-11 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-11 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%; }

.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > thead > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > td.active {
    background-color: #f5f5f5; }
  .table > thead > tr > th.active {
    background-color: #f5f5f5; }
  .table > thead > tr > td.success {
    background-color: #dff0d8; }
  .table > thead > tr > th.success {
    background-color: #dff0d8; }
  .table > thead > tr > td.info {
    background-color: #c4e3f3; }
  .table > thead > tr > th.info {
    background-color: #c4e3f3; }
  .table > thead > tr > td.warning {
    background-color: #faf2cc; }
  .table > thead > tr > th.warning {
    background-color: #faf2cc; }
  .table > thead > tr > td.danger {
    background-color: #ebcccc; }
  .table > thead > tr > th.danger {
    background-color: #ebcccc; }
  .table > thead:first-child > tr:first-child > th {
    border-top: 0; }
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > thead > tr.active > td {
    background-color: #f5f5f5; }
  .table > thead > tr.active > th {
    background-color: #f5f5f5; }
  .table > thead > tr.success > td {
    background-color: #dff0d8; }
  .table > thead > tr.success > th {
    background-color: #dff0d8; }
  .table > thead > tr.info > td {
    background-color: #c4e3f3; }
  .table > thead > tr.info > th {
    background-color: #c4e3f3; }
  .table > thead > tr.warning > td {
    background-color: #faf2cc; }
  .table > thead > tr.warning > th {
    background-color: #faf2cc; }
  .table > thead > tr.danger > td {
    background-color: #ebcccc; }
  .table > thead > tr.danger > th {
    background-color: #ebcccc; }
  .table > tbody > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > tbody > tr > td.active {
    background-color: #f5f5f5; }
  .table > tbody > tr > th.active {
    background-color: #f5f5f5; }
  .table > tbody > tr > td.success {
    background-color: #dff0d8; }
  .table > tbody > tr > th.success {
    background-color: #dff0d8; }
  .table > tbody > tr > td.info {
    background-color: #c4e3f3; }
  .table > tbody > tr > th.info {
    background-color: #c4e3f3; }
  .table > tbody > tr > td.warning {
    background-color: #faf2cc; }
  .table > tbody > tr > th.warning {
    background-color: #faf2cc; }
  .table > tbody > tr > td.danger {
    background-color: #ebcccc; }
  .table > tbody > tr > th.danger {
    background-color: #ebcccc; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table > tbody > tr.active > td {
    background-color: #f5f5f5; }
  .table > tbody > tr.active > th {
    background-color: #f5f5f5; }
  .table > tbody > tr.success > td {
    background-color: #dff0d8; }
  .table > tbody > tr.success > th {
    background-color: #dff0d8; }
  .table > tbody > tr.info > td {
    background-color: #c4e3f3; }
  .table > tbody > tr.info > th {
    background-color: #c4e3f3; }
  .table > tbody > tr.warning > td {
    background-color: #faf2cc; }
  .table > tbody > tr.warning > th {
    background-color: #faf2cc; }
  .table > tbody > tr.danger > td {
    background-color: #ebcccc; }
  .table > tbody > tr.danger > th {
    background-color: #ebcccc; }
  .table > tfoot > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > tfoot > tr > td.active {
    background-color: #f5f5f5; }
  .table > tfoot > tr > th.active {
    background-color: #f5f5f5; }
  .table > tfoot > tr > td.success {
    background-color: #dff0d8; }
  .table > tfoot > tr > th.success {
    background-color: #dff0d8; }
  .table > tfoot > tr > td.info {
    background-color: #c4e3f3; }
  .table > tfoot > tr > th.info {
    background-color: #c4e3f3; }
  .table > tfoot > tr > td.warning {
    background-color: #faf2cc; }
  .table > tfoot > tr > th.warning {
    background-color: #faf2cc; }
  .table > tfoot > tr > td.danger {
    background-color: #ebcccc; }
  .table > tfoot > tr > th.danger {
    background-color: #ebcccc; }
  .table > tfoot > tr.active > td {
    background-color: #f5f5f5; }
  .table > tfoot > tr.active > th {
    background-color: #f5f5f5; }
  .table > tfoot > tr.success > td {
    background-color: #dff0d8; }
  .table > tfoot > tr.success > th {
    background-color: #dff0d8; }
  .table > tfoot > tr.info > td {
    background-color: #c4e3f3; }
  .table > tfoot > tr.info > th {
    background-color: #c4e3f3; }
  .table > tfoot > tr.warning > td {
    background-color: #faf2cc; }
  .table > tfoot > tr.warning > th {
    background-color: #faf2cc; }
  .table > tfoot > tr.danger > td {
    background-color: #ebcccc; }
  .table > tfoot > tr.danger > th {
    background-color: #ebcccc; }
  .table > caption + thead > tr:first-child > th {
    border-top: 0; }
  .table > caption + thead > tr:first-child > td {
    border-top: 0; }
  .table > colgroup + thead > tr:first-child > th {
    border-top: 0; }
  .table > colgroup + thead > tr:first-child > td {
    border-top: 0; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th {
  padding: 5px; }

.table-condensed > thead > tr > td {
  padding: 5px; }

.table-condensed > tbody > tr > th {
  padding: 5px; }

.table-condensed > tbody > tr > td {
  padding: 5px; }

.table-condensed > tfoot > tr > th {
  padding: 5px; }

.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #e7e7e7; }
  .table-bordered > thead > tr > th {
    border: 1px solid #e7e7e7;
    border-bottom-width: 2px; }
  .table-bordered > thead > tr > td {
    border: 1px solid #e7e7e7;
    border-bottom-width: 2px; }
  .table-bordered > tbody > tr > th {
    border: 1px solid #e7e7e7; }
  .table-bordered > tbody > tr > td {
    border: 1px solid #e7e7e7; }
  .table-bordered > tfoot > tr > th {
    border: 1px solid #e7e7e7; }
  .table-bordered > tfoot > tr > td {
    border: 1px solid #e7e7e7; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #e8e8e8; }
  .table-hover > tbody > tr:hover > .active {
    background-color: #e8e8e8; }
  .table-hover > tbody > tr:hover > .success {
    background-color: #dff0d8; }
  .table-hover > tbody > tr:hover > .info {
    background-color: #c4e3f3; }
  .table-hover > tbody > tr:hover > .warning {
    background-color: #faf2cc; }
  .table-hover > tbody > tr:hover > .danger {
    background-color: #ebcccc; }

.table-hover > tbody > tr > td.active:hover {
  background-color: #e8e8e8; }

.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table-hover > tbody > tr > td.success:hover {
  background-color: #dff0d8; }

.table-hover > tbody > tr > th.success:hover {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.info:hover {
  background-color: #c4e3f3; }

.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table-hover > tbody > tr > td.warning:hover {
  background-color: #faf2cc; }

.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table-hover > tbody > tr > td.danger:hover {
  background-color: #ebcccc; }

.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-hover > tbody > tr.active:hover > td {
  background-color: #e8e8e8; }

.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table-hover > tbody > tr.success:hover > td {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr.info:hover > td {
  background-color: #c4e3f3; }

.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc; }

.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc; }

.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="file"] {
  display: block; }
  input[type="file"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple] {
  height: auto; }

select[size] {
  height: auto; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .form-control:focus {
    border-color: #2073BA;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(2, 106, 223, 0.6); }
  theme-font-color .form-control::-moz-placeholder {
    color: black;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: black; }
  theme-font-color .form-control::-webkit-input-placeholder {
    color: black; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }

.form-control[disabled] {
  background-color: #e8e8e8;
  opacity: 1;
  cursor: not-allowed; }

.form-control[readonly] {
  background-color: #fff;
  opacity: 1; }

fieldset[disabled] .form-control {
  background-color: #e8e8e8;
  opacity: 1;
  cursor: not-allowed; }

fieldset[disabled] input[type="radio"] {
  cursor: not-allowed; }

fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

fieldset[disabled] .radio-inline {
  cursor: not-allowed; }

fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

fieldset[disabled] .radio label {
  cursor: not-allowed; }

fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

fieldset[disabled] a.btn {
  pointer-events: none; }

fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #cccccc; }

fieldset[disabled] .btn-default:focus {
  background-color: #fff;
  border-color: #cccccc; }

fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #cccccc; }

fieldset[disabled] .btn-primary:hover {
  background-color: 2000000da4;
  border-color: 2000000da4; }

fieldset[disabled] .btn-primary:focus {
  background-color: 2000000da4;
  border-color: 2000000da4; }

fieldset[disabled] .btn-primary.focus {
  background-color: 2000000da4;
  border-color: 2000000da4; }

fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

fieldset[disabled] .btn-success:focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

fieldset[disabled] .btn-info:hover {
  background-color: #0057AD;
  border-color: #46b8da; }

fieldset[disabled] .btn-info:focus {
  background-color: #0057AD;
  border-color: #46b8da; }

fieldset[disabled] .btn-info.focus {
  background-color: #0057AD;
  border-color: #46b8da; }

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

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

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

fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

fieldset[disabled] .btn-danger:focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none; }
  fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none; }

fieldset[disabled] .navbar-default .btn-link:hover {
  color: #cccccc; }

fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc; }

fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #555; }

fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #555; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
  .radio input[type="radio"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px; }
  .radio + .radio {
    margin-top: -5px; }

.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
  .checkbox input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px; }
  .checkbox + .checkbox {
    margin-top: -5px; }

.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px; }
  .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px; }

.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }
  .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px; }
  .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }

input[type="radio"][disabled] {
  cursor: not-allowed; }

input[type="checkbox"][disabled] {
  cursor: not-allowed; }

input[type="radio"].disabled {
  cursor: not-allowed; }

input[type="checkbox"].disabled {
  cursor: not-allowed; }

.radio-inline.disabled {
  cursor: not-allowed; }

.checkbox-inline.disabled {
  cursor: not-allowed; }

.radio.disabled label {
  cursor: not-allowed; }

.checkbox.disabled label {
  cursor: not-allowed; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg {
  padding-right: 0;
  padding-left: 0; }

.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
  .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm {
  height: auto; }

select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
  .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
  .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg {
  height: auto; }

select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
  .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }
  .has-feedback label ~ .form-control-feedback {
    top: 25px; }
  .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

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

.input-group-lg > .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.input-group-lg > .input-group-addon {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

.input-group-sm > .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.input-group-sm > .input-group-addon {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.has-success .help-block {
  color: #3c763d; }

.has-success .control-label {
  color: #3c763d; }

.has-success .radio {
  color: #3c763d; }

.has-success .checkbox {
  color: #3c763d; }

.has-success .radio-inline {
  color: #3c763d; }

.has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #333;
  background-color: #fff;
  border-color: #ddd; }

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

.has-success.radio label {
  color: #3c763d; }

.has-success.checkbox label {
  color: #3c763d; }

.has-success.radio-inline label {
  color: #3c763d; }

.has-success.checkbox-inline label {
  color: #3c763d; }

.has-warning .help-block {
  color: #8a6d3b; }

.has-warning .control-label {
  color: #8a6d3b; }

.has-warning .radio {
  color: #8a6d3b; }

.has-warning .checkbox {
  color: #8a6d3b; }

.has-warning .radio-inline {
  color: #8a6d3b; }

.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #faf2cc;
  border-color: #8a6d3b; }

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

.has-warning.radio label {
  color: #8a6d3b; }

.has-warning.checkbox label {
  color: #8a6d3b; }

.has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-error .help-block {
  color: #a94442; }

.has-error .control-label {
  color: #a94442; }

.has-error .radio {
  color: #a94442; }

.has-error .checkbox {
  color: #a94442; }

.has-error .radio-inline {
  color: #a94442; }

.has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #ebcccc;
  border-color: #a94442; }

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

.has-error.radio label {
  color: #a94442; }

.has-error.checkbox label {
  color: #a94442; }

.has-error.radio-inline label {
  color: #a94442; }

.has-error.checkbox-inline label {
  color: #a94442; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #999; }

.form-horizontal .radio {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 27px; }

.form-horizontal .checkbox {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 27px; }

.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    display: table;
    content: " ";
    clear: both; }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #333;
    text-decoration: none; }
  .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn:active:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
  .btn:active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover {
    color: #23527c;
    text-decoration: none; }
  .btn .caret {
    margin-left: 0; }
  .btn .label {
    position: relative;
    top: -1px; }
  .btn .badge {
    position: relative;
    top: -1px; }

.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.btn.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #333;
  text-decoration: none; }

.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

.btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

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

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #cccccc;
  border-color: #adadad;
  background-image: none; }
  .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #cccccc;
    border-color: #ccc; }
  .open > .dropdown-toggle.btn-default:focus {
    color: #333;
    background-color: #cccccc;
    border-color: #8c8c8c; }

.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #cccccc;
  border-color: #8c8c8c; }

.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
  background-image: none; }
  .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: 2000000da4; }
  .open > .dropdown-toggle.btn-primary:focus {
    color: #fff;
    background-color: #204d74;
    border-color: 2000000da4; }

.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: 2000000da4; }

.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
  background-image: none; }
  .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #398439; }
  .open > .dropdown-toggle.btn-success:focus {
    color: #fff;
    background-color: #398439;
    border-color: #398439; }

.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #398439; }

.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none; }
  .open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1C728D; }
  .open > .dropdown-toggle.btn-info:focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1C728D; }

.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1C728D; }

.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
  background-image: none; }
  .open > .dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .open > .dropdown-toggle.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }

.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
  background-image: none; }
  .open > .dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #ac2925; }
  .open > .dropdown-toggle.btn-danger:focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #ac2925; }

.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #ac2925; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.btn-default.active.focus {
  color: #333;
  background-color: #cccccc;
  border-color: #8c8c8c; }

.btn-default.disabled:hover {
  background-color: #fff;
  border-color: #cccccc; }

.btn-default.disabled:focus {
  background-color: #fff;
  border-color: #cccccc; }

.btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #cccccc; }

.btn-default[disabled]:focus {
  background-color: #fff;
  border-color: #cccccc; }

.btn-default.disabled.focus {
  background-color: #fff;
  border-color: #cccccc; }

.btn-default[disabled].focus {
  background-color: #fff;
  border-color: #cccccc; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: 2000000da4; }
  .btn-primary:focus {
    color: #fff;
    background-color: #134c5d;
    border-color: 2000000da4; }
  .btn-primary:hover {
    color: #fff;
    background-color: #134c5d;
    border-color: 2000000da4; }
  .btn-primary:active {
    color: #fff;
    background-color: #134c5d;
    border-color: 2000000da4;
    background-image: none; }
    .btn-primary:active:hover {
      color: #fff;
      background-color: #134c5d;
      border-color: 2000000da4; }
    .btn-primary:active:focus {
      color: #fff;
      background-color: #134c5d;
      border-color: 2000000da4; }
  .btn-primary:active.focus {
    color: #fff;
    background-color: #134c5d;
    border-color: 2000000da4; }
  .btn-primary .badge {
    color: #0057AD;
    background-color: #fff; }

.btn-primary.focus {
  color: #fff;
  background-color: 2000000da4;
  border-color: 2000000da4; }

.btn-primary.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
  background-image: none; }
  .btn-primary.active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: 2000000da4; }
  .btn-primary.active:focus {
    color: #fff;
    background-color: #204d74;
    border-color: 2000000da4; }

.btn-primary.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: 2000000da4; }

.btn-primary.disabled:hover {
  background-color: #2073BA;
  border-color: 2000000da4; }

.btn-primary.disabled:focus {
  background-color: #2073BA;
  border-color: 2000000da4; }

.btn-primary[disabled]:hover {
  background-color: #2073BA;
  border-color: 2000000da4; }

.btn-primary[disabled]:focus {
  background-color: #2073BA;
  border-color: 2000000da4; }

.btn-primary.disabled.focus {
  background-color: #2073BA;
  border-color: 2000000da4; }

.btn-primary[disabled].focus {
  background-color: #2073BA;
  border-color: 2000000da4; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:active {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
    background-image: none; }
    .btn-success:active:hover {
      color: #fff;
      background-color: #398439;
      border-color: #398439; }
    .btn-success:active:focus {
      color: #fff;
      background-color: #398439;
      border-color: #398439; }
  .btn-success:active.focus {
    color: #fff;
    background-color: #398439;
    border-color: #398439; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
  background-image: none; }
  .btn-success.active:hover {
    color: #fff;
    background-color: #398439;
    border-color: #398439; }
  .btn-success.active:focus {
    color: #fff;
    background-color: #398439;
    border-color: #398439; }

.btn-success.active.focus {
  color: #fff;
  background-color: #398439;
  border-color: #398439; }

.btn-success.disabled:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.disabled:focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success[disabled]:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success[disabled]:focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.disabled.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success[disabled].focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-info {
  color: #fff;
  background-color: #0057AD;
  border-color: "#337ab7"; }
  .btn-info:focus {
    color: #fff;
    background-color: #black;
    border-color: "#337ab7"; }
  .btn-info:hover {
    color: #fff;
    background-color: #black;
    border-color: "#337ab7"; }
  .btn-info:active {
    color: #fff;
    background-color: #black;
    border-color: "#337ab7";
    background-image: none; }
    .btn-info:active:hover {
      color: #fff;
      background-color: #black;
      border-color: "#337ab7"; }
    .btn-info:active:focus {
      color: #fff;
      background-color: #black;
      border-color: "#337ab7"; }
  .btn-info:active.focus {
    color: #fff;
    background-color: #black;
    border-color: "#337ab7"; }
  .btn-info .badge {
    color: #0057AD;
    background-color: #fff; }

.btn-info.focus {
  color: #fff;
  background-color: 2000000da4;
  border-color: #1C728D; }

.btn-info.active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none; }
  .btn-info.active:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1C728D; }
  .btn-info.active:focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1C728D; }

.btn-info.active.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1C728D; }

.btn-info.disabled:hover {
  background-color: #0057AD;
  border-color: #46b8da; }

.btn-info.disabled:focus {
  background-color: #0057AD;
  border-color: #46b8da; }

.btn-info[disabled]:hover {
  background-color: #0057AD;
  border-color: #46b8da; }

.btn-info[disabled]:focus {
  background-color: #0057AD;
  border-color: #46b8da; }

.btn-info.disabled.focus {
  background-color: #0057AD;
  border-color: #46b8da; }

.btn-info[disabled].focus {
  background-color: #0057AD;
  border-color: #46b8da; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    background-image: none; }
    .btn-warning:active:hover {
      color: #fff;
      background-color: #ec971f;
      border-color: #985f0d; }
    .btn-warning:active:focus {
      color: #fff;
      background-color: #ec971f;
      border-color: #985f0d; }
  .btn-warning:active.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning.active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
  background-image: none; }
  .btn-warning.active:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning.active:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }

.btn-warning.active.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning.disabled:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.disabled:focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning[disabled]:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning[disabled]:focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.disabled.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning[disabled].focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    background-image: none; }
    .btn-danger:active:hover {
      color: #fff;
      background-color: #ac2925;
      border-color: #ac2925; }
    .btn-danger:active:focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #ac2925; }
  .btn-danger:active.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #ac2925; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
  background-image: none; }
  .btn-danger.active:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #ac2925; }
  .btn-danger.active:focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #ac2925; }

.btn-danger.active.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #ac2925; }

.btn-danger.disabled:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.disabled:focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger[disabled]:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger[disabled]:focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.disabled.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger[disabled].focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-link {
  font-weight: normal;
  color: #2073BA;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent; }
  .btn-link:active {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent;
    color: "#23527c";
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:focus {
    border-color: transparent;
    color: "#23527c";
    text-decoration: underline;
    background-color: transparent; }

.btn-link.active {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .btn-link[disabled]:hover {
    color: #777;
    text-decoration: none; }
  .btn-link[disabled]:focus {
    color: #777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }
  .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0; }

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
  .btn-xs .badge {
    top: 0;
    padding: 1px 5px; }

.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 5px; }

input[type="submit"].btn-block {
  width: 100%; }

input[type="reset"].btn-block {
  width: 100%; }

input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup {
  position: relative; }
  .dropup .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9; }
  .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  .dropup .btn-lg .caret {
    border-width: 0 5px 5px; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e8e8e8; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover {
      color: #23527c;
      text-decoration: none;
      background-color: #eee; }
    .dropdown-menu > li > a:focus {
      color: #23527c;
      text-decoration: none;
      background-color: #eee; }
  .dropdown-menu > .active > a {
    color: #fff;
    text-decoration: none;
    background-color: #2073BA;
    outline: 0; }
    .dropdown-menu > .active > a:hover {
      color: #fff;
      text-decoration: none;
      background-color: #2073BA;
      outline: 0; }
    .dropdown-menu > .active > a:focus {
      color: #fff;
      text-decoration: none;
      background-color: #2073BA;
      outline: 0; }
  .dropdown-menu > .disabled > a {
    color: #777; }
    .dropdown-menu > .disabled > a:hover {
      color: #777;
      text-decoration: none;
      cursor: not-allowed;
      background-color: transparent;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
    .dropdown-menu > .disabled > a:focus {
      color: #777;
      text-decoration: none;
      cursor: not-allowed;
      background-color: transparent;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right {
  float: right !important; }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }

.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }
  .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9; }
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /*background-color: $primary-highlight;*/ }
  .btn-group > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover {
      z-index: 2; }
    .btn-group > .btn:focus {
      z-index: 2; }
    .btn-group > .btn:active {
      z-index: 2; }
    .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
      border-radius: 0; }
    .btn-group > .btn:first-child {
      margin-left: 0; }
      .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .btn-group > .btn:last-child:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .btn-group > .btn + .dropdown-toggle {
      padding-right: 8px;
      padding-left: 8px; }
  .btn-group > .btn.active {
    z-index: 2; }
  .btn-group .btn + .btn {
    margin-left: -1px; }
  .btn-group .btn + .btn-group {
    margin-left: -1px; }
  .btn-group .btn-group + .btn {
    margin-left: -1px; }
  .btn-group .btn-group + .btn-group {
    margin-left: -1px; }
  .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group > .btn-group {
    float: left; }
    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }
    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .btn-group .dropdown-toggle:active {
    outline: 0; }
  .btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px; }

.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .btn-group-vertical > .btn:focus {
      z-index: 2; }
    .btn-group-vertical > .btn:active {
      z-index: 2; }
    .btn-group-vertical > .btn + .btn {
      margin-top: -1px;
      margin-left: 0; }
    .btn-group-vertical > .btn + .btn-group {
      margin-top: -1px;
      margin-left: 0; }
    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
      border-radius: 0; }
    .btn-group-vertical > .btn:first-child:not(:last-child) {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .btn-group-vertical > .btn:last-child:not(:first-child) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
  .btn-group-vertical > .btn.active {
    z-index: 2; }
  .btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }
    .btn-group-vertical > .btn-group > .btn {
      display: block;
      float: none;
      width: 100%;
      max-width: 100%;
      float: none; }
    .btn-group-vertical > .btn-group + .btn {
      margin-top: -1px;
      margin-left: 0; }
    .btn-group-vertical > .btn-group + .btn-group {
      margin-top: -1px;
      margin-left: 0; }
    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .btn-group-vertical > .btn-group:before {
      display: table;
      content: " "; }
    .btn-group-vertical > .btn-group:after {
      display: table;
      content: " ";
      clear: both; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar .btn {
    float: left; }
  .btn-toolbar .btn-group {
    float: left; }
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn {
    margin-left: 5px; }
  .btn-toolbar > .btn-group {
    margin-left: 5px; }
  .btn-toolbar > .input-group {
    margin-left: 5px; }
  .btn-toolbar:before {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    display: table;
    content: " ";
    clear: both; }

.btn-group.open .dropdown-toggle {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
    .btn-group-justified > .btn-group .btn {
      width: 100%; }
    .btn-group-justified > .btn-group .dropdown-menu {
      left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

[data-toggle="buttons"] > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell; }
    .input-group .form-control:focus {
      z-index: 3; }
    .input-group .form-control:not(:first-child):not(:last-child) {
      border-radius: 0; }
    .input-group .form-control:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group .form-control:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

select.input-group-lg > .form-control {
  height: 46px;
  line-height: 46px; }

select.input-group-lg > .input-group-addon {
  height: 46px;
  line-height: 46px; }

select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control {
  height: auto; }

textarea.input-group-lg > .input-group-addon {
  height: auto; }

textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

select[multiple].input-group-lg > .form-control {
  height: auto; }

select[multiple].input-group-lg > .input-group-addon {
  height: auto; }

select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

select.input-group-sm > .form-control {
  height: 30px;
  line-height: 30px; }

select.input-group-sm > .input-group-addon {
  height: 30px;
  line-height: 30px; }

select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control {
  height: auto; }

textarea.input-group-sm > .input-group-addon {
  height: auto; }

textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

select[multiple].input-group-sm > .form-control {
  height: auto; }

select[multiple].input-group-sm > .input-group-addon {
  height: auto; }

select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #eee;
  border: 1px solid #cccccc;
  border-radius: 4px; }
  .input-group-addon:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .input-group-addon input[type="radio"] {
    margin-top: 0; }
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }
  .input-group-addon:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0; }
  .input-group-addon:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0; }

.input-group-btn {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .input-group-btn:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1px; }
    .input-group-btn:first-child > .btn:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
    .input-group-btn:first-child > .btn-group > .btn {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group-btn:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group-btn:last-child > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group-btn:last-child > .btn-group > .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover {
      z-index: 2; }
    .input-group-btn > .btn:focus {
      z-index: 2; }
    .input-group-btn > .btn:active {
      z-index: 2; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover {
        text-decoration: none;
        background-color: #eee; }
      .nav > li > a:focus {
        text-decoration: none;
        background-color: #eee; }
      .nav > li > a > img {
        max-width: none; }
  .nav > li.disabled > a {
    color: #777; }
    .nav > li.disabled > a:hover {
      color: #777;
      text-decoration: none;
      cursor: not-allowed;
      background-color: transparent; }
    .nav > li.disabled > a:focus {
      color: #777;
      text-decoration: none;
      cursor: not-allowed;
      background-color: transparent; }
  .nav .open > a {
    background-color: #fff;
    border-color: #2073BA; }
    .nav .open > a:hover {
      background-color: #eee;
      border-color: #2073BA; }
    .nav .open > a:focus {
      background-color: #eee;
      border-color: #2073BA; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e8e8e8; }
  .nav:before {
    display: table;
    content: " "; }
  .nav:after {
    display: table;
    content: " ";
    clear: both; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857143;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eee #eee #ddd; }
  .nav-tabs > li.active > a {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent; }
    .nav-tabs > li.active > a:hover {
      color: #555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }
    .nav-tabs > li.active > a:focus {
      color: #555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }
  .nav-tabs.nav-justified > li {
    float: none; }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center;
      margin-right: 0;
      border-radius: 4px; }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  .nav-tabs.nav-justified > .active > a {
    border: 1px solid #ddd; }
    .nav-tabs.nav-justified > .active > a:hover {
      border: 1px solid #ddd; }
    .nav-tabs.nav-justified > .active > a:focus {
      border: 1px solid #ddd; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
    .nav-pills > li > a > .badge {
      margin-left: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }

.nav-pills > li.active > a {
  color: #fff;
  background-color: #2073BA; }
  .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #2073BA; }
  .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #2073BA; }

.nav-pills > .active > a > .badge {
  color: #2073BA;
  background-color: #fff; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified {
  width: 100%; }
  .nav-justified > li {
    float: none; }
    .nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }

.nav-tabs-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a {
    border: 1px solid #ddd; }
    .nav-tabs-justified > .active > a:hover {
      border: 1px solid #ddd; }
    .nav-tabs-justified > .active > a:focus {
      border: 1px solid #ddd; }

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before {
    display: table;
    content: " "; }
  .navbar:after {
    display: table;
    content: " ";
    clear: both; }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse:before {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    display: table;
    content: " ";
    clear: both; }

.navbar-collapse.in {
  overflow-y: auto; }

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  border-width: 0 0 1px; }
  .navbar-fixed-top .navbar-collapse {
    max-height: 340px; }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
    .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #545454; }
    .navbar-default .navbar-brand:hover {
      color: #545454;
      background-color: transparent; }
    .navbar-default .navbar-brand:focus {
      color: #545454;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #555; }
  .navbar-default .navbar-nav > li > a {
    color: #555; }
    .navbar-default .navbar-nav > li > a:hover {
      color: #333;
      background-color: transparent; }
    .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a {
    color: #555;
    background-color: #e8e8e8; }
    .navbar-default .navbar-nav > .active > a:hover {
      color: #555;
      background-color: #e8e8e8; }
    .navbar-default .navbar-nav > .active > a:focus {
      color: #555;
      background-color: #e8e8e8; }
  .navbar-default .navbar-nav > .disabled > a {
    color: #cccccc;
    background-color: transparent; }
    .navbar-default .navbar-nav > .disabled > a:hover {
      color: #cccccc;
      background-color: transparent; }
    .navbar-default .navbar-nav > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent; }
  .navbar-default .navbar-nav > .open > a {
    color: #555;
    background-color: #e8e8e8; }
    .navbar-default .navbar-nav > .open > a:hover {
      color: #555;
      background-color: #e8e8e8; }
    .navbar-default .navbar-nav > .open > a:focus {
      color: #555;
      background-color: #e8e8e8; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover {
      background-color: #e8e8e8; }
    .navbar-default .navbar-toggle:focus {
      background-color: #e8e8e8; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse {
    border-color: #e7e7e7; }
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover {
      color: #333; }
    .navbar-default .btn-link:focus {
      color: #333; }
  .navbar-default .btn-link[disabled]:hover {
    color: #cccccc; }
  .navbar-default .btn-link[disabled]:focus {
    color: #cccccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }
  .navbar-inverse .navbar-brand {
    color: #999; }
    .navbar-inverse .navbar-brand:hover {
      color: #fff;
      background-color: transparent; }
    .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999; }
    .navbar-inverse .navbar-nav > li > a:hover {
      color: #fff;
      background-color: transparent; }
    .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a {
    color: #fff;
    background-color: #080808; }
    .navbar-inverse .navbar-nav > .active > a:hover {
      color: #fff;
      background-color: #080808; }
    .navbar-inverse .navbar-nav > .active > a:focus {
      color: #fff;
      background-color: #080808; }
  .navbar-inverse .navbar-nav > .disabled > a {
    color: #555;
    background-color: transparent; }
    .navbar-inverse .navbar-nav > .disabled > a:hover {
      color: #555;
      background-color: transparent; }
    .navbar-inverse .navbar-nav > .disabled > a:focus {
      color: #555;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a {
    color: #fff;
    background-color: #080808; }
    .navbar-inverse .navbar-nav > .open > a:hover {
      color: #fff;
      background-color: #080808; }
    .navbar-inverse .navbar-nav > .open > a:focus {
      color: #fff;
      background-color: #080808; }
  .navbar-inverse .navbar-toggle {
    border-color: #8c8c8c; }
    .navbar-inverse .navbar-toggle:hover {
      background-color: #333; }
    .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse {
    border-color: #080808; }
  .navbar-inverse .navbar-form {
    border-color: #080808; }
  .navbar-inverse .navbar-link {
    color: #999; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #999; }
    .navbar-inverse .btn-link:hover {
      color: #fff; }
    .navbar-inverse .btn-link:focus {
      color: #fff; }
  .navbar-inverse .btn-link[disabled]:hover {
    color: #555; }
  .navbar-inverse .btn-link[disabled]:focus {
    color: #555; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #cccccc;
      content: "/\00a0"; }
  .breadcrumb > .active {
    color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857143;
      color: #333;
      text-decoration: none;
      background-color: #eee;
      border: 1px solid #ddd; }
      .pagination > li > a:hover {
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd; }
      .pagination > li > a:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd; }
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857143;
      color: #2073BA;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > span:hover {
        z-index: 2;
        color: "#23527c";
        background-color: #e8e8e8;
        border-color: #ddd; }
      .pagination > li > span:focus {
        z-index: 2;
        color: "#23527c";
        background-color: #e8e8e8;
        border-color: #ddd; }
    .pagination > li:first-child > a {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2073BA;
    border-color: #2073BA !important; }
    .pagination > .active > a:hover {
      z-index: 3;
      color: #fff;
      cursor: default;
      background-color: #2073BA;
      border-color: #2073BA; }
    .pagination > .active > a:focus {
      z-index: 3;
      color: #fff;
      cursor: default;
      background-color: #2073BA;
      border-color: #2073BA; }
  .pagination > .active > span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2073BA;
    border-color: #2073BA; }
    .pagination > .active > span:hover {
      z-index: 3;
      color: #fff;
      cursor: default;
      background-color: #2073BA;
      border-color: #2073BA; }
    .pagination > .active > span:focus {
      z-index: 3;
      color: #fff;
      cursor: default;
      background-color: #2073BA;
      border-color: #2073BA; }
  .pagination > .disabled > span {
    color: #333;
    cursor: not-allowed;
    background-color: #eee;
    border-color: #ddd; }
    .pagination > .disabled > span:hover {
      color: #23527c;
      cursor: not-allowed;
      background-color: #eee;
      border-color: #ddd; }
    .pagination > .disabled > span:focus {
      color: #23527c;
      cursor: not-allowed;
      background-color: #eee;
      border-color: #ddd; }
  .pagination > .disabled > a {
    color: #333;
    cursor: not-allowed;
    background-color: #eee;
    border-color: #ddd; }
    .pagination > .disabled > a:hover {
      color: #23527c;
      cursor: not-allowed;
      background-color: #eee;
      border-color: #ddd; }
    .pagination > .disabled > a:focus {
      color: #23527c;
      cursor: not-allowed;
      background-color: #eee;
      border-color: #ddd; }

.pagination-lg > li > a {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager li {
    display: inline; }
    .pager li > a {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
      .pager li > a:hover {
        text-decoration: none;
        background-color: #e8e8e8; }
      .pager li > a:focus {
        text-decoration: none;
        background-color: #e8e8e8; }
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
  .pager .next > a {
    float: right; }
  .pager .next > span {
    float: right; }
  .pager .previous > a {
    float: left; }
  .pager .previous > span {
    float: left; }
  .pager .disabled > a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff; }
    .pager .disabled > a:hover {
      color: #777;
      cursor: not-allowed;
      background-color: #fff; }
    .pager .disabled > a:focus {
      color: #777;
      cursor: not-allowed;
      background-color: #fff; }
  .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff; }
  .pager:before {
    display: table;
    content: " "; }
  .pager:after {
    display: table;
    content: " ";
    clear: both; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }

a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777; }

.label-default[href]:hover {
  background-color: #5e5e5e; }

.label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #2073BA; }

.label-primary[href]:hover {
  background-color: #286090; }

.label-primary[href]:focus {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover {
  background-color: #449d44; }

.label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #0057AD; }

.label-info[href]:hover {
  background-color: #31b0d5; }

.label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover {
  background-color: #ec971f; }

.label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover {
  background-color: #c9302c; }

.label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }

a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2073BA;
  border-color: #2073BA; }
  .list-group-item.active > .badge {
    color: #2073BA;
    background-color: #fff; }
  .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #2073BA;
    border-color: #2073BA; }
    .list-group-item.active:hover .list-group-item-heading {
      color: inherit; }
      .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit; }
      .list-group-item.active:hover .list-group-item-heading > .small {
        color: inherit; }
    .list-group-item.active:hover .list-group-item-text {
      color: #c7ddef; }
  .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #2073BA;
    border-color: #2073BA; }
    .list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
      .list-group-item.active:focus .list-group-item-heading > small {
        color: inherit; }
      .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit; }
    .list-group-item.active:focus .list-group-item-text {
      color: #c7ddef; }
  .list-group-item.active .list-group-item-heading {
    color: inherit; }
    .list-group-item.active .list-group-item-heading > small {
      color: inherit; }
    .list-group-item.active .list-group-item-heading > .small {
      color: inherit; }
  .list-group-item.active .list-group-item-text {
    color: #c7ddef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item > .badge {
    float: right; }
    .list-group-item > .badge + .badge {
      margin-right: 5px; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #e8e8e8; }
  .jumbotron h1 {
    color: inherit; }
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #ddd; }
  .jumbotron .container {
    max-width: 100%; }

a.thumbnail:hover {
  border-color: #2073BA; }

a.thumbnail:focus {
  border-color: #2073BA; }

a.thumbnail.active {
  border-color: #2073BA; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p {
    margin-bottom: 0; }
    .alert > p + p {
      margin-top: 5px; }
  .alert > ul {
    margin-bottom: 0; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #c4e3f3;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #bce8f1; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #faf2cc;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #ebcccc;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #ebccd1; }
  .alert-danger .alert-link {
    color: #843534; }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #2073BA;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-bar-info {
  background-color: #0057AD; }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-bar-danger {
  background-color: #d9534f; }

.media {
  margin-top: 15px;
  overflow: hidden;
  zoom: 1; }
  .media:first-child {
    margin-top: 0; }
  .media > .pull-right {
    padding-left: 10px; }
  .media > .pull-left {
    padding-right: 10px; }

.media-body {
  overflow: hidden;
  zoom: 1;
  width: 10000px;
  display: table-cell;
  vertical-align: top; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right {
  padding-left: 10px;
  display: table-cell;
  vertical-align: top; }

.media-left {
  padding-right: 10px;
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }
  .list-group + .panel-footer {
    border-top-width: 0; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #555; }
  a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #c4e3f3;
    border: 1px solid gray; }
  a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #c4e3f3;
    border: 1px solid gray; }

button.list-group-item {
  color: #555;
  width: 100%;
  text-align: left; }
  button.list-group-item .list-group-item-heading {
    color: #333; }
  button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border: 1px solid gray; }
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border: 1px solid gray; }

.list-group-item.disabled {
  color: #777;
  cursor: not-allowed;
  background-color: #e8e8e8; }
  .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #e8e8e8; }
    .list-group-item.disabled:hover .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled:hover .list-group-item-text {
      color: #777; }
  .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #e8e8e8; }
    .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled:focus .list-group-item-text {
      color: #777; }
  .list-group-item.disabled .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text {
    color: #777; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #dff0d8; }
  a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #dff0d8; }

button.list-group-item-success {
  color: #3c763d; }
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #dff0d8; }
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #dff0d8; }

a.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }
  a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }
  a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }

button.list-group-item-info {
  color: #31708f; }
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }

a.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }
  a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }
  a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }

button.list-group-item-warning {
  color: #8a6d3b; }
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }

a.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }
  a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }
  a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }

button.list-group-item-danger {
  color: #a94442; }
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }

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

button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .panel > .list-group {
    margin-bottom: 0; }
    .panel > .list-group .list-group-item {
      border-width: 1px 0;
      border-radius: 0; }
    .panel > .list-group:first-child .list-group-item:first-child {
      border-top: 0;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .panel > .list-group:last-child .list-group-item:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
  .panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
    .panel > .panel-collapse > .list-group .list-group-item {
      border-width: 1px 0;
      border-radius: 0; }
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
      border-top: 0;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
      border-bottom: 0;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
  .panel > .panel-collapse > .table {
    margin-bottom: 0; }
    .panel > .panel-collapse > .table caption {
      padding-right: 15px;
      padding-left: 15px; }
  .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .panel > .table {
    margin-bottom: 0; }
    .panel > .table caption {
      padding-right: 15px;
      padding-left: 15px; }
    .panel > .table:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      .panel > .table:first-child > thead:first-child > tr:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
        .panel > .table:first-child > thead:first-child > tr:first-child td:first-child {
          border-top-left-radius: 3px; }
        .panel > .table:first-child > thead:first-child > tr:first-child td:last-child {
          border-top-right-radius: 3px; }
        .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
          border-top-left-radius: 3px; }
        .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
          border-top-right-radius: 3px; }
      .panel > .table:first-child > tbody:first-child > tr:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
        .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child {
          border-top-left-radius: 3px; }
        .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child {
          border-top-right-radius: 3px; }
        .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child {
          border-top-left-radius: 3px; }
        .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child {
          border-top-right-radius: 3px; }
    .panel > .table:last-child {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
      .panel > .table:last-child > tbody:last-child > tr:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px; }
        .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child {
          border-bottom-left-radius: 3px; }
        .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child {
          border-bottom-right-radius: 3px; }
        .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child {
          border-bottom-left-radius: 3px; }
        .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child {
          border-bottom-right-radius: 3px; }
      .panel > .table:last-child > tfoot:last-child > tr:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px; }
        .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child {
          border-bottom-left-radius: 3px; }
        .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child {
          border-bottom-right-radius: 3px; }
        .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
          border-bottom-left-radius: 3px; }
        .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
          border-bottom-right-radius: 3px; }
    .panel > .table + .panel-body {
      border-top: 1px solid #ddd; }
    .panel > .table > tbody:first-child > tr:first-child th {
      border-top: 0; }
    .panel > .table > tbody:first-child > tr:first-child td {
      border-top: 0; }
  .panel > .table-responsive {
    margin-bottom: 0;
    border: 0; }
    .panel > .table-responsive > .table {
      margin-bottom: 0; }
      .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px; }
    .panel > .table-responsive:first-child > .table:first-child {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child {
          border-top-left-radius: 3px; }
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child {
          border-top-right-radius: 3px; }
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child {
          border-top-left-radius: 3px; }
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child {
          border-top-right-radius: 3px; }
      .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child {
          border-top-left-radius: 3px; }
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child {
          border-top-right-radius: 3px; }
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
          border-top-left-radius: 3px; }
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
          border-top-right-radius: 3px; }
    .panel > .table-responsive:last-child > .table:last-child {
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
      .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px; }
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child {
          border-bottom-left-radius: 3px; }
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child {
          border-bottom-right-radius: 3px; }
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child {
          border-bottom-left-radius: 3px; }
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child {
          border-bottom-right-radius: 3px; }
      .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px; }
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child {
          border-bottom-left-radius: 3px; }
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child {
          border-bottom-right-radius: 3px; }
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
          border-bottom-left-radius: 3px; }
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
          border-bottom-right-radius: 3px; }
    .panel > .table-responsive + .panel-body {
      border-top: 1px solid #ddd; }
    .panel > .table-responsive > .table-bordered {
      border: 0; }
      .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0; }
      .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0; }
      .panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
        border-left: 0; }
      .panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
        border-right: 0; }
      .panel > .table-responsive > .table-bordered > thead > tr:first-child > td {
        border-bottom: 0; }
      .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0; }
      .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child {
        border-left: 0; }
      .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child {
        border-right: 0; }
      .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child {
        border-left: 0; }
      .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child {
        border-right: 0; }
      .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td {
        border-bottom: 0; }
      .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0; }
      .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td {
        border-bottom: 0; }
      .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th {
        border-bottom: 0; }
      .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child {
        border-left: 0; }
      .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child {
        border-right: 0; }
      .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; }
      .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0; }
  .panel > .panel-body + .table {
    border-top: 1px solid #ddd; }
  .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd; }
  .panel > .table-bordered {
    border: 0; }
    .panel > .table-bordered > thead > tr > th:first-child {
      border-left: 0; }
    .panel > .table-bordered > thead > tr > th:last-child {
      border-right: 0; }
    .panel > .table-bordered > thead > tr > td:first-child {
      border-left: 0; }
    .panel > .table-bordered > thead > tr > td:last-child {
      border-right: 0; }
    .panel > .table-bordered > thead > tr:first-child > td {
      border-bottom: 0; }
    .panel > .table-bordered > thead > tr:first-child > th {
      border-bottom: 0; }
    .panel > .table-bordered > tbody > tr > th:first-child {
      border-left: 0; }
    .panel > .table-bordered > tbody > tr > th:last-child {
      border-right: 0; }
    .panel > .table-bordered > tbody > tr > td:first-child {
      border-left: 0; }
    .panel > .table-bordered > tbody > tr > td:last-child {
      border-right: 0; }
    .panel > .table-bordered > tbody > tr:first-child > td {
      border-bottom: 0; }
    .panel > .table-bordered > tbody > tr:first-child > th {
      border-bottom: 0; }
    .panel > .table-bordered > tbody > tr:last-child > td {
      border-bottom: 0; }
    .panel > .table-bordered > tbody > tr:last-child > th {
      border-bottom: 0; }
    .panel > .table-bordered > tfoot > tr > th:first-child {
      border-left: 0; }
    .panel > .table-bordered > tfoot > tr > th:last-child {
      border-right: 0; }
    .panel > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0; }
    .panel > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0; }
    .panel > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0; }
    .panel > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0; }

.panel-body {
  padding: 15px; }
  .panel-body:before {
    display: table;
    content: " "; }
  .panel-body:after {
    display: table;
    content: " ";
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }
  .panel-title > small {
    color: inherit; }
    .panel-title > small > a {
      color: inherit; }
  .panel-title > .small {
    color: inherit; }
    .panel-title > .small > a {
      color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid #ddd; }
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #2073BA; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #2073BA;
    border-color: #2073BA; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #2073BA; }
    .panel-primary > .panel-heading .badge {
      color: #2073BA;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #2073BA; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #c4e3f3;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #c4e3f3;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #faf2cc;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #faf2cc;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #ebcccc;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #ebcccc;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .embed-responsive embed {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well2 {
  background-color: #f8f8f8; }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .5; }
  .close:hover {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .75; }
  .close:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .75; }

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

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: ffffff; }
  .modal-header .close {
    margin-top: -2px;
    color: #000;
    opacity: .5; }
  .modal-header:before {
    display: table;
    content: " "; }
  .modal-header:after {
    display: table;
    content: " ";
    clear: both; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px;
  background-color: #ffffff; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background-color: ffffff !important; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }
  .modal-footer:before {
    display: table;
    content: " "; }
  .modal-footer:after {
    display: table;
    content: " ";
    clear: both; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }
  .popover > .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px; }
    .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      content: "";
      border-width: 10px; }

.popover.top {
  margin-top: -10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }

.popover.right {
  margin-left: 10px; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }

.popover.bottom {
  margin-top: 10px; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }

.popover.left {
  margin-left: -10px; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

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

.carousel {
  position: relative; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5; }
  .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9; }
  .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
    .carousel-control .icon-prev:before {
      content: '\2039'; }
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    right: 50%;
    margin-right: -10px;
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
    .carousel-control .icon-next:before {
      content: '\203a'; }
  .carousel-control .glyphicon-chevron-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    right: 50%;
    margin-right: -10px; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9 ;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

.clearfix:before {
  display: table;
  content: " "; }

.clearfix:after {
  display: table;
  content: " ";
  clear: both; }

.dl-horizontal dd:before {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  display: table;
  content: " ";
  clear: both; }

.navbar-header:before {
  display: table;
  content: " "; }

.navbar-header:after {
  display: table;
  content: " ";
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block {
  display: none !important; }

.visible-xs-inline {
  display: none !important; }

.visible-xs-inline-block {
  display: none !important; }

.visible-sm-block {
  display: none !important; }

.visible-sm-inline {
  display: none !important; }

.visible-sm-inline-block {
  display: none !important; }

.visible-md-block {
  display: none !important; }

.visible-md-inline {
  display: none !important; }

.visible-md-inline-block {
  display: none !important; }

.visible-lg-block {
  display: none !important; }

.visible-lg-inline {
  display: none !important; }

.visible-lg-inline-block {
  display: none !important; }

.visible-print {
  display: none !important; }

.visible-print-block {
  display: none !important; }

.visible-print-inline {
  display: none !important; }

.visible-print-inline-block {
  display: none !important; }

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    *:before {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    *:after {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after {
    content: ""; }
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    max-width: 100% !important; }
  p {
    orphans: 3;
    widows: 3; }
  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret {
    border-top-color: #000 !important; }
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td {
      background-color: #fff !important; }
    .table th {
      background-color: #fff !important; }
  .table-bordered th {
    border: 1px solid #ddd !important; }
  .table-bordered td {
    border: 1px solid #ddd !important; }
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print {
    display: table-cell !important; }
  td.visible-print {
    display: table-cell !important; }
  .visible-print-block {
    display: block !important; }
  .visible-print-inline {
    display: inline !important; }
  .visible-print-inline-block {
    display: inline-block !important; }
  .hidden-print {
    display: none !important; } }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
  .container {
    width: 750px; }
    .container > .navbar-header {
      margin-right: 0;
      margin-left: 0; }
    .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; }
  .col-sm-1 {
    float: left;
    width: 8.33333333%; }
  .col-sm-2 {
    float: left;
    width: 16.66666667%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-4 {
    float: left;
    width: 33.33333333%; }
  .col-sm-5 {
    float: left;
    width: 41.66666667%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-7 {
    float: left;
    width: 58.33333333%; }
  .col-sm-8 {
    float: left;
    width: 66.66666667%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-10 {
    float: left;
    width: 83.33333333%; }
  .col-sm-11 {
    float: left;
    width: 91.66666667%; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon {
      width: auto; }
    .form-inline .input-group .input-group-btn {
      width: auto; }
    .form-inline .input-group .form-control {
      width: auto; }
    .form-inline .input-group > .form-control {
      width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label {
      padding-left: 0; }
    .form-inline .radio input[type="radio"] {
      position: relative;
      margin-left: 0; }
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .checkbox label {
      padding-left: 0; }
    .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right .dropdown-menu {
      right: 0;
      left: auto; }
    .navbar-right .dropdown-menu-left {
      right: auto;
      left: 0; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; }
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
    .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff; }
    .nav-tabs.nav-justified > .active > a:hover {
      border-bottom-color: #fff; }
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; }
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
    .nav-justified > li > a {
      margin-bottom: 0; }
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a {
    border-bottom-color: #fff; }
    .nav-tabs-justified > .active > a:hover {
      border-bottom-color: #fff; }
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff; }
  .navbar {
    border-radius: 4px; }
    .navbar > .container .navbar-brand {
      margin-left: -15px; }
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; }
  .navbar-header {
    float: left; }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top {
    border-radius: 0; }
    .navbar-fixed-top .navbar-collapse {
      padding-right: 0;
      padding-left: 0; }
  .navbar-static-top {
    border-radius: 0; }
    .navbar-static-top .navbar-collapse {
      padding-right: 0;
      padding-left: 0; }
  .navbar-fixed-bottom {
    border-radius: 0; }
    .navbar-fixed-bottom .navbar-collapse {
      padding-right: 0;
      padding-left: 0; }
  .container-fluid > .navbar-header {
    margin-right: 0;
    margin-left: 0; }
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; }
  .navbar-toggle {
    display: none; }
  .navbar-nav {
    float: left;
    margin: 0; }
    .navbar-nav > li {
      float: left; }
      .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px; }
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon {
        width: auto; }
      .navbar-form .input-group .input-group-btn {
        width: auto; }
      .navbar-form .input-group .form-control {
        width: auto; }
      .navbar-form .input-group > .form-control {
        width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label {
        padding-left: 0; }
      .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0; }
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .checkbox label {
        padding-left: 0; }
      .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; }
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; }
  .navbar-left {
    float: left !important; }
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; }
  .col-md-1 {
    float: left;
    width: 8.33333333%; }
  .col-md-2 {
    float: left;
    width: 16.66666667%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-4 {
    float: left;
    width: 33.33333333%; }
  .col-md-5 {
    float: left;
    width: 41.66666667%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-7 {
    float: left;
    width: 58.33333333%; }
  .col-md-8 {
    float: left;
    width: 66.66666667%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-10 {
    float: left;
    width: 83.33333333%; }
  .col-md-11 {
    float: left;
    width: 91.66666667%; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .modal-lg {
    width: 900px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; }
  .col-lg-1 {
    float: left;
    width: 8.33333333%; }
  .col-lg-2 {
    float: left;
    width: 16.66666667%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-4 {
    float: left;
    width: 33.33333333%; }
  .col-lg-5 {
    float: left;
    width: 41.66666667%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-7 {
    float: left;
    width: 58.33333333%; }
  .col-lg-8 {
    float: left;
    width: 66.66666667%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-10 {
    float: left;
    width: 83.33333333%; }
  .col-lg-11 {
    float: left;
    width: 91.66666667%; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg {
    display: table-cell !important; }
  td.visible-lg {
    display: table-cell !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; }
  .hidden-lg {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th {
        white-space: nowrap; }
      .table-responsive > .table > thead > tr > td {
        white-space: nowrap; }
      .table-responsive > .table > tbody > tr > th {
        white-space: nowrap; }
      .table-responsive > .table > tbody > tr > td {
        white-space: nowrap; }
      .table-responsive > .table > tfoot > tr > th {
        white-space: nowrap; }
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > thead > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr > th:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > tbody > tr > th:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > tbody > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th {
        border-bottom: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > td {
        border-bottom: 0; }
      .table-responsive > .table-bordered > tfoot > tr > th:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > tfoot > tr > th:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0; }
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control {
    line-height: 34px; }
  input[type="time"].form-control {
    line-height: 34px; }
  input[type="datetime-local"].form-control {
    line-height: 34px; }
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm {
    line-height: 30px; }
  input[type="time"].input-sm {
    line-height: 30px; }
  input[type="datetime-local"].input-sm {
    line-height: 30px; }
  input[type="month"].input-sm {
    line-height: 30px; }
  .input-group-sm input[type="date"] {
    line-height: 30px; }
  .input-group-sm input[type="time"] {
    line-height: 30px; }
  .input-group-sm input[type="datetime-local"] {
    line-height: 30px; }
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg {
    line-height: 46px; }
  input[type="time"].input-lg {
    line-height: 46px; }
  input[type="datetime-local"].input-lg {
    line-height: 46px; }
  input[type="month"].input-lg {
    line-height: 46px; }
  .input-group-lg input[type="date"] {
    line-height: 46px; }
  .input-group-lg input[type="time"] {
    line-height: 46px; }
  .input-group-lg input[type="datetime-local"] {
    line-height: 46px; }
  .input-group-lg input[type="month"] {
    line-height: 46px; } }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px; }
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a {
      padding: 5px 15px 5px 25px;
      line-height: 20px; }
      .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none; }
      .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; }
    .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
  .navbar-form .form-group {
    margin-bottom: 5px; }
    .navbar-form .form-group:last-child {
      margin-bottom: 0; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #333;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #555;
    background-color: #e8e8e8; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: #555;
      background-color: #e8e8e8; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e8e8e8; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #cccccc;
    background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
      color: #cccccc;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #fff;
      background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    color: #fff;
    background-color: #080808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: #fff;
      background-color: #080808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #555;
    background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
      color: #555;
      background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #555;
      background-color: transparent; }
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs {
    display: table-cell !important; }
  td.visible-xs {
    display: table-cell !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; }
  .hidden-xs {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
    .jumbotron h1 {
      font-size: 63px; }
    .jumbotron .h1 {
      font-size: 63px; }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .carousel-control .glyphicon-chevron-left {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    margin-right: -10px; }
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    margin-left: -10px; }
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

@media all and (transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.next.left {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.next.left {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm {
    display: table-cell !important; }
  td.visible-sm {
    display: table-cell !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; }
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md {
    display: table-cell !important; }
  td.visible-md {
    display: table-cell !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; }
  .hidden-md {
    display: none !important; } }

.k-rtl .k-button-group .k-button:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.k-rtl .k-button-group .k-group-end {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.k-rtl .k-button-group .k-button:first-child:last-child {
  border-radius: 4px; }

.k-rtl .k-button-group .k-group-start.k-group-end {
  border-radius: 4px; }

.k-rtl .k-split-button .k-button {
  border-radius: 0; }
  .k-rtl .k-split-button .k-button:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .k-rtl .k-split-button .k-button:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }

.k-rtl .k-task-offset-wrap .k-task-summary-complete:after {
  border-right-color: inherit; }

.k-rtl .k-task-offset-wrap .k-task-summary-complete:before {
  border-left-color: transparent; }

.k-rtl .k-task-offset-wrap .k-task-summary:after {
  border-right-color: inherit; }

.k-rtl .k-task-offset-wrap .k-task-summary:before {
  border-left-color: transparent; }

.k-rtl .k-summary-wrap .k-task-offset:before {
  border-color: transparent;
  border-left-color: #db4240; }

.k-rtl .k-summary-wrap .k-task-offset:after {
  border-right-color: transparent; }

.k-rtl .k-dropdown-wrap .k-input {
  border-radius: 0 3px 3px 0; }

.k-rtl .k-dropdown-wrap .k-select {
  border-radius: 4px 0 0 4px; }

.k-rtl .k-numeric-wrap .k-input {
  border-radius: 0 3px 3px 0; }

.k-rtl .k-numeric-wrap .k-select {
  border-radius: 4px 0 0 4px; }

.k-rtl .k-picker-wrap .k-input {
  border-radius: 0 3px 3px 0; }

.k-rtl .k-picker-wrap .k-select {
  border-radius: 4px 0 0 4px; }

.k-rtl .k-colorpicker .k-selected-color {
  border-radius: 0 3px 3px 0; }

.k-rtl .k-datetimepicker .k-select + .k-select {
  border-radius: 4px 0 0 4px; }

.k-rtl .k-datetimepicker .k-picker-wrap .k-icon.k-i-warning {
  margin-right: 0;
  margin-left: 4.3em; }

.k-rtl .k-list-container.k-state-border-right {
  border-radius: 4px 0 0 4px; }

.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after {
  border-color: #f35800 transparent transparent #f35800; }

.k-rtl .k-spreadsheet .k-dirty {
  border-color: #db4240 #db4240 transparent transparent; }

.k-rtl .k-numeric-wrap.k-state-invalid .k-i-warning {
  right: auto;
  left: 1.9em; }

.k-rtl .k-dateinput .k-i-warning {
  margin-right: 0;
  margin-left: .6em; }

.k-rtl .k-datepicker .k-picker-wrap .k-i-warning {
  margin-right: 0;
  margin-left: 2.1em; }

.k-rtl .k-timepicker .k-picker-wrap .k-i-warning {
  margin-right: 0;
  margin-left: 2.1em; }

.k-avatar-icon {
  color: #fff;
  background-color: #f35800; }

.k-avatar-initials {
  color: #fff;
  background-color: #f35800; }

.k-card {
  border-color: #d5d5d5;
  color: #fff !important;
  background-color: #fff; }
  .k-card .k-card-callout {
    border-color: #d5d5d5;
    background-color: #fff; }
  .k-card .k-card-actions {
    border-color: #d5d5d5; }

.k-card-header {
  border-color: #d5d5d5;
  color: #313131;
  background-color: #efefef; }

.k-card-footer {
  border-color: #d5d5d5;
  color: #313131;
  background-color: #efefef; }

.k-card-separator {
  border-color: #d5d5d5; }

.k-card.k-card-primary {
  border-color: #f9ac80;
  color: #7a2c00;
  background-color: #fbcdb3; }

.k-card.k-state-primary {
  border-color: #f9ac80;
  color: #7a2c00;
  background-color: #fbcdb3; }

.k-card.k-card-info {
  border-color: #80b3e6;
  color: #036;
  background-color: #b3d1f0; }

.k-card.k-state-info {
  border-color: #80b3e6;
  color: #036;
  background-color: #b3d1f0; }

.k-card.k-card-success {
  border-color: #9bda80;
  color: #1c5a00;
  background-color: #c3e9b3; }

.k-card.k-state-success {
  border-color: #9bda80;
  color: #1c5a00;
  background-color: #c3e9b3; }

.k-card.k-card-warning {
  border-color: #ffe080;
  color: #806000;
  background-color: #ffecb3; }

.k-card.k-state-warning {
  border-color: #ffe080;
  color: #806000;
  background-color: #ffecb3; }

.k-card.k-card-error {
  border-color: #eda1a0;
  color: #6e2120;
  background-color: #f4c6c6; }

.k-card.k-state-error {
  border-color: #eda1a0;
  color: #6e2120;
  background-color: #f4c6c6; }

.k-tilelayout {
  background-color: #f5f5f5; }

.k-widget.k-tilelayout {
  background-color: #f5f5f5; }

.k-layout-item-hint {
  border-color: #d5d5d5;
  background-color: rgba(255, 255, 255, 0.2); }

.k-chat {
  border-color: #d5d5d5;
  color: #fff !important;
  background-color: #fff; }
  .k-chat .k-timestamp {
    text-transform: uppercase;
    opacity: .7; }
  .k-chat .k-author {
    font-weight: 700; }
  .k-chat .k-bubble {
    border-color: #e9e9e9;
    color: #fff !important;
    background-color: #e9e9e9;
    transition: box-shadow .2s ease-in-out;
    -ms-flex-order: -1;
    order: -1; }
  .k-chat .k-alt .k-bubble {
    border-color: #f35800;
    color: #fff;
    background-color: #f35800; }
  .k-chat .k-quick-reply {
    border-color: #f35800;
    color: #f35800;
    background-color: transparent; }
    .k-chat .k-quick-reply:hover {
      border-color: #f35800;
      color: #fff;
      background-color: #f35800; }
  .k-chat .k-message-box {
    border-color: inherit;
    color: #fff !important;
    background-color: #fff; }
    .k-chat .k-message-box .k-button:hover {
      color: #f35800; }
  .k-chat .k-toolbar-box {
    border-color: inherit;
    color: #fff !important;
    background-color: #efefef; }
    .k-chat .k-toolbar-box .k-button:hover {
      color: #f35800;
      background: 0 0; }
    .k-chat .k-toolbar-box .k-scroll-button {
      background-color: #fff;
      box-shadow: 0 0 20px 5px #fff; }
      .k-chat .k-toolbar-box .k-scroll-button:hover {
        background-color: #fff; }

.k-calendar {
  border-color: #d5d5d5;
  color: #fff !important;
  background-color: #fff; }
  .k-calendar > .k-header {
    border-color: #d5d5d5;
    color: #313131;
    background-color: #efefef;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%); }
  .k-calendar th {
    border-color: #d5d5d5;
    color: #fff !important;
    background-color: #f5f5f5; }
  .k-calendar .k-alt {
    border-color: #d5d5d5;
    color: #fff !important;
    background-color: #f5f5f5; }
  .k-calendar .k-weekend {
    background-color: transparent; }
  .k-calendar .k-other-month {
    color: #c3c3c3;
    background-color: transparent; }
  .k-calendar .k-out-of-range {
    pointer-events: none;
    visibility: hidden; }
  .k-calendar .k-today .k-link {
    color: #f35800;
    box-shadow: inset 0 0 0 1px #f35800; }
  .k-calendar td.k-state-hover .k-link {
    border-color: #b6b6b6;
    color: #fff !important;
    background-color: #a99f9a;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%); }
  .k-calendar td.k-state-selected .k-link {
    border-color: #f85a00;
    color: #fff;
    background-color: #f35800;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 100%); }
  .k-calendar td.k-state-focused .k-link {
    box-shadow: inset 0 0 2px 1px #f35800; }
  .k-calendar .k-calendar-header .k-today {
    color: #f35800; }
    .k-calendar .k-calendar-header .k-today:focus {
      color: #df5100; }
    .k-calendar .k-calendar-header .k-today:hover {
      color: #df5100; }
  .k-calendar .k-footer .k-nav-today {
    color: #f35800; }
    .k-calendar .k-footer .k-nav-today:focus {
      color: #df5100; }
    .k-calendar .k-footer .k-nav-today:hover {
      color: #df5100; }

.k-calendar-range {
  border-color: #d5d5d5;
  color: #fff !important;
  background-color: #fff; }
  .k-calendar-range th {
    color: inherit;
    background-color: transparent;
    text-transform: uppercase; }
  .k-calendar-range td.k-state-hover .k-link {
    border-color: #b6b6b6;
    color: #fff !important;
    background-color: #a99f9a; }
  .k-calendar-range td.k-state-selected .k-link {
    border-color: #f85a00;
    color: #fff;
    background-color: #f35800; }
  .k-calendar-range td.k-state-focused .k-link {
    box-shadow: inset 0 0 2px 1px #f35800; }
  .k-calendar-range td.k-range-end {
    background-image: linear-gradient(transparent 1px, rgba(243, 88, 0, 0.3) 1px, rgba(243, 88, 0, 0.3) calc(100% - 1px), transparent calc(100% - 1px)); }
  .k-calendar-range td.k-range-mid {
    background-image: linear-gradient(transparent 1px, rgba(243, 88, 0, 0.3) 1px, rgba(243, 88, 0, 0.3) calc(100% - 1px), transparent calc(100% - 1px)); }
  .k-calendar-range td.k-range-start {
    background-image: linear-gradient(transparent 1px, rgba(243, 88, 0, 0.3) 1px, rgba(243, 88, 0, 0.3) calc(100% - 1px), transparent calc(100% - 1px)); }
  .k-calendar-range td.k-range-split-start::after {
    background-image: linear-gradient(to left, rgba(243, 88, 0, 0.3), transparent); }
  .k-calendar-range td.k-range-split-end::after {
    background-image: linear-gradient(to right, rgba(243, 88, 0, 0.3), transparent); }
  .k-calendar-range .k-footer .k-nav-today {
    color: #f35800;
    background: 0 0; }

.k-edge .k-calendar-range td.k-range-end {
  background-image: none;
  background-color: rgba(243, 88, 0, 0.3); }

.k-edge .k-calendar-range td.k-range-mid {
  background-image: none;
  background-color: rgba(243, 88, 0, 0.3); }

.k-edge .k-calendar-range td.k-range-start {
  background-image: none;
  background-color: rgba(243, 88, 0, 0.3); }

.k-ie .k-calendar-range td.k-range-end {
  background-image: none;
  background-color: rgba(243, 88, 0, 0.3); }

.k-ie .k-calendar-range td.k-range-mid {
  background-image: none;
  background-color: rgba(243, 88, 0, 0.3); }

.k-ie .k-calendar-range td.k-range-start {
  background-image: none;
  background-color: rgba(243, 88, 0, 0.3); }

.k-ie .k-textarea:-ms-input-placeholder {
  color: rgba(46, 46, 46, 0.5);
  color: rgba(46, 46, 46, 0.5); }

.k-pdf-viewer .k-toolbar .k-icon {
  color: #fff !important; }

.k-pdf-viewer .k-toolbar .k-pager-input {
  color: #fff !important; }

.k-pdf-viewer .k-canvas {
  background-color: #fff; }

.k-pdf-viewer .k-page {
  border-color: #d5d5d5;
  color: #fff !important;
  background-color: #fff;
  box-shadow: 0 0 15px #d5d5d5; }

.k-pdf-viewer .k-search-highlight {
  background-color: #4d4d4d; }

.k-scrollview-nav > li.k-link {
  border-color: #bbb;
  background-color: #e9e9e9;
  background-clip: padding-box; }

.k-scrollview-nav > li.k-link.k-primary {
  border-color: #d5570f;
  background-color: #f35800; }

.k-scrollview-elements {
  color: #fff; }

.k-scrollview-next {
  color: inherit;
  background: rgba(0, 0, 0, 0);
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  opacity: .7;
  outline-width: 0;
  -webkit-tap-highlight-color: transparent; }
  .k-scrollview-next:hover {
    color: #fff;
    opacity: 1; }
    .k-scrollview-next:hover span::before {
      background-color: transparent; }

.k-scrollview-prev {
  color: inherit;
  background: rgba(0, 0, 0, 0);
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  opacity: .7;
  outline-width: 0;
  -webkit-tap-highlight-color: transparent; }
  .k-scrollview-prev:hover {
    color: #fff;
    opacity: 1; }
    .k-scrollview-prev:hover span::before {
      background-color: transparent; }

.k-switch-handle {
  background-clip: border-box; }

.k-switch-on .k-switch-container {
  border-color: #bbb;
  color: #f35800;
  background-color: #fff; }

.k-switch-on .k-switch-handle {
  border-color: #d5570f;
  color: #f35800;
  background-color: #f35800;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%); }

.k-switch-on:focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3); }
  .k-switch-on:focus .k-switch-container {
    border-color: #959595;
    color: #f35800;
    background-color: #fff; }
  .k-switch-on:focus .k-switch-handle {
    border-color: #d5570f;
    color: #f35800;
    background-color: #f35800;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%); }

.k-switch-on:hover .k-switch-container {
  border-color: #959595;
  color: #f35800;
  background-color: #fff; }

.k-switch-on:hover .k-switch-handle {
  border-color: #d5570f;
  color: #f35800;
  background-color: #f35800;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%); }

.k-switch-on .k-switch-label-off {
  color: transparent; }

.k-switch-on.k-state-focused {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3); }
  .k-switch-on.k-state-focused .k-switch-container {
    border-color: #959595;
    color: #f35800;
    background-color: #fff; }
  .k-switch-on.k-state-focused .k-switch-handle {
    border-color: #d5570f;
    color: #f35800;
    background-color: #f35800;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%); }

.k-switch-on.k-state-hover .k-switch-container {
  border-color: #959595;
  color: #f35800;
  background-color: #fff; }

.k-switch-on.k-state-hover .k-switch-handle {
  border-color: #d5570f;
  color: #f35800;
  background-color: #f35800;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%); }

.k-switch-off .k-switch-container {
  border-color: #bbb;
  color: #fff !important;
  background-color: #fff; }

.k-switch-off .k-switch-handle {
  border-color: #bbb;
  color: #fff !important;
  background-color: #e9e9e9;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%); }

.k-switch-off:focus {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3); }
  .k-switch-off:focus .k-switch-container {
    border-color: #959595;
    color: #fff !important;
    background-color: #fff; }
  .k-switch-off:focus .k-switch-handle {
    border-color: #959595;
    color: #fff !important;
    background-color: #e9e9e9;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%); }

.k-switch-off:hover .k-switch-container {
  border-color: #959595;
  color: #fff !important;
  background-color: #fff; }

.k-switch-off:hover .k-switch-handle {
  border-color: #959595;
  color: #fff !important;
  background-color: #a99f9a;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%); }

.k-switch-off .k-switch-label-on {
  color: transparent; }

.k-switch-off.k-state-focused {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3); }
  .k-switch-off.k-state-focused .k-switch-container {
    border-color: #959595;
    color: #fff !important;
    background-color: #fff; }
  .k-switch-off.k-state-focused .k-switch-handle {
    border-color: #959595;
    color: #fff !important;
    background-color: #e9e9e9;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%); }

.k-switch-off.k-state-hover .k-switch-container {
  border-color: #959595;
  color: #fff !important;
  background-color: #fff; }

.k-switch-off.k-state-hover .k-switch-handle {
  border-color: #959595;
  color: #fff !important;
  background-color: #a99f9a;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%); }

.k-switch {
  background-color: transparent;
  box-shadow: none; }
  .k-switch:focus .k-switch-container {
    outline: 0; }

.k-switch.k-state-focused .k-switch-container {
  outline: 0; }

.k-switch.k-state-disabled {
  cursor: default; }

.k-switch[aria-readonly=true] {
  pointer-events: none; }

.k-pane-wrapper .k-pane > .k-view > .k-content {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #efefef; }

.k-pane-wrapper .k-pane .k-grid-mobile .k-column-active + th.k-header {
  border-left-color: #2e2e2e; }

.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-i-sort-asc-sm {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-i-sort-desc-sm {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-sort-order {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-mobile .k-grid-filter.k-state-active {
  color: #fff;
  background-color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-mobile .k-header-column-menu.k-state-active {
  color: #fff;
  background-color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-mobile .k-resize-handle-inner::before {
  background-color: #fff; }

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-nav-current {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendadate {
  color: inherit; }

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn {
  color: inherit;
  background-color: #efefef; }

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header {
  color: inherit;
  background-color: #efefef; }

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times {
  color: inherit;
  background-color: #efefef; }

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendaweekday {
  color: #bababa; }

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-time-period {
  color: #bababa; }

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-datecolumn {
  background-color: #efefef; }

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-group-cell {
  background-color: #efefef; }

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-all-day {
  background-color: #efefef; }

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-wrap {
  background-color: #efefef; }

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-other-month {
  background-color: #f3f3f3; }

.k-pane-wrapper .k-pane .k-grid-column-menu .k-header {
  background-color: #f35800;
  color: #fff; }
  .k-pane-wrapper .k-pane .k-grid-column-menu .k-header .k-link {
    color: #fff; }

.k-pane-wrapper .k-pane .k-grid-column-menu .k-item {
  color: #fff !important; }

.k-pane-wrapper .k-pane .k-grid-column-menu .k-link {
  color: #fff !important; }

.k-pane-wrapper .k-pane .k-grid-column-menu .k-clear {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-delete {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-resetSeries {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-column-menu .k-select-all {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-edit-form .k-header {
  background-color: #f35800;
  color: #fff; }
  .k-pane-wrapper .k-pane .k-grid-edit-form .k-header .k-link {
    color: #fff; }

.k-pane-wrapper .k-pane .k-grid-edit-form .k-item {
  color: #fff !important; }

.k-pane-wrapper .k-pane .k-grid-edit-form .k-link {
  color: #fff !important; }

.k-pane-wrapper .k-pane .k-grid-edit-form .k-clear {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-delete {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-resetSeries {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-edit-form .k-select-all {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header {
  background-color: #f35800;
  color: #fff; }
  .k-pane-wrapper .k-pane .k-grid-filter-menu .k-header .k-link {
    color: #fff; }

.k-pane-wrapper .k-pane .k-grid-filter-menu .k-item {
  color: #fff !important; }

.k-pane-wrapper .k-pane .k-grid-filter-menu .k-link {
  color: #fff !important; }

.k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-delete {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-resetSeries {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-grid-filter-menu .k-select-all {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header {
  background-color: #f35800;
  color: #fff; }
  .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header .k-link {
    color: #fff; }

.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-item {
  color: #fff !important; }

.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-link {
  color: #fff !important; }

.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-clear {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-delete {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-resetSeries {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-select-all {
  color: #f35800; }

.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected {
  color: #f35800;
  background: 0 0; }
  .k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected .k-link {
    color: inherit; }

.k-filter .k-filter-preview-field {
  color: #f35800; }

.k-filter .k-filter-preview-operator {
  color: rgba(46, 46, 46, 0.6); }

.k-filter .k-filter-item::before {
  background-color: #d5d5d5; }

.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
  background-color: #d5d5d5; }

.k-filter .k-filter-toolbar::before {
  background-color: #d5d5d5; }

.k-drawer {
  border-color: #d5d5d5;
  color: #fff !important;
  background-color: #fff; }

.k-drawer-wrapper {
  scrollbar-color: rgba(156, 156, 156, 0.7) #dedede; }
  .k-drawer-wrapper::-webkit-scrollbar-track {
    background: #dedede; }
  .k-drawer-wrapper::-webkit-scrollbar-thumb {
    background: rgba(156, 156, 156, 0.7); }
    .k-drawer-wrapper::-webkit-scrollbar-thumb:hover {
      background: #9c9c9c; }

.k-drawer-item.k-state-hover {
  color: #fff !important;
  background-color: #026ADF !important;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%); }

.k-drawer-item:hover {
  color: #fff !important;
  background-color: #026ADF !important;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%); }

.k-drawer-item:focus {
  background-color: #fff;
  box-shadow: inset 0 0 3px 1px #aeaeae; }
  .k-drawer-item:focus:hover {
    color: #fff !important;
    background-color: #026ADF !important; }

.k-drawer-item:focus.k-state-hover {
  color: #fff !important;
  background-color: #026ADF !important; }

.k-drawer-item.k-state-focused {
  background-color: #fff;
  box-shadow: inset 0 0 3px 1px #aeaeae; }
  .k-drawer-item.k-state-focused:hover {
    color: #fff !important;
    background-color: #026ADF !important; }

.k-drawer-item.k-state-focused.k-state-hover {
  color: #fff !important;
  background-color: #026ADF !important; }

.k-drawer-item.k-state-selected {
  color: #fff;
  background-color: #f35800; }
  .k-drawer-item.k-state-selected:hover {
    color: #fff;
    background-color: #da4f00; }

.k-drawer-item.k-state-selected.k-state-hover {
  color: #fff;
  background-color: #da4f00; }

.k-drawer-separator {
  background-color: #d5d5d5; }

.k-rating.k-widget {
  background-color: transparent; }

.k-rating.k-state-focused {
  box-shadow: none; }
  .k-rating.k-state-focused .k-rating-item > .k-icon {
    text-shadow: 0 2px 3.6px rgba(0, 0, 0, 0.1); }
  .k-rating.k-state-focused .k-rating-item.k-state-selected > .k-icon {
    text-shadow: 0 2px 3.6px rgba(243, 88, 0, 0.5); }

.k-rating:focus {
  box-shadow: none; }
  .k-rating:focus .k-rating-item > .k-icon {
    text-shadow: 0 2px 3.6px rgba(0, 0, 0, 0.1); }
  .k-rating:focus .k-rating-item.k-state-selected > .k-icon {
    text-shadow: 0 2px 3.6px rgba(243, 88, 0, 0.5); }

.k-rating-item {
  color: #d5d5d5; }
  .k-rating-item:hover {
    color: #f35800;
    cursor: pointer;
    background: 0 0;
    box-shadow: none; }
  .k-rating-item:hover.k-state-selected {
    box-shadow: none; }
  .k-rating-item:focus {
    background: 0 0;
    box-shadow: none; }
  .k-rating-item:focus.k-state-selected {
    box-shadow: none; }

.k-rating-item.k-state-selected {
  color: #f35800;
  background: 0 0;
  box-shadow: none; }
  .k-rating-item.k-state-selected:focus {
    color: #f35800; }

.k-rating-item.k-state-selected.k-state-focused {
  color: #f35800; }

.k-rating-item.k-state-hover {
  color: #f35800;
  cursor: pointer;
  background: 0 0;
  box-shadow: none; }

.k-rating-item.k-state-hover.k-state-selected {
  box-shadow: none; }

.k-rating-item.k-state-focused {
  background: 0 0;
  box-shadow: none; }

.k-rating-item.k-state-focused.k-state-selected {
  box-shadow: none; }

.k-timeline .k-timeline-flag {
  background-color: #f35800;
  color: #fff; }

.k-timeline .k-timeline-circle {
  background-color: #f35800; }

.k-timeline .k-timeline-card .k-card-header {
  background-color: #fff;
  color: #fff !important; }

.k-timeline .k-timeline-card .k-card-body {
  scrollbar-color: #d5d5d5 #fff; }
  .k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-track {
    background: #fff; }
  .k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb {
    background: #d5d5d5; }
    .k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb:hover {
      background: #b6b6b6; }

.k-timeline .k-timeline-date {
  color: #fff !important; }

.k-timeline .k-timeline-arrow.k-button:not(.k-flat):not(.k-bare):not(.k-outline):not(.k-overflow-button).k-state-disabled {
  opacity: 1;
  color: #c3c3c3;
  background-color: #e9e9e9;
  border-color: #c5c5c5; }

.k-timeline-horizontal .k-timeline-track-wrap::after {
  background-color: #e9e9e9;
  border-color: #bbb; }

.k-timeline-horizontal .k-timeline-flag::after {
  background-color: #f35800; }

.k-timeline-vertical::after {
  background-color: #e9e9e9;
  border-color: #bbb; }

.k-breadcrumb.k-state-focused {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.k-breadcrumb:focus {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.k-breadcrumb .k-breadcrumb-link {
  border-color: transparent;
  color: #f35800;
  background-color: transparent; }
  .k-breadcrumb .k-breadcrumb-link:hover {
    border-color: transparent;
    color: #df5100;
    background-color: rgba(0, 0, 0, 0.08); }
  .k-breadcrumb .k-breadcrumb-link:focus {
    border-color: false;
    color: #f35800;
    background-color: false;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12); }

.k-breadcrumb .k-breadcrumb-link.k-state-hover {
  border-color: transparent;
  color: #df5100;
  background-color: rgba(0, 0, 0, 0.08); }

.k-breadcrumb .k-breadcrumb-link.k-state-focused {
  border-color: false;
  color: #f35800;
  background-color: false;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12); }

.k-breadcrumb .k-breadcrumb-root-link {
  border-color: false;
  color: #fff !important;
  background-color: false;
  color: inherit; }
  .k-breadcrumb .k-breadcrumb-root-link:hover {
    border-color: false;
    color: false;
    background-color: rgba(0, 0, 0, 0.08); }
  .k-breadcrumb .k-breadcrumb-root-link:focus {
    border-color: false;
    color: false;
    background-color: false;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12); }

.k-breadcrumb .k-breadcrumb-root-link.k-state-hover {
  border-color: false;
  color: false;
  background-color: rgba(0, 0, 0, 0.08); }

.k-breadcrumb .k-breadcrumb-root-link.k-state-focused {
  border-color: false;
  color: false;
  background-color: false;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12); }

.k-breadcrumb .k-breadcrumb-delimiter-icon {
  color: inherit; }

.k-listgroup {
  border-radius: 4px;
  border-color: #d5d5d5;
  color: #fff !important;
  background-color: #fff; }

.k-listgroup-flush {
  border-radius: 0; }

.k-messagebox-primary {
  border-color: #fddecc;
  color: #7e2e00;
  background-color: #fcd0b8; }

.k-messagebox-secondary {
  border-color: #fbfbfb;
  color: #797979;
  background-color: #f9f9f9; }

.k-messagebox-tertiary {
  border-color: #ecedcc;
  color: #535700;
  background-color: #e4e6b8; }

.k-messagebox-info {
  border-color: #cce0f5;
  color: #00356a;
  background-color: #b8d4f1; }

.k-messagebox-success {
  border-color: #d7f0cc;
  color: #1d5e00;
  background-color: #c7eab8; }

.k-messagebox-warning {
  border-color: #fff2cc;
  color: #856400;
  background-color: #ffedb8; }

.k-messagebox-error {
  border-color: #f8d9d9;
  color: #722221;
  background-color: #f5caca; }

.k-messagebox-dark {
  border-color: #ccc;
  color: #000;
  background-color: #b8b8b8; }

.k-messagebox-light {
  border-color: #fff;
  color: #858585;
  background-color: #fff; }

.k-messagebox-inverse {
  border-color: #ccc;
  color: #000;
  background-color: #b8b8b8; }

.k-badge-solid.k-badge-primary {
  border-color: #f35800;
  color: #fff;
  background-color: #f35800; }

.k-badge-solid.k-badge-secondary {
  border-color: #e9e9e9;
  color: #000;
  background-color: #e9e9e9; }

.k-badge-solid.k-badge-tertiary {
  border-color: #a0a700;
  color: #fff;
  background-color: #a0a700; }

.k-badge-solid.k-badge-info {
  border-color: #06c;
  color: #fff;
  background-color: #06c; }

.k-badge-solid.k-badge-success {
  border-color: #37b400;
  color: #fff;
  background-color: #37b400; }

.k-badge-solid.k-badge-warning {
  border-color: #ffc000;
  color: #000;
  background-color: #ffc000; }

.k-badge-solid.k-badge-error {
  border-color: #db4240;
  color: #fff;
  background-color: #db4240; }

.k-badge-solid.k-badge-dark {
  border-color: #000;
  color: #fff;
  background-color: #000; }

.k-badge-solid.k-badge-light {
  border-color: #fff;
  color: #000;
  background-color: #fff; }

.k-badge-solid.k-badge-inverse {
  border-color: #000;
  color: #fff;
  background-color: #000; }

.k-badge-outline {
  border-color: currentColor;
  background-color: #fff; }

.k-badge-outline.k-badge-primary {
  color: #f35800; }

.k-badge-outline.k-badge-secondary {
  color: #e9e9e9; }

.k-badge-outline.k-badge-tertiary {
  color: #a0a700; }

.k-badge-outline.k-badge-info {
  color: #06c; }

.k-badge-outline.k-badge-success {
  color: #37b400; }

.k-badge-outline.k-badge-warning {
  color: #ffc000; }

.k-badge-outline.k-badge-error {
  color: #db4240; }

.k-badge-outline.k-badge-dark {
  color: #000; }

.k-badge-outline.k-badge-light {
  color: #fff; }

.k-badge-outline.k-badge-inverse {
  color: #000; }

.k-badge-border-cutout {
  box-shadow: 0 0 0 2px #fff; }

.k-checkbox {
  border-radius: 4px;
  border-color: #c5c5c5;
  color: #f35800;
  background-color: #fff; }
  .k-checkbox:checked {
    border-color: #c5c5c5;
    color: #f35800;
    background-color: #fff; }
    .k-checkbox:checked::before {
      border-radius: 4px; }
    .k-checkbox:checked:focus {
      box-shadow: 0 0 3px 0 #f35800;
      border-color: #f35800; }
  .k-checkbox:hover {
    border-color: #c5c5c5;
    color: #f35800;
    background-color: #fff; }
  .k-checkbox:focus {
    box-shadow: 0 0 3px 0 #f35800;
    border-color: #f35800; }
  .k-checkbox:indeterminate {
    border-color: #c5c5c5;
    color: #f35800;
    background-color: #fff; }

.k-checkbox.k-invalid {
  border-color: #c5c5c5; }

.k-checkbox.k-state-invalid {
  border-color: #c5c5c5; }

.k-checkbox.k-state-indeterminate {
  border-color: #c5c5c5;
  color: #f35800;
  background-color: #fff; }

.k-radio {
  border-color: #c5c5c5;
  color: #f35800;
  background-color: #fff;
  border-radius: 50%; }
  .k-radio::before {
    border-radius: 50%; }
  .k-radio:hover {
    border-color: #c5c5c5;
    color: #f35800;
    background-color: #fff; }
  .k-radio:focus {
    box-shadow: 0 0 3px 0 #f35800;
    border-color: #c5c5c5; }
  .k-radio:checked {
    border-color: #c5c5c5;
    color: #f35800;
    background-color: #fff; }
    .k-radio:checked:focus {
      box-shadow: 0 0 3px 0 #f35800;
      border-color: #c5c5c5; }

.k-filemanager {
  border-color: false;
  color: false;
  background-color: false; }
  .k-filemanager .k-dropzone-hovered {
    border-color: false;
    color: inherit;
    background-color: inherit; }

.k-filemanager-toolbar {
  border-color: #d5d5d5;
  color: false;
  background-color: false; }

.k-filemanager-navigation {
  border-color: #d5d5d5;
  color: false;
  background-color: false; }

.k-filemanager-breadcrumb {
  border-color: #d5d5d5;
  color: false;
  background-color: #e9e9e9; }

.k-filemanager-listview {
  border-color: false;
  color: false;
  background-color: false; }
  .k-filemanager-listview .k-item {
    border-color: false;
    color: false;
    background-color: false; }
    .k-filemanager-listview .k-item .k-icon {
      border-color: false;
      color: #9b9b9b;
      background-color: false; }
  .k-filemanager-listview .k-item.k-state-selected .k-icon {
    border-color: false;
    color: #fff;
    background-color: false; }

.k-filemanager-grid {
  border-color: false;
  color: false;
  background-color: false; }

.k-filemanager-preview {
  border-color: #d5d5d5;
  color: false;
  background-color: false; }
  .k-filemanager-preview .k-file-preview-wrapper .k-icon {
    border-color: false;
    color: #9b9b9b;
    background-color: false; }
  .k-filemanager-preview .k-file-size {
    color: inherit; }

.k-filemanager-drag-hint {
  border-color: false;
  color: #fff;
  background-color: #f35800; }
  .k-filemanager-drag-hint .k-icon {
    border-color: false;
    color: #fff;
    background-color: false; }

.k-toolbar {
  border-color: #d5d5d5;
  color: #fff !important;
  background-color: #efefef;
  background-image: linear-gradient("rgba(255, 255, 255, .25) 0%,  rgba(255, 255, 255, .0) 100%");
  border-color: #d5d5d5;
  color: #fff !important;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #efefef; }

.k-overflow-container .k-button-group .k-button {
  border-radius: 4px; }

.k-overflow-container .k-split-button .k-button {
  border-radius: 4px; }

.k-window {
  border-radius: 4px;
  border-color: #d5d5d5;
  color: #fff !important;
  background-color: #fff;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.12); }

.k-window.k-state-focused {
  border-color: #d5d5d5;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.25); }

.k-window-titlebar {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: #c5c5c5;
  color: #313131;
  background-color: #efefef;
  background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0)); }

.k-window-action {
  border-radius: 4px; }

.k-window-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.k-window-titleless .k-window-content {
  border-radius: 4px; }

.k-dialog-buttongroup {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-color: #d5d5d5; }

.k-stepper {
  border-color: false;
  color: false;
  background-color: false; }
  .k-stepper .k-step.k-step-hover .k-step-indicator {
    border-color: false;
    color: false;
    background-color: #e6e6e6; }
  .k-stepper .k-step:hover .k-step-indicator {
    border-color: false;
    color: false;
    background-color: #e6e6e6; }
  .k-stepper .k-step:disabled .k-step-indicator {
    border-color: #d5d5d5;
    color: #828282;
    background-color: #fff; }
  .k-stepper .k-step.k-step-disabled .k-step-indicator {
    border-color: #d5d5d5;
    color: #828282;
    background-color: #fff; }
  .k-stepper .k-step-indicator {
    border-color: #d5d5d5;
    color: #fff !important;
    background-color: #fff; }
    .k-stepper .k-step-indicator::after {
      box-shadow: inset 0 0 0 2px #fff; }
  .k-stepper .k-step-label {
    color: #fff !important; }
    .k-stepper .k-step-label:only-child {
      border-color: #d5d5d5;
      color: #fff !important;
      background-color: #fff; }
  .k-stepper .k-step-done .k-step-indicator {
    border-color: #f35800;
    color: #fff;
    background-color: #f35800; }
  .k-stepper .k-step-done:hover .k-step-indicator {
    border-color: false;
    color: false;
    background-color: #c04600; }
  .k-stepper .k-step-done:disabled .k-step-indicator {
    border-color: #f89b66;
    color: #fff;
    background-color: #f89b66; }
  .k-stepper .k-step-done.k-step-hover .k-step-indicator {
    border-color: false;
    color: false;
    background-color: #c04600; }
  .k-stepper .k-step-done.k-step-disabled .k-step-indicator {
    border-color: #f89b66;
    color: #fff;
    background-color: #f89b66; }
  .k-stepper .k-step-current .k-step-indicator {
    border-color: #f35800;
    color: #fff;
    background-color: #f35800; }
  .k-stepper .k-step-current:hover .k-step-indicator {
    border-color: false;
    color: false;
    background-color: #c04600; }
  .k-stepper .k-step-current:disabled .k-step-indicator {
    border-color: #f89b66;
    color: #fff;
    background-color: #f89b66; }
  .k-stepper .k-step-current.k-step-hover .k-step-indicator {
    border-color: false;
    color: false;
    background-color: #c04600; }
  .k-stepper .k-step-current.k-step-disabled .k-step-indicator {
    border-color: #f89b66;
    color: #fff;
    background-color: #f89b66; }
  .k-stepper .k-step-success .k-step-label .k-icon {
    color: #081b00; }
  .k-stepper .k-step-error .k-step-label {
    color: #d8312f; }
  .k-stepper .k-step-disabled .k-step-label {
    color: #c3c3c3; }
  .k-stepper .k-step-focus .k-step-label:only-child {
    box-shadow: inset 0 0 0 2px #d5d5d5; }
  .k-stepper .k-step-link:focus .k-step-label:only-child {
    box-shadow: inset 0 0 0 2px #d5d5d5; }
  .k-stepper .k-step-optional .k-step-label-optional {
    opacity: .35; }

.k-widget.k-form {
  background: 0 0; }

.k-form-error {
  color: #db4240; }

.k-form-legend {
  border-color: #d5d5d5; }

.k-tooltip {
  border-radius: 4px;
  border-color: #c5c5c5;
  color: #313131;
  background-color: #efefef;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); }

.k-tooltip.k-popup {
  border-radius: 4px;
  border-color: #c5c5c5;
  color: #313131;
  background-color: #efefef;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); }

.k-tooltip.k-widget {
  border-radius: 4px;
  border-color: #c5c5c5;
  color: #313131;
  background-color: #efefef;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); }

.k-tooltip-primary {
  border-color: #f35800;
  color: #fff;
  background-color: #f35800; }

.k-tooltip-secondary {
  border-color: #e9e9e9;
  color: #000;
  background-color: #e9e9e9; }

.k-tooltip-tertiary {
  border-color: #a0a700;
  color: #fff;
  background-color: #a0a700; }

.k-tooltip-info {
  border-color: #06c;
  color: #fff;
  background-color: #06c; }

.k-tooltip-success {
  border-color: #37b400;
  color: #fff;
  background-color: #37b400; }

.k-tooltip-warning {
  border-color: #ffc000;
  color: #000;
  background-color: #ffc000; }

.k-tooltip-error {
  border-color: #db4240;
  color: #fff;
  background-color: #db4240; }

.k-tooltip-dark {
  border-color: #000;
  color: #fff;
  background-color: #000; }

.k-tooltip-light {
  border-color: #fff;
  color: #000;
  background-color: #fff; }

.k-tooltip-inverse {
  border-color: #000;
  color: #fff;
  background-color: #000; }

.k-chart-tooltip {
  color: #fff; }

.k-chart-tooltip-inverse {
  color: #000; }

.k-wizard-step.k-state-focused {
  box-shadow: inset 0 0 0 2px #d5d5d5;
  outline: 0; }

.k-wizard-step:focus {
  box-shadow: inset 0 0 0 2px #d5d5d5;
  outline: 0; }

.k-textarea {
  border-color: #c5c5c5;
  color: #fff !important;
  background-color: #fff; }
  .k-textarea::-webkit-input-placeholder {
    color: rgba(46, 46, 46, 0.5);
    opacity: 1;
    -webkit-user-select: none;
    user-select: none; }
  .k-textarea > .k-input::-webkit-input-placeholder {
    color: rgba(46, 46, 46, 0.5);
    opacity: 1;
    -webkit-user-select: none;
    user-select: none; }
  .k-textarea > .k-input:-ms-input-placeholder {
    color: rgba(46, 46, 46, 0.5);
    opacity: 1;
    -ms-user-select: none;
    user-select: none; }
  .k-textarea > .k-input::-ms-input-placeholder {
    color: rgba(46, 46, 46, 0.5);
    opacity: 1;
    -ms-user-select: none;
    user-select: none; }
  .k-textarea > .k-input::placeholder {
    color: rgba(46, 46, 46, 0.5);
    opacity: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .k-textarea:-ms-input-placeholder {
    color: rgba(46, 46, 46, 0.5);
    opacity: 1;
    -ms-user-select: none;
    user-select: none; }
  .k-textarea::-ms-input-placeholder {
    color: rgba(46, 46, 46, 0.5);
    opacity: 1;
    -ms-user-select: none;
    user-select: none; }
  .k-textarea::placeholder {
    color: rgba(46, 46, 46, 0.5);
    opacity: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .k-textarea .k-input::selection {
    color: #fff;
    background-color: #f35800; }
  .k-textarea::selection {
    color: #fff;
    background-color: #f35800; }
  .k-textarea:focus {
    border-color: #bdbdbd;
    color: #fff !important;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
  .k-textarea:focus-within {
    border-color: #bdbdbd;
    color: #fff !important;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
  .k-textarea:hover {
    border-color: #b6b6b6;
    color: #fff !important;
    background-color: #fff; }
  .k-textarea:disabled::selection {
    color: #fff !important;
    background-color: transparent; }

.k-textarea.k-state-focus {
  border-color: #bdbdbd;
  color: #fff !important;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.k-textarea.k-state-focused {
  border-color: #bdbdbd;
  color: #fff !important;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.k-textarea.k-state-hover {
  border-color: #b6b6b6;
  color: #fff !important;
  background-color: #fff; }

.k-textarea.k-invalid {
  border-color: rgba(219, 66, 64, 0.5); }

.k-textarea.k-state-invalid {
  border-color: rgba(219, 66, 64, 0.5); }

.k-textarea.ng-invalid.ng-dirty {
  border-color: rgba(219, 66, 64, 0.5); }

.k-textarea.ng-invalid.ng-touched {
  border-color: rgba(219, 66, 64, 0.5); }

.k-textarea.k-state-disabled::selection {
  color: #fff !important;
  background-color: transparent; }

.k-textarea[disabled]::selection {
  color: #fff !important;
  background-color: transparent; }

.k-floating-label-container.k-textarea-container > .k-label {
  color: #fff !important; }

.k-textbox-container.k-textarea-container > .k-label {
  color: #fff !important; }

.k-appbar {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16); }

.k-appbar.k-appbar-bottom {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.16); }

.k-appbar-primary {
  color: #fff;
  background-color: #f35800; }

.k-appbar-secondary {
  color: #000;
  background-color: #e9e9e9; }

.k-appbar-tertiary {
  color: #fff;
  background-color: #a0a700; }

.k-appbar-info {
  color: #fff;
  background-color: #06c; }

.k-appbar-success {
  color: #fff;
  background-color: #37b400; }

.k-appbar-warning {
  color: #000;
  background-color: #ffc000; }

.k-appbar-error {
  color: #fff;
  background-color: #db4240; }

.k-appbar-dark {
  color: #fff;
  background-color: #000; }

.k-appbar-light {
  color: #000;
  background-color: #fff; }

.k-appbar-inverse {
  color: #fff;
  background-color: #000; }

.k-loader-primary .k-loader-segment::after {
  background-color: #f35800; }

.k-loader-secondary .k-loader-segment::after {
  background-color: #e9e9e9; }

.k-loader-tertiary .k-loader-segment::after {
  background-color: #a0a700; }

.k-loader-info .k-loader-segment::after {
  background-color: #06c; }

.k-loader-success .k-loader-segment::after {
  background-color: #37b400; }

.k-loader-warning .k-loader-segment::after {
  background-color: #ffc000; }

.k-loader-error .k-loader-segment::after {
  background-color: #db4240; }

.k-loader-dark .k-loader-segment::after {
  background-color: #000; }

.k-loader-light .k-loader-segment::after {
  background-color: #fff; }

.k-loader-inverse .k-loader-segment::after {
  background-color: #000; }

.k-task-delayed.k-task-milestone {
  border-color: transparent;
  background-image: repeating-linear-gradient(90deg, #FFF, #FFF 2px, #db4240 2px, #db4240 4px); }

.k-task-delayed.k-task-summary {
  background-color: #e26866;
  border-color: #e26866; }
  .k-task-delayed.k-task-summary .k-task-summary-complete {
    background-color: #db4240;
    border-color: #db4240; }

.k-task-delayed.k-task-summary.k-state-selected .k-task-summary-complete {
  background-color: #f35800;
  border-color: #f35800; }

.k-task-delayed.k-task-single {
  background-color: #e26866;
  color: #FFF; }

.k-task-delayed.k-task-single.k-state-selected {
  background-color: #ffd7c0;
  color: #000; }

.k-task-delayed .k-task-complete {
  background-color: #db4240; }

.k-task-delayed.k-state-selected .k-task-complete {
  background-color: #ff8f50; }

.k-task-advanced.k-task-milestone {
  background-color: #37b400;
  border-color: transparent; }

.k-task-advanced.k-task-summary {
  background-color: #5fc333;
  border-color: #5fc333; }
  .k-task-advanced.k-task-summary .k-task-summary-complete {
    background-color: #37b400;
    border-color: #37b400; }

.k-task-advanced.k-task-summary.k-state-selected .k-task-summary-complete {
  background-color: #f35800;
  border-color: #f35800; }

.k-task-advanced.k-task-single {
  background-color: #5fc333;
  color: #FFF; }

.k-task-advanced.k-task-single.k-state-selected {
  background-color: #ffd7c0;
  color: #000; }

.k-task-advanced .k-task-complete {
  background-color: #37b400; }

.k-task-advanced.k-state-selected .k-task-complete {
  background-color: #ff8f50; }

.k-task-planned .k-task-moment {
  border-color: #f35800; }

.k-task-planned .k-task-duration {
  background-color: #f35800; }

.k-task-planned:hover .k-task-moment {
  background-color: #f35800; }

.k-task-offset {
  background-image: repeating-linear-gradient(135deg, #FFF, #FFF 2px, #db4240 2px, #db4240 4px); }
  .k-task-offset .k-resize-handle::after {
    background-color: #000; }
  .k-task-offset:hover {
    background-image: repeating-linear-gradient(135deg, #FFF, #FFF 2px, #e26866 2px, #e26866 4px); }
  .k-task-offset .k-task-actions .k-link {
    color: #000; }

.k-task-offset-wrap .k-task-summary-complete:after {
  border-right-color: transparent; }

.k-task-offset-wrap .k-task-summary:after {
  border-right-color: transparent; }

.k-summary-wrap .k-task-offset:after {
  border-color: transparent;
  border-right-color: #db4240; }

.k-pdf-export .k-task-offset {
  background-color: #db4240; }

.k-offset-tooltip-delayed {
  background-color: #db4240;
  color: #FFF; }

.k-planned-tooltip {
  background-color: #f35800;
  color: #FFF; }

.k-imageeditor {
  border-color: #d5d5d5;
  color: #fff !important;
  background-color: #fff; }

.k-imageeditor-content {
  border-color: false;
  color: false;
  background-color: #c6c6c6; }

.k-imageeditor-canvas {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), #fff;
  background-repeat: repeat, repeat;
  background-position: 0 0, 5px 5px;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  background-size: 10px 10px, 10px 10px;
  box-shadow: none;
  text-shadow: none;
  transition: none;
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
  transform: scaleX(1) scaleY(1) scaleZ(1); }

.k-imageeditor-action-pane {
  border-color: #d5d5d5;
  color: false;
  background-color: #fff; }

.k-imageeditor-crop {
  border-color: #fff;
  color: false;
  background-color: false; }
  .k-imageeditor-crop .k-resize-handle {
    border-color: #fff;
    color: false;
    background-color: false; }

.k-imageeditor-crop-overlay {
  background-color: rgba(0, 0, 0, 0.3); }

.k-in {
  border-color: transparent; }

.k-item {
  border-color: transparent; }

.k-splitbar {
  border-color: #d5d5d5;
  background-color: #e9e9e9; }
  .k-splitbar .k-resize-handle {
    background-color: #2e2e2e;
    color: #fff !important;
    background-color: #2e2e2e; }
    .k-splitbar .k-resize-handle:hover {
      color: #fff !important; }

.k-block {
  background-color: #fff;
  border-color: #d5d5d5;
  color: #fff !important;
  color: #313131;
  background-color: #efefef;
  border-radius: 4px; }
  .k-block > .k-header {
    border-radius: 4px 4px 0 0; }

.k-widget {
  background-color: #f9f9f9;
  border-color: #e7e7e7;
  color: #333; }
  .k-widget .k-status {
    background-color: #f5f5f5; }

.k-autocomplete {
  border-color: #d5d5d5;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #efefef;
  border-radius: 4px;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #ececec;
  border-color: #c5c5c5; }
  .k-autocomplete .k-input {
    border-color: #d5d5d5;
    border-radius: 3px; }

.k-content {
  border-color: #d5d5d5;
  background-color: #fff;
  color: #fff !important; }

.k-dropdown-wrap {
  border-color: #d5d5d5;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #efefef;
  border-radius: 4px; }
  .k-dropdown-wrap .k-input {
    border-color: #d5d5d5;
    border-radius: 3px 0 0 3px; }
  .k-dropdown-wrap .k-select {
    border-radius: 0 4px 4px 0; }

.k-dropzone-active {
  border-color: #d5d5d5; }

.k-editor-dialog .k-tabstrip-items {
  border-color: #d5d5d5; }

.k-filter-row > th {
  border-color: #d5d5d5; }

.k-footer-template td {
  border-color: #d5d5d5;
  background-color: #f5f5f5; }

.k-footer-template .k-grid-footer-sticky {
  border-left-color: #888;
  border-right-color: #888; }

.k-grid td {
  border-color: #e7e7e7; }

.k-grid td.k-state-selected {
  border-color: #d5d5d5; }
  .k-grid td.k-state-selected:hover {
    background-color: #026ADF !important;
    background-image: none; }

.k-grid tr:hover {
  background-color: #026ADF !important;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%; }

.k-grid .k-filter-row:hover {
  background: 0 0; }

.k-grid tr.k-state-selected:hover {
  background-color: #f35800;
  background-image: none; }

.k-grid .k-filter-options {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px; }

.k-grid .k-slider .k-button {
  border-radius: 13px; }

.k-grid td.k-state-focused {
  box-shadow: inset 0 0 3px 1px #aeaeae; }

.k-grid .k-header .k-grid-search {
  background: 0 0;
  background-color: #fff;
  color: #333; }

.k-grid .k-grouping-header {
  border-color: #c5c5c5; }

.k-grid .k-hierarchy-cell .k-icon {
  background-color: transparent;
  border-radius: 4px; }

.k-grid-content-locked {
  border-color: #d5d5d5;
  border-left-color: #888;
  border-right-color: #888; }
  .k-grid-content-locked td {
    border-left-color: #888;
    border-right-color: #888; }

.k-grid-footer {
  border-color: #d5d5d5;
  background-color: #f5f5f5; }
  .k-grid-footer td {
    color: #fff !important;
    border-color: #c5c5c5;
    font-weight: 700; }

.k-grid-footer-locked {
  border-color: #d5d5d5; }

.k-grid-footer-wrap {
  border-color: #d5d5d5; }

.k-grid-header {
  border-color: #d5d5d5;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #efefef;
  border-color: #c5c5c5; }
  .k-grid-header .k-header > .k-link {
    color: #313131; }
  .k-grid-header th.k-state-focused {
    box-shadow: inset 0 0 3px 1px #aeaeae; }
  .k-grid-header .k-i-sort-asc-sm {
    color: inherit; }
  .k-grid-header .k-i-sort-desc-sm {
    color: inherit; }
  .k-grid-header .k-sort-order {
    color: inherit; }
  .k-grid-header .k-grid-header-sticky {
    border-left-color: #888;
    border-right-color: #888; }

.k-grid-header-locked {
  border-color: #d5d5d5;
  border-left-color: #888;
  border-right-color: #888; }
  .k-grid-header-locked .k-header {
    border-left-color: #888;
    border-right-color: #888; }

.k-grid-header-wrap {
  border-color: #d5d5d5;
  border-color: #c5c5c5; }

.k-group {
  border-color: #d5d5d5;
  background-color: #f5f5f5; }

.k-group-footer td {
  border-color: #d5d5d5;
  background-color: #f5f5f5;
  color: #fff !important;
  border-color: #c5c5c5;
  font-weight: 700; }

.k-grouping-header {
  border-color: #d5d5d5;
  background-color: #f5f5f5;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #efefef;
  color: #fff !important; }
  .k-grouping-header .k-group-indicator {
    border-color: #d5d5d5;
    border-radius: 4px;
    border-color: #c5c5c5; }

.k-input {
  border-color: #d5d5d5;
  background-color: #fff;
  color: #fff !important; }

.k-panel > .k-item > .k-link {
  border-color: #d5d5d5; }

.k-panel > li.k-item {
  background-color: #fff;
  background-color: #fff; }

.k-panel > .k-state-selected {
  color: #fff;
  background-color: #f35800;
  border-color: #f85a00; }

.k-panelbar .k-content {
  border-color: #d5d5d5;
  background-color: #fff;
  color: #fff !important;
  border-color: #c5c5c5; }

.k-panelbar .k-panel {
  border-color: #d5d5d5;
  background-color: #fff;
  color: #fff !important;
  border-color: #c5c5c5; }

.k-panelbar > .k-item > .k-link {
  border-color: #d5d5d5;
  border-color: #c5c5c5; }

.k-panelbar > .k-item > .k-state-focused {
  background-image: none; }

.k-panelbar > li.k-item {
  background-color: #fff; }

.k-panelbar > li > .k-link {
  color: #fff !important;
  color: #fff !important; }

.k-panelbar > li > .k-state-selected {
  color: #fff; }

.k-panelbar .k-tabstrip-items .k-item {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #efefef;
  border-radius: 4px 4px 0 0; }

.k-panelbar .k-tabstrip-items .k-state-active {
  background-color: #fff;
  background-image: none;
  border-color: #9f9f9f; }

.k-panelbar .k-item {
  background-color: #fff;
  color: #fff !important;
  border-color: #c5c5c5; }
  .k-panelbar .k-item .k-link.k-state-selected {
    color: #fff; }

.k-panelbar > li.k-state-default > .k-link.k-state-selected {
  color: #fff; }

.k-panelbar > li.k-state-default > .k-link {
  color: #fff !important; }

.k-panelbar > li.k-state-default > .k-link.k-state-hover {
  color: #fff !important; }

.k-panelbar .k-group .k-link.k-state-hover {
  color: #fff !important; }

.k-panelbar > li.k-state-hover > .k-link {
  color: #fff !important; }

.k-panelbar > .k-state-focused.k-state-hover {
  background: #bcb4b0;
  box-shadow: none; }

.k-panelbar .k-tabstrip-top > .k-tabstrip-items .k-state-active {
  border-bottom-color: #fff; }

.k-popup.k-align .k-list .k-item:last-child {
  border-color: #d5d5d5; }

.k-separator {
  border-color: #d5d5d5;
  background-color: #f9f9f9; }

.k-slider-track {
  border-color: #d5d5d5;
  background-color: #d5d5d5;
  border-radius: 4px; }

.k-state-default {
  border-color: #d5d5d5; }
  .k-state-default .k-select {
    border-color: #d5d5d5; }
  .k-state-default > .k-select {
    border-color: #c5c5c5; }

.k-state-disabled {
  border-color: #d5d5d5;
  opacity: .6;
  color: #c3c3c3; }
  .k-state-disabled .k-icon {
    opacity: .9; }
  .k-state-disabled .k-link {
    color: #c3c3c3; }

.k-treemap-tile {
  border-color: #d5d5d5;
  background-color: #efefef; }

.k-upload {
  box-shadow: none;
  border-radius: 4px; }
  .k-upload .k-action-buttons {
    border-color: #d5d5d5; }

.k-upload-files {
  border-color: #d5d5d5; }

.k-dropzone-hovered {
  background-color: #f5f5f5; }

.k-popup {
  background-color: #f5f5f5;
  color: #fff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }
  .k-popup > .k-group-header {
    background: #b6b6b6;
    color: #fff; }
  .k-popup > .k-virtual-wrap > .k-group-header {
    background: #b6b6b6;
    color: #fff; }
  .k-popup .k-list .k-item > .k-group {
    background: #b9b3b3;
    color: #fff;
    border-bottom-left-radius: 3px; }
  .k-popup .k-treeview .k-item > .k-group {
    background: 0 0;
    color: #fff !important; }

.k-grouping-row td {
  background-color: #efefef;
  color: #fff !important;
  border-color: #c5c5c5;
  font-weight: 700; }

.k-grouping-row .k-state-focused {
  border-color: #d5d5d5; }

.k-grouping-row .k-grid-content-sticky {
  border-left-color: #888;
  border-right-color: #888; }

.k-resize-handle-inner {
  background-color: #efefef; }

td.k-group-cell {
  background-color: #efefef; }

.k-list-container {
  border-color: #c5c5c5;
  background-color: #e9e9e9;
  border-radius: 4px;
  color: #fff !important; }

.k-list-filter > .k-textbox {
  border-color: #a3a3a3; }

.k-alt {
  background-color: #f9f9f9; }

.k-pivot-layout > tbody > tr:first-child > td:first-child {
  background-color: #f9f9f9; }

.k-resource.k-alt {
  background-color: #f9f9f9; }

.k-header.k-alt {
  background-color: #dcdcdc; }

.k-pivot-rowheaders .k-alt .k-alt {
  background-color: #dcdcdc; }

.k-pivot-rowheaders .k-grid tr:hover {
  background: 0 0; }

.k-autocomplete.k-header {
  border-color: #d5d5d5;
  background-color: #e9e9e9; }

.k-dropdown-wrap.k-state-active {
  border-color: #d5d5d5;
  background-color: #e9e9e9;
  background-image: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.k-numeric-wrap.k-state-active {
  border-color: #d5d5d5;
  background-color: #e9e9e9;
  background-image: none; }

.k-picker-wrap.k-state-active {
  border-color: #d5d5d5;
  background-color: #e9e9e9;
  background-image: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.k-textbox {
  border-color: #d5d5d5;
  background-color: #e9e9e9;
  background-color: #fff;
  color: #fff !important;
  border-radius: 4px;
  border-color: #c5c5c5; }
  .k-textbox > input {
    border-color: #e7e7e7;
    background-color: #fff;
    color: black;
    border-radius: 3px; }
  .k-textbox:hover {
    border-color: #b6b6b6; }
  .k-textbox:focus {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.k-autocomplete.k-state-focused {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  border-color: #bdbdbd;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
  .k-autocomplete.k-state-focused .k-input {
    border-color: #d5d5d5; }

.k-dropdown-wrap.k-state-focused {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #bdb4af;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  border-color: #bdbdbd;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
  .k-dropdown-wrap.k-state-focused .k-input {
    border-color: #d5d5d5; }

.k-multiselect-wrap {
  border-color: #d5d5d5;
  background-color: #fff;
  color: #fff !important;
  border-radius: 3px;
  border-color: #c5c5c5; }

.k-numeric-wrap.k-state-focused {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #bdb4af;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  border-color: #bdbdbd;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
  .k-numeric-wrap.k-state-focused .k-input {
    border-color: #d5d5d5; }

.k-picker-wrap.k-state-focused {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #bdb4af;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  border-color: #bdbdbd;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
  .k-picker-wrap.k-state-focused .k-input {
    border-color: #d5d5d5; }

.k-textbox.k-state-focused {
  border-color: #d5d5d5;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.k-input-label {
  color: #fff !important; }

.k-text-error {
  color: #db4240; }

.k-input[readonly] {
  background-color: #fff;
  color: #fff !important; }

.k-dropdown {
  border-radius: 4px; }
  .k-dropdown .k-input {
    color: #fff !important;
    color: #fff !important; }
  .k-dropdown .k-state-focused {
    color: #fff !important;
    background-color: #026ADF !important;
    border-color: #b6b6b6; }
    .k-dropdown .k-state-focused .k-input {
      color: #fff !important;
      color: #fff !important; }
  .k-dropdown .k-state-hover .k-input {
    color: #fff !important; }

.k-inverse {
  color: #fff; }

.k-link {
  color: black; }

.k-menu-group,
.k-menu.k-context-menu {
  background-color: #be1212 !important; }

.k-tabstrip-items .k-link {
  color: #fff !important;
  border-radius: 4px 4px 0 0; }

.k-tabstrip-items .k-item {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #7E7C6F;
  border-radius: 4px 4px 0 0; }

.k-tabstrip-items .k-state-default {
  border-color: #c5c5c5; }
  .k-tabstrip-items .k-state-default .k-link {
    color: #fff !important; }

.k-tabstrip-items .k-state-hover {
  border-color: #b6b6b6; }
  .k-tabstrip-items .k-state-hover .k-link {
    color: #fff !important; }

.k-tabstrip-items .k-state-active {
  background-color: #026ADF;
  background-image: none;
  border-color: #9f9f9f; }

.k-header {
  color: #313131;
  background-image: url(textures/highlight.png);
  background-position: 50% 50%;
  background-color: #337ab7;
  border-color: #e7e7e7; }

.k-treemap-title {
  color: #313131; }

.k-draghandle {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #efefef;
  border-color: #bbb;
  background-color: #fff;
  box-shadow: none;
  border-radius: 7px; }
  .k-draghandle:hover {
    border-color: #b6b6b6;
    background-color: #bbb4b1;
    box-shadow: none;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%); }

.k-numeric-wrap {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #efefef;
  border-radius: 4px; }
  .k-numeric-wrap .k-input {
    border-radius: 3px 0 0 3px; }
  .k-numeric-wrap .k-link {
    border-radius: 0 3px 0 0; }
  .k-numeric-wrap .k-link + .k-link {
    border-radius: 0 0 3px 0; }
  .k-numeric-wrap .k-link.k-state-selected {
    background-color: #f35800; }
  .k-numeric-wrap .k-select {
    border-radius: 0 4px 4px 0; }
  .k-numeric-wrap .k-i-warning {
    color: #db4240;
    position: absolute;
    top: 0;
    right: 1.9em;
    width: 1.9em; }

.k-picker-wrap {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #efefef;
  border-radius: 4px; }
  .k-picker-wrap .k-input {
    border-radius: 3px 0 0 3px; }
  .k-picker-wrap .k-select {
    border-radius: 0 4px 4px 0; }

.k-progressbar {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #efefef; }

.k-state-highlight {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #efefef;
  background: #fff;
  color: #313131; }

.k-mediaplayer-toolbar {
  background-color: rgba(234, 232, 232, 0.85); }
  .k-mediaplayer-toolbar .k-button.k-flat.k-state-active {
    color: #f35800; }
    .k-mediaplayer-toolbar .k-button.k-flat.k-state-active:hover {
      color: #f35800; }
  .k-mediaplayer-toolbar .k-button.k-flat:active {
    color: #f35800; }

.k-hr {
  border-color: #d5d5d5; }

.k-column-menu {
  border-color: #c5c5c5; }
  .k-column-menu .k-state-active .k-sprite {
    opacity: 1; }
  .k-column-menu .k-state-hover .k-sprite {
    opacity: 1; }
  .k-column-menu .k-sprite {
    opacity: .9; }
  .k-column-menu .k-item {
    border-color: #c5c5c5; }
  .k-column-menu .k-separator {
    border-color: #c5c5c5;
    background-color: transparent; }

.k-icon:hover {
  opacity: 1; }

.k-state-focused {
  border-color: #d5d5d5;
  box-shadow: inset 0 0 3px 1px #aeaeae; }
  .k-state-focused .k-icon {
    opacity: 1; }
  .k-state-focused > .k-select {
    border-color: #b6b6b6;
    border-color: #bdbdbd; }
  .k-state-focused > .k-multiselect-wrap {
    border-color: #bdbdbd;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.k-state-hover {
  color: #fff !important;
  background-color: #026ADF !important;
  border-color: #b6b6b6;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  box-shadow: none; }
  .k-state-hover .k-icon {
    opacity: 1; }
  .k-state-hover > .k-select {
    border-color: #b6b6b6;
    border-color: #b6b6b6; }
  .k-state-hover > .k-link {
    color: #fff !important; }
  .k-state-hover > .k-multiselect-wrap {
    border-color: #b6b6b6;
    background: #fff;
    color: #fff !important; }

.k-state-selected {
  color: #fff;
  background-color: #f35800;
  border-color: #f85a00;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 100%);
  box-shadow: none; }
  .k-state-selected .k-icon {
    opacity: 1; }
  .k-state-selected:link {
    color: #fff;
    background-color: #f35800;
    border-color: #f85a00; }
  .k-state-selected:visited {
    color: #fff;
    background-color: #f35800;
    border-color: #f85a00; }
  .k-state-selected > .k-link {
    color: #fff; }
  .k-state-selected .k-task-summary-complete {
    border-color: #f35800;
    background: #f35800; }
  .k-state-selected .k-spreadsheet-sample {
    color: inherit; }

.k-i-loading {
  background-image: url(Default/loading.gif); }

.k-loading-image {
  background-image: url(Default/loading-image.gif); }

.k-loading-color {
  background-color: #fff; }

.k-drop-hint-line {
  background-color: #f35800; }

.k-drop-hint-h .k-drop-hint-start {
  border-left-color: #f35800; }

.k-drop-hint-h .k-drop-hint-end {
  border-right-color: #f35800; }

.k-drop-hint-v .k-drop-hint-start {
  border-top-color: #f35800; }

.k-drop-hint-v .k-drop-hint-end {
  border-bottom-color: #f35800; }

.k-scheduler {
  color: #000;
  background-color: #fff; }
  .k-scheduler .k-today.k-state-selected {
    color: #fff;
    background-color: #f35800;
    border-color: #f85a00; }
  .k-scheduler .k-other-month .k-nav-day {
    opacity: .6; }

.k-scheduler-layout {
  color: #fff !important; }

.k-scheduler-datecolumn {
  background-color: #fff;
  color: #fff !important; }

.k-scheduler-groupcolumn {
  background-color: #fff;
  color: #fff !important; }

.k-scheduler-header th {
  border-color: #c5c5c5; }

.k-scheduler-header-wrap {
  border-color: #c5c5c5; }

.k-scheduler-table td {
  border-color: #c5c5c5; }

.k-scheduler-table .k-today {
  background-color: #f8f8f8; }

.k-scheduler-table .k-icon {
  background-color: transparent;
  border-radius: 4px; }

.k-scheduler-table .k-state-hover .k-icon {
  background-color: transparent; }

.k-scheduler-times {
  border-color: #c5c5c5; }
  .k-scheduler-times th {
    border-color: #c5c5c5; }
  .k-scheduler-times tr {
    border-color: #c5c5c5; }

.k-nonwork-hour {
  background-color: #f3f3f3; }

.k-scheduler-dayview .k-today.k-nonwork-hour {
  background-color: #f3f3f3; }

.k-scheduler-timelineview .k-today.k-nonwork-hour {
  background-color: #f3f3f3; }

.k-gantt .k-nonwork-hour {
  background-color: rgba(233, 233, 233, 0.2); }

.k-gantt .k-header.k-nonwork-hour {
  background-color: rgba(233, 233, 233, 0.15); }

.k-gantt .k-treelist {
  background: #f1f1f1; }
  .k-gantt .k-treelist .k-alt {
    background-color: #e4e4e4; }
  .k-gantt .k-treelist tr:hover {
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
    background-color: #b9b3b3; }
  .k-gantt .k-treelist .k-alt.k-state-selected {
    background-color: #f35800;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 100%); }
    .k-gantt .k-treelist .k-alt.k-state-selected > td {
      background-color: #f35800;
      background-image: url(textures/highlight.png);
      background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 100%); }
  .k-gantt .k-treelist .k-state-selected {
    background-color: #f35800;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 100%); }
    .k-gantt .k-treelist .k-state-selected td {
      background-color: #f35800;
      background-image: url(textures/highlight.png);
      background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 100%); }
    .k-gantt .k-treelist .k-state-selected:hover {
      background-color: #f35800;
      background-image: none; }
      .k-gantt .k-treelist .k-state-selected:hover td {
        background-color: #f35800;
        background-image: none; }

.k-today > .k-scheduler-datecolumn {
  background-color: #f8f8f8; }

.k-today > .k-scheduler-groupcolumn {
  background-color: #f8f8f8; }

.k-scheduler-now-arrow {
  border-left-color: #721715; }

.k-scheduler-now-line {
  background-color: #721715; }

.k-event {
  border-color: #ffc09c;
  background: #ff8f50;
  color: #000;
  border-radius: 3px; }
  .k-event .k-resize-handle:after {
    background-color: #787878; }
  .k-event .k-link {
    border-radius: 3px; }

.k-task-complete {
  border-color: #ffc09c;
  background: #ff8f50;
  color: #000;
  border-radius: 3px; }

.k-event-inverse {
  color: #fff; }

.k-event.k-state-selected {
  background-position: 0 0;
  box-shadow: 0 0 0 2px #2e2e2e; }

.k-task-single {
  background-color: #ffd7c0;
  border-color: #ffc09c;
  color: #000;
  border-radius: 3px; }
  .k-task-single .k-resize-handle:after {
    background-color: #787878; }

.k-scheduler-marquee:after {
  border-color: #f35800; }

.k-scheduler-marquee:before {
  border-color: #f35800; }

.k-active-filter {
  background-color: #fff;
  border-color: #9f9f9f;
  color: #313131; }

.k-state-active {
  background-color: #fff;
  border-color: #9f9f9f;
  color: #313131;
  background-image: none;
  box-shadow: none; }
  .k-state-active:hover {
    background-color: #2073BA;
    border-color: #9f9f9f;
    color: #313131;
    background-image: none; }
  .k-state-active > .k-link {
    background-image: none; }

.k-fieldselector .k-list-container {
  background-color: #fff; }

.k-fieldselector .k-list .k-item {
  border-radius: 3px; }

.k-menu .k-state-hover > .k-state-active {
  background-color: transparent; }

.k-menu .k-state-hover > .k-link {
  color: #fff !important;
  background-color: #026ADF !important;
  border-color: #b6b6b6;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%); }

.k-menu .k-state-selected > .k-link {
  color: #fff;
  background-color: #f35800;
  border-color: #f85a00;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 100%); }

.k-menu .k-link.k-state-active {
  background-color: #fff;
  border-color: #9f9f9f;
  color: #313131; }

.k-menu .k-menu-scroll-button:hover {
  color: #fff !important;
  background-color: #026ADF !important;
  border-color: #b6b6b6;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%); }

.k-menu .k-menu-group {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.k-menu .k-popup {
  color: #fff !important; }

.k-menu .k-item {
  border-color: #c5c5c5; }

.k-menu .k-group {
  border-color: #c5c5c5; }

.k-calendar-container.k-group {
  border-color: #c5c5c5; }

.k-draghandle.k-state-selected:hover {
  color: #fff;
  background-color: #f35800;
  border-color: #f85a00;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%; }

.k-ghost-splitbar-horizontal {
  color: #fff;
  background-color: #f35800;
  border-color: #f85a00; }

.k-ghost-splitbar-vertical {
  color: #fff;
  background-color: #f35800;
  border-color: #f85a00; }

.k-list > .k-state-highlight {
  color: #fff;
  background-color: #f35800;
  border-color: #f85a00; }

.k-list > .k-state-selected {
  color: #fff;
  background-color: #f35800;
  border-color: #f85a00; }

.k-list > .k-state-focused {
  box-shadow: inset 0 0 3px 1px #aeaeae; }

.k-list > .k-state-focused.k-state-selected {
  box-shadow: inset 0 0 3px 1px #c54700; }

.k-list > .k-state-hover {
  color: #fff !important;
  background-color: #026ADF !important;
  border-color: #b6b6b6; }

.k-list .k-state-focused {
  border-radius: 3px; }

.k-list .k-state-highlight {
  border-radius: 3px; }

.k-list .k-state-hover {
  border-radius: 3px; }

.k-list .k-state-selected {
  border-radius: 3px; }

.k-marquee-color {
  color: #fff;
  background-color: #f35800;
  border-color: #f85a00; }

.k-group-header + .k-list > .k-item.k-first {
  border-top-color: #b6b6b6; }

.k-static-header + .k-list > .k-item.k-first {
  border-top-color: #b6b6b6; }

.k-virtual-item.k-first {
  border-top-color: #b6b6b6; }

.k-group-header + div > .k-list > .k-item.k-first:before {
  border-top-color: #b9b3b3; }

.k-marquee-text {
  color: #fff; }

.k-listview > .k-state-focused {
  box-shadow: inset 0 0 3px 1px #aeaeae; }

.k-listview > .k-state-focused.k-state-selected {
  box-shadow: inset 0 0 3px 1px #c54700; }

td.k-state-focused {
  box-shadow: inset 0 0 3px 1px #aeaeae; }

.k-state-focused.k-state-selected {
  box-shadow: inset 0 0 3px 1px #c54700; }

td.k-state-focused.k-state-selected {
  box-shadow: inset 0 0 3px 1px #c54700; }

.k-list-optionlabel.k-state-selected.k-state-focused {
  box-shadow: none; }

.k-filebrowser-dropzone {
  color: #fff !important;
  background-color: #026ADF !important;
  border-color: #b6b6b6; }

.k-splitbar-horizontal-hover {
  color: #fff !important;
  background-color: #026ADF !important;
  border-color: #b6b6b6; }

.k-splitbar-vertical-hover {
  color: #fff !important;
  background-color: #026ADF !important;
  border-color: #b6b6b6; }

.k-listbox .k-item {
  border-radius: 3px; }
  .k-listbox .k-item:hover:not(.k-state-disabled) {
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
    color: #fff !important;
    background-color: #026ADF !important;
    border-color: transparent; }

.k-listbox .k-list-scroller {
  padding: 2px;
  border-color: #d5d5d5;
  background-color: #fff; }

.k-listbox .k-drop-hint {
  height: 0;
  border-top: 1px solid #f35800; }

div.k-filebrowser-dropzone em {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  color: #fff !important; }

.k-pager-wrap {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  border-color: #d5d5d5;
  color: #313131;
  background-color: #efefef;
  background-position: 50% 50%; }
  .k-pager-wrap .k-link {
    border-color: #d5d5d5; }
    .k-pager-wrap .k-link:hover {
      background-image: url(textures/highlight.png);
      background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
      border-color: #b6b6b6;
      color: #fff !important;
      background-color: #026ADF !important; }
  .k-pager-wrap .k-link.k-state-disabled {
    color: #fff !important;
    border-color: #d5d5d5; }
  .k-pager-wrap .k-link.k-state-selected {
    color: #fff;
    background-color: #f35800;
    border-color: #f85a00; }
  .k-pager-wrap .k-pager-numbers .k-link {
    border-color: transparent; }
  .k-pager-wrap .k-pager-refresh {
    border-color: transparent; }

.k-state-error {
  border-color: #721715;
  background-color: #f4f3f2;
  color: #ffb388; }

.k-loading-mask.k-state-selected {
  border-width: 0;
  background-image: none;
  background-color: transparent; }

.k-dropzone {
  color: #313131;
  background-color: #efefef;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  border-radius: 3px; }
  .k-dropzone em {
    color: #c3c3c3; }
  .k-dropzone .k-upload-status {
    color: #c3c3c3; }

.k-slider {
  box-shadow: none; }
  .k-slider .k-draghandle {
    color: #c3c3c3; }
  .k-slider .k-button {
    border-radius: 13px; }

.k-file {
  background-color: #fff;
  border-color: #c5c5c5; }
  .k-file .k-upload-status {
    color: #fff !important; }
  .k-file:last-child {
    border-radius: 0 0 4px 4px; }

.k-progressbar-indeterminate {
  background: url(Default/indeterminate.gif); }
  .k-progressbar-indeterminate .k-progress-status-wrap {
    display: none; }
  .k-progressbar-indeterminate .k-state-selected {
    display: none; }

.k-slider-selection {
  background-color: #f35800;
  border-radius: 4px; }

.k-slider-horizontal .k-tick {
  background-image: url(Default/slider-h.gif); }

.k-slider-vertical .k-tick {
  background-image: url(Default/slider-v.gif); }

.k-chart-crosshair-tooltip {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #efefef;
  color: #313131;
  border-color: transparent;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); }

.k-chart-shared-tooltip {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #efefef;
  color: #313131;
  border-color: transparent;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); }

.k-restricted-size-horizontal {
  background-color: #ffb388; }

.k-restricted-size-vertical {
  background-color: #ffb388; }

.k-file-progress .k-progress {
  background-color: #06c; }

.k-file-success .k-file-validation-message {
  color: #37b400; }

.k-file-success .k-upload-pct {
  color: #37b400; }

.k-file-success .k-progress {
  background-color: #37b400; }

.k-file-error .k-file-validation-message {
  color: #db4240; }

.k-file-error .k-upload-pct {
  color: #db4240; }

.k-file-error .k-progress {
  background-color: #db4240; }

.k-file-invalid .k-file-validation-message {
  color: #db4240; }

.k-file-invalid .k-upload-pct {
  color: #db4240; }

.k-file-invalid .k-progress {
  background-color: #db4240; }

.k-file-extension-wrapper {
  color: #c3c3c3;
  border-color: #c3c3c3; }
  .k-file-extension-wrapper:before {
    background-color: #fff;
    border-color: transparent transparent #c3c3c3 #c3c3c3; }

.k-file-group-wrapper {
  color: #c3c3c3;
  border-color: #c3c3c3; }

.k-file-invalid-group-wrapper {
  color: #c3c3c3;
  border-color: #c3c3c3; }

.k-multiple-files-extension-wrapper {
  color: #c3c3c3;
  border-color: #c3c3c3; }
  .k-multiple-files-extension-wrapper:before {
    background-color: #fff;
    border-color: transparent transparent #c3c3c3 #c3c3c3; }
  .k-multiple-files-extension-wrapper:after {
    border-top-color: #c3c3c3;
    border-left-color: #c3c3c3; }

.k-multiple-files-group-wrapper {
  color: #c3c3c3;
  border-color: #c3c3c3; }

.k-file-information {
  color: #c3c3c3; }

.k-file-size {
  color: #c3c3c3; }

.k-file-validation-message {
  color: #c3c3c3; }

.k-upload-action:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: 0 0 2px 1px #f35800; }

.k-leaf {
  color: #fff; }

.k-leaf.k-state-hover {
  color: #fff; }

.k-leaf.k-inverse {
  color: #000; }

.k-leaf.k-inverse.k-state-hover {
  color: #000; }

.k-treeview {
  box-shadow: none; }
  .k-treeview .k-in {
    border-radius: 4px;
    border-color: transparent; }
  .k-treeview .k-icon {
    background-color: transparent;
    border-radius: 4px; }

.k-autocomplete.k-state-border-down {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px 4px 0 0; }
  .k-autocomplete.k-state-border-down .k-input {
    border-radius: 4px 4px 0 0; }

.k-autocomplete.k-state-border-up {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0 0 4px 4px; }
  .k-autocomplete.k-state-border-up .k-input {
    border-radius: 0 0 0 4px; }

.k-datepicker-calendar {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.k-filebrowser .k-image {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.k-multiselect.k-state-focused {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.k-time-popup {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.k-treemap-tile.k-state-hover {
  box-shadow: inset 0 0 0 3px #d5d5d5; }

.k-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3); }

.k-inset {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3); }

.k-editor-inline {
  border-radius: 4px; }
  .k-editor-inline::selection {
    background-color: #f85a00;
    text-shadow: none;
    color: #fff; }
  .k-editor-inline::-moz-selection {
    background-color: #f85a00;
    text-shadow: none;
    color: #fff; }
  .k-editor-inline:hover {
    border-color: #d5d5d5; }

.k-editor-inline.k-state-active {
  border-color: #d5d5d5; }

.k-window-content.editorToolbarWindow {
  color: #fff !important;
  background-color: #efefef; }

.k-notification {
  border-radius: 4px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%); }

.k-notification-info {
  background-color: #06c;
  color: #fff;
  border-color: #06c; }

.k-notification-success {
  background-color: #37b400;
  color: #fff;
  border-color: #37b400; }

.k-notification-warning {
  background-color: #ffc000;
  color: #000;
  border-color: #ffc000; }

.k-notification-error {
  background-color: #db4240;
  color: #fff;
  border-color: #db4240; }

.k-task-dot:after {
  background-color: #2e2e2e;
  border-color: #2e2e2e; }

.k-task-dot:hover:after {
  background-color: #fff; }

.k-task-summary {
  border-color: #6e6e6e;
  background: #6e6e6e; }

.k-task-milestone {
  border-color: #2e2e2e;
  background: #2e2e2e; }

.k-task-summary-complete {
  border-color: #2e2e2e;
  background: #2e2e2e; }

.k-state-selected.k-task-summary {
  border-color: #ffa673;
  background: #ffa673; }

.k-state-selected.k-task-milestone {
  border-color: #f35800;
  background: #f35800; }

.k-state-selected.k-task-single {
  border-color: #f85a00; }

.k-gantt-line {
  background-color: #2e2e2e;
  color: #fff !important; }

.k-state-selected.k-gantt-line {
  background-color: #f35800;
  color: #f35800; }

.k-resource {
  background-color: #fff; }

.k-calendar-container {
  border-radius: 4px; }

.k-colorpicker {
  border-radius: 4px; }
  .k-colorpicker .k-selected-color {
    border-radius: 3px 0 0 3px; }

.k-combobox {
  border-radius: 4px; }

.k-datepicker {
  border-radius: 4px; }
  .k-datepicker .k-picker-wrap.k-state-invalid {
    border-color: #db4240; }
    .k-datepicker .k-picker-wrap.k-state-invalid .k-input {
      color: #db4240; }
  .k-datepicker .k-picker-wrap .k-i-warning {
    color: #db4240;
    margin-left: 0;
    margin-right: 2.1em; }

.k-datetimepicker {
  border-radius: 4px; }
  .k-datetimepicker .k-select + .k-select {
    border-radius: 0 4px 4px 0; }
  .k-datetimepicker .k-picker-wrap.k-state-invalid {
    border-color: #db4240; }
    .k-datetimepicker .k-picker-wrap.k-state-invalid .k-input {
      color: #db4240; }
  .k-datetimepicker .k-picker-wrap .k-i-warning {
    color: #db4240;
    margin-left: 0;
    margin-right: 4.3em; }

.k-drag-clue {
  border-radius: 4px; }

.k-gantt-views {
  border-radius: 4px; }
  .k-gantt-views > .k-current-view {
    border-radius: 4px; }

.k-inline-block {
  border-radius: 4px; }

.k-multiselect {
  border-radius: 4px; }
  .k-multiselect .k-button {
    color: #fff !important; }
    .k-multiselect .k-button:hover {
      color: #fff !important; }

.k-numerictextbox {
  border-radius: 4px; }

.k-timepicker {
  border-radius: 4px; }
  .k-timepicker .k-picker-wrap.k-state-invalid {
    border-color: #db4240; }
    .k-timepicker .k-picker-wrap.k-state-invalid .k-input {
      color: #db4240; }
  .k-timepicker .k-picker-wrap .k-i-warning {
    color: #db4240;
    margin-left: 0;
    margin-right: 2.1em; }

.k-touch-scrollbar {
  border-radius: 4px; }

.k-calendar-container.k-state-border-up {
  border-radius: 0 0 4px 4px; }

.k-dropdown-wrap.k-state-border-up {
  border-radius: 0 0 4px 4px; }
  .k-dropdown-wrap.k-state-border-up .k-input {
    border-radius: 0 0 0 4px; }

.k-filter-menu {
  border-radius: 0 0 4px 4px; }

.k-list-container.k-state-border-up {
  border-radius: 0 0 4px 4px; }

.k-multiselect.k-state-border-up {
  border-radius: 0 0 4px 4px; }
  .k-multiselect.k-state-border-up .k-multiselect-wrap {
    border-radius: 0 0 4px 4px; }

.k-numeric-wrap.k-state-border-up {
  border-radius: 0 0 4px 4px; }
  .k-numeric-wrap.k-state-border-up .k-input {
    border-radius: 0 0 0 4px; }

.k-picker-wrap.k-state-border-up {
  border-radius: 0 0 4px 4px; }
  .k-picker-wrap.k-state-border-up .k-input {
    border-radius: 0 0 0 4px; }
  .k-picker-wrap.k-state-border-up .k-selected-color {
    border-radius: 0 0 0 4px; }

.k-calendar-container.k-state-border-down {
  border-radius: 4px 4px 0 0; }

.k-dropdown-wrap.k-state-border-down {
  border-radius: 4px 4px 0 0; }
  .k-dropdown-wrap.k-state-border-down .k-input {
    border-radius: 4px 0 0 0; }

.k-gantt-views.k-state-expanded {
  border-radius: 4px 4px 0 0; }
  .k-gantt-views.k-state-expanded > .k-current-view {
    border-radius: 4px 4px 0 0; }

.k-list-container.k-state-border-down {
  border-radius: 4px 4px 0 0; }

.k-multiselect.k-state-border-down {
  border-radius: 4px 4px 0 0; }
  .k-multiselect.k-state-border-down .k-multiselect-wrap {
    border-radius: 3px 3px 0 0; }

.k-numeric-wrap.k-state-border-down {
  border-radius: 4px 4px 0 0; }
  .k-numeric-wrap.k-state-border-down .k-input {
    border-radius: 4px 0 0 0; }

.k-picker-wrap.k-state-border-down {
  border-radius: 4px 4px 0 0; }
  .k-picker-wrap.k-state-border-down .k-input {
    border-radius: 4px 0 0 0; }
  .k-picker-wrap.k-state-border-down .k-selected-color {
    border-radius: 4px 0 0 0; }

.k-list-container.k-state-border-right {
  border-radius: 0 4px 4px 0; }

.k-numeric-wrap.k-expand-padding .k-input {
  border-radius: 4px; }

.k-list-optionlabel {
  border-radius: 3px; }

.k-more-events {
  border-radius: 3px; }

.k-scheduler-mobile .k-event {
  border-radius: 2px; }

.k-dropdown-wrap.k-state-default {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #ececec;
  border-color: #c5c5c5; }

.k-numeric-wrap.k-state-default {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #ececec;
  border-color: #c5c5c5; }

.k-picker-wrap.k-state-default {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  background-color: #ececec;
  border-color: #c5c5c5; }

.k-dropdown-wrap.k-state-hover {
  background-color: #bdb4af;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  border-color: #b6b6b6; }

.k-numeric-wrap.k-state-hover {
  background-color: #bdb4af;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  border-color: #b6b6b6; }

.k-picker-wrap.k-state-hover {
  background-color: #bdb4af;
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-position: 50% 50%;
  border-color: #b6b6b6; }

.k-autocomplete.k-state-hover {
  border-color: #b6b6b6;
  background: #fff;
  color: #fff !important; }

.k-multiselect-wrap.k-state-hover {
  border-color: #b6b6b6;
  background: #fff;
  color: #fff !important; }

.k-dateinput.k-state-disabled > .k-textbox:hover {
  border-color: #c5c5c5; }

.k-maskedtextbox.k-state-disabled > .k-textbox:hover {
  border-color: #c5c5c5; }

.k-multiselect-wrap.k-state-focused {
  border-color: #bdbdbd;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.k-nodata {
  color: #c3c3c3; }

.k-tabstrip:focus {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.k-tabstrip .k-content.k-state-active {
  background-color: #fff;
  color: #fff !important; }

.k-tabstrip-top > .k-tabstrip-items .k-state-active {
  border-bottom-color: #fff; }

.k-menu.k-header {
  border-color: #c5c5c5; }

.k-grid-filter.k-state-active {
  background-color: #fff; }

.k-gantt-toolbar .k-state-default {
  border-color: #c5c5c5; }

.k-chart .k-mask {
  background-color: #fff;
  filter: alpha(opacity=68);
  opacity: .68; }

.k-chart .k-selection {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow .2s linear, border-color .2s linear; }
  .k-chart .k-selection:hover {
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.2); }

.k-chart .k-handle {
  background-color: #fcfcfc;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .k-chart .k-handle:hover {
    background-color: #fff;
    border-color: #b8b8b8;
    box-shadow: 0 0 0 2px rgba(111, 101, 96, 0.5); }

.k-chart .k-navigator-hint .k-tooltip {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #242424; }

.k-chart .k-navigator-hint .k-scroll {
  background: rgba(243, 88, 0, 0.7);
  height: 4px; }

.k-map {
  border-color: #d5d5d5;
  color: #fff !important;
  background-color: #fff; }
  .k-map .k-navigator {
    border-color: #bbb;
    color: #fff !important;
    background-color: #e9e9e9;
    background-position: 50% 50%;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3); }
  .k-map .k-zoom-control {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3); }
  .k-map .k-marker {
    color: #f35800;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4); }

.k-spreadsheet-column-header {
  background-color: #fff;
  background-color: #e9e9e9;
  background-image: none;
  color: #000;
  border-color: #b6b6b6; }

.k-spreadsheet-row-header {
  background-color: #fff;
  background-color: #e9e9e9;
  background-image: none;
  color: #000;
  border-color: #b6b6b6; }

.k-spreadsheet-top-corner {
  background-color: #e9e9e9;
  background-image: none;
  color: #000;
  border-color: #b6b6b6;
  border-color: #b6b6b6; }
  .k-spreadsheet-top-corner:after {
    border-color: transparent #b6b6b6 #b6b6b6 transparent; }

.k-spreadsheet-pane {
  border-color: #b6b6b6; }
  .k-spreadsheet-pane .k-spreadsheet-haxis {
    border-color: #d0d0d0; }
  .k-spreadsheet-pane .k-spreadsheet-vaxis {
    border-color: #d0d0d0; }
  .k-spreadsheet-pane .k-spreadsheet-column-header {
    border-color: #b6b6b6; }
    .k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-full {
      border-bottom-color: #f35800; }
    .k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-partial {
      border-bottom-color: #f35800; }
  .k-spreadsheet-pane .k-spreadsheet-row-header {
    border-color: #b6b6b6; }
    .k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-full {
      border-right-color: #f35800; }
    .k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-partial {
      border-right-color: #f35800; }
  .k-spreadsheet-pane .k-spreadsheet-merged-cell {
    background-color: #fff; }
  .k-spreadsheet-pane .k-selection-full {
    border-color: rgba(243, 88, 0, 0.2);
    background-color: rgba(243, 88, 0, 0.2); }
  .k-spreadsheet-pane .k-selection-partial {
    border-color: rgba(243, 88, 0, 0.2);
    background-color: rgba(243, 88, 0, 0.2); }
  .k-spreadsheet-pane .k-filter-range {
    border-color: #f35800; }

.k-auto-fill {
  border-color: #f35800;
  box-shadow: inset 0 0 0 1px #f35800; }

.k-spreadsheet-selection {
  border-color: #f35800;
  box-shadow: inset 0 0 0 1px #f35800;
  background-color: rgba(243, 88, 0, 0.2); }

.k-spreadsheet-active-cell {
  box-shadow: inset 0 0 0 1px #f35800;
  background-color: #fff; }

.k-spreadsheet-active-cell.k-right {
  box-shadow: inset 0 0 0 1px #f35800, inset -1px 0 0 1px #f35800; }

.k-spreadsheet-active-cell.k-bottom {
  box-shadow: inset 0 0 0 1px #f35800, inset 0 -1px 0 1px #f35800; }

.k-spreadsheet-active-cell.k-bottom.k-right {
  box-shadow: inset 0 0 0 1px #f35800, inset -1px -1px 0 1px #f35800; }

.k-spreadsheet-active-cell.k-single {
  color: #fff !important;
  background-color: #fff; }

.k-spreadsheet .k-spreadsheet-action-bar {
  background-color: #fff;
  border-color: #d5d5d5; }
  .k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor {
    border-color: #b6b6b6; }
  .k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar::before {
    border-color: #b6b6b6; }

.k-spreadsheet .k-spreadsheet-formula-input {
  background-color: #fff;
  color: #fff !important; }

.k-spreadsheet .k-resize-handle {
  background-color: #f35800; }

.k-spreadsheet .k-resize-hint-handle {
  background-color: #f35800; }

.k-spreadsheet .k-resize-hint-marker {
  background-color: #f35800; }

.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-handle {
  background-color: #f35800; }

.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-marker {
  background-color: #f35800; }

.k-spreadsheet .k-single-selection::after {
  background-color: #f35800;
  border-color: #fff; }

.k-spreadsheet .k-auto-fill-punch {
  background-color: rgba(255, 255, 255, 0.5); }

.k-spreadsheet .k-single-selection.k-dim-auto-fill-handle::after {
  background-color: rgba(243, 88, 0, 0.5); }

.k-spreadsheet .k-spreadsheet-cell-comment {
  color: #313131;
  background-color: #efefef;
  border-color: #c5c5c5; }

.k-spreadsheet .k-spreadsheet-has-comment:after {
  border-color: #f35800 #f35800 transparent transparent; }

.k-spreadsheet .k-dirty {
  border-color: #db4240 transparent transparent #db4240; }

.k-spreadsheet-format-cells .k-spreadsheet-preview {
  border-color: #d5d5d5; }

.k-spreadsheet-filter {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d0d0d0; }
  .k-spreadsheet-filter:hover {
    color: #fff !important;
    background: #bcb4b0;
    border-color: #a99f9a; }

.k-spreadsheet-filter.k-state-active {
  color: #fff;
  background-color: #f35800; }

.k-action-window .k-action-buttons {
  border-color: #d5d5d5;
  background: #eae8e8; }

.k-spreadsheet-sample {
  color: #7a7a7a; }

.k-spreadsheet-window .k-list {
  border-color: #d5d5d5;
  border-radius: 4px; }

.k-spreadsheet-popup {
  border-radius: 4px; }
  .k-spreadsheet-popup .k-separator {
    background-color: #d5d5d5; }
  .k-spreadsheet-popup .k-button {
    background-color: transparent; }
    .k-spreadsheet-popup .k-button:hover {
      background-color: #026ADF !important; }
  .k-spreadsheet-popup .k-state-active {
    background-color: #f35800;
    color: #000; }
    .k-spreadsheet-popup .k-state-active:hover {
      background-color: #c04600; }

.k-spreadsheet-filter-menu .k-details {
  border-color: #d5d5d5; }

.k-spreadsheet-filter-menu .k-details-content .k-space-right {
  background-color: #fff; }

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  background-color: #fff;
  border-color: #d5d5d5;
  border-radius: 4px 0 0 4px; }

.k-syntax-ref {
  color: #f82; }

.k-syntax-num {
  color: #09f; }

.k-syntax-func {
  font-weight: 700; }

.k-syntax-str {
  color: #38b714; }

.k-syntax-error {
  color: red; }

.k-syntax-bool {
  color: #a9169c; }

.k-syntax-startexp {
  font-weight: 700; }

.k-syntax-paren-match {
  background-color: #caf200; }

.k-series-a {
  border-color: #ff6800;
  background-color: rgba(255, 104, 0, 0.15); }

.k-series-b {
  border-color: #a0a700;
  background-color: rgba(160, 167, 0, 0.15); }

.k-series-c {
  border-color: #ff8d00;
  background-color: rgba(255, 141, 0, 0.15); }

.k-series-d {
  border-color: #678900;
  background-color: rgba(103, 137, 0, 0.15); }

.k-series-e {
  border-color: #ffb53c;
  background-color: rgba(255, 181, 60, 0.15); }

.k-series-f {
  border-color: #396000;
  background-color: rgba(57, 96, 0, 0.15); }

.k-spreadsheet-sheets-remove:hover .k-icon {
  color: #c22; }

.k-spreadsheet-formula-list .k-state-focused {
  background-color: #f35800;
  color: #fff; }

.k-spreadsheet-insert-image-dialog {
  border-color: #d5d5d5;
  border-radius: 4px; }
  .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
    border-radius: 4px; }
    .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div {
      color: #fff; }
  .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
    border-radius: 4px; }
    .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div {
      color: #fff; }

.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
  outline-color: #f35800; }

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
  border-color: #fff;
  background-color: #f35800;
  border-radius: 50%; }

.k-spreadsheet-drawing-anchor-cell {
  background: rgba(243, 88, 0, 0.2); }

.k-numeric-wrap.k-state-invalid {
  border-color: #db4240; }
  .k-numeric-wrap.k-state-invalid input {
    color: #db4240; }

.k-maskedtextbox.k-state-invalid .k-textbox {
  border-color: #db4240;
  color: #db4240; }

.k-maskedtextbox.k-state-invalid .k-i-warning {
  color: #db4240; }

.k-dateinput.k-state-invalid .k-textbox {
  color: #db4240;
  border-color: #db4240; }

.k-dateinput.k-state-invalid .k-i-warning {
  margin-left: 0;
  margin-right: .6em;
  color: #db4240; }

.k-time-header .k-time-now {
  color: #f35800;
  background: 0 0; }
  .k-time-header .k-time-now:focus {
    color: #df5100; }
  .k-time-header .k-time-now:hover {
    color: #df5100; }

.k-time-list-wrapper {
  background-color: #f5f5f5; }
  .k-time-list-wrapper .k-title {
    border-color: #d5d5d5;
    color: #c3c3c3;
    background-color: #efefef;
    background-image: url(textures/highlight.png);
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
    background: #f5f5f5; }

.k-time-list-wrapper.k-state-focused .k-title {
  color: #000;
  opacity: 1; }

.k-time-list-wrapper.k-state-focused::after {
  background-color: rgba(0, 0, 0, 0.04); }

.k-time-list-wrapper.k-state-focused::before {
  background-color: rgba(0, 0, 0, 0.04); }

.k-time-list::after {
  box-shadow: 0 0 3em 1.5em #f5f5f5; }

.k-time-list::before {
  box-shadow: 0 0 3em 1.5em #f5f5f5; }

.k-time-list .k-item:hover {
  color: #f35800; }

.k-time-container {
  background: 0 0; }

.k-time-highlight {
  background-color: #fff;
  border-color: #d5d5d5; }

.k-datetime-container .k-date-tab .k-datetime-buttongroup {
  background-color: #fff; }

.k-datetime-container .k-date-tab .k-datetime-selector {
  background-color: #fff; }

.k-dropdowngrid-popup {
  border-color: #d5d5d5;
  color: #fff !important;
  background-color: #fff; }
  .k-dropdowngrid-popup .k-header {
    background-image: linear-gradient("rgba(255, 255, 255, .25) 0%,  rgba(255, 255, 255, .0) 100%");
    border-color: #d5d5d5;
    color: #313131;
    background-color: #efefef; }
  .k-dropdowngrid-popup .k-group-header {
    border-color: #d5d5d5;
    color: #313131;
    background-color: #efefef; }
  .k-dropdowngrid-popup .k-cell {
    border-color: #d5d5d5; }
  .k-dropdowngrid-popup .k-item:nth-child(2n) {
    background-color: #f9f9f9; }
  .k-dropdowngrid-popup .k-footer {
    border-color: #d5d5d5;
    color: #313131;
    background-color: #efefef; }
  .k-dropdowngrid-popup .k-item.k-state-hover {
    background-image: linear-gradient("rgba(255, 255, 255, .25) 0%,  rgba(255, 255, 255, .0) 100%");
    border-color: #d5d5d5;
    color: #fff !important;
    background-color: #026ADF !important; }
  .k-dropdowngrid-popup .k-item.k-state-selected {
    background-image: linear-gradient("rgba(255, 255, 255, .15) 0%,  rgba(255, 255, 255, .0) 100%");
    border-color: #d5d5d5;
    color: #fff;
    background-color: #f35800; }
  .k-dropdowngrid-popup .k-group-cell span {
    background-color: #2e2e2e;
    color: #fff; }

.k-grid-list > .k-item.k-last > .k-cell {
  border-bottom-color: #2e2e2e; }

.k-grid-list > .k-item.k-last > .k-group-cell {
  border-bottom-color: #2e2e2e; }

.k-grid-list > .k-item.k-last > .k-spacer-cell {
  border-bottom-color: #2e2e2e; }

.k-master-row .k-grid-content-sticky {
  background-color: #fff;
  border-left-color: #888;
  border-right-color: #888; }

.k-master-row:hover .k-grid-content-sticky {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-color: #026ADF !important; }

.k-master-row.k-alt .k-grid-content-sticky {
  background-color: #f9f9f9; }

.k-master-row.k-state-selected .k-grid-content-sticky {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0) 100%);
  background-color: #f35800;
  background-position: 50% 50%; }

.k-master-row.k-state-selected:hover .k-grid-content-sticky {
  background-color: #f35800;
  background-image: none; }

.k-master-row.k-state-hover .k-grid-content-sticky {
  background-image: url(textures/highlight.png);
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0, rgba(255, 255, 255, 0) 100%);
  background-color: #026ADF !important; }

.k-master-row.k-state-selected.k-state-hover .k-grid-content-sticky {
  background-color: #f35800;
  background-image: none; }

.k-flatcolorpicker.k-group, .k-group, .k-menu, .k-menu .k-group, .k-popup.k-widget.k-context-menu {
  color: #333 !important; }

.k-panelbar > li > .k-state-focused, .k-treeview .k-state-focused {
  background-color: #026ADF !important;
  color: #fff !important; }

.k-grid .k-alt {
  background-color: #337ab7 !important; }

.k-grid-footer, .k-grid-footer td, .k-grid-header, .k-grid-header .k-header {
  background-color: #337ab7; }

/****************

    Buttons

*****************/
/****************

    Modal Window

*****************/
/*for table highlighting*/
/****************

    Media

*****************/
/******************

    Bootstrap 3 Extensions

*******************/
/*******************

    CUSTOM FILTERS

********************/
/*
    TOOLBOX COLOURS
    =====================================
    .fa-glow-red            #ff0000     rgba(255,0 , 0, 0.7);
    .fa-glow-darkblue       #3b5998     rgba(59, 89, 152, 0.7);
    .fa-glow-yellow         #ffee10     rgba(255, 238, 16, 0.7);
    .fa-glow-pink           #ff61be     rgba(255, 97, 190, 0.7);
    .fa-glow-purple         #560a86     rgba(86, 10, 134, 0.7);
    .fa-glow-salmon         #ff9472     rgba(255, 148, 114, 0.7);
    .fa-glow-green          #13ca91     rgba(19, 202, 145, 0.7);
    .fa-glow-orange         #f85125     rgba(248, 81, 37, 0.7);
    .fa-glow-blue           #0310ea     rgba(3, 16, 234, 0.7);

    .fa-glow2-red            #ff0000     rgba(255,0 , 0, 0.7);
    .fa-glow2-darkblue       #3b5998     rgba(59, 89, 152, 0.7);
    .fa-glow2-yellow         #ffee10     rgba(255, 238, 16, 0.7);
    .fa-glow2-pink           #ff61be     rgba(255, 97, 190, 0.7);
    .fa-glow2-purple         #560a86     rgba(86, 10, 134, 0.7);
    .fa-glow2-salmon         #ff9472     rgba(255, 148, 114, 0.7);
    .fa-glow2-green          #13ca91     rgba(19, 202, 145, 0.7);
    .fa-glow2-orange         #f85125     rgba(248, 81, 37, 0.7);
    .fa-glow2-blue           #0310ea     rgba(3, 16, 234, 0.7);
*/
.nowrap {
  white-space: nowrap; }

.clearBoth {
  clear: both; }

.fit-to-width {
  width: 100%; }

.fit-to-height {
  height: 100%; }

.h2-nostyle {
  display: inline-block;
  margin: 0;
  padding: 0;
  font: inhert; }

.on-focus-bold:focus {
  font-weight: bold;
  border: 2px solid #5f98c8 !important; }

.on-hover-bold:hover {
  font-weight: bold;
  border: 2px solid #5f98c8 !important; }

.on-hoverfocus-bold:hover {
  font-weight: bold;
  border: 2px solid #5f98c8 !important; }

.on-hoverfocus-bold:focus {
  font-weight: bold;
  border: 2px solid #5f98c8 !important; }

.margin-bottom-none {
  margin-bottom: 0px; }

.margin-bottom-_1 {
  margin-top: .1em; }

.margin-bottom-_15 {
  margin-top: .15em; }

.margin-bottom-_2 {
  margin-top: .2em; }

.margin-bottom-_25 {
  margin-top: .25em; }

.margin-bottom-_3 {
  margin-top: .3em; }

.margin-bottom-_35 {
  margin-top: .35em; }

.margin-bottom-1u {
  margin-bottom: 1em; }

.margin-bottoms-2u {
  margin-bottom: 2em; }

.margin-top-none {
  margin-top: 0px; }

.margin-top-_1 {
  margin-top: .1em; }

.margin-top-_15 {
  margin-top: .15em; }

.margin-top-_2 {
  margin-top: .2em; }

.margin-top-_25 {
  margin-top: .25em; }

.margin-top-_3 {
  margin-top: .3em; }

.margin-top-_35 {
  margin-top: .35em; }

.margin-top-1u {
  margin-top: 1em; }

.margin-top-2u {
  margin-top: 2em; }

.margin-vertical-none {
  margin-top: 0px;
  margin-bottom: 0px; }

.margin-left-none {
  margin-left: 0px; }

.margin-left-1u {
  margin-left: 1em; }

.margin-left-2u {
  margin-left: 2em; }

.margin-right-none {
  margin-right: 0px; }

.margin-right-1u {
  margin-right: 1em; }

.margin-right-2u {
  margin-right: 2em; }

.margin-horizontal-none {
  margin-right: 0px;
  margin-left: 0px; }

.padding-bottom-none {
  padding-bottom: 0px; }

.padding-bottom-_1 {
  padding-bottom: .1em; }

.padding-bottom-_15 {
  padding-bottom: .15em; }

.padding-bottom-_2 {
  padding-bottom: .2em; }

.padding-bottom-_25 {
  padding-bottom: .25em; }

.padding-bottom-_3 {
  padding-bottom: .3em; }

.padding-bottom-_35 {
  padding-bottom: .35em; }

.padding-top-none {
  padding-top: 0px; }

.padding-top-_1 {
  padding-top: .1em; }

.padding-top-_15 {
  padding-top: .15em; }

.padding-top-_2 {
  padding-top: .2em; }

.padding-top-_25 {
  padding-top: .25em; }

.padding-top-_3 {
  padding-top: .3em; }

.padding-top-_35 {
  padding-top: .35em; }

.padding-vertical-none {
  padding-top: 0px;
  padding-bottom: 0px; }

.padding-left-none {
  padding-left: 0px; }

.padding-left-1u {
  padding-left: 1em; }

.padding-left-2u {
  padding-left: 2em; }

.padding-left-3u {
  padding-left: 3em; }

.padding-right-none {
  padding-right: 0px; }

.padding-right-1u {
  padding-right: 1em; }

.padding-horizontal-none {
  padding-left: 0px;
  padding-right: 0px; }

.offset-right-1u {
  margin-right: 1em; }

.offset-right-2u {
  margin-right: 2em; }

.offset-right-3u {
  margin-right: 3em; }

.offset-right-4u {
  margin-right: 4em; }

.offset-right-5u {
  margin-right: 5em; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.float-none {
  float: none; }

.font-weight-bold {
  font-weight: bold; }

.font-size-10 {
  font-size: 10px; }

.font-size-15 {
  font-size: 15px; }

.font-size-20 {
  font-size: 20px; }

.font-size-25 {
  font-size: 25px; }

.font-size-30 {
  font-size: 30px; }

.font-size-35 {
  font-size: 35px; }

.text-align-left {
  text-align: left; }

.text-align-right {
  text-align: right; }

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

.container-listgroupitem:hover {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  font-weight: bold; }

.container-listgroupitem:focus {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  font-weight: bold; }

i.TableRow {
  padding: 6px 6px;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0px 0px 2px #888;
  -webkit-box-shadow: 0px 0px 2px #888;
  box-shadow: 0px 0px 2px #888;
  color: #2073BA; }
  i.TableRow:hover {
    color: "#23527c"; }

a.TableRowButton {
  text-decoration: none; }
  a.TableRowButton:hover {
    text-decoration: none; }
  a.TableRowButton i {
    padding: 6px 6px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #888;
    color: #2073BA; }
    a.TableRowButton i:hover {
      color: #337ab7; }

button.TableRowButton {
  padding: 3px 6px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0px 0px 2px #888;
  -webkit-box-shadow: 0px 0px 2px #888;
  color: #2073BA;
  text-decoration: none; }

.TableIcon {
  padding: 4px 6px;
  display: inline-block;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0px 0px 2px #888;
  -webkit-box-shadow: 0px 0px 2px #888;
  box-shadow: 0px 0px 2px #888;
  color: #2073BA;
  text-align: center; }

a.GridTextLink {
  color: #2073BA;
  font-size: 11px;
  border-radius: 11px;
  border: 2px solid #2073BA;
  padding: 3px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  min-width: 40px; }
  a.GridTextLink:hover {
    color: #73ad21;
    border: 2px solid #73ad21;
    text-decoration: none; }
  a.GridTextLink:visited {
    color: #808080;
    border: 2px solid #808080;
    text-decoration: none; }

.button-h2 {
  cursor: pointer;
  display: inline-block;
  padding: 4px;
  border: solid 2px transparent; }
  .button-h2:hover {
    border: solid 2px silver;
    border-radius: 8px;
    text-decoration: none; }
  .button-h2:focus {
    border: solid 2px silver;
    border-radius: 8px;
    text-decoration: none; }
  .button-h2 i {
    font-size: large;
    color: #fff;
    margin-top: .5em; }
  .button-h2 label {
    font-size: large;
    color: #fff;
    margin-top: .5em;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold; }
    .button-h2 label:hover {
      text-decoration: none; }
  .button-h2 span {
    font-size: large;
    color: #fff;
    margin-top: .5em;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: large;
    color: #fff;
    margin-top: .5em;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold; }
  .button-h2 h2 {
    font-size: large;
    color: #fff;
    margin: .5em 0 .25em 0;
    cursor: pointer;
    display: inline-block;
    font-weight: bold; }
    .button-h2 h2:hover {
      text-decoration: none; }

.buttom-h2:hover ~ .button-h2-label {
  text-decoration: none; }

.btn-clear {
  border: none;
  background-color: transparent; }

.btn-primary > a {
  color: #fff;
  text-decoration: none; }
  .btn-primary > a:hover .btn-primary > a:focus {
    color: #008000 !important;
    text-decoration: underline !important; }

.stamp {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid black;
  border-radius: 4px; }

.stamp-info {
  color: #0057ad;
  background-color: #fff;
  border-color: #0057ad; }

.stamp-danger {
  color: #d9534f;
  background-color: #fff;
  border-color: #d43f3a; }

.stamp-warning {
  color: #eea236;
  background-color: #fff;
  border-color: #eea236; }

.stamp-success {
  color: #4cae4c;
  background-color: #fff;
  border-color: #4cae4c; }

.stamp-primary {
  color: 2000000da4;
  background-color: #fff;
  border-color: 2000000da4; }

.stamp-default {
  color: #333;
  background-color: #fff;
  border-color: #cccccc; }

.input-group-addon-primary {
  color: #fff;
  background-color: #0057ad;
  border-color: 2000000da4; }
  .input-group-addon-primary:hover {
    background-color: #134c5d; }
  .input-group-addon-primary a {
    color: #fff; }
  .input-group-addon-primary button {
    color: #fff; }

#modal_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer; }
  #modal_overlay div {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: #fff;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.table_caption {
  background-color: #2073BA;
  text-align: center;
  color: #fff;
  font-weight: bold; }

.selected {
  background-color: #026ADF !important; }

table.dataTable.display tbody > tr.even.selected > .sorting_1 {
  background-color: #0310ea !important; }

table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #0310ea !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 23px;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid transparent;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #337ab7; }

.subHeaderContainer {
  background-color: #337ab7; }

.media-list {
  word-break: break-word; }

.media-body em {
  font-size: .75em; }

.input-xs {
  height: 22px !important;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.input-group-xs > .form-control {
  height: 22px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5; }

.input-group-xs > .input-group-addon {
  height: 22px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5; }

.input-group-xs > .input-group-btn > .btn {
  height: 22px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5; }

.query-editor .filters fieldset .clauses .logical {
  width: 100px;
  min-width: 100px; }

.query-editor .filters fieldset .clauses .field {
  width: 400px;
  min-width: 400px; }

.query-editor .filters fieldset .clauses .operator {
  width: 200px;
  min-width: 200px; }

.query-editor .filters fieldset .clauses .value {
  min-width: 250px; }

.toolboxItem {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  text-align: center; }
  .toolboxItem > i {
    font-size: 3.25em;
    padding: .2em;
    min-width: 1.75em; }
  .toolboxItem .subtext {
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    color: #808080;
    word-wrap: break-word;
    text-wrap: normal;
    overflow-wrap: break-word; }
    .toolboxItem .subtext:hover {
      text-decoration: none;
      color: #808080; }

.fa-glow-stack-sm {
  font-size: 2em !important; }

.fa-glow-sm {
  font-size: 50px !important;
  margin: 0px !important; }

.fa-glow2-sm {
  font-size: 2.25em !important;
  margin: 0px !important; }

.fa-glow-stack {
  font-size: 3em;
  color: inherit;
  opacity: 0.5;
  left: 25px;
  top: 36px;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-glow-red {
  color: #fff;
  box-shadow: 0 0 15px 3px red;
  font-size: 70px;
  background-color: rgba(255, 0, 0, 0.7);
  margin: 8px; }
  .fa-glow-red:hover {
    box-shadow: 0 0 15px #808080;
    transition: all 0.5s ease; }

.fa-glow-darkblue {
  color: #fff;
  box-shadow: 0 0 20px 3px #3b5998;
  font-size: 70px;
  background-color: rgba(59, 89, 152, 0.7);
  margin: 8px; }
  .fa-glow-darkblue:hover {
    box-shadow: 0 0 15px #3b5998;
    transition: all 0.5s ease; }

.fa-glow-yellow {
  color: #ffee10;
  box-shadow: 0 0 20px 3px #ffee10;
  font-size: 70px;
  background-color: rgba(255, 238, 16, 0.07);
  margin: 8px; }
  .fa-glow-yellow:hover {
    box-shadow: 0 0 15px #ffee10;
    transition: all 0.5s ease; }

.fa-glow-pink {
  color: #fff;
  box-shadow: 0 0 20px 3px #ff61be;
  font-size: 70px;
  background-color: rgba(255, 97, 190, 0.7);
  margin: 8px; }
  .fa-glow-pink:hover {
    box-shadow: 0 0 15px #ff61be;
    transition: all 0.5s ease; }

.fa-glow-purple {
  color: #fff;
  box-shadow: 0 0 20px 3px #560a86;
  font-size: 70px;
  background-color: rgba(86, 10, 134, 0.7);
  margin: 8px; }
  .fa-glow-purple:hover {
    box-shadow: 0 0 15px #560a86;
    transition: all 0.5s ease; }

.fa-glow-salmon {
  color: #fff;
  box-shadow: 0 0 20px 3px #ff9472;
  font-size: 70px;
  background-color: rgba(255, 148, 114, 0.7);
  margin: 8px; }
  .fa-glow-salmon:hover {
    box-shadow: 0 0 15px #ff9472;
    transition: all 0.5s ease; }

.fa-glow-green {
  color: #fff;
  box-shadow: 0 0 20px 3px #13ca91;
  font-size: 70px;
  background-color: rgba(19, 202, 145, 0.7);
  margin: 8px; }
  .fa-glow-green:hover {
    box-shadow: 0 0 15px #13ca91;
    transition: all 0.5s ease; }

.fa-glow-orange {
  color: #fff;
  box-shadow: 0 0 20px 3px #f85125;
  font-size: 70px;
  background-color: rgba(248, 81, 37, 0.7);
  margin: 8px; }
  .fa-glow-orange:hover {
    box-shadow: 0 0 15px #f85125;
    transition: all 0.5s ease; }

.fa-glow-blue {
  color: #fff;
  box-shadow: 0 0 20px 3px #0310ea;
  font-size: 70px;
  background-color: rgba(3, 16, 234, 0.7);
  margin: 8px; }
  .fa-glow-blue:hover {
    box-shadow: 0 0 15px #0310ea;
    transition: all 0.5s ease; }

.fa-glow2-red {
  margin: 8px;
  color: #ff0000;
  font-size: 66px;
  border-radius: 30%;
  transition: all 0.5s ease;
  border: 4px solid #ff0000;
  box-shadow: 0 0 15px #ff0000;
  transition: all 0.5s ease; }
  .fa-glow2-red:hover {
    color: #ff0000;
    text-shadow: 0 0 15px #ff0000;
    transition: all 0.5s ease; }

.fa-glow2-darkblue {
  margin: 8px;
  color: #3b5998;
  font-size: 66px;
  border-radius: 30%;
  transition: all 0.5s ease;
  border: 4px solid #3b5998;
  box-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease; }
  .fa-glow2-darkblue:hover {
    color: #3b5998;
    text-shadow: 0 0 15px #3b5998;
    transition: all 0.5s ease; }

.fa-glow2-yellow {
  margin: 8px;
  color: #ffee10;
  font-size: 66px;
  border-radius: 30%;
  transition: all 0.5s ease;
  border: 4px solid #ffee10;
  box-shadow: 0 0 15px #ffee10;
  transition: all 0.5s ease; }
  .fa-glow2-yellow:hover {
    color: #ffee10;
    text-shadow: 0 0 15px #ffee10;
    transition: all 0.5s ease; }

.fa-glow2-pink {
  margin: 8px;
  color: #ff61be;
  font-size: 66px;
  border-radius: 30%;
  transition: all 0.5s ease;
  border: 4px solid #ff61be;
  box-shadow: 0 0 15px #ff61be;
  transition: all 0.5s ease; }
  .fa-glow2-pink:hover {
    color: #ff61be;
    text-shadow: 0 0 15px #ff61be;
    transition: all 0.5s ease; }

.fa-glow2-purple {
  margin: 8px;
  color: #560a86;
  font-size: 66px;
  border-radius: 30%;
  transition: all 0.5s ease;
  border: 4px solid #560a86;
  box-shadow: 0 0 15px #560a86;
  transition: all 0.5s ease; }
  .fa-glow2-purple:hover {
    color: #560a86;
    text-shadow: 0 0 15px #560a86;
    transition: all 0.5s ease; }

.fa-glow2-salmon {
  margin: 8px;
  color: #ff9472;
  font-size: 66px;
  border-radius: 30%;
  transition: all 0.5s ease;
  border: 4px solid #ff9472;
  box-shadow: 0 0 15px #ff9472;
  transition: all 0.5s ease; }
  .fa-glow2-salmon:hover {
    color: #ff9472;
    text-shadow: 0 0 15px #ff9472;
    transition: all 0.5s ease; }

.fa-glow2-green {
  margin: 8px;
  color: #13ca91;
  font-size: 66px;
  border-radius: 30%;
  transition: all 0.5s ease;
  border: 4px solid #13ca91;
  box-shadow: 0 0 15px #13ca91;
  transition: all 0.5s ease; }
  .fa-glow2-green:hover {
    color: #13ca91;
    text-shadow: 0 0 15px #13ca91;
    transition: all 0.5s ease; }

.fa-glow2-orange {
  margin: 8px;
  color: #f85125;
  font-size: 66px;
  border-radius: 30%;
  transition: all 0.5s ease;
  border: 4px solid #f85125;
  box-shadow: 0 0 15px #f85125;
  transition: all 0.5s ease; }
  .fa-glow2-orange:hover {
    color: #f85125;
    text-shadow: 0 0 15px #f85125;
    transition: all 0.5s ease; }

.fa-glow2-blue {
  margin: 8px;
  color: #0310ea;
  font-size: 66px;
  border-radius: 30%;
  transition: all 0.5s ease;
  border: 4px solid #0310ea;
  box-shadow: 0 0 15px #0310ea;
  transition: all 0.5s ease; }
  .fa-glow2-blue:hover {
    color: #0310ea;
    text-shadow: 0 0 15px #0310ea;
    transition: all 0.5s ease; }

.nav-mainbar-bg {
  background-color: #black !important; }

#sectionBtn {
  padding: 5px 10px;
  display: block;
  margin-right: 5px;
  margin-left: 5px; }

#sectionBtn:hover, #sectionBtn:focus {
  color: #fff;
  background-color: #black;
  border-color: "#337ab7"; }

.dataTables_row_button {
  /*border: solid 1px $primary-site-border-color;*/
  background: transparent;
  padding: 3px 4px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #2073BA;
  display: inline-block;
  text-align: center;
  border: solid 1px silver; }

.dataTables_row_button:hover,
.dataTables_row_button:focus {
  background-color: #d4d4d4;
  text-decoration: none; }

.dataTables_row_icon {
  border: solid 1px silver;
  background: transparent;
  padding: 3px 4px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #337ab7;
  display: inline-block;
  text-align: center; }

.favorite-icon {
  color: #333; }

table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
  color: #fff;
  border-color: #fff; }

table.dataTable tbody tr.selected a, table.dataTable tbody tr.selected button .favorite-icon, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
  color: #fff;
  border-color: #fff; }

.shortcutsBtn {
  font-size: 14px;
  color: #fff !important;
  background-color: 2000000da4 !important;
  width: 35px !important;
  height: 24px;
  padding: 0px;
  margin-bottom: 4px; }

select:active, select:hover {
  outline: none; }

/* make it red instead (with with same width and style) */
select:active, select:hover {
  outline-color: red; }

table.dataTable tbody tr.selected .dataTables_row_button:hover, table.dataTable tbody tr.selected .dataTables_row_button:focus, table.dataTable tbody tr.selected .dataTables_row_icon:hover, table.dataTable tbody tr.selected .dataTables_row_icon:focus {
  background-color: #d4d4d4;
  text-decoration: none; }

.col-filtered {
  background-color: #e7e7e7 !important; }

.col-doc-li {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  margin-top: 10px;
  border: 1px solid #7a7a7a; }

.col-doc-show {
  background-color: #e7e7e7; }

.col-doc-hide {
  background-color: #fff3f0; }

.col-ghost {
  background-color: #e8e8e8; }

.chosen-single {
  height: 30px !important;
  line-height: 28px !important;
  outline: none !important;
  border: none !important;
  background-color: #e7e7e7 !important;
  background-image: none !important;
  box-shadow: none !important;
  font-size: 14px !important; }

.editable:hover {
  background-color: #f5f5f5;
  cursor: grab; }

.select {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 38px;
  border: 1px solid #7a7a7a;
  padding: 5px;
  padding-right: 0px;
  font-size: 15px;
  cursor: pointer;
  background-color: #e7e7e7; }

.chosen-container-single .chosen-single {
  color: #333 !important; }

.chosen-container .chosen-results {
  color: #333 !important; }

.chosen-container .chosen-drop {
  background-color: #e7e7e7 !important; }

table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
  background-color: #f8f8f8 !important;
  color: #333 !important; }

.more-action-list-item {
  background-color: #f8f8f8 !important; }

.btn-Dt {
  background-color: #fff;
  border: 1px solid #cccccc; }

.dataTableFavIcon {
  color: orange; }

.dataTableConIcon {
  color: #333; }

/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
/*
 THE STYLES UNDER THIS @MEDIA WILL APPLY TO CHROME ONLY AND NO OTHER BROWSERS
CHROME*/
/*
        KEEPING THIS STYLE TAG INSIDE CHROME ONLY FIXS THE ISSUE AS IT DOENT REAPPLY ON IE..
        SO IF YOU KEEP THIS sbfix STYLE OUTSIDE @MEDIA CHROME TAG IT MESSES THE IE STYLING AND WAS GIVING
        THE PROBLEM WE SEE BEFORE..
    */
/*
 THE STYLES UNDER THIS @MEDIA WILL APPLY TO IE10+ ONLY AND NO OTHER BROWSERS
INTERNET EXPLOERER*/
/* IE10+ CSS */
/*.panel-balihai:hover, .panel-balihai:focus
    { border: 1px solid silver; }*/
/*.panel-balihai:hover, .panel-balihai:focus
    { border: 1px solid silver; }*/
/*****************

 Breakpoints

******************/
/*****************

 Css Helpers

******************/
html {
  height: 100%; }

body {
  height: 100%;
  background-color: #f8f8f8; }

a {
  color: #265A87; }

#wrapper {
  height: 100%;
  width: 100%; }

#page-wrapper {
  padding: 0 15px;
  min-height: 90%;
  background-color: white; }

#page-wrapper.transparent {
  background-color: transparent;
  border: none; }

/*****************

 NavBar

******************/
.navbar-top-links {
  margin-right: 0; }
  .navbar-top-links li {
    display: inline-block;
    border: 1px transparent solid; }
    .navbar-top-links li:focus {
      outline: solid 1px green; }
    .navbar-top-links li:last-child {
      margin-right: 15px; }
    .navbar-top-links li a {
      padding: 15px;
      min-height: 50px; }
  .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 {
    width: 310px;
    min-width: 0;
    margin-left: 5px; }
  .navbar-top-links .dropdown-tasks {
    width: 310px;
    min-width: 0;
    margin-left: -59px; }
  .navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
    margin-left: -123px; }
  .navbar-top-links .dropdown-user {
    right: 0;
    left: auto; }

.leftmenu-toggle {
  display: inline;
  float: left;
  border-radius: 50%;
  margin-right: -9px;
  margin-top: 15px;
  position: relative;
  padding: 9px 10px;
  background-color: transparent;
  color: inherit;
  /*border: 1px solid #ddd;*/
  border-color: transparent; }
  .leftmenu-toggle .icon-bar {
    background-color: #888;
    margin-bottom: 2px;
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 1px; }

.sidebar .leftsidebar {
  transition: width 0.3s ease;
  overflow: hidden; }
  .sidebar .leftsidebar.collapsed {
    width: 0 !important;
    padding: 0; }

.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.sidebar .sidebar-search {
  padding: 15px; }

.sidebar ul li {
  /*border-bottom: 1px solid $theme-table-bordered-color;*/
  color: #23527b; }
  .sidebar ul li a.active {
    background-color: #333; }

.sidebar .arrow {
  float: right; }

.sidebar .fa.arrow:before {
  content: "\f104"; }

.sidebar .active > a > .fa.arrow:before {
  content: "\f107"; }

.sidebar .nav-second-level li {
  border-bottom: none !important; }
  .sidebar .nav-second-level li a {
    padding-left: 37px; }

.sidebar .nav-third-level li {
  border-bottom: none !important; }
  .sidebar .nav-third-level li a {
    padding-left: 52px; }

/*****************
	
 Buttons 

******************/
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s; }

.btn-primary.btn-outline {
  color: #428bca; }
  .btn-primary.btn-outline:hover {
    color: #fff; }

.btn-success.btn-outline {
  color: #5cb85c; }
  .btn-success.btn-outline:hover {
    color: #fff; }

.btn-info.btn-outline {
  color: #0057AD; }
  .btn-info.btn-outline:hover {
    color: #fff; }

.btn-warning.btn-outline {
  color: #f0ad4e; }
  .btn-warning.btn-outline:hover {
    color: #fff; }

.btn-danger.btn-outline {
  color: #d9534f; }
  .btn-danger.btn-outline:hover {
    color: #fff; }

.chat {
  margin: 0;
  padding: 0;
  list-style: none; }
  .chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999999; }
    .chat li .chat-body p {
      margin: 0; }
  .chat li.left .chat-body {
    margin-left: 60px; }
  .chat li.right .chat-body {
    margin-right: 60px; }
  .chat .glyphicon {
    margin-right: 5px; }

.panel .slidedown .glyphicon {
  margin-right: 5px; }

.panel > a:hover {
  filter: brightness(85%);
  color: #3F559D;
  font-weight: bold; }

.panel > a:focus {
  filter: brightness(85%);
  color: #3F559D;
  font-weight: bold; }

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll; }

/*****************
	
 Login

******************/
.accountLogin {
  height: 100%;
  width: 100%; }

.accountLoginVideoBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; }

.accountLoginPanelContainer {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.accountLoginPanel {
  width: 85%;
  border-radius: 5px;
  opacity: .9;
  background-color: #fff;
  margin-bottom: 70px;
  box-shadow: 0px 7px 24px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 7px 24px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 7px 24px 1px rgba(0, 0, 0, 0.4); }

.accountLoginPanelHeading {
  max-width: 200px; }

.accountLoginContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 30px 30px; }
  .accountLoginContent a, .accountLoginContent button:not(.x):not(.xx):not(.xxx):not(.xxxx) {
    width: 150px;
    border-radius: 50px;
    transition: background-color 0.2s;
    border-radius: 50px; }

.accountLoginForm {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center; }
  .accountLoginForm .form-group {
    display: flex;
    justify-content: center; }
    .accountLoginForm .form-group .form-control {
      border-radius: 5px; }

#accountLoginPasswordInput, #accountLoginUsernameInput {
  border-radius: 5px; }

.accountLoginButtonGroup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5px;
  margin-top: 20px; }

.accountLoginOrSeperator {
  display: flex;
  align-items: center;
  justify-content: center; }
  .accountLoginOrSeperator::before, .accountLoginOrSeperator::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15); }
  .accountLoginOrSeperator::before {
    transform: initial; }
  .accountLoginOrSeperator::after {
    transform: initial; }

.accountLoginOrSeperatorText {
  font-size: 12px;
  margin: 0 12px;
  color: rgba(0, 0, 0, 0.6); }

.accountLoginSocialLoginContainer .btn-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px; }

.accountLoginValidation {
  position: relative;
  height: 0;
  display: inline;
  font-size: 10px;
  top: -12px;
  left: -8px; }

@media (min-width: 420px) {
  .accountLoginPanel {
    width: 85%; } }

@media (min-width: 767px) {
  .accountLoginPanel {
    width: 75%; }
  .accountLoginPanelHeading {
    max-width: 500px; }
  .accountLoginContent {
    flex-direction: row; }
  .accountLoginOrSeperator {
    flex-direction: column; }
    .accountLoginOrSeperator::before {
      transform: rotate(90deg) translateX(-30px); }
    .accountLoginOrSeperator::after {
      transform: rotate(90deg) translateX(30px); } }

@media (min-width: 1024px) {
  .accountLoginPanel {
    width: 55%; }
  .accountLoginPanelHeading {
    max-width: 500px;
    margin-bottom: 20px; }
  .accountLoginContent {
    padding: 60px 30px; } }

@media (min-width: 1600px) {
  .accountLoginPanel {
    width: 40%; } }

@media (max-height: 450px) {
  .accountLoginPanelHeading {
    max-width: 200px; }
  .accountLoginContent {
    padding: 5px 30px;
    flex-direction: row; }
  .accountLoginOrSeperator {
    flex-direction: column; }
    .accountLoginOrSeperator::before {
      transform: rotate(90deg) translateX(-30px); }
    .accountLoginOrSeperator::after {
      transform: rotate(90deg) translateX(30px); } }

/*****************
	
 Footer

******************/
/*****************
	
 Footer Logo Only

******************/
.footerLogoOnly {
  position: fixed;
  bottom: 0;
  right: 0; }

.footerLogoOnlyContent {
  display: flex;
  flex-direction: row;
  align-items: flex-end; }

.footerLogoOnlyPowered {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; }

.footerLogoOnlyPoweredText {
  text-align: right; }

.footerLogoOnlyPoweredImage {
  width: 110px; }

.footerLogoOnlyVersionInfo {
  text-align: right; }

@media (min-width: 767px) {
  .footerLogoOnlyContent {
    flex-direction: column; } }

.flot-chart {
  display: block;
  height: 400px; }

.flot-chart-content {
  width: 100%;
  height: 100%; }

.paginate_input {
  background: #fff;
  color: #026ADF; }

table.dataTable thead .sorting {
  background: transparent; }
  table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: #000 !important;
    opacity: 1 !important; }

table.dataTable thead .sorting_asc {
  background: transparent; }
  table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
    color: #000 !important;
    opacity: 1 !important; }

table.dataTable thead .sorting_desc {
  background: transparent; }
  table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
    color: #000 !important;
    opacity: 1 !important; }

table.dataTable thead .sorting_asc_disabled {
  background: transparent; }

table.dataTable thead .sorting_desc_disabled {
  background: transparent; }

.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-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 {
  margin: 15px 0; }
  .show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #e7e7e7 !important; }

.huge {
  font-size: 40px; }

.large {
  font-size: 26px; }

#dataTable_processing {
  z-index: 2; }

/*****************
	
	  Panels

******************/
.panel-blue {
  border-color: #337ab7; }
  .panel-blue > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
  .panel-blue > a {
    color: black; }
    .panel-blue > a:hover {
      color: #1A3956;
      font-weight: bold; }
    .panel-blue > a:focus {
      color: #1A3956;
      font-weight: bold; }

.panel-green {
  border-color: #5cb85c; }
  .panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c; }
  .panel-green > a {
    color: #5cb85c; }
    .panel-green > a:hover {
      color: #3d8b3d;
      font-weight: bold; }
    .panel-green > a:focus {
      color: #3d8b3d;
      font-weight: bold; }

.panel-silver {
  border-color: silver; }
  .panel-silver:hover {
    border-color: silver; }
  .panel-silver > .panel-heading {
    border-color: silver;
    color: #fff;
    background-color: #c0c0c0; }
  .panel-silver > a {
    color: #808080; }
    .panel-silver > a > .panel-footer:hover {
      background-color: #808080 !important; }
    .panel-silver > a:hover {
      color: #fff;
      font-weight: bold; }
    .panel-silver > a:focus {
      color: #fff;
      font-weight: bold; }

.panel-red {
  border-color: #d9534f; }
  .panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f; }
  .panel-red > a {
    color: #d9534f; }
    .panel-red > a:hover {
      color: #b52b27;
      font-weight: bold; }
    .panel-red > a:focus {
      color: #b52b27;
      font-weight: bold; }

.panel-yellow {
  border-color: #f0ad4e; }
  .panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e; }
  .panel-yellow > a {
    color: #f0ad4e; }
    .panel-yellow > a:hover {
      color: #df8a13;
      font-weight: bold; }
    .panel-yellow > a:focus {
      color: #df8a13;
      font-weight: bold; }

.panel-orange {
  border-color: #C75300; }
  .panel-orange > .panel-heading {
    border-color: #C75300;
    color: #fff;
    background-color: #C75300; }
  .panel-orange > a {
    color: #B84D00; }
    .panel-orange > a:hover {
      color: #ae7e0c;
      color: #B84D00;
      font-weight: bold; }
    .panel-orange > a:focus {
      color: #B84D00;
      font-weight: bold; }

.panel-aqua {
  border-color: #1D6262; }
  .panel-aqua > .panel-heading {
    border-color: #1D6262;
    color: #fff;
    background-color: #1d6262; }
  .panel-aqua > a {
    color: #1D6262; }
    .panel-aqua > a:hover {
      color: #1a8a8a;
      font-weight: bold; }
    .panel-aqua > a:focus {
      color: #1a8a8a;
      font-weight: bold; }

.panel-bluebell {
  border-color: #9b99ca; }
  .panel-bluebell > .panel-heading {
    border-color: #9b99ca;
    color: #fff;
    background-color: #9b99ca; }
  .panel-bluebell > a {
    color: #9b99ca; }
    .panel-bluebell > a:hover {
      color: #847ff7;
      font-weight: bold; }
    .panel-bluebell > a:focus {
      color: #847ff7;
      font-weight: bold; }

.panel-matrix {
  border-color: #B05D54; }
  .panel-matrix > .panel-heading {
    border-color: #B05D54;
    color: #fff;
    background-color: #b05d54; }
  .panel-matrix > a {
    color: #b05d54; }
    .panel-matrix > a:hover {
      color: #f26b5d;
      font-weight: bold; }
    .panel-matrix > a:focus {
      color: #f26b5d;
      font-weight: bold; }

.panel-apple {
  border-color: #275D27; }
  .panel-apple > .panel-heading {
    border-color: #275D27;
    color: #fff;
    background-color: #275D27; }
  .panel-apple > a {
    color: #275d27; }
    .panel-apple > a:hover {
      color: #266d23;
      font-weight: bold; }
    .panel-apple > a:focus {
      color: #266d23;
      font-weight: bold; }

.panel-quicksand {
  border-color: #794949; }
  .panel-quicksand > .panel-heading {
    border-color: #794949;
    color: #fff;
    background-color: #794949; }
  .panel-quicksand > a {
    color: #794949; }
    .panel-quicksand > a:hover {
      color: #826161;
      font-weight: bold; }
    .panel-quicksand > a:focus {
      color: #826161;
      font-weight: bold; }

.panel-almondfrost {
  border-color: #64564F; }
  .panel-almondfrost > .panel-heading {
    border-color: #64564F;
    color: #fff;
    background-color: #64564f; }
  .panel-almondfrost > a {
    color: #64564f; }
    .panel-almondfrost > a:hover {
      color: #64564f;
      font-weight: bold; }
    .panel-almondfrost > a:focus {
      color: #64564f;
      font-weight: bold; }

.panel-aquaforest {
  border-color: #47805A; }
  .panel-aquaforest > .panel-heading {
    border-color: #47805A;
    color: #fff;
    background-color: #1d6262; }
  .panel-aquaforest > a {
    color: #437a55; }
    .panel-aquaforest > a:hover {
      color: #437a55;
      font-weight: bold; }
    .panel-aquaforest > a:focus {
      color: #437a55;
      font-weight: bold; }

.panel-amazon {
  border-color: #5FA777; }
  .panel-amazon > .panel-heading {
    border-color: #3B7A57;
    color: #fff;
    background-color: #1d6262; }
  .panel-amazon > a {
    color: #437a55; }
    .panel-amazon > a:hover {
      color: #437a55;
      font-weight: bold; }
    .panel-amazon > a:focus {
      color: #437a55;
      font-weight: bold; }

.panel-burntumber {
  border-color: #8A3324; }
  .panel-burntumber > .panel-heading {
    border-color: #8A3324;
    color: #fff;
    background-color: #8a3324; }
  .panel-burntumber > a {
    color: #8A3324; }
    .panel-burntumber > a:hover {
      color: #8A3324;
      font-weight: bold; }
    .panel-burntumber > a:focus {
      color: #8A3324;
      font-weight: bold; }

.panel-wistful {
  border-color: #A4A6D3; }
  .panel-wistful > .panel-heading {
    border-color: #A4A6D3;
    color: #fff;
    background-color: A4A6D3; }
  .panel-wistful > a {
    color: #9b99ca; }
    .panel-wistful > a:hover {
      color: #9b99ca;
      color: #9b99ca;
      font-weight: bold;
      font-weight: bold; }

.panel-wildblueyonder {
  border-color: #6375AB; }
  .panel-wildblueyonder > .panel-heading {
    border-color: #6375AB;
    color: #fff;
    background-color: #6375AB; }
  .panel-wildblueyonder > a {
    color: #5d6ea8; }
    .panel-wildblueyonder > a:hover {
      color: #3F559D;
      font-weight: bold; }
    .panel-wildblueyonder > a:focus {
      color: #3F559D;
      font-weight: bold; }

.panel-balihai {
  border-color: #445C69; }
  .panel-balihai > .panel-heading {
    border-color: #445C69;
    color: #fff;
    background-color: #6375AB; }
  .panel-balihai > a {
    color: #445c69; }
    .panel-balihai > a:hover {
      color: #445c69;
      font-weight: bold; }
    .panel-balihai > a:focus {
      color: #445c69;
      font-weight: bold; }

.panel-akaroa {
  border-color: #D4C4A8; }
  .panel-akaroa > .panel-heading {
    border-color: #D4C4A8;
    color: #fff;
    background-color: #d4c4a8; }
  .panel-akaroa > a {
    color: #d4c4a8; }
    .panel-akaroa > a:hover {
      color: #a3895c;
      font-weight: bold; }
    .panel-akaroa > a:focus {
      color: #a3895c;
      font-weight: bold; }

.panel-astral {
  border-color: #337ab7; }
  .panel-astral > .panel-heading {
    border-color: #337ab7;
    color: #fff;
    background-color: #337ab7; }
  .panel-astral > a {
    color: black; }
    .panel-astral > a:hover {
      color: black;
      font-weight: bold; }
    .panel-astral > a:focus {
      color: black;
      font-weight: bold; }

.panel-cra {
  border-color: #b20020; }
  .panel-cra > .panel-heading {
    border-color: #b20020;
    color: #fff;
    background-color: #d4c4a8; }
  .panel-cra > a {
    color: #b20020; }
    .panel-cra > a:hover {
      color: #b20020;
      font-weight: bold; }
    .panel-cra > a:focus {
      color: #b20020;
      font-weight: bold; }

.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none; }
  .timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #e7e7e7; }
  .timeline > li {
    position: relative;
    margin-bottom: 20px; }
    .timeline > li:before {
      content: " ";
      display: table;
      content: " ";
      display: table; }
    .timeline > li:after {
      content: " ";
      display: table;
      clear: both;
      content: " ";
      display: table;
      clear: both; }
    .timeline > li > .timeline-panel {
      float: left;
      position: relative;
      width: 46%;
      padding: 20px;
      border: 1px solid #d4d4d4;
      border-radius: 2px;
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }
      .timeline > li > .timeline-panel:before {
        content: " ";
        display: inline-block;
        position: absolute;
        top: 26px;
        right: -15px;
        border-top: 15px solid transparent;
        border-right: 0 solid #cccccc;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #cccccc; }
      .timeline > li > .timeline-panel:after {
        content: " ";
        display: inline-block;
        position: absolute;
        top: 27px;
        right: -14px;
        border-top: 14px solid transparent;
        border-right: 0 solid #fff;
        border-bottom: 14px solid transparent;
        border-left: 14px solid #fff; }
    .timeline > li > .timeline-badge {
      z-index: 100;
      position: absolute;
      top: 16px;
      left: 50%;
      width: 50px;
      height: 50px;
      margin-left: -25px;
      border-radius: 50% 50% 50% 50%;
      text-align: center;
      font-size: 1.4em;
      line-height: 50px;
      color: #fff;
      background-color: #999999; }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right; }
    .timeline > li.timeline-inverted > .timeline-panel:before {
      right: auto;
      left: -15px;
      border-right-width: 15px;
      border-left-width: 0; }
    .timeline > li.timeline-inverted > .timeline-panel:after {
      right: auto;
      left: -14px;
      border-right-width: 14px;
      border-left-width: 0; }

.timeline-badge.primary {
  background-color: 2000000da4 !important; }

.timeline-badge.success {
  background-color: #3f903f !important; }

.timeline-badge.warning {
  background-color: #f0ad4e !important; }

.timeline-badge.danger {
  background-color: #d9534f !important; }

.timeline-badge.info {
  background-color: #0057AD !important; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p {
  margin-bottom: 0; }
  .timeline-body > p + p {
    margin-top: 5px; }

.timeline-body > ul {
  margin-bottom: 0; }

.validation-summary-errors {
  display: inline-block; }
  .validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
    padding-bottom: 0; }

button.nostyle {
  border: none;
  background: transparent; }

textarea {
  resize: none !important; }

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #ddd;
    transition: all 0.3s ease; }
  #page-wrapper.collapsed {
    margin-left: 0px; }
  #page-wrapper.nomargin {
    margin: 0 0 0 0; }
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 51px; }
  .navbar-top-links .dropdown-messages {
    margin-left: auto; }
  .navbar-top-links .dropdown-tasks {
    margin-left: auto; }
  .navbar-top-links .dropdown-alerts {
    margin-left: auto; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .sbfix {
    position: sticky;
    top: 0px;
    left: 0;
    width: 250px;
    overflow-y: auto;
    background-color: #e7e7e7;
    z-index: 10;
    padding-right: 20px; } }

@media all and (-ms-high-contrast: none) {
  .belowsbfix {
    padding-top: 220px; }
  .sbfix {
    position: fixed;
    margin-top: 55px;
    left: 0;
    width: 250px;
    overflow-y: auto;
    background-color: #e7e7e7;
    z-index: 10;
    padding-right: 20px;
    margin-top: 0px; } }

@media (-ms-high-contrast: active) {
  .belowsbfix {
    padding-top: 220px; }
  .sbfix {
    position: fixed;
    margin-top: 55px;
    left: 0;
    width: 250px;
    overflow-y: auto;
    background-color: #e7e7e7;
    z-index: 10;
    padding-right: 20px;
    margin-top: 0px; } }

@media (min-width: 786px) {
  .sidebar .sidebar-nav {
    position: fixed;
    top: 63px;
    left: 0;
    width: 250px;
    overflow-y: auto;
    height: calc(100vh - 80px); } }

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px; }
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
    float: right; }
    ul.timeline > li > .timeline-panel:before {
      right: auto;
      left: -15px;
      border-right-width: 15px;
      border-left-width: 0; }
    ul.timeline > li > .timeline-panel:after {
      right: auto;
      left: -14px;
      border-right-width: 14px;
      border-left-width: 0; }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0; } }

.list-group-item-icon {
  color: #333; }

.list-group-item-icon:hover {
  color: #6a8afc; }

.dateRangeDiv i {
  position: absolute;
  right: 15px;
  top: 40px;
  color: #fff; }

.moreBtn {
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  color: #111111 !important;
  text-align: left;
  background-color: #ffffff !important; }

.moreBtn:hover:enabled {
  background-color: #337ab7 !important;
  color: white; }

.moreBtn:disabled {
  background-color: white !important;
  color: #666666;
  cursor: not-allowed; }

.draggable:hover {
  background-color: #F4F4F4 !important; }

.col-doc-show {
  background-color: #fff !important; }

.fa-times {
  color: maroon !important; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff !important;
  color: #333333 !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: #f6f6f6 !important;
  color: #454545 !important; }

.ui-widget-header {
  background: #eee !important;
  color: white !important;
  border: 1px solid #dddddd; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: #ededed !important;
  color: #2b2b2b !important; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545 !important; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff !important;
  background: #007fff !important; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff !important; }
