﻿@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");
/*$boxed-bg-color:    #475e8d;*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/*!
 *
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
html, html .halflings {
  -webkit-font-smoothing: antialiased !important;
}

@font-face {
  font-family: 'Glyphicons';
  src: url("../fonts/bootstrap/glyphicons-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-regular.svg#glyphicons_regular") format("svg");
}

[class^="glyphicon-"],
[class*=" glyphicon-"] {
  font-family: 'Glyphicons';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: 15px;
  vertical-align: middle;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

[class^="glyphicon-"]:before,
[class*=" glyphicon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

a [class^="glyphicon-"],
a [class*=" glyphicon-"] {
  display: inline-block;
}

li [class^="glyphicon-"],
li [class*=" glyphicon-"], .nav li [class^="glyphicon-"],
.nav li [class*=" glyphicon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-snowflake:before {
  content: "\2744";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-airplane:before {
  content: "\2708";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-compass:before {
  content: "\e061";
}

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

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

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

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

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

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

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

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

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

.glyphicon-umbrella:before {
  content: "\2602";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-vector-path-square:before {
  content: "\e095";
}

.glyphicon-vector-path-circle:before {
  content: "\e096";
}

.glyphicon-vector-path-polygon:before {
  content: "\e097";
}

.glyphicon-vector-path-line:before {
  content: "\e098";
}

.glyphicon-vector-path-curve:before {
  content: "\e099";
}

.glyphicon-vector-path-all:before {
  content: "\e100";
}

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

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

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

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

.glyphicon-text-strike:before {
  content: "\e105";
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-text-smaller:before {
  content: "\e116";
}

.glyphicon-text-bigger:before {
  content: "\e117";
}

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

.glyphicon-embed-close:before {
  content: "\e119";
}

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

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

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

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

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

.glyphicon-message-plus:before {
  content: "\e125";
}

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

.glyphicon-message-ban:before {
  content: "\e127";
}

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

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

.glyphicon-message-new:before {
  content: "\e130";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-more-windows:before {
  content: "\e155";
}

.glyphicon-show-big-thumbnails:before {
  content: "\e156";
}

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

.glyphicon-show-thumbnails-with-lines:before {
  content: "\e158";
}

.glyphicon-show-lines:before {
  content: "\e159";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-brightness-reduce:before {
  content: "\e189";
}

.glyphicon-brightness-increase:before {
  content: "\e190";
}

.glyphicon-circle-plus:before {
  content: "\e191";
}

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

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

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

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

.glyphicon-circle-info:before {
  content: "\e196";
}

.glyphicon-circle-exclamation-mark:before {
  content: "\e197";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-circle-arrow-top:before {
  content: "\e219";
}

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

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

.glyphicon-unshare:before {
  content: "\e222";
}

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

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

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

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

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

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

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

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

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

.glyphicon-sun:before {
  content: "\2609";
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-google-maps:before {
  content: "\e243";
}

.glyphicon-anchor:before {
  content: "\2693";
}

.glyphicon-conversation:before {
  content: "\e245";
}

.glyphicon-chat:before {
  content: "\e246";
}

.glyphicon-male:before {
  content: "\e247";
}

.glyphicon-female:before {
  content: "\e248";
}

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

.glyphicon-divide:before {
  content: "\00F7";
}

.glyphicon-snorkel-diving:before {
  content: "\e251";
}

.glyphicon-scuba-diving:before {
  content: "\e252";
}

.glyphicon-oxygen-bottle:before {
  content: "\e253";
}

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

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

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

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

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

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

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

.glyphicon-pool:before {
  content: "\e261";
}

.glyphicon-buoy:before {
  content: "\e262";
}

.glyphicon-spade:before {
  content: "\e263";
}

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

.glyphicon-vcard:before {
  content: "\e265";
}

.glyphicon-electrical-plug:before {
  content: "\e266";
}

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

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

.glyphicon-keyboard-wireless:before {
  content: "\e269";
}

.glyphicon-keyboard-wired:before {
  content: "\e270";
}

.glyphicon-shield:before {
  content: "\e271";
}

.glyphicon-ring:before {
  content: "\02DA";
}

.glyphicon-cake:before {
  content: "\e273";
}

.glyphicon-drink:before {
  content: "\e274";
}

.glyphicon-beer:before {
  content: "\e275";
}

.glyphicon-fast-food:before {
  content: "\e276";
}

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

.glyphicon-pizza:before {
  content: "\e278";
}

.glyphicon-birthday-cake:before {
  content: "\e279";
}

.glyphicon-tablet:before {
  content: "\e280";
}

.glyphicon-settings:before {
  content: "\e281";
}

.glyphicon-bullets:before {
  content: "\e282";
}

.glyphicon-cardio:before {
  content: "\e283";
}

.glyphicon-t-shirt:before {
  content: "\e284";
}

.glyphicon-pants:before {
  content: "\e285";
}

.glyphicon-sweater:before {
  content: "\e286";
}

.glyphicon-fabric:before {
  content: "\e287";
}

.glyphicon-leather:before {
  content: "\e288";
}

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

.glyphicon-bomb:before {
  content: "\e290";
}

.glyphicon-skull:before {
  content: "\e291";
}

.glyphicon-celebration:before {
  content: "\e292";
}

.glyphicon-tea-kettle:before {
  content: "\e293";
}

.glyphicon-french-press:before {
  content: "\e294";
}

.glyphicon-coffee-cup:before {
  content: "\e295";
}

.glyphicon-pot:before {
  content: "\e296";
}

.glyphicon-grater:before {
  content: "\e297";
}

.glyphicon-kettle:before {
  content: "\e298";
}

.glyphicon-hospital:before {
  content: "\e299";
}

.glyphicon-hospital-h:before {
  content: "\e300";
}

.glyphicon-microphone:before {
  content: "\e301";
}

.glyphicon-webcam:before {
  content: "\e302";
}

.glyphicon-temple-christianity-church:before {
  content: "\e303";
}

.glyphicon-temple-islam:before {
  content: "\e304";
}

.glyphicon-temple-hindu:before {
  content: "\e305";
}

.glyphicon-temple-buddhist:before {
  content: "\e306";
}

.glyphicon-bicycle:before {
  content: "\e307";
}

.glyphicon-life-preserver:before {
  content: "\e308";
}

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

.glyphicon-comments:before {
  content: "\e310";
}

.glyphicon-flower:before {
  content: "\2698";
}

.glyphicon-baseball:before {
  content: "\26BE";
}

.glyphicon-rugby:before {
  content: "\e313";
}

.glyphicon-ax:before {
  content: "\e314";
}

.glyphicon-table-tennis:before {
  content: "\e315";
}

.glyphicon-bowling:before {
  content: "\e316";
}

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

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

.glyphicon-more-items:before {
  content: "\e319";
}

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

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

.glyphicon-gamepad:before {
  content: "\e322";
}

.glyphicon-playing-dices:before {
  content: "\e323";
}

.glyphicon-calculator:before {
  content: "\e324";
}

.glyphicon-tie:before {
  content: "\e325";
}

.glyphicon-wallet:before {
  content: "\e326";
}

.glyphicon-piano:before {
  content: "\e327";
}

.glyphicon-sampler:before {
  content: "\e328";
}

.glyphicon-podium:before {
  content: "\e329";
}

.glyphicon-soccer-ball:before {
  content: "\e330";
}

.glyphicon-blog:before {
  content: "\e331";
}

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

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

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

.glyphicon-candle:before {
  content: "\e335";
}

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

.glyphicon-iphone-shake:before {
  content: "\e337";
}

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

.glyphicon-turtle:before {
  content: "\e339";
}

.glyphicon-rabbit:before {
  content: "\e340";
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-shopping-bag:before {
  content: "\e351";
}

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

.glyphicon-nameplate:before {
  content: "\e353";
}

.glyphicon-nameplate-alt:before {
  content: "\e354";
}

.glyphicon-vases:before {
  content: "\e355";
}

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

.glyphicon-dumbbell:before {
  content: "\e357";
}

.glyphicon-suitcase:before {
  content: "\e358";
}

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

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

.glyphicon-bug:before {
  content: "\e361";
}

.glyphicon-crown:before {
  content: "\e362";
}

.glyphicon-smoking:before {
  content: "\e363";
}

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

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

.glyphicon-restart:before {
  content: "\e366";
}

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

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

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

.glyphicon-collapse-top:before {
  content: "\e370";
}

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

.glyphicon-global:before {
  content: "\e372";
}

.glyphicon-spray:before {
  content: "\e373";
}

.glyphicon-nails:before {
  content: "\e374";
}

.glyphicon-claw-hammer:before {
  content: "\e375";
}

.glyphicon-classic-hammer:before {
  content: "\e376";
}

.glyphicon-hand-saw:before {
  content: "\e377";
}

.glyphicon-riflescope:before {
  content: "\e378";
}

.glyphicon-electrical-socket-eu:before {
  content: "\e379";
}

.glyphicon-electrical-socket-us:before {
  content: "\e380";
}

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

.glyphicon-coat-hanger:before {
  content: "\e382";
}

.glyphicon-dress:before {
  content: "\e383";
}

.glyphicon-bathrobe:before {
  content: "\e384";
}

.glyphicon-shirt:before {
  content: "\e385";
}

.glyphicon-underwear:before {
  content: "\e386";
}

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

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

.glyphicon-exit:before {
  content: "\e389";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-radar:before {
  content: "\e401";
}

.glyphicon-skateboard:before {
  content: "\e402";
}

.glyphicon-golf-course:before {
  content: "\e403";
}

.glyphicon-sorting:before {
  content: "\e404";
}

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

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

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

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

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

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

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

.glyphicon-package:before {
  content: "\e412";
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-git-branch:before {
  content: "\e423";
}

.glyphicon-git-create:before {
  content: "\e424";
}

.glyphicon-git-private:before {
  content: "\e425";
}

.glyphicon-git-delete:before {
  content: "\e426";
}

.glyphicon-git-merge:before {
  content: "\e427";
}

.glyphicon-git-pull-request:before {
  content: "\e428";
}

.glyphicon-git-compare:before {
  content: "\e429";
}

.glyphicon-git-commit:before {
  content: "\e430";
}

.glyphicon-construction-cone:before {
  content: "\e431";
}

.glyphicon-shoe-steps:before {
  content: "\e432";
}

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

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

.glyphicon-redo:before {
  content: "\e435";
}

.glyphicon-undo:before {
  content: "\e436";
}

.glyphicon-golf:before {
  content: "\e437";
}

.glyphicon-hockey:before {
  content: "\e438";
}

.glyphicon-pipe:before {
  content: "\e439";
}

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

.glyphicon-folder-closed:before {
  content: "\e441";
}

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

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

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

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

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

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

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

.glyphicon-translate:before {
  content: "\e449";
}

.glyphicon-fax:before {
  content: "\e450";
}

.glyphicon-factory:before {
  content: "\e451";
}

.glyphicon-shop-window:before {
  content: "\e452";
}

.glyphicon-shop:before {
  content: "\e453";
}

.glyphicon-kiosk:before {
  content: "\e454";
}

.glyphicon-kiosk-wheels:before {
  content: "\e455";
}

.glyphicon-kiosk-light:before {
  content: "\e456";
}

.glyphicon-kiosk-food:before {
  content: "\e457";
}

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

.glyphicon-money:before {
  content: "\e459";
}

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

.glyphicon-blacksmith:before {
  content: "\e461";
}

.glyphicon-saw-blade:before {
  content: "\e462";
}

.glyphicon-basketball:before {
  content: "\e463";
}

.glyphicon-server:before {
  content: "\e464";
}

.glyphicon-server-plus:before {
  content: "\e465";
}

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

.glyphicon-server-ban:before {
  content: "\e467";
}

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

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

.glyphicon-server-new:before {
  content: "\e470";
}

.glyphicon-charging-station:before {
  content: "\F471";
}

.glyphicon-gas-station:before {
  content: "\e472";
}

.glyphicon-target:before {
  content: "\e473";
}

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

.glyphicon-mosquito-net:before {
  content: "\e475";
}

.glyphicon-dining-set:before {
  content: "\e476";
}

.glyphicon-plate-of-food:before {
  content: "\e477";
}

.glyphicon-hygiene-kit:before {
  content: "\e478";
}

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

.glyphicon-marriage:before {
  content: "\e480";
}

.glyphicon-bucket:before {
  content: "\e481";
}

.glyphicon-none-color-swatch:before {
  content: "\e482";
}

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

.glyphicon-bring-to-front:before {
  content: "\e484";
}

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

.glyphicon-send-to-back:before {
  content: "\e486";
}

.glyphicon-fit-frame-to-image:before {
  content: "\e487";
}

.glyphicon-fit-image-to-frame:before {
  content: "\e488";
}

.glyphicon-multiple-displays:before {
  content: "\e489";
}

.glyphicon-handshake:before {
  content: "\e490";
}

.glyphicon-child:before {
  content: "\e491";
}

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

.glyphicon-medicine:before {
  content: "\e493";
}

.glyphicon-atv-vehicle:before {
  content: "\e494";
}

.glyphicon-motorcycle:before {
  content: "\e495";
}

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

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

.glyphicon-glasses:before {
  content: "\e498";
}

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

.glyphicon-family:before {
  content: "\e500";
}

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

.glyphicon-shoes:before {
  content: "\e502";
}

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

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

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

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

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

.glyphicon-cluster:before {
  content: "\e508";
}

.glyphicon-flowchart:before {
  content: "\e509";
}

.glyphicon-commodities:before {
  content: "\e510";
}

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

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

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

.glyphicon-bath-bathtub:before {
  content: "\e514";
}

.glyphicon-bath-shower:before {
  content: "\e515";
}

.glyphicon-shower:before {
  content: "\1F6BF";
}

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

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

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

.glyphicon-currency-conversion:before {
  content: "\e520";
}

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

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

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

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

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

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

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

.glyphicon-database:before {
  content: "\e528";
}

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

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

.glyphicon-hazard-sign:before {
  content: "\e531";
}

.glyphicon-hazard:before {
  content: "\e532";
}

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

.glyphicon-lab:before {
  content: "\e534";
}

.glyphicon-lab-alt:before {
  content: "\e535";
}

.glyphicon-ice-cream:before {
  content: "\e536";
}

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

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

.glyphicon-invoice:before {
  content: "\e539";
}

.glyphicon-cart-tick:before {
  content: "\e540";
}

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

.glyphicon-cat:before {
  content: "\1F408";
}

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

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

.glyphicon-eye-plus:before {
  content: "\e545";
}

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

.glyphicon-quote:before {
  content: "\e547";
}

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

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

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

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

.glyphicon-podcast:before {
  content: "\e552";
}

.glyphicon-firework:before {
  content: "\e553";
}

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

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

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

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

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

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

.glyphicon-mic-mute:before {
  content: "\e560";
}

.glyphicon-voicemail:before {
  content: "\e561";
}

.glyphicon-paragraph:before {
  content: "\00B6";
}

.glyphicon-person-walking:before {
  content: "\e563";
}

.glyphicon-person-wheelchair:before {
  content: "\e564";
}

.glyphicon-underground:before {
  content: "\e565";
}

.glyphicon-car-hov:before {
  content: "\e566";
}

.glyphicon-car-rental:before {
  content: "\e567";
}

.glyphicon-transport:before {
  content: "\e568";
}

.glyphicon-taxi:before {
  content: "\1F695";
}

.glyphicon-ice-cream-no:before {
  content: "\e570";
}

.glyphicon-uk-rat-u:before {
  content: "\e571";
}

.glyphicon-uk-rat-pg:before {
  content: "\e572";
}

.glyphicon-uk-rat-12a:before {
  content: "\e573";
}

.glyphicon-uk-rat-12:before {
  content: "\e574";
}

.glyphicon-uk-rat-15:before {
  content: "\e575";
}

.glyphicon-uk-rat-18:before {
  content: "\e576";
}

.glyphicon-uk-rat-r18:before {
  content: "\e577";
}

.glyphicon-tv:before {
  content: "\e578";
}

.glyphicon-sms:before {
  content: "\e579";
}

.glyphicon-mms:before {
  content: "\e580";
}

.glyphicon-us-rat-g:before {
  content: "\e581";
}

.glyphicon-us-rat-pg:before {
  content: "\e582";
}

.glyphicon-us-rat-pg-13:before {
  content: "\e583";
}

.glyphicon-us-rat-restricted:before {
  content: "\e584";
}

.glyphicon-us-rat-no-one-17:before {
  content: "\e585";
}

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

.glyphicon-speakers:before {
  content: "\e587";
}

.glyphicon-remote-control:before {
  content: "\e588";
}

.glyphicon-remote-control-tv:before {
  content: "\e589";
}

.glyphicon-shredder:before {
  content: "\e590";
}

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

.glyphicon-person-running:before {
  content: "\e592";
}

.glyphicon-person:before {
  content: "\e593";
}

.glyphicon-voice:before {
  content: "\e594";
}

.glyphicon-stethoscope:before {
  content: "\e595";
}

.glyphicon-hotspot:before {
  content: "\e596";
}

.glyphicon-activity:before {
  content: "\e597";
}

.glyphicon-watch:before {
  content: "\231A";
}

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

.glyphicon-car-wheel:before {
  content: "\e600";
}

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

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

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

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

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

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

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

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

.glyphicon-newspaper:before {
  content: "\1F4F0";
}

.glyphicon-tractor:before {
  content: "\1F69C";
}

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Calibri, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #4a5559;
  background-color: #FFF;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #1B75BC;
  text-decoration: none;
}

a:hover, a:focus {
  color: #0e3d63;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #ccd3d5;
}

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Calibri, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.5;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #616f75;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 14px;
}

h5, .h5 {
  font-size: 12px;
}

h6, .h6 {
  font-size: 10px;
}

p {
  margin: 0 0 9.5px;
}

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

@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}

small,
.small {
  font-size: 92%;
}

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

.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, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #ccd3d5;
}

.text-primary {
  color: #1B75BC;
}

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

.text-success {
  color: #779625;
}

a.text-success:hover {
  color: #576d1b;
}

.text-info {
  color: #0089bc;
}

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

.text-warning {
  color: #ea7800;
}

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

.text-danger {
  color: #d01a24;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #1B75BC;
}

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

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

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

.bg-info {
  background-color: #70d8ff;
}

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

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

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

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

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

.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #ccd3d5;
}

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

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

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

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 16.25px;
  border-left: 5px solid #ccd3d5;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #4a5559;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ccd3d5;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.5;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #E63741;
  background-color: #e73c45;
  border-radius: 3px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #FFF;
  background-color: #323a3d;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #4a5559;
  background-color: #f1f2f3;
  border: 1px solid #ccd3d5;
  border-radius: 3px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 988px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1188px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px 10px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ccd3d5 !important;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccd3d5 !important;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ccd3d5 !important;
}

.table .table {
  background-color: #FFF;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ccd3d5 !important;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ccd3d5 !important;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

.table-hover > tbody > tr:hover {
  background-color: #f1f2f3;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f1f2f3;
}

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

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #d4e79f;
}

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

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #70d8ff;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #56d1ff;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #ffcf9e;
}

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f4a8ad;
}

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ccd3d5 !important;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 19.5px;
  line-height: inherit;
  color: #4a5559;
  border: 0;
  border-bottom: 1px solid #ccd3d5;
}

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

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

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

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

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 9px;
  font-size: 13px;
  line-height: 1.5;
  color: #616f75;
}

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #616f75;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #ccd3d5;
  border-radius: 3px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #1B75BC;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(27, 117, 188, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(27, 117, 188, 0.6);
}

.form-control::-moz-placeholder {
  color: #ccd3d5;
  opacity: 1;
}

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

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

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f1f2f3;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
  padding-bottom: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 37px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 48px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 19px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

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

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

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

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 12px 20px;
  font-size: 17px;
  line-height: 1.25;
  border-radius: 5px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px;
}

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

.form-group-lg .form-control {
  height: 48px;
  padding: 12px 20px;
  font-size: 17px;
  line-height: 1.25;
  border-radius: 5px;
}

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

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

.form-group-lg .form-control-static {
  height: 48px;
  padding: 12px 20px;
  font-size: 17px;
  line-height: 1.25;
  min-height: 36px;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 46.25px;
}

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

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

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

.has-success .form-control {
  border-color: #779625;
  -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: #576d1b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #afd34d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #afd34d;
}

.has-success .input-group-addon {
  color: #779625;
  border-color: #779625;
  background-color: #d4e79f;
}

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

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

.has-warning .form-control {
  border-color: #ea7800;
  -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: #b75e00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaa51;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaa51;
}

.has-warning .input-group-addon {
  color: #ea7800;
  border-color: #ea7800;
  background-color: #ffcf9e;
}

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

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

.has-error .form-control {
  border-color: #d01a24;
  -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: #a3141c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec646c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec646c;
}

.has-error .input-group-addon {
  color: #d01a24;
  border-color: #d01a24;
  background-color: #f4a8ad;
}

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

.has-feedback label ~ .form-control-feedback {
  top: 24px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .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,
  .form-inline .input-group .input-group-btn,
  .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,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}

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

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.btn:hover, .btn:focus, .btn.focus {
  color: #4a5559;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -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.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #4a5559;
  background-color: #FFF;
  border-color: #b0babe;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #4a5559;
  background-color: #e6e6e6;
  border-color: #8f9da2;
}

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

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #FFF;
  border-color: #b0babe;
}

.btn-default .badge {
  color: #FFF;
  background-color: #4a5559;
}

.btn-primary {
  color: #FFF;
  background-color: #00AEEF;
  border-color: #00AEEF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #0089bc;
  border-color: #0081b2;
}

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

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #00AEEF;
  border-color: #00AEEF;
}

.btn-primary .badge {
  color: #00AEEF;
  background-color: #FFF;
}

.btn-success {
  color: #FFF;
  background-color: #A6CE39;
  border-color: #A6CE39;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #88aa2a;
  border-color: #81a228;
}

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

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

.btn-success .badge {
  color: #A6CE39;
  background-color: #FFF;
}

.btn-info {
  color: #FFF;
  background-color: #00AEEF;
  border-color: #00AEEF;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #0089bc;
  border-color: #0081b2;
}

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

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

.btn-info .badge {
  color: #00AEEF;
  background-color: #FFF;
}

.btn-warning {
  color: #FFF;
  background-color: #FF911E;
  border-color: #FF911E;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #FFF;
  background-color: #ea7800;
  border-color: #e07200;
}

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

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

.btn-warning .badge {
  color: #FF911E;
  background-color: #FFF;
}

.btn-danger {
  color: #FFF;
  background-color: #E63741;
  border-color: #E63741;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #d01a24;
  border-color: #c71923;
}

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

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

.btn-danger .badge {
  color: #E63741;
  background-color: #FFF;
}

.btn-link {
  color: #1B75BC;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #0e3d63;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #ccd3d5;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 12px 20px;
  font-size: 17px;
  line-height: 1.25;
  border-radius: 5px;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.dropup,
.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;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #f1f2f3;
  border: 1px solid #ccd3d5;
  border: 1px solid #ccd3d5;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #ccd3d5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #4a5559;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #1B75BC;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #FFF;
  text-decoration: none;
  outline: 0;
  background-color: #1B75BC;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #bec6c9;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

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

.open > a {
  outline: 0;
}

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -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 .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 6px 6px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 6px 6px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .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-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 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,
.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-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #616f75;
  text-align: center;
  background-color: #f1f2f3;
  border: 1px solid #ccd3d5;
  border-radius: 3px;
}

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

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 12px 20px;
  font-size: 17px;
  border-radius: 5px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

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

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

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

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #476179;
}

.nav > li.disabled > a {
  color: #ccd3d5;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #ccd3d5;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #476179;
  border-color: #1B75BC;
}

.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ccd3d5;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #ccd3d5 #ccd3d5 #ccd3d5;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #616f75;
  background-color: #FFF;
  border: 1px solid #ccd3d5;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 3px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #FFF;
  background-color: #1B75BC;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

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

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ccd3d5;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ccd3d5;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #FFF;
  }
}

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 44px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 24px;
  padding-left: 24px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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 .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -24px;
  margin-left: -24px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

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

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 12.5px 24px;
  font-size: 17px;
  line-height: 19px;
  height: 44px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -24px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 24px;
  padding: 9px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}

.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;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.25px -24px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 19px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}

.navbar-form {
  margin-left: -24px;
  margin-right: -24px;
  padding: 10px 24px;
  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);
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}

@media (min-width: 768px) {
  .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,
  .navbar-form .input-group .input-group-btn,
  .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,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 11px;
  margin-bottom: 11px;
}

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

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -24px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #1B75BC;
  border-color: #1B75BC;
}

.navbar-default .navbar-brand {
  color: #FFF;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #ccd3d5;
  background-color: none;
}

.navbar-default .navbar-text {
  color: #FFF;
}

.navbar-default .navbar-nav > li > a {
  color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #e6e6e6;
  background-color: #15598f;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #e6e6e6;
  background-color: #15598f;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccd3d5;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #15598f;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #1B75BC;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #15598f;
  color: #e6e6e6;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e6e6e6;
    background-color: #15598f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e6e6e6;
    background-color: #15598f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccd3d5;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #FFF;
}

.navbar-default .navbar-link:hover {
  color: #e6e6e6;
}

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

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #e6e6e6;
}

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

.navbar-inverse {
  background-color: #f1f2f3;
  border-color: #f1f2f3;
}

.navbar-inverse .navbar-brand {
  color: #4a5559;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #FFF;
  background-color: none;
}

.navbar-inverse .navbar-text {
  color: #4a5559;
}

.navbar-inverse .navbar-nav > li > a {
  color: #4a5559;
}

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

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #d5dadc;
}

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

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #d5dadc;
}

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

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #dde1e3;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #d5dadc;
  color: #FFF;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #f1f2f3;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #f1f2f3;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #4a5559;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #FFF;
    background-color: #d5dadc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFF;
    background-color: #d5dadc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccd3d5;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #4a5559;
}

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

.navbar-inverse .btn-link {
  color: #4a5559;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #FFF;
}

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: #FFF;
  border-radius: 3px;
}

.breadcrumb > li {
  display: inline-block;
  margin-right: 1px;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #1B75BC;
}

.breadcrumb > .active {
  color: #4a5559;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 3px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #4a5559;
  background-color: #FFF;
  border: 1px solid #ccd3d5;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #4a5559;
  background-color: #f1f2f3;
  border-color: #ccd3d5;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #FFF;
  background-color: #1B75BC;
  border-color: #1B75BC;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ccd3d5;
  background-color: #FFF;
  border-color: #ccd3d5;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 20px;
  font-size: 17px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 12px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 19px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

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

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f1f2f3;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #ccd3d5;
  background-color: #FFF;
  cursor: not-allowed;
}

.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;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #FFF;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #e6e6e6;
}

.label-primary {
  background-color: #1B75BC;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #15598f;
}

.label-success {
  background-color: #A6CE39;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #88aa2a;
}

.label-info {
  background-color: #00AEEF;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #0089bc;
}

.label-warning {
  background-color: #FF911E;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ea7800;
}

.label-danger {
  background-color: #E63741;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #d01a24;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #E63741;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1B75BC;
  background-color: #FFF;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f1f2f3;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5dadc;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 5px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}

.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 3px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #d4e79f;
  border-color: #A6CE39;
  color: #779625;
}

.alert-success hr {
  border-top-color: #98be2f;
}

.alert-success .alert-link {
  color: #576d1b;
}

.alert-info {
  background-color: #70d8ff;
  border-color: #00AEEF;
  color: #0089bc;
}

.alert-info hr {
  border-top-color: #009bd6;
}

.alert-info .alert-link {
  color: #006489;
}

.alert-warning {
  background-color: #ffcf9e;
  border-color: #FF911E;
  color: #ea7800;
}

.alert-warning hr {
  border-top-color: #ff8505;
}

.alert-warning .alert-link {
  color: #b75e00;
}

.alert-danger {
  background-color: #f4a8ad;
  border-color: #E63741;
  color: #d01a24;
}

.alert-danger hr {
  border-top-color: #e3202b;
}

.alert-danger .alert-link {
  color: #a3141c;
}

@-webkit-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;
  }
}

.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #ccd3d5;
  border-radius: 3px;
  -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: 19px;
  color: #FFF;
  text-align: center;
  background-color: #1B75BC;
  -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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.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);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.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: #A6CE39;
}

.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-bar-info {
  background-color: #00AEEF;
}

.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-bar-warning {
  background-color: #FF911E;
}

.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-bar-danger {
  background-color: #E63741;
}

.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);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  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 {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #FFF;
  border: 1px solid #ccd3d5;
}

.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f1f2f3;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f1f2f3;
  color: #ccd3d5;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #ccd3d5;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #FFF;
  background-color: #00AEEF;
  border-color: #ccd3d5;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #bcedff;
}

.list-group-sub-item {
  padding-left: 35px;
}

.list-group-item-success {
  color: #779625;
  background-color: #d4e79f;
}

a.list-group-item-success {
  color: #779625;
}

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

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #779625;
  background-color: #cbe28b;
}

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

.list-group-item-info {
  color: #0089bc;
  background-color: #70d8ff;
}

a.list-group-item-info {
  color: #0089bc;
}

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

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #0089bc;
  background-color: #56d1ff;
}

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

.list-group-item-warning {
  color: #ea7800;
  background-color: #ffcf9e;
}

a.list-group-item-warning {
  color: #ea7800;
}

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

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

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

.list-group-item-danger {
  color: #d01a24;
  background-color: #f4a8ad;
}

a.list-group-item-danger {
  color: #d01a24;
}

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

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

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

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 19px;
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 18px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f1f2f3;
  border-top: 1px solid #ccd3d5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 18px;
  padding-right: 18px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 4px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 4px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 4px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 4px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ccd3d5 !important;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

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

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

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

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

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ccd3d5;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ccd3d5;
}

.panel-default {
  border-color: #ccd3d5;
}

.panel-default > .panel-heading {
  color: #4a5559;
  background-color: #FFF;
  border-color: #ccd3d5;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ccd3d5;
}

.panel-default > .panel-heading .badge {
  color: #FFF;
  background-color: #4a5559;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ccd3d5;
}

.panel-primary {
  border-color: #1B75BC;
}

.panel-primary > .panel-heading {
  color: #FFF;
  background-color: #1B75BC;
  border-color: #1B75BC;
}

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

.panel-primary > .panel-heading .badge {
  color: #1B75BC;
  background-color: #FFF;
}

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

.panel-success {
  border-color: #A6CE39;
}

.panel-success > .panel-heading {
  color: #FFF;
  background-color: #d4e79f;
  border-color: #A6CE39;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #A6CE39;
}

.panel-success > .panel-heading .badge {
  color: #d4e79f;
  background-color: #FFF;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #A6CE39;
}

.panel-info {
  border-color: #00AEEF;
}

.panel-info > .panel-heading {
  color: #FFF;
  background-color: #70d8ff;
  border-color: #00AEEF;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00AEEF;
}

.panel-info > .panel-heading .badge {
  color: #70d8ff;
  background-color: #FFF;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00AEEF;
}

.panel-warning {
  border-color: #FF911E;
}

.panel-warning > .panel-heading {
  color: #FFF;
  background-color: #ffcf9e;
  border-color: #FF911E;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FF911E;
}

.panel-warning > .panel-heading .badge {
  color: #ffcf9e;
  background-color: #FFF;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FF911E;
}

.panel-danger {
  border-color: #E63741;
}

.panel-danger > .panel-heading {
  color: #FFF;
  background-color: #f4a8ad;
  border-color: #E63741;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #E63741;
}

.panel-danger > .panel-heading .badge {
  color: #f4a8ad;
  background-color: #FFF;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #E63741;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 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: #feffff;
  border: 1px solid #ebedee;
  border-radius: 3px;
  -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);
}

.well-lg {
  padding: 24px;
  border-radius: 5px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-shadow: 0 1px 0 #FFF;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #FFF;
  border: 1px solid #616f75;
  border: 1px solid #ccd3d5;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #040505;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #ccd3d5;
  min-height: 16.5px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

i + .modal-title {
  display: inline-block;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #ccd3d5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .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) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Calibri, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #00AEEF;
  border-radius: 3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00AEEF;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00AEEF;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00AEEF;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #00AEEF;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #00AEEF;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00AEEF;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00AEEF;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00AEEF;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Calibri, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #ccd3d5;
  border: 1px solid #ccd3d5;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

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

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

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

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

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}

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

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

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

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #94a2a7;
  border-top-color: fadein(#ccd3d5, 5%);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #FFF;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #94a2a7;
  border-right-color: fadein(#ccd3d5, 5%);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #FFF;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #94a2a7;
  border-bottom-color: fadein(#ccd3d5, 5%);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #FFF;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #94a2a7;
  border-left-color: fadein(#ccd3d5, 5%);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #FFF;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #FFF;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #FFF;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #FFF;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.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,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*.navbar {

  &[class*="-inverse"] {

    .badge {
      background-color: #fff;
      color: $brand-primary;
    }
  }
}*/
body {
  -webkit-font-smoothing: antialiased;
}

