@charset "UTF-8";
/*! Copyright (c) 2015 Digitory Legal.  All Rights Reserved. */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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;
  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 {
  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;
  }
  .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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #4a4a4a;
  background-color: #f0f4f8;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #269df2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0c75c0;
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 8px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f0f4f8;
  border: 1px solid #ddd;
  border-radius: 2px;
  -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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.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: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #d8d8d8;
}
.text-primary {
  color: #269df2;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0d83d8;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #269df2;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0d83d8;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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 #d8d8d8;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e5e5e5;
}
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.42857143;
  color: #d8d8d8;
}
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 #e5e5e5;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #9b9b9b;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
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: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.row-no-padding > [class*="col-"] * {
  position: relative;
  z-index: 1;
}
.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: 15px;
  padding-right: 15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1440px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: #fff;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #d8d8d8;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px 8px 2px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  display: table-cell;
}
.table > thead > tr > th {
  font-weight: bold;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f0f4f8;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-radius: 2px;
}
.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-right: 1px solid #ddd;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.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: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #9b9b9b;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
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: 0;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
}
.form-control {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 4.28571429px 0.6em;
  font-size: 14px;
  line-height: initial;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f2f2f2;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 44px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  margin-bottom: 0;
  font-weight: inherit;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-right: 8px;
}
.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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control select.form-control {
  border: 0;
  padding: 0;
  height: initial;
  outline: 0;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.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;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 44px;
  line-height: 44px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 44px;
  min-height: 36px;
  padding: 11px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-error.select {
  border-color: #a94442;
}
.has-error.select .custom-select {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8a8a8a;
}
@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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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: 0;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #ffffff;
  background-color: #b6b4b4;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #9d9a9a;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #9d9a9a;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #9d9a9a;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #8b8888;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #b6b4b4;
}
.btn-default .badge {
  color: #b6b4b4;
  background-color: #ffffff;
}
.btn-primary {
  color: #fff;
  background-color: #269df2;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0d83d8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0d83d8;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0d83d8;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0b6fb6;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #269df2;
}
.btn-primary .badge {
  color: #269df2;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #35933c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #276e2d;
}
.btn-success:hover {
  color: #fff;
  background-color: #276e2d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #276e2d;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #1e5322;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #35933c;
}
.btn-success .badge {
  color: #35933c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #0475a2;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #035170;
}
.btn-info:hover {
  color: #fff;
  background-color: #035170;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #035170;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #02384d;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #0475a2;
}
.btn-info .badge {
  color: #0475a2;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f1d811;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #c3af0c;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c3af0c;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c3af0c;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #a2910a;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f1d811;
}
.btn-warning .badge {
  color: #f1d811;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d0011b;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #9d0114;
}
.btn-danger:hover {
  color: #fff;
  background-color: #9d0114;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #9d0114;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #7a0110;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d0011b;
}
.btn-danger .badge {
  color: #d0011b;
  background-color: #fff;
}
.btn.btn-dashed,
.btn-dashed {
  background: transparent;
  color: #9b9b9b;
  font-size: .9em;
  border-width: 1px;
  border-style: dashed;
}
.btn.btn-dashed:hover,
.btn-dashed:hover,
.btn.btn-dashed:focus,
.btn-dashed:focus,
.btn.btn-dashed:active,
.btn-dashed:active {
  border-width: 1px;
  color: #9b9b9b;
  border-style: solid;
}
.btn-link {
  color: #269df2;
  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: #0c75c0;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #d8d8d8;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.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-top: 4px solid \9;
  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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.125);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #9b9b9b;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #8e8e8e;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #269df2;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #d8d8d8;
}
.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.42857143;
  color: #d8d8d8;
  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 dashed;
  border-bottom: 4px solid \9;
  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 {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 .btn,
.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 {
  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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.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 > .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: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  line-height: 44px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-align: center;
  background-color: #e5e5e5;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 1px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 8px;
}
.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 {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a::after {
  content: "";
  display: block;
  height: 3px;
  background-color: transparent;
  position: relative;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #d8d8d8;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #d8d8d8;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e5e5e5;
  border-color: #269df2;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e5e5e5 #e5e5e5 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #b6b4b4;
  background-color: #f0f4f8;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f0f4f8;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.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: #269df2;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f0f4f8;
  }
}
.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: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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: 10px 15px;
  font-size: 16px;
  line-height: 20px;
  height: 50px;
}
.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: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.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: 5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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: 20px;
  }
  .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: 10px;
    padding-bottom: 10px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #fefefe;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fefefe;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fefefe;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fefefe;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fefefe;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #fefefe;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #d8d8d8;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #025e83;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #24425c;
  background-color: #e5e5e5;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #269df2;
  border-color: #269df2;
  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: #d8d8d8;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #e5e5e5;
}
.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: #d8d8d8;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #d8d8d8;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #bfbfbf;
}
.label-primary {
  background-color: #269df2;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0d83d8;
}
.label-success {
  background-color: #35933c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #276e2d;
}
.label-info {
  background-color: #0475a2;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #035170;
}
.label-warning {
  background-color: #f1d811;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c3af0c;
}
.label-danger {
  background-color: #d0011b;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #9d0114;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #d8d8d8;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #269df2;
  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;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #e5e5e5;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #cccccc;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 8px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #f0f4f8;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #269df2;
}
.thumbnail .caption {
  padding: 9px;
  color: #4a4a4a;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.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: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-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 {
  height: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #d8d8d8;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #f5f5f5;
  text-align: center;
  background-color: #269df2;
  position: relative;
  top: -1px;
  bottom: 0;
  -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: #35933c;
}
.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: #0475a2;
}
.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: #f1d811;
}
.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: #d0011b;
}
.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-object.img-thumbnail {
  max-width: none;
}
.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 #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #e5e5e5;
  color: #d8d8d8;
  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: #d8d8d8;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #269df2;
  border-color: #269df2;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #e6f4fe;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom: 2px solid #E5E5E5;
  border-radius: 2px;
}
.panel:last-child,
.panel:last-child:only-child {
  margin-bottom: 0;
  border-bottom: none;
}
.panel-body {
  padding: 7px 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  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: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.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: 1px;
  border-top-left-radius: 1px;
}
.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: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.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: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #9b9b9b;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #9b9b9b;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #269df2;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #269df2;
  border-color: #269df2;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #269df2;
}
.panel-primary > .panel-heading .badge {
  color: #269df2;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #269df2;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.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: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -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: 8px;
}
.well-sm {
  padding: 9px;
  border-radius: 1px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  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 {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483001;
  -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 #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -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: #000;
}
.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 #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 999;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 10px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 10px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 10px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 10px;
}
.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #269df2;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #269df2;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #269df2;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: #269df2;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #269df2;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #269df2;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #269df2;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #269df2;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #269df2;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -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: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 7px 7px 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: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  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: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.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: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  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: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.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 {
  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: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .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%;
  margin-top: -10px;
  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;
  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: rgba(0, 0, 0, 0);
}
.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,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer {
  display: inline-block;
  display: block;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 0 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,
.visible-sm,
.visible-md,
.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 !important;
  }
  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: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  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;
  }
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1440px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
@font-face {
  font-family: "digitory-legal";
  src: url("fonts/digitory-legal.eot");
  src: url("fonts/digitory-legal.eot?#iefix") format("embedded-opentype"), url("fonts/digitory-legal.woff") format("woff"), url("fonts/digitory-legal.ttf") format("truetype"), url("fonts/digitory-legal.svg#digitory-legal") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "digitory-legal" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "digitory-legal" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tachometer:before {
  content: "\61";
}
.icon-archive:before {
  content: "\62";
}
.icon-list:before {
  content: "\63";
}
.icon-align-justify:before {
  content: "\64";
}
.icon-lock:before {
  content: "\66";
}
.icon-plus:before {
  content: "\68";
}
.icon-group:before {
  content: "\67";
}
.icon-exclamation-circle:before {
  content: "\6a";
}
.icon-denied-block:before {
  content: "\6b";
}
.icon-information-circle:before {
  content: "\6c";
}
.icon-exclamation-triangle:before {
  content: "\6d";
}
.icon-harddrive:before {
  content: "\70";
}
.icon-pencil-square:before {
  content: "\71";
}
.icon-angle-down:before {
  content: "\72";
}
.icon-files:before {
  content: "\74";
}
.icon-plus-1:before {
  content: "\75";
}
.icon-chevron-right:before {
  content: "\77";
}
.icon-chevron-left:before {
  content: "\78";
}
.icon-ellipsis:before {
  content: "\79";
}
.icon-share-square:before {
  content: "\7a";
}
.icon-file-text:before {
  content: "\41";
}
.icon-change:before {
  content: "\42";
}
.icon-ellipsis-v:before {
  content: "\43";
}
.icon-gantt:before {
  content: "\44";
}
.icon-expand:before {
  content: "\46";
}
.icon-compress:before {
  content: "\47";
}
.icon-arrow-right:before {
  content: "\48";
}
.icon-ptint:before {
  content: "\49";
}
.icon-camera:before {
  content: "\4a";
}
.icon-minus:before {
  content: "\4b";
}
.icon-log-out:before {
  content: "\4c";
}
.icon-user:before {
  content: "\4d";
}
.icon-cancel:before {
  content: "\73";
}
.icon-close-button:before {
  content: "\76";
}
.icon-resend-mail:before {
  content: "\4e";
}
.icon-trash:before {
  content: "\6e";
}
.icon-view-only:before {
  content: "\4f";
}
.icon-clipboard:before {
  content: "\65";
}
.icon-edit:before {
  content: "\6f";
}
.icon-faq:before {
  content: "\50";
}
.icon-credit-card:before {
  content: "\51";
}
.icon-dollar:before {
  content: "\52";
}
.icon-angle-left:before {
  content: "\53";
}
.icon-angle-right:before {
  content: "\54";
}
.icon-building:before {
  content: "\55";
}
.icon-gear:before {
  content: "\56";
}
.icon-sitemap:before {
  content: "\69";
}
.icon-tag:before {
  content: "\57";
}
.icon-building-solid:before {
  content: "\58";
}
.icon-angle-up:before {
  content: "\59";
}
.icon-search:before {
  content: "\45";
}
.icon-options:before {
  content: "\5a";
}
.icon-refresh:before {
  content: "\30";
}
.icon-pdf:before {
  content: "\31";
}
.icon-eye:before {
  content: "\32";
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.2;
  font-size: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  background-color: #f0f4f8;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer {
  display: inline-block;
}
* html .clearfix,
* html .dl-horizontal dd,
* html .container,
* html .container-fluid,
* html .row,
* html .form-horizontal .form-group,
* html .btn-toolbar,
* html .btn-group-vertical > .btn-group,
* html .nav,
* html .navbar,
* html .navbar-header,
* html .navbar-collapse,
* html .pager,
* html .panel-body,
* html .modal-footer {
  height: 1%;
}
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer {
  display: block;
}
/*
 * Fluidable Grid System 1.2.3
 *
 * Creator: Andri Sigurðsson
 * Site: http://fluidable.com
 * Date: 01.04.2015
 *
 * Fluidable has four sets of grid classes:
 * Mobile .col-mb-x,
 * Tablet .col-x,
 * Desktop .col-dt-x
 * Larger screens .col-ld-x
*/
/*

  Config

*/
/*

  Mobile and up

*/
[class*="col-fixed-"] {
  float: left;
  width: 100%;
}
.col-group {
  padding: 0 30px;
  margin-bottom: 30px;
  zoom: 1;
}
.col-group:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.col-group .col-group {
  padding: 0;
  margin: 0;
}
.col-group [class*="col-"] {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-group [class*="push-"],
.col-group [class*="pull-"] {
  position: relative;
}
.col-mb-12 {
  width: 100%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-11 {
  width: 91.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-10 {
  width: 83.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-9 {
  width: 75%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-8 {
  width: 66.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-7 {
  width: 58.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-6 {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-5 {
  width: 41.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-4 {
  width: 33.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-3 {
  width: 25%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-2 {
  width: 16.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.col-mb-1 {
  width: 8.33333333%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
/*

  Tablet and up

*/
@media (min-width: 768px) {
  .container {
    max-width: 708px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
  }
  .col-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
  }
  .col-11 {
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66666667%;
    float: left;
  }
  .col-10 {
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333333%;
    float: left;
  }
  .col-9 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
    float: left;
  }
  .col-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66666667%;
    float: left;
  }
  .col-7 {
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333333%;
    float: left;
  }
  .col-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
  }
  .col-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66666667%;
    float: left;
  }
  .col-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
    float: left;
  }
  .col-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    float: left;
  }
  .col-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66666667%;
    float: left;
  }
  .col-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333333%;
    float: left;
  }
  .col-offset-12 {
    margin-left: 100%;
  }
  .col-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-0 {
    margin-left: 0%;
  }
  .col-pull-12 {
    right: 100%;
  }
  .col-pull-11 {
    right: 91.66666667%;
  }
  .col-pull-10 {
    right: 83.33333333%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-pull-8 {
    right: 66.66666667%;
  }
  .col-pull-7 {
    right: 58.33333333%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-pull-5 {
    right: 41.66666667%;
  }
  .col-pull-4 {
    right: 33.33333333%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-pull-2 {
    right: 16.66666667%;
  }
  .col-pull-1 {
    right: 8.33333333%;
  }
  .col-pull-0 {
    right: 0%;
  }
  .col-push-12 {
    left: 100%;
  }
  .col-push-11 {
    left: 91.66666667%;
  }
  .col-push-10 {
    left: 83.33333333%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-push-8 {
    left: 66.66666667%;
  }
  .col-push-7 {
    left: 58.33333333%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-push-5 {
    left: 41.66666667%;
  }
  .col-push-4 {
    left: 33.33333333%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-push-2 {
    left: 16.66666667%;
  }
  .col-push-1 {
    left: 8.33333333%;
  }
  .col-push-0 {
    left: 0%;
  }
  .col-group {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
    zoom: 1;
  }
  .col-group:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ".";
  }
}
/*

  Desktop and up

*/
@media (min-width: 1024px) {
  .container {
    max-width: 964px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
  }
  .col-dt-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
  }
  .col-dt-11 {
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66666667%;
    float: left;
  }
  .col-dt-10 {
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333333%;
    float: left;
  }
  .col-dt-9 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
    float: left;
  }
  .col-dt-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66666667%;
    float: left;
  }
  .col-dt-7 {
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333333%;
    float: left;
  }
  .col-dt-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
  }
  .col-dt-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66666667%;
    float: left;
  }
  .col-dt-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
    float: left;
  }
  .col-dt-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    float: left;
  }
  .col-dt-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66666667%;
    float: left;
  }
  .col-dt-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333333%;
    float: left;
  }
  .col-dt-offset-12 {
    margin-left: 100%;
  }
  .col-dt-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-dt-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-dt-offset-9 {
    margin-left: 75%;
  }
  .col-dt-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-dt-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-dt-offset-6 {
    margin-left: 50%;
  }
  .col-dt-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-dt-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-dt-offset-3 {
    margin-left: 25%;
  }
  .col-dt-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-dt-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-dt-offset-0 {
    margin-left: 0%;
  }
  .col-dt-pull-12 {
    right: 100%;
  }
  .col-dt-pull-11 {
    right: 91.66666667%;
  }
  .col-dt-pull-10 {
    right: 83.33333333%;
  }
  .col-dt-pull-9 {
    right: 75%;
  }
  .col-dt-pull-8 {
    right: 66.66666667%;
  }
  .col-dt-pull-7 {
    right: 58.33333333%;
  }
  .col-dt-pull-6 {
    right: 50%;
  }
  .col-dt-pull-5 {
    right: 41.66666667%;
  }
  .col-dt-pull-4 {
    right: 33.33333333%;
  }
  .col-dt-pull-3 {
    right: 25%;
  }
  .col-dt-pull-2 {
    right: 16.66666667%;
  }
  .col-dt-pull-1 {
    right: 8.33333333%;
  }
  .col-dt-pull-0 {
    right: 0%;
  }
  .col-dt-push-12 {
    left: 100%;
  }
  .col-dt-push-11 {
    left: 91.66666667%;
  }
  .col-dt-push-10 {
    left: 83.33333333%;
  }
  .col-dt-push-9 {
    left: 75%;
  }
  .col-dt-push-8 {
    left: 66.66666667%;
  }
  .col-dt-push-7 {
    left: 58.33333333%;
  }
  .col-dt-push-6 {
    left: 50%;
  }
  .col-dt-push-5 {
    left: 41.66666667%;
  }
  .col-dt-push-4 {
    left: 33.33333333%;
  }
  .col-dt-push-3 {
    left: 25%;
  }
  .col-dt-push-2 {
    left: 16.66666667%;
  }
  .col-dt-push-1 {
    left: 8.33333333%;
  }
  .col-dt-push-0 {
    left: 0%;
  }
}
/*

  Large desktop and up

*/
@media (min-width: 1440px) {
  .container {
    max-width: 1380px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
  }
  .col-ld-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
  }
  .col-ld-11 {
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66666667%;
    float: left;
  }
  .col-ld-10 {
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333333%;
    float: left;
  }
  .col-ld-9 {
    padding-left: 15px;
    padding-right: 15px;
    width: 75%;
    float: left;
  }
  .col-ld-8 {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66666667%;
    float: left;
  }
  .col-ld-7 {
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333333%;
    float: left;
  }
  .col-ld-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left;
  }
  .col-ld-5 {
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66666667%;
    float: left;
  }
  .col-ld-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
    float: left;
  }
  .col-ld-3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    float: left;
  }
  .col-ld-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66666667%;
    float: left;
  }
  .col-ld-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333333%;
    float: left;
  }
  .col-ld-offset-12 {
    margin-left: 100%;
  }
  .col-ld-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-ld-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ld-offset-9 {
    margin-left: 75%;
  }
  .col-ld-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ld-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ld-offset-6 {
    margin-left: 50%;
  }
  .col-ld-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ld-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ld-offset-3 {
    margin-left: 25%;
  }
  .col-ld-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ld-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ld-offset-0 {
    margin-left: 0%;
  }
  .col-ld-pull-12 {
    right: 100%;
  }
  .col-ld-pull-11 {
    right: 91.66666667%;
  }
  .col-ld-pull-10 {
    right: 83.33333333%;
  }
  .col-ld-pull-9 {
    right: 75%;
  }
  .col-ld-pull-8 {
    right: 66.66666667%;
  }
  .col-ld-pull-7 {
    right: 58.33333333%;
  }
  .col-ld-pull-6 {
    right: 50%;
  }
  .col-ld-pull-5 {
    right: 41.66666667%;
  }
  .col-ld-pull-4 {
    right: 33.33333333%;
  }
  .col-ld-pull-3 {
    right: 25%;
  }
  .col-ld-pull-2 {
    right: 16.66666667%;
  }
  .col-ld-pull-1 {
    right: 8.33333333%;
  }
  .col-ld-pull-0 {
    right: 0%;
  }
  .col-ld-push-12 {
    left: 100%;
  }
  .col-ld-push-11 {
    left: 91.66666667%;
  }
  .col-ld-push-10 {
    left: 83.33333333%;
  }
  .col-ld-push-9 {
    left: 75%;
  }
  .col-ld-push-8 {
    left: 66.66666667%;
  }
  .col-ld-push-7 {
    left: 58.33333333%;
  }
  .col-ld-push-6 {
    left: 50%;
  }
  .col-ld-push-5 {
    left: 41.66666667%;
  }
  .col-ld-push-4 {
    left: 33.33333333%;
  }
  .col-ld-push-3 {
    left: 25%;
  }
  .col-ld-push-2 {
    left: 16.66666667%;
  }
  .col-ld-push-1 {
    left: 8.33333333%;
  }
  .col-ld-push-0 {
    left: 0%;
  }
}
/*

  Fixed aspect ratio columns

*/
.col-fixed-hd,
.col-fixed-landscape,
.col-fixed-square,
.col-fixed-portrait {
  position: relative;
}
.col-fixed-hd:before,
.col-fixed-landscape:before,
.col-fixed-square:before,
.col-fixed-portrait:before {
  content: "";
  display: block;
}
.col-fixed-hd .col-content,
.col-fixed-landscape .col-content,
.col-fixed-square .col-content,
.col-fixed-portrait .col-content {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  padding: 0;
}
.col-fixed-hd:before {
  margin-top: 56.25%;
}
.col-fixed-landscape:before {
  margin-top: 75%;
}
.col-fixed-square:before {
  margin-top: 100%;
}
.col-fixed-portrait:before {
  margin-top: 133.33333333%;
}
/*

  Other

*/
.center-block {
  margin: 0 auto;
}
.clear {
  zoom: 1;
}
.clear:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.container-center,
.col-center {
  margin: auto;
  float: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #00435e;
  margin-bottom: 10px;
  font-weight: 300;
}
.section-title {
  display: inline-block;
  margin-bottom: 1.5em;
  padding-right: 20px;
  padding-bottom: 8px;
}
.section-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #9b9b9b;
}
.section-title::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  border: 4px solid transparent;
  border-color: transparent;
  border-right: 6px solid #9b9b9b;
}
h1 {
  font-size: 30px;
  font-weight: 300;
  text-transform: inherit;
  color: #9b9b9b;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.h1-title {
  font-size: 30px;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #4a4a4a;
  text-transform: capitalize;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 20px;
  color: #9b9b9b;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a:focus {
  outline: none;
}
small {
  font-size: 0.8em;
}
label {
  display: inline-block;
  margin-bottom: .3em;
  font-weight: 400;
  color: #4a4a4a;
  font-size: 16px;
}
p {
  line-height: 1.6em;
  font-weight: 400;
}
sup {
  font-size: .7em;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-italic {
  font-style: italic;
}
.text-info {
  color: #b6b4b4;
}
.text-small {
  font-size: 0.94em;
}
.text-bold {
  font-weight: 500;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  top: .11em;
  position: relative;
}
.alt-typeface {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.dl-app {
  width: 100%;
}
.dl-app-toast .dl-toasts-list-container {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 150px;
  pointer-events: none;
  z-index: 5;
}
.dl-app-toast .dl-toasts-list-container > ul > li {
  display: inline;
}
.dl-app .icon-trash:hover {
  color: #d0011b;
}
.tablet .dl-app-header {
  position: relative;
}
.tablet .dl-wrapper {
  margin-top: 0;
}
.tablet .dl-navigation {
  position: absolute;
  margin-top: 60px;
  top: 0;
  bottom: 0;
  height: 100%;
  min-height: 100vh;
}
p {
  margin-bottom: 1em;
}
.roles-wrapper {
  max-width: 600px;
}
.roles-wrapper .btn-primary i {
  color: #fff;
}
.roles-wrapper .table {
  margin-top: 10px;
}
.roles-wrapper .table th.people {
  width: 35%;
}
.roles-wrapper .table .custom_actions {
  width: 18%;
  text-align: center;
}
.dl-company-panel {
  margin: 1em;
  color: #4a4a4a;
  top: 1em;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  display: flex;
  flex-direction: column;
}
.dl-company-panel-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.dl-company-panel-menu {
  padding: 1em;
  min-width: 200px;
  max-width: 240px;
  flex: 1 100%;
  min-height: 320px;
}
.dl-company-panel-content {
  background-color: #fff;
  flex: 0px;
  min-height: 320px;
}
@media screen and (max-width: 768px) {
  .dl-company-panel-container {
    display: block;
  }
  .dl-company-panel-menu {
    display: block;
    width: 100%;
    max-width: none;
    min-width: 100%;
    min-height: auto;
  }
  .dl-company-panel-content {
    display: block;
    width: 100%;
    min-height: auto;
  }
}
.dl-company-panel-menu .company-name {
  display: inline-block;
  margin-bottom: 1.5em;
  padding-right: 20px;
  padding-bottom: 8px;
  color: #00435e;
  font-weight: bold;
  font-size: 1.36em;
}
.dl-company-panel-menu .company-name::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #9b9b9b;
}
.dl-company-panel-menu .company-name::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  border: 4px solid transparent;
  border-color: transparent;
  border-right: 6px solid #9b9b9b;
}
.dl-company-panel-menu .company-avatar {
  display: none;
}
.dl-company-panel-menu .dl-avatar-editor .editor-container,
.dl-company-panel-menu .dl-avatar-editor .avatar-image,
.dl-company-panel-menu .dl-avatar-editor .hover-info {
  border-radius: 4px;
}
.dl-company-panel-menu .dl-avatar-editor .editor-container .image-picker {
  border-radius: 4px;
}
.dl-company-panel-menu .company-menu {
  margin: 2em -1em 0;
}
.dl-company-panel-menu .company-menu ul li {
  border: 0;
  padding: 0;
  margin-bottom: 1px;
}
.dl-company-panel-menu .company-menu ul li a {
  display: block;
  color: #4a4a4a;
  padding: 1em 0 1em 2em;
  text-decoration: none;
}
.dl-company-panel-menu .company-menu ul li a::before {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 80%;
  opacity: 0;
  background-color: #0475a2;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-company-panel-menu .company-menu ul li a::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -22px;
  border: 22px solid transparent;
  border-right: 0px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-company-panel-menu .company-menu ul li a:hover::before,
.dl-company-panel-menu .company-menu ul li a.active::before {
  opacity: .1;
  left: -0.6em;
}
.dl-company-panel-menu .company-menu ul li a:hover::after,
.dl-company-panel-menu .company-menu ul li a.active::after {
  opacity: 1;
  border-right-width: 15px;
}
.dl-company-panel-menu .company-menu ul li a:not(.active):hover::after {
  opacity: 0;
  border-right-width: 0px;
}
.dl-company-panel .form {
  padding: 1em 2em;
  border-bottom: 1px solid #f0f4f8;
}
.dl-company-panel .form:last-child {
  border: 0;
}
.dl-company-panel .form .form-group {
  max-width: 370px;
}
.dl-register {
  width: 100%;
  height: 100vh;
  background-color: #f0f4f8;
}
.dl-register h3 {
  margin-bottom: 22px;
}
.dl-register-container {
  margin: 40px auto;
  padding: 25px 0;
  float: none;
}
.dl-register-container .dl-register-step-two .checkbox input {
  position: static;
  margin: 0 10px 0 0;
}
.dl-register .panel {
  width: 460px;
  max-width: 90%;
  padding: 5% 8% 8% 8%;
  margin: 0 auto;
}
.dl-register .dl-nav-steps {
  margin-bottom: 3em;
}
.dl-register .dl-nav-steps .dl-nav-steps-item {
  font-size: 20px;
  margin: 0 1.8em;
}
.dl-register .btn-primary {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .dl-register-header .container {
    width: 90%;
    margin: auto;
    z-index: 768px;
  }
}
.dl-login {
  width: 100%;
  height: 100vh;
  background-color: #f0f4f8;
}
.dl-login-container {
  margin: 40px auto;
  padding: 25px 0;
  float: none;
}
.dl-login-form .email {
  text-transform: lowercase;
}
.dl-login-form-forgot-password .email {
  text-transform: lowercase;
}
.dl-login .panel {
  width: 460px;
  max-width: 90%;
  padding: 5% 8% 8% 8%;
  margin: 0 auto;
}
.dl-matter {
  padding-top: 1px;
}
.dl-matter-header {
  margin: 1em 1em 0 1em;
  padding: 1em;
  color: #4a4a4a;
  background-color: #ffffff;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.dl-matter-header span {
  float: none;
}
.dl-matter-header .matter-title {
  margin-bottom: 0;
  font-weight: bold;
  color: #00435e;
}
.dl-matter-header .matter-title span {
  vertical-align: top;
}
.dl-matter-header .matter-title .client {
  display: inline-block;
}
.dl-matter-header .matter-uid {
  color: #4a4a4a;
  font-size: 1em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.dl-matter-header .matter-uid b {
  text-shadow: 0px 0px #4a4a4a;
}
.dl-matter-header p {
  margin-bottom: 0;
}
.dl-matter-header .dropdown-menu {
  right: 0;
  left: auto;
}
.dl-matter-header .dropdown-menu-container {
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border-radius: 2px;
  background-color: #802e60;
  color: #fff;
  margin-top: 5px;
  float: right;
  cursor: pointer;
}
.dl-matter-header .dropdown-menu-container .icon {
  margin-top: 4px;
}
.dl-matter-header .dropdown-menu .delete a {
  color: #d0011b;
}
.dl-matter-header .matter-menu {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.dl-matter-header .matter-menu .dropdown-menu {
  margin-top: 5px;
  left: -140px;
}
.dl-matter-header .matter-menu .dropdown-menu::before,
.dl-matter-header .matter-menu .dropdown-menu::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  right: 5px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom-color: #9b9b9b;
}
.dl-matter-header .matter-menu .dropdown-menu::after {
  margin-top: 1px;
  border-bottom-color: #fff;
}
.dl-matter-header .team-list {
  padding-right: 9px;
  float: right;
}
.dl-matter-header .team-list li:hover .tooltip {
  opacity: 1;
}
.dl-matter-header .team-list li .tooltip {
  width: 200px;
  top: -45px;
  left: -29px;
  z-index: 999;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: -webkit-pre-wrap;
  word-break: break-all;
  white-space: normal;
}
.dl-matter-header .team-list li .tooltip .tooltip-inner {
  padding: 4px;
  text-align: center;
}
.dl-matter-header .team-list li .tooltip .tooltip-inner .tooltip-body {
  padding: 0;
}
.dl-matter-header .team-list li:last-child .tooltip {
  width: 110px;
}
.dl-matter-header .add-collaborator {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-color: #0475a2;
  color: #fff;
  font-size: 23px;
  padding: 0 9px;
  float: left;
}
.dl-matter-header .add-collaborator i {
  color: #fff;
}
.dl-matter-header .matter-approval-status {
  margin-right: 15px;
  margin-top: 5px;
  float: right;
}
.dl-matter .navbar-container {
  overflow: hidden;
}
.dl-matter .navbar-container {
  background-color: #ffffff;
  margin: 0 1em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  padding-top: 3px;
  border-bottom: 2px solid #f0f4f8;
}
.dl-matter-section {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 1em;
}
.dl-matter-section h4 {
  font-size: 30px;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #4a4a4a;
}
.dl-matter-section .sub-menu {
  background-color: #fff;
  border-bottom: 1px solid #f0f4f8;
}
.dl-matter-section .sub-menu .nav {
  float: none;
}
.dl-matter-section .sub-menu .nav > li {
  border-right: 1px solid #b6b4b4;
}
.dl-matter-section .sub-menu .nav a {
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  color: #4a4a4a;
  text-transform: none;
  -webkit-transition: background-color 0.2s ease, color  0.2s ease;
  -o-transition: background-color 0.2s ease, color  0.2s ease;
  transition: background-color 0.2s ease, color  0.2s ease;
}
.dl-matter-section .sub-menu .nav a.active,
.dl-matter-section .sub-menu .nav a:hover {
  color: #fff;
  background-color: #9b9b9b;
}
.dl-matter-section .next-section {
  padding: 0.6em 1em 80px;
  background-color: #fff;
  display: inline-block;
  display: block;
}
.dl-matter-section .next-section:before,
.dl-matter-section .next-section:after {
  content: " ";
  display: table;
}
.dl-matter-section .next-section:after {
  clear: both;
}
.dl-matter-section .next-section:before,
.dl-matter-section .next-section:after {
  content: " ";
  display: table;
}
.dl-matter-section .next-section:after {
  clear: both;
}
.dl-matter-section .next-section a.btn {
  float: right;
}
.dl-matter.sticky-menu {
  padding-top: 50px;
}
.dl-matter-description-sections {
  min-height: 200px;
}
.dl-matter-description-sections .col-md-5 {
  max-width: 400px;
}
.dl-matter-description-sections .input-separator {
  font-size: 36px;
  font-weight: 100;
  height: 40px;
  line-height: 2;
  text-align: center;
}
.dl-matter-description-sections .input-separator:before {
  content: '/';
}
.dl-matter .panel {
  border: 0;
  padding-bottom: 1em;
  margin-bottom: 1px;
}
.dl-matter.sticky-menu .dl-matter-nav {
  top: 80px;
  left: 200px;
  right: 0;
  position: fixed;
  z-index: 3;
  border-top: 0;
}
.dl-matter.sticky-menu .dl-matter-nav::before,
.dl-matter.sticky-menu .dl-matter-nav::after {
  display: none;
}
.dl-matter.sticky-menu .dl-matter-nav .matter-uid {
  opacity: 1;
}
.dl-matter.sticky-menu .sub-menu {
  top: 150px;
  right: 14px;
  left: 200px;
  position: fixed;
  border-top: 1px solid #f0f4f8;
  z-index: 3;
  margin-left: 1em;
  -webkit-box-shadow: 0 5px 10px rgba(200, 200, 200, 0.35);
  box-shadow: 0 5px 10px rgba(200, 200, 200, 0.35);
}
.dl-matter.description.sticky-menu .dl-matter-nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dl-matter-description.sticky-menu {
  padding-top: 60px;
}
.dl-matter.read-only div.checkbox label {
  padding-left: 0;
}
.dl-matter.read-only .form-control.height-auto {
  height: auto;
  min-height: 34px;
}
.dl-matter .react-autosuggest__suggestion {
  border-bottom: 1px solid #b6b4b4;
}
.dl-matter .react-autosuggest__suggestion li {
  font-size: 0.8em;
}
.dl-matter .react-autosuggest__suggestion li b {
  font-weight: bold;
}
.dl-matter .react-autosuggest__suggestion:last-child {
  border-bottom: 0;
}
.dl-matter-parties .col-md-5 {
  max-width: 400px;
}
.dl-matter-parties .member {
  margin-bottom: 1em;
  border: 1px solid #d8d8d8;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-matter-parties .member-title {
  color: #4a4a4a;
  background-color: #d8d8d8;
  padding: 1em;
  -webkit-transition: background-color 0.4s ease, color 0.2s ease;
  -o-transition: background-color 0.4s ease, color 0.2s ease;
  transition: background-color 0.4s ease, color 0.2s ease;
}
.dl-matter-parties .member-content {
  padding: 1em .5em 1em 1.5em;
}
.dl-matter-parties .member .form-group {
  padding-right: 1.5em;
}
.dl-matter-parties .member.delete {
  border-color: #d0011b;
  -webkit-box-shadow: 0px 0px 5px rgba(208, 27, 1, 0.3);
  box-shadow: 0px 0px 5px rgba(208, 27, 1, 0.3);
}
.dl-matter-parties .member.delete .member-title {
  color: #fff;
  background-color: #d0011b;
}
.dl-matter-parties .member .law-fims h5 {
  position: relative;
  font-weight: 400;
  font-size: .8em;
}
.dl-matter-parties .member .law-fims h5::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: .38em;
  width: 5px;
  height: 5px;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dl-matter-parties .member .law-fims::before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: .38em;
  height: 100%;
  border-left: 1px solid #9b9b9b;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dl-matter-parties .member .law-fims.delete .law-firm-title {
  color: #d0011b;
}
.dl-matter-parties .member .law-fims.delete .law-firm-title::before {
  border-color: #d0011b;
  background-color: #d0011b;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.dl-matter-parties .member .law-fims.delete::before {
  border-color: #d0011b;
}
.dl-matter-parties .member .law-fims.delete .attorneys::before {
  border-color: #d0011b;
  background-color: #d0011b;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.dl-matter-parties .member .attorneys::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dl-matter-parties .member .attorneys:last-child::after {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: 50%;
  height: 70%;
  border-left: 1px solid #fff;
  z-index: 0;
}
.dl-matter-parties .member .attorneys.delete input {
  color: #d0011b;
}
.dl-matter-parties .member .attorneys.delete::before {
  border-color: #d0011b;
  background-color: #d0011b;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.dl-matter-parties .member .btn-delete {
  position: absolute;
  right: -10px;
  bottom: 2px;
  color: #4a4a4a;
  background-color: transparent;
  padding: 0px 8px;
  display: none;
}
.dl-matter-parties .member .btn-delete:hover,
.dl-matter-parties .member .btn-delete:focus {
  color: #d0011b;
}
.dl-matter-parties .member .btn-delete:active,
.dl-matter-parties .member .btn-delete.active {
  box-shadow: none;
}
.dl-matter-parties .member-name:hover .btn-delete,
.dl-matter-parties .attorneys:hover .btn-delete,
.dl-matter-parties .law-fims-name:hover .btn-delete {
  display: block;
}
.dl-matter-budget {
  margin-bottom: 1em;
}
.dl-matter-budget-container {
  display: flex;
}
.dl-matter-budget-container > div {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (min-width: 481px) and (max-width: 1439px) {
  .dl-matter-budget-container.nav-matter-collapse .phase-menu {
    flex-basis: 234px;
    width: 234px;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li {
    padding: 0 1em;
    border-bottom: 1px solid #e5e5e5;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total {
    padding: 1em 0;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:first-child:before {
    display: none;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description {
    display: block;
    position: relative;
    background: none;
    z-index: inherit;
    min-width: inherit;
    top: 0;
    left: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: inherit;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description:after {
    display: none;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description .phase-title {
    font-size: 1.3em;
    color: #00435e;
    font-weight: bold;
    width: 100%;
    white-space: inherit;
    /* font-size: 1.1em; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    border: 0;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description .task-subtotal {
    font-size: 1.3em;
    color: #00435e;
    font-weight: bold;
    width: 100%;
    /* font-size: 1.1em; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    border: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 4px;
    text-align: center;
    padding-bottom: 1.3em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description span:first-child {
    white-space: nowrap;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li a {
    padding: 1em 0 1em 4em;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li a:before {
    left: -0.6em;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total .budget-total-icon {
    display: block;
    cursor: inherit;
    color: #999;
    width: auto;
    padding: 0;
    text-align: inherit;
    position: absolute;
    top: 0.5em;
    left: 1em;
    font-size: 1.5em;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total .budget-total-icon.fa-usd {
    display: none;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total .budget-total-description {
    display: block;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .phase {
    width: auto;
    display: inline-block;
    text-align: inherit;
    margin-bottom: 1.3em;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li > a {
    width: auto;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li > a .phase-description {
    display: block;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li > a .phase-description .phase-title {
    text-align: left;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li > a .phase-description .phase-subtotal {
    text-align: right;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li > a:hover .phase-description {
    display: block;
    position: relative;
    background: none;
    z-index: inherit;
    min-width: inherit;
    top: 0;
    left: 0;
    padding: inherit;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: inherit;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li > a:hover .phase-description .phase-title {
    white-space: inherit;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li > a:hover .phase-description .phase-subtotal {
    padding-bottom: 1.3em;
    text-align: right;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li > a:hover .phase-description:after {
    display: none;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu {
    margin: 0 -1em;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li {
    padding: 0;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a {
    display: block;
    color: #4a4a4a;
    padding: 1em 1em 1em 4em;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a .task {
    display: inline-block;
    margin-bottom: 1.3em;
    letter-spacing: 1px;
    color: #802e60;
    padding-top: 0;
    background-color: transparent;
    position: absolute;
    left: 10px;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a .task-description {
    display: block;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover:before,
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a.active:before {
    left: -0.6em;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover .task-description {
    display: inherit;
    position: inherit;
    min-width: inherit;
    white-space: inherit;
    word-break: inherit;
    word-wrap: inherit;
    overflow: inherit;
    width: auto;
    top: inherit;
    left: inherit;
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
    z-index: inherit;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover .task-description .task-title {
    text-overflow: inherit;
    overflow: inherit;
    white-space: inherit;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover .task-description .task-subtotal {
    padding-bottom: inherit;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover .task-description:after {
    display: none;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu .nav-button {
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .dl-matter-budget-container.nav-matter-collapse .phase-menu {
    flex-basis: 64px;
    width: 64px;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu {
    width: 100%;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li {
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total {
    padding: 0;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:first-child:hover:before {
    opacity: 0.1;
    left: 0;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:first-child:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80%;
    opacity: 0;
    background-color: #0475a2;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.125);
    background: #ffffff;
    z-index: 2;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-width: 0 0 1px 1px;
    transform: rotate(45deg);
    z-index: -1;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description .phase-title {
    color: #4a4a4a;
    font-size: 0.8em;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description .task-subtotal {
    font-weight: bold;
    display: block;
    font-size: 0.8em;
    color: #9b9b9b;
    text-align: right;
    padding: 0;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description span:first-child {
    white-space: nowrap;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li a {
    padding: 0;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li a:before {
    left: 0;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total .budget-total-icon {
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 10px 14px;
    font-size: 21px;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total .budget-total-icon.fa-usd {
    display: block;
    color: #4a4a4a;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li.budget-total .budget-total-description {
    display: none;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .phase {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li a .phase-title {
    white-space: nowrap;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li a .phase-description {
    display: none;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li a:hover .phase-description {
    display: inline-block;
    position: absolute;
    top: -19px;
    left: 15px;
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.125);
    background: #ffffff;
    z-index: 2;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li a:hover .phase-description .phase-title {
    text-align: left;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li a:hover .phase-description .phase-subtotal {
    padding-bottom: 0;
    text-align: right;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li a:hover .phase-description:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-width: 0 0 1px 1px;
    transform: rotate(45deg);
    z-index: -1;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu {
    margin: 0;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a {
    padding: 12px 0;
    text-align: center;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover:before,
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a.active:before {
    left: 0;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover:after,
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a.active:after {
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 0px solid #fff;
    border-right-width: 12px;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a .task {
    position: relative;
    left: 0;
    padding: 0;
    margin: 0;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a .task-description {
    display: none;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover .task-description {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 100%;
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.125);
    background: #ffffff;
    z-index: 2;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover .task-description .task-title {
    text-overflow: inherit;
    overflow: visible;
    text-align: left;
    white-space: nowrap;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover .task-description .task-subtotal {
    padding-bottom: 0;
    text-align: right;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover .task-description:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-width: 0 0 1px 1px;
    transform: rotate(45deg);
    z-index: -1;
  }
  .dl-matter-budget-container.nav-matter-collapse .phase-menu .dl-matter-budget-menu .nav-button {
    text-align: center;
  }
}
.dl-matter-budget .phase-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
@media (min-width: 481px) and (max-width: 1439px) {
  .dl-matter-budget .phase-menu {
    flex-basis: 64px;
    width: 64px;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu {
    width: 100%;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li {
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li.budget-total {
    padding: 0;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:first-child:hover:before {
    opacity: 0.1;
    left: 0;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:first-child:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80%;
    opacity: 0;
    background-color: #0475a2;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description {
    display: inline-block;
    position: absolute;
    top: -9px;
    left: 100%;
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.125);
    background: #ffffff;
    z-index: 2;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-width: 0 0 1px 1px;
    transform: rotate(45deg);
    z-index: -1;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description .phase-title {
    color: #4a4a4a;
    font-size: 0.8em;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description .task-subtotal {
    font-weight: bold;
    display: block;
    font-size: 0.8em;
    color: #9b9b9b;
    text-align: right;
    padding: 0;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li:hover .budget-total-description span:first-child {
    white-space: nowrap;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li a {
    padding: 0;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li.budget-total ul li a:before {
    left: 0;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li.budget-total .budget-total-icon {
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 10px 14px;
    font-size: 21px;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li.budget-total .budget-total-icon.fa-usd {
    display: block;
    color: #4a4a4a;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li.budget-total .budget-total-description {
    display: none;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li .phase {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0;
    z-index: 1;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li > a {
    width: 64px;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li > a .phase-description {
    display: none;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li > a:hover .phase-description {
    display: inline-block;
    position: absolute;
    top: -45px;
    left: 72px;
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.125);
    background: #ffffff;
    z-index: 2;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li > a:hover .phase-description .phase-title {
    white-space: nowrap;
    text-align: left;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li > a:hover .phase-description .phase-subtotal {
    padding-bottom: 0;
    text-align: right;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li > a:hover .phase-description:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-width: 0 0 1px 1px;
    transform: rotate(45deg);
    z-index: -1;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li .task-menu {
    margin: 0;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a {
    padding: 12px 0;
    text-align: center;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover:before,
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a.active:before {
    left: 0;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover:after,
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a.active:after {
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 0px solid #fff;
    border-right-width: 12px;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a .task {
    position: relative;
    left: 0;
    padding: 0;
    margin: 0;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a .task-description {
    display: none;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a .task-description .task-subtotal {
    text-align: right;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover .task-description {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 100%;
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.125);
    background: #ffffff;
    z-index: 2;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover .task-description .task-title {
    text-overflow: inherit;
    overflow: visible;
    white-space: nowrap;
    text-align: left;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover .task-description .task-subtotal {
    padding-bottom: 0;
    text-align: right;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu > ul > li .task-menu li a:hover .task-description:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    bottom: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-width: 0 0 1px 1px;
    transform: rotate(45deg);
    z-index: -1;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu .nav-button {
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .dl-matter-budget .phase-menu {
    flex-basis: 234px;
    width: 234px;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li {
    max-width: none;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li.budget-total {
    padding: 1em 0;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li.budget-total ul li:hover .budget-total-description {
    display: block;
    position: relative;
    background: none;
    z-index: inherit;
    min-width: inherit;
    top: 0;
    left: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: inherit;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li.budget-total ul li:hover .budget-total-description:after {
    display: none;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li.budget-total ul li:hover .budget-total-description span:first-child {
    white-space: normal;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li.budget-total .budget-total-icon {
    display: block;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li.budget-total .budget-total-icon.fa-usd {
    display: none;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li.budget-total .budget-total-description {
    display: block;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li .phase {
    width: auto;
    text-align: inherit;
    margin-bottom: 1.3em;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li a .phase-description {
    display: block;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li a .phase-description .phase-title {
    text-align: left;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li a .phase-description .phase-subtotal {
    text-align: right;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li a:hover .phase-description {
    display: block;
    position: relative;
    background: none;
    z-index: inherit;
    min-width: inherit;
    top: 0;
    left: 0;
    padding: inherit;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: inherit;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li a:hover .phase-description .phase-subtotal {
    padding-bottom: 1.3em;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li a:hover .phase-description:after {
    display: none;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li .task-menu {
    margin: 0 -1em;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li .task-menu li a .task {
    display: inline-block;
    margin-bottom: 1.3em;
    letter-spacing: 1px;
    color: #802e60;
    padding-top: 0;
    background-color: transparent;
    position: absolute;
    left: 10px;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li .task-menu li a .task-description {
    display: block;
    padding-left: 4px;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu ul > li .task-menu li a .task-description .task-subtotal {
    text-align: right;
  }
  .dl-matter-budget .phase-menu .dl-matter-budget-menu .nav-button {
    text-align: left;
  }
}
.dl-matter-budget .phase-container {
  flex-grow: 1;
  overflow: scroll;
  background-color: #fff;
}
.dl-matter-budget .phase-container .icon-information-circle {
  color: #00435e;
}
.dl-matter-budget-menu {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.dl-matter-budget-menu .budget-total {
  padding: 1em 0;
  color: #00435e;
}
.dl-matter-budget-menu .budget-total-icon.fa-usd {
  display: none;
}
.dl-matter-budget-menu .budget-total .task-subtotal,
.dl-matter-budget-menu .budget-total .phase-title {
  font-size: 1.3em;
  color: #00435e;
  font-weight: bold;
}
.dl-matter-budget-menu .budget-total .phase-title {
  margin-top: 0;
}
.dl-matter-budget-menu a:hover {
  color: inherit;
}
.dl-matter-budget-menu ul li {
  padding: 0 1em;
  border-bottom: 1px solid #f0f4f8;
}
.dl-matter-budget-menu ul li a,
.dl-matter-budget-menu ul li a:hover,
.dl-matter-budget-menu ul li a:active {
  text-decoration: none !important;
  color: #9b9b9b;
}
.dl-matter-budget-menu ul li .phase,
.dl-matter-budget-menu ul li .task {
  position: relative;
  line-height: inherit;
  width: auto;
  background-color: #802e60;
  display: inline-block;
  padding: 0.7em 0.5em;
  margin-bottom: 1.3em;
  color: #fff;
  letter-spacing: 1px;
}
.dl-matter-budget-menu ul li .phase-title,
.dl-matter-budget-menu ul li .task-title {
  width: 100%;
  font-size: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  border: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-matter-budget-menu ul li .phase-subtotal,
.dl-matter-budget-menu ul li .task-subtotal {
  margin-top: 4px;
  color: #9b9b9b;
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 1.3em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.dl-matter-budget-menu ul li .task-menu {
  margin: 0 -1em;
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.dl-matter-budget-menu ul li .task-menu .task {
  color: #802e60;
  padding-top: 0;
  background-color: transparent;
  position: absolute;
  left: 10px;
}
.dl-matter-budget-menu ul li .task-menu .task-title,
.dl-matter-budget-menu ul li .task-menu .task-subtotal {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #4a4a4a;
}
.dl-matter-budget-menu ul li .task-menu .task-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.9em;
}
.dl-matter-budget-menu ul li .task-menu .task-subtotal {
  font-weight: bold;
}
.dl-matter-budget-menu ul li .task-menu a::before {
  background-color: #802e60;
}
.dl-matter-budget-menu ul li.active .task-menu {
  display: block;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.dl-matter-budget-menu ul ul li {
  border: 0;
  padding: 0;
}
.dl-matter-budget-menu ul ul li a {
  display: block;
  color: #4a4a4a;
  padding: 1em 1em 1em 4em;
}
.dl-matter-budget-menu ul ul li a::before {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 80%;
  opacity: 0;
  background-color: #0475a2;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-matter-budget-menu ul ul li a::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -17px;
  border: 16px solid transparent;
  border-right: 0px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-matter-budget-menu ul ul li a:hover::before,
.dl-matter-budget-menu ul ul li a.active::before {
  opacity: 0.1;
  left: -0.6em;
}
.dl-matter-budget-menu ul ul li a:hover::after,
.dl-matter-budget-menu ul ul li a.active::after {
  opacity: 1;
  border-right-width: 10px;
}
.dl-matter-budget-menu ul ul li a:not(.active):hover::after {
  opacity: 0;
  border-right-width: 0px;
}
.dl-matter-budget-menu ul ul li .info {
  display: block;
  font-size: 0.8em;
  color: #9b9b9b;
}
.dl-matter-budget-menu ul ul li [class*='icon-'] {
  position: absolute;
  top: 0.5em;
  left: 1em;
  font-size: 1.5em;
}
.dl-matter-budget-menu .nav-button {
  display: none;
}
@media (min-width: 481px) {
  .dl-matter-budget-menu .nav-button {
    display: block;
  }
  .dl-matter-budget-menu .nav-button i {
    cursor: pointer;
    color: #999;
    width: 100%;
    padding: 18px 14px 12px 14px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .dl-matter-budget-menu {
    width: 100%;
  }
}
.dl-matter-budget-help {
  background-color: #fff;
  padding: 3em 1em;
  color: #9b9b9b;
  height: 100%;
  width: 100%;
}
.dl-matter-budget-help-content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.dl-matter-budget-help-content > ul {
  padding-left: 80px;
  margin: 2em 0;
}
.dl-matter-budget-help-content > ul > li {
  margin-bottom: 1.5em;
}
.dl-matter-budget-help-content > ul > li ul {
  list-style: circle;
  padding-left: 2em;
}
.dl-matter-budget-help-content > ul > li ul li {
  margin-bottom: 0.6em;
}
.dl-matter-budget-help h4 {
  color: #9b9b9b;
  border: 0;
  padding: 0;
}
.dl-matter-budget-help .help-step {
  width: 70px;
  display: inline-block;
  margin-left: -80px;
  float: left;
  text-align: center;
}
.dl-matter-budget-help .help-step-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.2em;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  margin-bottom: 0.5em;
}
.dl-matter-budget-help .help-step-text {
  display: block;
  font-size: 0.8em;
}
.dl-matter-budget-help .btn-prymary {
  color: #fff;
  background-color: #269df2;
  border-color: #269df2;
}
.dl-matter-budget-help .btn-prymary:hover {
  color: #fff;
}
.dl-matter-budget .mobile-menu {
  display: none;
}
.dl-matter-budget .l110 .group-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.dl-matter-budget .l110 .group-header.is-loading {
  pointer-events: none;
}
.dl-matter-budget .l110 .group-header.is-loading > div:not(.spinner) {
  opacity: 0.3;
}
.dl-matter-budget .l110 .group-name {
  float: left;
  width: 300px;
  margin-right: 20px;
}
.dl-matter-budget .l110 .group-avg-amount {
  float: left;
  width: 350px;
  padding-top: 3px;
  margin-right: 20px;
}
.dl-matter-budget .l110 .group-incrementer {
  float: left;
  margin-right: 20px;
}
.dl-matter-budget .l110 .group-toggle {
  float: right;
  width: 100px;
}
.dl-matter-budget .l110 .group-body {
  padding-left: 30px;
}
.dl-matter-budget .l110 .group-total-amount {
  color: #4A4A4A;
  font-size: 1.2em;
}
.dl-matter-budget .l110 .increment-element div {
  float: left;
}
.dl-matter-budget .l110 .increment-element button {
  padding: 7px 9px 8px 9px;
  height: 34px;
}
.dl-matter-budget .l110 .increment-element button i {
  color: #fff;
  font-size: 16px;
}
.dl-matter-budget .l110 .increment-element .input input {
  text-align: center;
  max-width: 46px;
}
.dl-matter-budget .l110 .interview {
  margin: 0;
}
.dl-matter-budget .l110 .interview .task-section-table-action button {
  padding: 12px 16px;
}
.dl-matter-budget .l110 .interview-form {
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
  padding-bottom: 10px;
}
.dl-matter-budget .l110 .interview-form .dl-table {
  margin-bottom: 0;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.dl-matter-budget .l110 .interview .form-group {
  margin-right: .5em;
}
.dl-matter-budget .l110 .interview .form-select {
  display: block;
  width: 100%;
}
.dl-matter-budget .l110 .interview-table {
  margin: 1em 0 0 0;
}
.dl-matter-budget .l110 .errors {
  margin-top: 1em;
}
.dl-matter-budget .l110 .dl-matter-phase-task-sub2 .form-control.read-only {
  display: inline-block !important;
}
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .clearfix,
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .dl-horizontal dd,
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .container,
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .container-fluid,
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .row,
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .form-horizontal .form-group,
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .btn-toolbar,
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .btn-group-vertical > .btn-group,
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .nav,
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .navbar,
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .navbar-header,
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .navbar-collapse,
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .pager,
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .panel-body,
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .modal-footer {
  display: flex;
  flex-basis: 100%;
  margin-bottom: 10px;
}
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section label {
  padding: 0 6px;
}
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section label:first-of-type {
  padding-right: 6px;
  padding-left: 0;
}
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section label:last-of-type {
  padding-left: 6px;
  padding-right: 0;
}
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section > div {
  display: flex;
  flex: 0 0 50%;
  max-width: 150px;
}
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section > div input {
  width: 100%;
}
.dl-matter-budget .dl-matter-phase-task-sub2 .review-form .review-section .btn-save {
  margin: 10px 0 0 10px;
  float: right;
}
.dl-matter-budget .l120 .checkbox {
  cursor: pointer;
}
.dl-matter-budget .l120 .checkbox-input {
  margin-right: .5em;
}
.dl-matter-budget .l130 .retained {
  margin: 1em 0 2em 0;
}
.dl-matter-budget .l130 .retained .form-group {
  margin-right: 1em;
}
.dl-matter-budget .l130 .retained .form-select {
  display: block;
}
.dl-matter-budget .l130 .retained-table {
  margin: 1em 0 0 0;
}
.dl-matter-budget .l130 .errors {
  margin-top: 1em;
}
.dl-matter-budget .l210 .dl-matter-phase-task-header {
  margin-bottom: 0;
}
.dl-matter-budget .l210-0.task-section {
  min-height: auto;
}
.dl-matter-budget .l220 .dl-matter-phase-task-header {
  margin-bottom: 0;
}
.dl-matter-budget .l220-0.task-section {
  min-height: auto;
}
.dl-matter-budget .l230 .dl-matter-phase-task-header {
  margin-bottom: 0;
}
.dl-matter-budget .l230-0.task-section {
  min-height: auto;
}
.dl-matter-budget .l230 .task-section-header {
  border: 0;
}
.dl-matter-budget .l250 .dl-matter-phase-task-header {
  margin-bottom: 0;
}
.dl-matter-budget .l250-0.task-section {
  min-height: auto;
}
.dl-matter-budget .l260 .dl-matter-phase-task-header {
  margin-bottom: 0;
}
.dl-matter-budget .l260-0.task-section {
  min-height: auto;
}
.dl-matter-budget .l320 .dl-matter-phase-task-sub2 .form-control.read-only {
  display: inline-block !important;
}
.dl-matter-budget .l330 .group-header {
  height: 40px;
  margin: 0;
}
.dl-matter-budget .l330 .group-header.is-loading {
  pointer-events: none;
}
.dl-matter-budget .l330 .group-header.is-loading > div:not(.spinner) {
  opacity: 0.3;
}
.dl-matter-budget .l330 .group-name {
  float: left;
  width: 300px;
  margin-right: 20px;
}
.dl-matter-budget .l330 .group-avg-amount {
  float: left;
  width: 350px;
  padding-top: 3px;
  margin-right: 20px;
}
.dl-matter-budget .l330 .group-incrementer {
  float: left;
  margin-right: 20px;
}
.dl-matter-budget .l330 .group-toggle {
  float: right;
  width: 100px;
}
.dl-matter-budget .l330 .group-body {
  padding-left: 30px;
}
.dl-matter-budget .l330 .group-total-amount {
  color: #4A4A4A;
  font-size: 1.2em;
}
.dl-matter-budget .l330 .increment-element div {
  float: left;
}
.dl-matter-budget .l330 .increment-element button {
  padding: 7px 9px 8px 9px;
  height: 34px;
}
.dl-matter-budget .l330 .increment-element button i {
  color: #fff;
  font-size: 16px;
}
.dl-matter-budget .l330 .increment-element .input input {
  text-align: center;
  max-width: 46px;
}
.dl-matter-budget .l330 .depositions-form .form-group {
  margin-right: .5em;
}
.dl-matter-budget .l330 .depositions-form .form-select {
  display: block !important;
  width: 100%;
}
.dl-matter-budget .l330 .depositions-form .dl-table {
  margin-top: .5em;
}
.dl-matter-budget .l340 [class*="-form"] .form-group {
  margin-right: .5em;
}
.dl-matter-budget .l340 [class*="-form"] .form-select {
  display: block !important;
  width: 100%;
}
.dl-matter-budget .l340 [class*="-form"] .dl-table {
  margin-top: .5em;
}
.dl-matter-budget .l350 .dl-matter-phase-task-header {
  margin-bottom: 0;
}
.dl-matter-budget .l350-0.task-section {
  min-height: auto;
}
.dl-matter-budget .l350 .task-section-header {
  border: 0;
}
.dl-matter-budget .l450 .dl-matter-phase-task-header {
  margin-bottom: 0;
}
.dl-matter-budget .l450-0.task-section {
  min-height: auto;
}
.dl-matter-budget .l450-0.task-section .form-group div {
  display: inline-block;
}
.dl-matter-budget .l450-0.task-section .form-group input[type='text'],
.dl-matter-budget .l450-0.task-section .form-group input[type='number'] {
  width: 5em;
  margin-left: .5em;
  margin-right: .5em;
}
.dl-matter-budget .l450-0.task-section .form-group .btn-save {
  margin-top: 0px;
}
.dl-matter-budget .E100 .dl-table-header-column.title {
  width: 50%;
}
.dl-matter-budget .E100 .dl-table-header-column.cost {
  width: 15%;
}
.dl-matter-budget .E100 .dl-table-header-column.notes {
  width: 25%;
}
.dl-matter-budget .E100 .dl-table-header-column.actions {
  width: 10%;
}
.dl-matter-budget .E100 .dl-table-row-editing td input {
  margin: 0;
}
.dl-matter-budget .E100 .dl-table-row-editing td.cost,
.dl-matter-budget .E100 .dl-table-row-editing td.notes {
  padding: 4px 1px !important;
}
@media screen and (max-width: 480px) {
  .dl-matter-budget-container {
    display: flex;
  }
  .dl-matter-budget-container > div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .dl-matter-budget .phase-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .dl-matter-budget .phase-container {
    width: 100%;
    flex-grow: 1;
    background-color: #fff;
    flex-direction: row;
  }
  .dl-matter-budget .budget-menu-item {
    display: none;
  }
  .dl-matter-budget .mobile-menu {
    display: block;
    margin: 10px;
  }
  .dl-matter-budget .mobile-menu .select {
    width: 95%;
    margin: auto;
  }
}
.dl-matter .dl-matter-staffing {
  padding-bottom: 1px;
}
.dl-matter .dl-matter-staffing .errors {
  padding: .5em;
  margin-bottom: 1em;
}
.dl-matter .dl-matter-staffing th.change {
  width: 1em;
}
.dl-matter .dl-matter-staffing .icon-change {
  cursor: pointer;
}
.dl-matter .dl-matter-staffing .table .btn.copy {
  display: none;
}
.dl-matter .dl-matter-staffing .table .select {
  padding: 2px 10px 0 2px;
  height: auto;
  width: 100%;
  min-height: 28px;
}
.dl-matter .dl-matter-staffing .table .react-autosuggest__suggestion {
  width: 300px;
  border-bottom: 1px solid #b6b4b4;
}
.dl-matter .dl-matter-staffing .table .react-autosuggest__suggestion li {
  font-size: .8em;
}
.dl-matter .dl-matter-staffing .table .react-autosuggest__suggestion li b {
  font-weight: bold;
}
.dl-matter .dl-matter-staffing .table .react-autosuggest__suggestion:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .dl-matter.sticky-menu .dl-matter-nav,
  .dl-matter.sticky-menu .sub-menu {
    left: 68px;
  }
}
@media screen and (max-width: 768px) {
  .dl-matter-header .tooltip {
    position: absolute;
  }
  .dl-matter.sticky-menu .dl-matter-nav,
  .dl-matter .sticky-menu .sub-menu {
    left: 68px;
  }
}
@media screen and (max-width: 767px) {
  .dl-matter-header {
    padding: 1em;
    padding-bottom: 0.3em;
  }
  .dl-matter-header .matter-uid {
    display: inline-block;
    padding: 2px 0 2px 0;
  }
  .dl-matter-header .list-inline li {
    padding: 0 2px 0 2px;
  }
  .dl-matter-header .matter-options {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .dl-matter-header .tooltip {
    position: absolute;
  }
  .dl-matter-nav {
    height: 40px;
  }
  .dl-matter-nav::before,
  .dl-matter-nav::after {
    display: none;
  }
  .dl-matter-nav .navbar-nav {
    margin: 0;
  }
  .dl-matter-nav .main-menu ul.nav {
    height: 40px;
    overflow: hidden;
    text-align: center;
    background-color: #00435e;
  }
  .dl-matter-nav .main-menu ul.nav > li {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #00435e;
  }
  .dl-matter-nav .main-menu ul.nav > li.active {
    z-index: 2;
  }
  .dl-matter-nav .main-menu ul.nav > li:first-child > a {
    padding-left: 0px;
  }
  .dl-matter-nav .main-menu ul.nav > li > a {
    width: 78%;
    box-sizing: border-box;
    float: left;
    color: #fff;
    padding: 5px 0 0;
    background-color: #00435e;
  }
  .dl-matter-nav .main-menu ul.nav > li > a::after,
  .dl-matter-nav .main-menu ul.nav > li > a::before {
    content: none !important;
  }
  .dl-matter-nav .main-menu ul.nav > li .chevron {
    width: 10%;
    height: 40px;
    box-sizing: border-box;
    float: left;
    font-size: 30px;
    color: #fff;
    background-color: #00435e;
    padding: 3px 6px 0;
  }
  .dl-matter-nav .main-menu ul.nav > li .chevron:last-child {
    float: right;
  }
  .dl-matter-nav .main-menu ul.nav > li .chevron::before,
  .dl-matter-nav .main-menu ul.nav > li .chevron::after {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    background: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0;
  }
  .dl-matter.sticky-menu .dl-matter-nav {
    top: 48px;
    left: 0;
    z-index: 1;
  }
  .dl-matter.sticky-menu .dl-matter-nav .matter-uid {
    opacity: 0;
  }
  .dl-matter .sub-menu .navbar-nav {
    margin: 0;
  }
  .dl-matter .sub-menu .navbar-nav li {
    border: 0;
    float: left;
    width: 33%;
  }
  .dl-matter .sub-menu .navbar-nav li a {
    line-height: 1em;
    text-align: center;
    padding: 15px 10px;
  }
}
.tag-matter .react-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 5px;
}
.tag-matter .react-tagsinput--focused {
  border-color: #269df2;
}
.tag-matter .react-tagsinput-tag {
  background-color: #269df2;
  border-radius: 2px;
  border: 1px solid #269df2;
  color: white;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
}
.tag-matter .react-tagsinput-remove {
  cursor: pointer;
  font-weight: bold;
  color: white;
}
.tag-matter .react-tagsinput-tag a::before {
  content: ' ×';
}
.tag-matter .react-tagsinput-input {
  background: transparent;
  border: 0;
  color: #777;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 1px;
  outline: none;
  padding: 5px;
  width: 80px;
}
.matter-description-page .form-group {
  margin-bottom: 0px;
}
.matter-description-page .form-group label,
.matter-description-page .MuiFormLabel-root,
.matter-description-page .MuiFormControlLabel-label {
  font-size: 14px;
}
.matter-description-page .MuiFormControlLabel-root > .MuiButtonBase-root {
  padding: 2px 2px 0 9px;
}
.matter-description-page input.form-control {
  padding: 2px;
  min-height: 28px;
}
.matter-description-page select,
.matter-description-page span.select {
  padding: 2px;
  min-height: 28px;
  max-height: 28px;
}
.matter-description-page textarea.custom-style {
  min-height: 28px;
  margin-bottom: 0px;
}
.dl-matter .dl-matter-phase-header {
  background-color: #fff;
  padding: 0.5em 1em;
}
.dl-matter .dl-matter-phase-header .phase-title {
  margin-top: 30px;
  margin-bottom: 0;
  border: 0;
}
.dl-matter .dl-matter-phase-task {
  display: inline-block;
  width: 100%;
}
.dl-matter .dl-matter-phase-task-header {
  background-color: #fff;
  padding: 0 1em;
}
.dl-matter .dl-matter-phase-task .task-title,
.dl-matter .dl-matter-phase-task .sub-task-title {
  font-size: 26px;
  font-weight: 300;
  color: #4a4a4a;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.dl-matter .dl-matter-phase-task .task-section {
  background-color: #fff;
  padding: 0 1em;
}
.dl-matter .dl-matter-phase-task .task-section-header {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.dl-matter .dl-matter-phase-task .task-section .row {
  margin-right: -1em;
  margin-left: -1em;
}
.dl-matter .dl-matter-phase-task .task-section .row:nth-child(2) .form-group.group-header {
  border-top: 1px solid #e5e5e5;
}
.dl-matter .dl-matter-phase-task .task-section .panel-heading {
  border-bottom: none;
  border-radius: 0;
  padding: 0;
}
.dl-matter .dl-matter-phase-task .task-section .panel-heading > span {
  display: block;
}
.dl-matter .dl-matter-phase-task .task-section .panel-body {
  border-bottom: 1px solid #e5e5e5;
}
.dl-matter .dl-matter-phase-task .task-section .panel-body.hidden {
  border-bottom: 0;
}
.dl-matter .dl-matter-phase-task .task-section .group-header {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  padding: 0.5em 1em 0.5px 1em;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  background: #fafafa;
  transition: all 0.1s ease;
}
.dl-matter .dl-matter-phase-task .task-section .group-header:hover {
  background: #f4f4f4;
  transition: all 0.2s ease;
}
.dl-matter .dl-matter-phase-task .task-section .group-header .btn-link {
  padding: 6px 0 6px 6px;
}
.dl-matter .dl-matter-phase-task .task-section .group-header .inputs-set {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 480px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .dl-matter .dl-matter-phase-task .task-section .group-header .inputs-set {
    max-width: 580px;
  }
}
@media screen and (min-width: 1024px) {
  .dl-matter .dl-matter-phase-task .task-section .group-header .inputs-set {
    max-width: 780px;
  }
}
.dl-matter .dl-matter-phase-task .task-section .group-header .inputs-set .group-name {
  float: none;
  width: 100%;
  margin-right: 0;
}
.dl-matter .dl-matter-phase-task .task-section .group-header .inputs-set .group-name-input-container {
  padding-right: 200px;
}
.dl-matter .dl-matter-phase-task .task-section .group-header .inputs-set .group-name-input-container .btn.btn-primary {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 580px) {
  .dl-matter .dl-matter-phase-task .task-section .group-header .inputs-set .group-name-input-container {
    padding-right: 59px;
  }
}
@media (max-width: 580px) {
  .dl-matter .dl-matter-phase-task .task-section .group-header .inputs-set .group-name {
    padding-top: 44px;
  }
}
.dl-matter .dl-matter-phase-task .task-section .group-header .inputs-set .group-incrementer.increment-element {
  position: absolute;
  top: 0;
  right: 71px;
  z-index: 1;
  float: none;
  margin-right: 0;
}
@media (max-width: 580px) {
  .dl-matter .dl-matter-phase-task .task-section .group-header .inputs-set .group-incrementer.increment-element {
    right: auto;
    left: 0;
  }
}
@media (max-width: 580px) {
  .dl-matter .dl-matter-phase-task .task-section .group-header .inputs-set {
    margin-top: 6px;
  }
}
.dl-matter .dl-matter-phase-task .task-section .group-header .group-avg-amount {
  padding: 6px 0 8px 0;
  float: none;
  width: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  .dl-matter .dl-matter-phase-task .task-section .group-header .group-avg-amount {
    max-width: none;
  }
}
.dl-matter .dl-matter-phase-task .task-section .form-control.read-only {
  display: block;
  min-width: 150px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dl-matter .dl-matter-phase-task .task-section-info {
  color: #b6b4b4;
  border: 1px dashed #b6b4b4;
  padding: 1em 2em;
}
.dl-matter .dl-matter-phase-task .task-section-table-action {
  position: relative;
  float: right;
  z-index: 1;
}
.dl-matter .dl-matter-phase-task .task-section-table-action .btn {
  color: #b6b4b4;
  text-decoration: none !important;
  padding-right: 0;
}
.dl-matter .dl-matter-phase-task .task-section-table-action .btn-delete:hover {
  color: #d0011b;
}
.dl-matter .dl-matter-phase-task .task-section-table-action .btn-copy:hover {
  color: #000000;
}
.dl-matter .dl-matter-phase-task .task-section-table-action-block .group-name-input-container {
  width: 100%;
}
.dl-matter .dl-matter-phase-task .task-section .btn-save {
  margin-top: 1.5em;
}
.dl-matter .dl-matter-phase-task .task-section input[type='number'] {
  width: 100%;
}
.dl-matter .dl-matter-phase-task .task-section a {
  cursor: pointer;
}
.dl-matter .dl-matter-phase-task .task-section a:hover {
  text-decoration: none;
}
.dl-matter .dl-matter-phase-task .task-section .react-autosuggest__suggestion {
  width: 300px;
  border-bottom: 1px solid #b6b4b4;
}
.dl-matter .dl-matter-phase-task .task-section .react-autosuggest__suggestion li {
  font-size: 0.8em;
}
.dl-matter .dl-matter-phase-task .task-section .react-autosuggest__suggestion li b {
  font-weight: bold;
}
.dl-matter .dl-matter-phase-task .task-section .react-autosuggest__suggestion:last-child {
  border-bottom: 0;
}
.dl-matter .dl-matter-phase-task .task-section .multi-table .form-group label {
  width: 100%;
}
.dl-matter .dl-matter-phase-task .task-section .multi-table .form-group label .info-tooltip {
  position: absolute;
  top: -2px;
  right: 0;
  transform: translateX(100%);
}
.dl-matter .dl-matter-phase-task .task-section .multi-table .form-group .form-control {
  width: 100%;
}
.dl-matter .dl-matter-phase-task .task-section .multi-table .form-group .group-name-input-container > div {
  float: left;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .dl-matter .dl-matter-phase-task .task-section .multi-table .form-group .group-name-input-container > div {
    width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .dl-matter .dl-matter-phase-task .task-section .multi-table .form-group .group-name-input-container > div {
    width: 570px;
  }
}
.dl-matter .dl-matter-phase-task .task-section .multi-table .form-group .group-name-input-container > button {
  padding: 7px 12px;
}
.dl-matter .dl-matter-phase-task .task-section .multi-table .form-select {
  width: 95%;
}
.dl-matter .dl-matter-phase-task .task-section .multi-table > div:not(.spinner) {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.dl-matter .dl-matter-phase-task .task-section .multi-table.is-loading {
  pointer-events: none;
}
.dl-matter .dl-matter-phase-task .task-section .multi-table.is-loading > div:not(.spinner) {
  opacity: 0.3;
}
.dl-matter .dl-matter-phase-task .task-section .multi-table.is-loading div.spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.dl-matter .dl-matter-phase-task .task-section .multi-table.is-loading div.spinner .main-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4em;
}
.dl-matter .dl-matter-phase-task .task-section .multi-table.is-loading::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
}
.dl-matter .dl-matter-phase-task .task-total {
  display: block;
  color: #4a4a4a;
  font-size: 1.2em;
}
.dl-matter .dl-matter-phase-task .task-total p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .dl-matter .dl-matter-phase-task .task-total {
    text-align: right;
  }
}
.dl-matter .dl-matter-phase-task .task-total ul li div span {
  padding-left: 6px;
  font-weight: 600;
}
.dl-matter .dl-matter-phase-task table.task-total td {
  padding: 0 0 4px 4px;
}
.dl-matter .dl-matter-phase-task [class*='-form'] {
  margin-top: 0.5em;
}
.dl-matter .dl-matter-phase-task [class*='-form'] .form-group {
  margin-right: 0.5em;
}
.dl-matter .dl-matter-phase-task [class*='-form'] .form-select {
  display: block !important;
  width: 100%;
}
.dl-matter .dl-matter-phase-task [class*='-form'] .dl-table {
  margin-top: 0.5em;
}
.dl-matter .dl-matter-phase-task .table .select {
  padding: 0 0.6em;
  height: 28px;
  min-height: auto;
}
.dl-matter .dl-matter-phase-task .btn-add-table [class*='icon-'] {
  color: #fff;
}
.dl-matter .dl-matter-phase .task-description {
  color: #7d7d7d;
  font-size: 12px;
}
.dl-matter .dl-matter-phase-no-sections .task-section,
.dl-matter .dl-matter-phase-no-sections .dl-matter-phase-task-header {
  margin-bottom: 0;
  border-bottom: none;
}
.dl-matter .dl-matter-phase-no-sections .dl-matter-phase-task-header {
  padding-bottom: 0;
}
.dl-matter .dl-matter-phase-no-sections .separator {
  display: none;
}
.dl-matter .dl-matter-phase-no-sections .task-section {
  padding-top: 0;
}
.dl-matter .dl-matter-phase-no-sections div.next-section {
  margin-top: 1em;
}
.dl-matter .dl-matter-phase .dl-table th.sort {
  padding-right: 25px;
}
.dl-matter .dl-matter-phase .errors {
  padding: 0.5em;
  margin-bottom: 1em;
}
.dl-matter .dl-matter-phase .timekeeper-table th.full_name {
  width: 20%;
}
.dl-matter .dl-matter-phase .timekeeper-table th.activity_code {
  width: 10%;
}
.dl-matter .dl-matter-phase .timekeeper-table th.description {
  width: 30%;
}
.dl-matter .dl-matter-phase .timekeeper-table th.hours {
  width: 5%;
}
.dl-matter .dl-matter-phase .timekeeper-table th.total {
  width: 10%;
}
.dl-matter .dl-matter-phase .timekeeper-table th.due_on {
  width: 10%;
}
.dl-matter .dl-matter-phase .timekeeper-table th.notes {
  width: 15%;
}
.dl-matter .dl-matter-phase .timekeeper-table th.cell-actions {
  width: 15%;
}
.dl-matter .dl-matter-phase .timekeeper-table .full_name_ul {
  font-size: 0.8em;
}
.dl-matter .dl-matter-phase .timekeeper-table .full_name_ul li b {
  font-weight: bold;
}
.dl-matter .dl-matter-phase .multi-table > div {
  border: 1px solid transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.dl-matter .dl-matter-phase .multi-table div.delete {
  -webkit-box-shadow: 0px 0px 5px rgba(208, 27, 1, 0.3);
  box-shadow: 0px 0px 5px rgba(208, 27, 1, 0.3);
  border: 1px solid #d0011b;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
  margin-right: -5px;
}
.dl-matter .dl-matter-phase .table-bg {
  background: #fafafa;
}
.dl-matter .dl-matter-phase .next-section {
  margin: 0 0em 10px;
}
.template .dl-matter-phase-header {
  background-color: #fff;
  padding: 0.5em 1em;
}
.template .dl-matter-phase-header .phase-title {
  margin-top: 30px;
  margin-bottom: 0;
  border: 0;
}
.template .dl-matter-phase-task-header {
  background-color: #fff;
  padding: 1em;
}
.template .dl-matter-phase-task .task-title,
.template .dl-matter-phase-task .sub-task-title {
  font-size: 26px;
  font-weight: 300;
  color: #4a4a4a;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.template .dl-matter-phase-task .task-section {
  background-color: #fff;
  padding: 0.5em 1em;
}
.template .dl-matter-phase-task .task-section .row {
  margin-right: -1em;
  margin-left: -1em;
}
.template .dl-matter-phase-task .task-section .row:first-child .group-header {
  border-top: 1px solid #e5e5e5;
}
.template .dl-matter-phase-task .task-section .panel-heading {
  border-bottom: none;
}
.template .dl-matter-phase-task .task-section .panel-body {
  border-bottom: 1px solid #e5e5e5;
}
.template .dl-matter-phase-task .task-section .panel-body.hidden {
  border-bottom: 0;
}
.template .dl-matter-phase-task .task-section-header {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.template .dl-matter-phase-task .task-section .group-header {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  padding: 10px 1em;
  background: #fafafa;
  transition: all 0.1s ease;
}
.template .dl-matter-phase-task .task-section .group-header:hover {
  background: #f4f4f4;
  transition: all 0.2s ease;
}
.template .dl-matter-phase-task .task-section .group-header .inputs-set {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.template .dl-matter-phase-task .task-section .group-header .group-name {
  float: none;
  width: 100%;
  margin-right: 0;
}
.template .dl-matter-phase-task .task-section .group-header .group-name .form-control.read-only {
  display: block;
  min-width: 150px;
  min-height: inherit;
  border: none;
  font-weight: 600;
  font-size: 16px;
  padding-left: 0;
  color: #00435e;
  background: transparent;
}
.template .dl-matter-phase-task .task-section .group-header .group-name .form-control.read-only:empty:before {
  content: 'Interviews Without Name';
}
.template .dl-matter-phase-task .task-section .group-header .group-name + .group-avg-amount {
  float: left;
  width: auto;
  padding-top: 1px;
  margin-right: 20px;
}
.template .dl-matter-phase-task .task-section .form-control.read-only {
  display: block;
  min-width: 150px;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.2;
}
.template .dl-matter-phase-task .task-section-info {
  color: #b6b4b4;
  border: 1px dashed #b6b4b4;
  padding: 1em 2em;
}
.template .dl-matter-phase-task .task-section-table-action-block {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.template .dl-matter-phase-task .task-section-table-action {
  float: right;
}
.template .dl-matter-phase-task .task-section-table-action .btn {
  color: #b6b4b4;
  text-decoration: none !important;
}
.template .dl-matter-phase-task .task-section-table-action .btn-delete:hover {
  color: #d0011b;
}
.template .dl-matter-phase-task .task-section-table-action .btn-copy:hover {
  color: #000000;
}
.template .dl-matter-phase-task .task-section .btn-save {
  margin-top: 1.5em;
}
.template .dl-matter-phase-task .task-section input[type='number'] {
  width: 100%;
}
.template .dl-matter-phase-task .task-section a {
  cursor: pointer;
}
.template .dl-matter-phase-task .task-section a:hover {
  text-decoration: none;
}
.template .dl-matter-phase-task .task-section .react-autosuggest__suggestion {
  width: 300px;
  border-bottom: 1px solid #b6b4b4;
}
.template .dl-matter-phase-task .task-section .react-autosuggest__suggestion li {
  font-size: 0.8em;
}
.template .dl-matter-phase-task .task-section .react-autosuggest__suggestion li b {
  font-weight: bold;
}
.template .dl-matter-phase-task .task-section .react-autosuggest__suggestion:last-child {
  border-bottom: 0;
}
.template .dl-matter-phase-task .task-section .multi-table .form-group {
  width: 40%;
  margin-right: 0;
}
.template .dl-matter-phase-task .task-section .multi-table .form-group .form-control {
  width: 95%;
}
.template .dl-matter-phase-task .task-section .multi-table .form-select {
  width: 95%;
}
.template .dl-matter-phase-task .task-section .multi-table > div:not(.spinner) {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.template .dl-matter-phase-task .task-section .multi-table.is-loading {
  pointer-events: none;
}
.template .dl-matter-phase-task .task-section .multi-table.is-loading > div:not(.spinner) {
  opacity: 0.3;
}
.template .dl-matter-phase-task .task-section .multi-table.is-loading div.spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.template .dl-matter-phase-task .task-section .multi-table.is-loading div.spinner .main-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4em;
}
.template .dl-matter-phase-task .task-section .multi-table.is-loading::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
}
.template .dl-matter-phase-task .task-total {
  display: block;
  color: #4a4a4a;
  font-size: 1.2em;
}
.template .dl-matter-phase-task .task-total p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .template .dl-matter-phase-task .task-total {
    text-align: right;
  }
}
.template .dl-matter-phase-task .task-total ul li div span {
  padding-left: 6px;
  font-weight: 600;
}
.template .dl-matter-phase-task table.task-total td {
  padding: 0 0 4px 4px;
}
.template .dl-matter-phase-task [class*='-form'] {
  margin-top: 0.5em;
}
.template .dl-matter-phase-task [class*='-form'] .form-group {
  margin-right: 0.5em;
}
.template .dl-matter-phase-task [class*='-form'] .form-select {
  display: block !important;
  width: 100%;
}
.template .dl-matter-phase-task [class*='-form'] .dl-table {
  margin-top: 0.5em;
}
.template .dl-matter-phase-task .table .select {
  padding: 0 0.6em;
  height: 28px;
  min-height: auto;
}
.template .dl-matter-phase-task .btn-add-table [class*='icon-'] {
  color: #fff;
}
.template .dl-matter-phase .task-description {
  color: #7d7d7d;
  font-size: 12px;
}
.template .dl-matter-phase-no-sections .task-section,
.template .dl-matter-phase-no-sections .dl-matter-phase-task-header {
  margin-bottom: 0;
  border-bottom: none;
}
.template .dl-matter-phase-no-sections .dl-matter-phase-task-header {
  padding-bottom: 0;
}
.template .dl-matter-phase-no-sections .separator {
  display: none;
}
.template .dl-matter-phase-no-sections .task-section {
  padding-top: 0;
}
.template .dl-matter-phase-no-sections div.next-section {
  margin-top: 1em;
}
.template .dl-matter-phase .dl-table th.sort {
  padding-right: 25px;
}
.template .dl-matter-phase .errors {
  padding: 0.5em;
  margin-bottom: 1em;
}
.template .dl-matter-phase .timekeeper-table th.full_name {
  width: 25%;
}
.template .dl-matter-phase .timekeeper-table th.title {
  width: 10%;
}
.template .dl-matter-phase .timekeeper-table th.rate {
  width: 10%;
}
.template .dl-matter-phase .timekeeper-table th.experience {
  width: 10%;
}
.template .dl-matter-phase .timekeeper-table th.hours {
  width: 5%;
}
.template .dl-matter-phase .timekeeper-table th.total {
  width: 10%;
}
.template .dl-matter-phase .timekeeper-table th.notes {
  width: 15%;
}
.template .dl-matter-phase .timekeeper-table th.cell-actions {
  width: 15%;
}
.template .dl-matter-phase .multi-table {
  margin-bottom: 30px;
}
.template .dl-matter-phase .multi-table::after {
  content: ' ';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #b6b4b4;
  opacity: 0.5;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.template .dl-matter-phase .multi-table > div {
  border: 1px solid transparent;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.template .dl-matter-phase .multi-table div.delete {
  -webkit-box-shadow: 0px 0px 5px rgba(208, 27, 1, 0.3);
  box-shadow: 0px 0px 5px rgba(208, 27, 1, 0.3);
  border: 1px solid #d0011b;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
  margin-right: -5px;
}
.template .dl-matter-phase .next-section {
  margin: 0 0em 10px;
}
.expert-issue-field {
  display: flex;
}
.expert-issue-field > .form-group {
  margin-left: -210px;
}
.expert-issue-field .group-name-input-container {
  padding-right: 200px;
}
.expert-issue-field .group-name-input-container > button {
  position: absolute;
  top: 0;
  right: -60px;
  height: 34px;
}
.dl-matter-gantt {
  background-color: #fff;
  padding: 1em;
}
.dl-matter-gantt h4 {
  float: left;
}
.dl-matter-gantt .labels {
  float: right;
  color: #0475a2;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 1.1em;
  padding-top: 1.2em;
  text-shadow: 0px 0px #0475a2;
}
.dl-matter-gantt .labels .icon {
  font-size: 1.3em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-left: 1em;
  font-weight: 400;
  text-shadow: none;
}
.dl-matter-gantt .icon-expand,
.dl-matter-gantt .icon-compress {
  float: right;
  margin-bottom: .5em;
  cursor: pointer;
}
.dl-matter-gantt .icon-compress {
  display: none;
}
.dl-matter-gantt .fit-to-win {
  position: fixed;
  top: 1em;
  right: 1em;
  bottom: 1em;
  left: 1em;
  z-index: 2147483001;
}
.dl-matter-gantt .fit-to-win .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #040404;
  opacity: 0.5;
}
.dl-matter-gantt .fit-to-win .matter-budget-chart {
  padding: 1em;
  background-color: #fff;
  overflow: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
}
.dl-matter-gantt .fit-to-win .icon-expand {
  display: none;
}
.dl-matter-gantt .fit-to-win .icon-compress {
  display: inline-block;
  position: absolute;
  right: 1.5em;
  top: 0;
  z-index: 2;
}
.dl-user-panel {
  margin: 1em;
  color: #4a4a4a;
  top: 1em;
  min-height: 320px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  overflow: visible;
}
.dl-user-panel-container {
  display: table;
  width: 100%;
  min-height: 320px;
}
.dl-user-panel-menu {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  max-width: 200px;
}
.dl-user-panel-content {
  display: table-cell;
  vertical-align: top;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .dl-user-panel-container {
    display: block;
  }
  .dl-user-panel-menu {
    display: block;
    width: 100%;
  }
  .dl-user-panel-content {
    display: block;
    width: 100%;
  }
}
.dl-user-panel h1 {
  font-size: 30px;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #4a4a4a;
  text-transform: capitalize;
}
.dl-user-panel-menu {
  padding: 1em;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .dl-user-panel-menu {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.dl-user-panel-menu .user-name {
  display: inline-block;
  margin-bottom: 1.5em;
  padding-right: 20px;
  padding-bottom: 8px;
  color: #00435e;
  font-weight: bold;
  font-size: 1.36em;
}
.dl-user-panel-menu .user-name::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #9b9b9b;
}
.dl-user-panel-menu .user-name::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  border: 4px solid transparent;
  border-color: transparent;
  border-right: 6px solid #9b9b9b;
}
@media screen and (max-width: 768px) {
  .dl-user-panel-menu .user-name {
    width: 100%;
  }
}
.dl-user-panel-menu .user-avatar {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .dl-user-panel-menu .user-avatar {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.dl-user-panel-menu .user-menu {
  margin: 2em -1em 0;
  text-align: left;
}
.dl-user-panel-menu .user-menu ul li {
  border: 0;
  padding: 0;
  margin-bottom: 1px;
}
.dl-user-panel-menu .user-menu ul li a {
  display: block;
  color: #4a4a4a;
  padding: 1em 0 1em 2em;
  text-decoration: none;
}
.dl-user-panel-menu .user-menu ul li a i {
  font-size: 18px;
  margin-right: 6px;
  position: relative;
  top: 1px;
  width: 24px;
  text-align: center;
}
.dl-user-panel-menu .user-menu ul li a::before {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 80%;
  opacity: 0;
  background-color: #0475a2;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-user-panel-menu .user-menu ul li a::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -22px;
  border: 22px solid transparent;
  border-right: 0px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-user-panel-menu .user-menu ul li a:hover::before,
.dl-user-panel-menu .user-menu ul li a.active::before {
  opacity: .1;
  left: -0.6em;
}
.dl-user-panel-menu .user-menu ul li a:hover::after,
.dl-user-panel-menu .user-menu ul li a.active::after {
  opacity: 1;
  border-right-width: 15px;
}
.dl-user-panel-menu .user-menu ul li a:not(.active):hover::after {
  opacity: 0;
  border-right-width: 0px;
}
.dl-user-panel .form {
  padding: 1em 2em;
  border-bottom: 1px solid #f0f4f8;
}
.dl-user-panel .form:last-child {
  border: 0;
}
.dl-user-panel .form .form-group {
  max-width: 370px;
}
@media screen and (max-width: 768px) {
  .dl-user-panel .form .form-group {
    width: 100%;
    max-width: none;
  }
}
.dl-user-panel .form .increment-element {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.dl-user-panel .form .increment-element button {
  background-color: #006791;
  border: 1px solid #0b5f82;
}
.dl-user-panel .form .input-group-addon {
  color: #fff;
  background-color: #0475A2;
  border: 1px solid #0f6a8e;
  border-radius: none;
}
.dl-user-panel .dl-user-biographies .form .form-group {
  max-width: none;
  width: 100%;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline {
  list-style: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline > li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline > li:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
@media (min-width: 540px) {
  .dl-user-panel .dl-user-activity-history .style-1 .timeline > li {
    margin: 0;
    position: relative;
    text-align: left;
  }
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline-content {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-top: 12px;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline-content-group {
  position: relative;
  padding: 6px 10px 12px 24px;
  margin-top: 12px;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline-content-item {
  position: relative;
  padding: 12px;
  margin: 12px 0;
  display: block;
  vertical-align: top;
  max-width: 480px;
  background: #fff;
  border: 1px solid #e5e5e5;
  z-index: 1;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline-content-item:after {
  content: '';
  position: absolute;
  top: -12px;
  left: 14px;
  width: 1px;
  height: 12px;
  background: #e5e5e5;
  z-index: -1;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline-content-item-type {
  display: inline-block;
  padding: 6px;
  padding-left: 0;
  font-weight: 600;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline-content-item-uid {
  display: inline-block;
  padding: 6px;
  padding-left: 0;
  font-weight: 600;
  color: #00435E;
  color: #2391b4;
  color: #0475a2;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline-content-item-title {
  padding: 6px 0;
  font-size: 16px;
  letter-spacing: 0.7px;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline-date {
  color: #fff;
  z-index: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 12px;
  background-color: #0475A2;
  border: 1px solid #0f6a8e;
  margin: 0;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline .activity-type {
  display: inline-block;
  background: #fff;
  padding: 0 12px 0 0;
  z-index: 1;
  border: 1px solid #e5e5e5;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline .activity-type-block {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline .activity-type:after {
  content: '';
  position: absolute;
  top: 0;
  left: -24px;
  bottom: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #e5e5e5;
  z-index: -1;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline .activity-type i {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 12px;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline .activity-type span {
  position: relative;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline .activity-type-created i {
  color: #fff;
  background: #a9cf37;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline .activity-type-duplicated i {
  color: #4a4a4a;
  background: #d8d8d8;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline .activity-type-edited i {
  color: #fff;
  background: #0475a2;
}
.dl-user-panel .dl-user-activity-history .style-1 .timeline .activity-type-invited i {
  color: #fff;
  background: #a9cf37;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline {
  list-style: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline > li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline > li:after {
  content: '';
  position: absolute;
  top: 14px;
  width: 1px;
  left: -14px;
  height: 100%;
  background: #e5e5e5;
}
@media (min-width: 540px) and (max-width: 768px) {
  .dl-user-panel .dl-user-activity-history .style-2 .timeline > li:after {
    top: 36px;
    left: 96px;
  }
}
@media (min-width: 991px) {
  .dl-user-panel .dl-user-activity-history .style-2 .timeline > li {
    margin: 0;
    position: relative;
    text-align: left;
  }
  .dl-user-panel .dl-user-activity-history .style-2 .timeline > li:after {
    top: 36px;
    left: 126px;
  }
}
@media (min-width: 540px) and (max-width: 768px) {
  .dl-user-panel .dl-user-activity-history .style-2 .timeline-content {
    width: 75%;
    float: left;
    padding-left: 6px;
    padding-top: 12px;
  }
}
@media (min-width: 991px) {
  .dl-user-panel .dl-user-activity-history .style-2 .timeline-content {
    width: 75%;
    float: left;
    padding-left: 6px;
    padding-top: 12px;
  }
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline-content-group {
  position: relative;
  padding-top: 6px;
  margin-top: 12px;
}
@media (min-width: 540px) and (max-width: 768px) {
  .dl-user-panel .dl-user-activity-history .style-2 .timeline-content-group {
    padding-left: 6px;
  }
}
@media (min-width: 991px) {
  .dl-user-panel .dl-user-activity-history .style-2 .timeline-content-group {
    padding-left: 24px;
  }
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline-content-item {
  position: relative;
  padding: 12px;
  margin: 12px 0;
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
  z-index: 1;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline-content-item:after {
  content: '';
  position: absolute;
  top: -12px;
  left: 14px;
  width: 1px;
  height: 12px;
  background: #e5e5e5;
  z-index: -1;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline-content-item-type {
  display: inline-block;
  padding: 6px;
  padding-left: 0;
  font-weight: 600;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline-content-item-uid {
  display: inline-block;
  padding: 6px;
  padding-left: 0;
  font-weight: 600;
  color: #00435E;
  color: #2391b4;
  color: #0475a2;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline-content-item-title {
  padding: 6px 0;
  font-size: 16px;
  letter-spacing: 0.7px;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline-date {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 16px;
  z-index: 1;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline-date:after {
  content: '';
  position: absolute;
  top: 0;
  left: -19px;
  right: auto;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}
@media (min-width: 540px) and (max-width: 768px) {
  .dl-user-panel .dl-user-activity-history .style-2 .timeline-date {
    margin-top: 26px;
    margin-right: 16px;
    padding: 6px 12px;
    text-align: right;
    width: 90px;
    float: left;
  }
  .dl-user-panel .dl-user-activity-history .style-2 .timeline-date:after {
    right: -12px;
    left: auto;
  }
}
@media (min-width: 991px) {
  .dl-user-panel .dl-user-activity-history .style-2 .timeline-date {
    margin-top: 26px;
    margin-right: 16px;
    padding: 6px 12px;
    text-align: right;
    width: 120px;
    float: left;
    font-size: 14px;
  }
  .dl-user-panel .dl-user-activity-history .style-2 .timeline-date:after {
    right: -12px;
    left: auto;
  }
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline .activity-type {
  display: inline-block;
  background: #f2f2f2;
  padding: 0 12px 0 0;
  border: 1px solid #d8d8d8;
  z-index: 1;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline .activity-type:after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: -24px;
  bottom: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #e5e5e5;
  z-index: -1;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline .activity-type i {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 12px;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline .activity-type span {
  position: relative;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline .activity-type-block {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline .activity-type-created i {
  color: #fff;
  background: #a9cf37;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline .activity-type-duplicated i {
  color: #4a4a4a;
  background: #d8d8d8;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline .activity-type-edited i {
  color: #fff;
  background: #0475a2;
}
.dl-user-panel .dl-user-activity-history .style-2 .timeline .activity-type-invited i {
  color: #fff;
  background: #a9cf37;
}
.dl-user-billing {
  padding-bottom: 60px;
}
.dl-user-billing h2 {
  font-weight: 400;
  color: #4a4a4a;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.dl-user-billing .form.disabled .plans-title {
  color: #b6b4b4;
}
.dl-user-billing .payment-title {
  color: #00435e;
  font-weight: normal;
  margin-top: 1em;
}
.dl-user-billing .billing-table {
  margin-top: 1em;
}
.dl-user-billing .pp-logo {
  display: inline-block;
  top: 4px;
}
.dl-user-billing .payment-methods {
  padding-top: 1em;
}
.dl-user-billing .billing-form,
.dl-user-billing .credit-card-form {
  float: left;
  padding-right: 2em;
  width: 50%;
  max-width: 435px;
  padding-bottom: 2em;
}
@media screen and (max-width: 1023px) {
  .dl-user-billing .billing-form,
  .dl-user-billing .credit-card-form {
    width: 100%;
    max-width: none;
  }
}
.dl-company-invitation {
  width: 100%;
  height: 100vh;
  background-color: #f0f4f8;
}
.dl-company-invitation-container {
  margin: 40px auto;
  padding: 25px 0;
  float: none;
}
.dl-company-invitation .panel {
  width: 460px;
  max-width: 90%;
  padding: 5% 8% 8% 8%;
  margin: 0 auto;
}
/**
 * gemini-scrollbar
 * @version 1.5.3
 * @link http://noeldelgado.github.io/gemini-scrollbar/
 * @license MIT
 */

/* disable selection while dragging */
.gm-scrollbar-disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* fallback for native floating scrollbars */
.gm-prevented {
  -webkit-overflow-scrolling: touch;
}
.gm-prevented > .gm-scrollbar {
  display: none;
}

/* actual gemini-scrollbar styles */
.gm-scrollbar-container {
  position: relative;
  overflow: hidden!important;
  width: 100%;
  height: 100%;
}

.gm-scrollbar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 3px;
}

.gm-scrollbar.-vertical {
  width: 6px;
  top: 2px;
}

.gm-scrollbar.-horizontal {
  height: 6px;
  left: 2px;
}

.gm-scrollbar .thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(0,0,0,.2);
  transform: translate3d(0,0,0);
}

.gm-scrollbar .thumb:hover,
.gm-scrollbar .thumb:active {
  background-color: rgba(0,0,0,.3);
}

.gm-scrollbar.-vertical .thumb {
  width: 100%;
}

.gm-scrollbar.-horizontal .thumb {
  height: 100%;
}

.gm-scrollbar-container .gm-scroll-view {
  width: 100%;
  height: 100%;
  overflow: scroll;
  transform: translate3d(0,0,0);
  -webkit-overflow-scrolling: touch;
}

/* @option: autoshow */
.gm-scrollbar-container.gm-autoshow .gm-scrollbar {
  opacity: 0;
  transition: opacity 120ms ease-out;
}
.gm-scrollbar-container.gm-autoshow:hover > .gm-scrollbar,
.gm-scrollbar-container.gm-autoshow:active > .gm-scrollbar,
.gm-scrollbar-container.gm-autoshow:focus > .gm-scrollbar {
  opacity: 1;
  transition: opacity 340ms ease-out;
}

.gm-resize-trigger {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
}

/* DayPicker styles */

.DayPicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 1rem 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.DayPicker-Month {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 1rem;
}

  .DayPicker-NavBar {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 .5rem;
    top: 1rem;
  }

  .DayPicker-NavButton {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }

    .DayPicker-NavButton--prev {
      left: 1rem;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2cHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDI2IDUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjIgKDEyMDQzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5wcmV2PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9InByZXYiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjM5MzE5MywgMjUuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0xMy4zOTMxOTMsIC0yNS4wMDAwMDApIHRyYW5zbGF0ZSgwLjg5MzE5MywgMC4wMDAwMDApIiBmaWxsPSIjNTY1QTVDIj4KICAgICAgICAgICAgPHBhdGggZD0iTTAsNDkuMTIzNzMzMSBMMCw0NS4zNjc0MzQ1IEwyMC4xMzE4NDU5LDI0LjcyMzA2MTIgTDAsNC4yMzEzODMxNCBMMCwwLjQ3NTA4NDQ1OSBMMjUsMjQuNzIzMDYxMiBMMCw0OS4xMjM3MzMxIEwwLDQ5LjEyMzczMzEgWiIgaWQ9InJpZ2h0IiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K");
    }

    .DayPicker-NavButton--next {
      right: 1rem;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2cHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDI2IDUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjIgKDEyMDQzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5uZXh0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9Im5leHQiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOTUxNDUxLCAwLjAwMDAwMCkiIGZpbGw9IiM1NjVBNUMiPgogICAgICAgICAgICA8cGF0aCBkPSJNMCw0OS4xMjM3MzMxIEwwLDQ1LjM2NzQzNDUgTDIwLjEzMTg0NTksMjQuNzIzMDYxMiBMMCw0LjIzMTM4MzE0IEwwLDAuNDc1MDg0NDU5IEwyNSwyNC43MjMwNjEyIEwwLDQ5LjEyMzczMzEgTDAsNDkuMTIzNzMzMSBaIiBpZD0icmlnaHQiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=");
    }


  .DayPicker-Caption {
    display: table-caption;
    height: 1.5rem;
    text-align: center;
  }

  .DayPicker-Weekdays {
    display: table-header-group;
  }

    .DayPicker-WeekdaysRow {
      display: table-row;
    }

      .DayPicker-Weekday {
        display: table-cell;
        padding: .5rem;
        font-size: .875em;
        text-align: center;
        color: #8b9898;
      }

  .DayPicker-Body {
    display: table-row-group;
  }

    .DayPicker-Week {
      display: table-row;
    }

      .DayPicker-Day {
        display: table-cell;
        padding: .5rem;
        border: 1px solid #eaecec;
        text-align: center;
        cursor: pointer;
        vertical-align: middle;
      }

      .DayPicker-WeekNumber {
        display: table-cell;
        padding: .5rem;
        text-align: right;
        vertical-align: middle;
        min-width: 1rem;
        font-size: 0.75em;
        cursor: pointer;
        color: #8b9898;
      }

  .DayPicker--interactionDisabled .DayPicker-Day {
    cursor: default;
  }

  .DayPicker-Footer {
    display: table-caption;
    caption-side: bottom;
    padding-top: .5rem;
  }
  
  .DayPicker-TodayButton {
    border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    color: #4A90E2;
    font-size: 0.875em;
  }

/* Default modifiers */

.DayPicker-Day--today {
  color: #d0021b;
  font-weight: 500;
}

.DayPicker-Day--disabled {
  color: #dce0e0;
  cursor: default;
  background-color: #eff1f1;
}

.DayPicker-Day--outside {
  cursor: default;
  color: #dce0e0;
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #f7f8f8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #dce0e0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  color: #FFF;
  background-color: #4A90E2;
}

/* DayPickerInput */

.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  left: 0;
  position: absolute;
  background: white;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select-multi-value-wrapper {
  position: static;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.dl-date-picker {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.dl-date-picker .start-date,
.dl-date-picker .end-date {
  width: 45%;
  display: inline-block;
  text-align: center;
}
.dl-date-picker .start-date input,
.dl-date-picker .end-date input {
  text-align: center;
  padding: 5px;
  margin-top: 15px;
}
.dl-date-picker .between-dates {
  width: 10%;
  display: inline-block;
  text-align: center;
}
.dl-date-picker .reset-dates {
  display: block;
  text-align: right;
  font-size: 0.9em;
  padding-right: 9px;
  cursor: pointer;
}
.dl-date-picker input.active {
  color: #fff;
  background-color: rgba(4, 117, 162, 0.5);
  border: 1px solid #0599d4;
  margin-top: 15px;
}
.dl-date-picker input.active::-webkit-input-placeholder {
  color: #fff;
}
.dl-date-picker input.active:-moz-placeholder {
  color: #fff;
}
.dl-date-picker input.active::-moz-placeholder {
  color: #fff;
}
.dl-date-picker input.active:-ms-input-placeholder {
  color: #fff;
}
.dl-date-picker .DayPicker {
  float: left;
}
.dl-date-picker .DayPicker.end-calendar {
  float: right;
}
.DayPicker {
  padding-bottom: 0;
}
.DayPicker abbr[title] {
  border: 0;
}
.DayPicker-NavBar {
  z-index: 2;
}
.DayPicker-Month {
  margin-left: 1%;
  margin-right: 0;
  margin-bottom: 1em;
}
.DayPicker-Caption {
  color: #4a4a4a;
  z-index: 2;
  height: auto;
}
.DayPicker-Weekdays,
.DayPicker-Body {
  font-size: 12px;
}
.DayPicker-Caption select {
  border: 0;
  width: auto;
  margin-top: -0.35rem;
  margint-right: 1rem;
  -moz-appearance: none;
  appearance: none;
  padding: .5rem 1rem .5rem 2rem;
  border-radius: 0;
  background-color: #fff;
  display: inline-block;
}
.DayPicker-Day {
  border: 1px solid #e5e5e5;
}
.DayPicker-Day:hover {
  background-color: #e5e5e5;
}
.DayPicker-Day--outside:hover {
  background-color: transparent;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  color: #fff;
  background: #ACCE22;
  border: 1px solid #ACCE22;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  color: #fff;
  background: #87a21b;
  border: 1px solid #87a21b;
}
.DayPicker-Day--today {
  color: #fff;
  background: #0475a2;
  border: 1px solid #0475a2;
}
.DayPicker-Day--today:hover {
  color: #fff;
  background: #0f6a8e;
  border: 1px solid #0f6a8e;
}
.DayPicker-NavButton {
  width: 15px;
  height: 15px;
}
.DayPicker-NavButton--prev {
  left: 0;
}
.DayPicker-NavButton--next {
  right: 0;
}
.date-picker-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.date-picker-content .DayPicker {
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 12px 12px 12px 10px;
}
.date-picker-content .DayPicker-Month {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.date-picker-content .DayPicker-Caption {
  color: #025e84;
  cursor: default;
  font-weight: 600;
  font-size: 14px;
  margin: 5px 0;
}
.date-picker-content .DayPicker-NavBar {
  z-index: 4;
}
.date-picker-content .DayPicker-NavButton {
  width: 32px;
  height: 18px;
  background-image: none;
  text-align: center;
}
.date-picker-content .DayPicker-NavButton:before {
  content: '';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #025e84;
}
.date-picker-content .DayPicker-NavButton--prev {
  left: 0;
}
.date-picker-content .DayPicker-NavButton--prev:before {
  content: "\f053";
}
.date-picker-content .DayPicker-NavButton--next {
  right: 0;
}
.date-picker-content .DayPicker-NavButton--next:before {
  content: "\f054";
}
.date-picker-content .select {
  appearance: menulist!important;
  -webkit-appearance: menulist!important;
  -moz-appearance: menulist!important;
  color: #025e84;
}
.date-picker-content .select.right {
  width: 68px;
}
.rc-time-picker {
  display: inline-block;
  box-sizing: border-box;
}
.rc-time-picker * {
  box-sizing: border-box;
}
.rc-time-picker + span {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  border: 1px solid #D8D8D8;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  background: #fff;
}
.rc-time-picker-input {
  width: 100%;
  position: relative;
  cursor: pointer;
  /*--------------*/
  min-height: 34px;
  padding: 4.28571429px 0.6em;
  font-size: 14px;
  line-height: initial;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.2s ease;
  outline: 0;
  /*---------------*/
  z-index: 2;
  margin-bottom: 0;
  /*---------------*/
  display: table-cell;
}
.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box;
}
.rc-time-picker-panel * {
  box-sizing: border-box;
}
.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  border: none;
  line-height: 1.5;
}
.rc-time-picker-panel-input {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent;
}
.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-time-picker-panel-input-invalid {
  border-color: red;
}
.rc-time-picker-panel-clear-btn {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 6px;
  margin: 0;
}
.rc-time-picker-panel-clear-btn:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-size: 12px;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  width: 20px;
  transition: color 0.05s ease;
}
.rc-time-picker-panel-clear-btn:hover:after {
  color: #666;
  transition: color 0.15s ease;
}
.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  overflow: hidden;
  position: relative;
}
.rc-time-picker-panel-select:hover {
  overflow-y: auto;
}
.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.rc-time-picker-panel-select:last-child {
  border-right: 0;
}
.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 144px;
}
.rc-time-picker-panel-select ul li {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  user-select: none;
}
.rc-time-picker-panel-select ul li:hover {
  background: #f4f4f4;
}
.rc-time-picker-panel-select ul li.rc-time-picker-panel-select-option-selected {
  background: #a9cf37;
  color: #fff;
}
.rc-time-picker-panel-select ul li.rc-time-picker-panel-select-option-disabled {
  color: #9b9b9b;
}
.rc-time-picker-panel-select ul li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.disabled {
  pointer-events: none;
}
.disabled.select {
  background: #f2f2f2;
  color: #999;
}
.disabled.select:before {
  border-color: #999 transparent transparent;
}
.beat-spinner {
  overflow: visible;
  animation: spinner 1000ms 300ms infinite ease-out;
  background: #fff;
  display: inline-block;
  position: relative;
  width: 0.3em;
  height: 0.3em;
  margin: 0 1em 0.2em;
  border-radius: 50%;
}
.beat-spinner:before,
.beat-spinner:after {
  background: #fff;
  content: ' ';
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  top: 0;
  border-radius: 50%;
}
.beat-spinner:before {
  animation: spinner 1000ms 150ms infinite ease-out;
  left: -0.45em;
}
.beat-spinner:after {
  animation: spinner 1000ms 450ms infinite ease-out;
  right: -0.45em;
}
.beat-spinner.blue {
  animation: spinner_blue 1000ms 300ms infinite ease-out;
  background: #0475a2;
}
.beat-spinner.blue:before,
.beat-spinner.blue:after {
  background: #0475a2;
}
.beat-spinner.blue:before {
  animation: spinner_blue 1000ms 150ms infinite ease-out;
}
.beat-spinner.blue:after {
  animation: spinner_blue 1000ms 450ms infinite ease-out;
}
.animate {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
.gm-scrollbar {
  /* horizontal scrollbar track */
  /* scrollbar thumb */
}
.gm-scrollbar-container {
  background-color: transparent !important;
}
.gm-scrollbar.-vertical {
  background-color: #f0f0f0;
}
.gm-scrollbar.-horizontal {
  background-color: transparent;
}
.gm-scrollbar .thumb {
  background-color: #d8d8d8;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.gm-scrollbar .thumb:hover {
  background-color: #828282;
}
.dl-wrapper {
  margin-top: 80px;
}
.dl-wrapper .main-container {
  margin-left: 200px;
  -webkit-transition: margin-left 0.2s ease;
  -o-transition: margin-left 0.2s ease;
  transition: margin-left 0.2s ease;
}
.dl-wrapper .main-container .banner-error {
  margin-bottom: 0;
}
.dl-wrapper .skip-home-slider,
.dl-wrapper .close-home-slider {
  float: right;
  margin: 1em;
}
@media (min-width: 1440px) {
  .dl-wrapper .dl-navigation .nav li a {
    overflow: hidden;
  }
  .dl-wrapper .dl-navigation .nav li a .nav-label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 54px;
    height: 20px;
    margin: auto;
    opacity: 1;
    transition: opacity .2s ease .2s;
  }
  .dl-wrapper.nav-collapse .main-container {
    margin-left: 56px;
    transition: margin-left 0.2s ease;
  }
  .dl-wrapper.nav-collapse .dl-navigation {
    z-index: 10;
    transform: translateX(-10px);
    width: 68px;
    transition: width 0.2s ease, transform 0.2s ease;
  }
  .dl-wrapper.nav-collapse .dl-navigation .nav li a {
    overflow: visible;
  }
  .dl-wrapper.nav-collapse .dl-navigation .nav li a:after {
    right: 0;
    top: 50%;
    margin-top: -8px;
    border: 10px solid transparent;
    border-right: 0px solid #E5E5E5;
  }
  .dl-wrapper.nav-collapse .dl-navigation .nav li a:hover:after,
  .dl-wrapper.nav-collapse .dl-navigation .nav li a.active:after {
    border-right-width: 8px;
  }
  .dl-wrapper.nav-collapse .dl-navigation .nav li a .nav-label {
    display: none;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 100%;
    height: auto;
    padding: 5px 10px 5px 4px;
    margin-top: -1em;
    margin-left: 12px;
    background-color: #f7f9fc;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  .dl-wrapper.nav-collapse .dl-navigation .nav li a .nav-label::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 0px;
    border: 1.1em solid transparent;
    border-right: 10px solid #f7f9fc;
  }
  .dl-wrapper.nav-collapse .dl-navigation .nav li a:hover .nav-label {
    display: block;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .dl-wrapper.nav-collapse .dl-navigation .welcome-msg {
    opacity: 0;
    transition: opacity .3s ease;
  }
}
@media (min-width: 767px) and (max-width: 1439px) {
  .dl-wrapper .main-container {
    margin-left: 56px;
    transition: margin-left 0.2s ease;
  }
  .dl-wrapper .dl-navigation {
    z-index: 10;
    transform: translateX(-10px);
    width: 68px;
    transition: width 0.2s ease, transform 0.2s ease;
  }
  .dl-wrapper .dl-navigation .nav li a {
    overflow: visible;
  }
  .dl-wrapper .dl-navigation .nav li a:after {
    right: 0;
    top: 50%;
    margin-top: -8px;
    border: 10px solid transparent;
    border-right: 0px solid #E5E5E5;
  }
  .dl-wrapper .dl-navigation .nav li a:hover:after,
  .dl-wrapper .dl-navigation .nav li a.active:after {
    border-right-width: 8px;
  }
  .dl-wrapper .dl-navigation .nav li a .nav-label {
    display: none;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 100%;
    height: auto;
    padding: 5px 10px 5px 4px;
    margin-top: -1em;
    margin-left: 12px;
    background-color: #f7f9fc;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  .dl-wrapper .dl-navigation .nav li a .nav-label::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 0px;
    border: 1.1em solid transparent;
    border-right: 10px solid #f7f9fc;
  }
  .dl-wrapper .dl-navigation .nav li a:hover .nav-label {
    display: block;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .dl-wrapper .dl-navigation .welcome-msg {
    opacity: 0;
    transition: opacity .3s ease;
  }
  .dl-wrapper.nav-collapse .main-container {
    margin-left: 200px;
    transition: margin-left 0.2s ease;
  }
  .dl-wrapper.nav-collapse .dl-navigation {
    z-index: 10;
    transform: translateX(0);
    width: 200px;
    transition: width 0.2s ease, transform 0.2s ease;
  }
  .dl-wrapper.nav-collapse .dl-navigation .nav li > a {
    overflow: hidden;
  }
  .dl-wrapper.nav-collapse .dl-navigation .nav li > a .nav-label {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 54px;
    height: 20px;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: auto;
    margin-right: auto;
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    animation: none;
    opacity: 1;
    transition: opacity .2s ease .2s;
  }
  .dl-wrapper.nav-collapse .dl-navigation .nav li > a .nav-label:after {
    display: none;
  }
  .dl-wrapper.nav-collapse .dl-navigation .welcome-msg {
    display: block;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .dl-wrapper {
    margin-top: 48px;
  }
  .dl-wrapper .main-container {
    margin-left: 0;
  }
}
.dl-app-header {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 80px;
  background: #fff;
  z-index: 1030;
}
.dl-app-header-container {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  pointer-events: all;
  z-index: 1;
}
.dl-app-header:before,
.dl-app-header:after {
  content: '';
  position: absolute;
}
.dl-app-header:before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dfe7eb;
}
.dl-app-header:after {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/images/header-bg.png') no-repeat 100% center;
}
.dl-app-header .right-nav {
  float: right;
  margin-top: 20px;
}
.dl-app-header .left-nav {
  float: left;
}
.dl-app-header-logo {
  position: relative;
}
.dl-app-header-logo-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px;
}
@media (min-width: 768px) {
  .dl-app-header-logo-link {
    padding: 18px;
  }
}
.dl-app-header-logo-img {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  background-image: url('/assets/images/logo-small-02_only-icon.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .dl-app-header-logo-img {
    width: 195px;
    height: 74px;
    margin-top: -15px;
    margin-bottom: -15px;
    background-image: url('/assets/images/logo.png');
  }
}
.dl-app-header .section-title {
  color: #00435e;
  font-size: 25px;
  font-weight: 400;
  margin-top: 10px;
}
.dl-app-header .sm,
.dl-app-header .hamburger-menu {
  display: none;
}
@media screen and (max-width: 1439px) {
  .dl-app-header-logo img {
    width: auto;
    height: 44px;
  }
  .dl-app-header-logo .lg {
    padding: 21px 0 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .dl-app-header {
    margin-left: 0px;
    min-height: 48px !important;
    max-height: 48px;
    padding: 0;
  }
  .dl-app-header-logo .lg {
    display: none;
  }
  .dl-app-header .right-nav {
    margin-top: 8.2px;
  }
  .dl-app-header .right-nav > div {
    display: inline-block;
  }
  .dl-app-header .left-nav {
    display: inline-block;
    margin-top: 8.2px;
  }
  .dl-app-header .left-nav > div {
    display: inline-block;
  }
  .dl-app-header .hamburger-menu {
    display: inline-block;
  }
  .dl-app-header .right-nav-container {
    box-sizing: border-box;
    width: 25%;
    float: right;
  }
  .dl-app-header .left-nav-container {
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
  .dl-app-header .section-title {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .dl-app-header .section-title::before,
  .dl-app-header .section-title::after {
    display: none;
  }
  .dl-app-header .sm {
    display: inline-block;
  }
  .dl-app-header .sm img {
    height: 28px;
  }
}
.tablet .dl-app-header {
  min-height: 60px;
}
.tablet .dl-app-header-logo .lg {
  padding-top: 8px;
}
.tablet .dl-app-header .right-nav {
  margin-top: 10px;
}
.dl-navigation {
  position: fixed;
  top: 80px;
  left: 0;
  width: 200px;
  height: 100vh;
  background-color: #e5ecf4;
  border-left: 10px solid #f0f4f8;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
  z-index: 2;
}
.dl-navigation .nav {
  font-size: 1.1em;
}
.dl-navigation .nav > li {
  border-bottom: 1px solid #ffffff;
}
.dl-navigation .nav > li::before {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 80%;
  opacity: 0;
  background-color: #99d1f9;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-navigation .nav > li:hover::before,
.dl-navigation .nav > li.active::before {
  opacity: .4;
  left: -15px;
}
.dl-navigation .nav > li a {
  color: #31425B;
  padding: 15px;
  line-height: 1.5em;
  font-weight: 400;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.dl-navigation .nav > li a i {
  font-size: 1.5em;
  margin-right: .5em;
}
.dl-navigation .nav > li a i::before {
  top: .2em;
}
.dl-navigation .nav > li a::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -22px;
  border: 22px solid transparent;
  border-right: 0px solid #f0f4f8;
  opacity: 0;
  -webkit-transition: all  0.2s ease;
  -o-transition: all  0.2s ease;
  transition: all  0.2s ease;
}
@media (max-width: 1439px) {
  .dl-navigation .nav > li a::after {
    margin-top: -8px;
    border: 10px solid transparent;
    border-right: 0px solid #E5E5E5;
  }
}
.dl-navigation .nav > li a:hover,
.dl-navigation .nav > li a.active {
  color: #269df2;
}
.dl-navigation .nav > li a:hover::after,
.dl-navigation .nav > li a.active::after {
  opacity: 1;
  border-right-width: 15px;
}
@media (max-width: 1439px) {
  .dl-navigation .nav > li a:hover::after,
  .dl-navigation .nav > li a.active::after {
    border-right-width: 8px;
  }
}
.dl-navigation .nav > li a:not(.active):hover::after {
  opacity: 0;
  border-right-width: 0px;
}
.dl-navigation .nav > li.main-nav-has-dropdown > a {
  pointer-events: none;
}
.dl-navigation .nav > li.main-nav-has-dropdown > .main-nav-dropdown {
  display: none;
  position: absolute;
  bottom: 0;
  left: 100%;
  padding-left: 6px;
}
.dl-navigation .nav > li.main-nav-has-dropdown > .main-nav-dropdown > ul {
  padding: 0;
  list-style: none;
  max-height: 320px;
  overflow-y: auto;
  width: 320px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}
.dl-navigation .nav > li.main-nav-has-dropdown > .main-nav-dropdown > ul > p {
  padding: 10px 12px 11px 12px;
  margin: 0;
  width: 100%;
  text-align: center;
  line-height: 18px;
  color: #9c9c9c;
  color: #015e83;
}
.dl-navigation .nav > li.main-nav-has-dropdown > .main-nav-dropdown > ul > li {
  position: relative;
}
.dl-navigation .nav > li.main-nav-has-dropdown > .main-nav-dropdown > ul > li:first-child strong {
  border-top: none;
}
.dl-navigation .nav > li.main-nav-has-dropdown > .main-nav-dropdown > ul > li > strong {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 15px;
  background: #00425e;
  color: #2390b4;
}
.dl-navigation .nav > li.main-nav-has-dropdown > .main-nav-dropdown > ul > li > strong i {
  margin-right: 6px;
}
.dl-navigation .nav > li.main-nav-has-dropdown > .main-nav-dropdown > ul > li > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 16px;
  padding: 12px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  color: #4a4a4a;
  text-decoration: none;
}
.dl-navigation .nav > li.main-nav-has-dropdown > .main-nav-dropdown > ul > li > ul li:hover a {
  background-color: #f5f5f5;
  color: #4a4a4a;
}
.dl-navigation .nav > li.main-nav-has-dropdown > .main-nav-dropdown > ul > li > ul li:first-child a {
  border-top: none;
}
.dl-navigation .nav > li.main-nav-has-dropdown:hover > .main-nav-dropdown {
  display: block;
}
.dl-navigation .welcome-msg {
  color: #31425B;
  padding: 1em;
  margin-top: 1em;
  font-size: 12px;
}
.dl-navigation .welcome-msg b {
  display: block;
  font-weight: bold;
}
.dl-navigation > .nav-button {
  border-bottom: 1px solid white;
}
.dl-navigation > .nav-button i {
  cursor: pointer;
  color: #31425B;
  width: 100%;
  padding: 8px 14px 6px 18px;
  font-size: 18px;
}
@media screen and (max-width: 1439px) {
  .dl-navigation {
    transform: translateX(-10px);
    width: 68px;
    z-index: 3;
  }
  .dl-navigation .nav a {
    /*
        &::after {
          display: none !important;
        }
        */
  }
  .dl-navigation .nav a .nav-label {
    display: none;
    position: absolute;
    top: 50%;
    left: 100%;
    padding: 5px 10px 5px 4px;
    margin-top: -1em;
    margin-left: 12px;
    background-color: #f7f9fc;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  .dl-navigation .nav a .nav-label::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 0px;
    border: 1.1em solid transparent;
    border-right: 10px solid #f7f9fc;
  }
  .dl-navigation .nav a:hover .nav-label {
    display: block;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .dl-navigation-logo {
    height: 80px;
  }
  .dl-navigation-logo img {
    width: 90%;
    height: auto;
  }
  .dl-navigation-logo .lg {
    display: none;
  }
  .dl-navigation-logo .sm {
    display: inline;
  }
  .welcome-msg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dl-navigation {
    display: none;
  }
  .dl-navigation .welcome-msg {
    display: none;
  }
}
.react-autosuggest {
  position: relative;
}
.react-autosuggest input:focus {
  outline: none;
}
.react-autosuggest__suggestions-container {
  position: absolute;
  margin: 1px 0 0 0;
  padding: 0;
  min-width: 100%;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style-type: none;
  border: 1px solid #b6b4b4;
  background-color: #fff;
  z-index: 2;
}
.react-autosuggest__suggestions-container-section:first-child .react-autosuggest__suggestions-section-name {
  border-top: 0;
}
.react-autosuggest__suggestions-container-section-name {
  padding: 5px 0 0 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #777;
  border-top: 1px dashed #ccc;
}
.react-autosuggest__suggestions-container-section-suggestions {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 5px 10px;
}
.react-autosuggest__suggestion--focused {
  color: #fff;
  background-color: #00435e;
}
@-moz-keyframes spinner {
  0% {
    background: #fff;
  }
  10% {
    background: #9b9b9b;
  }
  40% {
    background: #fff;
  }
}
@-webkit-keyframes spinner {
  0% {
    background: #fff;
  }
  10% {
    background: #9b9b9b;
  }
  40% {
    background: #fff;
  }
}
@keyframes spinner {
  0% {
    background: #fff;
  }
  10% {
    background: #9b9b9b;
  }
  40% {
    background: #fff;
  }
}
@-moz-keyframes spinner_blue {
  0% {
    background: #0475a2;
  }
  10% {
    background: #9b9b9b;
  }
  40% {
    background: #0475a2;
  }
}
@-webkit-keyframes spinner_blue {
  0% {
    background: #0475a2;
  }
  10% {
    background: #9b9b9b;
  }
  40% {
    background: #0475a2;
  }
}
@keyframes spinner_blue {
  0% {
    background: #0475a2;
  }
  10% {
    background: #9b9b9b;
  }
  40% {
    background: #0475a2;
  }
}
.btn .spinner {
  overflow: visible;
  -moz-animation: spinner 1000ms 300ms infinite ease-out;
  -webkit-animation: spinner 1000ms 300ms infinite ease-out;
  animation: spinner 1000ms 300ms infinite ease-out;
  background: #fff;
  display: inline-block;
  position: relative;
  width: 0.3em;
  height: 0.3em;
  margin: 0 1em 0.2em;
  border-radius: 50%;
}
.btn .spinner:before,
.btn .spinner:after {
  background: #fff;
  content: ' ';
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  top: 0;
  border-radius: 50%;
}
.btn .spinner:before {
  -moz-animation: spinner 1000ms 150ms infinite ease-out;
  -webkit-animation: spinner 1000ms 150ms infinite ease-out;
  animation: spinner 1000ms 150ms infinite ease-out;
  left: -0.45em;
}
.btn .spinner:after {
  -moz-animation: spinner 1000ms 450ms infinite ease-out;
  -webkit-animation: spinner 1000ms 450ms infinite ease-out;
  animation: spinner 1000ms 450ms infinite ease-out;
  right: -0.45em;
}
.btn .spinner.blue {
  -moz-animation: spinner_blue 1000ms 300ms infinite ease-out;
  -webkit-animation: spinner_blue 1000ms 300ms infinite ease-out;
  animation: spinner_blue 1000ms 300ms infinite ease-out;
  background: #0475a2;
  display: inline-block;
  position: relative;
  width: 0.3em;
  height: 0.3em;
  margin: 0 1em 0.2em;
  border-radius: 50%;
}
.btn .spinner.blue:before,
.btn .spinner.blue:after {
  background: #0475a2;
  content: ' ';
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  top: 0;
  border-radius: 50%;
}
.btn .spinner.blue:before {
  -moz-animation: spinner_blue 1000ms 150ms infinite ease-out;
  -webkit-animation: spinner_blue 1000ms 150ms infinite ease-out;
  animation: spinner_blue 1000ms 150ms infinite ease-out;
  left: -0.45em;
}
.btn .spinner.blue:after {
  -moz-animation: spinner_blue 1000ms 450ms infinite ease-out;
  -webkit-animation: spinner_blue 1000ms 450ms infinite ease-out;
  animation: spinner_blue 1000ms 450ms infinite ease-out;
  right: -0.45em;
}
.btn {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  color: #fff;
  background-image: none;
  border: 0;
  white-space: nowrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: -webkit-pre-wrap;
  white-space: normal;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
a.btn {
  text-decoration: none;
}
.btn-default {
  color: #ffffff;
  background-color: #b6b4b4;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #9d9a9a;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #9d9a9a;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #9d9a9a;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #8b8888;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #b6b4b4;
}
.btn-default .badge {
  color: #b6b4b4;
  background-color: #ffffff;
}
.btn-primary {
  color: #fff;
  background-color: #269df2;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0d83d8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0d83d8;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0d83d8;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0b6fb6;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #269df2;
}
.btn-primary .badge {
  color: #269df2;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #35933c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #276e2d;
}
.btn-success:hover {
  color: #fff;
  background-color: #276e2d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #276e2d;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #1e5322;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #35933c;
}
.btn-success .badge {
  color: #35933c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #0475a2;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #035170;
}
.btn-info:hover {
  color: #fff;
  background-color: #035170;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #035170;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #02384d;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #0475a2;
}
.btn-info .badge {
  color: #0475a2;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f1d811;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #c3af0c;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c3af0c;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c3af0c;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #a2910a;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f1d811;
}
.btn-warning .badge {
  color: #f1d811;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d0011b;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #9d0114;
}
.btn-danger:hover {
  color: #fff;
  background-color: #9d0114;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #9d0114;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #7a0110;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d0011b;
}
.btn-danger .badge {
  color: #d0011b;
  background-color: #fff;
}
.btn-link {
  color: #269df2;
  font-weight: normal;
  border-radius: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: 0px;
}
.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: #0c75c0;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #d8d8d8;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.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%;
}
.color-picker .input-container {
  position: relative;
  display: block;
}
.color-picker .input-container .current-color {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  z-index: 1;
  pointer-events: none;
}
.color-picker input {
  padding-left: 32px;
  margin-bottom: .3em;
  text-transform: uppercase;
}
.color-picker .popover {
  display: block;
  position: absolute;
  top: inherit;
  z-index: 2;
}
.color-picker .cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.checkbox-disabled .checkbox-label {
  opacity: 0.5;
}
.dropdown {
  padding: 0;
}
.dropdown .btn {
  font-size: 14px;
  font-weight: normal;
  line-height: initial;
  text-align: left;
  text-transform: none;
  letter-spacing: initial;
  background-color: transparent;
  border-color: #979797;
}
.dropdown .btn > span:last-child {
  float: right;
}
.dropdown .btn-default:hover {
  background-color: #fff;
}
.dropdown .open .btn-default:hover {
  background-color: #fff;
}
.dropdown.open > .dropdown-toggle.btn-default {
  background-color: #d8d8d8 !important;
}
.dropdown-block {
  width: 100%;
}
.dropdown-block .dropdown-menu {
  width: 100%;
}
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 'digitory-legal';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon::before {
  top: .12em;
  position: relative;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
button [class*='icon-'] {
  color: #0475a2;
}
.image {
  opacity: 1;
  max-width: 100%;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.image.loading {
  opacity: 0;
}
.form-group {
  margin-bottom: 20px;
}
.form-group-custom {
  margin-top: 12px;
}
input:focus,
textarea:focus {
  outline: none;
}
.input-default {
  border-color: #d8d8d8;
}
.input-block {
  display: block;
  width: 100%;
}
.input-danger {
  border-color: #d0011b;
  color: #d0011b;
}
.has-error {
  border: 1px solid #d0011b;
}
.has-error::-webkit-input-placeholder {
  color: #d0011b;
}
.has-error:-moz-placeholder {
  color: #d0011b;
}
.has-error::-moz-placeholder {
  color: #d0011b;
}
.has-error:-ms-input-placeholder {
  color: #d0011b;
}
.input-tag > div {
  display: inline-block;
  width: 89%;
}
.input-tag button {
  width: 10%;
  margin-left: 1%;
  height: 34px;
  line-height: 34px;
  float: right;
}
.input-tag button i {
  font-size: 2em;
}
.input-tag button i::before {
  top: 0;
}
.input-tag button:hover {
  text-decoration: none;
}
.label-info {
  display: inline-block;
  cursor: help;
  border-radius: 0;
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
  position: relative;
  left: .75em;
}
.label-info::before {
  content: '';
  display: inline-block;
  width: 0;
  height: .75em;
  border: .75em solid transparent;
  border-right: 0.75em solid #0475a2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}
[class*="message-"] {
  margin-bottom: 2em;
  padding: 2em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.message-success {
  color: #35933c;
  background-color: #e9f7ea;
}
.message-error {
  color: #9d0114;
  background-color: #ffebed;
}
.radio-group {
  display: inline-block;
}
.radio-button {
  cursor: pointer;
  margin-bottom: .3em;
  line-height: 1em;
  display: inline-block;
  padding-right: .5em;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.radio-button.disabled {
  opacity: 0.5;
}
.radio-button.disabled label {
  cursor: default;
}
.radio-button .radio-item {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #9b9b9b;
  top: 2px;
}
.radio-button .radio-item::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.radio-button span.lbl {
  margin: 0 0 0 .3em;
  cursor: pointer;
  text-transform: capitalize;
  color: initial;
}
.radio-button.active .radio-item::before {
  background-color: #269df2;
}
.radio-button input[type=radio] {
  display: block;
}
.horizontal-slider {
  width: 100%;
  max-width: 500px;
  height: 8px;
}
.horizontal-slider .bar {
  top: 2px;
  height: 4px;
}
.horizontal-slider .handle {
  top: -4px;
}
.vertical-slider {
  height: 380px;
  width: 50px;
  border: 1px solid #4a4a4a;
}
.vertical-slider .handle {
  left: 1px;
}
.vertical-slider .bar {
  left: 2px;
  width: 4px;
}
.handle {
  font-size: 0.9em;
  text-align: center;
  background-color: #4a4a4a;
  color: white;
  cursor: pointer;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
}
.handle .active {
  background-color: #4a4a4a;
}
[class^="bar-"] {
  background: #ddd;
}
.bar {
  position: relative;
  background: #ddd;
}
.slide-show {
  position: fixed;
  color: #fff;
  text-align: center;
  background-color: rgba(4, 4, 4, 0.5);
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 2147483001;
  overflow-y: auto;
}
.slide-show .close {
  color: #fff;
  font-size: 30px;
  float: right;
  opacity: 0.8;
  margin: 10px 20px 0 0;
}
.slide-show .nav {
  position: absolute;
  top: 0;
  left: -5%;
  right: -5%;
  height: 100%;
}
.slide-show .nav .prev,
.slide-show .nav .next {
  width: 5%;
  font-size: 60px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  opacity: 0.6;
  z-index: 9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slide-show .nav .prev:hover,
.slide-show .nav .next:hover {
  opacity: 1;
}
.slide-show .nav .prev {
  left: 0;
}
.slide-show .nav .prev i {
  left: -12px;
}
.slide-show .nav .next {
  right: 0;
}
.slide-show .viewer-container {
  width: 90%;
  max-width: 1024px;
  margin: auto;
  max-height: 90%;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-show .viewer-container .viewer-img {
  display: none;
  max-height: 90%;
}
.slide-show .viewer-container .viewer-img img {
  max-height: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.slide-show .viewer-container .viewer-img.active {
  display: inline-block;
}
.slide-show .viewer-container .slide-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .slide-show .nav .prev,
  .slide-show .nav .next {
    font-size: 33px;
  }
  .slide-show .nav .prev i {
    left: -4px;
  }
}
.tag-label {
  display: inline-block;
  background: #d8d8d8;
  color: #9b9b9b;
  margin: 5px 5px 0 0;
  border-radius: 8px;
}
.tag-label::after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 30px;
  width: 1px;
  background-color: #b4b4b4;
}
.tag-label > span {
  padding: 6px 12px;
  display: inline-block;
}
.tag-label > i {
  width: 30px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.select {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 4.28571429px 0.6em;
  font-size: 14px;
  line-height: initial;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: 0;
}
.select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select:-ms-input-placeholder {
  color: #999;
}
.select::-webkit-input-placeholder {
  color: #999;
}
.select[disabled],
.select[readonly],
fieldset[disabled] .select {
  background-color: #f2f2f2;
  opacity: 1;
}
.select[disabled],
fieldset[disabled] .select {
  cursor: not-allowed;
}
textarea.select {
  height: auto;
}
.select::before {
  content: '';
  border-color: #4a4a4a transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  position: absolute;
  right: 0.6em;
  top: 50%;
  margin-top: -3px;
}
.select select {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  z-index: 3;
  appearance: menulist-button;
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
}
.select .custom-select {
  z-index: 0;
  margin-right: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.8em;
}
/*
.search-select2 {
  position: relative;
  float: left;
  //width: 100%;
  height: 44px;
  z-index: 100;
  @media (min-width: 541px) {
    max-width: 320px;
  }
  & > * {
    user-select: none;
  }
  &-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    background: #fff;
    z-index: 6;
    cursor: pointer;
    i {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 20px;
      height: 22px;
      font-size: 20px;
      color: #4a4a4a;
      text-align: center;
    }
  }
  &-panel {
    display: none;
    position: relative;
    z-index: 100;
    width: 100%;
    z-index: 5;
    @media (min-width: 541px) {
      max-width: 320px;
    }
    & > select {
      display: none;
    }
    .select2-container {
      box-sizing: border-box;
      display: inline-block;
      margin: 0;
      position: relative;
      vertical-align: middle;
      //width: 100% !important;
      transform: translateY(0);
      .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        height: 44px;
        overflow: hidden;
        user-select: none;
      }
      &--default {
        .select2-search--inline .select2-search__field {
          margin-top: 7px;
          width: 100% !important;
          &::-moz-placeholder {
            color: #999;
          }
          &:-ms-input-placeholder {
            color: #999;
          }
          &::-webkit-input-placeholder {
            color: #999;
          }
        }
        .select2-selection--multiple {
          position: relative;
          background-color: white;
          border: 1px solid #d8d8d8;
          //border: 1px solid #4a4a4a;
          border-radius: 24px;
          cursor: text;
          &:after {
            content: "\f002";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 6px;
            margin: auto;
            width: 30px;
            height: 30px;
            font-size: 20px;
            color: #4a4a4a;
            text-align: center;
            font-family: FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
          }
          .select2-selection__clear {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 42px;
            height: 100%;
            cursor: pointer;
            text-align: center;
            float: none;
            font-weight: 700;
            margin-top: 0;
            margin-right: 0;
            margin: auto;
            font-size: 24px;
            text-indent: 6px;
            line-height: 38px;
            background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 40%);

            z-index: 1;
          }
          .select2-selection__choice {
            position: relative;
            left: -3px;
            margin-top: 7px;
            padding: 0;
            //background-color: #f2f2f2;
            //border: 1px solid #d8d8d8;
            background-color: transparent;
            border: none;
            &__remove {
              display: none;
            }
            & + .select2-search.select2-search--inline {
              display: none;
            }
          }
          .select2-search--inline {
            float: none;
          }
          .select2-selection__rendered {
            box-sizing: border-box;
            list-style: none;
            margin: 0;
            padding: 0 5px 0 52px;
            width: 100%;
          }
        }
        &.select2-container--focus {
          .select2-selection--multiple {
            //border: 1px solid #4a4a4a;
            outline: 0;
            &:after {
              color: #4a4a4a;
            }
          }
        }
        &.select2-container--open.select2-container--below {
          .select2-selection--multiple {
            border-bottom-left-radius: 24px;
            border-bottom-right-radius: 24px;
          }
        }
      }
    }
  }

  &.active {
    .search-select2-button {
      //background: #abcd24;
      background: #015f83;
      //background: #f5f5f5;
      //background: #fff;
      //border: 1px solid #4a4a4a;
      border: 1px solid #d8d8d8;
      i {
        color: #ffffff;

        //color: #4a4a4a;
        //&:before {
        //    content: "\f00d";
        //}
      }
    }
    .search-select2-panel {
      display: block;
    }
  }
}

.select2-container {
  &--open {
    //transform: translateY(-12px);
    //z-index: 5;
    .select2-dropdown--below {
      border-top: 1px solid rgba(0, 0, 0, .15);
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border: 1px solid rgba(0, 0, 0, .15);
      box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
      .select2-results {
        &__options {
          &--nested {
            .select2-results__option {
              padding: 12px;
              line-height: 20px;
              &--highlighted {
                //background-color: #a8ce38;
                background-color: #f5f5f5;
                color: #4a4a4a;
              }
            }
          }
        }
        &__option {
          &[aria-label="Recent search"] {
            .select2-results__group {
              position: relative;
              border-top: none;
              border-bottom: none;
              text-align: center;
              font-size: 12px;
              padding: 2px 12px;
              background: #e5e5e5;
              color: #777777;
              &:before {
                content: '';
                position: absolute;
                bottom: -7px;
                left: 0;
                right: 0;
                background: #e5e5e5;
                width: 12px;
                height: 12px;
                margin: auto;
                transform: rotate(45deg);
                border: solid #d9d9d9;
                border-width: 0 1px 1px 0;
                z-index: 1;
              }
              .group-indicator {
                display: none;
              }
            }
          }
        }
        &__group {
          position: relative;
          border-top: 1px solid rgba(0, 0, 0, .15);
          border-bottom: 1px solid rgba(0, 0, 0, .15);
          padding: 12px 18px;
          span {
            i {
              margin-right: 6px;
            }
          }
          .group-indicator {
            background: #fafafa;
            font-weight: 700;
            color: #193145;
            margin: auto;
            line-height: 1;
            border-radius: 20px;
            box-sizing: border-box;
            text-align: center;
            padding: 1px 5px;
            font-size: 12px;
            margin-left: 8px;
            border: 1px solid #d9d9d9;
          }
        }
      }

    }
  }
  &--default {
    .select2-results__option {
      &--highlighted {

      }
    }
  }

  //.select2-dropdown {
  //    background-color: white;
  //    border: 1px solid #aaa;
  //    border-radius: 4px;
  //    box-sizing: border-box;
  //    display: block;
  //    position: absolute;
  //    left: -100000px;
  //    width: 100%;
  //    z-index: 1051;
  //}

}

.search-select2-active {

  @media (max-width: 540px) {
    .search-select2 {
      padding: 0 10px;
      .search-select2-button {
        left: 10px;
      }
    }
  }
}
*/
.search-select2 {
  position: relative;
  width: 100%;
  height: 44px;
  z-index: 100;
}
@media (min-width: 541px) {
  .search-select2 {
    max-width: 320px;
  }
}
.search-select2 > * {
  user-select: none;
}
.search-select2-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  background: #fff;
  z-index: 6;
  cursor: pointer;
}
.search-select2-button i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 22px;
  font-size: 20px;
  color: #4a4a4a;
  text-align: center;
}
.search-select2.active .search-select2-button {
  background: #269df2;
  border: 1px solid #d8d8d8;
}
.search-select2.active .search-select2-button i {
  color: #ffffff;
}
.search-select2-panel {
  display: none;
  position: relative;
  z-index: 100;
  width: 100%;
  z-index: 5;
}
@media (min-width: 541px) {
  .search-select2-panel {
    max-width: 320px;
  }
}
.search-select2.active .search-select2-panel {
  display: block;
}
.search-select2-input {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  transform: translateY(0);
  width: 100%;
}
.search-select2-input input {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  height: 44px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 24px;
  cursor: text;
  outline: 0;
  padding-left: 48px;
}
.search-select2-results > .search-result-list {
  max-height: 320px;
  overflow-y: auto;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1051;
}
.search-select2-results > .search-result-list:empty {
  display: none;
}
.search-select2-results > .search-result-list .search-result-list h3 {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 18px;
  margin: 0;
}
.search-select2-results > .search-result-list .search-result-list h3 strong {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
}
.search-select2-results > .search-result-list .search-result-list h3 span {
  background: #fafafa;
  font-weight: 700;
  color: #193145;
  margin: auto;
  line-height: 1;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  padding: 1px 5px;
  font-size: 12px;
  margin-left: 8px;
  border: 1px solid #d9d9d9;
}
.search-select2-results > .search-result-list .search-result-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-select2-results > .search-result-list .search-result-list ul li {
  padding: 12px;
  line-height: 20px;
  color: #9b9b9b;
}
.search-select2-results > .search-result-list .search-result-list ul li:hover {
  background-color: #f5f5f5;
  color: #4a4a4a;
}
.search-select2-results > .search-result-list .search-result-list:first-child h3 {
  border-top: none;
}
.dl-table {
  border: 1px solid #d8d8d8;
  font-weight: 400;
}
.dl-table thead tr {
  border-top: 0;
  background-color: #fff;
}
.dl-table thead tr th {
  border-color: #e5e5e5;
  color: #5b5b5b;
  font-weight: 400;
}
.dl-table thead tr th label {
  font-weight: 400;
}
.dl-table thead tr th.rate {
  min-width: 122px;
}
.dl-table thead tr th.hours {
  text-align: right;
}
.dl-table thead tr th.total_percentage {
  text-align: right;
}
.dl-table thead tr th.time_percentage {
  text-align: right;
}
.dl-table thead tr th.hours_percentage {
  text-align: right;
}
.dl-table thead tr th.total {
  text-align: right;
}
.dl-table thead tr th.cell-actions .btn-collapse-actions {
  float: left;
  width: 100%;
  font-size: 10px;
  padding: 4px 8px 5px 8px;
}
.dl-table thead tr th.cell-actions .btn-collapse-actions i {
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.dl-table thead .add-row td {
  border-bottom-width: 1px;
}
.dl-table thead .add-row td input {
  padding: 2px;
  height: auto;
  width: 100%;
}
.dl-table thead .add-row td button {
  font-size: 0.8em;
}
.dl-table thead .add-row td label {
  padding: 2px 4px;
  display: block;
  line-height: initial;
  font-weight: 400;
}
.dl-table thead .add-row td .extra-input {
  margin-top: 3px;
  margin-bottom: 0px;
}
.dl-table thead .add-row td .date-time-picker input {
  min-height: 28px;
}
.dl-table tbody tr td.marker > div {
  cursor: pointer;
}
.dl-table tbody tr td.hours {
  text-align: right;
}
.dl-table tbody tr td.total_percentage {
  text-align: right;
}
.dl-table tbody tr td.time_percentage {
  text-align: right;
}
.dl-table tbody tr td.hours_percentage {
  text-align: right;
}
.dl-table tbody tr td.total {
  text-align: right;
}
.dl-table tbody tr:nth-child(odd) td {
  background: #fafafa;
}
.dl-table-header-column.sort {
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.dl-table-header-column.sort::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  border: 5px solid transparent;
}
.dl-table-header-column.sort:hover,
.dl-table-header-column.sort-asc,
.dl-table-header-column.sort-desc {
  color: #161616;
}
.dl-table-header-column.sort-asc::after {
  border-top: 5px solid #161616;
}
.dl-table-header-column.sort-desc::after {
  margin-top: -8px;
  border-bottom: 5px solid #161616;
}
.dl-table-row-editing > td {
  padding: 4px !important;
}
.dl-table-row-editing > td > .form-control {
  padding: 2px;
}
.dl-table-row-editing > td input {
  width: 100%;
  padding: 2px 4px;
}
.dl-table-row-editing > td .extra-input {
  margin: 1px 0 0 0;
}
.dl-table .actions,
.dl-table .custom_actions {
  text-align: right;
  width: 10%;
  min-width: 96px;
}
.dl-table .actions .disabled,
.dl-table .custom_actions .disabled {
  pointer-events: none;
  opacity: 0.5;
}
.dl-table .actions .btn,
.dl-table .custom_actions .btn {
  background-color: transparent;
  border: 0;
  color: #9b9b9b;
  padding: 0 3px;
}
.dl-table .actions .btn:active,
.dl-table .custom_actions .btn:active {
  box-shadow: none;
}
.dl-table .actions .delete:hover,
.dl-table .custom_actions .delete:hover {
  color: #d0011b;
}
.dl-table .actions .edit:hover,
.dl-table .custom_actions .edit:hover,
.dl-table .actions .update:hover,
.dl-table .custom_actions .update:hover {
  color: #35933c;
}
.dl-table .actions .copy:hover,
.dl-table .custom_actions .copy:hover {
  color: #000000;
}
.dl-table .actions .btn-spinner,
.dl-table .custom_actions .btn-spinner {
  font-size: 0.9em;
  cursor: inherit;
}
.dl-table .actions .btn-spinner .spinner,
.dl-table .custom_actions .btn-spinner .spinner {
  margin-left: 0.6em;
  margin-right: 0.6em;
}
.dl-table .form-control {
  padding: 2px;
  height: auto;
}
.dl-table .default-row span {
  display: block;
  min-height: 1.6em;
}
.dl-table tr.default-row {
  transition: none !important;
}
.dl-table tr.default-row.add-row-enter,
.dl-table tr.default-row.add-row-leave {
  opacity: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .dl-table thead th {
    display: block;
  }
  .dl-table thead tr {
    display: none;
  }
  .dl-table thead tr.add-row {
    display: block;
  }
  .dl-table thead tr.add-row td {
    display: block;
  }
  .dl-table thead tr.add-row td:first-child {
    display: none;
  }
  .dl-table tbody tr {
    border-bottom: 10px solid #fff;
  }
  .dl-table tbody tr td {
    display: block;
    padding-left: 35%;
  }
  .dl-table tbody tr td:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
  .dl-table tbody tr td .cell-name {
    margin-left: -33%;
    width: 30%;
    display: block;
    position: absolute;
    text-transform: capitalize;
  }
  .dl-table tbody tr td.actions {
    padding-left: 8px;
  }
  .dl-table tbody tr.dl-table-row-editing td {
    padding-left: 12px;
  }
  .dl-table tbody .actions {
    text-align: left;
    width: 100%;
  }
}
.dl-table-responsive {
  position: relative;
  width: 100%;
  overflow-x: auto;
  border: 1px solid #e5e5e5;
  margin: 12px 0;
}
.dl-table-responsive-content {
  width: 100%;
  margin: 0 !important;
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-width: 0;
  outline: 0;
}
.dl-table-responsive-content > thead {
  border: 1px solid #193044;
  border-bottom: 0;
}
.dl-table-responsive-content > thead > tr > .sort-column {
  cursor: pointer;
}
.dl-table-responsive-content > thead > tr > .sort-column > i {
  padding-left: 7px;
}
.dl-table-responsive-content > thead > tr > th {
  background-color: #e5ecf4;
  color: #31425B;
  border-bottom: 2px solid #eee;
  border-right: 1px solid #e5e5e5;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  padding: 0.786em 0.6em;
  min-width: 120px;
}
.dl-table-responsive-content > thead > tr > th:first-child {
  display: none;
}
.dl-table-responsive-content > thead > tr > th:last-child {
  border-right: 0;
}
.dl-table-responsive-content > thead > tr > th > span {
  min-height: 18px;
  padding: 0.5em 0.6em 0.4em 0;
  white-space: nowrap;
}
.dl-table-responsive-content > tbody {
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.dl-table-responsive-content > tbody > tr > td {
  font-size: 14px;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-right: 1px solid #e5e5e5;
  min-height: 18px;
  line-height: 18px;
  padding: 0.786em 0.6em;
  word-break: break-word;
}
.dl-table-responsive-content > tbody > tr > td:first-child {
  display: none;
}
.dl-table-responsive-content > tbody > tr > td:last-child {
  border-right: none;
}
.dl-table-responsive-content > tbody > tr > td .btn-set {
  margin-top: 0;
}
.dl-table-responsive-content > tbody > tr > td .btn-set a {
  margin-right: 6px;
  margin-bottom: 0;
}
.dl-table-responsive-content > tbody > tr > td .btn-set a:last-child {
  margin-right: 0;
}
.dl-table-responsive-content > tbody > tr > td .btn-set a span {
  display: none;
}
.dl-table-responsive-content > tbody > tr > td form {
  margin: 0;
}
.dl-table-responsive-content > tbody > tr:nth-child(even) > td {
  background-color: #fff;
}
.dl-table-responsive-content > tbody > tr:nth-child(odd) > td {
  background-color: #fafafa;
}
.dl-table-responsive-content > tbody > tr:hover > td {
  background-color: #f4f4f4;
}
.dl-table-responsive-content > tbody > tr.animation-remove td {
  overflow: hidden;
  padding: 0 0.6em;
  opacity: 0;
  transition: all 0.35s ease;
}
.dl-table-responsive-content.collapsible-grid > tbody {
  /*-------level 1-------*/
  /*---------------------*/
}
.dl-table-responsive-content.collapsible-grid > tbody:nth-child(even) > tr > td {
  background-color: #fff;
}
.dl-table-responsive-content.collapsible-grid > tbody:nth-child(even) > tr.collapse-control > td {
  background-color: #fff;
}
.dl-table-responsive-content.collapsible-grid > tbody:nth-child(even) > tr.collapsible-content > td {
  background-color: #fafafa;
}
.dl-table-responsive-content.collapsible-grid > tbody:nth-child(odd) > tr > td {
  background-color: #fafafa;
}
.dl-table-responsive-content.collapsible-grid > tbody:nth-child(odd) > tr.collapse-control > td {
  background-color: #f1f3f4;
}
.dl-table-responsive-content.collapsible-grid > tbody:nth-child(odd) > tr.collapsible-content > td {
  background-color: #fafafa;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr.collapse-control {
  cursor: pointer;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr.collapse-control .col-title .collapse-icon {
  position: relative;
  width: 19px;
  height: 19px;
  margin-right: 6px;
  padding-top: 3px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  background: #24425c;
  border: 1px solid #193044;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr.collapse-control .col-title .collapse-icon:before {
  content: '\f067';
}
.dl-table-responsive-content.collapsible-grid > tbody > tr.collapse-control-active .col-title .collapse-icon {
  background: rgba(36, 66, 92, 0.2);
  border: 1px solid rgba(69, 76, 84, 0.2);
}
.dl-table-responsive-content.collapsible-grid > tbody > tr.collapse-control-active .col-title .collapse-icon:before {
  content: '\f068';
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive {
  background: #fff;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content thead tr th {
  background-color: #0475a2;
  border-right: 1px solid #005e89;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content thead tr th:last-child {
  border-right: none;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody {
  /*-------level 2-------*/
  /*---------------------*/
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody:nth-child(even) > tr > td {
  background-color: #f0f4f7;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody:nth-child(even) > tr:nth-child(even) > td {
  border-bottom: none;
  background-color: #f0f4f7;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody:nth-child(even) > tr:nth-child(odd) > td {
  border-bottom: none;
  background-color: #ffffff;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody:nth-child(even) > tr:last-child > td {
  border-bottom: 1px solid #d9d9d9;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody:nth-child(even) > tr.collapse-control > td {
  background-color: #f1f3f4;
  background-color: rgba(19, 101, 134, 0.2);
  background-color: #dce8ed;
  border-top: 1px solid #b6c3c9;
  border-right: 1px solid #b6c3c9;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody:nth-child(even) > tr.collapse-control > td:last-child {
  border-right: none;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody:nth-child(even) > tr.collapsible-content:nth-child(even) > td {
  background-color: #ffffff;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody:nth-child(even) > tr.collapsible-content:nth-child(odd) > td {
  background-color: #eff3f5;
  background-color: #dfe7ec;
  background-color: #f1f3f4;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody:nth-child(odd) > tr > td {
  background-color: #ffffff;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody:nth-child(odd) > tr.collapse-control > td {
  background-color: #e1e7ea;
  background-color: rgba(36, 112, 143, 0.3);
  background-color: #cfdce2;
  background-color: #cddadf;
  border-top: 1px solid #b6c3c9;
  border-right: 1px solid #b6c3c9;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody:nth-child(odd) > tr.collapse-control > td:last-child {
  border-right: none;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody:nth-child(odd) > tr.collapsible-content:nth-child(even) > td {
  background-color: #ffffff;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody:nth-child(odd) > tr.collapsible-content:nth-child(odd) > td {
  background-color: #dfe7ec;
  background-color: #f1f3f4;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody:last-child > tr > td {
  border-bottom: 1px solid #d9d9d9;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody > tr > td {
  border-bottom: none;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody > tr > td:last-child {
  border-right: none;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody > tr > td .dl-table-responsive {
  background: #fff;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody > tr > td .dl-table-responsive-content thead tr th {
  background-color: #24425c;
  border-right: 1px solid #193044;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody > tr > td .dl-table-responsive-content thead tr th:last-child {
  border-right: none;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody > tr > td .dl-table-responsive-content tbody {
  /*-------level 3-------*/
  /*---------------------*/
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody > tr > td .dl-table-responsive-content tbody > tr:nth-child(even) > td {
  background-color: #fafafa;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody > tr > td .dl-table-responsive-content tbody > tr:nth-child(odd) > td {
  background-color: #fff;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody > tr > td .dl-table-responsive-content tbody:last-child > tr > td {
  border-bottom: 1px solid #d9d9d9;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody > tr > td .dl-table-responsive-content tbody > tr > td {
  border-bottom: none;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.dl-table-responsive-content.collapsible-grid > tbody > tr > td .dl-table-responsive-content tbody > tr > td .dl-table-responsive-content tbody > tr > td:last-child {
  border-right: none;
}
.dl-table-responsive-content.table-size-xs thead tr th {
  line-height: 12px;
  padding: 10px 7px 8px 8px;
  font-size: 13px;
}
.dl-table-responsive-content.table-size-xs tbody tr td {
  font-size: 12px;
  line-height: 12px;
  padding: 8px 7px 8px 8px;
}
.dl-table-responsive-content.table-size-xs.collapsible-grid tbody tr.collapse-control .col-title .collapse-icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  padding-top: 3px;
  font-size: 9px;
  line-height: 7px;
}
.dl-table-responsive-content.eliminate-space tbody tr.collapsible-content > td {
  padding: 0;
}
.dl-table-responsive-content.eliminate-right-side tbody tr.collapsible-content > td {
  padding: 0 0 0 8px;
}
@media (max-width: 768px) {
  .dl-table-responsive-content > thead {
    display: block;
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
  }
  .dl-table-responsive-content > thead > tr {
    display: block;
  }
  .dl-table-responsive-content > thead > tr > th {
    display: block;
  }
  .dl-table-responsive-content > thead > tr > th:first-child {
    display: block;
  }
  .dl-table-responsive-content > tbody {
    display: block;
  }
  .dl-table-responsive-content > tbody > tr {
    display: block !important;
  }
  .dl-table-responsive-content > tbody > tr > td {
    display: inline-block;
    width: 100%;
    min-height: 48px;
    position: relative;
    padding: 15px 0 15px 45%;
    border-right: 0;
  }
  .dl-table-responsive-content > tbody > tr > td:before {
    content: attr(data-title);
    position: absolute;
    top: 15px;
    left: 5%;
    width: 40%;
    white-space: nowrap;
    font-weight: bold;
  }
  .dl-table-responsive-content > tbody > tr > td:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    border-right: 1px solid #eee;
  }
  .dl-table-responsive-content > tbody > tr > td:first-child {
    display: block;
  }
  .dl-table-responsive-content > tbody > tr.collapsible-content > td {
    padding: 2px;
  }
  .dl-table-responsive-content > tbody > tr.collapsible-content > td:first-child {
    display: none;
  }
  .dl-table-responsive-content > tbody > tr.collapsible-content > td .dl-table-responsive {
    border: none;
  }
  .dl-table-responsive-content > tbody > tr.collapsible-content > td .dl-table-responsive tbody tr td {
    padding-right: 12px;
    border-right: none;
  }
}
.dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div {
  float: left;
}
.dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div.bidder-image {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
.dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div.bidder-image > img {
  width: 100%;
}
.dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div.bidder-name,
.dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div.bidder-data {
  max-width: 130px;
  height: 36px;
  display: table;
}
.dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div.bidder-name > span,
.dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div.bidder-data > span {
  vertical-align: middle;
  display: table-cell;
  line-height: 1.2;
}
.dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div.bidder-icon {
  width: 24px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #0475a2;
}
.dl-table-responsive-content.rfp-bidders-table > tbody > tr > td.col-invited,
.dl-table-responsive-content.rfp-bidders-table > tbody > tr > td.col-accepted {
  padding: 15px 24px;
  text-align: center;
}
.dl-table-responsive-content.rfp-bidders-table > tbody > tr > td.col-submitted {
  padding-right: 20px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .dl-table-responsive-content.rfp-bidders-table > tbody > tr > td.col-invited,
  .dl-table-responsive-content.rfp-bidders-table > tbody > tr > td.col-accepted,
  .dl-table-responsive-content.rfp-bidders-table > tbody > tr > td.col-submitted {
    padding: 15px 0 15px 45%;
    text-align: left;
  }
  .dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }
  .dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div {
    float: left;
  }
  .dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div.bidder-image {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }
  .dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div.bidder-image > img {
    width: 100%;
  }
  .dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div.bidder-name {
    height: 24px;
  }
  .dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div.bidder-data {
    height: auto;
  }
  .dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div.bidder-icon {
    width: 24px;
    height: auto;
    line-height: 1;
  }
  .dl-table-responsive-content.rfp-bidders-table > tbody > tr > td > div > div.bidder-icon i {
    width: 24px;
    height: auto;
  }
}
.dl-table-responsive-content > tbody > tr.team-row {
  cursor: pointer;
}
.dl-table-responsive-content > tbody > tr.team-row .col-team .collapse-icon {
  position: relative;
  width: 19px;
  height: 19px;
  margin-right: 6px;
  padding-top: 3px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  background: #24425c;
  border: 1px solid #193044;
}
.dl-table-responsive-content > tbody > tr.team-row .col-team .collapse-icon:before {
  content: "\f067";
}
.dl-table-responsive-content > tbody > tr.team-row.members-show + .members-row {
  display: table-row;
}
.dl-table-responsive-content > tbody > tr.team-row.members-show .col-team .collapse-icon {
  background: rgba(36, 66, 92, 0.2);
  border: 1px solid rgba(69, 76, 84, 0.2);
}
.dl-table-responsive-content > tbody > tr.team-row.members-show .col-team .collapse-icon:before {
  content: "\f068";
}
.dl-table-responsive-content > tbody > tr.members-row > td .dl-table-responsive {
  min-height: 320px;
  background: #fff;
}
.dl-table-responsive-content > tbody > tr.members-row > td .dl-table-responsive-content thead tr th {
  background-color: #e5ecf4;
  border-right: 1px solid #005E89;
}
.dl-table-responsive-content > tbody > tr.members-row > td .dl-table-responsive-content thead tr th:last-child {
  border-right: none;
}
.dl-table-responsive-content > tbody > tr.members-row > td .dl-table-responsive-content tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}
.dl-table-responsive-content > tbody > tr.members-row > td .dl-table-responsive-content tbody tr:nth-child(even) td {
  background-color: #F0F4F7;
}
.dl-table-responsive-content > tbody > tr.members-row > td .dl-table-responsive-content tbody tr td {
  border-bottom: none;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.dl-table-responsive-content > tbody > tr.members-row > td .dl-table-responsive-content tbody tr td:last-child {
  border-right: none;
}
.dl-table-responsive-content > tbody > tr.members-row > td .dl-table-responsive-content tbody tr:last-child td {
  border-bottom: 1px solid #D9D9D9;
}
.dl-table-responsive-content.companies-grid > tbody > tr td.col-revenue,
.dl-table-responsive-content.companies-grid > tbody > tr td.col-total-matters-firms {
  text-align: right;
}
.dl-table-responsive-content.biographies-grid > tbody > tr td.col-biography {
  width: 70%;
}
.dl-table-responsive-content.roles-grid > thead > tr > th.col-actions {
  width: 10%;
  min-width: 96px;
}
.dl-table-responsive-content.users-grid > tbody > tr td.col-status {
  width: 10%;
}
.dl-table-responsive-content.users-grid > tbody > tr td.col-actions {
  width: 13%;
}
.dl-table-responsive-content.users-grid > tbody > tr td.col-rate,
.dl-table-responsive-content.users-grid > tbody > tr td.col-cogs {
  text-align: right;
}
.dl-table-responsive-content.members-grid > tbody > tr td.col-actions {
  width: 10%;
}
.dl-table-responsive-content.members-grid > tbody > tr td.col-rate,
.dl-table-responsive-content.members-grid > tbody > tr td.col-cogs {
  text-align: right;
}
.dl-table-responsive-content.bidder-info-grid > tbody > tr td.col-actions {
  width: 10%;
}
.dl-table-responsive-content.teams-grid > tbody tr td.col-members {
  width: 160px;
  text-align: right;
}
.dl-table-responsive-content.teams-grid > tbody tr td.col-actions {
  width: 120px;
}
.dl-table-responsive-content.teams-grid > tbody tr td.col-adding {
  width: 120px;
}
.dl-table-responsive-content.teams-grid > tbody tr.collapsible-content > td .dl-table-responsive {
  min-height: 320px;
}
.dl-table-responsive-content.profile-matters-grid > tbody tr td {
  cursor: pointer;
}
.dl-table-responsive-content.profile-matters-grid > tbody tr td.col-name {
  width: 70%;
}
.dl-table-responsive-content.profile-matters-grid > tbody tr td.col-budget-total {
  text-align: right;
}
.dl-table-responsive-content.profile-matters-grid > tbody tr td.col-number-of-staffers {
  text-align: right;
}
.dl-table-responsive-content.profile-templates-grid > tbody tr td {
  cursor: pointer;
}
.dl-table-responsive-content.profile-templates-grid > tbody tr td.col-name {
  width: 70%;
}
.dl-table-responsive-content.profile-templates-grid > tbody tr td.col-budget-total {
  text-align: right;
}
.dl-table-responsive-content.profile-templates-grid > tbody tr td.col-number-of-staffers {
  text-align: right;
}
.dl-table-responsive-content.profile-rfps-solicited > tbody tr td {
  cursor: pointer;
}
.dl-table-responsive-content.profile-rfps-solicited > tbody tr td.col-name {
  width: 50%;
}
.dl-table-responsive-content.profile-rfps-solicited > tbody tr td.col-number-of-invitees {
  text-align: right;
}
.dl-table-responsive-content.profile-rfps-invited > tbody tr td {
  cursor: pointer;
}
.dl-table-responsive-content.profile-rfps-invited > tbody tr td.col-name {
  width: 50%;
}
.dl-table-responsive-content.profile-activities > tbody tr td.col-date {
  width: 200px;
}
.dl-table-responsive-content.contact-grid > tbody tr td {
  cursor: pointer;
}
.dl-table-responsive-content.contact-grid > tbody tr td.col-actions {
  cursor: default;
  width: 120px;
}
.dl-table-responsive-content.contact-notes-grid > tbody tr td.col-date {
  width: 160px;
}
.dl-table-responsive-content.contact-notes-grid > tbody tr td.col-actions {
  width: 120px;
}
.dl-table-responsive-content.companies-grid > tbody tr td {
  cursor: pointer;
}
.dl-table-responsive-content.companies-grid > tbody tr td.col-actions {
  cursor: default;
  width: 120px;
}
.dl-table-responsive-content.companies-notes-grid > tbody tr td.col-date {
  width: 160px;
}
.dl-table-responsive-content.companies-notes-grid > tbody tr td.col-actions {
  width: 120px;
}
.dl-table-responsive-content.matters-by-owner-grid > tbody tr td {
  border-bottom: 0px !important;
}
.dl-table-responsive-content.matters-by-owner-grid > tbody tr td.col-uid {
  width: 10%;
}
.dl-table-responsive-content.matters-by-owner-grid > tbody tr td.col-total {
  width: 10%;
  text-align: right;
}
.dl-table-responsive-content.matters-by-owner-grid > tbody tr td.client-name {
  padding-left: 33px;
}
.dl-table-responsive-content.matters-by-client-grid > tbody tr td {
  border-bottom: 0px !important;
}
.dl-table-responsive-content.matters-by-client-grid > tbody tr td.col-total {
  width: 10%;
  text-align: right;
}
.dl-table-responsive-content.matters-by-client-grid > tbody:last-child tr td {
  background: white;
}
@media (min-width: 768px) {
  .dl-table-responsive-content.flex-grid {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
  }
  .dl-table-responsive-content.flex-grid > thead {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .dl-table-responsive-content.flex-grid > thead > tr {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
  }
  .dl-table-responsive-content.flex-grid > thead > tr > th {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    min-width: auto;
    line-height: 1;
    padding: 10px 10px 14px 15px;
    border-bottom: 1px solid #193044;
  }
  .dl-table-responsive-content.flex-grid > thead > tr > th > span {
    min-height: auto;
    padding: 0;
  }
  .dl-table-responsive-content.flex-grid > thead > tr > th:first-child {
    display: none;
  }
  .dl-table-responsive-content.flex-grid > thead > tr > th.col-date {
    flex-basis: 320px;
  }
  .dl-table-responsive-content.flex-grid > thead > tr > th.col-hours {
    flex-basis: 152px;
  }
  .dl-table-responsive-content.flex-grid > tbody {
    overflow-y: auto;
    max-height: 320px;
    min-height: 320px;
  }
  .dl-table-responsive-content.flex-grid > tbody > tr {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
  }
  .dl-table-responsive-content.flex-grid > tbody > tr > td {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    line-height: 1;
    padding: 10px 10px 14px 15px;
  }
  .dl-table-responsive-content.flex-grid > tbody > tr > td > span {
    min-height: auto;
    padding: 0;
  }
  .dl-table-responsive-content.flex-grid > tbody > tr > td:first-child {
    display: none;
  }
  .dl-table-responsive-content.flex-grid > tbody > tr > td.col-date {
    flex-basis: 320px;
  }
  .dl-table-responsive-content.flex-grid > tbody > tr > td.col-hours {
    text-align: right;
    flex-basis: 152px;
  }
  .dl-table-responsive-content.flex-grid > tbody > tr:last-child > td {
    border-bottom: 1px solid #eee;
  }
}
.dl-table-responsive .grid-controls {
  display: flex;
  flex-direction: row;
  height: 47px;
  align-items: center;
  padding: 0 6px;
  background: #193044;
  border-bottom: 1px solid #152738;
}
.dl-table-responsive .grid-controls-title {
  display: flex;
  font-weight: bold;
  color: #ffffff;
}
.dl-table-responsive .grid-controls.with-tabs {
  padding: 0;
}
.dl-table-responsive .grid-controls-tabs {
  font-weight: 400;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.dl-table-responsive .grid-controls-tabs-list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: left;
  padding: 0;
  z-index: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  list-style-type: none;
  margin: 0;
}
.dl-table-responsive .grid-controls-tabs-list li {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: none;
}
.dl-table-responsive .grid-controls-tabs-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 30px 6px 15px;
  text-decoration: none;
}
.dl-table-responsive .grid-controls-tabs-list li a .tab-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  height: 16px;
  background: #347ab7;
  font-weight: 700;
  color: #193145;
  margin: auto;
  line-height: 1;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  padding: 2px 5px;
  font-size: 12px;
}
.dl-table-responsive .grid-controls-tabs-list li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #acce22;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease;
}
.dl-table-responsive .grid-controls-tabs-list li:hover:after,
.dl-table-responsive .grid-controls-tabs-list li.active:after {
  transform: translateY(0%);
  opacity: 1;
  transition: all 0.3s ease;
}
.dl-table-responsive .grid-controls-tabs-list li:hover a i,
.dl-table-responsive .grid-controls-tabs-list li.active a i {
  color: #acce22;
}
.dl-table-responsive .grid-controls-tabs-list li:hover a .tab-name,
.dl-table-responsive .grid-controls-tabs-list li.active a .tab-name {
  color: #ffffff;
}
.dl-table-responsive .grid-controls-tabs-list li:hover a .tab-indicator,
.dl-table-responsive .grid-controls-tabs-list li.active a .tab-indicator {
  background: #00445e;
  background: #abcd24;
  color: #fff;
  color: #25435c;
}
.dl-table-responsive .grid-controls-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}
.dl-table-responsive .grid-controls-actions > * {
  margin-right: 6px;
}
.dl-table-responsive .grid-controls-actions > :last-child {
  margin-right: 0;
}
.dl-table-responsive .grid-controls-actions .btn i {
  font-size: 12px;
  margin-right: 4px;
}
@media (min-width: 992px) {
  .dl-table-responsive .grid-controls-actions {
    display: flex;
  }
}
.dl-table-responsive .grid-controls-dropdown > span {
  font-size: 14px;
  color: #ffffff;
  margin-right: 4px;
}
.dl-table-responsive .grid-controls-dropdown .dropdown-menu {
  top: 3px;
  border: 1px solid #ccc;
  min-width: 120px;
}
.dl-table-responsive .grid-controls-dropdown .dropdown-menu li a {
  padding: 6px 12px;
  float: none;
  margin: 0;
  color: #9b9b9b;
}
@media screen and (min-width: 768px) {
  .dl-table-responsive .grid-controls-dropdown .dropdown-menu {
    left: auto;
    right: 5px;
  }
}
.dl-table-responsive .grid-controls-dropdown .Select {
  float: left;
}
.dl-table-responsive .grid-controls-dropdown .Select-control {
  height: 32px;
  border-radius: 0;
  background-color: #0475a2;
  border: 1px solid #0475a2;
}
.dl-table-responsive .grid-controls-dropdown .Select-control:hover {
  background-color: #035170;
  border: 1px solid #035170;
}
.dl-table-responsive .grid-controls-dropdown .Select-control:hover .Select-value-label {
  color: #fff;
}
.dl-table-responsive .grid-controls-dropdown .Select-input {
  height: 32px;
}
.dl-table-responsive .grid-controls-dropdown .Select.is-focused.is-searchable .Select-control {
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.dl-table-responsive .grid-controls-dropdown .Select.is-focused.is-searchable .Select-control:hover {
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.dl-table-responsive .grid-controls-dropdown .Select--single > .Select-control .Select-value {
  line-height: 32px;
}
.dl-table-responsive .grid-controls-dropdown .Select--single > .Select-control .Select-arrow-zone .Select-arrow {
  border-color: #fff transparent transparent;
}
.dl-table-responsive .grid-controls-dropdown .Select--single.has-value > .Select-control .Select-value-label {
  color: #fff;
}
.dl-table-responsive .grid-controls-dropdown .Select--single.is-focused > .Select-control .Select-value-label {
  color: #333;
}
.dl-table-responsive .grid-controls-dropdown .Select--single.is-focused > .Select-control .Select-arrow-zone .Select-arrow {
  border-color: #999 transparent transparent;
}
.dl-table-responsive .grid-controls-dropdown .Select--single.is-focused.is-pseudo-focused > .Select-control {
  background-color: #0475a2;
  border: 1px solid #0475a2;
}
.dl-table-responsive .grid-controls-dropdown .Select--single.is-focused.is-pseudo-focused > .Select-control:hover {
  background-color: #035170;
  border: 1px solid #035170;
}
.dl-table-responsive .grid-controls-dropdown .Select--single.is-focused.is-pseudo-focused > .Select-control .Select-value-label {
  color: #fff;
}
.dl-table-responsive .grid-controls-dropdown .Select--single.is-focused.is-pseudo-focused > .Select-control .Select-arrow-zone .Select-arrow {
  border-color: #fff transparent transparent;
}
.dl-table-responsive .grid-controls-dropdown .Select--single.is-open > .Select-control .Select-arrow-zone .Select-arrow {
  border-color: transparent transparent #999;
}
.dl-table-responsive .grid-controls-dropdown .Select-menu-outer {
  z-index: 2;
}
.dl-table-responsive .dl-table-responsive {
  margin: 0;
  overflow-x: visible;
}
.dl-table-responsive .spinner-page {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  margin: auto auto;
}
.dl-table-responsive .spinner-page .spinner {
  position: absolute;
  width: 8em;
  height: 8em;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.table-bordered > tbody > tr.dl-table-row-delete > td {
  border-top: 1px solid #d0011b;
  border-bottom: 1px solid #d0011b;
}
.table-bordered > tbody > tr.dl-table-row-delete > td:first-child {
  border-left: 1px solid #d0011b;
}
.table-bordered > tbody > tr.dl-table-row-delete > td:last-child {
  border-right: 1px solid #d0011b;
}
textarea {
  resize: none;
}
textarea.fit-content {
  overflow: hidden;
}
.tooltip {
  position: absolute;
  z-index: 999;
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 10px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 10px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 10px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 10px;
}
.tooltip-inner {
  max-width: 400px;
  color: #fff;
  background-color: #269df2;
  border-radius: 8px;
  text-align: left;
  font-size: .9em;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.tooltip-inner .tooltip-header {
  padding: .5em 0 0 1em;
  margin: 0 0 .5em 0;
}
.tooltip-inner .tooltip-header::before {
  content: '';
  display: block;
  width: 4em;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -2em;
  bottom: 0;
  background-color: #0d83d8;
  transform: skew(-30deg);
}
.tooltip-inner .tooltip-body {
  padding: .5em 2em 0;
}
.tooltip-title {
  margin-bottom: 1.5em;
  padding-right: 20px;
  padding-bottom: 8px;
  font-size: 1.1em;
  display: inline-block;
  color: #2391b4;
  text-transform: inherit;
  font-weight: 400;
  padding-right: 1em;
  margin: 0;
}
.tooltip-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #9b9b9b;
}
.tooltip-title::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  border: 4px solid transparent;
  border-color: transparent;
  border-right: 6px solid #9b9b9b;
}
.tooltip-title::before {
  width: 130%;
  left: -30%;
  background-color: #2391b4;
}
.tooltip-title::after {
  right: 0;
  border-right-color: #2391b4;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  z-index: 1;
}
.tooltip.label-input {
  margin-top: 1.4em;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #269df2;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #269df2;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #269df2;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #269df2;
}
.tooltip.danger .tooltip-body {
  padding: .4em;
}
.tooltip.primary .tooltip-inner {
  color: #fff;
  background-color: #269df2;
}
.tooltip.success .tooltip-inner {
  color: #fff;
  background-color: #35933c;
}
.tooltip.info .tooltip-inner {
  color: #fff;
  background-color: #325b7e;
}
.tooltip.warning .tooltip-inner {
  color: #fff;
  background-color: #f1d811;
}
.tooltip.danger .tooltip-inner {
  color: #fff;
  background-color: #d0011b;
  border-radius: 2px;
}
.tooltip.dark .tooltip-inner {
  color: #fff;
  background-color: #4a4a4a;
  border-radius: 2px;
}
.tooltip.top.primary .tooltip-arrow {
  border-top-color: #269df2;
}
.tooltip.right.primary .tooltip-arrow {
  border-right-color: #269df2;
}
.tooltip.left.primary .tooltip-arrow {
  border-left-color: #269df2;
}
.tooltip.bottom.primary .tooltip-arrow {
  border-bottom-color: #269df2;
}
.tooltip.top.success .tooltip-arrow {
  border-top-color: #35933c;
}
.tooltip.right.success .tooltip-arrow {
  border-right-color: #35933c;
}
.tooltip.left.success .tooltip-arrow {
  border-left-color: #35933c;
}
.tooltip.bottom.success .tooltip-arrow {
  border-bottom-color: #35933c;
}
.tooltip.top.info .tooltip-arrow {
  border-top-color: #325b7e;
}
.tooltip.right.info .tooltip-arrow {
  border-right-color: #325b7e;
}
.tooltip.left.info .tooltip-arrow {
  border-left-color: #325b7e;
}
.tooltip.bottom.info .tooltip-arrow {
  border-bottom-color: #325b7e;
}
.tooltip.top.warning .tooltip-arrow {
  border-top-color: #f1d811;
}
.tooltip.right.warning .tooltip-arrow {
  border-right-color: #f1d811;
}
.tooltip.left.warning .tooltip-arrow {
  border-left-color: #f1d811;
}
.tooltip.bottom.warning .tooltip-arrow {
  border-bottom-color: #f1d811;
}
.tooltip.top.danger .tooltip-arrow {
  border-top-color: #d0011b;
}
.tooltip.right.danger .tooltip-arrow {
  border-right-color: #d0011b;
}
.tooltip.left.danger .tooltip-arrow {
  border-left-color: #d0011b;
}
.tooltip.bottom.danger .tooltip-arrow {
  border-bottom-color: #d0011b;
}
.tooltip.top.dark .tooltip-arrow {
  border-top-color: #4a4a4a;
}
.tooltip.right.dark .tooltip-arrow {
  border-right-color: #4a4a4a;
}
.tooltip.left.dark .tooltip-arrow {
  border-left-color: #4a4a4a;
}
.tooltip.bottom.dark .tooltip-arrow {
  border-bottom-color: #4a4a4a;
}
@media (max-width: 768px) {
  .tooltip {
    position: inherit;
    display: block;
    max-width: 100%;
    margin: .5em 0 !important;
    left: inherit !important;
    top: inherit !important;
    padding: 0 !important;
  }
  .tooltip .tooltip-arrow {
    display: none;
  }
}
.toggle-container {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height 0.6s ease, opacity 0.6s ease;
  -o-transition: height 0.6s ease, opacity 0.6s ease;
  transition: height 0.6s ease, opacity 0.6s ease;
}
.toggle-container.active {
  opacity: 1;
}
.media {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.media-left {
  margin-right: 12px;
}
.media-right {
  margin-left: 12px;
}
.media-body,
.media-left,
.media-right {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.media-image {
  position: relative;
  display: block;
  height: 84px;
  width: 84px;
  border: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  z-index: 0;
}
.media-image-logo {
  background-size: contain;
  width: 100%;
  max-width: 240px;
}
.media-image-photo {
  background-size: cover;
}
.media-image-photo-empty {
  background: #e5e5e5;
}
.media-image-photo-empty:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f007';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  font-size: 48px;
  text-align: center;
  color: #cccccc;
  z-index: 1;
}
.media-image-big {
  width: 144px;
  height: 144px;
}
.media-image-mid {
  width: 72px;
  height: 72px;
}
.media-body {
  width: auto;
  flex: 1;
  align-self: center;
}
.media-body h3 {
  margin: 0;
}
.media-body h4 {
  margin: 0;
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: 300;
}
.organization-logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 84px;
  z-index: 0;
}
.organization-logo img {
  position: relative;
  display: block;
  height: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.organization-logo-empty {
  border: 1px solid #ccc;
  background: #e5e5e5;
}
.organization-logo-empty:after {
  content: 'COMPANY LOGO';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 28px;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  color: #cccccc;
  z-index: 1;
}
.organization-owner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 21px;
}
.organization-owner-title {
  width: 100%;
  margin-bottom: 2px;
  font-weight: 500;
  color: #4A4A4A;
}
.organization-owner-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.organization-owner-content-name {
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
}
.organization-owner-content + .btn {
  margin-top: 1px;
  align-self: start;
}
.organization-owner-content + .btn.btn-xs {
  font-size: 11px;
  padding: 2px 5px;
}
.organization-info {
  margin-bottom: 12px;
}
.organization-info.detail .organization-info-head {
  display: flex;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}
.organization-info.detail .organization-info-head-title {
  display: flex;
  align-items: center;
  padding: 1em;
}
.organization-info.detail .organization-info-head-title h3 {
  margin: 0;
}
.organization-info.detail .organization-info-head-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  border-left: 1px solid #e5e5e5;
  padding: 1em;
}
.organization-info.detail .organization-info-head-actions button,
.organization-info.detail .organization-info-head-actions a {
  margin-top: 0;
  margin-left: 5px;
}
.organization-info.detail .organization-info-body {
  padding: 12px 1em;
  border: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .organization-info.detail .organization-info-body {
    padding-top: 24px;
  }
}
.organization-info.additional {
  padding: 0 1em;
}
.organization-info.additional .organization-info-head {
  position: relative;
  cursor: pointer;
  padding: 12px 0 0 0;
  border: 1px solid #e5e5e5;
}
.organization-info.additional .organization-info-head h3 {
  position: relative;
  padding-right: 24px;
  user-select: none;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
}
.organization-info.additional .organization-info-head h3:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  margin: auto;
  transform: rotate(0deg);
}
@media (min-width: 768px) {
  .organization-info.additional .organization-info-head h3 {
    width: auto;
  }
}
.organization-info.additional .organization-info-head:hover {
  background: #f4f4f4;
}
.organization-info.additional .organization-info-head.collapsed {
  border-bottom: 0;
}
.organization-info.additional .organization-info-head.collapsed:hover {
  background: transparent;
}
.organization-info.additional .organization-info-head.collapsed h3:after {
  transform: rotate(90deg);
}
.organization-info.additional .organization-info-body {
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding-bottom: 18px;
}
.organization-info.additional .organization-info-body-inner {
  padding: 14px 0 6px 0;
}
.organization-info.additional .organization-info-body-inner .form_field .form_field_title.form_field {
  color: #9B9B9B;
}
.organization-info .descr-list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.organization-info .descr-list li {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.organization-info .descr-list li div {
  position: relative;
  float: left;
}
.organization-info .descr-list li div:first-child {
  font-weight: bold;
  margin-right: 6px;
}
.organization-info .organization-field {
  margin-bottom: 12px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .organization-info .organization-field .text-right {
    text-align: left;
  }
}
.organization-create-title {
  margin-top: 16px;
  margin-bottom: 30px;
}
.contact-info {
  margin-bottom: 12px;
}
.contact-info.detail .contact-info-head {
  display: flex;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}
.contact-info.detail .contact-info-head-title {
  display: flex;
  align-items: center;
  padding: 1em;
  border-right: 1px solid #e5e5e5;
  text-decoration: none;
}
.contact-info.detail .contact-info-head-title h3 {
  margin: 0;
}
.contact-info.detail .contact-info-head > .tab {
  cursor: pointer;
}
.contact-info.detail .contact-info-head > .active {
  background: #f8f8f8;
}
.contact-info.detail .contact-info-head-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  padding: 1em;
}
.contact-info.detail .contact-info-head-actions button,
.contact-info.detail .contact-info-head-actions a {
  margin-top: 0;
  margin-left: 5px;
}
.contact-info.detail .contact-info-body {
  padding: 12px 1em;
  border: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .contact-info.detail .contact-info-body {
    padding-top: 24px;
  }
}
.contact-info.detail .contact-info-body .form-group {
  margin: 0 -15px 12px -15px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.contact-info.detail .contact-info-body .form-group > label {
  font-size: 14px;
  max-width: none;
  width: 100%;
  float: none;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .contact-info.detail .contact-info-body .form-group > label {
    text-align: right;
    float: left;
    width: 41.66666667%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contact-info.detail .contact-info-body .form-group > label {
    width: 33.33333333%;
  }
}
.contact-info.detail .contact-info-body .form-group > div {
  width: 100%;
  float: none;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .contact-info.detail .contact-info-body .form-group > div {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1024px) {
  .contact-info.detail .contact-info-body .form-group > div {
    width: 66.66666667%;
  }
}
.contact-info .descr-list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-info .descr-list li {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.contact-info .descr-list li div {
  position: relative;
  float: left;
}
.contact-info .descr-list li div:first-child {
  font-weight: bold;
  margin-right: 6px;
}
.contact-info .form_field .form_field-icon {
  display: none;
}
.contact-info .contact-field {
  margin-bottom: 12px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .contact-info .contact-field .text-right {
    text-align: left;
  }
}
.owner-name {
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
}
.owner-name + .btn {
  margin-top: 0;
}
.owner-information {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  flex-grow: 1;
}
.owner-information .select .custom-select {
  line-height: 22px;
}
.owner-organization {
  font-weight: bold;
}
.owner-mail {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  color: #0475a2;
}
.owner-mail:hover {
  color: #035170;
}
.contact-name {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 100;
  line-height: 1;
}
.contact-information {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  display: none;
}
.contact-organization {
  font-weight: bold;
}
.contact-mail {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
}
.contact-owner {
  font-size: 13px;
  line-height: 21px;
}
.contact-owner-title {
  margin-bottom: 2px;
}
.contact-owner-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 8px;
}
.contact-owner-content + .btn {
  margin-top: 0;
}
.contact-owner-content + .btn.btn-xs {
  font-size: 11px;
  padding: 2px 5px;
}
.account-info-type {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 6px 3px 6px;
  border-radius: 2px;
  line-height: 12px;
  font-size: 10px;
}
.account-info-type.prospect {
  color: #4a4a4a;
  background: #e5e5e5;
}
.account-info-type.client {
  color: #ffffff;
  background: #0475a2;
}
.account-info-type.lead {
  color: #ffffff;
  background: #acce22;
}
@media screen and (min-width: 992px) {
  .text-right-min-md {
    text-align: right;
  }
}
.dl-folders {
  position: relative;
  margin: 24px 0;
}
.dl-folders-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  border: 1px solid #e5e5e5;
}
.dl-folders-container .search-bar-alert {
  position: absolute;
  max-width: 264px;
  height: 56px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  z-index: 1;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px 6px;
}
.dl-folders-content {
  position: relative;
  height: 580px;
  overflow-y: auto;
}
.dl-folders-content.flex {
  display: flex;
  align-items: stretch;
  background-color: #fff;
}
.dl-folders-content.flex-fill {
  min-height: 100vh;
}
.dl-folders-content.flex-column {
  flex-direction: column;
}
.dl-folders-content.flex-column-100 {
  flex-basis: 100%;
}
.dl-folders-head {
  position: relative;
}
.dl-folders-head-title {
  font-weight: bold;
  color: #ffffff;
  float: left;
}
.dl-folders-head-actions {
  float: right;
}
.dl-folders-head-actions-item {
  float: left;
  margin-right: 12px;
}
.dl-folders-head-actions-item:last-child {
  margin-right: 0;
}
.dl-folders-head-dropdown > span {
  font-size: 14px;
  color: #ffffff;
  margin-right: 4px;
}
.dl-folders-head-dropdown .dropdown-menu {
  top: 3px;
  border: 1px solid #ccc;
  min-width: 120px;
}
.dl-folders-head-dropdown .dropdown-menu li a {
  padding: 6px 12px;
  float: none;
  margin: 0;
  color: #9b9b9b;
}
@media screen and (min-width: 768px) {
  .dl-folders-head-dropdown .dropdown-menu {
    left: auto;
    right: 5px;
  }
}
.dl-folders-head-search .search-bar {
  display: block;
}
.dl-folders-head-search .search-bar > form {
  margin: 0;
}
.dl-folders-head-search .search-bar > form > i {
  left: 0;
}
.dl-folders-head-search .search-bar > form > input {
  padding-left: 32px;
  padding-right: 36px;
}
.dl-folders-head-search .search-bar > form > button {
  display: none;
  margin: 0;
  left: auto;
  right: 0;
}
.search-in-progress .dl-folders-head-search .search-bar > form > button {
  display: block;
}
.dl-folders-head-with-controls {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 6px;
  background: #193044;
  border-bottom: 1px solid #152738;
}
.dl-folders-list {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding: 6px 0;
}
.dl-folders-item {
  position: relative;
  display: flex;
  height: auto;
  cursor: pointer;
  padding: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
}
.dl-folders-item-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.dl-folders-item-container:after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
}
.dl-folders-item-icon {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}
.dl-folders-item-icon-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
}
.dl-folders-item-icon-action i {
  border-radius: 50%;
}
.dl-folders-item-icon-action i:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #c4cbcc;
}
.dl-folders-item-icon-action div {
  color: #a1a9aa;
}
.xs .dl-folders-item-icon-action {
  top: 6px;
  height: 18px;
}
.xs .dl-folders-item-icon-action i {
  width: 16px;
  height: 16px;
  border: 2px solid #c4cbcc;
}
.xs .dl-folders-item-icon-action i:before {
  height: 10px;
  font-size: 10px;
}
.xs .dl-folders-item-icon-action div {
  display: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.lg .dl-folders-item-icon-action {
  top: 2px;
  height: 30px;
}
.lg .dl-folders-item-icon-action i {
  width: 30px;
  height: 30px;
  border: 2px solid #c4cbcc;
}
.lg .dl-folders-item-icon-action i:before {
  height: 14px;
  font-size: 14px;
}
.lg .dl-folders-item-icon-action div {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.dl-folders-item-icon:before,
.dl-folders-item-icon:after {
  content: '';
  position: absolute;
}
.dl-folders-item-icon:before {
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.dl-folders-item-icon:after {
  top: 0;
  left: -12px;
  transform: skew(45deg, 0deg);
  z-index: 0;
}
.xs .dl-folders-item-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 28px;
}
.xs .dl-folders-item-icon:before {
  height: 24px;
  border-top-right-radius: 4px;
}
.xs .dl-folders-item-icon:after {
  width: 42px;
  height: 18px;
  left: -18px;
  border-top-right-radius: 2px;
}
.lg .dl-folders-item-icon {
  width: 100%;
  height: 102px;
}
.lg .dl-folders-item-icon:before {
  height: 84px;
  border-top-right-radius: 6px;
}
.lg .dl-folders-item-icon:after {
  width: 55%;
  height: 18px;
  border-top-right-radius: 4px;
}
.dl-folders-item-indicator {
  position: absolute;
  z-index: 1;
  line-height: 1;
  font-size: 11px;
  margin: auto;
  width: 18px;
  height: 18px;
  text-align: center;
  letter-spacing: -1px;
  text-indent: -1px;
  font-weight: 500;
}
.dl-folders-item-content {
  flex: 1;
  z-index: 1;
}
.dl-folders-item-content h5 {
  margin: 0;
  line-height: 1;
}
.dl-folders-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 8px;
}
@media (min-width: 992px) {
  .dl-folders-item-inner {
    padding: 16px;
  }
}
.dl-folders-item:hover .dl-folders-item-container:after {
  display: block;
}
@media (min-width: 361px) {
  .dl-folders-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 541px) {
  .dl-folders-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .dl-folders-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .dl-folders-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1180px) {
  .dl-folders-item {
    flex: 0 0 16.666666666666667%;
    max-width: 16.666666666666667%;
  }
}
.dl-folders-item.folder-regular.folders-filter-01,
.dl-folders-item.folder-regular.folders-filter-02,
.dl-folders-item.folder-regular.folders-filter-03 {
  display: none;
}
.show-all-folders .dl-folders-item.folder-regular.folders-filter-01,
.show-all-folders .dl-folders-item.folder-regular.folders-filter-02,
.show-all-folders .dl-folders-item.folder-regular.folders-filter-03 {
  display: flex;
}
.folder-filter-01-showed .dl-folders-item.folder-regular.folders-filter-01 {
  display: flex;
}
.folder-filter-02-showed .dl-folders-item.folder-regular.folders-filter-02 {
  display: flex;
}
.folder-filter-03-showed .dl-folders-item.folder-regular.folders-filter-03 {
  display: flex;
}
.dl-folders-item.folder-regular .dl-folders-item-icon:before,
.dl-folders-item.folder-regular .dl-folders-item-icon:after {
  background: #00c9ff;
}
.dl-folders-item.folder-regular.xs {
  flex: 0 0 100%;
  max-width: 100%;
}
.dl-folders-item.folder-regular.xs .dropdown {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
.dl-folders-item.folder-regular.xs .dropdown > span {
  position: absolute;
  right: 0;
  padding: 6px 10px;
  height: 100%;
  width: 24px;
  background: transparent;
  color: #345;
  z-index: 4;
  text-align: center;
}
.dl-folders-item.folder-regular.xs .dropdown > span i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  margin: auto;
}
.dl-folders-item.folder-regular.xs .dropdown > span:hover {
  background: #0375a2;
  color: #ffffff;
}
.dl-folders-item.folder-regular.xs .dropdown > ul {
  top: 0;
  left: auto;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: auto;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
}
.dl-folders-item.folder-regular.xs .dropdown > ul li {
  position: relative;
  display: flex;
  flex-basis: 50%;
}
.dl-folders-item.folder-regular.xs .dropdown > ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.dl-folders-item.folder-regular.xs .dropdown > ul li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
.dl-folders-item.folder-regular.xs .dropdown.open {
  width: 100%;
}
.dl-folders-item.folder-regular.xs .dropdown.open > ul {
  display: flex;
  z-index: 3;
  justify-content: center;
  padding-right: 24px;
}
.dl-folders-item.folder-regular.xs .dropdown.open > span {
  background: #0375a2;
  color: #ffffff;
}
.dl-folders-item.folder-regular.xs .dropdown.open button {
  z-index: 4;
}
.dl-folders-item.folder-regular.xs .dl-folders-item-container {
  min-height: 66px;
}
.dl-folders-item.folder-regular.xs .dl-folders-item-content {
  padding-left: 36px;
}
.dl-folders-item.folder-regular.xs .dl-folders-item-content h5 {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 6px;
  font-weight: normal;
}
.dl-folders-item.folder-regular.xs .dl-folders-item-inner {
  padding: 16px 24px 16px 12px;
}
.dl-folders-item.folder-regular.xs .dl-folders-item-icon {
  box-shadow: 0 2px 0 0 #00c9ff;
}
.dl-folders-item.folder-regular.xs .dl-folders-item-icon:after {
  box-shadow: 36px 17px 1px 0 rgba(0, 0, 0, 0.03), 2px 0 1px 0 rgba(0, 0, 0, 0.05), 9px 0 0 0 #00c9ff;
}
.dl-folders-item.folder-regular.xs .dl-folders-item-indicator {
  top: 3px;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  padding-top: 3px;
  color: #269df2;
}
@media (min-width: 361px) {
  .dl-folders-item.folder-regular.xs {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 541px) {
  .dl-folders-item.folder-regular.xs {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .dl-folders-item.folder-regular.xs {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 992px) {
  .dl-folders-item.folder-regular.xs {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.dl-folders-item.folder-regular.lg .dropdown {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  z-index: 3;
}
@media (min-width: 992px) {
  .dl-folders-item.folder-regular.lg .dropdown {
    top: 6px;
    right: 6px;
  }
}
.dl-folders-item.folder-regular.lg .dropdown > button {
  position: absolute;
  right: 0;
  background: transparent;
  color: #345;
}
.dl-folders-item.folder-regular.lg .dropdown > ul {
  left: auto;
  right: 14px;
  margin: 0;
  min-width: auto;
}
.dl-folders-item.folder-regular.lg .dl-folders-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px;
  width: 100%;
}
.dl-folders-item.folder-regular.lg .dl-folders-item-content-title {
  overflow: hidden;
  line-height: 15px;
}
.dl-folders-item.folder-regular.lg .dl-folders-item-content-title h5 {
  padding: 6px 8px;
  background: #fff;
  border-radius: 2px;
  font-size: 13px;
}
.dl-folders-item.folder-regular.lg .dl-folders-item-icon {
  box-shadow: 0 3px 0 0 #00c9ff;
}
.dl-folders-item.folder-regular.lg .dl-folders-item-icon:after {
  box-shadow: 36px 17px 1px 0 rgba(0, 0, 0, 0.03), 2px 0 1px 0 rgba(0, 0, 0, 0.05), 36px 0 0 0 #00c9ff;
}
.dl-folders-item.folder-regular.lg .dl-folders-item-indicator {
  top: 4px;
  left: 0;
  color: #b27d34;
}
.dl-folders-item.folder-add-new .dl-folders-item-icon:before,
.dl-folders-item.folder-add-new .dl-folders-item-icon:after {
  background: #e8eef0;
}
.dl-folders-item.folder-add-new.xs {
  flex: 0 0 100%;
  max-width: 100%;
}
.dl-folders-item.folder-add-new.xs .dl-folders-item-container {
  min-height: 66px;
}
.dl-folders-item.folder-add-new.xs .dl-folders-item-content {
  padding-left: 36px;
}
.dl-folders-item.folder-add-new.xs .dl-folders-item-content h5 {
  display: flex;
  align-items: center;
  height: 100%;
  color: #a1a9aa;
  padding-left: 6px;
  font-weight: normal;
}
.dl-folders-item.folder-add-new.xs .dl-folders-item-inner {
  padding: 16px 24px 16px 12px;
}
.dl-folders-item.folder-add-new.xs .dl-folders-item-icon {
  box-shadow: 0 2px 0 0 #d5dcdd;
}
.dl-folders-item.folder-add-new.xs .dl-folders-item-icon:after {
  box-shadow: 36px 17px 1px 0 rgba(0, 0, 0, 0.03), 2px 0 1px 0 rgba(0, 0, 0, 0.05), 9px 0 0 0 #d5dcdd;
}
@media (min-width: 361px) {
  .dl-folders-item.folder-add-new.xs {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 541px) {
  .dl-folders-item.folder-add-new.xs {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .dl-folders-item.folder-add-new.xs {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 992px) {
  .dl-folders-item.folder-add-new.xs {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.dl-folders-item.folder-add-new.lg .dl-folders-item-content {
  display: none;
}
.dl-folders-item.folder-add-new.lg .dl-folders-item-icon {
  box-shadow: 0 3px 0 0 #d5dcdd;
}
.dl-folders-item.folder-add-new.lg .dl-folders-item-icon:after {
  box-shadow: 36px 17px 1px 0 rgba(0, 0, 0, 0.03), 2px 0 1px 0 rgba(0, 0, 0, 0.05), 36px 0 0 0 #d5dcdd;
}
.dl-folders-tree {
  position: relative;
  width: 100%;
  height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
}
.dl-folders-tree-container {
  text-align: left;
}
.dl-folders-tree-container .list-group {
  margin-bottom: 0;
}
.dl-folders-tree-container .list-group-item {
  border: none;
  padding: 0;
}
.dl-folders-tree-container .list-group-item-content {
  position: relative;
  display: flex;
  margin-bottom: -1px;
  background-color: #fff;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0 1px 0;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.25;
  font-weight: 600;
}
.dl-folders-tree-container .list-group-item-content:hover {
  background-color: #fafafa;
}
.dl-folders-tree-container .list-group-item-content + .list-group:empty {
  display: none;
}
.dl-folders-tree-container .list-group-item-content .badge {
  position: absolute;
  top: 2px;
  right: 6px;
  bottom: 0;
  margin: auto;
  height: 14px;
  background-color: #9b9b9b;
  font-weight: 400;
  font-size: 11px;
  padding: 2px 6px;
}
.dl-folders-tree-container .list-group-item-content .path-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  display: block;
}
.dl-folders-tree-container .list-group-item-content .path-icon:before,
.dl-folders-tree-container .list-group-item-content .path-icon:after {
  content: '';
  position: absolute;
  top: 0;
  background: #ddd;
}
.dl-folders-tree-container .list-group-item-content .path-icon:before {
  bottom: 0;
  right: -6px;
  height: 1px;
  width: 22px;
  margin: auto 0;
}
.dl-folders-tree-container .list-group-item-content .path-icon:after {
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
  margin: auto;
}
.dl-folders-tree-container .list-group-item-content .path-icon-dot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #269df2;
  border-radius: 50%;
}
.dl-folders-tree-container .list-group-item-content .fa {
  position: absolute;
  top: 15px;
  color: #269df2;
  z-index: 1;
}
.dl-folders-tree-container .list-group-item-content .fa + .path-icon .path-icon-dot {
  display: none;
}
.dl-folders-tree-container .list-group-item-content label {
  margin: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  cursor: pointer;
}
.dl-folders-tree-container .list-group-item-content label.folder-selected,
.dl-folders-tree-container .list-group-item-content label.folder-selected:hover {
  background: #e5ecf4;
  color: #31425B;
  /*
                  &:hover {
                    background: #0375a2;
                    & ~ .path-icon {
                      &:before,
                      &:after {
                        background: #025270;
                      }
                      .path-icon-dot {
                        //background: #025270;
                        background: #fec75b;
                      }
                    }
                    & ~ .badge {
                      background-color: #025270;
                    }
                  }
                  */
}
.dl-folders-tree-container .list-group-item-content label.folder-selected + .fa,
.dl-folders-tree-container .list-group-item-content label.folder-selected:hover + .fa {
  color: #269df2;
}
.dl-folders-tree-container .list-group-item-content label.folder-selected ~ .path-icon:before,
.dl-folders-tree-container .list-group-item-content label.folder-selected:hover ~ .path-icon:before,
.dl-folders-tree-container .list-group-item-content label.folder-selected ~ .path-icon:after,
.dl-folders-tree-container .list-group-item-content label.folder-selected:hover ~ .path-icon:after {
  background: #0375a2;
}
.dl-folders-tree-container .list-group-item-content label.folder-selected ~ .path-icon .path-icon-dot,
.dl-folders-tree-container .list-group-item-content label.folder-selected:hover ~ .path-icon .path-icon-dot {
  background: #05a6e6;
}
.dl-folders-tree-container .list-group-item-content label.folder-selected ~ .badge,
.dl-folders-tree-container .list-group-item-content label.folder-selected:hover ~ .badge {
  background-color: #0375a2;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content {
  border-top: 0;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content label {
  padding: 13px 18px 13px 30px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content .fa {
  left: 10px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content .path-icon:after {
  top: auto;
  bottom: 0;
  height: 50%;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content .path-icon:before {
  display: none;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content .path-icon-dot {
  left: 0;
  margin: auto;
  z-index: 1;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content label {
  padding: 13px 18px 13px 44px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content .fa {
  left: 22px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content .path-icon:before {
  right: -4px;
  width: 18px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content .path-icon-dot {
  right: -8px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content label {
  padding: 13px 18px 13px 58px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content .fa {
  left: 34px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content .path-icon:before {
  right: -16px;
  width: 30px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content .path-icon-dot {
  right: -20px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content label {
  padding: 13px 18px 13px 68px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content .fa {
  left: 46px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content .path-icon:before {
  right: -24px;
  width: 38px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content .path-icon-dot {
  right: -30px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content label {
  padding: 13px 18px 13px 84px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content .fa {
  left: 58px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content .path-icon:before {
  right: -46px;
  width: 60px;
}
.dl-folders-tree-container > .list-group > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content + ul > .list-group-item > .list-group-item-content .path-icon-dot {
  right: -46px;
}
.dl-matters-list {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding: 6px 0;
}
.dl-matters-item {
  position: relative;
  display: flex;
  height: auto;
  cursor: pointer;
  overflow: hidden;
  padding: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 361px) {
  .dl-matters-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 541px) {
  .dl-matters-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .dl-matters-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.dl-matters-item-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 12px 12px 0 12px;
}
.dl-matters-item-container .matter-uid {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.6px;
  line-height: 1;
}
.dl-matters-item-container .matter-title {
  color: #00435e;
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 13px;
  cursor: pointer;
  letter-spacing: 0.7px;
  max-width: 100%;
  max-height: 55px;
  height: 100%;
  line-height: 15px;
  overflow: hidden;
}
.dl-matters-item-container .totals {
  border-top: 1px solid #e5e5e5;
  padding: 6px 0;
  color: #4a4a4a;
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
.dl-matters-item-container .totals .budget-total,
.dl-matters-item-container .totals .timekeepers-total,
.dl-matters-item-container .totals .phase-total {
  flex-grow: 1;
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 1;
}
.dl-matters-item-container .totals .budget-total b,
.dl-matters-item-container .totals .timekeepers-total b,
.dl-matters-item-container .totals .phase-total b {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
}
.dl-matters-item-container .totals .phase-total .phase-name {
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 5px;
  background: #802e60;
  border-radius: 3px;
  font-weight: 400;
}
.dl-matters-item-container .totals .timekeepers-total {
  margin-bottom: 0;
}
.dl-matters-item:hover .dl-matters-item-container {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
}
.dl-modal.add-folders-modal .dl-modal-body {
  padding-bottom: 0;
}
.dl-modal.add-folders-modal .dl-modal-body .form_field {
  margin-bottom: 0;
}
.folder-can-drop {
  background: #fafad2;
  border: 1px dashed #b6b4b4;
  opacity: 0.7;
}
.folder-is-over {
  opacity: 1;
}
.dl-explorer-folders {
  padding: 0 12px;
}
.dl-explorer-folders .dl-folders-list {
  margin: 0 -6px;
}
.dl-explorer-folders .dl-folders-empty-list {
  font-size: 16px;
  padding: 15px;
  text-align: center;
  color: #9b9b9b;
  width: 100%;
}
.dl-explorer-matters {
  padding: 0 12px 24px 12px;
}
.dl-explorer-head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  flex: 1;
  min-height: 47px;
  padding: 0 1px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.dl-explorer-head-title {
  display: flex;
  flex-grow: 1;
  align-items: center;
  margin-top: 6px;
  flex-basis: 100%;
}
.dl-explorer-head-title div {
  display: flex;
  align-items: center;
}
.dl-explorer-head-title h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-bottom: 0;
  flex-grow: 1;
}
.dl-explorer-head-title h4 i {
  padding-right: 6px;
}
.dl-explorer-head-title h4 i.fa-folder {
  color: #00c9ff;
}
.dl-explorer-head-title h4 i.fa-file-text {
  color: #879092;
}
.dl-explorer-head-title h4 i.fa-file-text-o {
  color: #879092;
}
.dl-explorer-head-title h4 span {
  font-weight: 400;
}
.dl-explorer-head-title .back-btn + h4 {
  cursor: pointer;
}
.dl-explorer-head-title .back-btn {
  cursor: pointer;
  position: relative;
  width: 26px;
}
.dl-explorer-head-title .back-btn i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 26px;
  font-size: 24px;
  line-height: 1;
  margin: auto;
}
.dl-explorer-head-title .back-btn.showed + h4 {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .dl-explorer-head-title {
    margin-top: 0;
    flex-basis: auto;
  }
}
@media (min-width: 1024px) {
  .dl-explorer-head-title .dl-matter-button {
    margin-right: 6px;
  }
}
.dl-explorer-head-actions-list {
  display: flex;
  flex-grow: 1;
  margin-top: 6px;
  margin-bottom: 6px;
}
.dl-explorer-head-actions-list > * {
  margin-right: 6px;
}
.dl-explorer-head-actions-list > *:last-child {
  margin-right: 0;
}
.dl-explorer-head-actions-list .dl-explorer-dropdown {
  position: relative;
}
.dl-explorer-head-actions-list .dl-explorer-dropdown > ul {
  left: auto;
  right: 0;
}
@media (min-width: 1024px) {
  .dl-explorer-head-actions-list {
    flex-grow: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.dl-explorer-head-actions-list .Select-control {
  height: 32px;
  border-radius: 0;
  background-color: #269df2;
  border: 1px solid #269df2;
}
.dl-explorer-head-actions-list .Select-control:hover {
  background-color: #269df2;
  border: 1px solid #269df2;
}
.dl-explorer-head-actions-list .Select-control:hover .Select-value-label {
  color: #fff;
}
.dl-explorer-head-actions-list .Select-input {
  height: 32px;
}
.dl-explorer-head-actions-list .Select.is-focused.is-searchable .Select-control {
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.dl-explorer-head-actions-list .Select.is-focused.is-searchable .Select-control:hover {
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.dl-explorer-head-actions-list .Select--single > .Select-control .Select-value {
  line-height: 32px;
}
.dl-explorer-head-actions-list .Select--single > .Select-control .Select-arrow-zone .Select-arrow {
  border-color: #fff transparent transparent;
}
.dl-explorer-head-actions-list .Select--single.has-value > .Select-control .Select-value-label {
  color: #fff;
}
.dl-explorer-head-actions-list .Select--single.is-focused > .Select-control .Select-value-label {
  color: #fff;
}
.dl-explorer-head-actions-list .Select--single.is-focused > .Select-control .Select-arrow-zone .Select-arrow {
  border-color: #999 transparent transparent;
}
.dl-explorer-head-actions-list .Select--single.is-focused.is-pseudo-focused > .Select-control {
  background-color: #0475a2;
  border: 1px solid #0475a2;
}
.dl-explorer-head-actions-list .Select--single.is-focused.is-pseudo-focused > .Select-control:hover {
  background-color: #035170;
  border: 1px solid #035170;
}
.dl-explorer-head-actions-list .Select--single.is-focused.is-pseudo-focused > .Select-control .Select-value-label {
  color: #fff;
}
.dl-explorer-head-actions-list .Select--single.is-focused.is-pseudo-focused > .Select-control .Select-arrow-zone .Select-arrow {
  border-color: #fff transparent transparent;
}
.dl-explorer-head-actions-list .Select--single.is-open > .Select-control .Select-arrow-zone .Select-arrow {
  border-color: transparent transparent #999;
}
.dl-explorer-head-actions-list .Select-menu-outer {
  z-index: 2;
}
.dl-explorer-head .spinner {
  overflow: visible;
  animation: spinner 1000ms 300ms infinite ease-out;
  background: #e5e5e5;
  display: inline-block;
  position: relative;
  width: 0.3em;
  height: 0.3em;
  margin: 0 1em 0.2em;
  border-radius: 50%;
}
.dl-explorer-head .spinner:before,
.dl-explorer-head .spinner:after {
  background: #e5e5e5;
  content: ' ';
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  top: 0;
  border-radius: 50%;
}
.dl-explorer-head .spinner:before {
  animation: spinner 1000ms 150ms infinite ease-out;
  left: -0.45em;
}
.dl-explorer-head .spinner:after {
  animation: spinner 1000ms 450ms infinite ease-out;
  right: -0.45em;
}
.dl-explorer-head .spinner.blue {
  animation: spinner_blue 1000ms 300ms infinite ease-out;
  background: #0475A2;
}
.dl-explorer-head .spinner.blue:before,
.dl-explorer-head .spinner.blue:after {
  background: #0475A2;
}
.dl-explorer-head .spinner.blue:before {
  animation: spinner_blue 1000ms 150ms infinite ease-out;
}
.dl-explorer-head .spinner.blue:after {
  animation: spinner_blue 1000ms 450ms infinite ease-out;
}
.dl-explorer:first-child .dl-explorer-head {
  border-top: none;
}
.dl-explorer.dl-explorer-view-grid,
.dl-explorer.dl-explorer-view-tiles {
  display: none;
}
.dl-explorer.dl-explorer-view-grid.grid-view-active {
  display: block;
}
.dl-explorer.dl-explorer-view-tiles.tiles-view-active {
  display: block;
}
.dl-explorer.dl-explorer-view-grid {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .dl-explorer.dl-explorer-view-grid .dl-table-responsive-content.flex-grid > tbody {
    max-height: none;
  }
}
.dl-explorer.dl-explorer-view-grid .dl-table-responsive {
  border: none;
  margin: 0 0 2px 0;
}
.dl-explorer.dl-explorer-view-grid .dl-table-responsive-content {
  border: 1px solid #e5e5e5;
}
.dl-explorer.dl-explorer-view-grid .dl-table-responsive .grid-controls {
  padding: 0 1px;
}
.dl-explorer.dl-explorer-view-grid .grid-controls {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 47px;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  background: transparent;
  padding: 0;
}
.dl-explorer.dl-explorer-view-grid .grid-controls-dropdown > span {
  color: #4a4a4a;
}
.dl-explorer.dl-explorer-view-grid .grid-controls-title {
  display: flex;
}
.dl-explorer.dl-explorer-view-grid .grid-controls-title h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin: 0;
}
.dl-explorer.dl-explorer-view-grid .grid-controls-title h4 i {
  padding-right: 6px;
  color: #879092;
}
.dl-explorer.dl-explorer-view-grid .grid-controls-title h4 span {
  color: #4a4a4a;
  font-weight: 400;
}
.dl-explorer.dl-explorer-view-grid .grid-controls-title .spinner {
  margin-left: 15px;
}
.dl-explorer.dl-explorer-view-grid .grid-controls-actions {
  display: none;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}
.dl-explorer.dl-explorer-view-grid .grid-controls-actions > * {
  margin-right: 6px;
}
.dl-explorer.dl-explorer-view-grid .grid-controls-actions > :last-child {
  margin-right: 0;
}
.dl-explorer.dl-explorer-view-grid .grid-controls-actions .btn i {
  font-size: 12px;
  margin-right: 4px;
}
@media (min-width: 992px) {
  .dl-explorer.dl-explorer-view-grid .grid-controls-actions {
    display: flex;
  }
}
.dl-footer {
  text-align: center;
  color: #4a4a4a;
  font-size: 12px;
}
.dl-footer a {
  color: #4a4a4a;
  font-size: 12px;
}
.dl-footer-menu {
  line-height: 1em;
}
.dl-footer-menu li {
  display: inline-block;
  padding: 0 4px;
  margin: 4px;
  font-size: 12px;
}
.dl-footer-menu li:not(:first-child):before {
  display: block;
  content: "";
  position: absolute;
  top: 15%;
  left: -4px;
  height: 70%;
  border-left: 1px solid #4a4a4a;
}
.dl-header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
  margin: auto;
  background-color: #fff;
}
.dl-header img {
  margin: 10px 0px 0 0;
  max-height: 48px;
  width: auto;
}
.dl-header-menu {
  float: right;
  padding-top: 8px;
}
.dl-header-menu .btn {
  margin-top: 3px;
  min-width: 100px;
}
.page-header {
  height: auto;
  padding: 5px 10%;
}
.page-header .container {
  width: 100%;
  margin: 0;
}
.page-header img {
  min-height: 74px;
  margin: 0;
}
.page-header .col-left,
.page-header .col-right {
  display: inline-block;
}
.page-header .col-right {
  float: right;
}
@media screen and (max-width: 1439px) {
  .page-header {
    padding: 5px 5%;
  }
}
@media screen and (max-width: 767px) {
  .dl-header .container {
    width: 98%;
    margin: auto;
    z-index: 10;
  }
  .dl-header .btn {
    margin-top: 5px;
    font-size: 12px;
  }
  .dl-header img {
    max-height: 35px;
  }
}
/*
  .padding-1x {}
  .padding-top-1x {}
  .padding-left-1x {}
  .padding-right-1x {}
  .padding-bottom-1x {}
*/
.padding-1x {
  padding: 14px;
}
.padding-top-1x {
  padding-top: 14px;
}
.padding-left-1x {
  padding-left: 14px;
}
.padding-right-1x {
  padding-right: 14px;
}
.padding-bottom-1x {
  padding-bottom: 14px;
}
.padding-2x {
  padding: 28px;
}
.padding-top-2x {
  padding-top: 28px;
}
.padding-left-2x {
  padding-left: 28px;
}
.padding-right-2x {
  padding-right: 28px;
}
.padding-bottom-2x {
  padding-bottom: 28px;
}
.padding-3x {
  padding: 42px;
}
.padding-top-3x {
  padding-top: 42px;
}
.padding-left-3x {
  padding-left: 42px;
}
.padding-right-3x {
  padding-right: 42px;
}
.padding-bottom-3x {
  padding-bottom: 42px;
}
.padding-4x {
  padding: 56px;
}
.padding-top-4x {
  padding-top: 56px;
}
.padding-left-4x {
  padding-left: 56px;
}
.padding-right-4x {
  padding-right: 56px;
}
.padding-bottom-4x {
  padding-bottom: 56px;
}
.padding-5x {
  padding: 70px;
}
.padding-top-5x {
  padding-top: 70px;
}
.padding-left-5x {
  padding-left: 70px;
}
.padding-right-5x {
  padding-right: 70px;
}
.padding-bottom-5x {
  padding-bottom: 70px;
}
.margin-1x {
  margin: 14px;
}
.margin-top-1x {
  margin-top: 14px;
}
.margin-left-1x {
  margin-left: 14px;
}
.margin-right-1x {
  margin-right: 14px;
}
.margin-bottom-1x {
  margin-bottom: 14px;
}
.margin-2x {
  margin: 28px;
}
.margin-top-2x {
  margin-top: 28px;
}
.margin-left-2x {
  margin-left: 28px;
}
.margin-right-2x {
  margin-right: 28px;
}
.margin-bottom-2x {
  margin-bottom: 28px;
}
.margin-3x {
  margin: 42px;
}
.margin-top-3x {
  margin-top: 42px;
}
.margin-left-3x {
  margin-left: 42px;
}
.margin-right-3x {
  margin-right: 42px;
}
.margin-bottom-3x {
  margin-bottom: 42px;
}
.margin-4x {
  margin: 56px;
}
.margin-top-4x {
  margin-top: 56px;
}
.margin-left-4x {
  margin-left: 56px;
}
.margin-right-4x {
  margin-right: 56px;
}
.margin-bottom-4x {
  margin-bottom: 56px;
}
.margin-5x {
  margin: 70px;
}
.margin-top-5x {
  margin-top: 70px;
}
.margin-left-5x {
  margin-left: 70px;
}
.margin-right-5x {
  margin-right: 70px;
}
.margin-bottom-5x {
  margin-bottom: 70px;
}
.main-menu {
  display: inline-block;
}
.main-menu::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: calc(103%);
  border-top: 1px solid #9b9b9b;
}
.main-menu::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(103%);
  top: -3px;
  border: 4px solid transparent;
  border-right: 6px solid #9b9b9b;
  visibility: visible;
}
.main-menu ul.nav {
  background-color: transparent;
  height: 50px;
}
.main-menu ul.nav > li {
  height: 100%;
  text-align: center;
}
.main-menu ul.nav > li:first-child {
  margin-left: 12px;
}
.main-menu ul.nav > li:first-child > a {
  margin-left: 2px;
}
.main-menu ul.nav > li a {
  color: #4a4a4a;
  position: relative;
  cursor: pointer;
  line-height: 33px;
  margin-bottom: 0;
  z-index: 1;
}
.main-menu ul.nav > li a::before {
  content: '';
  opacity: 0;
  position: absolute;
  z-index: -2;
  top: 1px;
  left: -30%;
  height: 48px;
  display: inline-block;
  width: 100%;
  background-color: #269df2;
  transform: skew(-30deg);
  pointer-events: none;
  -webkit-transition: all .5s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  -o-transition: all .5s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: all .5s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.main-menu ul.nav > li a::after {
  content: '';
  opacity: 0;
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 0;
  left: -14px;
  bottom: -10px;
  border: 29px solid transparent;
  border-bottom: 48px solid #0d83d8;
  pointer-events: none;
  -webkit-transition: all .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  -o-transition: all .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: all .3s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.main-menu ul.nav > li:hover a::before,
.main-menu ul.nav > li.active a::before {
  width: 100%;
  left: 0;
  opacity: 1;
}
.main-menu ul.nav > li:hover a::after,
.main-menu ul.nav > li.active a::after {
  width: 50%;
  bottom: 4px;
  opacity: 1;
}
.spinner-page {
  margin: 15% 0;
}
.main-spinner {
  margin: 30px auto;
  font-size: 6px;
  /* spinner size*/
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 67, 94, 0.2);
  border-right: 1.1em solid rgba(0, 67, 94, 0.2);
  border-bottom: 1.1em solid rgba(0, 67, 94, 0.2);
  border-left: 1.1em solid #00435e;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spinnerAnimation .8s infinite linear;
  animation: spinnerAnimation .8s infinite linear;
}
.main-spinner,
.main-spinner:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}
.spinner {
  overflow: hidden;
}
.spinner.big .main-spinner {
  font-size: 10px;
}
.spinner.normal .main-spinner {
  font-size: 6px;
}
.spinner.small .main-spinner {
  font-size: 3px;
}
@-webkit-keyframes spinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.dl-matter-button-creator {
  padding: 0 10px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  color: #fff;
  background-color: #269df2;
}
.dl-matter-button-creator .lg {
  display: inline-block;
}
.dl-matter-button-creator .icon {
  vertical-align: middle;
}
.dl-matter-button-creator .icon::before {
  top: 0;
}
@media screen and (max-width: 767px) {
  .ie .dl-matter-button-creator .icon.icon-plus::before {
    top: -5px;
  }
}
.dl-matter-creator #other_primary_type {
  margin-top: 20px;
}
.dl-matter-creator-slider {
  margin-top: 2em;
}
.dl-matter-creator-slider .min,
.dl-matter-creator-slider .max {
  width: 5%;
  text-align: center;
  display: inline-block;
}
.dl-matter-creator-slider .min {
  float: left;
}
.dl-matter-creator-slider .max {
  float: right;
}
.dl-matter-creator-slider .content-slider {
  width: 85%;
  padding-top: .5em;
  margin: auto;
}
.dl-matter-creator-slider .content-slider .current-value {
  position: absolute;
  min-width: 1.7em;
  text-align: center;
  top: -1.9em;
  padding: .2em;
  margin-left: -1px;
  font-size: 11px;
  border-radius: 2px;
  background-color: #d8d8d8;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.dl-matter-creator-slider .content-slider .complexity-1 {
  color: #fff;
  background-color: #378ddd;
}
.dl-matter-creator-slider .content-slider .complexity-1::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #378ddd;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-matter-creator-slider .content-slider .complexity-2 {
  color: #fff;
  background-color: #487ec7;
}
.dl-matter-creator-slider .content-slider .complexity-2::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #487ec7;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-matter-creator-slider .content-slider .complexity-3 {
  color: #fff;
  background-color: #596eb1;
}
.dl-matter-creator-slider .content-slider .complexity-3::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #596eb1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-matter-creator-slider .content-slider .complexity-4 {
  color: #fff;
  background-color: #6a5f9c;
}
.dl-matter-creator-slider .content-slider .complexity-4::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #6a5f9c;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-matter-creator-slider .content-slider .complexity-5 {
  color: #fff;
  background-color: #7b4f87;
}
.dl-matter-creator-slider .content-slider .complexity-5::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #7b4f87;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-matter-creator-slider .content-slider .complexity-6 {
  color: #fff;
  background-color: #8c3f71;
}
.dl-matter-creator-slider .content-slider .complexity-6::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #8c3f71;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-matter-creator-slider .content-slider .complexity-7 {
  color: #fff;
  background-color: #9d305c;
}
.dl-matter-creator-slider .content-slider .complexity-7::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #9d305c;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-matter-creator-slider .content-slider .complexity-8 {
  color: #fff;
  background-color: #ae2046;
}
.dl-matter-creator-slider .content-slider .complexity-8::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #ae2046;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-matter-creator-slider .content-slider .complexity-9 {
  color: #fff;
  background-color: #bf1131;
}
.dl-matter-creator-slider .content-slider .complexity-9::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #bf1131;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-matter-creator-slider .content-slider .complexity-10 {
  color: #fff;
  background-color: #d0011b;
}
.dl-matter-creator-slider .content-slider .complexity-10::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #d0011b;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dl-matter-creator-slider .content-slider .complexity-1 {
  background-color: #269df2;
}
.dl-matter-creator-slider .content-slider .complexity-1::after {
  border-top-color: #269df2;
}
.dl-matter-creator-slider .content-slider.damages-slider .current-value {
  min-width: 106px;
  margin-left: -45px;
}
.dl-matter-creator-slider .content-slider.damages-slider .complexity-1 {
  min-width: 66px;
  margin-left: -25px;
}
.dl-matter-creator-slider .content-slider.damages-slider .complexity-10 {
  min-width: 66px;
  margin-left: -25px;
}
.dl-matter-creator .matter-template .tooltip {
  margin-top: 0;
  margin-left: 1.6em;
}
.dl-matter-creator .spinner .main-spinner {
  margin: 0;
}
.dl-matter-creator .form-control select.form-control {
  margin-top: 4px;
}
.dl-matter-list {
  margin: 1em;
  color: #4a4a4a;
  top: 1em;
  min-height: 320px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 1em;
}
.dl-matter-list-container {
  display: table;
  width: 100%;
  min-height: 320px;
}
.dl-matter-list-menu {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  max-width: 200px;
}
.dl-matter-list-content {
  display: table-cell;
  vertical-align: top;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .dl-matter-list-container {
    display: block;
  }
  .dl-matter-list-menu {
    display: block;
    width: 100%;
  }
  .dl-matter-list-content {
    display: block;
    width: 100%;
  }
}
.dl-matter-list-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  flex: 1;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding: 6px 0 10px 0;
}
.dl-matter-list-header .title-container {
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-basis: 100%;
}
@media (min-width: 1024px) {
  .dl-matter-list-header .title-container {
    margin-top: 0;
    flex-basis: auto;
  }
}
.dl-matter-list-header .title-container h1 {
  margin-bottom: 0;
  flex-grow: 1;
}
.dl-matter-list-header .title-container > div {
  margin-right: 6px;
}
.dl-matter-list-actions {
  display: flex;
  flex-grow: 1;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 1024px) {
  .dl-matter-list-actions {
    flex-grow: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.dl-matter-list-actions .filters-container > div:last-of-type ul li:last-child {
  padding-right: 0;
}
.dl-matter-list > .row {
  margin-right: auto;
}
.dl-matter-list .filters-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  flex-wrap: wrap;
}
.dl-matter-list .sort-control,
.dl-matter-list .filters {
  color: #4a4a4a;
}
.dl-matter-list .sort-control button,
.dl-matter-list .filters button {
  color: #4a4a4a;
  padding-left: 0;
  padding-right: .5em;
}
.dl-matter-list .sort-control li,
.dl-matter-list .filters li {
  display: inline-block;
  padding: 0 .5em;
}
.dl-matter-list .sort-control li strong,
.dl-matter-list .filters li strong {
  font-weight: 500;
}
.dl-matter-list .sort-control li:first-child,
.dl-matter-list .filters li:first-child,
.dl-matter-list .sort-control li:last-child,
.dl-matter-list .filters li:last-child {
  border: 0;
}
.dl-matter-list .sort-control li:first-child,
.dl-matter-list .filters li:first-child {
  font-weight: 500;
}
.dl-matter-list .sort-control .btn.desc::after {
  position: relative;
  top: .5em;
  border-top: 5px solid #0475a2;
}
.dl-matter-list .sort-control .btn.asc::after {
  border-bottom: 5px solid #0475a2;
}
.dl-matter-list .sort-control .btn.active {
  color: #0475a2;
  text-decoration: underline;
}
.dl-matter-list .sort-control .btn.active::after {
  display: inline-block;
}
.dl-matter-list .sort-control .btn i {
  margin-right: 5px;
}
.dl-matter-list .sort-control li {
  display: inline-block;
  padding: 0 .5em;
}
.dl-matter-list .sort-control li:first-child,
.dl-matter-list .sort-control li:last-child {
  border: 0;
}
.dl-matter-list .sort-control li:first-child {
  padding-left: 0;
}
@media (min-width: 800px) {
  .dl-matter-list .sort-control li:first-child {
    padding-left: .5em;
  }
}
@media (min-width: 581px) and (max-width: 799px) {
  .dl-matter-list .sort-control {
    flex-basis: 100%;
    order: 2;
  }
}
.dl-matter-list .filters .badge {
  background-color: #9b9b9b;
}
.dl-matter-list .filters .active button {
  color: #269df2;
  text-decoration: underline;
}
.dl-matter-list .filters .active .badge {
  background-color: #269df2;
}
.dl-matter-list .filters ul li:first-child {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .dl-matter-list .filters ul li:first-child {
    padding-left: .5em;
  }
}
.dl-matter-list .view-control ul {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
}
.dl-matter-list .view-control ul li {
  padding: 0 6px;
}
.dl-matter-list .view-control ul li strong {
  font-weight: 500;
}
.dl-matter-list .view-control ul li .Select {
  text-align: left;
  z-index: 5;
}
.dl-matter-list .view-control ul li:last-child {
  padding-right: 0;
}
.dl-matter-list .matters-grid > thead > tr > th.col-actions {
  max-width: 80px;
}
.dl-matter-list .matters-grid > tbody > tr td.col-actions {
  text-align: right;
  max-width: 80px;
}
.dl-matter-list .matters-grid > tbody > tr td.col-actions .dl-dropdown .dropdown-menu {
  left: auto;
  right: 0;
  margin-bottom: 12px;
}
.dl-matter-list .matters-grid > tbody > tr td.col-timekeepers,
.dl-matter-list .matters-grid > tbody > tr td.col-budget-total {
  text-align: right;
}
.dl-matter-widget > .dl-matter-list {
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  border-radius: 0px;
  padding: 1px;
  margin: 0;
}
/*
@media screen and (max-width: (@screen-sm)) {
  .dl-matter-list {
    .title-container {
      display: none;
    }

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

@media screen and (min-width: @screen-xs) {
  .dl-matter-list {
    .title-container {
      display: inline-block;
    }
  }
}
*/
.dl-matter-list-item-full-width {
  width: 100% !important;
}
.dl-matter-list-item {
  float: left;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.dl-matter-list-item .delete a {
  color: #d0011b;
}
.dl-matter-list-item.archived .matter-title {
  cursor: default;
}
.dl-matter-list-item:hover {
  border-color: #b6b4b4;
}
.dl-matter-list-item .matter-menu {
  position: absolute;
  cursor: pointer;
  top: 11px;
  right: 1em;
  z-index: 2;
  padding: 2px 4px;
}
.dl-matter-list-item .matter-menu .dropdown-menu {
  margin-top: 5px;
  left: auto;
  right: -3px;
  margin-top: 7px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.dl-matter-list-item .matter-menu .dropdown-menu::before,
.dl-matter-list-item .matter-menu .dropdown-menu::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  right: 5px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom-color: #9b9b9b;
}
.dl-matter-list-item .matter-menu .dropdown-menu::after {
  margin-top: 1px;
  border-bottom-color: #ffffff;
}
.dl-matter-list-item-content {
  overflow: hidden;
  padding: 1em;
}
.dl-matter-list-item-content p {
  margin-bottom: 0.2em;
}
.dl-matter-list-item-content .matter-title {
  display: inline-block;
  margin-bottom: 1.5em;
  padding-right: 20px;
  padding-bottom: 8px;
  color: #00435e;
  margin-bottom: 0;
  padding: 4px 5px 8px 0;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 0.7px;
  max-width: 100%;
}
.dl-matter-list-item-content .matter-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #9b9b9b;
}
.dl-matter-list-item-content .matter-title::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  border: 4px solid transparent;
  border-color: transparent;
  border-right: 6px solid #9b9b9b;
}
.dl-matter-list-item-content .matter-title > span {
  margin-right: 24px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 2.5em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dl-matter-list-item-content .matter-title::before {
  width: 120%;
  margin-left: -20%;
  background-color: #d8d8d8;
}
.dl-matter-list-item-content .matter-title::after {
  right: 0;
  border-right-color: #d8d8d8;
}
.dl-matter-list-item-content .matter-uid {
  color: #9b9b9b;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: 0.6px;
}
.dl-matter-list-item-content .user-invited {
  margin: 0.5em 0;
}
.dl-matter-list-item-content .folder-name {
  width: 100%;
  float: left;
  color: #00435e;
}
.dl-matter-list-item-content .folder-not-assigned {
  color: #b6b4b4;
}
.dl-matter-list-item-content .totals {
  padding: 1em 0 0 0;
  float: left;
  width: 50%;
  color: #00435e;
}
.dl-matter-list-item-content .totals .budget-total,
.dl-matter-list-item-content .totals .phase-total,
.dl-matter-list-item-content .totals .timekeepers-total {
  margin-bottom: 1em;
}
.dl-matter-list-item-content .totals .budget-total > span,
.dl-matter-list-item-content .totals .phase-total > span,
.dl-matter-list-item-content .totals .timekeepers-total > span {
  color: #9b9b9b;
}
.dl-matter-list-item-content .totals .budget-total b,
.dl-matter-list-item-content .totals .phase-total b,
.dl-matter-list-item-content .totals .timekeepers-total b {
  display: block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
}
.dl-matter-list-item-content .totals .timekeepers-total {
  margin-bottom: 0;
}
.dl-matter-list-item-content .totals span.phase-name {
  font-size: 0.8em;
  line-height: 1em;
  text-transform: uppercase;
  color: #802e60;
  font-weight: 400;
}
.dl-matter-list-item-content .budget-graph {
  width: 50%;
  float: left;
  padding: 1em 0 0 0;
}
.dl-matter-list-item-content-footer {
  margin: 5px 0;
}
.dl-matter-list-item-content .matter-graph {
  line-height: 0;
  text-align: center;
}
.dl-matter-list-item-content .matter-graph .dl-bar-chart-canvas {
  width: 100%;
  margin: auto;
}
.dl-matter-list-item-content .c3 > svg {
  height: 150px;
  font-size: 8px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.dl-matter-list-item-content .c3 text {
  fill: #9b9b9b;
}
.dl-matter-list-item-content .c3 path,
.dl-matter-list-item-content .c3 line {
  stroke: #b6b4b4;
}
.dl-matter-list-item-content .c3-xgrid-focus {
  display: none;
}
.dl-matter-list-item-content .c3-tooltip-container > span {
  padding: 0 5px;
  color: #4a4a4a;
  border: 1px solid #b6b4b4;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  font-size: 0.8em;
}
.dl-matter-list-item-content .c3-bar {
  stroke-width: 1px;
}
.dl-matter-list-item-content .c3-bar._expanded_ {
  fill-opacity: 0.7;
}
.dl-matter-list-item-content .c3-bar-0 {
  stroke: #a2d000 !important;
  fill: #a2d000 !important;
}
.dl-matter-list-item-content .c3-bar-1 {
  stroke: #7fa500 !important;
  fill: #7fa500 !important;
}
.dl-matter-list-item-content .c3-bar-2 {
  stroke: #d8c900 !important;
  fill: #d8c900 !important;
}
.dl-matter-list-item-content .c3-bar-3 {
  stroke: #004461 !important;
  fill: #004461 !important;
}
.dl-matter-list-item-content .c3-bar-4 {
  stroke: #0475a2 !important;
  fill: #0475a2 !important;
}
.dl-matter-list-item-content .c3-bar-5 {
  stroke: #8f4874 !important;
  fill: #8f4874 !important;
}
.dl-matter-list-item-content .c3-bar-5._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .phase .c3-event-rects .c3-event-rect {
  cursor: pointer;
}
.dl-matter-list-item-content .phase .c3-event-rects .c3-event-rect-5 {
  cursor: default;
}
.dl-matter-list-item-content .demo .c3-bar {
  fill-opacity: 0.1;
  stroke-opacity: 0.5;
  stroke-dasharray: 3, 2;
  stroke: #747474 !important;
  fill: #ffffff !important;
}
.dl-matter-list-item-content .demo .c3 .c3-tooltip-container {
  display: none !important;
}
.dl-matter-list-item-content .l100 .c3-bar-0 {
  stroke: #92bc00 !important;
  fill: #92bc00 !important;
}
.dl-matter-list-item-content .l100 .c3-bar-0._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l100 .c3-bar-1 {
  stroke: #82a700 !important;
  fill: #82a700 !important;
}
.dl-matter-list-item-content .l100 .c3-bar-1._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l100 .c3-bar-2 {
  stroke: #8eb700 !important;
  fill: #8eb700 !important;
}
.dl-matter-list-item-content .l100 .c3-bar-2._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l100 .c3-bar-3 {
  stroke: #a2d000 !important;
  fill: #a2d000 !important;
}
.dl-matter-list-item-content .l100 .c3-bar-3._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l100 .c3-bar-4 {
  stroke: #b6ea00 !important;
  fill: #b6ea00 !important;
}
.dl-matter-list-item-content .l100 .c3-bar-4._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l100 .c3-bar-5 {
  stroke: #c2f900 !important;
  fill: #c2f900 !important;
}
.dl-matter-list-item-content .l100 .c3-bar-5._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l100 .c3-bar-6 {
  stroke: #c9ff09 !important;
  fill: #c9ff09 !important;
}
.dl-matter-list-item-content .l100 .c3-bar-6._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l200 .c3-bar-0 {
  stroke: #6f9100 !important;
  fill: #6f9100 !important;
}
.dl-matter-list-item-content .l200 .c3-bar-0._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l200 .c3-bar-1 {
  stroke: #607c00 !important;
  fill: #607c00 !important;
}
.dl-matter-list-item-content .l200 .c3-bar-1._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l200 .c3-bar-2 {
  stroke: #6b8c00 !important;
  fill: #6b8c00 !important;
}
.dl-matter-list-item-content .l200 .c3-bar-2._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l200 .c3-bar-3 {
  stroke: #7fa500 !important;
  fill: #7fa500 !important;
}
.dl-matter-list-item-content .l200 .c3-bar-3._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l200 .c3-bar-4 {
  stroke: #93bf00 !important;
  fill: #93bf00 !important;
}
.dl-matter-list-item-content .l200 .c3-bar-4._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l200 .c3-bar-5 {
  stroke: #9ece00 !important;
  fill: #9ece00 !important;
}
.dl-matter-list-item-content .l200 .c3-bar-5._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l200 .c3-bar-6 {
  stroke: #aadd00 !important;
  fill: #aadd00 !important;
}
.dl-matter-list-item-content .l200 .c3-bar-6._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l300 .c3-bar-0 {
  stroke: #c4b600 !important;
  fill: #c4b600 !important;
}
.dl-matter-list-item-content .l300 .c3-bar-0._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l300 .c3-bar-1 {
  stroke: #afa300 !important;
  fill: #afa300 !important;
}
.dl-matter-list-item-content .l300 .c3-bar-1._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l300 .c3-bar-2 {
  stroke: #bfb100 !important;
  fill: #bfb100 !important;
}
.dl-matter-list-item-content .l300 .c3-bar-2._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l300 .c3-bar-3 {
  stroke: #d8c900 !important;
  fill: #d8c900 !important;
}
.dl-matter-list-item-content .l300 .c3-bar-3._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l300 .c3-bar-4 {
  stroke: #f2e100 !important;
  fill: #f2e100 !important;
}
.dl-matter-list-item-content .l300 .c3-bar-4._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l300 .c3-bar-5 {
  stroke: #ffed02 !important;
  fill: #ffed02 !important;
}
.dl-matter-list-item-content .l300 .c3-bar-5._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l300 .c3-bar-6 {
  stroke: #ffee11 !important;
  fill: #ffee11 !important;
}
.dl-matter-list-item-content .l300 .c3-bar-6._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l400 .c3-bar-0 {
  stroke: #00364d !important;
  fill: #00364d !important;
}
.dl-matter-list-item-content .l400 .c3-bar-0._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l400 .c3-bar-1 {
  stroke: #002738 !important;
  fill: #002738 !important;
}
.dl-matter-list-item-content .l400 .c3-bar-1._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l400 .c3-bar-2 {
  stroke: #003248 !important;
  fill: #003248 !important;
}
.dl-matter-list-item-content .l400 .c3-bar-2._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l400 .c3-bar-3 {
  stroke: #004461 !important;
  fill: #004461 !important;
}
.dl-matter-list-item-content .l400 .c3-bar-3._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l400 .c3-bar-4 {
  stroke: #00567a !important;
  fill: #00567a !important;
}
.dl-matter-list-item-content .l400 .c3-bar-4._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l400 .c3-bar-5 {
  stroke: #00618a !important;
  fill: #00618a !important;
}
.dl-matter-list-item-content .l400 .c3-bar-5._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l400 .c3-bar-6 {
  stroke: #006b99 !important;
  fill: #006b99 !important;
}
.dl-matter-list-item-content .l400 .c3-bar-6._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l500 .c3-bar-0 {
  stroke: #04678e !important;
  fill: #04678e !important;
}
.dl-matter-list-item-content .l500 .c3-bar-0._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l500 .c3-bar-1 {
  stroke: #03587a !important;
  fill: #03587a !important;
}
.dl-matter-list-item-content .l500 .c3-bar-1._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l500 .c3-bar-2 {
  stroke: #036389 !important;
  fill: #036389 !important;
}
.dl-matter-list-item-content .l500 .c3-bar-2._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l500 .c3-bar-3 {
  stroke: #0475a2 !important;
  fill: #0475a2 !important;
}
.dl-matter-list-item-content .l500 .c3-bar-3._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l500 .c3-bar-4 {
  stroke: #0587bb !important;
  fill: #0587bb !important;
}
.dl-matter-list-item-content .l500 .c3-bar-4._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l500 .c3-bar-5 {
  stroke: #0592ca !important;
  fill: #0592ca !important;
}
.dl-matter-list-item-content .l500 .c3-bar-5._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .l500 .c3-bar-6 {
  stroke: #059dd9 !important;
  fill: #059dd9 !important;
}
.dl-matter-list-item-content .l500 .c3-bar-6._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .e100 .c3-bar-0 {
  stroke: #814169 !important;
  fill: #814169 !important;
}
.dl-matter-list-item-content .e100 .c3-bar-0._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .e100 .c3-bar-1 {
  stroke: #743a5e !important;
  fill: #743a5e !important;
}
.dl-matter-list-item-content .e100 .c3-bar-1._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .e100 .c3-bar-2 {
  stroke: #7e3f66 !important;
  fill: #7e3f66 !important;
}
.dl-matter-list-item-content .e100 .c3-bar-2._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .e100 .c3-bar-3 {
  stroke: #8f4874 !important;
  fill: #8f4874 !important;
}
.dl-matter-list-item-content .e100 .c3-bar-3._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .e100 .c3-bar-4 {
  stroke: #a05182 !important;
  fill: #a05182 !important;
}
.dl-matter-list-item-content .e100 .c3-bar-4._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .e100 .c3-bar-5 {
  stroke: #aa568a !important;
  fill: #aa568a !important;
}
.dl-matter-list-item-content .e100 .c3-bar-5._expanded_ {
  fill-opacity: 1;
}
.dl-matter-list-item-content .e100 .c3-bar-6 {
  stroke: #af6091 !important;
  fill: #af6091 !important;
}
.dl-matter-list-item-content .e100 .c3-bar-6._expanded_ {
  fill-opacity: 1;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .dl-matter-list-item {
    width: 100%;
    float: none;
    display: inline-block;
    text-align: left;
    margin-bottom: 1em;
  }
  .dl-matter-list-item .matter-title {
    width: 100%;
  }
  .dl-matter-list-item .matter-title > span {
    max-width: 90%;
  }
  .dl-matter-list-item .totals,
  .dl-matter-list-item .budget-graph {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .dl-matter-list-item .totals .budget-total,
  .dl-matter-list-item .totals .phase-total {
    width: 50%;
    float: left;
  }
  .dl-matter-list-item .totals .timekeepers-total {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .dl-matter-list-item {
    margin: 0 0.8% 1em 0;
    width: 49.2%;
  }
  .dl-matter-list-item:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .dl-matter-list-item {
    margin: 0 0.8% 1em 0;
    width: 32.5%;
  }
  .dl-matter-list-item:nth-child(2n + 1) {
    clear: none;
  }
}
@media screen and (min-width: 1441px) {
  .dl-matter-list-item {
    margin: 0 0.8% 1em 0;
    width: 24.2%;
  }
  .dl-matter-list-item:nth-child(2n + 1) {
    clear: none;
  }
}
.matter-budget-chart {
  width: 100%;
  overflow-x: auto;
}
.matter-budget-chart > svg {
  background-color: #fff;
  margin: auto;
  display: inherit;
  color: #4A4A4A;
  font-size: 16px;
}
.matter-budget-chart stop.start {
  stop-color: #DAF962;
}
.matter-budget-chart stop.end {
  stop-color: #035F85;
}
.matter-budget-chart .col {
  fill: #fff;
}
.matter-budget-chart .col rect:nth-child(even) {
  fill: #D8D8D8;
}
.matter-budget-chart .header g.block {
  font-size: 16px;
  text-anchor: middle;
  fill: #000000;
}
.matter-budget-chart .header .title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  letter-spacing: 3px;
  fill: #9B9B9B;
}
.matter-budget-chart .header .subtitle {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  word-spacing: 1px;
}
.matter-budget-chart .header .amount {
  font-weight: bold;
}
.matter-budget-chart .line {
  fill: #C0BEC1;
}
.matter-budget-chart .row .task-progress {
  opacity: 0.45;
}
.matter-budget-chart .row .block {
  text-anchor: middle;
  font-size: 16px;
  fill: #4a4a4a;
}
.matter-budget-chart .row .block .title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-anchor: start;
}
.matter-budget-chart .row .block .subtitle {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.matter-budget-chart .row-header {
  font-size: 16px;
}
.matter-budget-chart .row-header .icon {
  cursor: pointer;
  fill: #b6b4b4;
}
.matter-budget-chart .row-header .icon:hover {
  fill: #4a4a4a;
}
.matter-budget-chart .row-header .start-date,
.matter-budget-chart .row-header .end-date {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.matter-budget-chart .row-header .start-date-label,
.matter-budget-chart .row-header .end-date-label {
  fill: #b6b4b4;
  font-size: 15px;
}
.read-only .matter-budget-chart svg .icon-edit {
  display: none;
}
.dl-matter-budget-chart-modal .dl-modal-body {
  overflow-y: auto;
}
.dl-matter-budget-chart-modal .block-year {
  display: inline-block;
  width: 33%;
  text-align: center;
  vertical-align: top;
}
.dl-matter-budget-chart-modal .block-year .lbl-year {
  font-size: 1.25em;
}
.dl-matter-budget-chart-modal .block-year li {
  text-align: center;
  margin-bottom: 1px;
  line-height: 1em;
}
.dl-matter-budget-chart-modal .block-year li .quarter-input {
  display: inline-block;
  width: 75%;
  height: 28px;
}
.dl-matter-budget-chart-modal .block-year li .quarter-input .quarter {
  display: inline-block;
  width: 25%;
  padding: 4px;
  color: #fff;
  background-color: #0475a2;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  line-height: 20px;
}
.dl-matter-budget-chart-modal .block-year li .quarter-input > div {
  display: inline-block;
  width: 100%;
}
.dl-matter-budget-chart-modal .block-year li .quarter-input > div input {
  padding: 3px 4px 4px 27%;
  height: 28px;
  border-left: 0;
  box-sizing: border-box;
  line-height: 17px;
}
.dl-matter-report {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 2em 10% 0;
  overflow: hidden;
  padding-bottom: 4em;
  width: 100%;
}
.dl-matter-report .btn-group {
  margin-left: 10px;
  float: right;
}
.dl-matter-report table {
  width: 100%;
  margin-bottom: 3em;
}
.dl-matter-report table td {
  padding: 0.5em;
}
.dl-matter-report table td::after {
  content: ' ';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 1px solid #fff;
}
.dl-matter-report table tr:last-child td::after {
  display: none;
}
.dl-matter-report table .table-header {
  background-color: #e5e5e5;
}
.dl-matter-report table .table-subsection-header {
  color: #4a4a4a;
  background-color: #e5e5e5;
}
.dl-matter-report table .table-subsection-header .phase-name {
  color: #802e60;
  background-color: transparent;
}
.dl-matter-report table .table-subsection-header .amount {
  color: #4a4a4a;
}
.dl-matter-report .dl-table:not(.timekeeper-summary) tbody tr:nth-child(odd) {
  background-color: #fff;
}
.dl-matter-report h4 {
  float: left;
}
.dl-matter-report .menu {
  float: right;
  color: #0475a2;
}
.dl-matter-report .menu i {
  cursor: pointer;
}
.dl-matter-report h3 {
  display: inline-block;
  margin-bottom: 1.5em;
  padding-right: 20px;
  padding-bottom: 8px;
}
.dl-matter-report h3::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #9b9b9b;
}
.dl-matter-report h3::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  border: 4px solid transparent;
  border-color: transparent;
  border-right: 6px solid #9b9b9b;
}
.dl-matter-report h3::before {
  width: 900%;
  left: -800%;
}
.dl-matter-report .btn-print {
  float: right;
  padding: 6px 12px;
}
.dl-matter-report .report-header {
  padding: 1em;
  background: #fff url('/assets/images/header-bg.png') top right no-repeat;
  background-size: contain;
}
.dl-matter-report .report-title {
  font-size: 1.7em;
  text-align: center;
  font-weight: bold;
  margin: 2em 0 0 0;
  color: #00435e;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.dl-matter-report .report-subtitle {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.dl-matter-report .main-totals {
  color: #00435e;
  margin-top: 1.5em;
}
.dl-matter-report .main-totals td {
  padding: 0.1em 0.5em;
}
.dl-matter-report .main-totals .total {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}
.dl-matter-report .phase-name {
  color: #fff;
  width: 3em;
  text-align: center;
  text-transform: uppercase;
  background-color: #802e60;
  border: 0;
}
.dl-matter-report .amount {
  text-align: right;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}
.dl-matter-report .label-text {
  display: block;
  font-size: 0.8em;
  color: #00435e;
}
.dl-matter-report .cost-summary td::after {
  bottom: 0;
}
.dl-matter-report .phase-summary tr {
  border-left: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
}
.dl-matter-report .phase-summary tr:last-child {
  border-bottom: 1px solid #9b9b9b;
}
.dl-matter-report .phase-summary .table-header {
  border: 0;
  background-color: #00435e;
  color: #fff;
  text-transform: uppercase;
}
.dl-matter-report .phase-summary .table-header .amount {
  color: #fff;
}
.dl-matter-report .row-info .amount {
  text-align: left;
}
.dl-matter-report .row-rank-header {
  background-color: #e5e5e5;
  font-weight: bold;
  font-size: 1.2em;
}
.dl-matter-report .row-rank-header td:first-child,
.dl-matter-report .row-rank-header td:last-child {
  background-color: #fff;
}
.dl-matter-report .row-rank td:after {
  border: 0;
}
.dl-matter-report .row-rank .phase-rank,
.dl-matter-report .row-rank .amount {
  border-bottom: 1px solid #e5e5e5;
}
.dl-matter-report .row-rank .phase-rank {
  text-align: right;
}
.dl-matter-report .row-rank .amount {
  text-align: left;
}
.dl-matter-report .row-qty .amount {
  text-align: left;
}
.dl-matter-report .row-qty .qty {
  text-align: right;
}
.dl-matter-report .timekeeper-summary {
  margin-bottom: 0;
}
.dl-matter-report .timekeeper-summary .phase-summary {
  margin-bottom: 1em;
}
.dl-matter-report .timekeeper-summary .phase-summary tr {
  border: 0;
}
.dl-matter-report .timekeeper-summary .rate,
.dl-matter-report .timekeeper-summary .hours {
  text-align: center;
}
.dl-matter-report .timekeeper-summary .amount span {
  visibility: hidden;
}
.dl-matter-report .cost-over-time {
  width: 300px;
}
.dl-matter-report .matter-budget-chart {
  width: auto;
  overflow: inherit;
}
.dl-matter-report .matter-budget-chart .icon-edit {
  display: none;
}
.dl-matter-report .matter-budget-chart .chart {
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0.6);
  -ms-transform: rotate(90deg) scale(0.6);
  -o-transform: rotate(90deg) scale(0.6);
  transform: rotate(90deg) scale(0.6);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.dl-matter-report .timekeeper-overall thead tr {
  background-color: #e5e5e5;
}
.dl-matter-report .timekeeper-overall thead tr th {
  color: #4a4a4a;
}
.dl-matter-report .timekeeper-overall td::after {
  display: none;
}
.dl-matter-report .timekeeper .dl-table:not(.timekeeper-summary) tbody tr:first-child {
  background-color: #e5e5e5;
}
.dl-matter-report .timekeeper .dl-table:not(.timekeeper-summary) tbody tr td::after {
  display: none;
}
body.page-report .dl-app-header,
body.page-report .dl-navigation,
body.page-report .dl-matter-header,
body.page-report .dl-matter-nav,
body.page-report .phase-menu,
body.page-report .dl-wrapper,
body.page-report .dl-matter-section,
body.page-report .main-container {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@media print {
  body.page-report {
    background-color: #fff;
  }
  body.page-report * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  body.page-report .dl-app-header,
  body.page-report .dl-navigation,
  body.page-report .dl-matter-header,
  body.page-report .dl-matter-nav,
  body.page-report .phase-menu {
    display: none;
  }
  body.page-report .dl-wrapper,
  body.page-report .dl-matter-section,
  body.page-report .main-container {
    margin: 0;
  }
  body.page-report .dl-matter-budget-container,
  body.page-report .dl-matter-budget-container > div {
    display: block;
  }
  body.page-report .phase-container {
    display: block;
    width: 100%;
  }
  body.page-report .dl-matter-report {
    display: block !important;
    padding: 0 1%;
  }
  body.page-report .dl-matter-report-header {
    display: none;
  }
  body.page-report .cost-over-time {
    page-break-before: always;
  }
  body.page-report .cost-over-time h3 {
    display: none;
  }
}
.matter-import-options {
  margin-bottom: 150px;
}
.matter-import-options .dl-table-responsive {
  overflow-x: visible;
}
.matter-import-body {
  padding: 15px;
  background: #ffffff;
  min-height: 300px;
}
.matter-import-dropzone {
  width: 100%;
  padding: 25px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  background: #fafad2;
  border: 1px dashed #b6b4b4;
}
.matter-import-dropzone:hover {
  opacity: .9;
}
.matter-import-field {
  display: flex;
  align-items: center;
}
.matter-import-field > div {
  flex-grow: 1;
  margin-left: 10px;
}
.matter-import .matter-preview-grid .row-error td {
  color: #ffffff;
  background-color: #d0011b;
}
.matter-import .matter-preview-grid .col-number {
  display: table-cell;
  min-width: 50px;
}
.dl-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483001;
  color: #9b9b9b;
}
.dl-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #040404;
  opacity: 0.5;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.dl-modal .dl-modal-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 100px;
}
.dl-modal-container {
  display: block;
  margin: 0 auto;
  width: 300px;
  max-width: 90%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.dl-modal-header {
  padding: 1em 1.5em;
  text-align: left;
  background-color: #00435e;
  background-color: rgba(0, 67, 94, 0.73);
  overflow: hidden;
}
.dl-modal-header-before {
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: #fff transparent transparent transparent;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.dl-modal-header-after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 80%;
  width: 50%;
  background-color: #fff;
  transform: skew(-30deg);
}
.dl-modal-header-border {
  width: 85%;
  height: 1px;
  background: #9b9b9b;
  position: absolute;
  left: 0;
  z-index: 1;
}
.dl-modal-header-border::after {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  border: 4px solid transparent;
  border-color: transparent;
  border-right: 6px solid #9b9b9b;
}
.dl-modal-header h3 {
  margin: 0;
  color: #fff;
  font-size: 1.9em;
  text-transform: inherit;
  z-index: 1;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.dl-modal-header .close-modal {
  position: absolute;
  right: 12px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 3;
  line-height: 1em;
}
.dl-modal-header .close-modal i {
  color: #b6b4b4;
}
.dl-modal-body {
  padding: 1.5em 1.5em 1em 1.5em;
  overflow-y: initial;
}
.dl-modal-footer {
  width: 100%;
  overflow: hidden;
  text-align: right;
  padding: 1em 1.5em;
  background-color: #fff;
}
.dl-modal-footer .btn {
  border: 0;
  border-radius: 0;
  margin-left: .5em;
  text-transform: inherit;
}
.dl-modal.hidden {
  display: none;
}
.dl-modal .label-info::before {
  border-width: .74em;
}
/* React Transitions */
.modal-enter {
  opacity: 0;
}
.modal-enter .dl-modal-container {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.modal-enter.modal-enter-active {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.modal-enter.modal-enter-active .dl-modal-container {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal-leave {
  opacity: 1;
}
.modal-leave .dl-modal-container {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.modal-leave.modal-leave-active {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.modal-leave.modal-leave-active .dl-modal-container {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.digitory-legal:not(.firefox).blur .dl-wrapper {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.no-scroll {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .dl-modal-container {
    top: 20px;
  }
}
.share-matter .dl-modal-container {
  width: 493px;
}
.share-matter-form .permissions {
  border-radius: 0;
}
.share-matter-form .permissions .privilege {
  width: 50%;
  float: left;
}
.share-matter-form .permissions .duplicate {
  float: left;
  margin: 0 0 0 1em;
}
.share-matter-form .permissions .duplicate .checkbox {
  margin-top: 8px;
  font-weight: 400;
  text-transform: capitalize;
}
.share-matter-form .permissions .duplicate .checkbox input[type='checkbox'] {
  position: inherit;
  margin-right: 7px;
}
.share-matter-form .permissions .form-control {
  border-radius: 0;
  color: #0475a2;
}
.share-matter-form textarea {
  height: 6.6em;
}
.share-matter-form .buttons {
  text-align: right;
}
.share-matter .collaborators-list {
  max-height: 230px;
  overflow: auto;
}
.share-matter .collaborators-list .gm-scrollbar-container .gm-scroll-view {
  overflow-x: hidden;
}
.share-matter .collaborators-list .collaborators-row {
  padding: 7px 10px 7px 4px;
  margin: 1px 0;
  line-height: 52px;
  width: 99%;
  border-bottom: 1px solid #e5e5e5;
}
.share-matter .collaborators-list .collaborators-row:last-child {
  margin-bottom: 7px;
}
.share-matter .collaborators-list .collaborators-row .name {
  float: left;
  width: 50%;
}
.share-matter .collaborators-list .collaborators-row .name .member {
  display: inline-block;
  margin-left: 52px;
  line-height: 14px;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: -webkit-pre-wrap;
  word-break: break-all;
  white-space: normal;
}
.share-matter .collaborators-list .collaborators-row .name .avatar {
  top: 50%;
  margin-top: -20px;
  position: absolute;
}
.share-matter .collaborators-list .collaborators-row .permission {
  float: left;
  width: 28%;
  padding: 0 1%;
}
.share-matter .collaborators-list .collaborators-row .permission .select {
  padding-top: 0;
}
.share-matter .collaborators-list .collaborators-row .permission .select .custom-select {
  padding-top: 2px;
  line-height: 30px;
}
.share-matter .collaborators-list .collaborators-row .permission .checkbox {
  margin: 5px 0 0 0;
  line-height: 12px;
  font-size: 14px;
  text-transform: capitalize;
}
.share-matter .collaborators-list .collaborators-row .permission .checkbox input[type='checkbox'] {
  position: inherit;
  margin: 0 5px 0 0;
}
.share-matter .collaborators-list .collaborators-row .actions {
  float: right;
  padding-right: 10px;
}
.share-matter .collaborators-list .collaborators-row .actions .btn:not(:first-child) {
  margin-left: 12px;
}
.share-matter .collaborators-list .collaborators-row .actions .btn:hover {
  text-decoration: none;
}
.share-matter .collaborators-list .collaborators-row .actions .action-cancel {
  color: inherit;
}
.share-matter .collaborators-list .collaborators-row .actions .action-cancel:hover i {
  color: #d0011b;
}
.share-matter .collaborators-list .collaborators-row .actions .btn-link:hover,
.share-matter .collaborators-list .collaborators-row .actions .btn-link:focus {
  text-decoration: none;
}
.share-matter .collaborators-list .collaborators-row .actions .btn .spinner:not(:required) {
  width: 3px;
  height: 3px;
  margin: 0 6px 3px;
}
.share-matter .collaborators-list .collaborators-row .actions .btn .spinner:not(:required)::before,
.share-matter .collaborators-list .collaborators-row .actions .btn .spinner:not(:required)::after {
  width: 3px;
  height: 3px;
}
.share-matter .collaborators-list .collaborators-row .actions .btn .spinner:not(:required)::before {
  left: -6px;
}
.share-matter .collaborators-list .collaborators-row .actions .btn .spinner:not(:required)::after {
  right: -6px;
}
.share-matter .collaborators-list .collaborators-row .form-control {
  border: 0;
  height: 52px;
  line-height: 52px;
  color: #0475a2;
}
.dl-matter-replace-timekeeper .dl-modal-container {
  width: 500px;
}
.dl-matter-replace-timekeeper .replace-container {
  padding-bottom: .1em;
}
.dl-matter-replace-timekeeper .replace-container .col-1-2 {
  width: 50%;
  float: left;
}
.dl-matter-replace-timekeeper .replace-container .suggestions {
  font-size: 11.2px;
  color: #000000;
}
.dl-matter-replace-timekeeper .replace-container .suggestions > span {
  font-size: 14px;
}
.dl-matter-replace-timekeeper .replace-container .react-autosuggest__suggestions-list > li {
  border-bottom: 1px solid #B6B4B4;
}
.dl-matter-replace-timekeeper .replace-container b {
  font-weight: bold;
}
.dl-matter-replace-timekeeper .replace-container .old-data .form-group {
  margin-bottom: 1em;
}
.dl-matter-replace-timekeeper .replace-container .message-error {
  margin: 0 0 1em 0;
}
.dl-strong-line {
  display: inline-block;
  width: 100%;
  margin: .5em 0;
  background-color: #d8d8d8;
}
.dl-strong-line-strength {
  width: 0%;
  height: .5em;
  -webkit-transition: background-color 0.2s ease, width 0.2s ease;
  -o-transition: background-color 0.2s ease, width 0.2s ease;
  transition: background-color 0.2s ease, width 0.2s ease;
}
.dl-strong-line.simple .dl-strong-line-strength {
  background-color: #d0011b;
  width: 33.3%;
}
.dl-strong-line.medium .dl-strong-line-strength {
  background-color: #f1d811;
  width: 66.6%;
}
.dl-strong-line.strong .dl-strong-line-strength {
  background-color: #269df2;
  width: 100%;
}
.dl-nav-steps {
  margin: 1em 0;
  text-align: center;
}
.dl-nav-steps::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  border-top: 4px solid #269df2;
}
.dl-nav-steps-item {
  display: inline-block;
  text-align: center;
}
.dl-nav-steps-item.active .dl-nav-steps-item-item {
  background-color: #269df2;
  color: #fff;
}
.dl-nav-steps-item-item {
  border: 2px solid #269df2;
  border-radius: 50%;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.8em;
  display: inline-block;
  background-color: #fff;
  width: 2em;
  height: 2em;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.dl-nav-steps-item-title {
  color: #00435e;
  position: absolute;
  left: -50%;
  width: 200%;
  padding-top: .5em;
  font-size: .5em;
  text-transform: uppercase;
}
.dl-nav-steps-item.active .dl-nav-steps-item-title {
  font-weight: bold;
}
.page-panel {
  margin: 1em;
  color: #4a4a4a;
  top: 1em;
  min-height: 320px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.page-panel-container {
  display: table;
  width: 100%;
  min-height: 320px;
}
.page-panel-menu {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  max-width: 200px;
}
.page-panel-content {
  display: table-cell;
  vertical-align: top;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-panel-container {
    display: block;
  }
  .page-panel-menu {
    display: block;
    width: 100%;
  }
  .page-panel-content {
    display: block;
    width: 100%;
  }
}
.page-panel-flex {
  margin: 1em;
  color: #4a4a4a;
  top: 1em;
  background-color: #ffffff;
  overflow: hidden;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  display: flex;
  flex-direction: column;
}
.page-panel-flex-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.page-panel-flex-menu {
  padding: 1em;
  min-width: 200px;
  max-width: 240px;
  flex: 1 100%;
  min-height: 320px;
}
.page-panel-flex-content {
  background-color: #fff;
  flex: 0px;
  min-height: 320px;
}
@media screen and (max-width: 768px) {
  .page-panel-flex-container {
    display: block;
  }
  .page-panel-flex-menu {
    display: block;
    width: 100%;
    max-width: none;
    min-width: 100%;
    min-height: auto;
  }
  .page-panel-flex-content {
    display: block;
    width: 100%;
    min-height: auto;
  }
}
.dl-section-not-found {
  color: #9b9b9b;
  padding: 1em;
  text-align: center;
  margin: 1em;
  background-color: #fff;
}
.dl-section-not-found-container {
  width: 400px;
  max-width: 90%;
  margin: 2em auto;
}
.dl-section-not-found .not-found-icon {
  display: block;
  margin-bottom: 20px;
  font-size: 5em;
}
.dl-section-not-found-header {
  color: #9b9b9b;
  margin: 0 0 .6em 0;
}
.dl-section-not-found-body {
  font-size: 0.9em;
}
.dl-modal-session .dl-modal-container {
  width: 400px;
}
.dl-modal-session .dl-modal-body {
  padding-top: 1em;
  min-height: 200px;
}
.dl-modal-session .dl-modal-body p {
  margin: .5em 3em;
}
.team-list li {
  padding: 0 9px;
}
.team-image {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  background-color: #b6b4b4;
}
.team-image .avatar-image.normal {
  width: 100%;
  height: 100%;
}
.team-image.big {
  width: 700px;
  height: 700px;
}
.team-image.normal {
  width: 50px;
  height: 50px;
}
.team-image.small {
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .team-image.small {
    width: 26px;
    height: 26px;
  }
}
.avatar-image {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e5ecf4;
}
.avatar-image img {
  width: 100%;
  height: 100%;
}
.avatar-image.big {
  width: 172px;
  height: 172px;
}
.avatar-image.normal {
  width: 50px;
  height: 50px;
}
.avatar-image.small {
  width: 40px;
  height: 40px;
}
span.avatar-image .initials {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
span.avatar-image.big .initials {
  line-height: 172px;
  font-size: 40px;
}
span.avatar-image.normal .initials {
  line-height: 42px;
}
span.avatar-image.small .initials {
  line-height: 40px;
}
.read-more .more-text,
.read-more .less-text {
  font-size: .8em;
  margin-left: .5em;
  font-weight: bold;
  cursor: pointer;
}
.zoom-in-enter,
.zoom-in-appear {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 0.2s ease-in;
}
.zoom-in-enter.zoom-in-enter-active,
.zoom-in-enter.zoom-in-appear-active,
.zoom-in-appear.zoom-in-enter-active,
.zoom-in-appear.zoom-in-appear-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zoom-in-leave {
  opacity: 1;
  transition: all 0.2s ease-in;
}
.zoom-in-leave.zoom-in-leave-active {
  opacity: 0;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.fade-enter.fade-enter-active,
.fade-enter.fade-appear-active,
.fade-appear.fade-enter-active,
.fade-appear.fade-appear-active {
  opacity: 1;
}
.fade-leave {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
.fade-leave.fade-leave-active {
  opacity: 0;
}
.fade-up-enter,
.fade-up-appear {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  transition: all 0.2s ease-in;
}
.fade-up-enter.fade-up-enter-active,
.fade-up-enter.fade-up-appear-active,
.fade-up-appear.fade-up-enter-active,
.fade-up-appear.fade-up-appear-active {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.fade-up-leave {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
  transition: all 0.2s ease-in;
}
.fade-up-leave.fade-up-leave-active {
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.fade-down-enter {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fade-down-enter.fade-down-enter-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade-down-leave {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fade-down-leave.fade-down-leave-active {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.fade-left-enter,
.fade-left-appear {
  opacity: 0;
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  transform: translate(10px, 0);
  transition: all 0.2s ease-in;
}
.fade-left-enter.fade-left-enter-active,
.fade-left-enter.fade-left-appear-active,
.fade-left-appear.fade-left-enter-active,
.fade-left-appear.fade-left-appear-active {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.fade-left-leave {
  opacity: 0;
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.fade-left-leave.fade-left-leave-active {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.add-table-enter,
.add-table-appear {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.add-table-enter.add-table-enter-active,
.add-table-enter.add-table-appear-active,
.add-table-appear.add-table-enter-active,
.add-table-appear.add-table-appear-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.add-table-leave {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.add-table-leave.add-table-leave-active {
  opacity: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.add-row-enter {
  opacity: 0;
  transition: all .4s ease;
}
.add-row-enter.add-row-enter-active {
  opacity: 1;
  background-color: rgba(38, 157, 242, 0.3) !important;
}
.add-row-leave {
  opacity: 1;
  transition: opacity .4s ease;
}
.add-row-leave.add-row-leave-active {
  opacity: 0;
}
.hamburger-menu {
  margin: -4px 0 0 0;
  position: relative;
  /* active state, i.e. menu open */
}
.hamburger-menu .hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.hamburger-menu .hamburger:focus {
  outline: none;
}
.hamburger-menu .hamburger span {
  display: block;
  position: absolute;
  top: 18.5px;
  left: 10px;
  right: 10px;
  height: 3px;
  background: transparent;
}
.hamburger-menu .hamburger span::before,
.hamburger-menu .hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #00435e;
  content: "";
}
.hamburger-menu .hamburger span::before {
  top: -8px;
}
.hamburger-menu .hamburger span::after {
  bottom: -8px;
}
.hamburger-menu .hamburger-htx {
  background-color: transparent;
}
.hamburger-menu .hamburger-htx span {
  transition: background 0s 0.2s;
  background-color: #00435e;
}
.hamburger-menu .hamburger-htx span::before,
.hamburger-menu .hamburger-htx span::after {
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}
.hamburger-menu .hamburger-htx span::before {
  transition-property: top, transform;
}
.hamburger-menu .hamburger-htx span::after {
  transition-property: bottom, transform;
}
.hamburger-menu .hamburger-htx.is-active {
  background-color: transparent;
}
.hamburger-menu .hamburger-htx.is-active span {
  background: none;
}
.hamburger-menu .hamburger-htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger-menu .hamburger-htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.hamburger-menu .hamburger-htx.is-active span::before,
.hamburger-menu .hamburger-htx.is-active span::after {
  transition-delay: 0s, 0.2s;
}
.hamburger-menu .nav {
  position: fixed;
  top: 43px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5ecf4;
  text-align: left;
  z-index: 1000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.hamburger-menu .nav > li:first-child {
  border-top: 1px solid #EEE;
}
.hamburger-menu .nav > li {
  border-bottom: 1px solid #ffffff;
  font-size: 22px;
}
.hamburger-menu .nav > li a {
  color: #2391b4;
}
.hamburger-menu .nav > li a .icon {
  margin-right: 5px;
}
.hamburger-menu .nav > li a:hover {
  color: #269df2;
  background-color: #ecf1f7;
}
.hamburger-menu .nav > li a.active {
  color: #269df2;
  background-color: #f7f9fc;
}
.hamburger-menu .nav > li .active {
  color: #00435e;
}
.hamburger-menu .open {
  display: block;
}
.hamburger-menu .closed {
  display: none;
}
.c3 {
  /*-- Chart --*/
  /*-- Axis --*/
  /*-- Grid --*/
  /*-- Text on Chart --*/
  /*-- Line --*/
  /*-- Point --*/
  /*-- Bar --*/
  /*-- Focus --*/
  /*-- Region --*/
  /*-- Brush --*/
  /*-- Select - Drag --*/
  /*-- Legend --*/
  /*-- Title --*/
  /*-- Tooltip --*/
  /*-- Area --*/
  /*-- Arc --*/
}
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.c3 path,
.c3 line {
  fill: none;
  stroke: #000;
}
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges;
}
.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em;
}
.c3-line {
  stroke-width: 1px;
}
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white;
}
.c3-selected-circle {
  fill: white;
  stroke-width: 2px;
}
.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 0.75;
}
.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}
.c3-region {
  fill: steelblue;
  fill-opacity: 0.1;
}
.c3-brush .extent {
  fill-opacity: 0.1;
}
.c3-legend-item {
  font-size: 12px;
}
.c3-legend-item-hidden {
  opacity: 0.15;
}
.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1;
}
.c3-title {
  font: 14px sans-serif;
}
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9;
}
.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip tr {
  border: 1px solid #CCC;
}
.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}
.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}
.c3-chart-arc .c3-gauge-value {
  fill: #000;
}
.dl-toast {
  width: 100%;
  color: white;
  background-color: rgba(74, 74, 74, 0.9);
  font-size: 12px;
  text-align: center;
  padding: .8em;
  border-radius: 4px;
  margin-bottom: 1px;
}
.toast-enter {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toast-enter .dl-toast {
  -webkit-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toast-enter.toast-enter-active {
  opacity: 1;
}
.toast-enter.toast-enter-active .dl-toast {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.toast-leave {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toast-leave .dl-toast {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toast-leave.toast-leave-active {
  opacity: 0;
}
.toast-leave.toast-leave-active .dl-toast {
  -webkit-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
}
.user-menu-container {
  justify-content: flex-end;
  display: flex;
  flex: 1;
  margin-right: 15px;
}
.user-menu-container .menu {
  display: table;
  cursor: pointer;
}
.user-menu-container .menu .user-label,
.user-menu-container .menu .user-image {
  display: table-cell;
  vertical-align: middle;
}
.user-menu-container .menu .user-label {
  text-align: right;
}
.user-menu-container .company-name,
.user-menu-container .user-name {
  display: block;
  line-height: 25px;
  padding-right: 10px;
  font-size: 16px;
  color: #0064c8;
}
.user-menu-container .user-name {
  color: #31425b;
  font-size: 18px;
  font-weight: 500;
}
.user-menu-container .company-logo {
  display: inline-block;
  height: 40px;
  width: 40px;
  vertical-align: middle;
}
.user-menu-container .company-logo i {
  font-size: 30px;
  color: #0064c8;
}
.user-menu-container .company-logo img {
  max-width: 100%;
  max-height: 100%;
}
.user-menu-container .avatar-image {
  vertical-align: middle;
}
.user-menu-container .icon-angle-down {
  color: #0064c8;
  font-size: 24px;
  top: 6px;
}
.user-menu-container .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: inherit;
  padding: 0px;
  width: inherit;
  border: 1px solid #d8d8d8;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.user-menu-container .dropdown-menu li:last-child {
  border-bottom: 0;
}
.user-menu-container .dropdown-menu li.no-icon a {
  margin-right: 0;
}
.user-menu-container .dropdown-menu li.no-icon a::before {
  display: none;
}
.user-menu-container .dropdown-menu li a {
  color: #31425b;
  padding: 14px 23px 14px 15px;
  margin-right: 65px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.user-menu-container .dropdown-menu li a::before {
  content: '';
  display: inline-block;
  border: 22px solid transparent;
  border-right: 16px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.user-menu-container .dropdown-menu li a .company-icon {
  position: absolute;
  right: -65px;
  top: 10px;
  width: 65px;
  height: 24px;
  color: #269df2;
  text-align: center;
}
.user-menu-container .dropdown-menu li a .company-icon i {
  font-size: 20px;
}
.user-menu-container .dropdown-menu li a .icon-image {
  max-width: 100%;
  max-height: 24px;
}
.user-menu-container .dropdown-menu li a span {
  max-width: 210px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1em;
}
.user-menu-container .dropdown-menu li a:hover,
.user-menu-container .dropdown-menu li a.active {
  background: #99d1f9;
}
.user-menu-container .dropdown-menu li .avatar-image.small {
  width: 30px;
  height: 30px;
}
.user-menu-container .dropdown-menu li .avatar-image.small .initials {
  line-height: 30px;
  font-size: 0.9em;
}
.user-menu-container ul.sub-menu {
  border-bottom: 1px solid #d8d8d8;
}
.user-menu-container ul.sub-menu li a {
  color: #000000;
  padding-left: 2em;
}
.user-menu-container ul.sub-menu li a::before {
  border-right: 8px solid #fff;
}
.user-menu-container ul.sub-menu li a:hover,
.user-menu-container ul.sub-menu li a.active {
  color: #0475a2;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  .user-menu-container .menu .avatar-image {
    height: 40px;
    width: 40px;
  }
  .user-menu-container .company-name,
  .user-menu-container .user-name {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .user-menu-container {
    margin: 0 1em;
  }
  .user-menu-container .menu .avatar-image {
    height: 30px;
    width: 30px;
  }
  .user-menu-container .menu .avatar-image .initials {
    line-height: 28px;
    font-size: 12px;
  }
  .user-menu-container .company-name,
  .user-menu-container .user-name,
  .user-menu-container .icon-angle-down {
    display: none;
  }
  .user-menu-container .dropdown-menu {
    margin-top: 9px;
  }
}
.dl-matter-duplicate .dl-modal-body {
  overflow-y: initial;
}
.subscription-limit {
  font-size: 15px;
}
.subscription-limit .limit-title {
  color: #000000;
}
.upgrade-plan .billing-table {
  margin: 20px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.upgrade-plan .billing-table .plan {
  box-sizing: border-box;
  float: none;
  width: auto;
  min-width: 120px;
  flex: 1 0 200px;
  margin: 0 -1px -1px 0;
  border-left-width: 1px;
}
.upgrade-plan .billing-table .plan-name {
  display: flex;
  min-height: 72px;
  margin: 0;
  padding: 0 12px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.upgrade-plan .dl-modal-scroll {
  padding: 0 12px 100px 12px;
}
.upgrade-plan .dl-modal-footer {
  display: none;
}
.upgrade-plan .billing-form {
  max-width: 370px;
}
.upgrade-plan .credit-card-form .cc {
  max-width: initial;
}
.upgrade-plan .credit-card-form .cancel {
  display: none;
}
.upgrade-plan .demo .cc {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  margin-bottom: 2em;
  padding: 1em;
}
.upgrade-plan .actions {
  text-align: right;
}
.create-role-modal .toggle-container.active {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
.create-role-modal .toggle-container:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.create-role-modal .toggle-container .form-group {
  padding-left: 15px;
}
.create-role-modal .toggle-container .radio-button {
  display: block;
  font-size: 0.95em;
}
.create-role-modal .toggle-container .radio-button label {
  font-size: 0.95em;
}
.billing-table {
  display: inline-block;
  display: block;
  font-size: 17px;
}
.billing-table:before,
.billing-table:after {
  content: " ";
  display: table;
}
.billing-table:after {
  clear: both;
}
.billing-table:before,
.billing-table:after {
  content: " ";
  display: table;
}
.billing-table:after {
  clear: both;
}
.billing-table .plan {
  color: #b6b4b4;
  min-width: 100px;
  text-align: center;
  vertical-align: top;
  z-index: 1;
  float: left;
  width: 20%;
  border: 1px solid #e5e5e5;
  border-left-width: 0;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.billing-table .plan:first-child {
  border-left-width: 1px;
}
.billing-table .plan-row {
  padding: 13px 0;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}
.billing-table .plan-row:last-child {
  border: 0;
}
.billing-table .plan-name {
  font-size: 20px;
  color: #33b0d7;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.billing-table .plan-const {
  color: #00435e;
  background-color: rgba(4, 117, 162, 0.1);
}
.billing-table .plan-amount {
  font-size: 24px;
  line-height: 1.2;
  overflow: hidden;
  font-weight: 400;
}
.billing-table .plan-time {
  font-size: 14px;
  color: #b6b4b4;
  text-transform: capitalize;
}
.billing-table .plan-action button {
  font-size: 13px;
}
.billing-table .plan.active {
  color: #00435e;
}
.billing-table .plan.active::after {
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  background-color: #00435e;
  position: absolute;
  bottom: -14px;
}
.billing-table .plan.active .plan-name {
  color: #00435e;
}
.billing-table .plan.active .plan-const {
  color: #fff;
  background-color: #00435e;
}
.billing-table .plan .current-plan {
  background-color: #fff;
  color: #b6b4b4;
  border: 1px solid #d8d8d8;
}
@media screen and (max-width: 1024px) {
  .billing-table .plan-amount {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .billing-table .plan {
    width: 99%;
    margin: 0 auto 10px;
    float: none;
    border-width: 1px;
  }
  .billing-table .plan:last-child {
    border-bottom-width: 1px;
  }
  .billing-table .plan.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .billing-table .plan.active::after {
    display: none;
  }
}
.dl-avatar-editor .editor-container {
  border-radius: 50%;
  width: 172px;
  height: 172px;
  margin: auto;
}
.dl-avatar-editor .editor-container .avatar-image.big {
  border: 0;
}
.dl-avatar-editor .editor-container .image-picker {
  display: none;
  border-radius: 50%;
  overflow: hidden;
  width: 172px;
  height: 172px;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 1;
}
.dl-avatar-editor .editor-container .image-picker img {
  width: 100%;
  height: auto;
}
.dl-avatar-editor .editor-container .image-picker-zoom {
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -28px;
  margin-left: 5px;
}
.dl-avatar-editor .editor-container .image-picker-zoom .control {
  width: 28px;
  border-radius: 2px;
  overflow: hidden;
}
.dl-avatar-editor .editor-container .image-picker-zoom .control button {
  border: 0;
  line-height: 28px;
}
.dl-avatar-editor .editor-container .image-picker-zoom .control .icon {
  width: 28px;
  height: 28px;
  background-color: #b6b4b4;
  color: #fff;
}
.dl-avatar-editor .image-picker-tip {
  display: none;
  color: #fff;
  font-size: 0.9;
  padding: 4px;
  text-align: center;
}
.dl-avatar-editor .image-picker-tip p {
  border-radius: 2px;
  background-color: #9b9b9b;
}
.dl-avatar-editor .image-picker-error {
  line-height: 1.1;
  text-align: center;
}
.dl-avatar-editor .hover-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding-top: 60px;
  background-color: rgba(155, 155, 155, 0.5);
  cursor: pointer;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.dl-avatar-editor .hover-info span {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
.dl-avatar-editor .hover-spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 45px;
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 50%;
  display: none;
}
.dl-avatar-editor .hover-spinner .main-spinner {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-color: #fff;
}
.dl-avatar-editor:hover .hover-info {
  opacity: 1;
}
.dl-avatar-editor canvas {
  background-color: #fff;
  cursor: -webkit-grabbing !important;
  cursor: grabbing!important;
}
.dl-avatar-editor.edit-mode .hover-info {
  display: none;
}
.dl-avatar-editor.edit-mode .image-editor {
  display: block;
}
.dl-avatar-editor.edit-mode .image-picker,
.dl-avatar-editor.edit-mode .image-picker-zoom,
.dl-avatar-editor.edit-mode .image-picker-tip {
  display: block;
}
.dl-avatar-editor.saving-mode .hover-info {
  display: none;
}
.dl-avatar-editor.saving-mode .hover-spinner {
  display: block;
}
.billing-form .actions {
  text-align: right;
}
.billing-form .cancel {
  margin-right: 1em;
}
.credit-card-info {
  display: inline-block;
  max-width: 370px;
}
.credit-card-info .credit-card {
  margin-bottom: 1em;
}
.credit-card-info .credit-card .number {
  padding: .4em 0;
}
.credit-card-info .credit-card .card-number {
  display: inline-block;
  padding-right: .6em;
  letter-spacing: 2px;
}
.credit-card-info .credit-card .card-number:last-child {
  padding: 0;
}
.credit-card-info .credit-card-name {
  text-transform: uppercase;
  font-size: 16px;
}
.credit-card-form .cc {
  max-width: 370px;
  border: 1px solid #d8d8d8;
  padding: 1em;
  border-radius: 2px;
  margin-bottom: 1em;
}
.credit-card-form .cc img {
  margin-right: 1em;
}
.credit-card-form .cc .month,
.credit-card-form .cc .year {
  float: left;
  width: 100px;
}
@media screen and (max-width: 480px) {
  .credit-card-form .cc .month,
  .credit-card-form .cc .year {
    width: 100%;
    float: none;
  }
}
.credit-card-form .cc .year {
  margin-left: 1em;
}
@media screen and (max-width: 480px) {
  .credit-card-form .cc .year {
    margin-top: 15px;
    margin-left: 0;
  }
}
.credit-card-form .cc .cvv {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .credit-card-form .cc {
    width: 100%;
    max-width: none;
  }
}
.credit-card-form .actions {
  text-align: right;
}
.credit-card-form .actions p {
  text-align: left;
  font-size: .9em;
}
.credit-card-form .actions p b {
  color: #00435e;
  font-weight: bold;
}
.credit-card-form .actions .secure {
  display: block;
  color: #269df2;
  margin-top: 1em;
}
.credit-card-form .cancel {
  margin-right: 1em;
}
.user-plan {
  margin-bottom: 30px;
  font-size: 16px;
}
.user-plan > div {
  margin-bottom: 1em;
}
.user-plan-name {
  font-size: 18px;
  color: #00435e;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.user-plan-amount {
  font-size: 18px;
  color: #0475a2;
}
.user-plan-price,
.user-plan-item {
  line-height: 1;
  font-weight: 400;
}
.dl-company-settings .domain-table thead tr:not(.add-row) {
  display: none;
}
.dl-company-settings .domain-table .cell-actions {
  width: 28%;
  text-align: center;
}
.dl-company-settings .domain-table .actions {
  text-align: center;
}
.dl-company-settings .pattern .image {
  border: 1px solid #d8d8d8;
}
.dl-company-settings .pattern-container {
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0 1px 0 #d8d8d8;
  box-shadow: 0 0 1px 0 #d8d8d8;
}
.dl-company-settings .pattern-container .pattern {
  width: 11.1%;
  height: 28px;
  display: inline-block;
}
.dl-company-settings .gradient {
  height: 15px;
}
.dl-company-user-admin table {
  margin-top: 10px;
}
.dl-company-user-admin .btn-primary i {
  color: #fff;
}
.dl-company-user-admin .dl-table .btn .spinner:not(:required) {
  width: 3px;
  height: 3px;
  margin: 0 6px 3px;
}
.dl-company-user-admin .dl-table .btn .spinner:not(:required)::before,
.dl-company-user-admin .dl-table .btn .spinner:not(:required)::after {
  width: 3px;
  height: 3px;
}
.dl-company-user-admin .dl-table .btn .spinner:not(:required)::before {
  left: -6px;
}
.dl-company-user-admin .dl-table .btn .spinner:not(:required)::after {
  right: -6px;
}
.dl-company-avatar-editor .editor-container {
  display: table;
  width: 100%;
  min-height: 120px;
  margin: auto;
  color: #9b9b9b;
  background-color: #d8d8d8;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  line-height: 0;
}
.dl-company-avatar-editor .editor-container .avatar-image.big {
  border: 0;
}
.dl-company-avatar-editor img {
  max-width: 100%;
  margin: 0;
}
.dl-company-avatar-editor .placeholder {
  font-size: 40px;
  line-height: 1em;
  display: table-cell;
  vertical-align: middle;
}
.dl-company-avatar-editor .image-picker-tip {
  display: none;
  color: #fff;
  font-size: 0.9;
  padding: 4px;
  text-align: center;
}
.dl-company-avatar-editor .image-picker-tip p {
  border-radius: 2px;
  background-color: #9b9b9b;
}
.dl-company-avatar-editor .image-picker-error {
  line-height: 1.1;
  text-align: center;
  margin-top: 5px;
}
.dl-company-avatar-editor .hover-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background-color: rgba(155, 155, 155, 0.5);
  cursor: pointer;
  opacity: 0;
  border-radius: 8px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.dl-company-avatar-editor .hover-info > div {
  position: absolute;
  height: 50px;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.dl-company-avatar-editor .hover-info span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.1em;
  display: block;
}
.dl-company-avatar-editor .hover-spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 45px;
  background-color: rgba(155, 155, 155, 0.5);
  display: none;
}
.dl-company-avatar-editor .hover-spinner .main-spinner {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-color: #fff;
}
.dl-company-avatar-editor:hover .hover-info {
  opacity: 1;
}
.dl-company-avatar-editor.edit-mode .hover-info {
  display: none;
}
.dl-company-avatar-editor.edit-mode .image-editor {
  display: block;
}
.dl-company-avatar-editor.edit-mode .image-picker-tip {
  display: block;
}
.dl-company-avatar-editor.saving-mode .hover-info {
  display: none;
}
.dl-company-avatar-editor.saving-mode .hover-spinner {
  display: block;
}
.dl-empty-state {
  background-color: #ebe5e9;
  border: 1px solid white;
  box-shadow: 0 0 0 1px #dddddd, 0 3px 5px #dddddd;
  padding: 32px;
  color: #000000;
  display: flex;
}
.dl-empty-state p,
.dl-empty-state ul,
.dl-empty-state span {
  font-size: 18px;
  line-height: 1.42857143;
}
.dl-empty-state ul {
  list-style: disc;
}
.dl-empty-state-main-content {
  width: 35%;
  padding-right: 16px;
}
.dl-empty-state-image {
  width: 65%;
  padding-left: 16px;
}
.dl-empty-state-image img {
  max-width: 100%;
}
.dl-empty-state-image img:after {
  display: none;
}
.dl-empty-state-title {
  font-weight: bold;
  font-size: 32px;
  color: #00435e;
  margin-bottom: 0;
}
.dl-empty-state .dl-matter-button {
  display: inline-block;
  margin: 0 auto;
}
.dl-empty-state-active .dl-empty-state-main-content {
  position: absolute;
  padding: 0;
  width: 28%;
  z-index: 1;
}
.dl-empty-state-active .dl-empty-state-image {
  padding-left: 5%;
  padding-top: 24px;
  width: auto;
}
.dl-empty-state-shared .dl-empty-state-image p {
  margin: 10px 4%;
}
.dl-empty-state-archived {
  display: block;
}
.dl-empty-state-archived .dl-matter-button {
  vertical-align: middle;
}
.dl-empty-state-archived .dl-empty-state-image {
  padding: 0;
  width: auto;
}
.dl-empty-state-archived .dl-empty-state-main-content {
  width: 100%;
  padding-left: 23%;
}
.dl-empty-state-archived .dl-empty-state-archived-matter-label {
  text-align: right;
}
.dl-empty-state-archived .dl-empty-state-archived-matter-label .alt-typeface {
  margin-right: 16px;
}
.dl-empty-state-archived ul {
  padding: 6px 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .dl-empty-state {
    padding: 12px;
  }
  .dl-empty-state-title {
    font-size: 24px;
  }
  .dl-empty-state p,
  .dl-empty-state ul,
  .dl-empty-state span {
    font-size: 14.4px;
  }
  .dl-empty-state-active .dl-empty-state-image {
    padding-left: inherit;
    width: 65%;
  }
  .dl-empty-state-active .dl-empty-state-main-content {
    position: static;
  }
  .dl-empty-state-archived ul {
    padding: 10px 32px;
  }
}
@media screen and (max-width: 767px) {
  .dl-empty-state.flex {
    display: block;
  }
  .dl-empty-state-main-content {
    width: auto;
    padding: 0;
  }
  .dl-empty-state-image {
    width: auto;
    padding: 0;
  }
  .dl-empty-state-active .dl-empty-state-image {
    padding: 0;
    width: inherit;
  }
  .dl-empty-state-active .dl-empty-state-main-content {
    margin-bottom: 6px;
    width: auto;
  }
  .dl-empty-state-archived .dl-empty-state-main-content {
    padding: 0;
  }
  .dl-empty-state-archived .dl-empty-state-archived-matter-label {
    text-align: center;
  }
  .dl-empty-state-shared .dl-empty-state-image p {
    margin: 0;
  }
  .dl-empty-state-shared .dl-empty-state-main-content {
    margin-bottom: 6px;
  }
  .dl-empty-state .dl-matter-button .dl-matter-button-creator {
    width: auto;
    height: auto;
  }
  .dl-empty-state .dl-matter-button .dl-matter-button-creator .icon {
    vertical-align: middle;
  }
  .dl-empty-state .dl-matter-button .dl-matter-button-creator .icon:before {
    top: -7px;
  }
  .dl-empty-state .dl-matter-button .dl-matter-button-creator span {
    display: inline;
  }
  .ie .dl-empty-state .dl-matter-button .dl-matter-button-creator .icon:before {
    top: 0;
  }
}
body .intercom-container {
  z-index: 1000 !important;
}
.tiles-block {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.tiles-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.tile-item {
  position: relative;
  float: none;
  padding: 6px 0;
}
.tile-item-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 126px;
  padding: 16px;
}
.tile-item-description i {
  display: block;
  position: relative;
  margin-bottom: 12px;
  font-size: 36px;
  text-decoration: none;
  color: #269df2;
}
.tile-item-description span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}
.tile-item-status {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e6e6e6;
  color: grey;
  color: #4a4a4a;
  padding: 6px 6px 0px 8px;
  display: inline-block;
}
.tile-item-status i {
  position: relative;
  top: 1px;
  font-size: 14px;
}
.tile-item-status span {
  line-height: 1;
  font-size: 11px;
}
.tile-item-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  overflow: hidden;
  transform: translateZ(0);
  text-decoration: none;
  min-height: 188px;
  text-align: center;
  color: #4a4a4a;
  cursor: pointer;
}
.tile-item-content:hover {
  background: #269df2;
  border-color: #269df2;
  text-decoration: none;
}
.tile-item-content:hover .tile-item-description i {
  color: #fff;
}
.tile-item-content:hover .tile-item-description span {
  color: #364508;
}
.tile-locked .tile-item-content {
  background: #e6e6e6;
  color: #4a4a4a;
}
.tile-locked .tile-item-content .tile-item-description i,
.tile-locked .tile-item-content .tile-item-description span {
  color: grey;
}
.tile-locked .tile-item-content:hover {
  background: #e6e6e6;
  border-color: #B6B4B4;
  text-decoration: none;
  color: #333333;
}
.tile-locked .tile-item-content:hover .tile-item-description {
  display: none;
}
.tile-locked .tile-item-content:hover .tile-item-description i {
  color: #333333;
}
.tile-locked .tile-item-content:hover .tile-item-status {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 126px;
  padding: 16px;
}
.tile-locked .tile-item-content:hover .tile-item-status i {
  display: block;
  position: relative;
  margin-bottom: 12px;
  font-size: 36px;
  text-decoration: none;
}
.tile-locked .tile-item-content:hover .tile-item-status span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
}
@media (min-width: 480px) {
  .tile-item {
    float: left;
    width: 50%;
    padding: 15px 18px 12px 12px;
  }
}
@media (min-width: 640px) {
  .tile-item {
    float: left;
    width: 33.3334%;
    padding: 15px 18px 12px 12px;
  }
}
@media (min-width: 1002px) {
  .tile-item {
    width: 25%;
  }
}
@media (min-width: 1366px) {
  .tile-item {
    width: 20%;
    max-width: 280px;
  }
}
.add_new_btn,
.agree-to-terms,
.rejected-btn {
  position: relative;
  display: inline-block;
  padding: 0 18px 0 12px;
  z-index: 0;
  margin: 14px 0;
  z-index: 3;
  user-select: none;
  line-height: 30px;
}
.add_new_btn:before,
.agree-to-terms:before,
.rejected-btn:before,
.add_new_btn:after,
.agree-to-terms:after,
.rejected-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  border-radius: 0;
}
.add_new_btn:before,
.agree-to-terms:before,
.rejected-btn:before {
  width: 100%;
  z-index: -1;
}
.add_new_btn:after,
.agree-to-terms:after,
.rejected-btn:after {
  display: none;
  width: 80%;
  z-index: -2;
}
.add_new_btn .big,
.agree-to-terms .big,
.rejected-btn .big {
  padding: 0 18px 0 12px;
}
.add_new_btn.blue:before,
.agree-to-terms.blue:before,
.rejected-btn.blue:before {
  background-color: #00b0ff;
}
.add_new_btn.blue:after,
.agree-to-terms.blue:after,
.rejected-btn.blue:after {
  box-shadow: 0px 12px 22px 0px rgba(1, 87, 155, 0.12), 0px 9px 24px 0px rgba(1, 87, 155, 0.3);
}
.add_new_btn.olive:before,
.agree-to-terms.olive:before,
.rejected-btn.olive:before {
  background-color: #acce22;
}
.add_new_btn.olive:after,
.agree-to-terms.olive:after,
.rejected-btn.olive:after {
  box-shadow: 0px 12px 22px 0px rgba(1, 87, 155, 0.12), 0px 9px 24px 0px rgba(172, 206, 34, 0.5);
}
.add_new_btn.green:before,
.agree-to-terms.green:before,
.rejected-btn.green:before {
  background-color: #ACCE22;
}
.add_new_btn.green:after,
.agree-to-terms.green:after,
.rejected-btn.green:after {
  box-shadow: 0px 12px 22px 0px rgba(1, 87, 155, 0.12), 0px 9px 24px 0px rgba(124, 179, 66, 0.5);
}
.add_new_btn.green.disable:before,
.agree-to-terms.green.disable:before,
.rejected-btn.green.disable:before {
  background-color: #9d9a9a;
}
.add_new_btn.green.disable:after,
.agree-to-terms.green.disable:after,
.rejected-btn.green.disable:after {
  box-shadow: 0px 12px 22px 0px rgba(1, 87, 155, 0.12), 0px 9px 24px 0px rgba(1, 87, 155, 0.3);
}
.add_new_btn.grey,
.agree-to-terms.grey,
.rejected-btn.grey,
.add_new_btn.disable,
.agree-to-terms.disable,
.rejected-btn.disable,
.add_new_btn.green.disable,
.agree-to-terms.green.disable,
.rejected-btn.green.disable {
  cursor: not-allowed;
}
.add_new_btn.grey > a,
.agree-to-terms.grey > a,
.rejected-btn.grey > a,
.add_new_btn.disable > a,
.agree-to-terms.disable > a,
.rejected-btn.disable > a,
.add_new_btn.green.disable > a,
.agree-to-terms.green.disable > a,
.rejected-btn.green.disable > a {
  pointer-events: none;
}
.add_new_btn.grey:before,
.agree-to-terms.grey:before,
.rejected-btn.grey:before,
.add_new_btn.disable:before,
.agree-to-terms.disable:before,
.rejected-btn.disable:before,
.add_new_btn.green.disable:before,
.agree-to-terms.green.disable:before,
.rejected-btn.green.disable:before {
  background-color: #9d9a9a;
}
.add_new_btn.grey:after,
.agree-to-terms.grey:after,
.rejected-btn.grey:after,
.add_new_btn.disable:after,
.agree-to-terms.disable:after,
.rejected-btn.disable:after,
.add_new_btn.green.disable:after,
.agree-to-terms.green.disable:after,
.rejected-btn.green.disable:after {
  box-shadow: 0px 12px 22px 0px rgba(1, 87, 155, 0.12), 0px 9px 24px 0px rgba(1, 87, 155, 0.3);
}
.add_new_btn a,
.agree-to-terms a,
.rejected-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.add_new_btn a i,
.agree-to-terms a i,
.rejected-btn a i {
  position: relative;
  top: 1px;
  font-size: 15px;
  margin-right: 6px;
}
.add_new_btn a div,
.agree-to-terms a div,
.rejected-btn a div {
  display: inline;
  font-size: 14px;
  font-weight: 400;
}
.create_btn {
  position: relative;
  z-index: 0;
}
.create_btn a {
  padding: 0 18px 0 12px;
}
.create_btn:before,
.create_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  transition: all .3s ease;
}
.create_btn:before {
  width: 100%;
  z-index: -1;
}
.create_btn:after {
  display: none;
  width: 80%;
  z-index: -2;
}
.create_btn.left {
  float: left;
}
.create_btn.right {
  float: right;
}
.create_btn.big a {
  padding: 8px 36px 6px 36px;
}
.create_btn.big a div {
  font-size: 18px;
}
.create_btn.white a {
  color: #7d848e;
}
.create_btn.white:before {
  background: #fff;
}
.create_btn.white:after {
  box-shadow: 0px 12px 22px 0px rgba(1, 87, 155, 0.12), 0px 9px 24px 0px rgba(125, 132, 142, 0.5);
}
.create_btn.grey a,
.create_btn.green.disable a {
  cursor: not-allowed;
}
.create_btn.grey:before,
.create_btn.green.disable:before {
  background: #B6B4B4;
}
.create_btn.grey:after,
.create_btn.green.disable:after {
  box-shadow: 0px 12px 22px 0px rgba(1, 87, 155, 0.12), 0px 9px 24px 0px rgba(125, 132, 142, 0.5);
}
.create_btn.grey:hover:before,
.create_btn.green.disable:hover:before {
  background: #B6B4B4;
  transition: all 0.2s ease;
}
.create_btn.blue:before {
  background-color: #00b0ff;
}
.create_btn.blue:after {
  box-shadow: 0px 12px 22px 0px rgba(1, 87, 155, 0.12), 0px 9px 24px 0px rgba(1, 87, 155, 0.3);
}
.create_btn.olive:before {
  background-color: #acce22;
}
.create_btn.olive:after {
  box-shadow: 0px 12px 22px 0px rgba(1, 87, 155, 0.12), 0px 9px 24px 0px rgba(172, 206, 34, 0.5);
}
.create_btn.green:before {
  background-color: #ACCE22;
  transition: all 0.2s ease;
}
.create_btn.green:after {
  box-shadow: 0px 12px 22px 0px rgba(1, 87, 155, 0.12), 0px 9px 24px 0px rgba(124, 179, 66, 0.5);
}
.create_btn.green:hover:before {
  background: #87a21b;
  transition: all 0.2s ease;
}
.create_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.create_btn a i {
  position: relative;
  top: 1px;
  font-size: 15px;
}
.create_btn a div {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}
.save_btn a {
  padding: 4px 16px;
}
.save_btn a div {
  font-size: 16px;
}
.edit-group-btn,
.delete-group-btn {
  position: absolute;
  top: 0;
  text-align: right;
  width: 30px;
  cursor: pointer;
  z-index: 1;
}
.edit-group-btn:hover i,
.delete-group-btn:hover i {
  color: #4af;
}
.edit-group-btn {
  right: 30px;
}
.delete-group-btn {
  right: 0;
}
.delete-group-btn:hover i {
  color: #f44;
}
.details-btn {
  padding: 8px 4px 8px 8px;
  line-height: 16px;
  font-size: 14px;
  width: auto;
  text-decoration: none;
  color: #4A4A4A;
  outline: none;
}
.details-btn i {
  position: relative;
  padding-right: 2px;
  font-size: 16px;
  top: 1px;
  color: #025e84;
}
@media (min-width: 1200px) {
  .details-btn {
    padding: 8px 18px 8px 12px;
    line-height: 23px;
    font-size: 16px;
  }
  .details-btn i {
    padding-right: 8px;
    font-size: 21px;
    top: 2px;
  }
}
.compare-status-btn {
  position: relative;
  z-index: 0;
  margin-top: 24px;
  margin-bottom: 36px;
  display: inline-block;
}
@media (min-width: 768px) {
  .compare-status-btn {
    display: block;
    float: right;
  }
}
.compare-status-btn a {
  outline: none;
  padding: 0 8px 0 12px;
}
.compare-status-btn:before,
.compare-status-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  transition: all .3s ease;
}
.compare-status-btn:before {
  width: 100%;
  z-index: -1;
}
.compare-status-btn:after {
  display: none;
  width: 80%;
  z-index: -2;
}
.compare-status-btn.grey a,
.compare-status-btn.green.disable a {
  cursor: not-allowed;
  pointer-events: none;
}
.compare-status-btn.grey:before,
.compare-status-btn.green.disable:before {
  background: #B6B4B4;
}
.compare-status-btn.grey:after,
.compare-status-btn.green.disable:after {
  box-shadow: 0px 12px 22px 0px rgba(1, 87, 155, 0.12), 0px 9px 24px 0px rgba(125, 132, 142, 0.5);
}
.compare-status-btn.grey .compare-number,
.compare-status-btn.green.disable .compare-number {
  background: #999;
}
.compare-status-btn.grey:hover:before,
.compare-status-btn.green.disable:hover:before {
  background: #888;
  transition: all 0.2s ease;
}
.compare-status-btn.grey:hover .compare-number,
.compare-status-btn.green.disable:hover .compare-number {
  background-color: #555;
  transition: all 0.2s ease;
}
.compare-status-btn.green:before {
  background-color: #ACCE22;
  transition: all 0.2s ease;
}
.compare-status-btn.green:after {
  box-shadow: 0px 12px 22px 0px rgba(1, 87, 155, 0.12), 0px 9px 24px 0px rgba(124, 179, 66, 0.5);
}
.compare-status-btn.green:hover:before {
  background: #87a21b;
  transition: all 0.2s ease;
}
.compare-status-btn.green:hover .compare-number {
  background-color: #ACCE22;
  background-color: #4f6107;
  transition: all 0.2s ease;
}
.compare-status-btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.compare-status-btn a i {
  position: relative;
  top: 1px;
  font-size: 15px;
  margin-right: 6px;
}
.compare-status-btn a div {
  display: inline;
  font-size: 13px;
  font-weight: 500;
}
.compare-status-btn .compare-number {
  border-radius: 100%;
  background: #87a21b;
  color: #fff;
  width: 19px;
  height: 19px;
  position: relative;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  margin-left: 4px;
  transition: all 0.2s ease;
}
/*------------------------------*/
@keyframes spinner {
  0% {
    background: #fff;
  }
  10% {
    background: #9B9B9B;
  }
  40% {
    background: #fff;
  }
}
@keyframes spinner_blue {
  0% {
    background: #0475A2;
  }
  10% {
    background: #9B9B9B;
  }
  40% {
    background: #0475A2;
  }
}
.btn {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  color: #fff;
  background-image: none;
  border: 0;
  white-space: nowrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  white-space: -webkit-pre-wrap;
  white-space: normal;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  text-transform: capitalize;
  transition: all 0.2s ease;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn .spinner {
  overflow: visible;
  animation: spinner 1000ms 300ms infinite ease-out;
  background: #fff;
  display: inline-block;
  position: relative;
  width: 0.3em;
  height: 0.3em;
  margin: 0 1em 0.2em;
  border-radius: 50%;
}
.btn .spinner:before,
.btn .spinner:after {
  background: #fff;
  content: ' ';
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  top: 0;
  border-radius: 50%;
}
.btn .spinner:before {
  animation: spinner 1000ms 150ms infinite ease-out;
  left: -0.45em;
}
.btn .spinner:after {
  animation: spinner 1000ms 450ms infinite ease-out;
  right: -0.45em;
}
.btn .spinner.blue {
  animation: spinner_blue 1000ms 300ms infinite ease-out;
  background: #0475A2;
}
.btn .spinner.blue:before,
.btn .spinner.blue:after {
  background: #0475A2;
}
.btn .spinner.blue:before {
  animation: spinner_blue 1000ms 150ms infinite ease-out;
}
.btn .spinner.blue:after {
  animation: spinner_blue 1000ms 450ms infinite ease-out;
}
.btn.btn-default {
  color: #ffffff;
  background-color: #B6B4B4;
}
.btn.btn-default:focus,
.btn.btn-default.focus,
.btn.btn-default:hover {
  color: #ffffff;
  background-color: #9d9a9a;
}
.btn.btn-default:active,
.btn.btn-default.active {
  color: #ffffff;
  background-color: #9d9a9a;
  background-image: none;
}
.btn.btn-default:active:hover,
.btn.btn-default.active:hover,
.btn.btn-default:active:focus,
.btn.btn-default.active:focus,
.btn.btn-default:active.focus,
.btn.btn-default.active.focus {
  color: #ffffff;
  background-color: #8b8888;
}
.btn.btn-default.disabled,
.btn.btn-default[disabled] {
  background-color: #B6B4B4;
}
.btn.btn-default.disabled:hover,
.btn.btn-default[disabled]:hover,
.btn.btn-default.disabled:focus,
.btn.btn-default[disabled]:focus,
.btn.btn-default.disabled:active,
.btn.btn-default[disabled]:active,
.btn.btn-default.disabled.focus,
.btn.btn-default[disabled].focus,
.btn.btn-default.disabled.active,
.btn.btn-default[disabled].active {
  background-color: #B6B4B4;
}
.btn.btn-default .badge {
  color: #B6B4B4;
  background-color: #ffffff;
}
.btn.btn-primary {
  color: #fff;
  background-color: #269df2;
}
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:hover {
  color: #fff;
  background-color: #269df2;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  color: #fff;
  background-color: rgba(38, 157, 242, 0.73);
  background-image: none;
}
.btn.btn-primary:active:hover,
.btn.btn-primary.active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary.active:focus,
.btn.btn-primary:active.focus,
.btn.btn-primary.active.focus {
  color: #fff;
  background-color: rgba(38, 157, 242, 0.73);
}
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
  background-color: rgba(38, 157, 242, 0.73);
}
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus,
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled]:active,
.btn.btn-primary.disabled.focus,
.btn.btn-primary[disabled].focus,
.btn.btn-primary.disabled.active,
.btn.btn-primary[disabled].active {
  background-color: rgba(38, 157, 242, 0.73);
}
.btn.btn-primary .badge {
  color: #ACCE22;
  background-color: #fff;
}
.btn.btn-success {
  color: #fff;
  background-color: #35933c;
}
.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:hover {
  color: #fff;
  background-color: #276e2d;
}
.btn.btn-success:active,
.btn.btn-success.active {
  color: #fff;
  background-color: #276e2d;
  background-image: none;
}
.btn.btn-success:active:hover,
.btn.btn-success.active:hover,
.btn.btn-success:active:focus,
.btn.btn-success.active:focus,
.btn.btn-success:active.focus,
.btn.btn-success.active.focus {
  color: #fff;
  background-color: #1e5322;
}
.btn.btn-success.disabled,
.btn.btn-success[disabled] {
  background-color: #35933c;
}
.btn.btn-success.disabled:hover,
.btn.btn-success[disabled]:hover,
.btn.btn-success.disabled:focus,
.btn.btn-success[disabled]:focus,
.btn.btn-success.disabled:active,
.btn.btn-success[disabled]:active,
.btn.btn-success.disabled.focus,
.btn.btn-success[disabled].focus,
.btn.btn-success.disabled.active,
.btn.btn-success[disabled].active {
  background-color: #35933c;
}
.btn.btn-success .badge {
  color: #35933c;
  background-color: #fff;
}
.btn.btn-info {
  color: #fff;
  background-color: #0475A2;
}
.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:hover {
  color: #fff;
  background-color: #035170;
}
.btn.btn-info:active,
.btn.btn-info.active {
  color: #fff;
  background-color: #035170;
  background-image: none;
}
.btn.btn-info:active:hover,
.btn.btn-info.active:hover,
.btn.btn-info:active:focus,
.btn.btn-info.active:focus,
.btn.btn-info:active.focus,
.btn.btn-info.active.focus {
  color: #fff;
  background-color: #02384d;
}
.btn.btn-info.disabled,
.btn.btn-info[disabled] {
  background-color: #0475A2;
}
.btn.btn-info.disabled:hover,
.btn.btn-info[disabled]:hover,
.btn.btn-info.disabled:focus,
.btn.btn-info[disabled]:focus,
.btn.btn-info.disabled:active,
.btn.btn-info[disabled]:active,
.btn.btn-info.disabled.focus,
.btn.btn-info[disabled].focus,
.btn.btn-info.disabled.active,
.btn.btn-info[disabled].active {
  background-color: #0475A2;
}
.btn.btn-info .badge {
  color: #0475A2;
  background-color: #fff;
}
.btn.btn-warning {
  color: #fff;
  background-color: #f1d811;
}
.btn.btn-warning:focus,
.btn.btn-warning.focus,
.btn.btn-warning:hover {
  color: #fff;
  background-color: #c3af0c;
}
.btn.btn-warning:active,
.btn.btn-warning.active {
  color: #fff;
  background-color: #c3af0c;
  background-image: none;
}
.btn.btn-warning:active:hover,
.btn.btn-warning.active:hover,
.btn.btn-warning:active:focus,
.btn.btn-warning.active:focus,
.btn.btn-warning:active.focus,
.btn.btn-warning.active.focus {
  color: #fff;
  background-color: #a2910a;
}
.btn.btn-warning.disabled,
.btn.btn-warning[disabled] {
  background-color: #f1d811;
}
.btn.btn-warning.disabled:hover,
.btn.btn-warning[disabled]:hover,
.btn.btn-warning.disabled:focus,
.btn.btn-warning[disabled]:focus,
.btn.btn-warning.disabled:active,
.btn.btn-warning[disabled]:active,
.btn.btn-warning.disabled.focus,
.btn.btn-warning[disabled].focus,
.btn.btn-warning.disabled.active,
.btn.btn-warning[disabled].active {
  background-color: #f1d811;
}
.btn.btn-warning .badge {
  color: #f1d811;
  background-color: #fff;
}
.btn.btn-danger {
  color: #fff;
  background-color: #d0011b;
}
.btn.btn-danger:focus,
.btn.btn-danger.focus,
.btn.btn-danger:hover {
  color: #fff;
  background-color: #9d0114;
}
.btn.btn-danger:active,
.btn.btn-danger.active {
  color: #fff;
  background-color: #9d0114;
  background-image: none;
}
.btn.btn-danger:active:hover,
.btn.btn-danger.active:hover,
.btn.btn-danger:active:focus,
.btn.btn-danger.active:focus,
.btn.btn-danger:active.focus,
.btn.btn-danger.active.focus {
  color: #fff;
  background-color: #7a0110;
}
.btn.btn-danger.disabled,
.btn.btn-danger[disabled] {
  background-color: #d0011b;
}
.btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled]:hover,
.btn.btn-danger.disabled:focus,
.btn.btn-danger[disabled]:focus,
.btn.btn-danger.disabled:active,
.btn.btn-danger[disabled]:active,
.btn.btn-danger.disabled.focus,
.btn.btn-danger[disabled].focus,
.btn.btn-danger.disabled.active,
.btn.btn-danger[disabled].active {
  background-color: #d0011b;
}
.btn.btn-danger .badge {
  color: #d0011b;
  background-color: #fff;
}
.btn.btn-link {
  color: #ACCE22;
  font-weight: normal;
  border-radius: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: 0px;
  background-color: transparent;
  box-shadow: none;
}
.btn.btn-link:active,
.btn.btn-link.active,
.btn.btn-link[disabled] {
  background-color: transparent;
  box-shadow: none;
}
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active {
  border-color: transparent;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  color: #758c17;
  text-decoration: underline;
  background-color: transparent;
}
.btn.btn-link[disabled]:hover,
.btn.btn-link[disabled]:focus {
  color: #D8D8D8;
  text-decoration: none;
}
.btn.btn-dashed {
  background: transparent;
  color: #9B9B9B;
  font-size: .9em;
  border-width: 1px;
  border-style: dashed;
}
.btn.btn-dashed:hover,
.btn.btn-dashed:focus,
.btn.btn-dashed:active {
  border-width: 1px;
  color: #9B9B9B;
  border-style: solid;
  outline: none;
}
.btn.btn-lg,
.btn.btn-sm,
.btn.btn-xs {
  border-radius: 0;
}
.btn.btn-lg {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}
.btn.btn-sm,
.btn.btn-xs {
  font-size: 12px;
  line-height: 1.5;
}
.btn.btn-sm {
  padding: 5px 10px;
}
.btn.btn-xs {
  padding: 1px 5px;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-block + .btn-block {
  margin-top: 5px;
}
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #9d9a9a;
  background-image: none;
}
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #8b8888;
}
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #269df2;
  background-image: none;
}
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #269df2;
}
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #276e2d;
  background-image: none;
}
.open > .dropdown-toggle.btn-success:hover,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #269df2;
}
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #035170;
  background-image: none;
}
.open > .dropdown-toggle.btn-info:hover,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #02384d;
}
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c3af0c;
  background-image: none;
}
.open > .dropdown-toggle.btn-warning:hover,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #a2910a;
}
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #7a0110;
  background-image: none;
}
.open > .dropdown-toggle.btn-danger:hover,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #7a0110;
}
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
fieldset[disabled] a.btn {
  pointer-events: none;
}
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #D8D8D8;
  text-decoration: none;
}
fieldset[disabled] .btn-default {
  background-color: #B6B4B4;
}
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default.active {
  background-color: #B6B4B4;
}
fieldset[disabled] .btn-primary {
  background-color: #269df2;
}
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary.active {
  background-color: #269df2;
}
fieldset[disabled] .btn-success {
  background-color: #35933c;
}
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success.active {
  background-color: #35933c;
}
fieldset[disabled] .btn-info {
  background-color: #0475A2;
}
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info.active {
  background-color: #0475A2;
}
fieldset[disabled] .btn-warning {
  background-color: #f1d811;
}
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning.active {
  background-color: #f1d811;
}
fieldset[disabled] .btn-danger {
  background-color: #d0011b;
}
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger.active {
  background-color: #d0011b;
}
a.btn {
  text-decoration: none;
}
a.btn.disabled {
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-group-sm > .btn,
.btn-group-xs > .btn {
  border-radius: 0;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}
.btn-group-sm > .btn > .btn {
  padding: 5px 10px;
}
.btn-group-sm > .btn,
.btn-group-xs > .btn {
  font-size: 12px;
  line-height: 1.5;
}
.btn-group-xs > .btn > .btn {
  padding: 1px 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.d_filters_panel {
  position: relative;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 28px;
}
.d_filters_panel .dfp_btn_list {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  border-radius: 4px;
}
@media (min-width: 1140px) {
  .d_filters_panel .dfp_btn_list {
    background: none;
    box-shadow: none;
  }
}
.d_filters_panel .dfp_btn_list.drop_list {
  display: none;
  background: #f8fbfe;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(41, 58, 85, 0.15), 0 2px 15px 0 rgba(66, 165, 245, 0.25);
}
@media (min-width: 1140px) {
  .d_filters_panel .dfp_btn_list.drop_list {
    display: block;
    float: left;
    width: auto;
    background: none;
    box-shadow: none;
  }
}
.d_filters_panel .dfp_btn_list.drop_list.show_now {
  opacity: 0;
  display: block;
  position: absolute;
  top: 6px;
  width: 50%;
  z-index: 10;
  margin: 0;
}
.d_filters_panel .dfp_btn_list.drop_list.show_now.filters_list {
  left: 0;
}
.d_filters_panel .dfp_btn_list.drop_list.show_now.sort_list {
  right: 0;
}
@media (min-width: 640px) {
  .d_filters_panel .dfp_btn_list.drop_list.show_now {
    width: 100%;
    max-width: 240px;
  }
}
@media (min-width: 1140px) {
  .d_filters_panel .dfp_btn_list.drop_list.show_now {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    max-width: initial;
  }
}
.d_filters_panel .dfp_btn_list.drop_btns {
  display: block;
}
@media (min-width: 1140px) {
  .d_filters_panel .dfp_btn_list.drop_btns {
    display: none;
  }
}
.d_filters_panel .dfp_btn_list.drop_btns .dfp_btn {
  width: 50%;
  margin-right: 0;
}
@media (min-width: 320px) {
  .d_filters_panel .dfp_btn_list.drop_btns .dfp_btn {
    float: left;
    line-height: 1;
    padding: 0;
  }
  .d_filters_panel .dfp_btn_list.drop_btns .dfp_btn:last-child {
    margin-right: 0;
  }
  .d_filters_panel .dfp_btn_list.drop_btns .dfp_btn:first-child a {
    padding-left: 12px;
  }
}
@media (min-width: 640px) {
  .d_filters_panel .dfp_btn_list.drop_btns .dfp_btn {
    width: auto;
    margin-right: 6px;
  }
}
.d_filters_panel .dfp_btn_list.drop_btns .dfp_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 16px 15px;
  text-decoration: none;
}
@media (min-width: 1140px) {
  .d_filters_panel .dfp_btn_list.drop_btns .dfp_btn a {
    padding: 12px 12px 14px 18px;
  }
}
@media (min-width: 320px) {
  .d_filters_panel .dfp_btn_list.drop_btns .dfp_btn a {
    padding: 22px 36px 21px 12px;
  }
}
.d_filters_panel .dfp_btn_list.drop_btns .dfp_btn a span {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  color: #4a4a4a;
}
.d_filters_panel .dfp_btn_list.drop_btns .dfp_btn a i {
  display: block;
  width: 14px;
  height: 14px;
  font-size: 18px;
}
.d_filters_panel .dfp_btn_list .dfp_btn {
  float: none;
  margin-right: 0;
  border-bottom: 1px solid #e5ecef;
}
.d_filters_panel .dfp_btn_list .dfp_btn:last-child {
  border-bottom: 0px solid #e5ecef;
}
@media (min-width: 1140px) {
  .d_filters_panel .dfp_btn_list .dfp_btn {
    float: left;
    margin-right: 6px;
    border-bottom: 0 solid #e5ecef;
  }
  .d_filters_panel .dfp_btn_list .dfp_btn:last-child {
    margin-right: 0;
  }
  .d_filters_panel .dfp_btn_list .dfp_btn:first-child a {
    padding-left: 24px;
  }
}
.d_filters_panel .dfp_btn_list .dfp_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 16px 15px;
  text-decoration: none;
}
.d_filters_panel .dfp_btn_list .dfp_btn a span {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  color: #7d848e;
  z-index: 2;
}
.d_filters_panel .dfp_btn_list .dfp_btn a span.number_of {
  background: #9B9B9B;
  color: #fff;
  padding: 1px 6px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 4px;
}
.d_filters_panel .dfp_btn_list .dfp_btn a i {
  position: absolute;
  width: 14px;
  height: 14px;
  top: -2px;
  right: 12px;
  bottom: 0;
  margin: auto auto;
  font-size: 18px;
  color: #243a66;
  display: none;
}
.d_filters_panel .dfp_btn_list .dfp_btn a i:before {
  position: absolute;
}
.d_filters_panel .dfp_btn_list .dfp_btn.active a span,
.d_filters_panel .dfp_btn_list .dfp_btn:hover a span {
  text-decoration: underline;
}
.d_filters_panel .dfp_btn_list .dfp_btn.active a span.number_of,
.d_filters_panel .dfp_btn_list .dfp_btn:hover a span.number_of {
  background: #0381b9;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1140px) {
  .d_filters_panel .dfp_btn_list .dfp_btn.active a span,
  .d_filters_panel .dfp_btn_list .dfp_btn:hover a span {
    color: #4a4a4a;
  }
  .d_filters_panel .dfp_btn_list .dfp_btn.active a span.number_of,
  .d_filters_panel .dfp_btn_list .dfp_btn:hover a span.number_of {
    background: #0475A2;
  }
}
.d_filters_panel .dfp_btn_list .drop_list_head {
  position: relative;
  padding: 10px 15px 14px 12px;
  border-bottom: 1px solid #e5ecef;
}
.d_filters_panel .dfp_btn_list .drop_list_head span {
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
}
.d_filters_panel .dfp_btn_list .drop_list_head i {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  /* color: #9eafc1; */
}
@media (min-width: 1140px) {
  .d_filters_panel .dfp_btn_list .drop_list_head {
    float: left;
    padding: 15px;
    border-bottom: none;
  }
  .d_filters_panel .dfp_btn_list .drop_list_head i {
    display: none;
  }
}
.additional_panel {
  position: relative;
  padding: 8px 14px 0 14px;
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: top;
  z-index: 2;
}
.additional_panel .ap_container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.additional_panel .ap_container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dfe7eb;
}
.additional_panel .ap_container .left_side {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #171d2f;
}
@media (min-width: 640px) {
  .additional_panel .ap_container .left_side {
    width: auto;
    border-bottom: none;
    flex-grow: 1;
  }
}
.additional_panel .ap_container .right_side {
  position: relative;
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  .additional_panel .ap_container .right_side {
    float: right;
    width: auto;
  }
}
.additional_panel .ap_container .right_side .d_filters_panel .dfp_btn_list.drop_list:nth-child(3) .dfp_btn:last-child a {
  padding-right: 0;
}
.conversation-list .rfp-item-form-inner {
  margin: 0;
  padding: 12px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.conversation-list .rfp-item-form-inner .send-msg-form {
  position: relative;
}
.conversation-list .rfp-item-form-inner .send-msg-form .form-group {
  width: 100%;
  z-index: 0;
  margin: 0;
}
.conversation-list .rfp-item-form-inner .send-msg-form .form-group:nth-last-of-type(1) .form-control {
  border-top: 0;
}
.conversation-list .rfp-item-form-inner .send-msg-form .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 0;
  border: 1px solid #87a21b;
  z-index: 1;
  padding: 6px 24px 5px 24px;
}
.conversation-item {
  position: relative;
  margin: 24px 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.conversation-item .ci-phase {
  width: 100%;
  background: #802E60;
  padding: 8px 12px;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1;
}
.conversation-item .ci-phase-title {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}
.conversation-item .ci-phase button {
  float: right;
  position: relative;
  background: transparent;
  border: none;
  color: #d6b8a9;
  padding-right: 0;
}
.conversation-item .ci-phase button span {
  margin-right: 6px;
}
.conversation-item .ci-phase button.icon-publish i:before {
  content: "\f06e";
}
.conversation-item .ci-phase button.icon-unpublish i:before {
  content: "\f070";
}
@media screen and (max-width: 480px) {
  .conversation-item .ci-phase-title {
    float: none;
  }
  .conversation-item .ci-phase button {
    margin-top: 6px;
    float: left;
  }
}
.conversation-item .ci-head {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
}
.conversation-item .ci-head-bidder {
  position: relative;
  float: left;
  padding: 8px 10px;
  font-size: 14px;
  color: #606060;
}
.conversation-item .ci-head-date {
  float: right;
  padding: 8px 10px;
  color: #bababa;
}
.conversation-item .ci-head-date-separator {
  float: left;
}
.conversation-item .ci-head-date-month,
.conversation-item .ci-head-date-day,
.conversation-item .ci-head-date-year {
  float: left;
}
.conversation-item .ci-head-date-time {
  float: left;
}
.conversation-item .ci-head-date-time-hour,
.conversation-item .ci-head-date-time-minute,
.conversation-item .ci-head-date-time-convention {
  float: left;
}
.conversation-item .ci-head-date-month {
  padding-right: 6px;
}
.conversation-item .ci-head-date-year {
  padding-left: 6px;
  padding-right: 8px;
}
.conversation-item .ci-head-date-time-convention {
  padding-left: 4px;
}
.conversation-item .ci-msg {
  display: table;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
.conversation-item .ci-msg:nth-child(odd) {
  background: #fafafa;
}
.conversation-item .ci-msg-member {
  display: table-cell;
  padding: 0 12px;
  position: relative;
  width: 66px;
}
.conversation-item .ci-msg-member .avatar {
  position: relative;
}
.conversation-item .ci-msg-member .avatar:after {
  position: absolute;
  bottom: 3px;
  right: -5px;
  width: 24px;
  height: 24px;
  padding: 6px 0;
  text-align: center;
  background: #000;
  color: #fff;
  line-height: 1;
  font-size: 12px;
}
.conversation-item .ci-msg-content {
  overflow: hidden;
  line-height: 1.3;
  display: table-cell;
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 12px;
  font-size: 18px;
  color: #4a4a4a;
}
.conversation-item .ci-msg-question .ci-msg-member .avatar {
  position: relative;
}
.conversation-item .ci-msg-question .ci-msg-member .avatar:after {
  content: 'Q:';
  background: #acce22;
}
.conversation-item .ci-msg-answer .ci-msg-member .avatar {
  position: relative;
}
.conversation-item .ci-msg-answer .ci-msg-member .avatar:after {
  content: 'A:';
  background: #025e84;
}
.conversation-item.general .ci-head-phase {
  background: #025e84;
}
.bidder {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 24px;
  border: 1px solid #d4d4d4;
}
.bidder .details-btn {
  float: left;
}
.bidder .checkbox-item-with-icon label {
  float: right;
}
.bidder-head {
  position: relative;
  display: block;
  width: 100%;
  height: 95px;
  padding: 15px 15px 0 15px;
  text-decoration: none;
}
.bidder-head .bidder-info {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.bidder-head .bidder-info-img {
  display: none;
  width: 36px;
}
.bidder-head .bidder-info-img img {
  width: 100%;
}
.bidder-head .bidder-info-name span {
  font-size: 12px;
  color: #a3a7ac;
  line-height: 1.2;
  font-weight: 500;
}
.bidder-head .bidder-info-name h4 {
  position: relative;
  font-size: 18px;
  color: #2c3546;
  line-height: 1.2;
  z-index: 0;
  display: inline-block;
  padding-right: 18px;
  padding-bottom: 12px;
  min-height: 56px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bidder-head .bidder-info-name h4 {
    max-width: 210px;
  }
}
@media (min-width: 1140px) {
  .bidder-head .bidder-info-name h4 {
    max-width: 320px;
  }
}
.bidder-head .bidder-info-budget-total {
  display: none;
  font-weight: 600;
  text-align: right;
}
.bidder-head .delete-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #333;
  outline: none;
}
.bidder-head.affix {
  position: fixed;
  background: #353;
  z-index: 2;
}
.bidder-body {
  transform: translateZ(0);
}
.bidder-footer {
  border-top: 1px solid #d3d3d3;
  transform: translateZ(0);
}
.dl-rfp-phase {
  font-size: 14px;
}
.dl-rfp-phase:first-child .dl-rfp-phase-header {
  border-top: 1px solid #d4d4d4;
}
.dl-rfp-phase:last-child .dl-rfp-phase-header {
  border-bottom: 0;
}
.dl-rfp-phase .phase-title {
  float: left;
  width: 58px;
  color: #fff;
  background: #802E60;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1;
}
.dl-rfp-phase .phase-depositions {
  float: right;
  padding: 8px 4px 0 0;
  color: #fff;
  line-height: 1;
}
.dl-rfp-phase .phase-description {
  padding: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  color: #fff;
}
.dl-rfp-phase-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background: #fafafa;
  border-bottom: 1px solid #d4d4d4;
}
.dl-rfp-phase-header .phase-depositions,
.dl-rfp-phase-header .phase-description {
  color: #4a4a4a;
}
.dl-rfp-phase-header + .dl-rfp-phase-task .dl-rfp-phase-task-header {
  border-top: 0 solid #d4d4d4;
}
.dl-rfp-phase-tasks {
  display: none;
}
.dl-rfp-phase-task-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background: #fafafa;
  border-top: 1px solid #d4d4d4;
}
.dl-rfp-phase-task-header + .dl-rfp-phase-task-sub {
  border-top: 1px solid #d4d4d4;
}
.dl-rfp-phase-task .task-title {
  float: left;
  color: #802E60;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.dl-rfp-phase-task .task-depositions {
  float: right;
  padding: 8px 4px 0 0;
  color: #00435e;
  font-weight: 600;
  line-height: 1;
}
.dl-rfp-phase-task .task-description {
  padding: 8px;
  padding-left: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
}
.dl-rfp-phase-task-sub ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 22px;
}
.dl-rfp-phase-task-sub ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.dl-rfp-phase-task-sub ul li span {
  display: block;
  color: #25435d;
  font-weight: 600;
  padding-bottom: 4px;
}
.dl-rfp-phase-task-sub ul li div:first-child {
  float: left;
}
.dl-rfp-phase-task-sub ul li div:last-child {
  float: right;
  font-weight: 600;
}
.dl-rfp-phase-task-sub-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.dl-rfp-phase-task-sub-header .task-title {
  color: #4a4a4a;
}
.dl-rfp-phase-task-sub-header .task-depositions {
  display: none;
  color: #00435e;
}
.dl-rfp-phase-task-sub-header .task-description {
  padding-left: 0;
}
.dl-rfp-phase-task-sub-total {
  padding: 0 14px;
}
.dl-rfp-phase-task-sub-total ul {
  margin-bottom: 18px;
}
.dl-rfp-phase-task-sub-ranks {
  padding: 0 14px;
}
.dl-rfp-phase-task-sub-ranks ul {
  background: #efefef;
  border-radius: 12px;
  padding: 10px 14px;
  margin-bottom: 12px;
}
.dl-rfp-phase-task-sub-ranks ul:last-child {
  margin-bottom: 24px;
}
.dl-rfp-timekeepers {
  display: none;
  background: #efefef;
  background: #fafafa;
}
.dl-rfp-timekeepers-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background: #efefef;
  border-top: 1px solid #d4d4d4;
}
.dl-rfp-timekeepers-header .timekeeper-depositions {
  float: right;
  padding: 8px 4px 0 0;
  color: #00435e;
  font-weight: 600;
  line-height: 1;
}
.dl-rfp-timekeepers-header .timekeeper-description {
  padding: 8px;
  padding-left: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
}
.dl-rfp-timekeepers-header .timekeeper-description span {
  font-weight: 600;
}
.dl-rfp-timekeepers-header + .dl-rfp-timekeepers-list {
  border-top: 1px solid #d4d4d4;
}
.dl-rfp-timekeepers-list {
  padding: 0 14px;
}
.dl-rfp-timekeepers-list ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 22px;
  background: #efefef;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  padding: 10px 14px;
  margin-bottom: 12px;
}
.dl-rfp-timekeepers-list ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.dl-rfp-timekeepers-list ul li span {
  display: block;
  color: #25435d;
  font-weight: 600;
  padding-bottom: 4px;
}
.dl-rfp-timekeepers-list ul li div:first-child {
  float: left;
}
.dl-rfp-timekeepers-list ul li div:last-child {
  float: right;
  font-weight: 600;
}
.dl-rfp-timekeepers-list ul:first-child {
  margin-top: 12px;
}
.dl-rfp-summary {
  display: none;
  padding: 12px 14px 0 14px;
}
.dl-rfp-summary ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.dl-rfp-summary ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 12px;
}
.dl-rfp-summary-head div {
  font-weight: 600;
}
.dl-rfp-summary-head div:first-child {
  float: left;
  color: #25435d;
}
.dl-rfp-summary-head div:last-child {
  float: right;
}
.dl-rfp-summary-cost h4 {
  position: relative;
  font-weight: 100;
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: 12px;
}
.dl-rfp-summary-cost h4:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  left: 0;
  bottom: 0;
  width: 120%;
  margin-left: -20%;
  background-color: #D8D8D8;
}
.dl-rfp-summary-cost h4:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -3px;
  border: 4px solid transparent;
  border-color: transparent;
  border-right: 6px solid;
  border-right-color: #D8D8D8;
}
.dl-rfp-summary-cost ul li {
  border-bottom: 1px solid #ddd;
}
.dl-rfp-summary-cost ul li div {
  font-weight: 600;
}
.dl-rfp-summary-cost ul li div:first-child {
  float: left;
  color: #802E60;
}
.dl-rfp-summary-cost ul li div:last-child {
  float: right;
}
.dl-rfp-summary-timekeepers h4 {
  position: relative;
  font-weight: 100;
  display: inline-block;
  padding-bottom: 18px;
  margin-bottom: 12px;
}
.dl-rfp-summary-timekeepers h4:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  left: 0;
  bottom: 0;
  width: 120%;
  margin-left: -20%;
  background-color: #D8D8D8;
}
.dl-rfp-summary-timekeepers h4:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -3px;
  border: 4px solid transparent;
  border-color: transparent;
  border-right: 6px solid;
  border-right-color: #D8D8D8;
}
.dl-rfp-summary-timekeepers ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 22px;
  background: #efefef;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  padding: 10px 14px;
  margin-bottom: 12px;
}
.dl-rfp-summary-timekeepers ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.dl-rfp-summary-timekeepers ul li span {
  display: block;
  color: #25435d;
  font-weight: 600;
  padding-bottom: 4px;
}
.dl-rfp-summary-timekeepers ul li div:first-child {
  float: left;
}
.dl-rfp-summary-timekeepers ul li div:last-child {
  font-weight: 600;
  float: right;
}
/*-----======-------*/
.modal-compare {
  padding-right: 0!important;
  padding-left: 0!important;
  overflow-y: hidden!important;
  z-index: 2147483648 !important;
}
.modal-compare .modal-dialog {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100%;
}
.modal-compare .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-compare .modal-header {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #e5ebed;
  border-bottom: 1px solid #d4d4d4;
  transform: translateZ(0);
}
.modal-compare .modal-header-content {
  position: relative;
  display: table;
  width: 100%;
  padding: 6px 12px;
  background: #e5ebed;
  transform: translateZ(0);
}
.modal-compare .modal-header button.close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 44px;
  line-height: 50px;
  text-align: center;
  color: #333;
  outline: none;
}
.modal-compare .modal-header button.close span {
  position: relative;
  top: -1px;
}
.modal-compare .modal-header .bidder-info {
  display: table-cell;
  vertical-align: middle;
}
.modal-compare .modal-header .bidder-info-img {
  display: none;
  width: 36px;
}
.modal-compare .modal-header .bidder-info-img img {
  width: 100%;
}
.modal-compare .modal-header .bidder-info-name span {
  font-size: 12px;
  color: #a3a7ac;
  line-height: 1.2;
  font-weight: 500;
}
.modal-compare .modal-header .bidder-info-name h4 {
  position: relative;
  font-size: 18px;
  color: #2c3546;
  line-height: 1.2;
  z-index: 0;
  min-height: 44px;
  margin-top: 6px;
  margin-bottom: 0;
  white-space: initial;
  padding-right: 30px;
}
.modal-compare .modal-header .bidder-info-budget-total {
  font-weight: 600;
  text-align: right;
  display: inline-block;
  float: right;
  font-size: 14px;
}
.modal-compare .modal-header .bidder-info-budget-total span {
  font-weight: 600;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 1.2;
}
.modal-compare .modal-header .delete-btn {
  display: none;
}
.modal-compare .modal-header:before,
.modal-compare .modal-header:after {
  display: none;
}
.modal-compare .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-x: auto;
  z-index: 0;
  padding-bottom: 114px;
}
@media (min-width: 1200px) {
  .modal-compare .modal-body {
    padding-bottom: 122px;
  }
}
.modal-compare .modal-body:after,
.modal-compare .modal-body:before {
  display: none;
}
.modal-compare .modal-body .dl-rfp-phases {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.modal-compare .modal-body .dl-rfp-phase {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  max-width: 480px;
  vertical-align: top;
  border-right: 1px solid #d4d4d4;
  z-index: 1;
}
.modal-compare .modal-body .dl-rfp-phase-header {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: -1px;
  background: #25435d;
}
.modal-compare .modal-body .dl-rfp-phase-header .phase-depositions,
.modal-compare .modal-body .dl-rfp-phase-header .phase-description {
  color: #fff;
}
.modal-compare .modal-body .dl-rfp-phase-tasks {
  display: block;
  width: 100%;
  height: 100%;
  white-space: normal;
  overflow-y: auto;
}
.modal-compare .modal-body .dl-rfp-phase:last-child {
  border-right: none;
}
.modal-compare .modal-body .dl-rfp-timekeepers {
  display: block;
  width: 100%;
  height: 100%;
  white-space: normal;
  overflow-y: auto;
}
.modal-compare .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  background: #fafafa;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #d4d4d4;
}
.modal-compare .modal-footer button {
  float: left;
  margin-top: 0;
  margin-left: 18px;
}
@media (min-width: 1200px) {
  .modal-compare .modal-footer button {
    margin-top: 4px;
  }
}
.modal-compare .modal-footer .checkbox {
  float: left;
}
.modal-compare-selected .dl-rfp-summary {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: normal;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.modal-compare-selected .modal-content {
  padding-bottom: 62px;
}
@media (min-width: 1200px) {
  .modal-compare-selected .modal-content {
    padding-bottom: 66px;
  }
}
.modal-compare-selected .modal-body {
  padding-bottom: 88px;
  overflow-y: hidden;
}
.modal-compare-selected .modal-body .modal-compare-head {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.modal-compare-selected .modal-body .modal-compare-head-item {
  position: relative;
  display: inline-block;
  width: 480px;
  height: 100%;
  min-width: 320px;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  z-index: 1;
}
.modal-compare-selected .modal-body .modal-compare-head-item:last-child {
  border-right: 0 solid #d4d4d4;
}
.modal-compare-selected .modal-body .modal-compare-head-item-content {
  position: relative;
  display: table;
  width: 100%;
  padding: 6px 12px;
  background: #e5ebed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.modal-compare-selected .modal-body .modal-compare-head-item-content .bidder-info {
  display: table-cell;
  vertical-align: middle;
  max-width: 220px;
}
.modal-compare-selected .modal-body .modal-compare-head-item-content .bidder-info-img {
  display: none;
  width: 36px;
}
.modal-compare-selected .modal-body .modal-compare-head-item-content .bidder-info-img img {
  width: 100%;
}
.modal-compare-selected .modal-body .modal-compare-head-item-content .bidder-info-name h4 {
  position: relative;
  font-size: 18px;
  color: #2c3546;
  line-height: 1.2;
  z-index: 0;
  min-height: 44px;
  margin-top: 2px;
  margin-bottom: 0;
  white-space: initial;
  padding-right: 24px;
}
.modal-compare-selected .modal-body .modal-compare-head-item-content .bidder-info-name span {
  font-size: 12px;
  color: #a3a7ac;
  line-height: 1.2;
  font-weight: 500;
}
.modal-compare-selected .modal-body .modal-compare-head-item-content .bidder-info-budget-total {
  font-weight: 600;
  text-align: right;
  display: inline-block;
  float: right;
  font-size: 14px;
}
.modal-compare-selected .modal-body .modal-compare-head-item-content .bidder-info-budget-total span {
  font-weight: 600;
  font-size: 14px;
  color: #4A4A4A;
}
.modal-compare-selected .modal-body .modal-compare-head-item-content .delete-btn {
  display: block;
  position: absolute;
  top: 28px;
  right: 0;
  margin: auto;
  width: 36px;
  height: 36px;
  line-height: 40px;
  text-align: center;
  color: #333;
  outline: none;
  font-size: 14px;
}
.modal-compare-selected .modal-body .modal-compare-head-item-content .delete-btn i {
  position: relative;
  top: -2px;
}
.modal-compare-selected .modal-body .modal-compare-head-item-content .delete-btn.hide + .bidder-info-budget-total {
  padding-right: 0;
}
.modal-compare-selected .modal-body .modal-compare-head-item .dl-rfp-phase {
  display: none;
  max-width: 100%;
  padding-bottom: 0;
}
.modal-compare-selected .modal-body .compare-list-section {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
}
.modal-compare-selected .modal-body .compare-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  padding: 0;
  min-width: 320px;
  width: 480px;
  float: none;
  z-index: 1;
}
.modal-compare-selected .modal-body .compare-list-item .bidder {
  margin-bottom: 0;
  border: none;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.modal-compare-selected .modal-body .compare-list-item .bidder-head .delete-btn {
  display: block;
}
.modal-compare-selected .modal-body .compare-list-item .bidder-body .dl-rfp-phases {
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: normal;
}
.modal-compare-selected .modal-body .compare-list-item .bidder-body .dl-rfp-phases .dl-rfp-phase {
  padding: 0;
  max-width: none;
}
.modal-compare-selected .modal-body .compare-list-item .bidder-body .dl-rfp-phases .dl-rfp-phase:first-child {
  margin-top: 0;
}
.modal-compare-selected .modal-body .compare-list-item .bidder-body .dl-rfp-phases .dl-rfp-phase-header {
  background: #25435d;
  border-bottom: 1px solid #0e304e;
}
.modal-compare-selected .modal-body .compare-list-item .bidder-body .dl-rfp-phases .dl-rfp-phase-header .phase-depositions,
.modal-compare-selected .modal-body .compare-list-item .bidder-body .dl-rfp-phases .dl-rfp-phase-header .phase-description {
  color: #fff;
}
.modal-compare-selected .modal-body .compare-list-item .bidder-body .dl-rfp-phases .dl-rfp-phase-tasks {
  padding-bottom: 0;
}
.modal-compare-selected .modal-body .compare-list-item .bidder-body .dl-rfp-phases .dl-rfp-phase .collapse-section {
  display: none;
}
.modal-compare-selected .modal-body .compare-list-item .bidder-body .dl-rfp-phases .dl-rfp-phase .collapse-section-open {
  display: block;
}
.modal-compare-selected.show-pseudo-header .modal-body {
  padding-bottom: 118px;
}
.modal-compare-selected.show-pseudo-header .modal-body .modal-compare-head-item .dl-rfp-phase {
  display: inline-block;
}
.modal-compare .modal-footer {
  background: #fafafa;
}
.modal-compare .modal-footer .btn-set {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.modal-compare .modal-footer .btn-set .left {
  float: left;
}
.modal-compare .modal-footer .btn-set .right {
  float: right;
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  max-width: 90%;
}
.modal-content {
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-content form {
  margin: 0;
}
.modal-header {
  border: none;
  padding: 1em 1.5em;
  text-align: left;
  background-color: rgba(0, 67, 94, 0.73);
  overflow: hidden;
}
.modal-header:before,
.modal-header:after {
  content: '';
  position: absolute;
  top: 0;
}
.modal-header:before {
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 59px 44px 0px;
  border-color: #fff transparent transparent transparent;
  opacity: 0.3;
}
.modal-header:after {
  display: inline-block;
  bottom: -2px;
  left: 80%;
  width: 50%;
  background-color: #fff;
  transform: skew(-30deg);
}
.modal-header .modal-title {
  margin: 0;
  color: #fff;
  font-size: 1.9em;
  line-height: 1.15;
  text-transform: inherit;
  z-index: 1;
}
.modal-header .close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 3;
  line-height: 1em;
}
.modal-header .close > span {
  font-size: 24px;
}
.modal-body {
  padding: 1.5em 1.5em 1em 1.5em;
  overflow-y: initial;
}
.modal-body:before,
.modal-body:after {
  content: '';
  position: absolute;
}
.modal-body:before {
  top: 0;
  left: 0;
  width: 85%;
  height: 1px;
  background: #9B9B9B;
  z-index: 1;
}
.modal-body:after {
  display: block;
  top: -4px;
  right: 15%;
  border: 4px solid transparent;
  border-color: transparent;
  border-right: 6px solid #9B9B9B;
}
.modal-footer {
  width: 100%;
  overflow: hidden;
  text-align: right;
  padding: 1em 1.5em;
  background-color: #fff;
  border: none;
}
.modal-footer button {
  margin-top: 0;
}
.date-picker,
.time-picker,
.date-time-picker,
.date-picker-only-calendar {
  /*---------------*/
  /*---------------*/
}
.date-picker > .input-group-addon,
.time-picker > .input-group-addon,
.date-time-picker > .input-group-addon,
.date-picker-only-calendar > .input-group-addon {
  border-radius: 0;
  background: #fff;
  cursor: pointer;
}
.date-picker > .input-group-addon i,
.time-picker > .input-group-addon i,
.date-time-picker > .input-group-addon i,
.date-picker-only-calendar > .input-group-addon i {
  color: #43739e;
}
.date-picker .bootstrap-datetimepicker-widget,
.time-picker .bootstrap-datetimepicker-widget,
.date-time-picker .bootstrap-datetimepicker-widget,
.date-picker-only-calendar .bootstrap-datetimepicker-widget {
  list-style: none;
}
.date-picker .bootstrap-datetimepicker-widget.wider,
.time-picker .bootstrap-datetimepicker-widget.wider,
.date-time-picker .bootstrap-datetimepicker-widget.wider,
.date-picker-only-calendar .bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.date-picker .bootstrap-datetimepicker-widget.dropdown-menu,
.time-picker .bootstrap-datetimepicker-widget.dropdown-menu,
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu,
.date-picker-only-calendar .bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
.date-picker .bootstrap-datetimepicker-widget.dropdown-menu:before,
.time-picker .bootstrap-datetimepicker-widget.dropdown-menu:before,
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu:before,
.date-picker-only-calendar .bootstrap-datetimepicker-widget.dropdown-menu:before,
.date-picker .bootstrap-datetimepicker-widget.dropdown-menu:after,
.time-picker .bootstrap-datetimepicker-widget.dropdown-menu:after,
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.date-picker .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.time-picker .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.date-picker-only-calendar .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.date-picker .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.time-picker .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.date-picker .bootstrap-datetimepicker-widget.dropdown-menu.top:before,
.time-picker .bootstrap-datetimepicker-widget.dropdown-menu.top:before,
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu.top:before,
.date-picker-only-calendar .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.date-picker .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
.time-picker .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.date-picker .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before,
.time-picker .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before,
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before,
.date-picker-only-calendar .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.date-picker .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after,
.time-picker .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after,
.date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
@media (min-width: 768px) {
  .date-picker .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs,
  .time-picker .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs,
  .date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs,
  .date-picker-only-calendar .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .date-picker .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs,
  .time-picker .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs,
  .date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs,
  .date-picker-only-calendar .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .date-picker .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs,
  .time-picker .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs,
  .date-time-picker .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs,
  .date-picker-only-calendar .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.date-picker .bootstrap-datetimepicker-widget .list-unstyled,
.time-picker .bootstrap-datetimepicker-widget .list-unstyled,
.date-time-picker .bootstrap-datetimepicker-widget .list-unstyled,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.date-picker .bootstrap-datetimepicker-widget a[data-action],
.time-picker .bootstrap-datetimepicker-widget a[data-action],
.date-time-picker .bootstrap-datetimepicker-widget a[data-action],
.date-picker-only-calendar .bootstrap-datetimepicker-widget a[data-action] {
  padding: 0;
}
.date-picker .bootstrap-datetimepicker-widget a[data-action]:active,
.time-picker .bootstrap-datetimepicker-widget a[data-action]:active,
.date-time-picker .bootstrap-datetimepicker-widget a[data-action]:active,
.date-picker-only-calendar .bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.date-picker .bootstrap-datetimepicker-widget button[data-action],
.time-picker .bootstrap-datetimepicker-widget button[data-action],
.date-time-picker .bootstrap-datetimepicker-widget button[data-action],
.date-picker-only-calendar .bootstrap-datetimepicker-widget button[data-action] {
  padding: 14px;
  margin: 0;
}
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after,
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after,
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after,
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after,
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after,
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after,
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after,
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="clear"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="clear"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="clear"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="clear"]:after,
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="today"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="today"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="today"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="today"]:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]:after {
  content: "Increment Hours";
}
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]:after {
  content: "Increment Minutes";
}
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]:after {
  content: "Decrement Hours";
}
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]:after {
  content: "Decrement Minutes";
}
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="showHours"]:after {
  content: "Show Hours";
}
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]:after {
  content: "Show Minutes";
}
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]:after {
  content: "Toggle AM/PM";
}
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="clear"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="clear"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="clear"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="clear"]:after {
  content: "Clear the picker";
}
.date-picker .bootstrap-datetimepicker-widget .btn[data-action="today"]:after,
.time-picker .bootstrap-datetimepicker-widget .btn[data-action="today"]:after,
.date-time-picker .bootstrap-datetimepicker-widget .btn[data-action="today"]:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .btn[data-action="today"]:after {
  content: "Set the date to today";
}
.date-picker .bootstrap-datetimepicker-widget .timepicker-hour,
.time-picker .bootstrap-datetimepicker-widget .timepicker-hour,
.date-time-picker .bootstrap-datetimepicker-widget .timepicker-hour,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .timepicker-hour,
.date-picker .bootstrap-datetimepicker-widget .timepicker-minute,
.time-picker .bootstrap-datetimepicker-widget .timepicker-minute,
.date-time-picker .bootstrap-datetimepicker-widget .timepicker-minute,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .timepicker-minute,
.date-picker .bootstrap-datetimepicker-widget .timepicker-second,
.time-picker .bootstrap-datetimepicker-widget .timepicker-second,
.date-time-picker .bootstrap-datetimepicker-widget .timepicker-second,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.date-picker .bootstrap-datetimepicker-widget .picker-switch,
.time-picker .bootstrap-datetimepicker-widget .picker-switch,
.date-time-picker .bootstrap-datetimepicker-widget .picker-switch,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.date-picker .bootstrap-datetimepicker-widget .picker-switch:after,
.time-picker .bootstrap-datetimepicker-widget .picker-switch:after,
.date-time-picker .bootstrap-datetimepicker-widget .picker-switch:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .picker-switch:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.date-picker .bootstrap-datetimepicker-widget .picker-switch td,
.time-picker .bootstrap-datetimepicker-widget .picker-switch td,
.date-time-picker .bootstrap-datetimepicker-widget .picker-switch td,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.date-picker .bootstrap-datetimepicker-widget .picker-switch td span,
.time-picker .bootstrap-datetimepicker-widget .picker-switch td span,
.date-time-picker .bootstrap-datetimepicker-widget .picker-switch td span,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: auto;
  width: 100%;
  color: #fff;
  background: #24425c;
  border-radius: 0;
  margin: 0;
}
.date-picker .bootstrap-datetimepicker-widget .picker-switch td span:hover,
.time-picker .bootstrap-datetimepicker-widget .picker-switch td span:hover,
.date-time-picker .bootstrap-datetimepicker-widget .picker-switch td span:hover,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .picker-switch td span:hover {
  background: #025e84;
}
.date-picker .bootstrap-datetimepicker-widget table,
.time-picker .bootstrap-datetimepicker-widget table,
.date-time-picker .bootstrap-datetimepicker-widget table,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.date-picker .bootstrap-datetimepicker-widget table td,
.time-picker .bootstrap-datetimepicker-widget table td,
.date-time-picker .bootstrap-datetimepicker-widget table td,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td,
.date-picker .bootstrap-datetimepicker-widget table th,
.time-picker .bootstrap-datetimepicker-widget table th,
.date-time-picker .bootstrap-datetimepicker-widget table th,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0;
}
.date-picker .bootstrap-datetimepicker-widget table th,
.time-picker .bootstrap-datetimepicker-widget table th,
.date-time-picker .bootstrap-datetimepicker-widget table th,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th {
  height: 24px;
  line-height: 24px;
  width: 20px;
}
.date-picker .bootstrap-datetimepicker-widget table th.picker-switch,
.time-picker .bootstrap-datetimepicker-widget table th.picker-switch,
.date-time-picker .bootstrap-datetimepicker-widget table th.picker-switch,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.date-picker .bootstrap-datetimepicker-widget table th.disabled,
.time-picker .bootstrap-datetimepicker-widget table th.disabled,
.date-time-picker .bootstrap-datetimepicker-widget table th.disabled,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th.disabled,
.date-picker .bootstrap-datetimepicker-widget table th.disabled:hover,
.time-picker .bootstrap-datetimepicker-widget table th.disabled:hover,
.date-time-picker .bootstrap-datetimepicker-widget table th.disabled:hover,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.date-picker .bootstrap-datetimepicker-widget table th .prev:after,
.time-picker .bootstrap-datetimepicker-widget table th .prev:after,
.date-time-picker .bootstrap-datetimepicker-widget table th .prev:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th .prev:after,
.date-picker .bootstrap-datetimepicker-widget table th .next:after,
.time-picker .bootstrap-datetimepicker-widget table th .next:after,
.date-time-picker .bootstrap-datetimepicker-widget table th .next:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th .next:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.date-picker .bootstrap-datetimepicker-widget table th .prev:after,
.time-picker .bootstrap-datetimepicker-widget table th .prev:after,
.date-time-picker .bootstrap-datetimepicker-widget table th .prev:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th .prev:after {
  content: "Previous Month";
}
.date-picker .bootstrap-datetimepicker-widget table th .next:after,
.time-picker .bootstrap-datetimepicker-widget table th .next:after,
.date-time-picker .bootstrap-datetimepicker-widget table th .next:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th .next:after {
  content: "Next Month";
}
.date-picker .bootstrap-datetimepicker-widget table thead tr:first-child th,
.time-picker .bootstrap-datetimepicker-widget table thead tr:first-child th,
.date-time-picker .bootstrap-datetimepicker-widget table thead tr:first-child th,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
  color: #025e84;
}
.date-picker .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.time-picker .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.date-time-picker .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.date-picker .bootstrap-datetimepicker-widget table td,
.time-picker .bootstrap-datetimepicker-widget table td,
.date-time-picker .bootstrap-datetimepicker-widget table td,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td {
  height: auto;
  line-height: 1;
  width: 54px;
}
.date-picker .bootstrap-datetimepicker-widget table td.separator:not(: empty),
.time-picker .bootstrap-datetimepicker-widget table td.separator:not(: empty),
.date-time-picker .bootstrap-datetimepicker-widget table td.separator:not(: empty),
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.separator:not(: empty) {
  font-weight: 600;
  font-size: 24px;
}
.date-picker .bootstrap-datetimepicker-widget table td.separator:last-child,
.time-picker .bootstrap-datetimepicker-widget table td.separator:last-child,
.date-time-picker .bootstrap-datetimepicker-widget table td.separator:last-child,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.separator:last-child {
  display: none;
}
.date-picker .bootstrap-datetimepicker-widget table td.cw,
.time-picker .bootstrap-datetimepicker-widget table td.cw,
.date-time-picker .bootstrap-datetimepicker-widget table td.cw,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.cw,
.date-picker .bootstrap-datetimepicker-widget table td.day,
.time-picker .bootstrap-datetimepicker-widget table td.day,
.date-time-picker .bootstrap-datetimepicker-widget table td.day,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 30px;
}
.date-picker .bootstrap-datetimepicker-widget table td.cw,
.time-picker .bootstrap-datetimepicker-widget table td.cw,
.date-time-picker .bootstrap-datetimepicker-widget table td.cw,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  color: #777777;
}
.date-picker .bootstrap-datetimepicker-widget table td.day,
.time-picker .bootstrap-datetimepicker-widget table td.day,
.date-time-picker .bootstrap-datetimepicker-widget table td.day,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.day {
  width: 20px;
}
.date-picker .bootstrap-datetimepicker-widget table td.day:hover,
.time-picker .bootstrap-datetimepicker-widget table td.day:hover,
.date-time-picker .bootstrap-datetimepicker-widget table td.day:hover,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.day:hover,
.date-picker .bootstrap-datetimepicker-widget table td.hour:hover,
.time-picker .bootstrap-datetimepicker-widget table td.hour:hover,
.date-time-picker .bootstrap-datetimepicker-widget table td.hour:hover,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.hour:hover,
.date-picker .bootstrap-datetimepicker-widget table td.minute:hover,
.time-picker .bootstrap-datetimepicker-widget table td.minute:hover,
.date-time-picker .bootstrap-datetimepicker-widget table td.minute:hover,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.minute:hover,
.date-picker .bootstrap-datetimepicker-widget table td.second:hover,
.time-picker .bootstrap-datetimepicker-widget table td.second:hover,
.date-time-picker .bootstrap-datetimepicker-widget table td.second:hover,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.second:hover {
  background: #f4f4f4;
  cursor: pointer;
}
.date-picker .bootstrap-datetimepicker-widget table td.old,
.time-picker .bootstrap-datetimepicker-widget table td.old,
.date-time-picker .bootstrap-datetimepicker-widget table td.old,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.old,
.date-picker .bootstrap-datetimepicker-widget table td.new,
.time-picker .bootstrap-datetimepicker-widget table td.new,
.date-time-picker .bootstrap-datetimepicker-widget table td.new,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.new {
  color: #9b9b9b;
}
.date-picker .bootstrap-datetimepicker-widget table td.today,
.time-picker .bootstrap-datetimepicker-widget table td.today,
.date-time-picker .bootstrap-datetimepicker-widget table td.today,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.date-picker .bootstrap-datetimepicker-widget table td.today:before,
.time-picker .bootstrap-datetimepicker-widget table td.today:before,
.date-time-picker .bootstrap-datetimepicker-widget table td.today:before,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.date-picker .bootstrap-datetimepicker-widget table td.active,
.time-picker .bootstrap-datetimepicker-widget table td.active,
.date-time-picker .bootstrap-datetimepicker-widget table td.active,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.active,
.date-picker .bootstrap-datetimepicker-widget table td.active:hover,
.time-picker .bootstrap-datetimepicker-widget table td.active:hover,
.date-time-picker .bootstrap-datetimepicker-widget table td.active:hover,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #a9cf37;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.date-picker .bootstrap-datetimepicker-widget table td.active.today:before,
.time-picker .bootstrap-datetimepicker-widget table td.active.today:before,
.date-time-picker .bootstrap-datetimepicker-widget table td.active.today:before,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.date-picker .bootstrap-datetimepicker-widget table td.disabled,
.time-picker .bootstrap-datetimepicker-widget table td.disabled,
.date-time-picker .bootstrap-datetimepicker-widget table td.disabled,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.disabled,
.date-picker .bootstrap-datetimepicker-widget table td.disabled:hover,
.time-picker .bootstrap-datetimepicker-widget table td.disabled:hover,
.date-time-picker .bootstrap-datetimepicker-widget table td.disabled:hover,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.date-picker .bootstrap-datetimepicker-widget table td span,
.time-picker .bootstrap-datetimepicker-widget table td span,
.date-time-picker .bootstrap-datetimepicker-widget table td span,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 48px;
  line-height: 48px;
  margin: 0;
  cursor: pointer;
  border-radius: 0;
  color: #333;
}
.date-picker .bootstrap-datetimepicker-widget table td span:hover,
.time-picker .bootstrap-datetimepicker-widget table td span:hover,
.date-time-picker .bootstrap-datetimepicker-widget table td span:hover,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span:hover {
  background: #f4f4f4;
}
.date-picker .bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:before,
.time-picker .bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:before,
.date-time-picker .bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:before,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:before,
.date-picker .bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:before,
.time-picker .bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:before,
.date-time-picker .bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:before,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:before {
  position: relative;
  left: 2px;
}
.date-picker .bootstrap-datetimepicker-widget table td span.active,
.time-picker .bootstrap-datetimepicker-widget table td span.active,
.date-time-picker .bootstrap-datetimepicker-widget table td span.active,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span.active {
  background-color: #a9cf37;
  color: #ffffff;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.date-picker .bootstrap-datetimepicker-widget table td span.old,
.time-picker .bootstrap-datetimepicker-widget table td span.old,
.date-time-picker .bootstrap-datetimepicker-widget table td span.old,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.date-picker .bootstrap-datetimepicker-widget table td span.disabled,
.time-picker .bootstrap-datetimepicker-widget table td span.disabled,
.date-time-picker .bootstrap-datetimepicker-widget table td span.disabled,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span.disabled,
.date-picker .bootstrap-datetimepicker-widget table td span.disabled:hover,
.time-picker .bootstrap-datetimepicker-widget table td span.disabled:hover,
.date-time-picker .bootstrap-datetimepicker-widget table td span.disabled:hover,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.date-picker .bootstrap-datetimepicker-widget table td[data-action="selectHour"],
.time-picker .bootstrap-datetimepicker-widget table td[data-action="selectHour"],
.date-time-picker .bootstrap-datetimepicker-widget table td[data-action="selectHour"],
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td[data-action="selectHour"],
.date-picker .bootstrap-datetimepicker-widget table td[data-action="selectMinute"],
.time-picker .bootstrap-datetimepicker-widget table td[data-action="selectMinute"],
.date-time-picker .bootstrap-datetimepicker-widget table td[data-action="selectMinute"],
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td[data-action="selectMinute"] {
  height: 48px;
  width: 54px;
  padding: 5px 16px;
  line-height: 48px;
  font-weight: 600;
}
.date-picker .bootstrap-datetimepicker-widget .datepicker-decades .decade,
.time-picker .bootstrap-datetimepicker-widget .datepicker-decades .decade,
.date-time-picker .bootstrap-datetimepicker-widget .datepicker-decades .decade,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 20px !important;
  font-size: 14px;
  display: block;
  float: left;
  width: 33.3334%;
  padding: 12px 12px;
  height: auto;
}
.date-picker .bootstrap-datetimepicker-widget .datepicker-decades .decade:empty,
.time-picker .bootstrap-datetimepicker-widget .datepicker-decades .decade:empty,
.date-time-picker .bootstrap-datetimepicker-widget .datepicker-decades .decade:empty,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .datepicker-decades .decade:empty,
.date-picker .bootstrap-datetimepicker-widget .datepicker-decades .decade ~ span:empty,
.time-picker .bootstrap-datetimepicker-widget .datepicker-decades .decade ~ span:empty,
.date-time-picker .bootstrap-datetimepicker-widget .datepicker-decades .decade ~ span:empty,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .datepicker-decades .decade ~ span:empty {
  display: none;
}
.date-picker .bootstrap-datetimepicker-widget .input-group-addon,
.time-picker .bootstrap-datetimepicker-widget .input-group-addon,
.date-time-picker .bootstrap-datetimepicker-widget .input-group-addon,
.date-picker-only-calendar .bootstrap-datetimepicker-widget .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.date-picker-only-calendar {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.date-picker-only-calendar > input,
.date-picker-only-calendar > span {
  display: none!important;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th {
  height: 54px;
  line-height: 24px;
  width: 20px;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th.disabled,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th .prev:after,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th .next:after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th .prev:after {
  content: "Previous Month";
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table th .next:after {
  content: "Next Month";
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
  color: #025e84;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.bid-due-date-day-block,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.questions-end-day-block,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.winner-announced-day-block {
  position: relative;
  padding: 0;
  border: 1px solid #e5e5e5;
  background: #f4f4f4;
  z-index: 1;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.bid-due-date-day-block.active,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.questions-end-day-block.active,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td.winner-announced-day-block.active {
  border-color: #a9cf37;
  border-color: #87a21b;
  background: #a9cf37;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td .bid-due-date-day,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td .questions-end-day,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td .winner-announced-day {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td .bid-due-date-day span,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td .questions-end-day span,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td .winner-announced-day span {
  display: block;
  line-height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 18px;
  font-size: 12px;
  line-height: 1;
  padding: 3px;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td .bid-due-date-day i,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td .questions-end-day i,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td .winner-announced-day i {
  font-size: 24px;
  position: relative;
  top: 8px;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 48px;
  line-height: 48px;
  margin: 0;
  cursor: pointer;
  border-radius: 0;
  color: #333;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span:hover {
  background: #f4f4f4;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span.glyphicon-chevron-up:before,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down:before {
  position: relative;
  left: 2px;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span.active {
  background-color: #a9cf37;
  color: #ffffff;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span.disabled,
.date-picker-only-calendar .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.drp_dwn_sect {
  position: relative;
  margin-bottom: 15px;
}
.drp_dwn_sect .selected_item {
  position: relative;
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 4.28571429px 0.6em;
  color: #000000;
  font-size: 14px;
  line-height: initial;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #D8D8D8;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
}
.drp_dwn_sect .selected_item span {
  line-height: 1.6;
}
.drp_dwn_sect .selected_item i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 16px;
  margin: auto;
}
.drp_dwn_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 10;
  padding: 0 15px;
}
.drp_dwn_list ul {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.drp_dwn_list ul li {
  position: relative;
}
.drp_dwn_list ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background: #fff;
  padding: 6px 12px;
  text-decoration: none;
}
.drp_dwn_list ul li a span {
  color: #4a4a4a;
  font-weight: 500;
  font-size: 14px;
}
.drp_dwn_list ul li.active a {
  background-color: #ACCE22;
  transition: all .3s ease;
}
.drp_dwn_list ul li.active a span {
  color: #fff;
  transition: all .3s ease;
}
.drp_dwn_list ul li.active:hover a {
  background-color: #ACCE22;
  box-shadow: 0px 12px 22px 0px rgba(1, 87, 155, 0.12), 0px 9px 24px 0px rgba(124, 179, 66, 0.5);
  transition: all .3s ease;
}
.drp_dwn_list ul li.active:hover a span {
  color: #fff;
  transition: all .3s ease;
}
.drp_dwn_list ul li:hover a {
  background: #f2f2f2;
  transition: all .3s ease;
}
.drp_dwn_list ul li:hover a span {
  color: #4a4a4a;
}
.drp_dwn_list.active {
  display: block;
}
.rfp-main {
  padding: 0;
}
.rfp-main .panel_title {
  position: relative;
  flex-grow: 1;
}
.rfp-main .panel_title h4 {
  position: relative;
  font-size: 30px;
  font-weight: 300;
  text-transform: inherit;
  color: #9B9B9B;
  line-height: 1.5;
  margin: 6px 0;
}
.rfp-main .card_list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.rfp-main .card_list .card_item {
  position: relative;
  float: none;
  padding: 6px 0;
}
.rfp-main .card_list .card_item .ci_content {
  position: relative;
  background: #fff;
  border: 1px solid #D8D8D8;
  overflow: hidden;
  transform: translateZ(0);
}
.rfp-main .card_list .card_item .ci_content .ci_head {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 15px 0 15px;
  text-decoration: none;
}
.rfp-main .card_list .card_item .ci_content .ci_head .ci_info {
  font-size: 12px;
  color: #a3a7ac;
  line-height: 1.2;
  font-weight: 500;
}
.rfp-main .card_list .card_item .ci_content .ci_head .ci_info .ci_id {
  display: inline;
}
.rfp-main .card_list .card_item .ci_content .ci_head .ci_info .ci_date {
  display: inline;
}
.rfp-main .card_list .card_item .ci_content .ci_head .ci_title h4 {
  position: relative;
  font-size: 18px;
  color: #2c3546;
  line-height: 1.2;
  display: inline-block;
  padding-right: 18px;
  padding-bottom: 12px;
  min-height: 56px;
  margin-bottom: 0;
  margin-top: 10px;
  z-index: 1;
}
.rfp-main .card_list .card_item .ci_content .ci_head .ci_title h4:after,
.rfp-main .card_list .card_item .ci_content .ci_head .ci_title h4:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}
.rfp-main .card_list .card_item .ci_content .ci_head .ci_title h4:after {
  right: 0;
  bottom: -4px;
  border: 4px solid transparent;
  border-color: transparent;
  border-right: 6px solid;
  border-right-color: #D8D8D8;
}
.rfp-main .card_list .card_item .ci_content .ci_head .ci_title h4:before {
  height: 1px;
  left: 0;
  bottom: 0;
  width: 120%;
  margin-left: -20%;
  background-color: #D8D8D8;
}
.rfp-main .card_list .card_item .ci_content .ci_body {
  position: relative;
  width: 100%;
  height: 156px;
  margin-bottom: -1px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  background: #fff;
  transition: all .15s ease;
}
.rfp-main .card_list .card_item .ci_content .ci_body .el_descript .send_info {
  padding: 0 0 10px 0;
}
.rfp-main .card_list .card_item .ci_content .ci_foot {
  position: relative;
  background: #e5e5e5;
  border-top: 1px solid #d8d8d8;
  transform: translateZ(0);
}
@media (min-width: 580px) {
  .rfp-main .card_list .card_item .ci_content .ci_foot {
    height: 50px;
  }
}
.rfp-main .card_list .card_item .ci_content .ci_foot .ci_foot_content {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: top;
}
.rfp-main .card_list .card_item .ci_content .ci_foot .ci_foot_content .btns_set {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 100%;
  padding: 10px 12px;
  text-align: center;
}
.rfp-main .card_list .card_item .ci_content .ci_foot .ci_foot_content .btns_set .agree-to-terms,
.rfp-main .card_list .card_item .ci_content .ci_foot .ci_foot_content .btns_set .rejected-btn {
  margin: 0;
}
.rfp-main .card_list .card_item .ci_content .more_menu {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1000;
}
.rfp-main .card_list .card_item .ci_content .more_menu .dropdown-toggle {
  position: relative;
  width: 30px;
  height: 42px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  outline: none;
}
.rfp-main .card_list .card_item .ci_content .more_menu .dropdown-toggle i {
  color: #337ab7;
  opacity: .75;
  transition: all .15s ease;
}
.rfp-main .card_list .card_item .ci_content .more_menu .dropdown-toggle:hover i {
  opacity: 1;
  transition: all .3s ease;
}
.rfp-main .card_list .card_item .ci_content .more_menu .dropdown-menu {
  left: auto;
  right: 6px;
  top: 0;
}
.rfp-main .card_list .card_item .ci_content .more_menu .dropdown-menu li {
  cursor: pointer;
}
.rfp-main .card_list .card_item .ci_content .more_menu .dropdown-menu li a {
  display: block;
  padding: 6px 12px 6px 14px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #9B9B9B;
  white-space: nowrap;
}
.rfp-main .card_list .card_item .ci_content .more_menu .dropdown-menu li a i {
  margin-right: 6px;
  width: 16px;
}
.rfp-main .card_list .card_item .ci_content .more_menu .dropdown-menu li.delete a {
  color: #d0011b;
}
.rfp-main .card_list .card_item.bidders_item .ci_content .ci_foot {
  background: #fff;
}
.rfp-main .card_list .card_item.empty_body .add_new_btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 30px;
  width: 144px;
}
.rfp-main .card_list .card_item.empty_body .items_list {
  display: none;
}
.rfp-main .card_list .card_item:hover .ci_content {
  border-color: #B6B4B4;
}
@media (min-width: 580px) {
  .rfp-main .card_list .card_item {
    float: left;
    width: 50%;
    padding: 10px 16px 12px 14px;
  }
}
@media (min-width: 1002px) {
  .rfp-main .card_list .card_item {
    width: 33.3334%;
  }
}
@media (min-width: 1366px) {
  .rfp-main .card_list .card_item {
    width: 25%;
  }
}
@media (min-width: 2560px) {
  .rfp-main .card_list .card_item {
    width: 16.666%;
  }
}
.rfp-main .card_list .card_item .items_list {
  text-align: initial;
}
.rfp-main .card_list .card_item .items_list .list_item {
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-bottom: 1px solid #dce4ea;
  box-sizing: border-box;
  transform: translateZ(0px);
}
.rfp-main .card_list .card_item .items_list .list_item:first-child {
  border-bottom: 1px solid #dce4ea;
}
.rfp-main .card_list .card_item .items_list .list_item > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 14px 36px 14px 6px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.25;
  font-weight: 600;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.rfp-main .card_list .card_item .items_list .list_item > a .descr_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
}
.rfp-main .card_list .card_item .items_list .list_item > a .descr_btn .li_close,
.rfp-main .card_list .card_item .items_list .list_item > a .descr_btn .li_open {
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  text-align: center;
  margin: auto;
}
.rfp-main .card_list .card_item .items_list .list_item > a .descr_btn .li_close {
  display: none;
}
.rfp-main .card_list .card_item .items_list .list_item > a .descr_btn .li_open {
  display: block;
}
.rfp-main .card_list .card_item .items_list .list_item > a .item_title .el_label {
  position: relative;
  padding-left: 24px;
}
.rfp-main .card_list .card_item .items_list .list_item > a .item_title .el_label i {
  position: absolute;
  top: -2px;
  left: 0;
  color: #acce22;
  padding: 2px;
}
.rfp-main .card_list .card_item .items_list .list_item .el_descript {
  position: relative;
  overflow: hidden;
  padding: 0 12px;
  height: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
.rfp-main .card_list .card_item .items_list .list_item .el_descript .el_descript_content {
  position: relative;
  width: 100%;
  opacity: 0;
}
.rfp-main .card_list .card_item .items_list .list_item .el_descript .el_descript_content h4 {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.35;
}
.rfp-main .card_list .card_item .items_list .list_item.act {
  opacity: 1;
}
.rfp-main .card_list .card_item .items_list .list_item.act > a {
  color: #0475A2;
}
.rfp-main .card_list .card_item .items_list .list_item.descr_active > a {
  padding: 14px 36px 8px 6px;
}
.rfp-main .card_list .card_item .items_list .list_item.descr_active > a .descr_btn .li_close {
  display: block;
}
.rfp-main .card_list .card_item .items_list .list_item.descr_active > a .descr_btn .li_open {
  display: none;
}
.rfp-main .card_list .card_item .items_list .list_item.descr_active .el_descript {
  padding: 6px 12px 14px 12px;
  height: auto;
  opacity: 1;
  transition: all .35s ease;
}
.rfp-main .card_list .card_item .items_list .list_item.descr_active .el_descript_content {
  opacity: 1;
}
.rfp-main .card_list .card_item .items_list .list_item.descr_active.act .el_descript_content:after {
  background: #fff;
  border: 1px dashed;
  border-color: transparent;
  box-shadow: 0px 3px 9px 0px rgba(41, 58, 85, 0.15), 0px 5px 15px 0px rgba(239, 108, 0, 0.25);
}
.rfp-main .card_list .card_item .items_list .list_item.descr_active.act .el_descript_content:before {
  background: #fff;
  border-color: transparent;
  z-index: 1;
}
.rfp-main .card_list .card_item .items_list .list_item.descr_active.act .el_descript_content .el_func_btn {
  transition: all .2s ease;
}
.rfp-main .card_list .card_item .items_list .list_item.descr_active.act .el_descript_content .el_func_btn a .icon_stack .indicator {
  border: 3px solid #fff;
}
.rfp-main .card_list .card_item .el_func_btn {
  position: relative;
  float: left;
  width: 33.3334%;
  padding-right: 6px;
}
.rfp-main .card_list .card_item .el_func_btn:last-child {
  padding-right: 0;
}
.rfp-main .card_list .card_item .el_func_btn > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  padding: 5px 6px 6px 6px;
  overflow: hidden;
  color: #fff;
  background: #0475A2;
  cursor: pointer;
}
.rfp-main .card_list .card_item .el_func_btn > a .indicator_block {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-image: -moz-linear-gradient(180deg, #0475a2 0%, #0475a2 50%, rgba(4, 117, 162, 0) 100%);
  background-image: -webkit-linear-gradient(180deg, #0475a2 0%, #0475a2 50%, rgba(4, 117, 162, 0) 100%);
  background-image: -ms-linear-gradient(180deg, #0475a2 0%, #0475a2 50%, rgba(4, 117, 162, 0) 100%);
  z-index: 1;
}
.rfp-main .card_list .card_item .el_func_btn > a .indicator_block .indicator_val {
  position: absolute;
  top: 7px;
  right: 5px;
  height: 16px;
  width: 16px;
  padding: 4px 2px 9px 3px;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background: #089bd6;
  color: #fff;
  border-radius: 20px;
  z-index: 1;
}
.rfp-main .card_list .card_item .el_func_btn > a .icon_stack {
  display: block;
  float: left;
  margin: 0 auto;
  height: 18px;
  width: 18px;
}
.rfp-main .card_list .card_item .el_func_btn > a .icon_stack .fa-calendar {
  font-size: 14px;
  position: relative;
  top: -2px;
}
.rfp-main .card_list .card_item .el_func_btn > a .icon_stack .fa-stack-1x {
  font-size: 10px;
  top: -5px;
}
.rfp-main .card_list .card_item .el_func_btn > a .icon_stack .fa-stack-2x {
  font-size: 18px;
  top: 0;
}
.rfp-main .card_list .card_item .el_func_btn > a span {
  position: absolute;
  top: 7px;
  left: 30px;
}
.rfp-main .card_list .card_item .el_func_btn:hover a {
  background: #035170;
}
.rfp-main .card_list .card_item .el_func_btn:hover a .indicator_block {
  background-image: -moz-linear-gradient(180deg, #035170 0%, #035170 50%, rgba(3, 81, 112, 0) 100%);
  background-image: -webkit-linear-gradient(180deg, #035170 0%, #035170 50%, rgba(3, 81, 112, 0) 100%);
  background-image: -ms-linear-gradient(180deg, #035170 0%, #035170 50%, rgba(3, 81, 112, 0) 100%);
}
.rfp-main .card_list .card_item .ci_misc_info {
  position: relative;
  width: 50%;
  float: left;
  padding: 8px 15px 7px 15px;
  line-height: 1.35;
  transition: all .15s ease;
}
.rfp-main .card_list .card_item .ci_misc_info:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #d8d8d8;
}
.rfp-main .card_list .card_item .ci_misc_info .info_days {
  display: none;
}
.rfp-main .card_list .card_item .ci_misc_info .info_title {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rfp-main .card_list .card_item .ci_misc_info .info_date {
  font-weight: 500;
  font-size: 14px;
}
.rfp-main .card_list .card_item .send_info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 7px 12px;
  line-height: 1.35;
  text-align: left;
  transition: all .15s ease;
}
.rfp-main .card_list .card_item .send_info:first-child {
  margin-top: 6px;
}
.rfp-main .card_list .card_item .send_info .send_info_ico {
  float: left;
  padding: 7px 12px 6px 0px;
  max-height: 34px;
}
.rfp-main .card_list .card_item .send_info .send_info_ico i {
  font-size: 18px;
  color: #035170;
}
.rfp-main .card_list .card_item .send_info .send_info_ico + .send_info_content {
  float: left;
}
.rfp-main .card_list .card_item .send_info .send_info_ico + .send_info_content .info_date {
  color: #035170;
}
.rfp-main .card_list .card_item .send_info .send_info_content .info_title {
  position: relative;
  font-weight: 400;
  font-size: 12px;
}
.rfp-main .card_list .card_item .send_info .send_info_content .info_date {
  font-weight: 600;
  font-size: 14px;
}
.rfp-main .card_list .card_item .send_info .send_info_content .info_date span {
  display: none;
  color: #9b9b9b;
  font-weight: 400;
}
.rfp-main .card_list .status_btn {
  position: relative;
  float: left;
  width: 33.3334%;
  text-align: center;
  padding: 0 6px;
}
.rfp-main .card_list .status_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 26px;
  padding: 0;
  color: #00435e;
}
.rfp-main .card_list .status_btn a .progress_index {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e1e2e3;
}
.rfp-main .card_list .status_btn a .progress_index div {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.rfp-main .card_list .status_btn a .progress_status_name {
  font-size: 9px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  line-height: 1;
}
.rfp-main .card_list .status-progress .status_btn .progress_index div {
  background: #089bd6;
}
.rfp-main .card_list .status-overdue .status_btn .progress_index div {
  background: #d0011b;
}
.rfp-main .card_list .status-disable {
  background: #f2f2f2;
}
.rfp-main .card_list .status-disable:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .15;
  background: repeating-linear-gradient(45deg, #dfe7eb, #dfe7eb 10px, #7d848e 10px, #7d848e 20px);
  z-index: -1;
}
.rfp-main .card_list .status-disable .item_title .el_label span {
  color: #7d848e;
}
.rfp-main .card_list .status-disable .item_title .el_label i {
  color: #FF5722;
  color: #7d848e !important;
}
.rfp-main .card_list .status-disable .el_descript .invite_send_info {
  position: relative;
  background: #fff;
  display: inline-block;
  padding: 6px 16px;
  z-index: 0;
  border: 1px solid #ccc;
}
.rfp-main .card_list .status-disable .el_descript .invite_send_info .info_title {
  position: relative;
  font-weight: 400;
  font-size: 12px;
}
.rfp-main .card_list .status-disable .el_descript .invite_send_info .info_date {
  font-weight: 600;
  font-size: 14px;
}
.rfp-main .card_list .status-disable .el_descript .invite_send_info:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  width: 9px;
  height: 9px;
  background: #fff;
  margin: auto;
  transform: rotate(-45deg);
  z-index: -1;
  border: solid #ccc;
  border-width: 1px 1px 0 0;
}
.rfp-main .card_list .status-submitted .status_btn .progress_index div {
  background: #acce22;
}
.rfp-main .card_list .status-rejected .send_info.bid_due .send_info_ico i,
.rfp-main .card_list .status-rejected .send_info.winning_bid_announced .send_info_ico i {
  color: #9b9b9b;
}
.rfp-main .card_list .status-rejected .send_info.bid_due .send_info_content .info_title,
.rfp-main .card_list .status-rejected .send_info.winning_bid_announced .send_info_content .info_title {
  color: #545454;
}
.rfp-main .card_list .status-rejected .send_info.bid_due .send_info_content .info_date,
.rfp-main .card_list .status-rejected .send_info.winning_bid_announced .send_info_content .info_date {
  color: #9b9b9b;
}
.rfp-main .card_list .status-rejected .send_info.bid_due .send_info_content .info_date span,
.rfp-main .card_list .status-rejected .send_info.winning_bid_announced .send_info_content .info_date span {
  display: inline;
}
.rfp-main .folders {
  position: relative;
  float: none;
  padding: 6px 0;
  max-height: 332px;
}
.rfp-main .folders-content {
  position: relative;
  background: #fff;
  border: 1px solid #D8D8D8;
  overflow: hidden;
  transform: translateZ(0);
}
.rfp-main .folders-head {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 6px 15px 0 15px;
  text-decoration: none;
  height: 52px;
  background-color: #24425c;
}
.rfp-main .folders-head i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  left: 15px;
  font-size: 30px;
  color: #0475a2;
}
.rfp-main .folders-head h4 {
  position: relative;
  display: table-cell;
  padding-left: 36px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 3;
  vertical-align: middle;
  color: #fff;
}
.rfp-main .folders-body {
  position: relative;
  width: 100%;
  height: 249px;
  margin-bottom: -1px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  background: #fff;
  transition: all .15s ease;
}
.rfp-main .folders-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #e5e5e5;
  border-top: 1px solid #d8d8d8;
  transform: translateZ(0);
}
@media (min-width: 580px) {
  .rfp-main .folders-foot {
    height: 50px;
  }
}
.rfp-main .folders-foot-content {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 580px) {
  .rfp-main .folders {
    float: left;
    width: 50%;
    padding: 15px 18px 12px 12px;
  }
}
@media (min-width: 1002px) {
  .rfp-main .folders {
    width: 33.3334%;
  }
}
@media (min-width: 1366px) {
  .rfp-main .folders {
    width: 25%;
  }
}
@media (min-width: 2560px) {
  .rfp-main .folders {
    width: 16.666%;
  }
}
.rfp-main .folders .more_menu {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1000;
}
.rfp-main .folders .more_menu .dropdown-toggle {
  position: relative;
  width: 30px;
  height: 42px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  outline: none;
}
.rfp-main .folders .more_menu .dropdown-toggle i {
  color: #fff;
  opacity: .75;
  transition: all .15s ease;
}
.rfp-main .folders .more_menu .dropdown-toggle:hover i {
  opacity: 1;
  transition: all .3s ease;
}
.rfp-main .folders .more_menu .dropdown-menu {
  left: auto;
  right: 6px;
  top: 0;
}
.rfp-main .folders .more_menu .dropdown-menu li {
  cursor: pointer;
}
.rfp-main .folders .more_menu .dropdown-menu li a {
  display: block;
  padding: 6px 12px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #9B9B9B;
  white-space: nowrap;
}
.rfp-main .folders .more_menu .dropdown-menu li a i {
  margin-right: 4px;
}
.rfp-main .folders .more_menu .dropdown-menu li.delete a {
  color: #d0011b;
}
.rfp-main .treeview {
  text-align: left;
}
.rfp-main .treeview .list-group-item {
  position: relative;
  border-left: none;
  border-right: none;
  padding: 14px 24px 13px 15px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.25;
  font-weight: 600;
}
.rfp-main .treeview .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.rfp-main .treeview .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rfp-main .treeview .list-group-item .badge {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
  height: 17px;
  background-color: #9b9b9b;
}
.rfp-main .treeview .list-group-item .indent {
  float: left;
  width: 18px;
  height: 30px;
  margin: 0;
}
.rfp-main .treeview .list-group-item .icon {
  display: none;
}
.rfp-main .treeview .list-group-item .icon.fa {
  display: inline-block;
  margin-right: 10px;
  color: #035170;
}
.rfp-main .treeview .list-group-item a[href="#"] {
  text-decoration: none;
}
.rfp-main .treeview .list-group-item.node-treeview:not(.node-disabled):hover {
  background-color: #fafafa;
}
.rfp-item-title {
  position: relative;
  float: left;
  margin-right: 18px;
}
.rfp-item-title h3 {
  position: relative;
  text-transform: inherit;
  color: #9B9B9B;
  line-height: 1.2;
  margin: 0;
  font-weight: bold;
  color: #00435E;
  font-size: 20px;
}
.rfp-item-title h5 {
  color: #4A4A4A;
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 0;
}
.rfp-item-additional-panel {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: top;
  border-bottom: 2px solid #E5E5E5;
  z-index: 2;
}
.rfp-item-additional-panel .ap_item {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.rfp-item-additional-panel .ap_item.ap_head {
  padding: 14px 15px 9px 15px;
}
.rfp-item-additional-panel .left_side {
  position: relative;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .rfp-item-additional-panel .left_side {
    width: auto;
  }
}
.rfp-item-additional-panel .right_side {
  position: relative;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .rfp-item-additional-panel .right_side {
    float: right;
    width: auto;
  }
}
.rfp-item-options-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .rfp-item-options-menu {
    margin-top: 0;
  }
}
.rfp-item-options-menu-dropdown {
  float: left;
}
.rfp-item-options-menu-dropdown .dropdown-toggle {
  font-size: 18px;
  line-height: 20px;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  border-radius: 2px;
  background-color: #802E60;
  color: #fff;
  margin-top: 5px;
  float: right;
  cursor: pointer;
}
.rfp-item-options-menu-dropdown .dropdown-menu {
  left: 0;
  right: auto;
}
.rfp-item-options-menu-dropdown .dropdown-menu .delete a {
  color: #d0011b;
}
@media (min-width: 768px) {
  .rfp-item-options-menu-dropdown .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .rfp-item-options-menu-dropdown {
    float: right;
  }
}
.rfp-item-options-menu-team {
  padding-left: 9px;
  padding-right: 0;
  float: left;
}
.rfp-item-options-menu-team-list li {
  display: block;
  float: right;
}
.rfp-item-options-menu-team-list li .avatar {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  color: #171d2f;
}
.rfp-item-options-menu-team-list li .avatar.small {
  width: 40px;
  height: 40px;
}
.rfp-item-options-menu-team-list li .avatar-image {
  background: transparent;
}
.rfp-item-options-menu-team-list li .avatar-no-image {
  background-color: #D8D8D8;
}
.rfp-item-options-menu-team-list li .avatar-no-image .initials {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #4A4A4A;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}
.rfp-item-options-menu-team-list li .add-collaborator {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 1;
  background-color: #0475A2;
  color: #fff;
  font-size: 15px;
  padding: 0 9px;
}
@media (min-width: 768px) {
  .rfp-item-options-menu-team-list li {
    float: left;
  }
}
@media (min-width: 768px) {
  .rfp-item-options-menu-team {
    padding-left: 0;
    padding-right: 9px;
    float: right;
  }
}
.rfp-item-nav .navbar-container {
  position: relative;
  overflow: hidden;
  padding-top: 3px;
}
.rfp-item-nav .main-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.rfp-item-nav .main-menu:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 105%;
  top: 0;
  border-top: 1px solid #9B9B9B;
}
.rfp-item-nav .main-menu:after {
  content: '';
  display: block;
  position: absolute;
  right: -5%;
  left: initial;
  top: -3px;
  border: 4px solid transparent;
  border-color: transparent;
  border-right: 6px solid #9B9B9B;
  visibility: visible;
}
.rfp-item-nav .main-menu .nav {
  background-color: transparent;
  height: 48px;
}
.rfp-item-nav .main-menu .nav > li {
  height: 100%;
  text-align: center;
}
.rfp-item-nav .main-menu .nav > li:first-child {
  margin-left: 12px;
}
.rfp-item-nav .main-menu .nav > li:first-child > a {
  margin-left: 2px;
}
.rfp-item-nav .main-menu .nav > li a {
  color: #4A4A4A;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.rfp-item-nav .main-menu .nav > li a:before {
  content: '';
  opacity: 0;
  position: absolute;
  z-index: -2;
  top: 1px;
  left: -30%;
  height: 48px;
  display: inline-block;
  width: 100%;
  background-color: #ACCE22;
  transform: skew(-30deg);
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.rfp-item-nav .main-menu .nav > li a:after {
  content: '';
  opacity: 0;
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 0;
  left: -14px;
  bottom: -10px;
  border: 29px solid transparent;
  border-bottom: 48px solid #87a21b;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: .2s;
}
.rfp-item-nav .main-menu .nav > li a:focus,
.rfp-item-nav .main-menu .nav > li a:hover {
  background: transparent;
}
.rfp-item-nav .main-menu .nav > li:hover a:before,
.rfp-item-nav .main-menu .nav > li.active a:before {
  width: 100%;
  left: 0;
  opacity: 1;
}
.rfp-item-nav .main-menu .nav > li:hover a:after,
.rfp-item-nav .main-menu .nav > li.active a:after {
  width: 50%;
  bottom: 0;
  opacity: 1;
}
@media (max-width: 768px) {
  .rfp-item-nav {
    font-weight: 400;
    position: relative;
    z-index: 0;
    white-space: nowrap;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .rfp-item-nav:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 3px;
    border-top: 1px solid #9B9B9B;
  }
  .rfp-item-nav:after {
    content: '';
    display: block;
    position: absolute;
    right: 0%;
    top: 0;
    border: 4px solid transparent;
    border-color: transparent;
    border-right: 6px solid #9B9B9B;
    visibility: visible;
  }
  .rfp-item-nav .main-menu {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: left;
    padding: 0;
    z-index: 0;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .rfp-item-nav .main-menu:before,
  .rfp-item-nav .main-menu:after {
    display: none;
  }
  .rfp-item-nav .main-menu .nav {
    position: relative;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
  }
  .rfp-item-nav .main-menu .nav > li {
    position: relative;
    display: inline-block;
    z-index: 1;
    float: none;
  }
}
.rfp-item-content-inner h1 {
  margin-bottom: 24px;
  font-weight: 100;
}
.rfp-item-content-inner-item {
  padding: 24px 30px 42px 30px;
  background: #fff;
  border-bottom: 2px solid #E5E5E5;
}
.rfp-item-content-inner-item:last-child,
.rfp-item-content-inner-item:last-child:only-child {
  border-bottom: none;
}
.rfp-item-content-inner-item h2 {
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .rfp-item-content-inner-item h2 {
    width: auto;
  }
}
.rfp-item-content-inner-item h3 {
  margin-top: 0;
  text-transform: capitalize;
  color: #00435e;
}
.rfp-item-content-inner-item h4 + .btn-set {
  margin: 0;
}
.rfp-item-content-inner-item h5 {
  color: #9b9b9b;
  line-height: 1.4;
}
.rfp-item-content-inner-item .additional_panel {
  padding: 0;
}
.rfp-item-content-inner-item .additional_panel .create_btn {
  margin-top: 15px;
}
.rfp-item-content-inner-item > .row {
  max-width: 1280px;
}
.rfp-item-content-inner-item .btn-set {
  margin-top: 24px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.rfp-item-content-inner-item .btn-set a {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
body {
  position: relative;
}
body:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #040404;
  opacity: 0;
  transition: all .15s ease .15s;
  z-index: -20;
}
.modal_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -20;
  padding-top: 108px;
  padding-bottom: 96px;
  overflow-y: auto;
  opacity: 0;
  transition: all .35s ease;
}
.modal_box .modal_container {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 400px;
  max-width: 90%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal_box .modal_container .modal_title {
  position: relative;
  padding: 1em 1.5em;
  text-align: left;
  background-color: #00435E;
  background-color: rgba(0, 67, 94, 0.73);
  overflow: hidden;
}
.modal_box .modal_container .modal_title h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  text-transform: inherit;
  z-index: 1;
}
.modal_box .modal_container .modal_title .cancel_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  overflow: hidden;
  float: none;
  z-index: 1;
  margin-top: 0;
}
.modal_box .modal_container .modal_title .cancel_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}
.modal_box .modal_container .modal_title .cancel_btn a i {
  position: relative;
  top: 25%;
  font-size: 18px;
  margin-right: 0;
}
.modal_box .modal_container .modal_title:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -2px;
  left: 80%;
  width: 50%;
  background-color: #fff;
  transform: skew(-30deg);
}
.modal_box .modal_container .modal_title:after {
  content: '';
  border-width: 59px 44px 0px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.modal_box .modal_container .modal-header-border {
  width: 85%;
  height: 1px;
  background: #9B9B9B;
  position: absolute;
  left: 0;
  z-index: 1;
}
.modal_box .modal_container .modal-header-border:after {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  border: 4px solid transparent;
  border-color: transparent;
  border-right: 6px solid #9B9B9B;
}
.modal_box .modal_container .modal_content {
  padding: 1.5em 1.5em 1em 1.5em;
  overflow-y: initial;
}
.modal_box .modal_container .modal_content .templates_title,
.modal_box .modal_container .modal_content .range-slider-title {
  position: relative;
  width: 100%;
  margin-top: 6px;
}
.modal_box .modal_container .modal_content .templates_title h3,
.modal_box .modal_container .modal_content .range-slider-title h3 {
  display: inline-block;
  margin: 12px 0;
  font-weight: 500;
  color: #4A4A4A;
  font-size: 16px;
}
.modal_box .modal_container .modal_content .templates_title .info-tooltip,
.modal_box .modal_container .modal_content .range-slider-title .info-tooltip {
  position: relative;
  display: inline-block;
  top: -1px;
}
.modal_box .modal_container .modal_content .templates_title .info-tooltip .label-info,
.modal_box .modal_container .modal_content .range-slider-title .info-tooltip .label-info {
  background: #5bc0de;
  background: #7cb342;
  background: #7d848e;
  padding: 6px 8px 4px 8px;
}
.modal_box .modal_container .modal_content .templates_title .info-tooltip .label-info .label-info-descr,
.modal_box .modal_container .modal_content .range-slider-title .info-tooltip .label-info .label-info-descr {
  display: none;
}
@media (min-width: 1440px) {
  .modal_box .modal_container .modal_content .templates_title .info-tooltip .label-info .label-info-descr,
  .modal_box .modal_container .modal_content .range-slider-title .info-tooltip .label-info .label-info-descr {
    display: inline;
  }
}
.modal_box .modal_container .modal_content .templates_title .optional_descr,
.modal_box .modal_container .modal_content .range-slider-title .optional_descr {
  font-size: 12px;
  font-style: italic;
  color: #7d848e;
}
.modal_box .modal_container .modal_content .templates_content {
  position: relative;
  display: none;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item.range-complexity .range-slider:after {
  content: '-';
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item.range-complexity .range-slider:before {
  content: '+';
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item.range-aic .range-slider:after {
  content: '1';
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item.range-aic .range-slider:before {
  content: '10';
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider-title {
  margin-top: 0;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider {
  position: relative;
  width: 100%;
  margin: 12px 0 36px 0;
  padding: 18px 18px 0 18px;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider:after,
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider:before {
  position: absolute;
  bottom: -10px;
  font-size: 14px;
  color: #000;
  text-align: center;
  width: 12px;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider:after {
  left: 2px;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider:before {
  right: 2px;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider .range-slider__range {
  appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider .range-slider__range::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 0.9em;
  text-align: center;
  border-radius: 50%;
  background-color: #4A4A4A;
  color: white;
  cursor: pointer;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider .range-slider__range::-webkit-slider-thumb:hover,
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider .range-slider__range::-webkit-slider-thumb:active {
  background: #7cb342;
  transition: all .15s ease;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider .range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #7d848e;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider .range-slider__range::-moz-range-thumb:hover,
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider .range-slider__range::-moz-range-thumb:active {
  background: #7cb342;
  transition: all .15s ease;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider .range-slider__range::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider .range-slider__range::-moz-focus-inner,
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider .range-slider__range::-moz-focus-outer {
  border: 0;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider .range-slider__value {
  display: inline-block;
  position: absolute;
  top: 45px;
  left: -5px;
  color: #fff;
  line-height: 1;
  border-radius: 3px;
  background: #7d848e;
  padding: 4px 11px;
  font-size: 14px;
  text-align: center;
  transition: all .15s ease;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item .range-slider .range-slider__value:after {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #7d848e;
  border-bottom: 7px solid transparent;
  transform: rotate(90deg);
  border-radius: 4px;
  content: '';
  transition: all .15s ease;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item output {
  position: absolute;
  min-width: 1.7em;
  text-align: center;
  top: -1.9em;
  padding: .2em;
  margin-left: -1px;
  font-size: 11px;
  border-radius: 2px;
  background-color: #ACCE22;
  color: #fff;
}
.modal_box .modal_container .modal_content .templates_content .tp_content_item output:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #ACCE22;
}
.modal_box .modal_container .modal_content .templates_content.active {
  display: block;
}
.modalActive {
  overflow: hidden;
  background: #333;
}
.modalActive:after {
  overflow: hidden;
  opacity: .5;
  transition: all .15s ease .15s;
  z-index: 190;
}
.modalActive .modal_box {
  opacity: 1;
  z-index: 195;
  transition: all .35s ease;
}
.modalActive .app_view {
  user-select: none;
  transition: all 0.2s ease;
  transition-delay: 0.15s;
  filter: blur(2px);
  transform: scale(1.05);
}
.add-contact-notes-btn {
  position: absolute;
  top: -35px;
  right: 2px;
}
.contact-detail-grid {
  width: 100%;
}
.contact-detail-grid > tbody tr td {
  padding: 7px;
}
.contact-detail-grid > tbody tr td.col-label {
  width: 50%;
}
.contact-detail-grid > tbody tr td.col-value {
  color: #999;
}
.contact-detail-header {
  border: 1px solid #d5d5d5;
  border-bottom: 0;
}
.contact-detail-header button {
  margin-top: 15px;
}
.contact-detail-header .contact-detail-title {
  height: 100%;
  padding: 20px 15px 10px 15px;
  border-right: 1px solid #d5d5d5;
}
.contact-detail-body {
  border: 1px solid #d5d5d5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.add-company-notes-btn {
  position: absolute;
  top: -35px;
  right: 2px;
}
.company-additional-info-btn {
  margin-bottom: 15px;
  cursor: pointer;
}
.company-detail {
  padding: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 15px;
  border: 1px solid #d5d5d5;
}
.company-info {
  padding: 15px;
  padding-bottom: 0px;
  border: 1px solid #d5d5d5;
}
.company-detail-grid {
  width: 100%;
  margin-bottom: 10px;
}
.company-detail-grid > tbody tr td {
  padding: 7px;
}
.company-detail-grid > tbody tr td.col-label {
  width: 50%;
}
.company-detail-grid > tbody tr td.col-value {
  color: #999;
}
.company-detail-header {
  border-bottom: 1px solid #d5d5d5;
}
.company-detail-header button {
  margin-top: 15px;
}
.company-detail-header .company-detail-title {
  height: 100%;
  padding: 20px 15px 10px 15px;
  border-right: 1px solid #d5d5d5;
}
.profile-activities-footer {
  display: flex;
  justify-content: space-between;
}
.profile-activities-footer > div {
  align-self: center;
}
.matter-chart {
  display: flex;
  flex-direction: row;
  min-height: 130px;
}
.matter-chart-header {
  height: 22px;
}
.matter-chart-header span {
  cursor: pointer;
}
.matter-chart-main .chart-column:hover {
  opacity: 0.8;
}
.matter-chart-main .chart-fill {
  cursor: pointer;
}
.matter-chart-main > div:nth-child(1) .chart-fill {
  background: #689f38;
}
.matter-chart-main > div:nth-child(2) .chart-fill {
  background: #63c1a2;
}
.matter-chart-main > div:nth-child(3) .chart-fill {
  background: #e32b24;
}
.matter-chart-main > div:nth-child(4) .chart-fill {
  background: #e68619;
}
.matter-chart-main > div:nth-child(5) .chart-fill {
  background: #f631ae;
}
.matter-chart-main > div:nth-child(6) .chart-fill {
  background: #269df2;
}
.matter-chart-main > div:nth-child(7) .chart-fill {
  background: #4daef4;
}
.matter-chart-main > div:nth-child(8) .chart-fill {
  background: #8f4874;
  cursor: default;
}
.matter-chart-main > div:nth-child(9) .chart-fill {
  background: #e57373;
}
.matter-chart-main > div:nth-child(10) .chart-fill {
  background: #7986cb;
}
.matter-chart-main > div:nth-child(11) .chart-fill {
  background: #4fc3f7;
}
.matter-chart-main > div:nth-child(12) .chart-fill {
  background: #4db6ac;
}
.matter-chart-main > div:nth-child(7) .chart-column:hover {
  opacity: 1;
}
.matter-chart-default .chart-fill {
  background: #ffffff;
  border: 1px dashed #e5e5e5;
  border-bottom: 0;
}
.matter-chart-ma00 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-ma00 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-ma00 > div:nth-child(3) .chart-fill {
  background: #008cf0;
}
.matter-chart-ma00 > div:nth-child(4) .chart-fill {
  background: #00c9ff;
}
.matter-chart-mb00 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-mc00 > div:nth-child(1) .chart-fill {
  background: #008cf0;
}
.matter-chart-mc00 > div:nth-child(2) .chart-fill {
  background: #008cf0;
}
.matter-chart-mc00 > div:nth-child(3) .chart-fill {
  background: #008cf0;
}
.matter-chart-mc00 > div:nth-child(4) .chart-fill {
  background: #008cf0;
}
.matter-chart-mc00 > div:nth-child(5) .chart-fill {
  background: #008cf0;
}
.matter-chart-mc00 > div:nth-child(6) .chart-fill {
  background: #008cf0;
}
.matter-chart-mc00 > div:nth-child(7) .chart-fill {
  background: #008cf0;
}
.matter-chart-mc00 > div:nth-child(8) .chart-fill {
  background: #008cf0;
}
.matter-chart-mc00 > div:nth-child(9) .chart-fill {
  background: #008cf0;
}
.matter-chart-mc00 > div:nth-child(10) .chart-fill {
  background: #008cf0;
}
.matter-chart-mc00 > div:nth-child(11) .chart-fill {
  background: #008cf0;
}
.matter-chart-mc00 > div:nth-child(12) .chart-fill {
  background: #008cf0;
}
.matter-chart-mc00 > div:nth-child(13) .chart-fill {
  background: #008cf0;
}
.matter-chart-mc00 > div:nth-child(14) .chart-fill {
  background: #008cf0;
}
.matter-chart-mc00 > div:nth-child(15) .chart-fill {
  background: #008cf0;
}
.matter-chart-md00 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-md00 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-me00 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-me00 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-me00 > div:nth-child(3) .chart-fill {
  background: #008cf0;
}
.matter-chart-me00 > div:nth-child(4) .chart-fill {
  background: #00c9ff;
}
.matter-chart-me00 > div:nth-child(5) .chart-fill {
  background: #00f7ff;
}
.matter-chart-mf00 > div:nth-child(1) .chart-fill {
  background: #0064c8;
}
.matter-chart-mf00 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-mf00 > div:nth-child(3) .chart-fill {
  background: #0064c8;
}
.matter-chart-mf00 > div:nth-child(4) .chart-fill {
  background: #0064c8;
}
.matter-chart-mf00 > div:nth-child(5) .chart-fill {
  background: #0064c8;
}
.matter-chart-mf00 > div:nth-child(6) .chart-fill {
  background: #0064c8;
}
.matter-chart-mf00 > div:nth-child(7) .chart-fill {
  background: #0064c8;
}
.matter-chart-mf00 > div:nth-child(8) .chart-fill {
  background: #0064c8;
}
.matter-chart-mf00 > div:nth-child(9) .chart-fill {
  background: #0064c8;
}
.matter-chart-mf00 > div:nth-child(10) .chart-fill {
  background: #0064c8;
}
.matter-chart-mf00 > div:nth-child(11) .chart-fill {
  background: #0064c8;
}
.matter-chart-mg00 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-mg00 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-mg00 > div:nth-child(3) .chart-fill {
  background: #008cf0;
}
.matter-chart-mg00 > div:nth-child(4) .chart-fill {
  background: #00c9ff;
}
.matter-chart-mg00 > div:nth-child(5) .chart-fill {
  background: #00f7ff;
}
.matter-chart-mh00 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-mh00 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-mh00 > div:nth-child(3) .chart-fill {
  background: #008cf0;
}
.matter-chart-mh00 > div:nth-child(4) .chart-fill {
  background: #00c9ff;
}
.matter-chart-mh00 > div:nth-child(5) .chart-fill {
  background: #00f7ff;
}
.matter-chart-mh00 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-mh00 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-mh00 > div:nth-child(3) .chart-fill {
  background: #008cf0;
}
.matter-chart-mh00 > div:nth-child(4) .chart-fill {
  background: #00c9ff;
}
.matter-chart-mh00 > div:nth-child(5) .chart-fill {
  background: #00f7ff;
}
.matter-chart-mi00 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-mi00 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-mi00 > div:nth-child(3) .chart-fill {
  background: #008cf0;
}
.matter-chart-mi00 > div:nth-child(4) .chart-fill {
  background: #00c9ff;
}
.matter-chart-mi00 > div:nth-child(5) .chart-fill {
  background: #00f7ff;
}
.matter-chart-mj00 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-mj00 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-mj00 > div:nth-child(3) .chart-fill {
  background: #008cf0;
}
.matter-chart-mj00 > div:nth-child(4) .chart-fill {
  background: #00c9ff;
}
.matter-chart-mj00 > div:nth-child(5) .chart-fill {
  background: #00f7ff;
}
.matter-chart-mk00 > div:nth-child(1) .chart-fill {
  background: #0064c8;
}
.matter-chart-l100 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-l100 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-l100 > div:nth-child(3) .chart-fill {
  background: #008cf0;
}
.matter-chart-l100 > div:nth-child(4) .chart-fill {
  background: #00c9ff;
}
.matter-chart-l100 > div:nth-child(5) .chart-fill {
  background: #00f7ff;
}
.matter-chart-l100 > div:nth-child(6) .chart-fill {
  background: rgba(0, 247, 255, 0.7);
}
.matter-chart-l100 > div:nth-child(7) .chart-fill {
  background: rgba(0, 247, 255, 0.41);
}
.matter-chart-l200 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-l200 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-l200 > div:nth-child(3) .chart-fill {
  background: #008cf0;
}
.matter-chart-l200 > div:nth-child(4) .chart-fill {
  background: #00c9ff;
}
.matter-chart-l200 > div:nth-child(5) .chart-fill {
  background: #00f7ff;
}
.matter-chart-l200 > div:nth-child(6) .chart-fill {
  background: rgba(0, 247, 255, 0.68);
}
.matter-chart-l300 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-l300 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-l300 > div:nth-child(3) .chart-fill {
  background: #008cf0;
}
.matter-chart-l300 > div:nth-child(4) .chart-fill {
  background: #00c9ff;
}
.matter-chart-l300 > div:nth-child(5) .chart-fill {
  background: #00f7ff;
}
.matter-chart-l300 > div:nth-child(6) .chart-fill {
  background: rgba(0, 247, 255, 0.76);
}
.matter-chart-l400 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-l400 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-l400 > div:nth-child(3) .chart-fill {
  background: #008cf0;
}
.matter-chart-l400 > div:nth-child(4) .chart-fill {
  background: #00c9ff;
}
.matter-chart-l400 > div:nth-child(5) .chart-fill {
  background: #00f7ff;
}
.matter-chart-l400 > div:nth-child(6) .chart-fill {
  background: rgba(0, 247, 255, 0.74);
}
.matter-chart-l400 > div:nth-child(7) .chart-fill {
  background: rgba(0, 247, 255, 0.49);
}
.matter-chart-l500 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-l500 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-l500 > div:nth-child(3) .chart-fill {
  background: #008cf0;
}
.matter-chart-l600 > div:nth-child(1) .chart-fill {
  background: #004596;
}
.matter-chart-l600 > div:nth-child(2) .chart-fill {
  background: #0064c8;
}
.matter-chart-l600 > div:nth-child(3) .chart-fill {
  background: #008cf0;
}
.matter-chart-l600 > div:nth-child(4) .chart-fill {
  background: #00c9ff;
}
.matter-chart-l600 > div:nth-child(5) .chart-fill {
  background: #00f7ff;
}
.matter-chart-l600 > div:nth-child(6) .chart-fill {
  background: rgba(0, 247, 255, 0.84);
}
.matter-chart-l600 > div:nth-child(7) .chart-fill {
  background: rgba(0, 247, 255, 0.75);
}
.matter-chart-l600 > div:nth-child(8) .chart-fill {
  background: rgba(0, 247, 255, 0.58);
}
.matter-chart-l600 > div:nth-child(9) .chart-fill {
  background: rgba(0, 247, 255, 0.42);
}
.matter-chart > div {
  flex-grow: 1;
  flex-shrink: 1;
  align-self: flex-end;
  margin-left: 2px;
  margin-right: 2px;
}
.matter-chart > div .chart-column {
  display: flex;
}
.matter-chart > div .chart-column .chart-fill {
  animation-duration: 1s;
  width: 100%;
  height: 100%;
  animation-name: mchart;
  align-self: flex-end;
}
@keyframes mchart {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.matter-chart > div > .chart-column-label {
  height: 29px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 8px;
  color: #9b9b9b;
}
.matter-chart > div > .chart-column-label div {
  border: 1px solid #e5e5e5;
  border-bottom: 1px solid white;
  height: 5px;
  width: 100%;
  margin-bottom: 3px;
}
[data-tooltip]::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  z-index: 1;
  opacity: 0;
}
[data-tooltip]::after {
  z-index: 1;
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%) translateY(-100%);
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 3px;
  pointer-events: none;
  opacity: 0;
}
[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
  opacity: 1;
}
.automatic-COT-chart .icon-edit,
.automatic-COT-chart .start-date,
.automatic-COT-chart .start-date-label,
.automatic-COT-chart .end-date,
.automatic-COT-chart .end-date-label {
  display: none;
}
.accruals-grid > tbody tr td.col-rate,
.accruals-grid > tbody tr td.col-hours,
.accruals-grid > tbody tr td.col-total {
  text-align: right;
}
.accruals-grid > tbody tr td.col-name {
  min-width: 220px;
}
.accruals-grid > tbody tr td.col-accrued-on-date {
  min-width: 140px;
}
.my-tasks-grid > thead tr th.col-time-tracker {
  min-width: 130px;
}
.my-tasks-grid > thead tr th.col-hours {
  min-width: 70px;
}
.my-tasks-grid > tbody tr td.col-rate,
.my-tasks-grid > tbody tr td.col-hours,
.my-tasks-grid > tbody tr td.col-total {
  text-align: right;
}
.my-tasks-grid > tbody tr td.col-hours {
  min-width: 70px;
}
.my-tasks-grid > tbody tr td.col-time-tracker {
  min-width: 130px;
}
.my-tasks-widget {
  margin-bottom: 20px;
}
.time-tracker {
  text-align: center;
  background: white;
  border-radius: 5px;
  padding: 4px 5px;
  border: 1px solid #d8d8d8;
}
.time-tracker > i {
  cursor: pointer;
  margin-right: 7px;
}
.rdw-option-wrapper {
  border-right: 1px solid #F1F1F1;
  padding: 5px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}
.rdw-dropdown-wrapper {
  height: 36px;
  cursor: pointer;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  color: #acce22;
}
.rdw-dropdown-wrapper:active {
  color: #acce22;
}
.rdw-dropdown-carettoopen,
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 45%;
  right: 12%;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.rdw-dropdown-carettoopen {
  border-top: 5px solid black;
}
.rdw-dropdown-carettoclose {
  border-bottom: 5px solid black;
}
.rdw-dropdown-selectedtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
  font-weight: 500;
  color: #999;
}
.rdw-dropdown-selectedtext:hover,
.rdw-dropdown-selectedtext:focus {
  color: inherit;
  text-decoration: none;
}
.rdw-dropdown-optionwrapper {
  overflow-y: auto;
  position: absolute;
  top: 35px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 250px;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.125);
  background-clip: padding-box;
}
.rdw-dropdownoption-default {
  min-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}
.rdw-inline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rdw-inline-wrapper .rdw-option-wrapper > img {
  display: none;
}
.rdw-inline-wrapper .rdw-option-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 15px;
  margin: auto;
  color: #999;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rdw-inline-wrapper .rdw-option-wrapper:nth-child(1):before {
  content: "\f032";
}
.rdw-inline-wrapper .rdw-option-wrapper:nth-child(2):before {
  content: "\f033";
}
.rdw-inline-wrapper .rdw-option-wrapper:nth-child(3):before {
  content: "\f0cd";
}
.rdw-inline-wrapper .rdw-option-wrapper:nth-child(4):before {
  content: "\f0cc";
}
.rdw-inline-wrapper .rdw-option-wrapper.rdw-option-active:before {
  color: #acce22;
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rdw-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rdw-block-dropdown {
  width: 110px;
}
.rdw-block-dropdownoption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rdw-fontsize-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rdw-fontsize-dropdown {
  min-width: 44px;
}
.rdw-fontsize-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rdw-fontfamily-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}
.rdw-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rdw-list-wrapper .rdw-option-wrapper > img {
  display: none;
}
.rdw-list-wrapper .rdw-option-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 15px;
  margin: auto;
  color: #999;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rdw-list-wrapper .rdw-option-wrapper:nth-child(1):before {
  content: "\f0ca";
}
.rdw-list-wrapper .rdw-option-wrapper:nth-child(2):before {
  content: "\f0cb";
}
.rdw-list-wrapper .rdw-option-wrapper.rdw-option-active:before {
  color: #acce22;
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rdw-list-optionwrapper {
  width: 140px;
}
.rdw-text-align-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rdw-text-align-wrapper .rdw-option-wrapper > img {
  display: none;
}
.rdw-text-align-wrapper .rdw-option-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 15px;
  margin: auto;
  color: #999;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rdw-text-align-wrapper .rdw-option-wrapper:nth-child(1):before {
  content: "\f036";
}
.rdw-text-align-wrapper .rdw-option-wrapper:nth-child(2):before {
  content: "\f037";
}
.rdw-text-align-wrapper .rdw-option-wrapper:nth-child(3):before {
  content: "\f038";
}
.rdw-text-align-wrapper .rdw-option-wrapper:nth-child(4):before {
  content: "\f039";
}
.rdw-text-align-wrapper .rdw-option-wrapper.rdw-option-active:before {
  color: #acce22;
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rdw-text-align-optionwrapper {
  width: 140px;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left;
}
.rdw-center-aligned-block {
  text-align: center;
}
.rdw-justify-aligned-block {
  text-align: justify;
}
.rdw-right-aligned-block > div,
.rdw-left-aligned-block > div,
.rdw-center-aligned-block > div,
.rdw-justify-aligned-block > div {
  display: inline;
}
.rdw-colorpicker-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-colorpicker-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset;
}
.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD;
}
.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD;
}
.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD;
}
.rdw-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.rdw-link-wrapper .rdw-option-wrapper > img {
  display: none;
}
.rdw-link-wrapper .rdw-option-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 15px;
  margin: auto;
  color: #999;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rdw-link-wrapper .rdw-option-wrapper:nth-child(1):before {
  content: "\f0c1";
}
.rdw-link-wrapper .rdw-option-wrapper:nth-child(2):before {
  content: "\f127";
}
.rdw-link-wrapper .rdw-option-wrapper.rdw-option-active:before {
  color: #acce22;
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 235px;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.125);
  background-clip: padding-box;
}
.rdw-link-modal-label {
  color: #4a4a4a;
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 4.28571429px 0.6em;
  font-size: 14px;
  line-height: initial;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.2s ease;
  outline: 0;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-btn {
  margin-top: 0;
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}
.rdw-history-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rdw-history-dropdown {
  width: 50px;
}
.rdw-history-dropdownoption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rdw-embedded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 95%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-btn-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rdw-embedded-modal-size {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 45%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}
.rdw-emoji-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rdw-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rdw-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 235px;
  height: 200px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  height: 65px;
  width: 100%;
  color: gray;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span {
  padding: 0 20px;
}
.rdw-image-modal-upload-option-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.rdw-image-modal-url-section {
  display: block;
}
.rdw-image-modal-url-input {
  width: 95%;
  height: 35px;
  margin: 30px 0 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rdw-image-left {
  float: left;
}
.rdw-image-right {
  float: right;
}
.rdw-remove-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}
.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}
.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}
.rdw-alignment-option-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.rdw-editor-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-main {
  width: 100%;
  overflow: auto;
  border: 1px solid #D8D8D8;
  padding: .75em 0.6em;
  line-height: 1.35;
  color: #4a4a4a;
}
@media (min-width: 768px) {
  .rdw-editor-main {
    padding: 2em 7em 2em 5em;
  }
}
.rdw-editor-toolbar {
  border: 1px solid #d5d5d5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  background: white;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.public-DraftEditor-block {
  position: relative;
}
.public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}
.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only;
}
.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap;
}
.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}
.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}
.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}
.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left;
}
.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right;
}
.public-DraftStyleDefault-listLTR {
  direction: ltr;
}
.public-DraftStyleDefault-listRTL {
  direction: rtl;
}
.public-DraftStyleDefault-ol,
.public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
  margin-bottom: .75em;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
  margin-bottom: .75em;
}
.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}
.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}
.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}
.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}
.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}
.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}
.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}
.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}
.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3;
}
.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4;
}
.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0;
}
.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left;
}
.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right;
}
.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.public-DraftEditorPlaceholder-hasFocus {
  opacity: 0;
}
.DraftEditor-editorContainer {
  text-align: initial;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 1;
}
.DraftEditor-root {
  position: relative;
  text-align: initial;
}
.DraftEditorPlaceholder-hidden {
  display: none;
}
.draft-disable {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.draft-disable + .draft-wrapper .rdw-editor-main {
  border: none;
  padding: 0;
}
.draft-editor {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dl-accordion .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 0 solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
.dl-accordion .panel-default {
  border-color: #d8d8d8;
}
.dl-accordion .panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #d8d8d8;
}
.dl-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.dl-accordion .panel-default > .panel-heading:hover {
  background-color: #f4f4f4;
}
.dl-accordion .panel-default > .panel-heading:hover:hover {
  background: #f4f4f4;
}
.dl-accordion .panel-default > .panel-heading:hover .checkbox {
  background: #f4f4f4;
}
.dl-accordion .panel-default > .panel-heading:hover .checkbox.checkbox-checked {
  background: #f0eaef;
}
.dl-accordion .panel-default > .panel-heading.checkbox-checked {
  background: #f0eaef;
}
.dl-accordion .panel-default > .panel-heading.checkbox-checked:hover {
  background-color: #f0eaef;
}
.dl-accordion .panel-group {
  margin-bottom: 20px;
}
.dl-accordion .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.dl-accordion .panel-group .panel-heading {
  border-bottom: 0;
}
.dl-accordion .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.dl-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
  padding: 0 0 0 0;
}
@media (min-width: 640px) {
  .dl-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
    padding: 0 0 0 48px;
  }
}
.dl-accordion .panel-group .panel-heading + .panel-collapse > .panel-body .panel-group {
  margin-bottom: 0;
}
.dl-accordion .panel-group .panel-heading + .panel-collapse > .panel-body .panel-group .checkbox-accordion {
  top: 1px;
  left: -48px;
  height: 100%;
  border-bottom: 1px solid #d8d8d8;
}
.dl-accordion .panel-group .panel-heading + .panel-collapse > .panel-body .panel-group .panel-title > a {
  padding-left: 52px;
}
.dl-accordion .panel-group .panel-heading + .panel-collapse > .panel-body .panel-group .panel-title > a .phase {
  left: 0;
  width: auto;
  color: #802E60;
  font-weight: 600;
  background: transparent;
}
.dl-accordion .panel-group .panel-heading + .panel-collapse > .panel-body .panel-group .panel-group .panel-default {
  padding-left: 24px;
}
.dl-accordion .panel-group .panel-heading + .panel-collapse > .panel-body .panel-group .panel-group .panel-default .checkbox-accordion {
  left: -34px;
}
.dl-accordion .panel-group .panel-heading + .panel-collapse > .panel-body .panel-group .panel-group .panel-default a {
  padding-left: 66px;
}
.dl-accordion .panel-group .panel-heading + .panel-collapse > .panel-body .panel-group .panel-group .panel-default a .phase {
  width: 60px;
}
.dl-accordion .panel-group .panel-heading + .panel-collapse > .panel-body .panel-default:first-child {
  border-top: 0 solid #d8d8d8;
}
.dl-accordion .panel-group .panel-heading + .panel-collapse > .panel-body .panel-default:last-child {
  border-bottom: 0 solid #d8d8d8;
}
.dl-accordion .panel-group .panel-heading + .panel-collapse > .panel-body .panel-default:last-child .panel-heading .panel-title {
  border-bottom: 0 solid #d8d8d8;
}
.dl-accordion .panel-group .panel + .panel {
  margin-top: 0;
}
.dl-accordion .panel-group .panel .phase {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-block;
  width: 48px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 28px;
  color: #fff;
  background: #802E60;
  z-index: 2;
}
.dl-accordion .panel-group .panel .phase span {
  position: absolute;
  height: 28px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
}
.dl-accordion .panel-group .panel .phase-title {
  text-align: left;
  font-size: 14px;
  padding: 6px 0;
  margin: 0;
  color: #4a4a4a;
  transition: all 0.2s ease;
}
@media (min-width: 640px) {
  .dl-accordion .panel-group.with-checkboxes {
    padding-left: 42px;
  }
}
.dl-accordion .panel-group.with-checkboxes .panel-heading {
  position: relative;
}
.dl-accordion .panel-group.with-checkboxes .panel-heading + .panel-collapse > .panel-body {
  padding: 0;
}
@media (min-width: 640px) {
  .dl-accordion .panel-group.with-checkboxes .panel-heading + .panel-collapse > .panel-body .panel-default {
    padding-left: 48px;
  }
}
.dl-accordion .panel-group.with-checkboxes .panel-heading + .panel-collapse > .panel-body .panel-default:last-child .panel-title {
  border-bottom: 0 solid #d8d8d8;
}
.dl-accordion .panel-group.with-checkboxes .panel-group .panel + .panel:last-child > .panel-heading > .panel-title {
  border-bottom: 0 solid #d8d8d8;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-accordion {
  position: absolute;
  top: 0;
  left: -48px;
  width: 48px;
  height: 100%;
  padding: 6px 0;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-accordion label {
  height: 100%;
  padding: 0;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-accordion label > span {
  display: none;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-accordion label:before {
  left: 24px;
}
@media (min-width: 640px) {
  .dl-accordion .panel-group.with-checkboxes .checkbox-accordion label:before {
    left: 14px;
  }
}
.dl-accordion .panel-group.with-checkboxes .checkbox-accordion label:after {
  left: 27px;
}
@media (min-width: 640px) {
  .dl-accordion .panel-group.with-checkboxes .checkbox-accordion label:after {
    left: 17px;
  }
}
.dl-accordion .panel-group.with-checkboxes .checkbox-accordion:hover {
  background: #f4f4f4;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-accordion.checkbox-checked {
  background: #f0eaef;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-accordion.checkbox-checked:hover {
  background: #f0eaef;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-accordion.checkbox-checked + .panel-title {
  background: #f0eaef;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-accordion.checkbox-checked + .panel-title:hover {
  background: #f0eaef;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-item-in-accordion {
  border-bottom: 1px solid #d8d8d8;
  margin-top: 0;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-item-in-accordion:last-child {
  border-bottom: 0 solid #d8d8d8;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-item-in-accordion:hover {
  background: #f4f4f4;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-item-in-accordion .phase {
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
  line-height: 28px;
  z-index: 2;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-item-in-accordion .phase span {
  position: absolute;
  height: 28px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-item-in-accordion .phase-title {
  text-align: left;
  font-size: 14px;
  padding: 6px 0;
  margin: 0;
  color: #4a4a4a;
  transition: all 0.2s ease;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-item-in-accordion label {
  color: #9b9b9b;
  font-size: 14px;
  line-height: 1.45;
  padding: 4px 0px 4px 100px;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-item-in-accordion label:before {
  left: 14px;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-item-in-accordion label:after {
  left: 17px;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-checked {
  background: #f0eaef;
}
.dl-accordion .panel-group.with-checkboxes .checkbox-checked:hover {
  background: #f0eaef;
}
.dl-accordion .panel-group.with-checkboxes > .checkbox .phase {
  left: 0;
  width: 48px;
  color: #fff;
  font-weight: 500;
  background: #802E60;
}
.dl-accordion .panel-group.with-checkboxes > .checkbox label {
  padding-left: 60px;
}
.dl-accordion .panel-group.with-checkboxes > .checkbox label:before {
  left: -24px;
}
@media (min-width: 640px) {
  .dl-accordion .panel-group.with-checkboxes > .checkbox label:before {
    left: -34px;
  }
}
.dl-accordion .panel-group.with-checkboxes > .checkbox label:after {
  left: -21px;
}
@media (min-width: 640px) {
  .dl-accordion .panel-group.with-checkboxes > .checkbox label:after {
    left: -31px;
  }
}
.dl-accordion .panel-group.with-checkboxes > .checkbox:last-child {
  border-bottom: 1px solid #d8d8d8;
}
.dl-accordion .panel-group.with-checkboxes > .checkbox-checked {
  background: #f0eaef;
}
.dl-accordion .panel-group.with-checkboxes > .checkbox-checked:hover {
  background: #f0eaef;
}
.dl-accordion .panel-group.with-checkboxes > .panel > .panel-heading > .checkbox {
  background: transparent;
}
.dl-accordion .panel-group.with-checkboxes > .panel > .panel-heading > .checkbox:hover {
  background: transparent;
}
.dl-accordion .panel-group.with-checkboxes > .panel > .panel-heading > .checkbox.checkbox-checked {
  background: transparent;
}
.dl-accordion .panel-group.with-checkboxes > .panel > .panel-heading > .checkbox.checkbox-checked:hover {
  background: transparent;
}
.dl-accordion .panel-group.with-increment .panel-body .panel-body {
  padding: 0;
}
.dl-accordion .panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.dl-accordion .panel-heading.checkbox-checked {
  background: #f0eaef;
}
.dl-accordion .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.dl-accordion .panel-title > a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 13px;
  color: #7d848e;
  text-decoration: none;
  padding-left: 60px;
  transition: color 250ms ease;
}
.dl-accordion .panel-title > a i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 24px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.dl-accordion .panel-title > a i:before {
  content: "\f0d7";
}
.dl-accordion .panel-title > a:hover i {
  color: #4a4a4a;
}
.dl-accordion .panel-title > a.collapsed i:before {
  content: "\f0da";
}
.dl-accordion .panel-title > .small,
.dl-accordion .panel-title > small {
  color: inherit;
}
.dl-accordion .panel-title > .small > a,
.dl-accordion .panel-title > small > a {
  color: inherit;
}
.dl-accordion .panel-body {
  padding: 15px;
}
.dl-accordion .panel-body .rfp-item-form-checklist > li:first-child {
  border-top: 0 solid #e5e5e5;
}
.dl-accordion .panel-body .rfp-item-form-checklist > li:last-child {
  border-bottom: 0 solid #e5e5e5;
}
.dl-accordion .panel-body .rfp-item-form-checklist > li .phase {
  left: 38px;
  width: 60px;
  color: #4a4a4a;
  font-weight: 600;
  background: transparent;
}
.dl-accordion .panel-body .rfp-item-form-checklist > li .checkbox-item label {
  font-size: 14px;
  padding: 7px 0px 5px 104px;
  color: #9b9b9b;
  line-height: 1.4;
}
.dl-accordion .panel.collapse {
  display: none;
}
.dl-accordion .panel.collapse.in {
  display: block;
}
.dl-accordion .panel:first-child {
  border-top: 1px solid #d8d8d8;
}
.dl-accordion .panel:last-child {
  border-bottom: 1px solid #d8d8d8;
}
.dl-accordion .panel .incr_block {
  padding: 12px 0 18px 0;
}
@media (max-width: 440px) {
  .dl-accordion .panel .incr_block-set > .form_field {
    width: 100%;
  }
}
.dl-accordion .panel .incr_block .form_field_title {
  font-weight: 600;
  font-size: 14px;
}
.dl-accordion .panel .incr_block .form_field_title p {
  color: #9b9b9b;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
}
.dl-accordion .panel .accordion-inner {
  margin-top: 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
fieldset[disabled] .form-control {
  background-color: #f2f2f2;
  opacity: 1;
  cursor: not-allowed;
}
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="radio"] {
  cursor: not-allowed;
}
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #9B9B9B;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.form_field_title,
label {
  display: inline-block;
  max-width: 100%;
  font-weight: 500;
  color: #4A4A4A;
}
.form_field_title.grey,
label.grey {
  color: #9B9B9B;
}
.form_field_title.form_field,
label.form_field {
  margin-bottom: 6px;
}
.form_field_title small,
label small {
  background: #e6e6e6;
  color: #808080;
  padding: 2px 6px;
  margin-left: 4px;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 44px;
  }
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000000;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
select[size],
select[multiple] {
  height: auto;
}
select[multiple].input-sm {
  height: auto;
}
select[multiple].input-lg {
  height: auto;
}
.select-field {
  position: relative;
  width: 100%;
  color: #000000;
  background-color: #fff;
  border: 1px solid #D8D8D8;
}
.select-field:after {
  content: "\f107";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 20px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select-field select {
  background: transparent;
  border: 0;
}
textarea.input-sm {
  height: auto;
}
textarea.input-lg {
  height: auto;
}
textarea.form-control {
  height: auto;
  resize: vertical;
}
textarea.custom-style {
  position: relative;
  min-height: 320px;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #d8d8d8;
  padding: 18px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.5;
  background: #FAFAFA;
  resize: vertical;
}
form {
  margin: 24px 0;
}
form button {
  margin-top: 24px;
}
form button.btn-dashed {
  margin-top: 0;
}
.ask-new-question-form .rfp-item-form-inner .send-message-form {
  position: relative;
}
.ask-new-question-form .rfp-item-form-inner .send-message-form .form-group {
  width: 100%;
  z-index: 0;
  margin: 0;
}
.ask-new-question-form .rfp-item-form-inner .send-message-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  border: 1px solid #87a21b;
  z-index: 1;
}
.form_field {
  /*
  & p > i {
    margin-right: 6px;
    background: #e5e5e5;
    padding: 6px;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid #ccc;
    &:before {
      position: relative;
      top: 2px;
    }
  }
  */
  position: relative;
  margin-bottom: 18px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.form_field h3 {
  margin-bottom: 0;
}
.form_field h3 + p {
  margin: 0;
}
.form_field .field_set {
  margin-top: 12px;
}
.form_field-bordered > div:first-child {
  border-top: 1px solid #e5e5e5;
  padding-top: 18px;
}
.form_field-bordered > div:last-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
}
.form_field-icon {
  position: relative;
  margin-right: 12px;
  background: #e5e5e5;
  padding: 6px;
  width: 36px;
  height: 36px;
  text-align: center;
  border: 1px solid #ccc;
}
.form_field-icon:before {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.form_field-content {
  width: 100%;
  display: table;
  vertical-align: middle;
}
.form_field-content-inner {
  overflow: hidden;
  line-height: 19px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.form_field-content-inner ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.form_field-content-inner ul li span.company-name {
  font-weight: bold;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  margin-bottom: 0;
  font-weight: inherit;
  cursor: pointer;
  user-select: none;
}
.radio input[type="radio"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.checkbox input[type="checkbox"] {
  margin-right: 8px;
}
.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 + .radio-inline,
.radio-inline + .checkbox-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.radio-inline input[type="radio"],
.checkbox-inline input[type="radio"],
.radio-inline input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-right: 8px;
}
.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed;
}
.radio-inline.disabled label,
.checkbox-inline.disabled label {
  cursor: not-allowed;
}
.radio + .radio,
.checkbox + .radio,
.radio + .checkbox,
.checkbox + .checkbox {
  margin-top: -5px;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0;
}
.input-lg + .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.input-group-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
}
.input-group-lg + .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 44px;
  }
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8a8a8a;
}
.form-control {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 4.28571429px 0.6em;
  font-size: 14px;
  line-height: initial;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.2s ease;
  outline: 0;
}
.form-control:focus {
  outline: none;
  border-color: #D8D8D8;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly] {
  background-color: #f2f2f2;
  opacity: 1;
}
.form-control[disabled] {
  cursor: not-allowed;
}
.form-control select .form-control {
  border: 0;
  padding: 0;
  height: initial;
  outline: 0;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group {
  position: relative;
  margin-bottom: 15px;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-lg .form-control {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg .form-control-static {
  height: 44px;
  min-height: 36px;
  padding: 11px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}
.form-group-lg .form-control + .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.form-group-lg select.form-control {
  height: 44px;
  line-height: 44px;
}
.form-group-lg select[multiple] {
  height: auto;
}
.form-group-lg textarea {
  height: auto;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 16px;
  }
}
.form-horizontal .form-control-feedback {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .form-inline .form-control-static {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .form-inline .input-group .form-control {
    width: auto;
  }
}
@media (min-width: 768px) {
  .form-inline .input-group .input-group > .form-control {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group-addon,
  .form-inline .input-group-btn {
    width: auto;
  }
}
@media (min-width: 768px) {
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .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="radio"],
  .form-inline .radio input[type="checkbox"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-custom-inner .save-btn {
  padding: 8px 32px;
}
.form-custom-inner .row + button {
  margin-top: 12px;
}
.form-custom-inner textarea {
  min-height: 160px;
}
.form-custom-checklist {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.form-custom-checklist li {
  border-bottom: 1px solid #e5e5e5;
  transition: all .2s ease;
}
.form-custom-checklist li:first-child {
  border-top: 1px solid #e5e5e5;
}
.form-custom-checklist li:hover {
  background: #f4f4f4;
  transition: all .2s ease;
}
.form-custom.drop-form {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 10px 15px 18px 15px;
  margin-bottom: 24px;
}
.form-custom.drop-form form {
  margin: 0;
}
.form-custom.drop-form form .btns_set {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.form-custom.drop-form form .btns_set button {
  margin-top: 12px;
  padding: 8px 32px;
}
.form-custom.drop-form form .btns_set button:last-child {
  float: right;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox {
  color: #3c763d;
}
.has-success .help-block label,
.has-success .control-label label,
.has-success .radio label,
.has-success .checkbox label {
  color: #3c763d;
}
.has-success .help-block-inline,
.has-success .control-label-inline,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .help-block-inline label,
.has-success .control-label-inline label,
.has-success .radio-inline label,
.has-success .checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox {
  color: #8a6d3b;
}
.has-warning .help-block label,
.has-warning .control-label label,
.has-warning .radio label,
.has-warning .checkbox label {
  color: #8a6d3b;
}
.has-warning .help-block-inline,
.has-warning .control-label-inline,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .help-block-inline label,
.has-warning .control-label-inline label,
.has-warning .radio-inline label,
.has-warning .checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox {
  color: #a94442;
}
.has-error .help-block label,
.has-error .control-label label,
.has-error .radio label,
.has-error .checkbox label {
  color: #a94442;
}
.has-error .help-block-inline,
.has-error .control-label-inline,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .help-block-inline label,
.has-error .control-label-inline label,
.has-error .radio-inline label,
.has-error .checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error.select {
  border-color: #a94442;
}
.has-error.select .custom-select {
  color: #a94442;
}
/*** custom incremental Input - 1 ***/
.increment-element div {
  float: left;
}
.increment-element button {
  padding: 7px 9px 8px 9px;
  height: 34px;
}
.increment-element button i {
  color: #fff;
  font-size: 16px;
}
.increment-element button i:before {
  top: 1px;
}
.increment-element .input input {
  text-align: center;
  max-width: 46px;
}
/*** custom incremental Input - 2 ***/
.incr_input_block {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.incr_input_block .form_title {
  margin-bottom: 5px;
  font-weight: 700;
}
.incr_input_block .input_title {
  margin-bottom: 5px;
  color: #9b9b9b;
  line-height: 1.4;
  font-size: 14px;
  white-space: nowrap;
}
.incr_input_block .form-group label {
  display: none;
}
.incr_input_block .incr_input {
  position: relative;
  float: left;
  margin-right: 12px;
}
.incr_input_block .num_incr {
  position: relative;
  margin-bottom: 12px;
  max-width: 130px;
}
.incr_input_block .num_incr .form-group input {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-left: 1px solid #87a21b;
  border-right: 1px solid #87a21b;
}
.incr_input_block .num_incr .num_incr_button {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 4px 12px;
  border-radius: 0;
}
.incr_input_block .num_incr .num_incr_button.input-group-addon {
  font-size: 12px;
  color: #fff;
  background: #ACCE22;
  border-color: #87a21b;
  border-radius: 0;
}
.incr_input_block .num_incr .num_incr_button.input-group-addon:hover {
  background: #87a21b;
}
.incr_input_block .num_incr .num_incr_button span {
  display: none;
}
/*** custom checkboxes ***/
.checkbox {
  margin: 0;
}
.checkbox-item input[type=checkbox] {
  display: none;
}
.checkbox-item input[type=checkbox] + label:before,
.checkbox-item input[type=checkbox] + label:after {
  transition: all .25s ease;
}
.checkbox-item input[type=checkbox] + label:before {
  background: #fafafa;
  border-color: #c1c1c1;
}
.checkbox-item input[type=checkbox] + label:after {
  content: "\f00c";
  color: #c1c1c1;
}
.checkbox-item input[type=checkbox]:checked + label:before,
.checkbox-item input[type=checkbox]:checked + label:after {
  transition: all .25s ease;
}
.checkbox-item input[type=checkbox]:checked + label:before {
  background: #025e84;
  border-color: #24425c;
}
.checkbox-item input[type=checkbox]:checked + label:after {
  color: #fff;
}
.checkbox-item label {
  position: relative;
  width: 100%;
  padding: 8px 20px 8px 38px;
}
.checkbox-item label:before,
.checkbox-item label:after {
  content: '';
  position: absolute;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 0;
  font-size: 12px;
  font-family: FontAwesome;
  transition: all .25s ease;
}
.checkbox-item label:before {
  top: 0;
  left: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid;
  border-radius: 3px;
}
.checkbox-item label:after {
  top: 12px;
  left: 13px;
  width: 12px;
  height: 12px;
}
.checkbox-item label i {
  position: relative;
  padding-right: 8px;
  font-size: 21px;
  top: 2px;
}
.checkbox-item.grey-green input[type=checkbox] + label:before {
  background: #fafafa;
  border-color: #c1c1c1;
}
.checkbox-item.grey-green input[type=checkbox] + label:after {
  color: #c1c1c1;
}
.checkbox-item.grey-green input[type=checkbox]:checked + label:before {
  background: #acce22;
  border-color: #87a21b;
}
.checkbox-item.grey-green input[type=checkbox]:checked + label:after {
  color: #fff;
}
.checkbox-item-check-right label {
  padding: 12px 20px 10px 12px;
}
.checkbox-item-check-right label:before,
.checkbox-item-check-right label:after {
  left: auto;
}
.checkbox-item-check-right label:before {
  right: 10px;
}
.checkbox-item-check-right label:after {
  right: 13px;
}
.checkbox-item-with-icon label {
  padding: 8px 8px 8px 12px;
  line-height: 16px;
  font-size: 14px;
  width: auto;
}
.checkbox-item-with-icon label:before,
.checkbox-item-with-icon label:after {
  opacity: 0;
  transition: all .15s ease;
}
.checkbox-item-with-icon label i {
  padding-right: 2px;
  font-size: 16px;
  top: 1px;
  color: #025e84;
  opacity: 1;
  transition: all .15s ease;
}
@media (min-width: 1200px) {
  .checkbox-item-with-icon label {
    padding: 8px 12px 8px 8px;
    line-height: 23px;
    font-size: 16px;
  }
  .checkbox-item-with-icon label i {
    padding-right: 8px;
    font-size: 21px;
    top: 2px;
  }
}
.checkbox-item-with-icon input[type=checkbox]:checked + label:before,
.checkbox-item-with-icon input[type=checkbox]:checked + label:after {
  opacity: 1;
  transition: all .15s ease;
}
.checkbox-item-with-icon input[type=checkbox]:checked + label i {
  opacity: 0;
  transition: all .15s ease;
}
.checkbox-item.closely label {
  padding: 8px 20px 8px 28px;
}
.checkbox-item.closely label:before {
  left: 0;
}
.checkbox-item.closely label:after {
  left: 3px;
}
.checkbox-item.small label {
  padding: 8px 20px 8px 0;
  line-height: 1.55;
  font-size: 14px;
}
.checkbox-item.small label:before {
  position: relative;
  left: 0;
  display: inline-block;
  top: 3px;
  margin-right: 6px;
}
.checkbox-item.small label:after {
  left: 3px;
  top: 20px;
  bottom: auto;
}
/*** custom radio ***/
.radio {
  margin: 0;
}
.radio-item {
  padding-left: 0;
}
.radio-item + .radio {
  margin-top: 0;
  margin-left: 0;
}
.radio-item input[type=radio] {
  display: none;
}
.radio-item input[type=radio] + label:before,
.radio-item input[type=radio] + label:after {
  transition: all .25s ease;
}
.radio-item input[type=radio] + label:before {
  background: #fafafa;
  border-color: #c1c1c1;
}
.radio-item input[type=radio] + label:after {
  background: transparent;
}
.radio-item input[type=radio]:checked + label:before,
.radio-item input[type=radio]:checked + label:after {
  transition: all .25s ease;
}
.radio-item input[type=radio]:checked + label:before {
  background: #025e84;
  border-color: #24425c;
}
.radio-item input[type=radio]:checked + label:after {
  background: #fff;
}
.radio-item label {
  position: relative;
  width: 100%;
  padding: 8px 20px 8px 38px;
}
.radio-item label:before,
.radio-item label:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  transition: all .25s ease;
}
.radio-item label:before {
  top: 0;
  left: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid;
}
.radio-item label:after {
  left: 15px;
  width: 8px;
  height: 8px;
}
.radio-item.grey-green input[type=radio] + label:before {
  background: #fafafa;
  border-color: #c1c1c1;
}
.radio-item.grey-green input[type=radio] + label:after {
  background: #c1c1c1;
}
.radio-item.grey-green input[type=radio]:checked + label:before {
  background: #acce22;
  border-color: #87a21b;
}
.radio-item.grey-green input[type=radio]:checked + label:after {
  background: #fff;
}
/*** custom file input ***/
.file-upload {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 34px;
}
.file-upload input {
  margin: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  min-height: 34px;
}
.file-upload-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 34px;
  padding: 4.28571429px 0.6em;
  font-size: 14px;
  line-height: 1.85;
  color: #555;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  user-select: none;
  z-index: 5;
}
.file-upload-custom.active:after {
  content: attr(data-label);
  color: #555;
}
.file-upload-custom:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 34px;
  line-height: 1.85;
  padding: 4px 12px;
  color: #fff;
  background-color: #025e84;
  border: 1px solid #00435e;
}
.file-upload-custom:after {
  content: attr(data-label);
  color: #999;
}
/*** textarea-read-only ***/
.textarea-read-only {
  position: relative;
  max-height: 600px;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #d8d8d8;
  padding: 18px;
  margin-bottom: 18px;
  font-size: 14px;
  background: #FAFAFA;
}
.input-with-date-picker {
  position: relative;
}
.dl-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.dl-content-form {
  margin: 0;
}
.dl-content-item {
  padding: 24px 30px 42px 30px;
  border-bottom: 2px solid #E5E5E5;
}
.dl-content-item:last-child {
  border-bottom: none;
}
.dl-content-title h1 {
  text-transform: uppercase;
  font-size: 36px;
  margin-top: 12px;
  margin-bottom: 30px;
  font-weight: 100;
}
.dl-content-create-title {
  margin-top: 16px;
  margin-bottom: 30px;
}
.dl-content-actions {
  float: left;
  margin-bottom: 12px;
}
.dl-content-actions > * {
  float: left;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .dl-content-actions {
    margin-top: 16px;
    float: right;
  }
  .dl-content-actions > * {
    float: right;
  }
}
.dl-content-actions .dropdown {
  margin-right: 12px;
}
.dl-content-actions .dropdown button {
  border: none;
  border-radius: 2px;
  background-color: #802E60;
  margin-top: 0;
  line-height: 1.42857143;
}
.dl-content-actions .dropdown .dropdown-menu {
  top: 3px;
  border: 1px solid #ccc;
}
.dl-content-actions .dropdown .dropdown-menu li {
  cursor: pointer;
  width: 100%;
}
.dl-content-actions .dropdown .dropdown-menu li a {
  padding: 6px 12px;
  float: none;
  margin: 0;
  color: #9B9B9B;
}
.dl-content-actions .dropdown .dropdown-menu li a i {
  margin-right: 4px;
}
.dl-content-actions .dropdown .dropdown-menu li a i.rotate-45 {
  transform: rotate(45deg);
}
.dl-content-actions .dropdown .dropdown-menu li.delete a {
  color: #d0011b;
}
@media screen and (min-width: 768px) {
  .dl-content-actions .dropdown {
    margin-left: 12px;
    margin-right: 0;
  }
  .dl-content-actions .dropdown .dropdown-menu {
    left: auto;
    right: 5px;
  }
}
.dl-content-panel {
  margin: 1em;
  color: #4a4a4a;
  top: 1em;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
}
.dl-content-panel-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.dl-content-panel-container {
  background-color: #fff;
  min-height: 320px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .dl-content-panel-wrap {
    display: block;
  }
  .dl-content-panel-container {
    display: block;
    width: 100%;
    min-height: auto;
  }
}
.dl-content-does-not-exist {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  height: 100%;
  color: #9b9b9b;
}
.tabs-primary ul li a {
  cursor: pointer;
  background-color: #fff !important;
  color: #555 !important;
}
.tabs-primary ul li.active a,
.tabs-primary ul li.active a:focus,
.tabs-primary ul li.active a:hover {
  cursor: pointer;
  color: #fff !important;
  background-color: #269df2 !important;
  border: 1px solid #ddd;
}
.tabs-ui {
  margin: 24px 0;
}
.tabs-ui-list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.tabs-ui-list ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  border-bottom: none;
}
.tabs-ui-list ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 0;
}
.tabs-ui-list ul li a {
  margin-right: 6px;
  border-bottom: none !important;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  background-color: #e5e5e5;
  border-color: #ccc;
  color: #4a4a4a;
  transform: translateY(6px);
  padding: 10px 15px 8px 15px;
  transition: all 0.2s ease;
}
.tabs-ui-list ul li a span {
  display: block;
  transform: translateY(-3px);
  transition: all 0.2s ease;
}
.tabs-ui-list ul li a:hover {
  border-color: #ccc;
  transform: translateY(0);
  transition: all 0.2s ease;
}
.tabs-ui-list ul li a:hover span {
  transform: translateY(0);
  transition: all 0.2s ease;
}
.tabs-ui-list ul li.active a,
.tabs-ui-list ul li.active a:focus,
.tabs-ui-list ul li.active a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  transform: translateY(0);
  transition: all 0.2s ease;
}
.tabs-ui-list ul li.active a span,
.tabs-ui-list ul li.active a:focus span,
.tabs-ui-list ul li.active a:hover span {
  transform: translateY(0);
  transition: all 0.2s ease;
}
.tabs-ui-content .dl-table-responsive {
  margin: 0;
}
.dl-search-head {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: top;
  border-bottom: 2px solid #E5E5E5;
  z-index: 2;
  background: #f2f2f2;
}
.dl-search-head-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 14px 15px 9px 15px;
}
.dl-search-head h3 {
  position: relative;
  text-transform: inherit;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
  color: #00435E;
  font-size: 20px;
}
.dl-search-head h5 {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 0;
}
.dl-search-head h5 span {
  font-weight: bold;
}
.dl-search-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background: #193044;
  border-bottom: 1px solid #152738;
}
.dl-search-tabs-container {
  font-weight: 400;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.dl-search-tabs ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: left;
  padding: 0;
  z-index: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  list-style-type: none;
  margin: 0;
}
.dl-search-tabs ul li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  z-index: 1;
  float: none;
  padding: 12px 30px 12px 15px;
  user-select: none;
}
.dl-search-tabs ul li span.tab-name {
  color: #337ab7;
}
.dl-search-tabs ul li span.tab-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  height: 16px;
  background: #347ab7;
  font-weight: 700;
  color: #193145;
  margin: auto;
  line-height: 1;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  padding: 2px 5px;
  font-size: 12px;
}
.dl-search-tabs ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ACCE22;
  transform: translateY(100%);
  opacity: 0;
  transition: all .3s ease;
}
.dl-search-tabs ul li:hover .tab-name,
.dl-search-tabs ul li.active .tab-name {
  color: #ffffff;
}
.dl-search-tabs ul li:hover .tab-indicator,
.dl-search-tabs ul li.active .tab-indicator {
  background: #ACCE22;
  color: #25435c;
}
.dl-search-tabs ul li:hover:after,
.dl-search-tabs ul li.active:after {
  transform: translateY(0);
  opacity: 1;
  transition: all .3s ease;
}
.dl-search-tabs + div .dl-table-responsive {
  margin: 0;
  border: 0;
}
@media (min-width: 768px) {
  .dl-search-tabs + div .dl-table-responsive-content > thead > tr > th {
    padding: 10px 10px 14px 15px;
  }
  .dl-search-tabs + div .dl-table-responsive-content > tbody > tr > td {
    padding: 10px 10px 14px 15px;
  }
}
.donut-chart {
  padding: 25px;
}
.donut-chart-text {
  fill: #000;
  transform: translateY(0.25em);
}
.donut-chart-number {
  font-size: 0.6em;
  line-height: 1;
  text-anchor: middle;
  transform: translateY(-0.25em);
}
.donut-chart-label {
  font-size: 0.15em;
  text-transform: uppercase;
  text-anchor: middle;
  transform: translateY(0.7em);
}
.chart-legend {
  overflow: hidden;
  max-width: 240px;
}
.chart-legend-list {
  list-style-type: none;
  padding: 25px 0;
}
.chart-legend-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 12px;
  margin-bottom: -1px;
  border: 1px solid transparent;
  transition: all .15s ease;
  min-width: 75%;
}
.chart-legend-item-title {
  overflow: hidden;
}
.chart-legend-item-color {
  color: #ffffff;
  float: left;
  min-width: 30px;
  text-align: center;
  margin-right: 6px;
  padding: 7px;
}
.chart-legend-item.active,
.chart-legend-item:hover {
  border-color: #B6B4B4;
  background-color: #fafafa;
  transition: all .15s ease;
}
.error-boundary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
}
.sys-msgs-container {
  padding: 36px;
}
.sys-msgs-logo {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url('/assets/images/logo-small-02_only-icon.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 18px;
}
.sys-msgs-title {
  margin-top: 0;
  margin-bottom: 12px;
}
.sys-msgs .btn-set {
  width: auto;
}
.sys-msgs .btn-set .btn {
  margin-left: 12px;
}
.sys-msgs .btn-set .btn:first-child {
  margin-left: 0;
}
.sys-msgs .work-space-choose {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 12px 24px;
  margin-top: 6px;
  margin-bottom: 24px;
  border: 1px solid #e5e5e5;
}
.qr-code {
  position: relative;
  margin-top: 12px;
  width: 240px;
  height: 240px;
}
.qr-code-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.qr-code-image svg {
  position: relative;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.8421);
  -moz-transform: scale(0.8421);
  -ms-transform: scale(0.8421);
  -o-transform: scale(0.8421);
  transform: scale(0.8421);
}
.PresetDateRangePicker_panel {
  padding: 0 22px 11px;
}
.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #acce22;
  color: #acce22;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.PresetDateRangePicker_button:active {
  outline: 0;
}
.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #8ead0d;
}
.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff;
}
.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}
.SingleDatePickerInput__rtl {
  direction: rtl;
}
.SingleDatePickerInput__disabled {
  background-color: #f2f2f2;
}
.SingleDatePickerInput__block {
  display: block;
}
.SingleDatePickerInput__showClearDate {
  padding-right: 30px;
}
.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%;
}
.SingleDatePickerInput_clearDate__small {
  padding: 6px;
}
.SingleDatePickerInput_clearDate__hide {
  visibility: hidden;
}
.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}
.SingleDatePickerInput_clearDate_svg__small {
  height: 9px;
}
.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}
.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}
.SingleDatePicker {
  position: relative;
  display: inline-block;
}
.SingleDatePicker__block {
  display: block;
}
.SingleDatePicker_picker {
  z-index: 1;
  top: 40px !important;
  background-color: #fff;
  position: absolute;
}
.SingleDatePicker_picker__rtl {
  direction: rtl;
}
.SingleDatePicker_picker__directionLeft {
  left: 0;
}
.SingleDatePicker_picker__directionRight {
  right: 0;
}
.SingleDatePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff;
}
.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none;
}
.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}
.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0;
}
.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2;
  display: none;
}
.DayPickerKeyboardShortcuts_show::before {
  content: '';
  display: block;
  position: absolute;
}
.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #a0c30e;
  bottom: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #a0c30e;
}
.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489;
}
.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0;
}
.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0;
}
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #a0c30e;
}
.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute;
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px;
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px;
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px;
}
.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left;
}
.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0;
}
.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}
.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a;
}
.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.CalendarDay:active {
  outline: 0;
}
.CalendarDay__defaultCursor {
  cursor: default;
}
.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff;
}
.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px solid #e4e7e7;
  color: inherit;
}
.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit;
}
.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848;
}
.CalendarDay__outside:hover {
  border: 0;
}
.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd;
}
.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd;
}
.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848;
}
.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848;
}
.CalendarDay__selected_span {
  background: #acce22;
  border: 1px double #a0c30e;
  color: #fff;
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #acce22;
  border: 1px double #a0c30e;
  color: #fff;
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #97b80f;
  border: 1px double #97b80f;
  color: #fff;
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #acce22;
  border: 1px double #97b80f;
  color: #fff;
}
.CalendarDay__hovered_span:active {
  background: #acce22;
  border: 1px double #97b80f;
  color: #fff;
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}
.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee;
}
.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7;
}
.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0;
}
.CalendarMonth_verticalSpacing {
  border-collapse: separate;
}
.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial;
}
.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px;
}
.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0;
}
.CalendarMonthGrid__animating {
  z-index: 1;
}
.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px;
}
.CalendarMonthGrid__vertical,
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
}
.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%;
}
.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.CalendarMonthGrid_month__hidden {
  visibility: hidden;
}
.DayPickerNavigation {
  position: relative;
  z-index: 2;
}
.DayPickerNavigation__horizontal {
  height: 0;
}
.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1;
}
.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0;
}
.DayPickerNavigation__verticalScrollableDefault {
  position: relative;
}
.DayPickerNavigation__bottom {
  height: auto;
}
.DayPickerNavigation__bottomDefault {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575;
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4;
}
.DayPickerNavigation_button__default:active {
  background: #f2f2f2;
}
.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2;
}
.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2;
}
.DayPickerNavigation_button__disabled:active {
  background: 0 0;
}
.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px;
}
.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px;
}
.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px;
}
.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px;
}
.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%;
}
.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0;
}
.DayPickerNavigation_nextButton__verticalScrollableDefault,
.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%;
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block;
}
.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848;
}
.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2;
}
.DayPicker {
  background: #fff;
  position: relative;
  text-align: left;
}
.DayPicker__horizontal {
  background: #fff;
}
.DayPicker__verticalScrollable {
  height: 100%;
}
.DayPicker__hidden {
  visibility: hidden;
}
.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
}
.DayPicker_portal__vertical {
  position: initial;
}
.DayPicker_focusRegion {
  outline: 0;
}
.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top;
}
.DayPicker_weekHeaders {
  position: relative;
}
.DayPicker_weekHeaders__horizontal {
  margin-left: 9px;
}
.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left;
}
.DayPicker_weekHeader__vertical {
  left: 50%;
}
.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center;
}
.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.DayPicker_transitionContainer__vertical {
  width: 100%;
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
}
.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle;
}
.DateInput__small {
  width: 97px;
}
.DateInput__block {
  width: 100%;
}
.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb;
}
.DateInput_input {
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 1px 15px 1px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0;
}
.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding: 7px 7px 5px;
}
.DateInput_input__regular {
  font-weight: 400;
}
.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0;
}
.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic;
}
.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.DateInput_fang {
  position: absolute;
  top: 30px !important;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2;
}
.DateInput_fangShape {
  fill: #fff;
}
.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent;
}
.DateRangePickerInput {
  background-color: #fff;
  display: inline-block;
}
.DateRangePickerInput__disabled {
  background: #f2f2f2;
}
.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}
.DateRangePickerInput__rtl {
  direction: rtl;
}
.DateRangePickerInput__block {
  display: block;
}
.DateRangePickerInput__showClearDates {
  padding-right: 30px;
}
.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848;
}
.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px;
}
.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.DateRangePickerInput_clearDates__small {
  padding: 6px;
}
.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%;
}
.DateRangePickerInput_clearDates__hide {
  visibility: hidden;
}
.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}
.DateRangePickerInput_clearDates_svg__small {
  height: 9px;
}
.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}
.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}
.DateRangePicker {
  position: relative;
  display: inline-block;
}
.DateRangePicker__block {
  display: block;
}
.DateRangePicker_picker {
  z-index: 99;
  background-color: #fff;
  position: absolute;
}
.DateRangePicker_picker__rtl {
  direction: rtl;
}
.DateRangePicker_picker__directionLeft {
  left: 0;
  top: 40px !important;
}
.DateRangePicker_picker__directionRight {
  right: 0;
}
.DateRangePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff;
}
.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none;
}
.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}