.text-primary,
.text-primary:hover {
  color: #1B75BC;
}

.text-success,
.text-success:hover {
  color: #A6CE39;
}

.text-danger,
.text-danger:hover {
  color: #E63741;
}

.text-warning,
.text-warning:hover {
  color: #FF911E;
}

.text-info,
.text-info:hover {
  color: #00AEEF;
}

table a:not(.btn),
.table a:not(.btn) {
  text-decoration: underline;
}

table .dropdown-menu a,
.table .dropdown-menu a {
  text-decoration: none;
}

table .success,
table .warning,
table .danger,
table .info,
.table .success,
.table .warning,
.table .danger,
.table .info {
  color: #fff;
}

table .success a,
table .warning a,
table .danger a,
table .info a,
.table .success a,
.table .warning a,
.table .danger a,
.table .info a {
  color: #fff;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .form-control-feedback {
  color: #FF911E;
}

.has-warning .form-control,
.has-warning .form-control:focus,
.has-warning .input-group-addon {
  border: 1px solid #FF911E;
}

.has-error .help-block,
.has-error .control-label,
.has-error .form-control-feedback {
  color: #E63741;
}

.has-error .form-control,
.has-error .form-control:focus,
.has-error .input-group-addon {
  border: 1px solid #E63741;
}

.has-success .help-block,
.has-success .control-label,
.has-success .form-control-feedback {
  color: #A6CE39;
}

.has-success .form-control,
.has-success .form-control:focus,
.has-success .input-group-addon {
  border: 1px solid #A6CE39;
}

.nav-pills > li > a {
  border-radius: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: none;
}

.close {
  text-decoration: none;
  text-shadow: none;
  opacity: 0.4;
}

.close:hover, .close:focus {
  opacity: 1;
}

.alert {
  border: none;
}

.alert .alert-link {
  text-decoration: underline;
  color: #fff;
}

.label {
  /* border-radius: 0; */
}

.progress {
  height: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress .progress-bar {
  font-size: 8px;
  line-height: 8px;
}

.panel[class*="-heading"], .panel[class*="-footer"] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel[class*="-default"] .close {
  color: #4a5559;
}

a.list-group-item[class*="-success"].active {
  background-color: #d4e79f;
}

a.list-group-item[class*="-success"].active:hover, a.list-group-item[class*="-success"].active:focus {
  background-color: #cbe28b;
}

a.list-group-item[class*="-warning"].active {
  background-color: #ffcf9e;
}

a.list-group-item[class*="-warning"].active:hover, a.list-group-item[class*="-warning"].active:focus {
  background-color: #ffc384;
}

a.list-group-item[class*="-danger"].active {
  background-color: #f4a8ad;
}

a.list-group-item[class*="-danger"].active:hover, a.list-group-item[class*="-danger"].active:focus {
  background-color: #f19297;
}

.modal .close {
  color: #4a5559;
}

.popover {
  color: #4a5559;
}

#nav-left {
  height: 100%;
}

#nav-left i {
  font-size: larger;
  margin-right: 5px;
}

#nav-left #side-menu li {
  width: 100%;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: transparent;
}

#nav-left #side-menu li.active {
  border-left-color: #e6e6e6;
}

#nav-left #side-menu li > a {
  padding: 14px 20px 14px 23px;
}

#nav-left #side-menu li > ul {
  width: 100%;
}

#nav-left .arrow {
  float: right;
}

#nav-left .fa.arrow:before {
  content: "\f104";
}

#nav-left .active > a > .fa.arrow:before {
  content: "\f107";
}

body.std-navbar .logo-element {
  width: 170px;
  height: 77px;
  margin: 0 12px 36px;
  background-image: url(../Images/Accent_AppLogo_Reversed_W1.png);
  background-repeat: no-repeat;
  background-position: center;
}

body.std-navbar .nav-second-level {
  background-color: #196daf;
}

body.std-navbar .nav-second-level li a {
  padding: 7px 10px 7px 57px !important;
}

body.mini-navbar #page-wrapper {
  margin: 0 0 0 70px;
}

body.mini-navbar #nav-left {
  width: 70px;
}

body.mini-navbar #nav-left #side-menu {
  margin: 10px 0;
}

body.mini-navbar #nav-left .nav-label, body.mini-navbar #nav-left .arrow {
  display: none;
}

body.mini-navbar #nav-left .nav-label .navbar-default .nav > li > .nav-second-level li a, body.mini-navbar #nav-left .arrow .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}

body.mini-navbar #nav-left .nav-second-level {
  position: absolute;
  left: 68px;
  top: 0;
  background: #196daf;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  white-space: nowrap;
}

body.mini-navbar #nav-left .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}

body.mini-navbar #nav-left .nav-second-level.visible {
  display: block;
  border-radius: 0 2px 2px 0;
  min-width: 140px;
  height: auto;
}

body.mini-navbar #nav-left .logo-element {
  width: 32px;
  height: 32px;
  background-image: url(../Images/Accent_Icon_Reversed_48.png) no-repeat;
  /*background-image: url(../Images/Connect_Logo_32.png);*/
  margin-left: 17px;
  margin-bottom: 15px;
  border-radius: 50%;
}

.nav.nav-second-level > li.active {
  border: none;
}

.nav.nav-second-level.collapse[style] {
  height: auto !important;
}

.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important;
}

.nav-third-level li a {
  padding-left: 67px;
}

body.mini-navbar:not(.fixed-sidebar):not(.canvas-menu) .nav-second-level {
  display: none;
}

.pace-done .navbar-static-side, .pace-done .nav-header, .pace-done li.active, .pace-done #page-wrapper, .pace-done .footer {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  body.mini-navbar #nav-left .navbar-nav, body.std-navbar #nav-left .navbar-nav {
    margin: 0;
  }
  body.mini-navbar #nav-left .nav-header, body.std-navbar #nav-left .nav-header {
    height: 55px;
  }
  body.mini-navbar #page-wrapper, body.std-navbar #page-wrapper {
    margin: 0 0 0 0;
  }
}

.navbar-inverse {
  background-color: #edf0f1;
  border-color: #edf0f1;
}

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

#nav-left {
  /*background-image: url(../Images/nav-bg-tile.png);*/
  background-image: url(../Images/Accent_NavPattern_W2.png);
  background-color: #707070;
  border-color: #707070;
  transition: all 0.5s;
}

#nav-left #side-menu li {
  border: none;
}

/*body.std-navbar .logo-element {
    width: 100%;
    height: 100px;
    background-image: url(../Images/Accent_AppLogo_Reversed_W1.png);
    background-repeat: no-repeat;
    background-position: center;*/
/*@media screen and (max-width: 1199px) {
       display: none;
    }*/
/*}*/
body.mini-navbar #nav-left .logo-element {
  width: 100%;
  height: 48px;
  margin: auto;
  border-radius: 0;
  background-image: url(../Images/Accent_Icon_Reversed_48.png);
  background-repeat: no-repeat;
  background-position: center;
  /*@media screen and (min-width: 1200px) {
        display: none;
    }*/
}

body.mini-navbar #nav-left .nav-second-level {
  padding: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: rgba(93, 105, 110, 0.5);
}

.navbar-nav .nav-second-level > .active > a {
  background-color: #5C6A6F;
}

body.mini-navbar #nav-left .nav-second-level {
  background-image: url(../Images/nav-bg-tile.png);
  background-color: #8D9DA3;
}

@media (max-width: 1200px) {
  body.mini-navbar #nav-left .nav-second-level {
    background-image: none;
  }
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #5C6A6F;
}

.navbar-inverse .navbar-nav > li > a {
  margin: 6px 0 0 0;
}

body.std-navbar .nav-second-level {
  background-color: #8D9DA3;
  border-color: #000;
  overflow: hidden;
}

ul.nav.navbar-nav.nav-second-level.expanded-second-level-nav.collapse {
  padding-right: 0;
}

.windowSizeChecker {
  float: right;
}

@media screen and (max-width: 1199px) {
  .windowSizeChecker {
    float: none;
  }
}

/* Custom, iPhone Retina */
@media (min-width: 768px) {
  .navbar-nav {
    float: right !important;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-minimalize {
    display: inline-block;
  }
  body.mini-navbar #nav-left {
    width: 0;
    overflow: hidden;
  }
  .navbar-static-side {
    display: initial;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .navbar-minimalize {
    display: none;
  }
  #nav-left #side-menu li > ul {
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .navbar-minimalize {
    display: none;
  }
}

.header-logo {
  width: 220px;
  height: 57px;
  background-image: url(../Images/accent-text-logo.png);
  background-repeat: no-repeat;
  background-position: left;
}

.navbar-collapse.collapse {
  padding-top: 12px;
  margin-top: 0;
  margin-right: 0;
}

ul#side-menu {
  padding: 0;
}

.navbar-collapse .nav > li > a:hover {
  color: #00AEEF !important;
  background-color: transparent;
}

#content-area.container-fluid {
  height: calc(100% - 115px);
  background-color: #f1f2f3;
  padding-top: 24px;
  padding-bottom: 24px;
}

#content-area > .row {
  height: 100%;
}

#content-area > .row > div {
  height: 100%;
}

#content-area .rightColumn, #content-area .leftColumn {
  transition: width;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition-delay: 0;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

#content-area .rightColumn {
  padding-left: 0;
}

#content-area .rightColumn .library-tree-control {
  display: none;
}

@media (max-width: 768px) {
  #content-area .rightColumn {
    transition: left;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition-delay: 0;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  #content-area .rightColumn.col-xs-12 {
    display: block !important;
    width: 100%;
    left: 0;
    position: absolute;
    padding-left: 24px !important;
  }
  #content-area .rightColumn.col-xs-12 .library-tree-control {
    display: block !important;
  }
  #content-area .rightColumn.col-xs-0 {
    display: block !important;
    width: 100%;
    position: absolute;
    left: 101%;
  }
  #content-area .leftColumn {
    transition: right;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    transition-delay: 0;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  #content-area .leftColumn.col-xs-12 {
    display: block !important;
    width: 100%;
    right: 0;
    position: absolute;
  }
  #content-area .leftColumn.col-xs-0 {
    display: block !important;
    width: 100%;
    position: absolute;
    right: 101%;
  }
}

.tree-group {
  margin-bottom: 0;
  padding-left: 0;
}

.tree-sub-items + .tree-group {
  padding: 0;
  border-left: 1px solid #ccc;
  margin: 0 0 0 18px;
}

.tree-sub-items + .tree-group .tree-group-item {
  padding: 4px 10px;
}

.tree-sub-items + .tree-group .tree-group-item:last-child {
  margin-bottom: 0;
}

.tree-group-item {
  position: relative;
  display: block;
  padding: 10px 8px 6px 18px;
  background-color: #FFF;
  border: 1px solid #ccd3d5;
}

.tree-group-item .tree-icon {
  padding-right: 5px;
  color: #8D9DA3;
}

a.tree-group-item {
  color: #555;
}

a.tree-group-item .tree-group-item-heading {
  color: #333;
}

a.tree-group-item:hover, a.tree-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f1f2f3;
}

a.tree-group-item.tree-item-selected, a.tree-group-item.tree-item-selected + .tree-group {
  background-color: #FFF;
  color: #00AEEF;
  border-left-color: #00AEEF;
}

.tree-group-item.disabled, .tree-group-item.disabled:hover, .tree-group-item.disabled:focus {
  background-color: #f1f2f3;
  color: #ccd3d5;
  cursor: not-allowed;
}

.tree-group-item.disabled .tree-group-item-heading, .tree-group-item.disabled:hover .tree-group-item-heading, .tree-group-item.disabled:focus .tree-group-item-heading {
  color: inherit;
}

.tree-group-item.disabled .tree-group-item-text, .tree-group-item.disabled:hover .tree-group-item-text, .tree-group-item.disabled:focus .tree-group-item-text {
  color: #ccd3d5;
}

.tree-group-item.active, .tree-group-item.active:hover, .tree-group-item.active:focus, .tree-group-item.tree-item-selected {
  z-index: 2;
  color: #FFF;
  background-color: #00AEEF;
  border-color: #ccd3d5;
}

.tree-group-item.active .tree-group-item-heading,
.tree-group-item.active .tree-group-item-heading > small,
.tree-group-item.active .tree-group-item-heading > .small, .tree-group-item.active:hover .tree-group-item-heading,
.tree-group-item.active:hover .tree-group-item-heading > small,
.tree-group-item.active:hover .tree-group-item-heading > .small, .tree-group-item.active:focus .tree-group-item-heading,
.tree-group-item.active:focus .tree-group-item-heading > small,
.tree-group-item.active:focus .tree-group-item-heading > .small, .tree-group-item.tree-item-selected .tree-group-item-heading,
.tree-group-item.tree-item-selected .tree-group-item-heading > small,
.tree-group-item.tree-item-selected .tree-group-item-heading > .small {
  color: inherit;
}

.tree-group-item.active .tree-group-item-text, .tree-group-item.active:hover .tree-group-item-text, .tree-group-item.active:focus .tree-group-item-text, .tree-group-item.tree-item-selected .tree-group-item-text {
  color: #bcedff;
}

.tree-group-sub-item {
  padding-left: 35px;
}

.list-group-item-success {
  color: #779625;
  background-color: #d4e79f;
}

a.list-group-item-success {
  color: #779625;
}

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

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #779625;
  background-color: #cbe28b;
}

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

.list-group-item-info {
  color: #0089bc;
  background-color: #70d8ff;
}

a.list-group-item-info {
  color: #0089bc;
}

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

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #0089bc;
  background-color: #56d1ff;
}

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

.list-group-item-warning {
  color: #ea7800;
  background-color: #ffcf9e;
}

a.list-group-item-warning {
  color: #ea7800;
}

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

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

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

.list-group-item-danger {
  color: #d01a24;
  background-color: #f4a8ad;
}

a.list-group-item-danger {
  color: #d01a24;
}

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

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

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

.tree-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.tree-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

panel-heading .library-tree-control {
  float: right;
  position: relative;
  background-color: transparent;
}

panel-heading .library-tree-control i.fa {
  border: #fff;
  background-color: transparent;
  color: #fff;
}

.file-item {
  width: calc(100% - 16px);
  position: relative;
  margin: 8px;
  padding: 4px 5px 3px;
  display: block;
  float: left;
  background-color: #efefef;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 200px;
}

.file-name {
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.file-thumbnail {
  border: 1px solid transparent;
  transition: border-color 1s ease-in-out;
  border-radius: 3px;
  position: relative;
  display: block;
}

.file-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  background-color: rgba(119, 118, 118, 0.7);
  height: 164px;
  text-align: center;
  padding: 18% 20%;
  line-height: initial;
}

.file-actions button {
  width: 30px;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  margin: 4px auto;
}

.file-item:hover .file-actions {
  display: block;
  opacity: 1;
}

.file-menu {
  position: absolute;
  left: 0;
  top: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 690px) {
  .file-item {
    width: calc(50% - 16px);
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .file-item {
    width: calc(33.33% - 16px);
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .file-item {
    width: calc(33.33% - 16px);
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .file-item {
    width: calc(25% - 16px);
    max-width: 200px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1500px) {
  .file-item {
    max-width: 190px;
  }
}

a.library-tree-control {
  float: right;
  color: #fff;
}

.file-detail-item {
  display: inline-block;
  width: calc(100% - 16px);
  border-bottom: 1px solid #eee;
  margin: 8px 8px 0 8px;
  padding-bottom: 8px;
}

.file-detail-item .file-thumbnail {
  float: left;
  width: 175px;
}

.file-detail-item .file-details {
  display: inline-block;
  width: calc(100% - 175px);
  padding-left: 8px;
}

.file-detail-item:after {
  clear: both;
}

.slide-item .file-thumbnail {
  height: 70px;
}

.slide-item .file-thumbnail .thumbnail {
  height: 100%;
}

.incart.btn-addtocart.icon-incart:before, .incart.btn-addtocart .icon-incart:before, .incart .btn-addtocart.icon-incart:before, .incart .btn-addtocart .icon-incart:before {
  color: #A6CE39 !important;
}

.incart .icon-cart:before, .incart .incart-toggle:before {
  color: #A6CE39 !important;
}

.incart .border-incart, .incart.border-incart, .incart .file-thumbnail {
  border-color: #A6CE39;
}

.icon-cart:before {
  content: "" !important;
}

.btn-addtocart {
  color: #A6CE39;
  transition: background-color 0.1s linear;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}

.btn-addtocart.icon-notincart:before {
  content: "";
  color: #ccd3d5;
  transition: background-color 0.1s linear;
}

#preview-dialog {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
}

#preview-dialog .title,
#preview-dialog .indicator,
#preview-dialog .preview-controls,
#preview-dialog .prev,
#preview-dialog .next {
  display: block;
  opacity: 0;
  transition: opacity .4s ease-in-out;
}

#preview-dialog.show-controls .title,
#preview-dialog.show-controls .indicator,
#preview-dialog.show-controls .preview-controls {
  opacity: 1;
}

#preview-dialog.show-controls .prev,
#preview-dialog.show-controls .next {
  opacity: .5;
}

#preview-dialog.show-controls .prev:hover,
#preview-dialog.show-controls .next:hover {
  opacity: 1;
}

#preview-dialog .blueimp-gallery-left .prev,
#preview-dialog .blueimp-gallery-right .next {
  display: none;
}

@media (max-width: 769px) {
  #preview-dialog .title,
  #preview-dialog .indicator,
  #preview-dialog .prev,
  #preview-dialog .next {
    display: none;
  }
  #preview-dialog .preview-controls {
    opacity: 1;
  }
}

.preview-wrapper {
  position: relative;
  height: 100%;
  z-index: 1200;
}

.preview-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.preview-control {
  display: inline-block;
  width: 35px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  text-decoration: none;
  user-select: none;
  padding: 10px;
  margin: 0 10px;
  cursor: pointer;
  z-index: 3;
  opacity: .8;
}

.preview-control:hover {
  opacity: 1;
}

.preview-container {
  position: relative;
  height: 100%;
  z-index: 2;
}

#preview-gallery {
  height: 100%;
}

.blueimp-gallery {
  background: rgba(52, 59, 62, 0.7);
}

.blueimp-gallery .title {
  background: rgba(52, 59, 62, 0.9);
  width: 100%;
  padding: 10px 30px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 17px;
}

.blueimp-gallery .slides {
  padding: 60px 0 100px;
}

.blueimp-gallery .slide .video-content video {
  display: block !important;
  height: 100% !important;
}

.blueimp-gallery .slide .video-content img.toggle,
.blueimp-gallery .slide .video-content a {
  display: none;
}

.blueimp-gallery .slide .text-content audio {
  margin-top: 100px !important;
}

.blueimp-gallery .preview-nav {
  height: 100%;
  font-family: Arial, sans-serif !important;
  font-size: 50px;
  line-height: 32px;
}

.blueimp-gallery .preview-nav-left {
  margin-left: -2px;
}

.blueimp-gallery .preview-nav-right {
  margin-right: -2px;
}

.blueimp-gallery .indicator {
  background: rgba(52, 59, 62, 0.9);
  height: 85px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.owl-carousel,
.owl-wrapper-outer,
.owl-wrapper,
.owl-item {
  height: 100%;
}

.owl-carousel {
  display: block;
  position: relative;
  width: 100%;
}

.owl-wrapper {
  margin-left: 20px;
  transition: all .2s ease-in-out;
}

.owl-item {
  margin: 0 5px;
  width: auto !important;
}

.carousel-item {
  width: 100%;
  height: 100%;
  padding: 5px;
  cursor: pointer;
  opacity: 0.5;
}

.carousel-item.active {
  opacity: 1;
}

.carousel-thumbnail-wrapper {
  height: 100%;
}

.carousel-thumbnail {
  height: 100%;
}

/* Topics Component for topic items and related topic content

    This is assumed that it will be put in something with dimensions such as a panel or col.

*/
.panel-heading.topic-heading {
  height: 41px;
}

.topic-heading {
  border-bottom: 1px solid #ccd3d5;
}

.topic-body > div {
  display: table-cell;
}

.topic-body .topic-body-container {
  width: 100%;
}

.topic-reply {
  padding: 24px;
  background-color: #f1f2f3;
}

.topic-reply .topic-reply-buttons button {
  margin-left: 12px;
  display: inline-block;
}

.edit-btn {
  background: none;
  border: none;
  outline: none;
  padding: 0 24px;
}

.edit-btn:hover {
  background: none;
}

.edit-btn:focus {
  background: none;
}

.edit-btn:active {
  background: none;
  box-shadow: none;
}

.edit-btn-group {
  padding: 0 0 0 6px;
  font-size: 10px;
}

/*.edit-btn-group::before {
    content: " | ";
}*/
#TopicThreadPanel {
  height: calc(100% - 48px);
}

#TopicThreadPanel .fa-pencil {
  padding-right: 4px;
}

#TopicThreadPanel .edit-btn:hover {
  color: #00AEEF;
}

.topic-message-item {
  padding: 24px;
  background-color: #f1f2f3;
  margin-top: 1px;
  border-top: 1px solid #fff;
}

.topic-message-item form > div {
  display: table-cell;
  vertical-align: top;
}

.topic-message-item .topic-message-body {
  width: 100%;
}

.controls-panel {
  padding: 0;
  margin-bottom: 24px;
  /*border-bottom: 1px solid #ccd3d5;*/
}

.controls-panel .btn-control-group {
  padding: 0 4px;
}

.controls-panel .topics-myPosts {
  margin-right: 5px;
}

.controls-panel #message-controls {
  height: 32px;
}

.controls-panel #list-controls, .controls-panel #message-controls {
  /*height: 31px;*/
  padding: 1px;
}

.controls-panel #list-controls .btn-state > i, .controls-panel #message-controls .btn-state > i {
  display: initial;
}

@media (max-width: 1650px) and (min-width: 1601px) {
  .controls-panel #list-controls .btn-state > i, .controls-panel #message-controls .btn-state > i {
    display: none;
  }
}

.controls-panel .sort-container {
  padding: 0 4px;
}

@media (max-width: 1600px) {
  .controls-panel .sort-container {
    display: none;
  }
}

.controls-panel .sort-container .form-control {
  height: 30px;
  margin-bottom: 5px;
  padding: 6px 24px;
  line-height: initial;
}

.controls-panel .search-container {
  padding: 0 4px;
  margin-top: 12px;
  /*margin-bottom: -8px;*/
}

@media (min-width: 1601px) {
  .controls-panel .search-container {
    margin-top: 42px;
  }
}

.single-icon-group {
  padding: 0 4px;
}

@media (max-width: 1601px) {
  .single-icon-group {
    display: none;
  }
}

.btn-control-group,
.btn-sort-group {
  display: none;
}

@media (max-width: 1600px) {
  .btn-control-group,
  .btn-sort-group {
    display: inline-block;
  }
}

.btn-sort-group {
  padding: 0 4px;
}

.topic-list-data {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.topic-list-data #topics-list {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nano > .topic-list-data.nano-content {
  margin-bottom: -17px;
}

.topic-list-panel {
  padding: 0;
  border-radius: 0;
}

.topic-list-panel .topic-list-item {
  padding: 12px 24px;
  border-bottom: 1px solid #ccd3d5;
}

.topic-list-panel .topic-list-item .topic-headline {
  font-size: 16px;
}

.topic-list-panel .topic-list-item > a {
  white-space: initial;
}

.topic-list-panel .topic-headline {
  width: 80%;
}

.topic-list-panel .reply-container {
  margin-top: 8px;
}

.topic-list-panel .reply-container .reply-text {
  font-size: 12px;
  margin-right: 5px;
}

.topic-list-panel .reply-container .topic-badge {
  /*background-color: #5c6a6f;*/
  background-color: #616f75;
}

.topic-list-panel .topic-text-small {
  font-size: 10px;
}

@media (max-width: 1600px) {
  .topic-list-panel .topic-text-small {
    display: none;
  }
}

.topic-list-panel .topic-fullname {
  font-size: 13px;
}

.topic-list-panel .topic-date {
  margin-top: 5px;
  font-size: 10px;
  float: right;
}

#topic-list-search {
  margin-top: 12px;
  margin-bottom: -12px;
}

.topic-list-item-selected {
  background-color: #00AEEF !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #FFF;
}

.topic-list-item-selected .topic-badge {
  background-color: #FFF !important;
  color: #00AEEF;
}

.topic-list-item:hover {
  background-color: #f1f2f3;
}

.topic-attachments {
  padding-top: 24px;
}

.topic-attachments-collapse-link {
  font-size: 12px;
}

.topic-attachments-collapse-link .badge {
  font-size: 9px;
}

.profile {
  min-width: 84px;
}

.profile .profile-picture {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.btn-highlight {
  background-color: red;
}

.modal-message-title,
.modal-message-subject {
  padding: 12px;
}

#alert-title,
#alert-message {
  width: 50%;
  margin: 1px auto 0;
  text-align: center;
}

[class^="icon-"]:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 12px;
}

.icon-incart:before {
  content: "" !important;
}

.icon-attachment:before {
  content: "" !important;
}

.icon-toggle-vertical:before {
  content: "" !important;
}

div.placeholder {
  text-align: center;
  padding: 25px;
  font-size: 24px;
  color: #999;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides li > div {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.slider-container .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.slider-container .slides img {
  width: 100%;
  display: block;
}

.slider-container .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slider-container .slides {
  display: block;
}

* html .slider-container .slides {
  height: 1%;
}

.no-js .slider-container .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.slider-container {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
}

.slider-container .slides {
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 6px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-size: 32px;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "" !important;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.slider-container:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.slider-container:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.slider-container:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.slider-container:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "slider-container-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.panel-default-dark {
  border-color: #ccd3d5;
}

.panel-default-dark > .panel-heading {
  color: #fff;
  background-color: #616f75;
  border-color: #ccd3d5;
}

.panel-default-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ccd3d5;
}

.panel-default-dark > .panel-heading .badge {
  color: #616f75;
  background-color: #fff;
}

.panel-default-dark > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ccd3d5;
}

.panel {
  background-color: inherit !important;
}

.panel .panel-heading, .panel .panel-body {
  background-color: #fff;
}

.panel .panel-heading h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.badge.badge-success {
  background-color: #A6CE39;
}

.badge.badge-info {
  background-color: #00AEEF;
}

.badge.badge-danger {
  background-color: #E63741;
}

button .badge {
  font-size: 10px;
  line-height: 10px;
  vertical-align: middle;
  padding: 2px 6px 3px;
  margin-left: 6px;
}

.Browse {
  overflow: hidden;
}

#breadcrumb {
  margin: 0;
  padding: 0 24px;
}

.breadcrumbs-toggle {
  text-decoration: none;
  color: #616f75;
  cursor: pointer;
  transition: transform;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  transition-delay: 0;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.breadcrumbs-show {
  overflow: hidden;
  height: 44px;
  transition: height;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  transition-delay: 0;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.breadcrumbs-hide {
  height: 0;
  transition: height;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  transition-delay: 0;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.help-block {
  display: inline;
  position: relative;
}

.help-block {
  border-radius: 5px;
  background: #E63741;
  border: 1px solid #E63741;
  bottom: -42px;
  color: #fff;
  left: 1%;
  position: absolute;
  z-index: 98;
  max-width: 220px;
  -webkit-box-shadow: 1px 1px 5px 0px #ababab;
  -moz-box-shadow: 1px 1px 5px 0px #ababab;
  box-shadow: 1px 1px 5px 0px #ababab;
}

.help-block ul {
  border-radius: 4px;
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 3px 12px;
}

.help-block A {
  color: #333;
  font-size: 12px;
}

.help-block:before {
  border: solid;
  border-color: #e63741 transparent;
  border-width: 0px 6px 6px 6px;
  bottom: 24px;
  content: "";
  left: 10%;
  position: absolute;
  z-index: 99;
}

.form-group.has-error {
  position: relative;
}

ul.file-thumbnails li {
  display: inline;
}

.thumbnail {
  display: block;
  padding: 4px;
  height: 156px;
  background-color: #FFF;
  overflow: hidden;
  text-align: center;
  border-radius: 3px;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #4a5559;
}

.gutter-default {
  padding: 24px;
}

.gutter-default-top {
  padding-top: 24px;
}

.gutter-default-right {
  padding-right: 24px;
}

.gutter-default-bottom {
  padding-bottom: 24px;
}

.gutter-default-left {
  padding-left: 24px;
}

.gutter-lg {
  padding: 48px;
}

.gutter-lg-top {
  padding-top: 48px;
}

.gutter-lg-right {
  padding-right: 48px;
}

.gutter-lg-bottom {
  padding-bottom: 48px;
}

.gutter-lg-left {
  padding-left: 48px;
}

.gutter-sm {
  padding: 12px;
}

.gutter-sm-top {
  padding-top: 12px;
}

.gutter-sm-right {
  padding-right: 12px;
}

.gutter-sm-bottom {
  padding-bottom: 12px;
}

.gutter-sm-left {
  padding-left: 12px;
}

.gutter-xs {
  padding: 6px;
}

.gutter-xs-top {
  padding-top: 6px;
}

.gutter-xs-right {
  padding-right: 6px;
}

.gutter-xs-bottom {
  padding-bottom: 6px;
}

.gutter-xs-left {
  padding-left: 6px;
}

body {
  min-width: 768px;
}

body.std-navbar .btn:focus {
  outline: none;
}

.col-xs-0,
.hide-xs {
  display: none;
}

.show-xs {
  display: block;
}

@media (min-width: 768px) {
  [class*=col-sm-].col-xs-0 {
    display: block;
  }
  .col-sm-0,
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: block;
  }
}

@media (min-width: 992px) {
  [class*=col-md-].col-xs-0,
  [class*=col-md-].col-sm-0 {
    display: block;
  }
  .col-md-0,
  .hide-md {
    display: none;
  }
  .show-md {
    display: block;
  }
}

@media (min-width: 1200px) {
  [class*=col-lg-].col-xs-0,
  [class*=col-lg-].col-sm-0,
  [class*=col-lg-].col-md-0 {
    display: block;
  }
  .col-lg-0,
  .hide-lg {
    display: none;
  }
  .show-lg {
    display: block;
  }
}

.affix.affix-sm, .affix.affix-md, .affix.affix-lg {
  position: relative;
}

@media (min-width: 768px) {
  .affix.affix-sm {
    position: fixed;
  }
}

@media (min-width: 992px) {
  .affix.affix-md {
    position: fixed;
  }
}

@media (min-width: 1200px) {
  .affix.affix-lg {
    position: fixed;
  }
}

#nav-top {
  height: 55px;
}

#nav-top .nav > li {
  border: 0 !important;
  position: relative !important;
}

#nav-top .nav > li i {
  font-size: large !important;
}

#nav-top .nav > li .label {
  font-size: smaller !important;
  position: absolute !important;
  padding: 0 5px !important;
  right: 5px !important;
  top: 8px !important;
}

#nav-top .nav > li .dropdown-menu > li > a {
  padding: 4px 20px !important;
}

#nav-top .navbar-header {
  margin: 0;
}

#nav-top .navbar-header h3, #nav-top .navbar-header h4, #nav-top .navbar-header h5 {
  color: #FFF;
}

@media (max-width: 991px) {
  #nav-top {
    z-index: 2002;
  }
}

/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
  background: white;
  box-shadow: none;
  -moz-box-sizing: border-box;
  background-color: white;
  border: 1px solid #cbd5dd;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 4px 12px;
  position: relative;
  width: 100%;
}

.chosen-container-multi .chosen-choices li.search-choice {
  background: #f1f1f1;
  border: 1px solid #ededed;
  border-radius: 2px;
  box-shadow: none;
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}

.sidebard-panel {
  width: 220px;
  background: #5a676c;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}

.sidebard-panel .feed-element img.img-circle {
  width: 32px;
  height: 32px;
}

.sidebard-panel .feed-element, .media-body, .sidebard-panel p {
  font-size: 12px;
}

.sidebard-panel .feed-element {
  margin-top: 20px;
  padding-bottom: 0;
}

.sidebard-panel .list-group {
  margin-bottom: 10px;
}

.sidebard-panel .list-group .list-group-item {
  padding: 5px 0;
  font-size: 12px;
  border: 0;
}

.sidebar-content .wrapper {
  padding-right: 230px;
}

.sidebar-content .wrapper, .wrapper.sidebar-content {
  padding-right: 230px !important;
}

/* body-small */
@media (max-width: 991px) {
  .sidebar-content .wrapper, .wrapper.sidebar-content {
    padding-right: 20px !important;
  }
}

#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  overflow: hidden;
  position: fixed;
  top: 60px;
  width: 260px !important;
  z-index: 1009;
  bottom: 0;
  right: -260px;
}

.sidebar-container {
  /*padding: 10px;*/
}

#right-sidebar.sidebar-open {
  right: 0;
}

#right-sidebar.sidebar-open.sidebar-top {
  top: 0;
  border-top: none;
}

.sidebar-container ul.nav-tabs {
  border: none;
}

.sidebar-container ul.nav-tabs.navs-4 li {
  width: 25%;
}

.sidebar-container ul.nav-tabs.navs-3 li {
  width: 33.3333%;
}

.sidebar-container ul.nav-tabs.navs-2 li {
  width: 50%;
}

.sidebar-container ul.nav-tabs li {
  border: none;
}

.sidebar-container ul.nav-tabs li a {
  border: none;
  padding: 12px 10px;
  margin: 0;
  border-radius: 0;
  background: #00AEEF;
  color: #fff;
  text-align: center;
  border-right: 1px solid #00b5f9;
}

.sidebar-container ul.nav-tabs li.active a {
  border: none;
  background: #f9f9f9;
  color: #4a5559;
  font-weight: bold;
}

.sidebar-container .nav-tabs > li.active > a:hover,
.sidebar-container .nav-tabs > li.active > a:focus {
  border: none;
}

.sidebar-container ul.sidebar-list {
  margin: 0;
  padding: 0;
}

.sidebar-container ul.sidebar-list li {
  border-bottom: 1px solid #ccd3d5 !important;
  padding: 15px 20px;
  list-style: none;
  font-size: 12px;
}

.sidebar-container .sidebar-message:nth-child(2n+2) {
  background: #f9f9f9;
}

.sidebar-container ul.sidebar-list li a {
  text-decoration: none;
  color: inherit;
}

.sidebar-container .sidebar-content {
  padding: 15px 20px;
  font-size: 12px;
}

.sidebar-container .sidebar-title {
  background: #f9f9f9;
  padding: 20px;
  border-bottom: 1px solid #ccd3d5 !important;
}

.sidebar-container .sidebar-title h3 {
  margin-bottom: 3px;
  padding-left: 2px;
}

.sidebar-container .tab-content h4 {
  margin-bottom: 5px;
}

.sidebar-container .sidebar-message > a > .pull-left {
  margin-right: 10px;
}

.sidebar-container .sidebar-message > a {
  text-decoration: none;
  color: inherit;
}

.sidebar-container .sidebar-message {
  padding: 15px 20px;
}

.sidebar-container .sidebar-message .message-avatar {
  height: 38px;
  width: 38px;
  border-radius: 50%;
}

.sidebar-container .setings-item {
  padding: 15px 20px;
  border-bottom: 1px solid #ccd3d5 !important;
}

body {
  overflow-x: hidden;
}

html, body {
  height: 100%;
}

body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper {
  height: 100%;
}

#page-wrapper {
  background-color: #FFF;
  position: relative !important;
  height: 100%;
  padding: 0;
}

body.boxed-layout #wrapper {
  /*background-color: $nav-bg;*/
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}

.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
  max-width: 1300px !important;
}

.block {
  display: block;
}

.clear {
  display: block;
  overflow: hidden;
}

a {
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
}

.border-bottom {
  border-bottom: 1px solid !important;
}

.font-bold {
  font-weight: 600;
}

.font-noraml {
  font-weight: 400;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

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

.b-r {
  border-right: 1px solid;
}

.hr-line-dashed {
  border-top: 1px dashed;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}

.hr-line-solid {
  border-bottom: 1px solid;
  background-color: transparent;
  border-style: solid !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

video {
  width: 100% !important;
  height: auto !important;
}

/* GALLERY */
.gallery > .row > div {
  margin-bottom: 15px;
}

.fancybox img {
  margin-bottom: 5px;
  /* Only for demo */
  width: 24%;
}

/* Summernote text editor  */
.note-editor {
  height: auto;
  min-height: 300px;
}

/* MODAL */
/*
.modal-content {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}

.modal-dialog {
    z-index: 1200;
}

.modal-body {
    padding: 20px 30px 30px 30px;
}

    */
/*.inmodal .modal-body {
    background: #f8fafb;
}

.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
}*/
.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  transform: none;
}

/*.inmodal .modal-title {
    font-size: 26px;
}

.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}

.modal-footer {
    margin-top: 0;
}

.align-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}*/
/* WRAPPERS */
#wrapper {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

/* PHASED OUT
.wrapper {
    padding: 0 20px;
}

.wrapper-content {
    padding: 0 20px;
}
    */
#page-scroller-wrapper {
  height: -moz-calc(100% - 55px);
  height: -webkit-calc(100% - 55px);
  height: calc(100% - 55px);
  width: 100%;
}

#page-scroller-wrapper #page-scroller {
  padding: 0;
}

#page-scroller-wrapper #page-scroller > .nano-content {
  width: 100%;
}

#page-scroller-wrapper #page-scroller > .nano-content > .row {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
  }
}

.title-action {
  text-align: right;
  padding-top: 30px;
}

.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5,
.ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
  margin-top: 5px;
}

ul.unstyled, ol.unstyled {
  list-style: none outside none;
  margin-left: 0;
}

.big-icon {
  font-size: 160px;
}

/* FOOTER */
.footer {
  background: none repeat scroll 0 0 white;
  border-top: 1px solid;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}

.footer.fixed_full {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid;
}

.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid;
  margin-left: 220px;
}

/* PANELS */
.panel-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
}

.panel-tools a {
  cursor: pointer;
  margin-left: 5px;
}

.panel-border-top {
  border-top-width: 3px;
}

/*
.page-heading {
    border-top: 0;
    padding: 0px 10px 10px 10px;
}

.panel-heading h1, .panel-heading h2 {
    margin-bottom: 5px;
}*/
/* TABLES */
/*.table-bordered {
    border: 1px solid #EBEBEB;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: #F5F5F6;
    border-bottom-width: 1px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #e7e7e7;
}

.table > thead > tr > th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid ;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}*/
/* PANELS */
.panel-heading .panel-collapse-link:after {
  font-family: 'Glyphicons';
  content: "\e224";
  float: right;
}

.panel-heading .panel-collapse-link.collapsed:after {
  content: "\e602 ";
}

/* GLOBAL  */
.no-padding {
  padding: 0 !important;
}

.no-borders {
  border: none !important;
}

.no-margins {
  margin: 0 !important;
}

.no-top-border {
  border-top: 0 !important;
}

.ibox-content.text-box {
  padding-bottom: 0px;
  padding-top: 15px;
}

.border-left-right {
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: none;
  border-bottom: none;
}

.border-left {
  border-left: 1px solid;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

.border-right {
  border-left: none;
  border-right: 1px solid;
  border-top: none;
  border-bottom: none;
}

.full-width {
  width: 100% !important;
}

.link-block {
  font-size: 12px;
  padding: 10px;
}

/*.nav.navbar-top-links .link-block a {
    font-size: 12px;
}*/
.link-block a {
  font-size: 10px;
  color: inherit;
}

body.mini-navbar .branding {
  display: none;
}

img.circle-border {
  border: 6px solid #FFFFFF;
  border-radius: 50%;
}

.branding {
  float: left;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 20px;
  text-align: center;
}

.login-panel {
  margin-top: 25%;
}

.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.icons-box .infont a i {
  font-size: 25px;
  display: block;
}

.icons-box .infont a {
  color: #a6a8a9;
  padding: 10px;
  margin: 1px;
  display: block;
}

.ui-draggable .ibox-title {
  cursor: move;
}

.ui-draggable-disabled .ibox-title {
  cursor: default !important;
}

code {
  background-color: #F9F2F4;
  border-radius: 4px;
  color: #ca4440;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap;
}

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

.ibox.collapsed .ibox-content {
  display: none;
}

.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}

.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}

.ibox:after, .ibox:before {
  display: table;
}

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0px 0;
  border-color: #ccd3d5;
  color: #4a5559;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
  background-color: #FFF;
}

.ibox-content {
  color: #4a5559;
  padding: 15px 20px 20px 20px;
  -moz-border-image: none;
  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
  border-color: #ccd3d5;
  background-color: #FFF;
  clear: both;
}

table.table-mail tr td {
  padding: 12px;
}

table.table-mail tr td a {
  text-decoration: none !important;
}

.table-mail .check-mail {
  padding-left: 20px;
}

.table-mail .mail-date {
  padding-right: 20px;
}

.star-mail, .check-mail {
  width: 40px;
}

.unread td a, .unread td {
  font-weight: 600;
  color: inherit;
}

.read td a, .read td {
  font-weight: normal;
  color: inherit;
}

.ibox-heading {
  border-bottom: none;
}

.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}

.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: left;
}

.ibox-title .label {
  float: left;
  margin-left: 4px;
}

.ibox-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
}

.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
}

.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}

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

/* BACKGROUNDS */
/*.navy-bg {
    background-color: $brand-primary;
    color: #ffffff;
}

.blue-bg {
    background-color: $brand-success;
    color: #ffffff;
}

.lazur-bg {
    background-color: $brand-info;
    color: #ffffff;
}

.yellow-bg {
    background-color: $brand-warning;
    color: #ffffff;
}

.red-bg {
    background-color: $brand-danger;
    color: #ffffff;
}

.black-bg {
    background-color: #262626;
}*/
.panel-primary {
  border-color: #1B75BC;
}

.panel-primary > .panel-heading {
  background-color: #1B75BC;
  border-color: #1B75BC;
}

.panel-success {
  border-color: #A6CE39;
}

.panel-success > .panel-heading {
  background-color: #A6CE39;
  border-color: #A6CE39;
}

.panel-info {
  border-color: #00AEEF;
}

.panel-info > .panel-heading {
  background-color: #00AEEF;
  border-color: #00AEEF;
}

.panel-warning {
  border-color: #FF911E;
}

.panel-warning > .panel-heading {
  background-color: #FF911E;
  border-color: #FF911E;
}

.panel-danger {
  border-color: #E63741;
}

.panel-danger > .panel-heading {
  background-color: #E63741;
  border-color: #E63741;
}

.progress-bar {
  background-color: #1B75BC;
}

.progress-small, .progress-small .progress-bar {
  height: 10px;
}

.progress-small, .progress-mini {
  margin-top: 5px;
}

.progress-mini, .progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0px;
}

.progress-bar-success {
  background-color: #A6CE39;
}

.progress-bar-info {
  background-color: #00AEEF;
}

.progress-bar-warning {
  background-color: #FF911E;
}

.progress-bar-danger {
  background-color: #E63741;
}

.panel-title {
  font-size: inherit;
  display: inline-block;
}

.jumbotron {
  border-radius: 6px;
  padding: 40px;
}

.jumbotron h1 {
  margin-top: 0;
}

/* COLORS */
.text-navy {
  color: #1B75BC;
}

.text-primary {
  color: inherit;
}

.text-success {
  color: #A6CE39;
}

.text-info {
  color: #00AEEF;
}

.text-warning {
  color: #FF911E;
}

.text-danger {
  color: #E63741;
}

.text-muted {
  color: #888888;
}

.simple_tag {
  background-color: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  color: inherit;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block;
}

.img-shadow {
  -webkit-box-shadow: 0px 0px 3px 0px #919191;
  -moz-box-shadow: 0px 0px 3px 0px #919191;
  box-shadow: 0px 0px 3px 0px #919191;
}

a.close-canvas-menu {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1011;
}

/* FULL HEIGHT */
.full-height {
  height: 100%;
}

.fh-breadcrumb {
  height: calc(100% - 196px);
  margin: 0 -15px;
  position: relative;
}

.fh-no-breadcrumb {
  height: calc(100% - 99px);
  margin: 0 -15px;
  position: relative;
}

.fh-column {
  background: #fff;
  height: 100%;
  width: 240px;
  float: left;
}

.modal-backdrop {
  z-index: 2040 !important;
}

.modal {
  z-index: 2050 !important;
}

.spiner-example {
  height: 200px;
  padding-top: 70px;
}

/* MARGINS & PADDINGS */
/*
.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.p-r-n {
    padding-right: 0 !important;
}

.p-l-n {
    padding-left: 0 !important;
}

.p-t-n {
    padding-top: 0 !important;
}

.p-b-n {
    padding-bottom: 0 !important;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}
    */
body.modal-open {
  padding-right: inherit !important;
}

/* Style correction for Vector Map */
.jvectormap-zoomin, .jvectormap-zoomout {
  width: 15px;
  height: 15px;
  background: #1ab394;
}

.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}

.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px;
}

.loginscreen.middle-box {
  width: 300px;
}

.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

.passwordBox {
  max-width: 460px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

.logo-name {
  color: #e6e6e6;
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0px;
}

.middle-box h1 {
  font-size: 170px;
}

.wrapper .middle-box {
  margin-top: 140px;
}

.lock-word {
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -470px;
}

.lock-word span {
  font-size: 100px;
  font-weight: 600;
  color: #e9e9e9;
  display: inline-block;
}

.lock-word .first-word {
  margin-right: 160px;
}

/* SEARCH PAGE */
.search-form {
  margin-top: 10px;
}

.search-result h3 {
  margin-bottom: 0;
  color: #1e0fbe;
}

.search-result .search-link {
  color: #006621;
}

.search-result p {
  font-size: 12px;
  margin-top: 5px;
}

/* CONTACTS */
.contact-box {
  background-color: white;
  border: 1px solid #ccd3d5 !important;
  padding: 20px;
  margin-bottom: 20px;
}

.contact-box a {
  color: inherit;
}

/* INVOICE */
.invoice-table tbody > tr > td:last-child, .invoice-table tbody > tr > td:nth-child(4), .invoice-table tbody > tr > td:nth-child(3), .invoice-table tbody > tr > td:nth-child(2) {
  text-align: right;
}

.invoice-table thead > tr > th:last-child, .invoice-table thead > tr > th:nth-child(4), .invoice-table thead > tr > th:nth-child(3), .invoice-table thead > tr > th:nth-child(2) {
  text-align: right;
}

.invoice-total > tbody > tr > td:first-child {
  text-align: right;
}

.invoice-total > tbody > tr > td {
  border: 0 none;
}

.invoice-total > tbody > tr > td:last-child {
  border-bottom: 1px solid #dddddd;
  text-align: right;
  width: 15%;
}

/* ERROR & LOGIN & LOCKSCREEN */
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}

.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px;
}

.loginscreen.middle-box {
  width: 300px;
}

.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

.passwordBox {
  max-width: 460px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

.logo-name {
  color: #e6e6e6;
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0px;
}

.middle-box h1 {
  font-size: 170px;
}

.wrapper .middle-box {
  margin-top: 140px;
}

.lock-word {
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -470px;
}

.lock-word span {
  font-size: 100px;
  font-weight: 600;
  color: #e9e9e9;
  display: inline-block;
}

.lock-word .first-word {
  margin-right: 160px;
}

/* DASBOARD */
.dashboard-header {
  border-top: 0;
  padding: 20px 20px 20px 20px;
}

.dashboard-header h2 {
  margin-top: 10px;
  font-size: 26px;
}

.fist-item {
  border-top: none !important;
}

.statistic-box {
  margin-top: 40px;
}

.dashboard-header .list-group-item span.label {
  margin-right: 10px;
}

.list-group.clear-list .list-group-item {
  border-top: 1px solid #ccd3d5 !important;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
}

ul.clear-list:first-child {
  border-top: none !important;
}

/* Intimeline */
.timeline-item .date i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 30px;
  text-align: center;
  border-top: 1px solid #ccd3d5 !important;
  border-bottom: 1px solid #ccd3d5 !important;
  border-left: 1px solid #ccd3d5 !important;
  background: #f8f8f8;
}

.timeline-item .date {
  text-align: right;
  width: 110px;
  position: relative;
  padding-top: 30px;
}

.timeline-item .content {
  border-left: 1px solid #ccd3d5 !important;
  border-top: 1px solid #ccd3d5 !important;
  padding-top: 10px;
  min-height: 80px;
}

.timeline-item .content:hover {
  background: #f6f6f6;
}

/* PIN BOARD */
ul.notes li, ul.tag-list li {
  list-style: none;
}

ul.notes li h4 {
  margin-top: 20px;
  font-size: 16px;
}

ul.notes li div {
  text-decoration: none;
  color: black;
  background: #ffffcc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  position: relative;
}

ul.notes li div small {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
}

ul.notes li div a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: inherit;
}

ul.notes li {
  margin: 10px 40px 50px 0px;
  float: left;
}

ul.notes li div p {
  font-size: 12px;
}

ul.notes li div {
  text-decoration: none;
  color: black;
  background: #ffffcc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  /* Firefox */
  -moz-box-shadow: 5px 5px 2px #212121;
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
  /* Opera */
  box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
}

ul.notes li div {
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
}

ul.notes li:nth-child(even) div {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  position: relative;
  top: 5px;
}

ul.notes li:nth-child(3n) div {
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  position: relative;
  top: -5px;
}

ul.notes li:nth-child(5n) div {
  -o-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  position: relative;
  top: -10px;
}

ul.notes li div:hover, ul.notes li div:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  position: relative;
  z-index: 5;
}

ul.notes li div {
  text-decoration: none;
  color: black;
  background: #ffffcc;
  display: block;
  height: 210px;
  width: 210px;
  padding: 1em;
  -moz-box-shadow: 5px 5px 7px #212121;
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  -moz-transition: -moz-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
}

/* FILE MANAGER */
.file-box {
  float: left;
  width: 220px;
}

.file-manager h5 {
  text-transform: uppercase;
}

.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}

.folder-list li {
  border-bottom: 1px solid #ccd3d5 !important;
  display: block;
}

.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}

/*.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}

.category-list li {
  display: block;
}

.category-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}

.category-list li a .text-navy {
  color: $brand-primary;
}

.category-list li a .text-primary {
  color: $brand-success;
}

.category-list li a .text-info {
  color: $brand-info;
}

.category-list li a .text-danger {
  color: #ef5352;
}

.category-list li a .text-warning {
  color: #f8ac59;
}

.file-manager h5.tag-title {
  margin-top: 20px;
}

.tag-list li {
  float: left;
}

.tag-list li a {
  font-size: 10px;
  background-color: $body-bg;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid $border-color;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}

.file {
  border: 1px solid $border-color;
  padding: 0;
  background-color: white;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}

.file-manager .hr-line-dashed {
  margin: 15px 0;
}

.file .icon, .file .image {
  height: 100px;
  overflow: hidden;
}

.file .icon {
  padding: 15px 10px;
  text-align: center;
}

.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}

.file-control.active {
  text-decoration: underline;
}

.file .icon i {
  font-size: 70px;
  color: #dadada;
}

.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid $border-color;
}

.file-name small {
  color: $text-color;
}

.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}

a.compose-mail {
  padding: 8px 10px;
}

.mail-search {
  max-width: 300px;
}*/
/* PROFILE */
.profile-content {
  border-top: none !important;
}

.feed-activity-list .feed-element {
  border-bottom: 1px solid #ccd3d5 !important;
}

.feed-element:first-child {
  margin-top: 0;
}

.feed-element {
  padding-bottom: 15px;
}

.feed-element, .feed-element .media {
  margin-top: 15px;
}

.feed-element, .media-body {
  overflow: hidden;
}

.feed-element > .pull-left {
  margin-right: 10px;
}

.feed-element img.img-circle, .dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}

.feed-element .well {
  border: 1px solid #ccd3d5 !important;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}

.feed-element .actions {
  margin-top: 10px;
}

.feed-element .photos {
  margin: 10px 0;
}

.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

.feed-title, .feed-date {
  padding: 0;
}

/* PROJECTS */
.project-people, .project-actions {
  text-align: right;
  vertical-align: middle;
}

dd.project-people {
  text-align: left;
  margin-top: 5px;
}

.project-people img {
  width: 32px;
  height: 32px;
}

.project-title a {
  font-size: 14px;
  color: #4a5559;
  font-weight: 600;
}

.project-list table tr td {
  border-top: none;
  border-bottom: 1px solid #ccd3d5 !important;
  padding: 15px 10px;
  vertical-align: middle;
}

.project-manager .tag-list li a {
  font-size: 10px;
  background-color: white;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #ccd3d5 !important;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}

.project-files li a {
  font-size: 11px;
  color: #4a5559;
  margin-left: 10px;
  line-height: 22px;
}

/* FAQ */
.faq-item {
  padding: 20px;
  margin-bottom: 2px;
  background: white;
}

.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #1B75BC;
  display: block;
}

.faq-question:hover {
  color: #1867a6;
}

.faq-answer {
  margin-top: 10px;
  background: #FFF;
  border: 1px solid #ccd3d5 !important;
  border-radius: 3px;
  padding: 15px;
}

.faq-item .tag-item {
  background: #FFF;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: uppercase;
}

/* Chat view */
.message-input {
  height: 90px !important;
}

.chat-avatar {
  white: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
}

.chat-user-name {
  padding: 10px;
}

.chat-user {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec;
}

.chat-user a {
  color: inherit;
}

.chat-view {
  z-index: 20012;
}

.chat-users, .chat-statistic {
  margin-left: -30px;
}

@media (max-width: 992px) {
  .chat-users, .chat-statistic {
    margin-left: 0px;
  }
}

.chat-view .ibox-content {
  padding: 0;
}

.chat-message {
  padding: 10px 20px;
}

.message-avatar {
  height: 48px;
  width: 48px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  margin-top: 1px;
}

.chat-discussion .chat-message:nth-child(2n+1) .message-avatar {
  float: left;
  margin-right: 10px;
}

.chat-discussion .chat-message:nth-child(2n) .message-avatar {
  float: right;
  margin-left: 10px;
}

.message {
  background-color: #fff;
  border: 1px solid #e7eaec;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
}

.chat-discussion .chat-message:nth-child(2n+1) .message-date {
  float: right;
}

.chat-discussion .chat-message:nth-child(2n) .message-date {
  float: left;
}

.chat-discussion .chat-message:nth-child(2n+1) .message {
  text-align: left;
  margin-left: 55px;
}

.chat-discussion .chat-message:nth-child(2n) .message {
  text-align: right;
  margin-right: 55px;
}

.message-date {
  font-size: 10px;
  color: #888888;
}

.message-content {
  display: block;
}

.chat-discussion {
  background: #eee;
  padding: 15px;
  height: 400px;
  overflow-y: auto;
}

.chat-users {
  overflow-y: auto;
  height: 400px;
}

.chat-message-form .form-group {
  margin-bottom: 0;
}

/* jsTree */
.jstree-open > .jstree-anchor > .fa-folder:before {
  content: "\f07c";
}

.jstree-default .jstree-icon.none {
  width: 0;
}

/* CLIENTS */
.clients-list {
  margin-top: 20px;
}

.clients-list .tab-pane {
  position: relative;
  height: 600px;
}

.client-detail {
  position: relative;
  height: 620px;
}

.clients-list table tr td {
  height: 46px;
  vertical-align: middle;
  border: none;
}

.client-link {
  font-weight: 600;
  color: inherit;
}

.client-link:hover {
  color: inherit;
}

.client-avatar {
  width: 42px;
}

.client-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.contact-type {
  width: 20px;
  color: #a2aeb2;
}

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

.client-detail .vertical-timeline-content p {
  margin: 0;
}

.client-detail .vertical-timeline-icon.gray-bg {
  color: #87969b;
}

.clients-list .nav-tabs > li.active > a, .clients-list .nav-tabs > li.active > a:hover, .clients-list .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #fff;
}

/* BLOG ARTICLE */
.blog h2 {
  font-weight: 700;
}

.blog h5 {
  margin: 0 0 5px 0;
}

.blog .btn {
  margin: 0 0 5px 0;
}

.article h1 {
  font-size: 48px;
  font-weight: 700;
  color: #2F4050;
}

.article p {
  font-size: 15px;
  line-height: 26px;
}

.article-title {
  text-align: center;
  margin: 40px 0 100px 0;
}

.article .ibox-content {
  padding: 40px;
}

/* ISSUE TRACKER */
.issue-tracker .btn-link {
  color: #1B75BC;
}

table.issue-tracker tbody tr td {
  vertical-align: middle;
  height: 50px;
}

.issue-info {
  width: 50%;
}

.issue-info a {
  font-weight: 600;
  color: #4a5559;
}

.issue-info small {
  display: block;
}

/* TEAMS */
.team-members {
  margin: 10px 0;
}

.team-members img.img-circle {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}

/* AGILE BOARD */
.sortable-list {
  padding: 10px 0;
}

.agile-list {
  list-style: none;
  margin: 0;
}

.agile-list li {
  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0px 0 10px 0;
  padding: 10px;
  border-radius: 2px;
}

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

.agile-list li.warning-element {
  border-left: 3px solid #FF911E;
}

.agile-list li.danger-element {
  border-left: 3px solid #E63741;
}

.agile-list li.info-element {
  border-left: 3px solid #A6CE39;
}

.agile-list li.success-element {
  border-left: 3px solid #1B75BC;
}

.agile-detail {
  margin-top: 5px;
  font-size: 12px;
}

/* DIFF */
ins {
  background-color: #c6ffc6;
  text-decoration: none;
}

del {
  background-color: #ffc6c6;
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #1B75BC;
  margin: 0 5px;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 5px;
}

.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1B75BC;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
  margin: 0 5px;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.sk-spinner-wave div {
  background-color: #1B75BC;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 5px;
  width: 32px;
  height: 32px;
  position: relative;
}

.sk-spinner-wandering-cubes .sk-cube1, .sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #1B75BC;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}

.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background-color: #1B75BC;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #1B75BC;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 5px;
  width: 70px;
  text-align: center;
}

.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #1B75BC;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
  margin: 0 5px;
  width: 22px;
  height: 22px;
  position: relative;
}

.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 5px;
  width: 20%;
  height: 20%;
  background-color: #1B75BC;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #1B75BC;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
.sk-spinner-wordpress.sk-spinner {
  background-color: #1B75BC;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 5px;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite;
}

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px;
}

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 5px;
  width: 22px;
  height: 22px;
  position: relative;
}

.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 5px;
  width: 18%;
  height: 18%;
  background-color: #1B75BC;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/* MAILBOX */
.NewEmail .mail-attachment .border-bottom {
  border: 1px solid #ccd3d5 !important !important;
}

.NewEmail .mail-attachment .ibox-tools {
  margin-top: -10px;
}

/*
.mail-box {
  border: 1px solid ;
  border-top: 0;
  padding: 0px;
  margin-bottom: 20px;
}

.mail-box-header {
  border: 1px solid ;
  border-bottom: 0;
  padding: 30px 20px 20px 20px;
}

.mail-box-header h2 {
  margin-top: 0px;
}

.mailbox-content .tag-list li a {
  background: white;
}

.mail-body {
  border-top: 1px solid ;
  padding: 20px;
}

.mail-text {
  border-top: 1px solid ;
}

.mail-text .note-toolbar {
  padding: 10px 15px;
}

.mail-body .form-group {
  margin-bottom: 5px;
}

.mail-text .note-editor .note-toolbar {
}

.mail-attachment {
  border-top: 1px solid ;
  padding: 20px;
  font-size: 12px;
}

.mailbox-content {
  background: none;
  border: none;
  padding: 10px;
}

.mail-icon {
  width: 25px;
}

.mail-contact {
  width: 23%;
}

.mail-date {
    font-size: small;
}

.mail-subject a {
}

.mail-folders {
    li a {
      display: block;
      padding: 5px 0;
      color: $text-color !important;
    }
    li {
      border-bottom: 1px solid ;
      display: block;
    }
    li i {
      margin-right: 8px;
    }
    li.active > a, li.active > a:hover, li.active > a:focus {
      font-weight: bold;
    }
}

.mail-tooltip + .tooltip > .tooltip-inner {
    max-width: 150px;
    width: 150px; 
}

.mail-list {
    a {
    }
}

.mail-time {
    font-size: small;
    white-space: nowrap;
}

*/
.social-board .topic-profile img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
}

.social-board .topic-profile h1 {
  height: 42px;
  width: 42px;
  text-align: center;
}

.social-board .topic-profile h5 {
  margin-top: 5px;
  margin-bottom: 0;
}

.social-board .social-form {
  margin: 10px 0;
}

.social-board .social-form input {
  font-size: 12px;
  padding: 2px 12px;
  height: 30px;
}

.social-board .social-form textarea {
  font-size: 12px;
  padding: 2px 12px;
  height: 76px;
  width: 100%;
}

.social-board .social-profile h1 {
  margin-top: 10px;
}

.social-board .social-content {
  margin: 10px;
  white-space: pre-wrap;
}

.social-board .social-content .file-item {
  white-space: normal;
}

.social-talk {
  margin-bottom: 10px;
}

.social-talk .text-muted {
  color: #aaacae;
}

.social-talk .social-content {
  margin-top: 2px;
  white-space: pre-wrap;
}

.social-talk .social-content .file-item {
  white-space: normal;
}

.social-talk .topic-profile img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.social-talk .topic-profile h2 {
  height: 32px;
  width: 32px;
  text-align: center;
  margin-top: 0;
}

.social-talk .ibox-title, #messageForm .ibox-title {
  min-height: 28px;
  border-width: 2px 0 0;
  padding: 7px 7px 3px;
}

.social-talk .ibox-title h5, #messageForm .ibox-title h5 {
  font-size: 12px;
}

.social-talk .ibox-title .ibox-tools a, #messageForm .ibox-title .ibox-tools a {
  font-size: 10px;
  bottom: 3px;
  position: relative;
}

/* SWITCHES */
.onoffswitch {
  position: relative;
  width: 54px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #0089bc;
  border-radius: 3px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #00AEEF;
  color: #FFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #00AEEF;
  color: #FFF;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 0px;
  background: white;
  border: 2px solid #0089bc;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.nav-tabs {
  border-bottom: 1px solid #e4e5e7;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: #ddd #ddd #f3f3f4;
  -moz-border-image: none;
  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555555;
  cursor: default;
}

.nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent;
}

.tab-pane .panel-body {
  border-top: none;
}

.tabs-left .tab-pane .panel-body, .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e4e5e7;
}

.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  width: 20%;
}

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

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

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

.tabs-left .panel-body {
  position: static;
  width: 80%;
  margin-left: 20%;
}

.tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}

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

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

.tabs-below > .nav-tabs {
  border-top: 1px solid #e4e5e7;
}

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

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e4e5e7;
  border-bottom-color: transparent;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}

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

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
  border-color: #e4e5e7 transparent #e4e5e7 #e4e5e7;
  *border-right-color: #fff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
}

.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
  border-color: #e4e5e7 #e4e5e7 #e4e5e7 transparent;
  *border-left-color: #fff;
  z-index: 1;
}

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

.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

/* Custom Vertical Tab */
.menu-list > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.menu-list > ul > li {
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
}

.menu-list > ul > li:last-child {
  border-bottom: 0;
}

.menu-list > ul > li > a {
  display: block;
  padding: 10px;
}

.menu-list > ul > li > a:hover {
  text-decoration: none;
  background: #FFF;
}

.menu-list > ul > li > a:hover > i.fa-chevron-right {
  display: inline-block;
}

.menu-list > ul > li > a.active {
  background: #FFF;
}

.menu-list > ul > li > a.active:hover > i.fa-chevron-right {
  display: none;
}

.menu-list > ul > li > a > i.sign {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}

.menu-list > ul > li > a > i.fa-chevron-right {
  line-height: 40px;
  color: #515151;
  display: none;
}

.user-photo {
  position: relative;
}

.user-photo-bubble,
.user-photo:hover .user-photo-bubble {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.user-photo-bubble {
  position: absolute;
  bottom: 11px;
  left: 11px;
  right: 11px;
  width: inherit;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-weight: 300;
  opacity: 0;
}

.user-photo-bubble a {
  display: block;
  color: #eee;
}

.user-photo-bubble a:hover {
  text-decoration: none;
  color: #fff;
}

.user-photo:hover .user-photo-bubble {
  opacity: 1;
}

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

.form-group .note-editor {
  min-height: 7em;
}

/* Contacts */
.contact-footer {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-footer .border-right {
  border-color: #ccd3d5;
}

.contact-card .contact-picture {
  font-size: 6em;
}

.contact-card .close-link {
  display: none;
  padding-top: 5px;
  padding-right: 5px;
}

.contact-card:hover .close-link {
  display: block;
}

/* Variable */
/* File List */
.short-list .file-icon {
  width: 35px;
}

.short-list table.borderless td, .short-list table.borderless th {
  border: none !important;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
  border: none;
}

/* Featured Content Carousel */
.featured-content-wrapper {
  height: 100%;
}

.featured-content-wrapper .owl-carousel {
  height: 100%;
}

.featured-content-wrapper .owl-carousel .owl-wrapper-outer {
  height: 85%;
}

.featured-content-wrapper .owl-carousel .owl-wrapper-outer .owl-wrapper {
  height: 100%;
}

.featured-content-wrapper .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  height: 100%;
}

.featured-content-wrapper .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .file-item {
  width: 100%;
  margin: 0;
  height: 100%;
}

.featured-content-wrapper .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .file-item .file-thumbnail {
  width: auto;
  height: 100%;
}

.featured-content-wrapper .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .file-item .file-thumbnail .thumbnail {
  width: auto;
  height: 100%;
}

.featured-content-wrapper .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .file-item .file-thumbnail .thumbnail img {
  width: auto !important;
  max-height: 100%;
}

.featured-content-wrapper .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .file-item .file-name {
  position: absolute;
  bottom: 0;
  padding: 5px 0 3px 0;
  width: 95%;
  height: 38px;
  background-color: #FFF;
}

.featured-content-wrapper .owl-carousel .owl-controls {
  height: 15%;
}

/* Links Module */
.links-wrapper li.ui-draggable {
  cursor: move;
}

/* Stat Module */
div[class*='col-'].hidden + .stat-value {
  width: 100%;
}

.stat-wrapper.widget {
  border-radius: 5px;
  padding: 15px 20px;
  background: #00AEEF;
  color: #FFF;
  text-align: center;
}

.dashboard-section.edit-mode {
  min-height: 10em;
}

.dashboard-edit-btn {
  padding: 7px 10px 7px 13px;
  border-radius: 20px 0 0 20px;
  margin-bottom: 2px;
  font-size: 16px;
  width: 40px;
  color: #FFF;
  cursor: pointer;
}

.grid-stack .panel-heading {
  min-height: 40px;
}

.grid-stack .ui-state-disabled, .grid-stack .ui-widget-content .ui-state-disabled, .grid-stack .ui-widget-header .ui-state-disabled {
  opacity: 1;
}

.grid-stack .grid-stack-item-content .panel {
  margin-bottom: 0;
  height: 100%;
}

.grid-stack .grid-stack-item-content .panel .panel-body {
  height: 100%;
  overflow: auto;
  padding-right: 3px;
}

.grid-stack .grid-stack-item-content .panel .panel-body .short-list .nano {
  width: auto !important;
}

.grid-stack .grid-stack-item-content .panel .panel-body .short-list li {
  margin-bottom: 3px;
}

.grid-stack .grid-stack-item-content .panel .panel-body .short-list,
.grid-stack .grid-stack-item-content .panel .panel-body .send-email-wrapper,
.grid-stack .grid-stack-item-content .panel .panel-body .topics-wrapper,
.grid-stack .grid-stack-item-content .panel .panel-body .html-wrapper,
.grid-stack .grid-stack-item-content .panel .panel-body .category-content-wrapper,
.grid-stack .grid-stack-item-content .panel .panel-body .top-rated-wrapper,
.grid-stack .grid-stack-item-content .panel .panel-body .recent-files-wrapper,
.grid-stack .grid-stack-item-content .panel .panel-body .most-popular-wrapper,
.grid-stack .grid-stack-item-content .panel .panel-body .feed-activity-list {
  height: 100%;
}

.grid-stack .grid-stack-item-content .panel .panel-body .nano-content {
  padding-right: 5px;
}

.grid-stack .grid-stack-item-content .panel .panel-body .nano-content canvas {
  width: 100% !important;
}

.grid-stack .grid-stack-item-content .panel .panel-heading:not(.hidden) + .panel-body {
  height: calc(100% - 40px);
}

.grid-stack .ui-icon, .grid-stack .ui-widget-content .ui-icon {
  background: none;
}

.grid-stack.dashboard-edit .panel-heading {
  cursor: move;
}

.grid-stack textarea {
  resize: none;
}

.panel-body .row {
  margin-left: auto;
  margin-right: auto;
}

/* Tag Cloud */
.jqcloud > span {
  color: #1B75BC !important;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Calibri, Arial, sans-serif !important;
}

.jqcloud > span > a:hover {
  color: #0e3d63 !important;
}

/* Helper Classes */
.m-r-5 {
  margin-right: 5px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.Workspace .library .panel-body {
  padding-top: 0;
}

.Workspace .library .panel-options {
  position: relative;
}

.Workspace .library .upload-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.Workspace .library .content-results td i.fa {
  font-size: 16px;
  padding-right: 8px;
  color: #A6CE39;
}

.Workspace .library .content-results td i.fa:hover {
  color: #1B75BC;
}

.Workspace .library .content-results td i.fa-trash {
  padding-right: 15px;
  cursor: pointer;
}

/*
 *   This is style for skin config
 *   Use only in demo theme
 */
.theme-config {
  position: absolute;
  top: 90px;
  right: 0px;
  overflow: hidden;
}

.theme-config-box {
  margin-right: -220px;
  position: relative;
  z-index: 2000;
  transition-duration: 0.8s;
}

.theme-config-box.show {
  margin-right: 0px;
}

.spin-icon {
  background: #1B75BC;
  position: absolute;
  padding: 7px 10px 7px 13px;
  border-radius: 20px 0px 0px 20px;
  font-size: 16px;
  top: 0;
  left: 0px;
  width: 40px;
  color: white;
  cursor: pointer;
}

.skin-setttings {
  width: 220px;
  margin-left: 40px;
  background: #FFF;
}

.skin-setttings .title {
  background: #efefef;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
}

.setings-item {
  padding: 10px 30px;
}

.setings-item.skin {
  text-align: center;
}

.setings-item .switch {
  float: right;
}

.skin-name a {
  text-transform: uppercase;
}

.setings-item a {
  color: white;
}

.default-skin, .blue-skin, .ultra-skin, .yellow-skin {
  text-align: center;
}

.default-skin {
  font-weight: 600;
  background: #1ab394;
}

.default-skin:hover {
  background: #199d82;
}

.blue-skin {
  font-weight: 600;
  background: url("patterns/header-profile-skin-1.png") repeat scroll 0 0;
}

.blue-skin:hover {
  background: #0d8ddb;
}

.yellow-skin {
  font-weight: 600;
  background: url("patterns/header-profile-skin-3.png") repeat scroll 0 100%;
}

.yellow-skin:hover {
  background: #ce8735;
}

.ultra-skin {
  font-weight: 600;
  background: url("patterns/header-profile-skin-2.png") repeat scroll 0 0;
}

.ultra-skin:hover {
  background: #1a2d40;
}

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 220px;
  }
  .navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 220px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

/* .body-small */
@media (max-width: 991px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
  }
  .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 220px;
  }
  .std-navbar .navbar-static-side {
    display: block;
  }
  .lock-word {
    display: none;
  }
  .navbar-form-custom {
    display: none;
  }
  .navbar-header {
    display: inline;
    float: left;
  }
  .sidebard-panel {
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100% !important;
  }
  .sidebar-content .wrapper {
    padding-right: 0px;
    z-index: 1;
  }
  .fixed-sidebar .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
  }
  .fixed-sidebar.mini-navbar .navbar-static-side {
    display: block;
  }
  .ibox-tools {
    float: none;
    text-align: right;
    display: block;
  }
}

@media (max-width: 350px) {
  .timeline-item .date {
    text-align: left;
    width: 110px;
    position: relative;
    padding-top: 30px;
  }
  .timeline-item .date i {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px;
    width: 30px;
    text-align: center;
    border: 1px solid #ccd3d5 !important;
    background: #f8f8f8;
  }
  .timeline-item .content {
    border-left: none;
    border-top: 1px solid #ccd3d5 !important;
    padding-top: 10px;
    min-height: 100px;
  }
  .nav.navbar-top-links li.dropdown {
    display: none;
  }
  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block;
  }
}
