/* colors */
/* green */
/* blue */
/* orange */
/* red */
/* gold */
/* white */
/* green 77b55a*/
/* blue */
/* purple */
/* gray */
/* add padding and/or margin (vertical) to elements */
/* 
    components

//  Define common padding and border radius sizes and more. 
//  Values based on 14px text and 1.428 line-height (~20px to start).

*/
/* Global color for active items (e.g., navs or dropdowns).*/
/* Global background color for active items (e.g., navs or dropdowns).*/
/* Width of the `border` for generating carets that indicator dropdowns.*/
/* Carets increase slightly in size for larger components.*/
/* Horizontal offset for forms and lists. */
/* Text muted color */
/* Abbreviations and acronyms border color */
/* Headings small color */
/* Blockquote small color */
/* Blockquote font size */
/* Blockquote border color */
/* Page header border color */
/* Width of horizontal description list titles */
/* Horizontal line color. */
/* ~18px */
/* ~12px */
/* ~28px */
/* ~22px */
/* ~20px */
/* ~16px */
/* ~14px */
/* ~12px */
/* 20/22 */
/* ~22px */
/* inherit */
/* Deprecated `@dropdown-caret-color` as of v3.1.0*/
/* TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4 */
/* `.form-control` border radius */
/* Border color for elements within panels */
/* progress bar colors */
/* Padding for `<th>`s and `<td>`s.*/
/* Padding for cells in `.table-condensed`.*/
/* Default background color used for all tables.*/
/* Background color used for `.table-striped`.*/
/* Background color used for `.table-hover`.*/
/* Border color for table and cell borders.*/
/*-----Labels-----*/
/* Padding applied to the modal body */
/* Padding applied to the modal title */
/* Modal title line-height */
/* Background color of modal content area */
/* Modal content border color */
/* Modal content border color **for IE8** */
/* Modal backdrop background color */
/* Modal backdrop opacity */
/* Modal header border color */
/* Modal footer border color */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/ui/fonts/glyphicons-halflings-regular.eot');
  src: url('/ui/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/ui/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/ui/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/ui/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";
}
* {
  -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: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.571;
  color: #2C373C;
  background-color: #fcfcfc;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #62ab41;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #42742c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.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: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.571;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #ddd;
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #555;
}
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: #b0b0b0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
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: 10.5px;
  margin-bottom: 10.5px;
}
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: 28px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  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: #94979d;
}
.text-primary {
  color: #62ab41;
}
a.text-primary:hover {
  color: #4d8633;
}
.text-success {
  color: #62ab41;
}
a.text-success:hover {
  color: #4d8633;
}
.text-info {
  color: #2280c3;
}
a.text-info:hover {
  color: #1a6398;
}
.text-warning {
  color: #f39300;
}
a.text-warning:hover {
  color: #c07400;
}
.text-danger {
  color: #D1332E;
}
a.text-danger:hover {
  color: #a72925;
}
.bg-primary {
  color: #fff;
  background-color: #62ab41;
}
a.bg-primary:hover {
  background-color: #4d8633;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #ddd;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
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: 21px;
}
dt,
dd {
  line-height: 1.571;
}
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 #b0b0b0;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #ddd;
}
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.571;
  color: #b0b0b0;
}
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 #ddd;
  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: 21px;
  font-style: normal;
  line-height: 1.571;
}
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: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.571;
  word-break: break-all;
  word-wrap: break-word;
  color: #999999;
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-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: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #94979d;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.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: 8px;
  line-height: 1.571;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  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: #fcfcfc;
}
.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;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.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: 15.75px;
    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: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #4b505f;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 14px;
  line-height: 1.571;
  color: #2C373C;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.571;
  color: #2C373C;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #b7b7b7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183, 183, 183, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183, 183, 183, 0.6);
}
.form-control::-moz-placeholder {
  color: #b7b7b7;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b7b7b7;
}
.form-control::-webkit-input-placeholder {
  color: #b7b7b7;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ddd;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 44px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 34px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 58px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 34px;
  line-height: 34px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 58px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 58px;
  line-height: 58px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 58px;
  height: 58px;
  line-height: 58px;
}
.input-sm + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.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: #62ab41;
}
.has-success .form-control {
  border-color: #62ab41;
  -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: #4d8633;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9ad082;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9ad082;
}
.has-success .input-group-addon {
  color: #62ab41;
  border-color: #62ab41;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #62ab41;
}
.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: #f39300;
}
.has-warning .form-control {
  border-color: #f39300;
  -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: #c07400;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffbe5a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffbe5a;
}
.has-warning .input-group-addon {
  color: #f39300;
  border-color: #f39300;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #f39300;
}
.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: #D1332E;
}
.has-error .form-control {
  border-color: #D1332E;
  -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: #a72925;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e38582;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e38582;
}
.has-error .input-group-addon {
  color: #D1332E;
  border-color: #D1332E;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #D1332E;
}
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #627a86;
}
@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: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.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: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 20.95px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.571;
  border-radius: 3px;
  -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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #4b505f;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #4b505f;
  background-color: #fff;
  border-color: #b0b0b0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #4b505f;
  background-color: #e6e6e6;
  border-color: #919191;
}
.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: #fff;
  border-color: #b0b0b0;
}
.btn-default .badge {
  color: #fff;
  background-color: #4b505f;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #4b505f;
  background-color: #f2f2f2;
  border-color: #a3a3a3;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default .fa,
.btn-default .csi {
  position: relative;
  margin-right: 5px;
}
.btn-primary {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #62ab41;
  border-color: #62ab41;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #4d8633;
  border-color: #497f30;
}
.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: #62ab41;
  border-color: #62ab41;
}
.btn-primary .badge {
  color: #62ab41;
  background-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #57993a;
  border-color: #57993a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary .fa,
.btn-primary .csi {
  position: relative;
  margin-right: 5px;
}
.btn-success {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #62ab41;
  border-color: #62ab41;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4d8633;
  border-color: #497f30;
}
.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: #62ab41;
  border-color: #62ab41;
}
.btn-success .badge {
  color: #62ab41;
  background-color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #57993a;
  border-color: #57993a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success .fa,
.btn-success .csi {
  position: relative;
  margin-right: 5px;
}
.btn-info {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #2280c3;
  border-color: #2280c3;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #1a6398;
  border-color: #195e8f;
}
.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: #2280c3;
  border-color: #2280c3;
}
.btn-info .badge {
  color: #2280c3;
  background-color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #1e72ad;
  border-color: #1e72ad;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info .fa,
.btn-info .csi {
  position: relative;
  margin-right: 5px;
}
.btn-warning {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #f39300;
  border-color: #f39300;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c07400;
  border-color: #b66e00;
}
.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: #f39300;
  border-color: #f39300;
}
.btn-warning .badge {
  color: #f39300;
  background-color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #da8400;
  border-color: #da8400;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning .fa,
.btn-warning .csi {
  position: relative;
  margin-right: 5px;
}
.btn-danger {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #D1332E;
  border-color: #D1332E;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a72925;
  border-color: #9f2723;
}
.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: #D1332E;
  border-color: #D1332E;
}
.btn-danger .badge {
  color: #D1332E;
  background-color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #bc2e29;
  border-color: #bc2e29;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger .fa,
.btn-danger .csi {
  position: relative;
  margin-right: 5px;
}
.btn-link {
  color: #62ab41;
  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: #42742c;
  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: #b0b0b0;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
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 solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2010;
  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 #bbb;
  border: 1px solid #bbb /*rgba(0,0,0,.15)*/;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #d8d8d8;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.571;
  color: #4b505f;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #404451;
  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: #62ab41;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #b0b0b0;
}
.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.571;
  color: #b0b0b0;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2000;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@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-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-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: 58px;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 58px;
  line-height: 58px;
}
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: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 34px;
  line-height: 34px;
}
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: 10px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #2C373C;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 15px 20px;
  font-size: 18px;
  border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ddd;
}
.nav > li.disabled > a {
  color: #b0b0b0;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #b0b0b0;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ddd;
  border-color: #62ab41;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 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.571;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ddd #ddd #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #7a7d84;
  background-color: #fcfcfc;
  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: 3px;
}
.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: 3px 3px 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: #fcfcfc;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #62ab41;
}
.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: 3px;
}
.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: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fcfcfc;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 64px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: none;
  }
}
@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;
    visibility: visible !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: 2000;
  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: 2040;
}
@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: 21.5px 15px;
  font-size: 18px;
  line-height: 21px;
  height: 64px;
}
.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: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 10.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@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: 21px;
  }
  .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: 21.5px;
    padding-bottom: 21.5px;
  }
}
.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: 10px;
  margin-bottom: 10px;
}
@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 {
  border-top-right-radius: none;
  border-top-left-radius: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs {
  margin-top: 21px;
  margin-bottom: 21px;
}
.navbar-text {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
@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: #212a2d;
  border-color: none;
}
.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: #ffffff;
}
.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: #13181a;
}
.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: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #13181a;
  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: #13181a;
  }
  .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: blue;
  border-color: #0000cc;
}
.navbar-inverse .navbar-brand {
  color: #d6d6d6;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #d6d6d6;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d6d6d6;
}
.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: #0000cc;
}
.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: #0000db;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #0000cc;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #0000cc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #0000cc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d6d6d6;
  }
  .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: #0000cc;
  }
  .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: #d6d6d6;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #d6d6d6;
}
.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: 21px;
  list-style: none;
  background-color: none;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "\f054\00a0";
  padding: 0 5px;
  color: #2280c3;
}
.breadcrumb > .active {
  color: #2C373C;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px;
  line-height: 1.571;
  text-decoration: none;
  color: #777 /*@link-color*/;
  background-color: #fff;
  border: 1px solid none;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #42742c;
  background-color: #ddd;
  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: #62ab41;
  background-color: #fff;
  border-color: inherit;
  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: #e0e0e0 /*@gray-light*/;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 15px 20px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 21px 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 none;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ddd;
}
.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: #e0e0e0 /*@gray-light*/;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
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: #7a7d84;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #626469;
}
.label-primary {
  background-color: #62ab41;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #4d8633;
}
.label-success {
  background-color: #62ab41;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #4d8633;
}
.label-info {
  background-color: #2280c3;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #1a6398;
}
.label-warning {
  background-color: #f39300;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c07400;
}
.label-danger {
  background-color: #D1332E;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a72925;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 18px;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #7a7d84;
  border-radius: 50%;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .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: #62ab41;
  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: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ddd;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #c4c4c4;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 3px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.571;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 3px;
  -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: #62ab41;
}
.thumbnail .caption {
  padding: 9px;
  color: #2C373C;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #62ab41;
  color: #62ab41;
}
.alert-success hr {
  border-top-color: #57993a;
}
.alert-success .alert-link {
  color: #4d8633;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #2280c3;
  color: #2280c3;
}
.alert-info hr {
  border-top-color: #1e72ad;
}
.alert-info .alert-link {
  color: #1a6398;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #f39300;
  color: #f39300;
}
.alert-warning hr {
  border-top-color: #da8400;
}
.alert-warning .alert-link {
  color: #c07400;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #D1332E;
  color: #D1332E;
}
.alert-danger hr {
  border-top-color: #bc2e29;
}
.alert-danger .alert-link {
  color: #a72925;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #4b505f;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #62ab41;
}
.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: #2280c3;
}
.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: #f39300;
}
.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: #D1332E;
}
.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-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: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #ddd;
  color: #b0b0b0;
  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: #b0b0b0;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #62ab41;
  border-color: #62ab41;
}
.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: #d6eccc;
}
.list-group-item-success {
  color: #62ab41;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #62ab41;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #62ab41;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #62ab41;
  border-color: #62ab41;
}
.list-group-item-info {
  color: #2280c3;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #2280c3;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #2280c3;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #2280c3;
  border-color: #2280c3;
}
.list-group-item-warning {
  color: #f39300;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #f39300;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #f39300;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f39300;
  border-color: #f39300;
}
.list-group-item-danger {
  color: #D1332E;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #D1332E;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #D1332E;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #D1332E;
  border-color: #D1332E;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-top-right-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-bottom-right-radius: 2px;
}
.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: 2px;
}
.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: 2px;
}
.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-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > 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: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.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: #555 /*@gray-dark*/;
  background-color: none;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: none;
  background-color: #555 /*@gray-dark*/;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #62ab41;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #62ab41;
  border-color: #62ab41;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #62ab41;
}
.panel-primary > .panel-heading .badge {
  color: #62ab41;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #62ab41;
}
.panel-success {
  border-color: #ddd /*@state-success-border*/;
}
.panel-success > .panel-heading {
  color: #62ab41;
  background-color: #dff0d8;
  border-color: #ddd /*@state-success-border*/;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd /*@state-success-border*/;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #62ab41;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd /*@state-success-border*/;
}
.panel-info {
  border-color: #ddd /*@state-info-border*/;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #2280c3;
  border-color: #ddd /*@state-info-border*/;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd /*@state-info-border*/;
}
.panel-info > .panel-heading .badge {
  color: #2280c3;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd /*@state-info-border*/;
}
.panel-warning {
  border-color: #ddd /*@state-warning-border*/;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #f39300;
  border-color: #ddd /*@state-warning-border*/;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd /*@state-warning-border*/;
}
.panel-warning > .panel-heading .badge {
  color: #f39300;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd /*@state-warning-border*/;
}
.panel-danger {
  border-color: #ddd /*@state-danger-border*/;
}
.panel-danger > .panel-heading {
  color: #D1332E;
  background-color: #f2dede;
  border-color: #ddd /*@state-danger-border*/;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd /*@state-danger-border*/;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #D1332E;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd /*@state-danger-border*/;
}
.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.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.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 {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2050;
  -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: #f0f0f0;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -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: absolute;
  top: 0;
  right: 0;
  left: 0;
  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.571px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.571;
}
.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: 640px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 960px;
  }
}
.tooltip {
  position: absolute;
  z-index: 2030;
  display: block;
  visibility: visible;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #444;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #444;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #444;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #444;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #444;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #444;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #444;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #444;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #444;
}
.tooltip-custom {
    opacity: 1 !important;
}
.tooltip-arrow-custom {
    border-right-color: #77B55A !important;
    border-left-color: #77B55A !important;
}
.tooltip-inner-custom {
    background-color: #77B55A !important;
    padding: 10px;
    font-size: 14px;
}
.tooltip-inner-custom a {
    color: #c3ffa1 !important;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2020;
  display: none;
  max-width: 280px;
  padding: 1px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.571;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 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 {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  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: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,
.action-bar:before,
.action-bar: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,
.action-bar:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !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;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/******************************
    helpers
    helper classes
    also see bootstrap's built-in helpers which are available
    http://getbootstrap.com/css/#helper-classes
*/
.mw-600,
.mw-800,
.mw-960,
.mw-1000 {
  margin-left: auto;
  margin-right: auto;
}
.mw-600 {
  max-width: 600px;
}
.mw-800 {
  max-width: 800px;
}
.mw-960 {
  max-width: 960px;
}
.mw-1000 {
  max-width: 1000px;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.block {
  display: block;
}
.display-none {
  display: none;
}
.rounded {
  border-radius: 3px;
}
.round {
  border-radius: 50%;
}
.help-text .text-condense {
  display: block;
  width: 95%;
}
.bg-clever {
  background-color: #2280c3;
}
.text-clever {
  color: #2280c3;
}
/*
    @margin-base-vertical = 6
    @margin-base-horizontal = 12
    
    @padding-base-vertical = 6
    @padding-base-horizontal = 12
*/
/* MARGINS & PADDING

/*-----Margin Auto-----*/
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
/*-----Margin All-----*/
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 15px;
}
.m-2 {
  margin: 20px;
}
.m-3 {
  margin: 30px;
}
.m-4 {
  margin: 40px;
}
.m-5 {
  margin: 50px;
}
.m-6 {
  margin: 60px;
}
/*-----Margin Top-----*/
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 15px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-5 {
  margin-top: 50px;
}
.mt-6 {
  margin-top: 60px;
}
/*-----Margin Bottom-----*/
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 15px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 50px;
}
.mb-6 {
  margin-bottom: 60px;
}
/*-----Margin Vertical-----*/
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-5 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-6 {
  margin-top: 60px;
  margin-bottom: 60px;
}
/*-----Padding All-----*/
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 15px;
}
.p-2 {
  padding: 20px;
}
.p-3 {
  padding: 30px;
}
.p-4 {
  padding: 40px;
}
.p-5 {
  padding: 50px;
}
.p-6 {
  padding: 60px;
}
/*-----Padding Horizontal-----*/
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-3 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-4 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-5 {
  padding-left: 50px;
  padding-right: 50px;
}
.px-6 {
  padding-left: 60px;
  padding-right: 60px;
}
/*-----Margin Vertical-----*/
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* BORDERS */
.border-none {
  border: none;
}
.border {
  border: 1px solid #ddd;
}
.border-top {
  border-top: 1px solid #ddd;
}
.border-bottom {
  border-bottom: 1px solid #ddd;
}
.border-left {
  border-left: 1px solid #ddd;
}
.border-right {
  border-right: 1px solid #ddd;
}
/*---Character counter - Notifications + Social Posts---*/
.counter,
.counters {
  margin-top: 10px;
  font-size: 13px;
}
.counters__counter {
  font-size: 13px;
}
.counters__counter + .counters__counter {
  margin-left: 15px;
}
.counter:before,
.counters__counter:before {
  position: relative;
  top: 2px;
  font-family: 'cs-ui-icons';
  font-weight: normal;
  font-style: normal;
  margin-right: 4px;
}
.msg-twitter .counter:before,
.counters__counter--twitter:before {
  content: "\e934";
  color: #00b6f1;
}
.msg-messenger .counter:before {
  content: "\e97e";
  color: #0084FF;
}
.counters__counter--facebook:before {
  content: "\e933";
  color: #3b5998;
}
/*
---------------------------------------------------------------------------------------

DELETE! 

-----------------------*/
.margin-top-none {
  margin-top: 0;
}
.margin-top-xs {
  margin-top: 5px;
}
.margin-top-sm {
  margin-top: 10px;
}
.margin-top-md {
  margin-top: 10px;
}
.margin-top-lg {
  margin-top: 20px;
}
.margin-top-xl {
  margin-top: 40px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-bottom-xs {
  margin-bottom: 5px;
}
.margin-bottom-sm {
  margin-bottom: 10px;
}
.margin-bottom-md {
  margin-bottom: 10px;
}
.margin-bottom-lg {
  margin-bottom: 20px;
}
.margin-bottom-xl {
  margin-bottom: 40px;
}
.padding-all-none {
  padding-top: 0;
}
.padding-all-xs {
  padding: 5px 5px;
}
.padding-all-sm {
  padding: 10px 10px;
}
.padding-all-md {
  padding: 15px 15px;
}
.padding-all-lg {
  padding: 20px 20px;
}
.padding-all-xl {
  padding: 40px 40px;
}
.padding-top-none {
  padding-top: 0;
}
.padding-top-xs {
  padding-top: 5px;
}
.padding-top-sm {
  padding-top: 10px;
}
.padding-top-md {
  padding-top: 15px;
}
.padding-top-lg {
  padding-top: 20px;
}
.padding-top-xl {
  padding-top: 40px;
}
.padding-right-none {
  padding-right: 0;
}
.padding-right-xs {
  padding-right: 5px;
}
.padding-right-sm {
  padding-right: 10px;
}
.padding-right-md {
  padding-right: 15px;
}
.padding-right-lg {
  padding-right: 20px;
}
.padding-right-xl {
  padding-right: 40px;
}
.padding-bottom-none {
  padding-bottom: 0;
}
.padding-bottom-xs {
  padding-bottom: 5px;
}
.padding-bottom-sm {
  padding-bottom: 10px;
}
.padding-bottom-md {
  padding-bottom: 15px;
}
.padding-bottom-lg {
  padding-bottom: 20px;
}
.padding-bottom-xl {
  padding-bottom: 40px;
}
.padding-left-none {
  padding-left: 0;
}
.padding-left-xs {
  padding-left: 5px;
}
.padding-left-sm {
  padding-left: 10px;
}
.padding-left-md {
  padding-left: 15px;
}
.padding-left-lg {
  padding-left: 20px;
}
.padding-left-xl {
  padding-left: 40px;
}
@media (min-width: 992px) {
  .container-960 {
    width: 960px;
  }
}
/*---gutter overrides---*/
.gutters-30 {
  margin-right: -30px;
  margin-left: -30px;
}
.gutters-30 > [class*='col-'] {
  padding-right: 30px;
  padding-left: 30px;
}
/*---documentation sections---*/
.section-doc {
  margin-bottom: 30px;
}
/*---cs login---*/
/*--Old login styles - TODO: need to remove but need to understand what other screens are using these styles---*/
.cs-login {
  background: #62ab41;
}
.panel-login {
  border-color: #ddd;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.panel-login > .panel-heading {
  color: #555 /*@gray-dark*/;
  background-color: none;
  border-color: #ddd;
}
.panel-login > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-login > .panel-heading .badge {
  color: none;
  background-color: #555 /*@gray-dark*/;
}
.panel-login > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-login .panel-heading {
  padding-top: 30px;
  padding-bottom: 15px;
  /* Temporary fix - revist .h2, .h3 */
}
.panel-login .panel-heading .h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.panel-login .panel-heading .h3 {
  font-size: 32px;
  margin: 0;
}
.panel-login .panel-heading a.h3 {
  color: #555;
}
.panel-login .panel-heading a {
  text-decoration: none;
  float: none;
}
.panel-login .panel-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: none;
  border: none;
}
.panel-login .panel-footer p {
  margin-bottom: 0;
}
.panel-login .panel-footer p + p {
  margin-top: 10px;
}
.panel-login .login-actions {
  padding-top: 15px;
}
.panel-login .login-actions:before,
.panel-login .login-actions:after {
  content: " ";
  display: table;
}
.panel-login .login-actions:after {
  clear: both;
}
.panel-login .login-actions:before,
.panel-login .login-actions:after {
  content: " ";
  display: table;
}
.panel-login .login-actions:after {
  clear: both;
}
.panel-login .login-actions .checkbox {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .panel-login .panel-heading,
  .panel-login .panel-body,
  .panel-login .panel-footer {
    padding-right: 60px;
    padding-left: 60px;
  }
}
/*---updated login styles, Dec, 2018---*/
.page-login {
  background-color: #ffffff;
}
.page-login p {
  max-width: none;
}
.page-login--main .login-panel {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.page-login--policy h2,
.page-login--policy h3,
.page-login--policy h4 {
  font-weight: 600;
}
.page-login--policy h2 {
  font-size: 24px;
}
.page-login--policy h3 {
  font-size: 18;
  margin: 40px 0 10px;
}
.page-login--policy h4 {
  font-size: 16px;
  margin: 20px 0 10px;
}
.page-login--policy h3 + h4 {
  margin-top: 30px;
}
.page-login--policy ul {
  padding-left: 40px;
}
.login-panel__header {
  margin: 0 0 30px;
}
.login-panel__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.login-panel__title a {
  color: #7a7d84;
}
.login-panel__heading {
  font-weight: 600;
  margin: 0;
}
.login-panel__heading a {
  color: #2C373C;
}
.login-panel__body .form-control {
  height: 48px;
  font-size: 16px;
}
.login-panel__forgot-password {
  font-size: 13px;
  position: relative;
  margin: -10px 0 24px;
}
.login-panel__form-actions.form-group,
.login-panel__form-actions .btn-success {
  margin: 0;
}
.login-panel__sso {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin: 40px 0 40px;
}
.login-panel__footer {
  margin: 50px 0;
}
.login-panel__footer p {
  font-size: 12px;
  color: #7a7d84;
}
@media (min-width: 768px) {
  .login-panel {
    margin-top: 60px;
  }
}
/* varibales */
/*
------------------------------------------------------------
COMMON
------------------------------------------------------------*/
/* .cs-body moved from old common.less file that has been removed - look into usage */
.cs-body {
  background: #fcfcfc;
}
#cs-console-sidebar,
#cs-console {
  transition: all 0.4s ease-out 0s;
}
.cs-console-sb-menu,
.cs-sub-menu,
.cs-topbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-console-sb-menu li,
.cs-sub-menu li {
  position: relative;
}
.cs-console-sb-menu li a,
.cs-sub-menu li a,
.cs-console-sb-menu li a:hover,
.cs-sub-menu li a:hover {
  text-decoration: none;
}
/*
------------------------------------------------------------
CONSOLE (CONTAINER)
------------------------------------------------------------*/
#cs-console {
  background-color: #fcfcfc;
  margin: 0 auto;
  min-width: 320px;
  width: 100%;
}
/*
------------------------------------------------------------
    --Header & Topbar
------------------------------------------------------------*/
#cs-console-header {
  background-color: #4b505f;
  min-height: 52px;
  min-width: 320px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 2000;
}
#cs-console-header .cs-brand {
  position: absolute;
  top: 0;
  left: 0;
}
#cs-console-header .dropdown-menu {
  margin-top: 0;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#cs-console-header .cs-topbar__li-product-dd .cs-topbar__icon {
  position: relative;
  top: 2px;
}
#cs-console-header .cs-topbar__li-product-dd .fa-chevron-down {
  position: relative;
  top: -2px;
  margin-left: 5px;
  font-size: 10px;
}
#cs-console-header .dropdown-toggle__text {
  margin-left: 8px;
}
.cs-topbar-nav-full,
.cs-topbar__li-settings .cs-topbar__li-text {
  display: none;
}
.cs-topbar-nav {
  /* Hide while testing - hides debugging icon and control panel link */
  /*> li.cs-topbar-nav__link--admin { display:none; }*/
}
.cs-topbar-nav > li {
  float: left;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.cs-topbar-nav > li > a {
  display: block;
  background-color: #4b505f;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  line-height: 52px;
  padding: 0 15px;
  text-decoration: none;
  /* THEME TOPBAR ONLY */
}
.cs-topbar-nav > li > a .fa,
.cs-topbar-nav > li > a .csi,
.cs-topbar-nav > li > a .icon,
.cs-topbar-nav > li > a .cs-topbar__icon {
  font-size: 18px;
}
.cs-topbar-nav > li > a .icon-solid-academy {
  position: relative;
  top: 2px;
}
.cs-topbar-nav > li > a.btn-edit-theme {
  background-color: #62ab41;
  opacity: 1;
}
.cs-topbar-nav > li > a.btn-edit-theme span {
  display: none;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.cs-topbar-nav > li > a.btn-edit-theme:hover {
  background-color: #5ea43e;
}
@media (min-width: 480px) {
  .cs-topbar-nav > li > a.btn-edit-theme span {
    display: inline;
  }
}
.cs-topbar-nav > li:hover > a,
.cs-topbar-nav > li > a:hover,
.cs-topbar-nav > li.active > a {
  background-color: #404451;
  text-decoration: none;
}
.cs-topbar-nav > li .badge {
  position: absolute;
  z-index: 99;
  top: 5px;
  right: 5px;
}
.cs-topbar-control .popover.bottom {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
.cs-topbar-control .popover.bottom .arrow {
  display: none;
}
.cs-user-controls {
  position: relative;
}
.cs-user-controls .dropdown-menu {
  min-width: 200px;
}
.cs-user-controls > a {
  display: block;
  height: 52px;
  max-height: 52px;
  padding: 8px 10px 0;
  text-decoration: none;
  color: #ffffff;
}
.cs-user-controls > a:hover {
  background-color: #404451;
}
.cs-user-controls > a .fa,
.cs-user-controls > a .csi {
  position: relative;
  top: -2px;
  margin-left: 5px;
  font-size: 10px;
}
.cs-user-controls .cs-user-pic.user-impersonate .cs-user:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.cs-user-controls .cs-user img {
  border-radius: 50%;
}
.cs-user-controls .badge-user {
  position: absolute;
  top: 4px;
  left: 34px;
  z-index: 3;
  display: block;
  width: 18px;
  height: 18px;
}
.cs-user-controls .badge-user img {
  max-width: 100%;
  border-radius: 50%;
}
.cs-user-controls .badge-user.user-impersonator div.pic-na {
  width: 18px;
  height: 18px;
  font-size: 9px;
  line-height: 18px;
}
/*-----Topbar Search-----*/
.cs-topbar-search .popover {
  max-width: none;
}
.cs-topbar-search .popover-content {
  padding: 0;
  margin: 0;
}
.cs-search--categories {
  position: relative;
}
.cs-search--categories .cs-search__select {
  float: left;
}
.cs-search--categories .cs-search__select select {
  width: 100%;
  font-weight: 700;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  box-shadow: none;
  border: none;
  padding: 0 24px 0 5px;
  color: rgba(0, 0, 0, 0.75);
}
.cs-search--categories .cs-search__box {
  position: relative;
  float: left;
  overflow: hidden;
}
.cs-search--categories .cs-search__input {
  background: #ffffff;
  border: none;
  height: 56px;
  width: 100%;
  padding: 0 52px 0 10px;
  font-size: 14px;
  margin: 0;
  border-left: 1px solid #e0e1e2;
  box-shadow: 3px 0 0 rgba(0, 0, 0, 0.06) inset;
}
.cs-search--categories .cs-search__input:focus {
  outline: none;
}
.cs-search--categories .cs-search__button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 56px;
  width: 52px;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  box-shadow: none;
  background: #ffffff;
}
@media (min-width: 481px) {
  .cs-topbar-search .popover {
    left: auto !important;
    right: 0 !important;
  }
  .cs-search--categories {
    width: 320px;
  }
  .cs-search--categories .cs-search__select {
    width: 85px;
  }
  .cs-search--categories .cs-search__box {
    width: 235px;
  }
}
@media (max-width: 480px) {
  .cs-topbar-nav > li.cs-topbar-search {
    position: static;
  }
  .cs-topbar-search .popover {
    left: 0 !important;
    right: 0 !important;
  }
  .cs-search--categories {
    width: 100%;
  }
  .cs-search--categories .cs-search__select {
    width: 30%;
  }
  .cs-search--categories .cs-search__box {
    width: 70%;
  }
}
/* TEMP TOGGLE STYLES */
.sb-collapse .cs-console-sb-toggle .fa-chevron-left:before {
  content: "\f054";
}
.cs-console-md .cs-console-sb-toggle {
  display: none;
}
/* Hover enabled sidebar */
/*
------------------------------------------------------------
    --Footer
------------------------------------------------------------*/
#cs-console-footer {
  background-color: #fcfcfc;
  min-height: 52px;
  min-width: 320px;
}
#cs-console-footer:before,
#cs-console-footer:after {
  content: " ";
  display: table;
}
#cs-console-footer:after {
  clear: both;
}
#cs-console-footer:before,
#cs-console-footer:after {
  content: " ";
  display: table;
}
#cs-console-footer:after {
  clear: both;
}
#cs-console-footer p {
  display: none;
  font-size: 13px;
  color: #767d80;
  line-height: 1.4;
  margin: 30px 0 0;
  padding: 30px 15px;
}
#cs-console-footer p a {
  color: #767d80;
}
#cs-console-footer p a:hover {
  color: #2C373C;
}
/*
------------------------------------------------------------
SIDEBAR
------------------------------------------------------------*/
#cs-console-sidebar {
  position: fixed;
  z-index: 2010;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: hidden;
  background-color: #ffffff;
}
#cs-console-sidebar.cs-console-sidebar--draft {
  background-color: #ffffff;
}
#cs-console-sidebar .slimScrollDiv:after {
  content: "";
  position: absolute;
  right: 0;
  top: 52px;
  height: 100%;
  width: 1px;
  background-color: #ddd;
}
/* Sidebar shared */
.cs-console-sb-header,
.cs-console-sb-content {
  min-width: 280px;
}
/* Sidebar header */
.cs-console-sb-header {
  overflow: hidden;
  background: #4b505f;
  min-height: 52px;
}
#cs-console-header .cs-console-sb-toggle,
.cs-console-sb-toggle {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 52px;
  padding: 0 18px;
  text-decoration: none;
  text-align: center;
}
#cs-console-header .cs-console-sb-toggle .fa,
.cs-console-sb-toggle .fa,
#cs-console-header .cs-console-sb-toggle .csi,
.cs-console-sb-toggle .csi {
  font-size: 14px;
}
#cs-console-header .cs-console-sb-toggle:hover,
.cs-console-sb-toggle:hover {
  color: #ffffff;
  background-color: #404451;
  text-decoration: none;
}
#cs-console-sidebar .cs-console-sb-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
/* SIDEBAR CONSOLE */
#cs-console-header .cs-brand,
.cs-console-sb-header .cs-brand {
  display: block;
  line-height: 52px;
  padding: 0;
  text-decoration: none;
  color: #ffffff;
}
#cs-console-header .cs-brand:hover,
.cs-console-sb-header .cs-brand:hover {
  background-color: #404451;
  text-decoration: none;
}
#cs-console-header .cs-brand-name,
.cs-console-sb-header .cs-brand-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#cs-console-header .cs-brand-icon,
.cs-console-sb-header .cs-brand-icon,
#cs-console-header .csi,
.cs-console-sb-header .csi {
  width: 52px;
  text-align: center;
  font-size: 22px;
  position: relative;
  top: 2px;
}
/*-----Sidebar School/Site-----*/
.cs-console-sb-site-name {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.sb-site-icon,
.sb-site-name {
  position: relative;
  display: inline-block;
  font-style: 400;
  vertical-align: middle;
}
.sb-site-icon {
  width: 52px;
  font-size: 20px;
  text-align: center;
  color: #b0b0b0;
}
.sb-site-name {
  font-size: 14px;
  color: #2C373C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
}
.sb-site-link {
  display: block;
  padding: 18px 15px 18px 0;
  text-decoration: none;
}
.sb-site-link:hover {
  text-decoration: none;
}
.sb-site-link:hover .sb-site-icon {
  color: #7a7d84;
}
/*-----Sidebar content & nav-----*/
.cs-console-sb-content {
  margin: 0 0 30px;
}
.cs-console-sidebar--draft .cs-console-sb-content {
  margin: 0;
}
.cs-console-sb-menu {
  height: auto;
  padding: 20px 0;
}
.cs-console-sb-menu > li {
  /* Page Save Options */
}
.cs-console-sb-menu > li .badge {
  float: right;
}
.cs-console-sb-menu > li .badge.badge-default {
  background-color: #ffffff;
  color: #2C373C;
}
.cs-console-sb-menu > li .fa,
.cs-console-sb-menu > li .csi,
.cs-console-sb-menu > li .icon {
  display: inline-block;
  width: 52px;
  text-align: center;
  font-size: 20px;
  position: relative;
  top: 1px;
}
.cs-console-sb-menu > li .menu-dd:before {
  content: "\f054";
  display: inline;
  float: right;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 300;
  height: auto;
  margin-right: 4px;
  margin-top: 4px;
  text-shadow: none;
  color: #b0b0b0;
}
.cs-console-sb-menu > li > a {
  position: relative;
  display: block;
  padding: 18px 15px 18px 0;
  font-size: 14px;
  color: #2C373C;
}
.cs-console-sb-menu > li > a .fa,
.cs-console-sb-menu > li > a .csi,
.cs-console-sb-menu > li > a .icon {
  color: #b0b0b0;
}
.cs-console-sb-menu > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: transparent;
}
.cs-console-sb-menu > li > a:hover .fa,
.cs-console-sb-menu > li > a .csi,
.cs-console-sb-menu > li > a .icon {
  color: #7a7d84;
}
.cs-console-sb-menu > li.active > a {
  font-weight: 600;
  background-color: #eceef1;
}
.cs-console-sb-menu > li.active > a:before {
  background-color: #62ab41;
}
.cs-console-sb-menu > li.active > a .fa,
.cs-console-sb-menu > li.active > a .csi,
.cs-console-sb-menu > li.active > a .icon {
  color: #62ab41;
  font-weight: normal;
}
.cs-console-sb-menu > li.active > a .menu-dd:before {
  content: "\f078";
}
.cs-console-sb-menu > li.active > a .badge {
  color: #2C373C;
}
.cs-console-sb-menu > li.csc-sb-save-options > a {
  background: #62ab41;
  color: #ffffff;
}
.cs-console-sb-menu .cs-sub-menu {
  display: none;
}
.cs-console-sb-menu .cs-sub-menu > li > a {
  font-weight: 400;
  color: #2C373C;
  background-color: #ffffff;
  padding: 8px 15px 8px 56px;
  display: block;
}
.cs-console-sb-menu .cs-sub-menu > li.active > a,
.cs-console-sb-menu .cs-sub-menu > li > a:hover {
  color: #62ab41;
}
.cs-console-sb-menu .cs-sub-menu > li.active > a {
  font-weight: 600;
}
.cs-console-sb-quicklinks {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin: 30px 0;
}
.cs-console-sb-quicklinks .cs-console-sb-heading {
  padding: 15px;
}
.cs-console-sb-heading {
  font-size: 14px;
  color: #b0b0b0;
}
.sb-collapse .cs-console-sb-heading,
.sb-collapse .cs-console-sb-meta-content {
  display: none;
}
.sb-expand .cs-console-sb-meta .cs-console-sb-menu {
  display: none;
}
.cs-console-sb-meta {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cs-console-sb-meta .cs-console-sb-heading {
  padding: 15px 15px 0;
}
.cs-console-sb-meta .cs-console-sb-menu {
  padding-bottom: 0;
}
.cs-console-sb-meta-content {
  padding: 0 15px;
}
.cs-console-sb-meta-content strong {
  font-weight: 600;
}
.cs-console-sb-meta-content p {
  font-size: 16px;
  color: #2C373C;
  margin: 0;
}
.cs-console-sb-meta-content .status {
  margin-top: 8px;
}
.cs-console-sb-meta-content .status .label + .label {
  margin-left: 6px;
}
/*-----Sidebar Drafts Specific-----*/
.cs-console-sidebar--draft .csc-page-header .link-help {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 75px;
  height: 100%;
  color: #7a7d84;
  text-align: center;
  text-decoration: none;
}
.cs-console-sidebar--draft .csc-page-header .link-help:hover {
  text-transform: none;
}
.cs-console-sidebar--draft .csc-page-header .link-help .icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  font-size: 24px;
  margin-top: -12px;
}
/*-----Sidebar Updated Editor-----*/
.editor__side-header {
  margin: 15px 0;
}
.editor__side-header-title {
  padding: 15px 15px 0;
  font-size: 14px;
  color: #b0b0b0;
}
.editor__side-header-meta {
  padding: 0 15px;
}
.editor__side-header-meta p {
  margin: 0;
  font-size: 16px;
}
.editor__side-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  border-bottom: 2px solid #ddd;
}
.editor__side-nav-li {
  width: 50%;
  display: inline-block;
}
.editor__side-nav-link {
  display: block;
  padding: 15px;
  font-size: 14px;
  color: #2C373C;
  text-align: center;
}
.editor__side-nav-icon {
  position: relative;
  top: 1px;
  font-size: 17px;
  margin-right: 7px;
  color: #7a7d84;
}
.editor__side-nav-li.active .editor__side-nav-link,
.editor__side-nav-li:hover .editor__side-nav-link,
.editor__side-nav-li.active .editor__side-nav-icon,
.editor__side-nav-li:hover .editor__side-nav-icon {
  color: #62ab41;
  text-decoration: none;
}
.editor__btn-group {
  padding: 30px 15px;
}
.editor__btn-group .btn-group,
.editor__btn-group .btn {
  display: block;
}
.editor__btn-group .btn {
  padding: 0;
  line-height: 54px;
}
.editor__btn-group .btn-publish {
  width: 78%;
  border: none;
}
.editor__btn-group .btn-schedule {
  width: 22%;
  font-size: 24px;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.editor__btn-group .btn-schedule .fa {
  margin: 0;
}
.editor__btn-wrap:before,
.editor__btn-wrap:after {
  content: " ";
  display: table;
}
.editor__btn-wrap:after {
  clear: both;
}
.editor__btn-wrap:before,
.editor__btn-wrap:after {
  content: " ";
  display: table;
}
.editor__btn-wrap:after {
  clear: both;
}
.editor__btn-wrap + .editor__btn-wrap {
  margin-top: 15px;
}
.sb-collapse .editor__side-header,
.sb-collapse .editor__side-nav,
.sb-collapse .editor__btn-group {
  display: none !important;
}
/*
------------------------------------------------------------
MAIN (CONTENT)
------------------------------------------------------------*/
#cs-console-main {
  padding-top: 52px;
}
.cs-console-main-content {
  padding: 20px 10px;
}
.cs-console-main-content:before,
.cs-console-main-content:after {
  content: " ";
  display: table;
}
.cs-console-main-content:after {
  clear: both;
}
.cs-console-main-content:before,
.cs-console-main-content:after {
  content: " ";
  display: table;
}
.cs-console-main-content:after {
  clear: both;
}
.cs-console-main-content.cs-content-collapse {
  padding: 0;
}
/*
------------------------------------------------------------
CONSOLE ADJUSTMENTS
------------------------------------------------------------*/
/* Force menu closed when collapsed */
/* Small console */
/* Medium & large console */
/* Medium console */
/* Large console */
@media (max-width: 379px) {
  .cs-topbar-nav > li > a {
    padding-left: 11px;
    padding-right: 11px;
  }
  #cs-console-header .cs-console-sb-toggle,
  .cs-console-sb-toggle {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 479px) {
  .cs-topbar__li-product-dd .dropdown-toggle__text {
    display: none;
  }
  #cs-console.cs-console-review.sb-expand #cs-console-sidebar {
    width: 100%;
  }
}
@media (max-width: 819px) {
  #cs-console.sb-collapse .cs-sub-menu,
  #cs-console #cs-console-header .cs-brand {
    display: none !important;
  }
  #cs-console #cs-console-sidebar {
    width: 52px;
    margin-left: -280px;
  }
  #cs-console.sb-expand #cs-console-sidebar {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 819px) {
  #cs-console.sb-expand #cs-console-sidebar {
    width: 280px;
  }
}
@media (min-width: 541px) {
  .cs-topbar__li-settings .cs-topbar__icon {
    display: none;
  }
  .cs-topbar__li-settings .cs-topbar__li-text {
    display: block;
  }
}
@media (min-width: 1244px) {
  .cs-topbar-nav-mini {
    display: none;
  }
  .cs-topbar-nav-full {
    display: block;
  }
  .cs-topbar-nav > li > a,
  .cs-console-sb-toggle {
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media (min-width: 480px) {
  #cs-console.cs-console-review #cs-console-sidebar {
    margin-left: -480px;
    background-color: #ffffff;
  }
  #cs-console.cs-console-review.sb-collapse {
    padding-left: 0;
  }
  #cs-console.cs-console-review.sb-expand {
    padding-left: 0;
  }
  #cs-console.cs-console-review.sb-expand #cs-console-header {
    padding-left: 0;
  }
  #cs-console.cs-console-review.sb-expand #cs-console-sidebar {
    width: 480px;
    margin-left: 0;
  }
}
@media (min-width: 820px) {
  #cs-console {
    padding-left: 280px;
    /* Hide sb toggle on md & lg */
  }
  #cs-console #cs-console-header {
    padding-left: 56px;
  }
  #cs-console #cs-console-sidebar {
    margin-left: 0;
    width: 52px;
  }
  #cs-console.sb-expand #cs-console-sidebar {
    min-width: 280px;
  }
  #cs-console .cs-console-main-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  #cs-console #cs-console-footer p {
    line-height: 52px;
    padding: 0 30px;
  }
  #cs-console .cs-console-sb-header .cs-console-sb-toggle {
    display: none;
  }
}
@media (min-width: 820px) and (max-width: 1063px) {
  #cs-console,
  #cs-console.cs-console-md {
    padding-left: 52px;
  }
  #cs-console #cs-console-header,
  #cs-console.cs-console-md #cs-console-header {
    padding-left: 52px;
  }
  #cs-console #cs-console-sidebar,
  #cs-console.sb-collapse #cs-console-sidebar {
    width: 52px;
  }
  #cs-console.cs-console-review.cs-console-md .cs-console-sb-toggle {
    display: block;
  }
}
@media (min-width: 1064px) and (max-width: 1119px) {
  #cs-console.cs-console-review .cs-topbar-nav-mini {
    display: block;
  }
  #cs-console.cs-console-review .cs-topbar-nav-full {
    display: none;
  }
  #cs-console.cs-console-review.sb-expand #cs-console-header {
    padding-left: 480px;
  }
}
@media (min-width: 1064px) {
  #cs-console {
    padding-left: 280px;
  }
  #cs-console #cs-console-sidebar {
    width: 280px;
  }
  #cs-console.sb-expand #cs-console-header {
    padding-left: 280px;
  }
  #cs-console.sb-expand .cs-console-sb-toggle .fa-chevron-right:before {
    content: "\f053";
  }
  #cs-console.sb-expand.cs-console-review #cs-console-header {
    padding-left: 480px;
  }
  #cs-console.sb-collapse {
    padding-left: 52px;
  }
  #cs-console.sb-collapse #cs-console-header {
    padding-left: 52px;
  }
  #cs-console.sb-collapse #cs-console-sidebar {
    width: 52px;
  }
}
/* marketing/sales landing pages */
#cs-console.cs-console--marketing {
  padding-left: 0;
}
#cs-console.cs-console--marketing .cs-console-main-content {
  padding: 0;
}
#cs-console.cs-console--marketing .cs-console-sb-toggle,
#cs-console.cs-console--marketing #cs-console-sidebar {
  display: none;
}
/* accessibility dashboard */
.ada-dash-header {
  padding: 30px 15px;
  text-align: center;
}
.ada-dash-header__icon {
  width: 63px;
}
.ada-dash-header__heading {
  margin: 10px 0 0;
}
/* accessibility modals */
.modal__ada-subtitle {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #62ab41;
}
.modal__ada-heading {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}
#cms-ada-docs-comment .modal__container {
  padding-top: 40px;
}
#cms-ada-docs-comment .modal__body {
  margin-top: 30px;
}
/*----------Headings----------*/
h1 {
  color: #4b505f;
  margin-bottom: 25px;
}
h2 {
  line-height: 1.27;
  margin-top: 15px;
}
h3 {
  line-height: 1.3;
}
h4 {
  line-height: 1.375;
}
h5 {
  line-height: 1.286;
}
p {
  max-width: 720px;
}
p,
ul,
ol {
  margin-bottom: 20px;
}
ul,
ol {
  padding-left: 16px;
}
a {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
/*----------Helpers----------*/
.lead {
  font-size: 16px;
}
@media (min-width: 480px) {
  .lead {
    font-size: 18px;
  }
}
.caps {
  text-transform: uppercase;
}
.text-condense {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*---Eventually replace text-condense with truncate---*/
.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.normal {
  font-weight: 400;
}
.semi-bold {
  font-weight: 600;
}
.bold,
strong {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.caps {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.nowrap {
  white-space: nowrap;
}
.break-word {
  word-wrap: break-word;
}
.small {
  font-size: 12px;
}
.large {
  font-size: 36px;
}
.text-1 {
  font-size: 12px;
}
.text-2 {
  font-size: 14px;
}
.text-3 {
  font-size: 16px;
}
.text-4 {
  font-size: 18px;
}
.text-5 {
  font-size: 20px;
}
.text-6 {
  font-size: 22px;
}
.text-7 {
  font-size: 24px;
}
.text-8 {
  font-size: 28px;
}
.text-muted {
  color: #abafb1;
}
.text-gray {
  color: #626469;
}
.link-muted {
  color: #abafb1;
}
.link-muted:hover,
.link-muted:active,
.link-muted:focus {
  color: #919698;
}
.link-text-color {
  color: #2C373C;
}
.link-text-color:hover,
.link-text-color:active,
.link-text-color:focus {
  color: #161c1f;
}
.text-data {
  color: #4b505f;
  font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}
/* CS CONSOLE CONTENT HEADER */
.cs-content-header {
  margin-bottom: 30px;
}
.cs-content-header p {
  margin: 20px 0 0;
}
.cs-content-title {
  font-size: 24px;
  font-weight: 600;
  color: #2C373C;
  line-height: 1.3;
  margin: 0;
}
.cs-content-title a {
  color: #2C373C;
}
.cs-content-title a:hover,
.cs-content-title a:focus {
  color: #62ab41;
  text-decoration: none;
}
.cs-content-title a.text-muted {
  color: #94979d;
}
.cs-content-title a.text-muted:hover,
.cs-content-title a.text-muted:focus {
  color: #7a7d84;
}
.cs-content-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #4b505f;
  margin: 5px 0 0;
}
.cs-content-subtitle a {
  color: #4b505f;
}
.cs-content-subtitle a:hover,
.cs-content-subtitle a:focus {
  color: #62ab41;
}
/* Page header for Documentation */
.page-header-doc {
  margin-top: 40px;
  margin-right: 0;
  margin-left: 0;
}
.page-header-doc .page-header-parent {
  font-size: 15px;
  text-transform: uppercase;
}
.page-header-doc .page-header-parent a {
  color: #62ab41;
  text-decoration: none;
}
.page-header-doc .page-header-parent a:hover,
.page-header-doc .page-header-parent a:focus {
  color: #4d8633;
}
.page-header-doc h1 {
  font-size: 40px;
}
.sub-section {
  margin-bottom: 40px;
}
.alert {
  border: none;
  max-width: none;
}
.alert-danger a {
  color: #D1332E;
}
.alert-warning a {
  color: #f39300;
}
.alert-info a {
  color: #2280c3;
}
.alert-success a {
  color: #62ab41;
}
.alert-data {
  border: 1px dashed #ddd;
  background-color: #ffffff;
}
.alert-data-delete,
.alert-data-danger {
  border-color: #e89997;
  background-color: #faebea;
  color: #D1332E;
}
.alert-data-warning {
  border-color: #f9c980;
  background-color: #fef4e6;
  color: #f39300;
}
.alert-data p {
  max-width: none;
}
.alert-data p + p {
  margin-top: 15px;
}
/*---Dashboard announcement panels---*/
.system-alert {
  position: relative;
  padding: 15px 20px;
  border: 1px solid transparent;
  margin: 0 0 20px;
  border-radius: 3px;
}
.system-alert__heading {
  font-size: 18px;
  margin: 0 0 4px;
}
.system-alert__desc {
  font-size: 16px;
}
.system-alert__desc p {
  max-width: none;
}
.system-alert__desc p:last-child {
  margin: 0;
}
.system-alert--success {
  border-color: #a1cd8d;
  background-color: #eff7ec;
}
.system-alert--success .system-alert__body:before {
  color: #72b354;
}
.system-alert--success .system-alert__heading,
.system-alert--success .system-alert__desc > p {
  color: #497f30;
}
.system-alert--success .system-alert__heading > a,
.system-alert--success .system-alert__desc > p > a {
  color: #497f30;
}
.system-alert--info {
  border-color: #7ab3db;
  background-color: #e9f2f9;
}
.system-alert--info .system-alert__body:before {
  color: #388dc9;
}
.system-alert--info .system-alert__heading,
.system-alert--info .system-alert__desc > p {
  color: #195e8f;
}
.system-alert--info .system-alert__heading > a,
.system-alert--info .system-alert__desc > p > a {
  color: #195e8f;
}
.system-alert--warning {
  border-color: #f8be66;
  background-color: #fef4e6;
}
.system-alert--warning .system-alert__body:before {
  color: #f49e19;
}
.system-alert--warning .system-alert__heading,
.system-alert--warning .system-alert__desc > p {
  color: #b66e00;
}
.system-alert--warning .system-alert__heading > a,
.system-alert--warning .system-alert__desc > p > a {
  color: #b66e00;
}
.system-alert--danger {
  border-color: #e38582;
  background-color: #faebea;
}
.system-alert--danger .system-alert__body:before {
  color: #d64743;
}
.system-alert--danger .system-alert__heading,
.system-alert--danger .system-alert__desc > p {
  color: #9f2723;
}
.system-alert--danger .system-alert__heading > a,
.system-alert--danger .system-alert__desc > p > a {
  color: #9f2723;
}
@media only screen and (max-width: 579px) {
  .system-alert__heading {
    font-size: 18px;
  }
  .system-alert__desc {
    font-size: 15px;
  }
}
/*
.comments-list-wrap { margin-bottom: 60px; }

.comment {
    .clearfix();
    background-color: @white;
    border: 1px solid #d8d8d8;
    
    & + .comment { margin-top: -1px; }
    
    .cs-user-pic {
        padding: 15px 15px 0;
        
        @media (min-width: @screen-sm-min) {
            float: left;
        }
    }
    .controls {
        position: absolute;
        top: -36px;
        right: 10px;
        
        &.controls-mini {
            margin-top: 0;
        }
        @media (min-width: @screen-sm-min) {
            top: 15px;
            right: 15px;
        }
    }
}

.comment-heading,
.comment-body,
.comment-footer {
    position: relative;
    padding: 15px;
    
    @media (min-width: @screen-sm-min) {
        padding-right: 15px; 
        padding-left: 70px; 
    }
}

.comment-heading-title {
    margin: 0;
    font-size: 15px;
}
.comment-heading-meta {
    margin: 0;
    font-size: 13px;
    line-height: 1.385;
}
*/
/*added max-width to all paragraphs, see typography .comment-body { max-width: 720px }*/
/*
.comment-form { margin-bottom: 60px }
*/
.comments {
  margin-bottom: 30px;
}
.comments .status-msg {
  margin-bottom: 30px;
}
.comments p:last-child {
  margin: 0;
}
.comments p:last-child .btn {
  margin: 0;
}
.comments .help-text {
  margin-bottom: 30px;
}
.draft-review__tabs .comments {
  margin: 0;
}
.comment {
  margin-bottom: 30px;
}
.comment:nth-of-type(odd) .comment__bubble {
  background-color: #ffffff;
  border-color: #ddd;
}
.comment:nth-of-type(odd) .comment__author {
  text-align: left;
}
.comment:nth-of-type(odd) .comment__author .user-avatar {
  float: left;
  margin-right: 15px;
}
.comment:nth-of-type(even) .comment__bubble {
  background-color: #e9f2f9;
}
.comment:nth-of-type(even) .comment__author {
  text-align: right;
}
.comment:nth-of-type(even) .comment__author .user-avatar {
  float: right;
  margin-left: 15px;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment__bubble {
  border-radius: 3px;
  border: 1px solid transparent;
  padding: 15px 15px 20px;
  font-size: 14px;
  line-height: 1.6;
}
.comment__bubble p:last-child {
  margin: 0;
}
.comment__author {
  margin-top: 15px;
  line-height: 1.4;
}
.comment__author:before,
.comment__author:after {
  content: " ";
  display: table;
}
.comment__author:after {
  clear: both;
}
.comment__author:before,
.comment__author:after {
  content: " ";
  display: table;
}
.comment__author:after {
  clear: both;
}
.comment__author .user-avatar {
  width: 36px;
}
.comment__by {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.comment__date {
  margin: 0;
  font-size: 12px;
  color: #70787C;
}
.comment p {
  max-width: 100%;
}
/*
.comments__actions { transition:all 0.4s ease-out 0s; background-color:@white; }

@media (max-height:720px) {
	.comments__actions { position:relative; padding-bottom:15px; }
}
@media (min-height:721px) {
	.comments__actions { position:fixed; left:0; bottom:0; width:100%; padding:15px 30px; background-color:@white; border-top:1px solid @gray-light; }
}
@media (min-width:@cs-sidebar-draft-review-width-expand) and (min-height:721px) {
	#cs-console.cs-console-review {
		.comments__actions { margin-left:-@cs-sidebar-draft-review-width-expand; }
		.comments__actions { width:@cs-sidebar-width-collapse; margin-left:-@cs-sidebar-width-expand; }
		&.sb-expand .comments__actions { width:@cs-sidebar-draft-review-width-expand; margin-left:0; }
	}
}
@media (max-width:767px) and (min-height:721px) {
	.comments__actions { width:@cs-sidebar-width-collapse; margin-left:-@cs-sidebar-width-expand; }
}
*/
.status-msg {
  border: 1px dashed transparent;
  border-radius: 3px;
  padding: 15px;
}
.status-msg--success {
  color: #62ab41;
  border-color: #62ab41;
}
.status-msg--info {
  color: #2280c3;
  border-color: #2280c3;
}
.status-msg--warning {
  color: #f39300;
  border-color: #f39300;
}
.status-msg--danger {
  color: #D1332E;
  border-color: #D1332E;
}
.status-msg__icon {
  font-size: 48px;
  line-height: 1;
}
.status-msg__subject,
.status-msg__info {
  margin: 0;
}
.status-msg__subject {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
}
@media (min-width: 480px) {
  .status-msg__icon {
    float: left;
    margin-right: 15px;
  }
  .status-msg__details {
    overflow: hidden;
  }
}
@media (max-width: 481px) {
  .status-msg__icon {
    margin-bottom: 3px;
  }
  .status-msg {
    text-align: center;
  }
}
.draft-review {
  /*---Info for draft status message--*/
}
.draft-review .h5 {
  margin: 0 0 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7a7d84;
}
.draft-review__details {
  padding: 30px;
  font-size: 15px;
}
.draft-review.draft-review--conflict .draft-review__details {
  padding-bottom: 0;
}
.draft-review__label {
  margin-bottom: 10px;
}
.draft-review__title,
.draft-review__by {
  margin: 0;
}
.draft-review__links {
  margin-bottom: 0;
}
.draft-review__links .btn {
  font-weight: 600;
  text-transform: none;
}
.draft-review__links .btn + .btn {
  margin-left: 5px;
}
.draft-review__author {
  margin-top: 30px;
}
.draft-review__author > p:last-child {
  margin-bottom: 0;
}
.draft-review__date {
  font-size: 12px;
  color: #70787C;
  margin-bottom: 15px;
}
.draft-review__status {
  font-size: 15px;
}
.draft-review__status-title {
  color: #62ab41;
  font-weight: 700;
  margin: 0 0 10px;
}
.draft-review__info {
  font-size: 14px;
  margin: 30px 0;
}
.draft-review__info ul {
  margin-left: 15px;
}
.draft-review__info ul li {
  margin-bottom: 6px;
}
.draft-review__info p.small:first-of-type {
  margin-top: 40px;
}
.draft-review__action {
  padding: 30px;
}
.draft-review__action p {
  margin: 30px auto 0;
  max-width: 280px;
}
.draft-review__action .link--cancel {
  color: #7a7d84;
  text-decoration: underline;
}
.draft-review__action .link--cancel:hover {
  text-decoration: none;
}
@media (max-width: 479px) {
  .draft-review__details {
    padding: 20px 15px 30px;
  }
}
/*-----Badges-----*/
.badge {
  min-width: 18px;
  padding: 0;
  font-size: 11px;
}
.badge-primary {
  background-color: #62ab41;
}
.badge-success,
.badge--success {
  background-color: #62ab41;
}
.badge-info,
.badge--info {
  background-color: #2280c3;
}
.badge-warning,
.badge--warning {
  background-color: #f39300;
}
.badge-danger,
.badge--danger {
  background-color: #D1332E;
}
.badge-dark,
.badge--dark {
  background-color: #4b505f;
}
.badge--gray {
  background-color: #7a7d84;
}
.badge-icon {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge-icon--success {
  color: #62ab41;
}
.badge-icon--info {
  color: #2280c3;
}
.badge-icon--warning {
  color: #f39300;
}
.badge-icon--danger {
  color: #D1332E;
}
/*-----Labels-----*/
.label-user {
  background-color: #f39300;
}
.label-user[href]:hover,
.label-user[href]:focus {
  background-color: #c07400;
}
.label-clever,
.label--clever {
  font-size: 11px;
  background-color: #2f7bbd;
  position: relative;
}
.label {
  font-weight: 600;
}
.label--gray {
  background-color: #7a7d84;
}
.label--gray-light {
  background-color: #c3c3c3;
}
.label--success {
  background-color: #62ab41;
}
.label--info {
  background-color: #2280c3;
}
.label--warning {
  background-color: #f39300;
}
.label--danger {
  background-color: #D1332E;
}
.label--favorite {
  background-color: #f7ca4d;
}
/*-------------------------------------------------------------------
    - Breadcrumbs (departments & site builder)
-------------------------------------------------------------------*/
/* bs/original breadcrumbs - hidden on x-small devices (less than 768px), begin display on small devices (768px and up) */
.breadcrumb {
  display: none;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.breadcrumb > li {
  font-size: 13px;
}
.breadcrumb > li + li:before {
  position: relative;
  top: -1px;
  content: "\e92c";
  font-family: 'cs-app-icons' !important;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 5px;
  color: #2C373C;
}
.breadcrumb > li > a {
  color: #2280c3;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
}
/* basic breadcrumbs - updated Jan.2019 */
/* Advanced breadcrumbs */
.cs-crumbs-container {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background-color: #ffffff;
}
.cs-crumbs {
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.cs-crumbs:before,
.cs-crumbs:after {
  content: " ";
  display: table;
}
.cs-crumbs:after {
  clear: both;
}
.cs-crumbs:before,
.cs-crumbs:after {
  content: " ";
  display: table;
}
.cs-crumbs:after {
  clear: both;
}
.cs-crumbs .cs-crumb {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 27px;
  font-size: 13px;
  line-height: 44px;
  text-transform: none;
  font-weight: 400;
  background-color: #f2f3f5;
  text-decoration: none;
  color: #4b505f;
}
.cs-crumbs .cs-crumb--root .fa {
  position: relative;
  top: 2px;
  font-size: 18px;
}
.cs-crumbs .cs-crumb.current {
  background-color: #ffffff;
  color: #62ab41;
}
.cs-crumbs .cs-crumb.current:hover {
  background-color: #ffffff;
}
.cs-crumbs .cs-crumb:hover {
  background-color: #eceef1;
}
.cs-crumbs .cs-crumb:first-child:not(:last-child) {
  padding-left: 30px;
}
.cs-crumbs .cs-crumb:last-child:not(:first-child) {
  padding-right: 21px;
  padding-left: 27px;
}
.cs-crumbs .cs-crumb:not(:last-child):after,
.cs-crumbs .cs-crumb:not(:last-child):before {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 100%;
  margin-top: -26px;
}
.cs-crumbs .cs-crumb:not(:last-child):after {
  border-left: 12px solid #f2f3f5;
}
.cs-crumbs .cs-crumb:hover:not(:last-child):after {
  border-left: 12px solid #eceef1;
}
.cs-crumbs .cs-crumb:not(:last-child):before {
  border-left: 12px solid #d0d0d0;
  margin-left: 1px;
}
.cs-crumbs .cs-crumb:not(.cs-crumb--root) .fa {
  margin-right: 2px;
}
/*-------------------------------------------------------------------
    --Console Page Headers
-------------------------------------------------------------------*/
.csc-page-header {
  position: relative;
  background: #ffffff;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  transition: all 0.4s ease-out 0s;
}
.csc-page-header:before,
.csc-page-header:after {
  content: " ";
  display: table;
}
.csc-page-header:after {
  clear: both;
}
.csc-page-header:before,
.csc-page-header:after {
  content: " ";
  display: table;
}
.csc-page-header:after {
  clear: both;
}
.csc-page-header .btn .fa,
.csc-page-header .btn .csi {
  margin: 0;
}
.csc-page-header .btn + .btn {
  margin-right: 5px;
}
.page-header-heading {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding: 6px 0;
  margin: 0;
  line-height: 1.3;
  vertical-align: middle;
  text-align: left;
  color: #2C373C;
}
.page-header-heading a {
  color: #2C373C;
  text-decoration: none;
  cursor: pointer;
}
.page-header-heading .icon--back {
  position: relative;
  top: 4px;
  margin-right: 5px;
  font-size: 24px;
  color: #7a7d84;
}
.page-header-heading .star .page-header-title:after {
  font-family: 'FontAwesome';
  content: "\f006";
  display: inline-block;
  font-size: 90%;
  font-weight: normal;
  font-style: normal;
  color: #7a7d84;
  margin-left: 4px;
}
.page-header-heading .star-favorite .page-header-title:after {
  content: "\f005";
  color: #f7ca4d;
}
.page-header-section {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2C373C;
}
.page-header-section a,
.page-header-section a:hover {
  color: #62ab41;
  text-decoration: none;
}
.page-header__pic {
  position: absolute;
  top: 6px;
  left: 0;
}
.page-header__details {
  padding-left: 50px;
}
.page-header__details .label {
  display: inline-block;
}
.csc-page-header__dept {
  position: relative;
  padding-right: 54px;
}
.csc-page-header__dept-settings {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 44px;
  text-align: center;
}
.csc-page-header__dept-settings .dropdown-toggle {
  font-size: 28px;
  line-height: 46px;
  color: #7a7d84;
}
.csc-page-header__dept-settings.open .dropdown-toggle,
.csc-page-header__dept-settings .dropdown-toggle:hover {
  cursor: pointer;
  color: #2C373C;
}
.csc-page-header .dropdown-menu {
  left: auto;
  right: 0;
  margin: -1px 0 0;
}
.csc-page-header .dropdown-menu > li > a {
  font-weight: normal;
}
.csc-page-header .form-group {
  margin: 0;
}
.csc-page-header .chosen-container-single .chosen-single {
  height: 46px;
  font-size: 16px;
  font-weight: normal;
}
.csc-page-header .chosen-container-single .chosen-single div b:after {
  font-size: 16px;
}
@media (max-width: 599px) {
  .csc-page-header__actions {
    margin-top: 15px;
  }
  .csc-page-header .btn {
    display: block;
  }
  .csc-page-header .btn + .btn {
    margin-top: 15px;
  }
}
@media (min-width: 600px) {
  .csc-page-header__dept {
    float: left;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .csc-page-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 600px) {
  .csc-page-header .btn {
    float: right;
  }
  .csc-page-header .btn .btn-text {
    display: inline-block;
    margin-left: 5px;
  }
  .page-header-heading {
    max-width: 75%;
    float: left;
    display: inline-block;
  }
}
/*-------------------------------------------------------------------
    --Console Section/Page Navigation
-------------------------------------------------------------------*/
.navbar-page {
  padding: 15px;
  background: #ffffff;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
@media (min-width: 768px) {
  .navbar-page {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.navbar-wrap:before,
.navbar-wrap:after {
  content: " ";
  display: table;
}
.navbar-wrap:after {
  clear: both;
}
.navbar-wrap:before,
.navbar-wrap:after {
  content: " ";
  display: table;
}
.navbar-wrap:after {
  clear: both;
}
.navbar-nav {
  margin-bottom: 0;
}
.navbar-nav > li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background: #f1f1f1;
}
@media (max-width: 767px) {
  .navbar-nav > li.active > a {
    background: #f1f1f1;
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li {
    float: left;
    margin-right: 4px;
  }
  .navbar-nav > li > a {
    font-size: 14px;
    color: #7d8587;
    padding: 5px 10px;
    border-radius: 3px;
  }
  .navbar-nav > li.active > a {
    color: #ffffff;
    background: #62ab41;
  }
}
.navbar-toggle {
  font-weight: 400;
  float: none;
  color: #ffffff;
  background: #62ab41;
  width: 100%;
  padding: 8px 15px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  /* adjust the icon for toggle */
}
.navbar-toggle .fa {
  margin-top: 2px;
  float: right;
}
/* TODO - enable for sticky widget header 
.cs-content { position:relative; padding-top:116px; }
*/
.app-header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
}
.app-navbar {
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 15px;
  font-size: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.app-navbar:-webkit-scrollbar {
  display: none;
}
.app-navbar__ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-navbar__li {
  display: inline-block;
  font-size: 14px;
}
.app-navbar__li-link {
  display: block;
  padding: 0 15px;
  color: #7a7d84;
  line-height: 44px;
  border-bottom: 4px solid transparent;
}
.app-navbar__li-link:hover {
  color: #2C373C;
}
.app-navbar__li.active .app-navbar__li-link {
  color: #2C373C;
  font-weight: 600;
  border-color: #62ab41;
}
@media (min-width: 820px) {
  .app-navbar {
    padding: 0 30px;
  }
}
.csnb-menu,
.csnb-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
.csnb-menu {
  background-image: url(/ui/images/ui/nav-builder/csnb-bg-tier-1.png);
  background-repeat: repeat-y;
  background-position: 5px 0;
  margin-bottom: 15px;
}
.csnb-menu > .csnb-tier + .csnb-tier {
  padding-top: 15px;
}
/* Remove bottom padding on the last tier 1 (parent) item in list */
.csnb-menu > .csnb-tier:last-child {
  padding-bottom: 0;
}
.csnb-group {
  background-image: url(/ui/images/ui/nav-builder/csnb-bg-tier-group.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 10px;
}
.csnb-group.csnb-group-t2 {
  /* Additional offset tier 1 connection */
  margin-left: 15px;
}
.csnb-group > .csnb-tier {
  border-left: 2px solid #ddd;
}
.csnb-group > .csnb-tier > .csnb-item-wrap {
  position: relative;
  padding-top: 10px;
  padding-left: 10px;
  margin-left: -2px;
  background-image: url(/ui/images/ui/nav-builder/csnb-bg-tier-child.png);
  background-repeat: no-repeat;
  background-position: 0 -192px;
}
.csnb-group > .csnb-tier:first-child > .csnb-item-wrap {
  padding-top: 14px;
  background-position: 0 0;
}
.csnb-group > .csnb-tier:last-child {
  border: none;
}
.csnb-group > .csnb-tier:last-child > .csnb-item-wrap {
  margin-left: 0;
  background-position: 0 -393px;
}
.csnb-item,
.csnb-item-add {
  display: block;
  border-width: 2px;
  border-style: solid;
  background-color: #ffffff;
  border-color: #ddd;
  padding: 12px;
  border-radius: 3px;
  /*.box-shadow(0 1px 0 rgba(0,0,0,.1));*/
}
.csnb-item-add {
  border-style: dashed;
  color: #4b505f;
  text-decoration: none;
  cursor: pointer;
}
.csnb-item-add:hover,
.csnb-item-add:focus {
  color: #4b505f;
  text-decoration: none;
}
.csnb-item-t1 {
  border-color: #b1d5a0;
  background-color: #e7f2e3;
}
.csnb-item-t1.csnb-item-add {
  background-color: #ffffff;
}
.csnb-item-t2 {
  border-color: #91c0e1;
  background-color: #deecf6;
}
.csnb-item-t2.csnb-item-add {
  background-color: #ffffff;
}
.csnb-item-t3 {
  border-color: #f9c980;
  background-color: #fdefd9;
}
.csnb-item-t3.csnb-item-add {
  background-color: #ffffff;
}
.csnb-item > a,
.csnb-item > a:hover {
  color: #2C373C;
}
.csnb-item > a .fa {
  position: relative;
  top: -1px;
  margin-right: 6px;
  font-size: 12px;
  color: #4b505f;
}
.csnb-item .text-condense {
  width: 60%;
}
@media (min-width: 768px) {
  .csnb-item .text-condense {
    width: 70%;
  }
}
.csnb-item .actions-menu-mini > li > a {
  color: #2C373C;
}
.csnb-menu-depts .csnb-item-t1 {
  border-color: #f49f1d;
  background-color: #f8be66;
}
.csnb-menu-depts .csnb-item-t1.csnb-item-add {
  background-color: #ffffff;
}
/*---Action Menu Base---*/
.actions-menu {
  font-size: 0;
  list-style: one;
  margin: 0;
  padding: 0;
  position: relative;
}
.actions-menu > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.actions-menu > li > a {
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 1;
}
.actions-menu > li > a .fa {
  margin-right: 0;
}
.actions-menu > li > a .badge {
  position: absolute;
  z-index: 99;
}
/* Adjust actions menu dropdowns when using pull-right */
.actions-menu.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.actions-menu-mini {
  top: -3px;
}
.actions-menu-mini > li > a {
  font-size: 15px;
  padding: 5px 7px;
  color: #959b9d;
}
.actions-menu-mini > li > a:hover {
  color: #61696d;
}
.actions-menu-mini > li + li {
  margin-left: 5px;
}
/*---Action Default Menu---*/
.actions-menu-default > li > a {
  width: 36px;
  height: 36px;
  padding-top: 7px;
  color: #959b9d;
}
.actions-menu-default > li > a:hover {
  color: #61696d;
}
.actions-menu-default > li > a .badge {
  top: -4px;
  right: -4px;
}
.actions-menu-default > li + li {
  margin-left: 5px;
}
/*---Action Sliding Menu---*/
.actions-menu-slide {
  background: #959b9d;
}
.actions-menu-slide > li > a {
  font-size: 18px;
  display: block;
  color: #fff;
  padding: 15px;
}
.actions-menu-slide > li > a:hover {
  color: #fff;
  background: #888e91;
}
.actions-menu-slide > li > a .badge {
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: 5px;
}
.data-actions-sm-1 .actions-menu-slide > li {
  width: 100%;
}
.data-actions-sm-2 .actions-menu-slide > li {
  width: 50%;
}
.data-actions-sm-3 .actions-menu-slide > li {
  width: 33.33333333%;
}
.data-actions-sm-4 .actions-menu-slide > li {
  width: 25%;
}
.pagination > li > a,
.pagination > li > span {
  font-size: 13px;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  font-weight: 700;
}
.pagination-container {
  padding: 15px 0;
  margin: 30px 0 0;
  background-color: #ffffff;
  text-align: center;
}
.pagination-container:before,
.pagination-container:after {
  content: " ";
  display: table;
}
.pagination-container:after {
  clear: both;
}
.pagination-container:before,
.pagination-container:after {
  content: " ";
  display: table;
}
.pagination-container:after {
  clear: both;
}
.pagination-container .pagination {
  margin-top: 0;
  margin-bottom: 0;
}
.pagination-container .entries {
  font-size: 13px;
  line-height: 1.23;
  padding-top: 10px;
  margin: 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .pagination-container nav {
    float: right;
  }
  .pagination-container .entries {
    float: left;
  }
}
/*-----Media Items Grid View Pagination-----*/
.media-items-grid .pagination-container {
  border-top: 1px solid #ddd;
}
.panel-process .panel-title {
  font-size: 20px;
}
.panel-process .panel-title i {
  margin-right: 10px;
}
.panel-process .panel-body {
  padding: 0;
}
.panel-process.process-complete .panel-heading {
  background-color: #62ab41;
}
.panel-process.process-complete .panel-heading a {
  color: #ffffff;
}
.panel-process.process-complete .panel-title {
  color: #ffffff;
}
.process-step-desc {
  border-top: 1px solid #ddd;
  padding: 30px 15px;
}
.process-step-desc p {
  font-size: 16px;
}
.process-step-desc p:last-child {
  margin: 0;
}
.process-step {
  position: relative;
  padding: 20px 15px;
  border-top: 1px solid #ddd;
}
.process-step .btn {
  font-weight: 400;
  text-transform: none;
}
.process-step-title {
  font-size: 16px;
  margin: 0 0 3px;
}
.process-step-heading p {
  margin: 0;
}
.process-step-body {
  padding-top: 10px;
}
.process-step-body p {
  margin: 0;
}
.process-step-status a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  color: #7a7d84;
  background-color: #b0b0b0;
  border-radius: 10em;
  margin-bottom: 15px;
}
.process-step-complete .process-step-title,
.process-step-complete .process-step-heading p,
.process-step-complete .process-step-body p {
  color: #7a7d84;
  text-decoration: line-through;
}
.process-step-complete .process-step-status a {
  background-color: #62ab41;
  color: #ffffff;
}
.process-step-complete .btn {
  pointer-events: none;
  cursor: not-allowed;
  border-color: #b0b0b0;
  color: #7a7d84;
}
@media (max-width: 480px) {
  .process-step-heading,
  .process-step-body {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .process-step-body .btn {
    margin-top: 15px;
  }
}
@media (min-width: 481px) {
  .process-step-title,
  .process-step-heading p,
  .process-step-body {
    padding-left: 54px;
  }
  .process-step-status {
    float: left;
    margin-top: 4px;
  }
  .process-step-body .btn {
    margin-top: 15px;
  }
}
@media (min-width: 640px) {
  .process-step-title {
    padding-right: 140px;
  }
  .process-step-body .btn {
    position: absolute;
    top: 20px;
    right: 15px;
    margin-top: 0;
  }
}
.gallery {
  max-width: 100%;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery .gallery-item {
  float: left;
  width: 100%;
}
.gallery-widgets {
  margin-left: -3px;
  margin-right: -3px;
}
.gallery-widgets .gallery-item {
  padding: 0 3px 6px;
}
@media (min-width: 480px) {
  .gallery-widgets .gallery-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gallery-widgets .gallery-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .gallery-widgets .gallery-item {
    width: 20%;
  }
}
/*************************************************************************
    --- CS Notifications ---
**************************************************************************/
.progress-header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 30px 20px 0;
  margin-bottom: 20px;
  text-align: center;
}
.progress-header .step-no {
  font-size: 13px;
  font-weight: 700;
  color: #62ab41;
  text-transform: uppercase;
}
.progress-header .step-title {
  font-weight: 600;
  margin: 0;
}
.progress-header .progress-steps {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-top: 30px;
  margin-bottom: -10px;
}
.progress-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #4b505f;
}
.progress-steps > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.progress-steps > li a {
  display: block;
  text-decoration: none;
}
.progress-steps > li span {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  display: block;
  margin: 0 auto;
  background: #b0b0b0;
  width: 20px;
  height: 20px;
  font-size: 18px;
  color: #7a7d84;
  text-align: center;
  font-weight: 700;
  border-radius: 100%;
  position: relative;
  z-index: 5;
}
.progress-steps > li span i {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  display: none;
}
.progress-steps > li:after {
  content: '';
  position: absolute;
  display: block;
  background: #b0b0b0;
  width: 100%;
  height: 4px;
  top: 8px;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: 1;
}
.progress-steps > li:last-child:after {
  display: none;
}
.progress-steps > li.complete span {
  background-color: #42742c;
  color: #fff;
}
.progress-steps > li.complete:after {
  background: #42742c;
}
.progress-steps > li.current span {
  background-color: #62ab41;
  color: #fff;
}
@media screen and (min-width: 480px) {
  .progress-header .progress-steps {
    margin-bottom: -20px;
  }
  .progress-steps > li span {
    width: 40px;
    height: 40px;
  }
  .progress-steps > li span i {
    display: block;
    line-height: 40px;
  }
  .progress-steps > li:after {
    height: 6px;
    top: 17px;
  }
}
.notification-channels {
  margin: 30px auto;
  text-align: center;
}
.notification-channels:before,
.notification-channels:after {
  content: " ";
  display: table;
}
.notification-channels:after {
  clear: both;
}
.notification-channels:before,
.notification-channels:after {
  content: " ";
  display: table;
}
.notification-channels:after {
  clear: both;
}
.notification-channels .channel {
  display: inline-block;
  padding: 15px 0;
  text-align: center;
}
.notification-channels .channel a {
  width: 140px;
  color: #4b505f;
  text-decoration: none;
  display: block;
}
.notification-channels .channel .channel-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.notification-channels .channel .channel-icon {
  border-radius: 100%;
  border: 3px solid transparent;
  background-color: #b0b0b0;
  color: #ffffff;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  display: block;
  font-size: 52px;
  position: relative;
}
.notification-channels .channel .channel-icon .icon-channel {
  line-height: 104px;
}
.notification-channels .channel .channel-icon .status {
  display: block;
  opacity: 0;
  visibility: hidden;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  background-color: #62ab41;
  color: #ffffff;
  top: 0;
  right: 2px;
}
.notification-channels .channel a:hover .channel-icon {
  background-color: #a3a3a3;
}
.notification-channels .channel.active .channel-icon {
  background-color: #ffffff;
  border-color: #62ab41;
  color: #62ab41;
}
.notification-channels .channel.active .channel-icon .status {
  opacity: 1;
  visibility: visible;
}
.notification-channels .channel.active a:hover .channel-icon {
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .notification-channels .channel {
    margin: 0 15px;
  }
  .notification-channels .channel a {
    width: 140px;
  }
  .notification-channels .channel .channel-icon {
    font-size: 64px;
    width: 140px;
    height: 140px;
  }
  .notification-channels .channel .channel-icon .icon-channel {
    line-height: 134px;
  }
  .notification-channels .channel .channel-icon .status {
    right: 14px;
  }
  .notification-channels .channel .channel-title {
    font-size: 18px;
  }
}
/*----------MOVE BELOW TO TOP BAR RELATED STYLES----------*/
/*************************************************************************
    --- Top Bar Notifications ---
**************************************************************************/
.notifications-wrap {
  width: 265px !important;
}
.notification-item {
  overflow: hidden;
  border-radius: 3px;
}
.notification-item .cs-user-pic {
  display: inline-block;
  float: left;
  height: 40px;
  margin-right: 10px;
  margin-top: 2px;
  overflow: hidden;
  width: 40px;
}
.notification-item > a {
  padding: 10px;
  display: block;
  overflow: hidden;
  color: #2C373C;
  text-decoration: none;
}
.notification-item > a:hover {
  color: #2C373C;
  background-color: #f2f2f2;
}
.notification-item > a.notification-warning {
  background-color: rgba(243, 147, 0, 0.08);
}
.notification-item > a.notification-warning:hover {
  background-color: rgba(243, 147, 0, 0.12);
}
.notification-item > a.notification-danger {
  background-color: rgba(209, 51, 46, 0.08);
}
.notification-item > a.notification-danger:hover {
  background-color: rgba(209, 51, 46, 0.12);
}
.notification-item > a.notification-info {
  background-color: rgba(34, 128, 195, 0.08);
}
.notification-item > a.notification-info:hover {
  background-color: rgba(34, 128, 195, 0.12);
}
.notification-item > a.notification-success {
  background-color: rgba(98, 171, 65, 0.08);
}
.notification-item > a.notification-success:hover {
  background-color: rgba(98, 171, 65, 0.12);
}
.notification-item > a.notification-primary {
  background-color: rgba(98, 171, 65, 0.08);
}
.notification-item > a.notification-primary:hover {
  background-color: rgba(98, 171, 65, 0.12);
}
.notification-item + .notification-item {
  margin-top: 5px;
}
.notification-msg {
  display: inline-block;
  float: left;
  width: 75%;
}
.notification-msg.msg-full {
  width: 100%;
}
.notification-heading,
.notification-body,
.notification-footer {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  word-break: break-all;
}
.notification-heading {
  font-size: 13px;
  line-height: 1.231;
  font-weight: 700;
}
.notification-body {
  font-size: 13px;
  line-height: 1.538;
}
.notification-footer {
  font-size: 11px;
  font-style: italic;
}
.notifications-list .notification-item {
  border-top: 1px solid #dedede;
  padding-top: 6px;
  padding-bottom: 6px;
}
.notifications-list .notification-item + .notification-item {
  margin-top: -1px;
}
/*-----Notification Preferences-----*/
.notifications-pref-cat h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #62ab41;
  margin: 0;
  padding: 10px 15px;
}
/*---Legend---*/
.legend-inline {
  font-size: 0;
}
.legend-inline dt,
.legend-inline dd {
  display: inline-block;
  font-size: 13px;
}
.legend-inline dt {
  width: 13px;
  height: 13px;
  line-height: 1;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.legend-inline dd {
  margin-right: 10px;
}
/*---Simple, basic, unstyled list---*/
.list-simple {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.list-simple li {
  margin-bottom: 4px;
}
/*---Stages list (Workflows)---*/
.list-group-stages .list-group-item {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(/ui/images/ui/stages/stages.png);
  background-repeat: no-repeat;
  background-position: 31px center;
}
.list-group-stages .list-group-item:first-child {
  background-position: 31px top;
}
.list-group-stages .list-group-item:last-child {
  background-position: 31px bottom;
}
.list-group-stages .actions-menu-mini {
  z-index: 3;
  margin-left: 10px;
}
.list-level-title {
  position: relative;
  padding-left: 42px;
}
.list-level-no {
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  background: #62ab41;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}
/*
-------------------------------------------
LIST GROUP WITH LEVELS
For more advance lists, not for module data
Use for tags
*/
.list-group-levels .list-group-item {
  min-height: 58px;
  padding: 0;
}
.list-group-levels .list-group-item .actions-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  margin-top: 0;
}
.list-group-item-level,
.list-group-item-type,
.list-group-item-title,
.list-group-item-meta {
  display: inline-block;
  vertical-align: middle;
}
.list-group-item-level {
  display: block;
  min-height: 58px;
  padding: 10px 70px 10px 15px;
}
@media (min-width: 768px) {
  .list-group-item-level {
    padding-right: 100px;
  }
}
.list-group-item-type {
  font-size: 20px;
  line-height: 1;
  min-width: 36px;
  padding: 8px 0;
  text-align: center;
  color: #7a7d84;
}
.list-group-item-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
  margin: 0;
}
@media (min-width: 768px) {
  .list-group-item-title {
    width: auto;
    margin-right: 10px;
  }
}
.list-group-item-meta {
  float: right;
}
.list-group-item-meta .badge {
  margin-top: 9px;
}
@media (max-width: 767px) {
  .list-group-item-meta .item-meta-data {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .list-group-item-meta {
    float: none;
  }
  .list-group-item-meta .badge {
    margin-top: 0;
  }
}
.list-group-item-link,
.list-group-item-level-up {
  display: block;
  text-decoration: none;
}
.list-group-item-link:hover,
.list-group-item-link:focus,
.list-group-item-link:active {
  background-color: #f2f2f2;
  text-decoration: none;
}
.list-group-item-link .list-group-item-meta {
  color: #2C373C;
}
.list-group-item-link .badge {
  background-color: #62ab41;
}
.list-group-item-level-up {
  background-color: #7a7d84;
}
.list-group-item-level-up .list-group-item-type,
.list-group-item-level-up .list-group-item-title {
  color: #ffffff;
}
.list-group-item-level-up:hover,
.list-group-item-level-up:active {
  background-color: #878a90;
  text-decoration: none;
}
/* permissions list with toggle/switch */
/*
.list-group-item > .switch {
    float:right;
    margin-top:-2px;
}
.list-group-item .controls {
    float:right;
    margin-top:-5px;
}
*/
/* featured */
.list-featured .list-group-item {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.list-featured .list-group-item > .switch {
  margin-top: -7px;
}
.list-group-inline .list-group-item {
  border-radius: 0;
}
@media (min-width: 768px) {
  .list-group-inline .list-group-item {
    float: left;
    width: 50%;
  }
}
/*
-------------------------------------------
ACTION BAR
Contains filter, sort and search options for data list
*/
.action-bar {
  margin-left: -15px;
  margin-right: -15px;
  margin-right: 0;
  margin-left: 0;
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #ddd;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
  /* adjust positioning in action bar */
  /* remove radius + top border directly under action bar */
}
.action-bar .checkbox {
  margin-top: 5px;
  margin-right: 5px;
}
.action-bar + .panel {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
}
.action-bar + .module-list .module-li:first-child .module-li__wrap {
  border-top: none;
}
.action-filters {
  display: none;
  /* hide for devices less than 768 */
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .action-filters {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .action-filters {
    display: block;
  }
}
.action-item {
  float: left;
  margin-right: 8px;
}
.action-search {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .action-search {
    float: left;
    width: 33.33333333%;
  }
}
.action-search .form-control,
.action-search .input-group-btn .btn.search-submit {
  border-color: #d0d0d0;
  height: 38px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .action-search {
    float: right;
  }
}
/********************************************************************************
----- Data List ---
---------------------------------------------------------------------------------
----- List out data associated with modules
*********************************************************************************/
.list-data {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.data-li {
  transition: all 0.4s ease-out 0s;
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
  /*-----Locked Items-----*/
  /*-----Shared Items-----*/
  /* SMALL */
  /* LARGE */
}
.data-li:before,
.data-li:after {
  content: " ";
  display: table;
}
.data-li:after {
  clear: both;
}
.data-li:before,
.data-li:after {
  content: " ";
  display: table;
}
.data-li:after {
  clear: both;
}
.data-li + .data-li {
  margin-top: -1px;
}
.data-li:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #ddd;
}
.data-li.data-li-success:before {
  background-color: #62ab41;
}
.data-li.data-li-danger:before {
  background-color: #D1332E;
}
.data-li.data-li-info:before {
  background-color: #2280c3;
}
.data-li.data-li-warning:before {
  background-color: #f39300;
}
.data-li.data-li-locked a {
  cursor: not-allowed;
  pointer-events: none;
}
.data-li.data-li-locked .data-li-meta-wrap h5 a {
  color: #2C373C;
}
.data-li.data-li-locked .data-li-meta-addtl a,
.data-li.data-li-locked .actions-menu-default > li > a {
  color: #b0b0b0;
}
.data-li.data-li-locked .fa-pencil::before {
  content: "\f023";
  color: #D1332E;
}
.data-li.data-li-locked .locked {
  color: #D1332E;
}
.data-li.data-li-shared .shared {
  color: #2280c3;
  text-decoration: none;
}
.data-li.data-li-shared .shared:hover {
  color: #1a6398;
}
.data-li h5 {
  font-weight: 600;
}
.data-li h5,
.data-li p {
  margin: 0;
}
.data-li p {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 3px;
}
.data-li p .label {
  display: inline-block;
}
@media (max-width: 479px) {
  .data-li {
    overflow: hidden;
  }
}
@media (min-width: 480px) {
  .data-li .data-li-meta {
    left: 0 !important;
  }
}
/* DATA ITEM META */
.data-li .checkbox {
  float: left;
  width: 24px;
  margin-right: 15px;
  margin-bottom: 0;
  text-align: center;
}
.data-li .checkbox.checkbox-lg {
  width: auto;
  margin: 0;
}
/*-----Select Only Lists-----*/
.list-select .data-li-meta-wrap,
.list-select .data-li .checkbox {
  padding: 15px;
}
.list-select .data-li .checkbox {
  padding-right: 5px;
}
.list-select .data-li-meta-wrap {
  padding-left: 0;
}
.list-select .data-li label.h5 {
  font-size: 15px;
  font-weight: 600;
  color: #2c373c;
  text-transform: none;
  margin: 0 0 3px;
  opacity: 1;
}
.list-select .data-li-pic {
  display: none;
  margin: 0 10px 0 0;
  padding: 15px 0;
}
.list-select .data-left,
.list-select .data-right {
  padding: 0;
}
@media (min-width: 480px) {
  .list-select .data-li-pic {
    display: block;
  }
  .list-select .data-li-meta-wrap {
    padding: 0;
  }
  .list-select .data-left,
  .list-select .data-right {
    float: left;
    position: relative;
    padding: 15px;
  }
  .list-select .data-left {
    width: 60%;
    padding-left: 0;
  }
  .list-select .data-right {
    width: 40%;
  }
}
.data-li-meta {
  transition: all 0.4s ease-out 0s;
  position: relative;
  padding: 15px 15px 0;
  left: 0;
}
.data-li-meta:before,
.data-li-meta:after {
  content: " ";
  display: table;
}
.data-li-meta:after {
  clear: both;
}
.data-li-meta:before,
.data-li-meta:after {
  content: " ";
  display: table;
}
.data-li-meta:after {
  clear: both;
}
.data-li-meta h5 {
  font-weight: 600;
  font-size: 15px;
}
.data-li-meta h5 a {
  color: #2280c3;
}
.data-li-meta h5 a:hover {
  color: #1a6398;
}
@media (min-width: 480px) {
  .data-li-meta {
    float: left;
    padding-bottom: 15px;
  }
}
.data-li-meta-wrap {
  position: relative;
  overflow: hidden;
}
/* DATA ITEM IMAGE */
.data-li-pic {
  position: relative;
  float: left;
  margin-top: 1px;
  margin-right: 10px;
  max-width: 80px;
}
.data-li-pic a,
.data-li-pic a:hover {
  text-decoration: none;
}
.data-li-pic img {
  max-width: 100%;
}
/* DATA ITEM ADDITIONAL META */
.data-li-meta-addtl {
  position: relative;
  float: left;
  padding: 15px;
}
.list-data:not(.list-select) .data-li-meta-addtl {
  display: none;
}
@media (min-width: 620px) {
  .list-data:not(.list-select) .data-li-meta-addtl {
    display: block;
  }
}
/* DATA ITEM ACTIONS */
.data-li-actions {
  display: none;
  position: relative;
  float: left;
  padding: 15px;
}
@media (min-width: 480px) {
  .data-li-actions {
    display: block;
  }
  .data-li-actions .actions-menu {
    float: right;
  }
}
.data-li-actions-sm {
  display: none;
  padding: 0;
  background: #ffffff;
}
@media (min-width: 480px) {
  .data-li-actions-sm {
    display: none !important;
  }
}
/* TOGGLE ACTION SLIDEOUT */
.data-li-actions-toggle {
  text-align: right;
  background: #fff;
  display: block;
  width: 100%;
  padding: 0 15px;
  height: 36px;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 36px;
  color: #2c373c;
  opacity: .5;
  /* LARGE */
}
.data-li-actions-toggle:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 480px) {
  .data-li-actions-toggle {
    display: none;
  }
}
/* 480 previous */
.list-data-siteplans .data-li {
  margin-top: -1px;
}
.list-data-siteplans .data-li:first-child {
  margin-top: 0;
}
@media (min-width: 480px) {
  .list-data-siteplans .data-li-meta {
    width: 50%;
  }
  .list-data-siteplans .data-li-actions {
    width: 50%;
  }
}
@media (min-width: 620px) {
  .list-data-siteplans .data-li-meta {
    width: 35%;
  }
  .list-data-siteplans .data-li-meta-addtl {
    width: 30%;
  }
  .list-data-siteplans .data-li-actions {
    width: 35%;
  }
}
@media (min-width: 480px) {
  .list-data-departments .data-li-meta {
    width: 55%;
  }
  .list-data-departments .data-li-actions {
    width: 45%;
  }
}
@media (min-width: 620px) {
  .list-data-departments .data-li-meta {
    width: 40%;
  }
  .list-data-departments .data-li-meta-addtl {
    width: 25%;
  }
  .list-data-departments .data-li-actions {
    width: 35%;
  }
}
@media (min-width: 480px) {
  .list-data-pages .data-li-meta,
  .list-data-alerts .data-li-meta,
  .list-data-blog .data-li-meta,
  .list-data-calendar .data-li-meta,
  .list-data-gallery .data-li-meta,
  .list-data-news .data-li-meta,
  .list-data-people .data-li-meta,
  .list-data-lists .data-li-meta {
    width: 60%;
  }
  .list-data-pages .data-li-actions,
  .list-data-alerts .data-li-actions,
  .list-data-blog .data-li-actions,
  .list-data-calendar .data-li-actions,
  .list-data-gallery .data-li-actions,
  .list-data-news .data-li-actions,
  .list-data-people .data-li-actions,
  .list-data-lists .data-li-actions {
    width: 40%;
  }
}
@media (min-width: 620px) {
  .list-data-pages .data-li-meta,
  .list-data-alerts .data-li-meta,
  .list-data-blog .data-li-meta,
  .list-data-calendar .data-li-meta,
  .list-data-gallery .data-li-meta,
  .list-data-news .data-li-meta,
  .list-data-people .data-li-meta,
  .list-data-lists .data-li-meta {
    width: 40%;
  }
  .list-data-pages .data-li-meta-addtl,
  .list-data-alerts .data-li-meta-addtl,
  .list-data-blog .data-li-meta-addtl,
  .list-data-calendar .data-li-meta-addtl,
  .list-data-gallery .data-li-meta-addtl,
  .list-data-news .data-li-meta-addtl,
  .list-data-people .data-li-meta-addtl,
  .list-data-lists .data-li-meta-addtl {
    width: 35%;
  }
  .list-data-pages .data-li-actions,
  .list-data-alerts .data-li-actions,
  .list-data-blog .data-li-actions,
  .list-data-calendar .data-li-actions,
  .list-data-gallery .data-li-actions,
  .list-data-news .data-li-actions,
  .list-data-people .data-li-actions,
  .list-data-lists .data-li-actions {
    width: 25%;
  }
}
@media (min-width: 480px) {
  .list-data-workflows .data-li-meta {
    width: 60%;
  }
  .list-data-workflows .data-li-actions {
    width: 40%;
  }
}
@media (min-width: 620px) {
  .list-data-workflows .data-li-meta {
    width: 40%;
  }
  .list-data-workflows .data-li-meta-addtl {
    width: 40%;
  }
  .list-data-workflows .data-li-actions {
    width: 20%;
  }
}
@media (min-width: 480px) {
  .list-data-uploads .data-li-meta {
    width: 30%;
  }
  .list-data-uploads .data-li-meta-addtl {
    width: 55%;
  }
  .list-data-uploads .data-li-meta-addtl .progress {
    margin-top: 10px;
  }
  .list-data-uploads .data-li-actions {
    width: 15%;
  }
}
@media (max-width: 480px) {
  .list-data-uploads .data-li-meta-addtl {
    float: none;
  }
}
.list-data-uploads .data-li-meta-addtl {
  display: block;
}
/*-----Secondary List Type Tweaks-----*/
@media (min-width: 480px) {
  .list-data-faq .data-li-meta,
  .list-data-page-drafts .data-li-meta {
    width: 50%;
  }
  .list-data-faq .data-li-actions,
  .list-data-page-drafts .data-li-actions {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .list-data-faq .data-li-meta {
    width: 60%;
  }
  .list-data-faq .data-li-actions {
    width: 40%;
  }
}
@media (min-width: 480px) {
  .list-data-tickets .data-li-meta,
  .list-data-social .data-li-meta {
    width: 60%;
  }
  .list-data-tickets .data-li-actions,
  .list-data-social .data-li-actions {
    width: 40%;
  }
}
/************************************************************
	-LIST ASSIGN - Roles & Permissions
************************************************************/
.list-assign,
.list-assign ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.assign-li {
  position: relative;
}
.assign-li:before,
.assign-li:after {
  content: " ";
  display: table;
}
.assign-li:after {
  clear: both;
}
.assign-li:before,
.assign-li:after {
  content: " ";
  display: table;
}
.assign-li:after {
  clear: both;
}
.list-assign > .assign-li {
  border: 1px solid #b0b0b0;
}
.list-assign > .assign-li + .assign-li {
  margin-top: -1px;
}
.list-assign .assign-li .assign-li {
  border-top: 1px solid #b0b0b0;
}
.assign-li__container {
  position: relative;
  height: 44px;
  background-color: #ffffff;
}
.assign-li--t1 > .assign-li__container {
  background-color: rgba(34, 128, 195, 0.1);
}
.assign-li--t2 > .assign-li__container {
  margin-left: 30px;
}
.assign-li--t3 > .assign-li__container {
  margin-left: 60px;
}
.assign-li--t4 > .assign-li__container {
  margin-left: 90px;
}
.assign-li--t5 > .assign-li__container {
  margin-left: 120px;
}
.assign-li__status,
.assign-li__options {
  position: absolute;
  top: 0;
  width: 40px;
}
.assign-li__status {
  left: 0;
  text-align: center;
  line-height: 44px;
}
.assign-li__title {
  padding: 0 50px 0 40px;
}
.assign-li__title h5 {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  line-height: 44px;
}
.assign-li__options {
  right: 0;
}
.assign-li__options .btn-group {
  display: block;
}
.assign-li__options .dropdown-toggle {
  width: 100%;
  line-height: 44px;
  text-align: center;
  box-shadow: none;
  background: transparent;
  border: none;
  border-left: 1px solid #b0b0b0;
  margin: 0;
}
.assign-li__options .dropdown-menu {
  left: auto;
  right: -1px;
  border-radius: 0;
}
.assign-li__options .caret {
  margin: 0;
}
/************************************************************
	Module Data
	Updated 1.30.19 by Farley
-------------------------------------------------------------
	- Reduce and reorganize actions (icons)
	- Incorporate drop down menu for secondary actions
	- Improved style and function for smaller devices
	- Incorporate new status icons
************************************************************/
.module-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.module-list .module-list {
  margin: -1px 0 0;
}
.module-li {
  background-color: #ffffff;
}
.module-li + .module-li {
  margin-top: -1px;
}
.module-li .label--clever {
  font-size: 11px;
  background-color: #2f7bbd;
  position: relative;
  background-color: #8db6db;
}
.module-li .label--success {
  background-color: #a9d197;
}
.module-li .label--info {
  background-color: #85b9de;
}
.module-li .label--warning {
  background-color: #f8c473;
}
.module-li .label--danger {
  background-color: #e68f8c;
}
.module-li__wrap {
  position: relative;
  border: 1px solid #ddd;
  padding: 14px 15px 15px;
  line-height: 1.4;
  min-height: 66px;
}
.module-li__icon {
  position: relative;
  width: 38px;
  text-align: center;
  float: left;
  margin-right: 20px;
}
.module-li__icon .icon,
.module-li__icon .fa {
  font-size: 38px;
  color: #b0b0b0;
}
.module-li__icon:hover .icon,
.module-li__icon:hover .fa {
  color: #7a7d84;
}
.module-li__icon .post__icon-link {
  text-decoration: none;
}
.module-li__icon .post__icon-link:hover {
  text-decoration: none;
}
.module-li__icon .badge {
  position: absolute;
  right: -9px;
  bottom: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
}
.module-li__details {
  overflow: hidden;
}
.module-li__title {
  font-size: 15px;
  margin: 0;
}
.module-li__title a {
  font-weight: 600;
  color: #2280c3;
  word-break: break-all;
  hyphens: auto;
}
.module-li__title a:hover {
  color: #175582;
}
.module-li__status .label {
  display: inline-block;
  margin: 2px 1px;
  padding: 3.5px 5px 4px;
}
.module-li__url,
.module-li__date {
  font-size: 12px;
  color: #7a7d84;
  margin: 2px 0 0;
}
.module-li__url a,
.module-li__date a {
  color: #7a7d84;
}
.module-li__url a:hover,
.module-li__date a:hover {
  color: #62ab41;
}
.module-li__date {
  margin-top: 6px;
}
.module-li__date .icon,
.module-li__date .user-avatar {
  position: relative;
  margin-right: 5px;
}
.module-li__date .user-avatar {
  display: block;
  width: 18px;
  height: 18px;
  float: left;
}
.module-li__date .shared,
.module-li__date .synced {
  color: #2280c3;
}
.module-li__date .shared:hover,
.module-li__date .synced:hover {
  color: #2280c3;
}
.module-li__date .shared .icon,
.module-li__date .synced .icon {
  position: relative;
  margin-right: 5px;
}
.module-li__level {
  float: left;
  display: block;
  margin-right: 15px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  background-color: #ffffff;
  border: 1px solid #7a7d84;
  border-radius: 50%;
  color: #7a7d84;
}
.module-li--success > .module-li__wrap .module-li__level {
  border-color: transparent;
  background-color: #62ab41;
  color: #ffffff;
}
.module-li.level-disabled > .module-li__wrap .module-li__title,
.module-li.level-disabled > .module-li__wrap .module-li__url a {
  color: #ccc;
}
.module-li.level-disabled > .module-li__wrap:hover {
  cursor: not-allowed;
}
.module-li .checkbox {
  position: relative;
  float: left;
  margin: 1px 15px 0 0;
}
.module-li .checkbox label {
  padding-left: 17px;
}
.module-li .actions {
  position: absolute;
  top: 15px;
  right: 15px;
}
.module-li .actions.actions--toggle {
  z-index: 2;
}
.module-li .actions .dropdown-menu {
  left: auto;
  right: 0;
}
.module-list--dash-depts .module-li__title {
  margin-top: 7px;
}
@media (min-width: 768px) {
  .module-list--depts.level-1 > .module-li:first-child > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 10px 0 no-repeat #f2f2f2;
  }
  .module-list--depts.level-1 > .module-li > .module-li__wrap {
    padding-left: 20px;
    background: url("/ui/images/dept-levels-bg.png") 10px -200px no-repeat #f2f2f2;
  }
  .module-list--depts.level-1 > .module-li > .module-li__wrap .module-li__title {
    font-size: 16px;
    line-height: 1.2;
  }
  .module-list--depts.level-1 > .module-li.level-parent > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 10px -300px no-repeat #f2f2f2;
  }
  .module-list--depts.level-1 > .module-li:last-child > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 10px -500px no-repeat #f2f2f2;
  }
  .module-list--depts.level-1 > .module-li:last-child.level-parent > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 10px -400px no-repeat #f2f2f2;
  }
  .module-list--depts.level-1 > .module-li:not(:last-child) .level-2 > .module-li > .module-li__wrap:after,
  .module-list--depts.level-1 > .module-li:not(:last-child) .level-3 > .module-li > .module-li__wrap:after,
  .module-list--depts.level-1 > .module-li:not(:last-child) .level-4 > .module-li > .module-li__wrap:after,
  .module-list--depts.level-1 > .module-li:not(:last-child) .level-5 > .module-li > .module-li__wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/ui/images/dept-levels-bg.png") 10px -100px no-repeat;
  }
  .module-list--depts .level-2 > .module-li:first-child.level-parent > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 33px -300px no-repeat;
  }
  .module-list--depts .level-2 > .module-li > .module-li__wrap {
    padding-left: 43px;
    background: url("/ui/images/dept-levels-bg.png") 33px -200px no-repeat;
  }
  .module-list--depts .level-2 > .module-li:last-child > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 33px -500px no-repeat;
  }
  .module-list--depts .level-2 > .module-li:last-child.level-parent > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 33px -400px no-repeat;
  }
  .module-list--depts .level-2 > .module-li:not(:last-child) .level-3 > .module-li > .module-li__wrap:after,
  .module-list--depts .level-2 > .module-li:not(:last-child) .level-4 > .module-li > .module-li__wrap:after,
  .module-list--depts .level-2 > .module-li:not(:last-child) .level-5 > .module-li > .module-li__wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/ui/images/dept-levels-bg.png") 10px -100px no-repeat, url("/ui/images/dept-levels-bg.png") 33px -100px no-repeat;
  }
  .module-list--depts .level-3 > .module-li:first-child.level-parent > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 56px -300px no-repeat;
  }
  .module-list--depts .level-3 > .module-li > .module-li__wrap {
    padding-left: 66px;
    background: url("/ui/images/dept-levels-bg.png") 56px -200px no-repeat;
  }
  .module-list--depts .level-3 > .module-li:last-child > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 56px -500px no-repeat;
  }
  .module-list--depts .level-3 > .module-li:last-child.level-parent > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 56px -400px no-repeat;
  }
  .module-list--depts .level-3 > .module-li:not(:last-child) .level-4 > .module-li > .module-li__wrap:after,
  .module-list--depts .level-3 > .module-li:not(:last-child) .level-5 > .module-li > .module-li__wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/ui/images/dept-levels-bg.png") 10px -100px no-repeat, url("/ui/images/dept-levels-bg.png") 33px -100px no-repeat, url("/ui/images/dept-levels-bg.png") 56px -100px no-repeat;
  }
  .module-list--depts .level-4 > .module-li:first-child.level-parent > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 79px -300px no-repeat;
  }
  .module-list--depts .level-4 > .module-li > .module-li__wrap {
    padding-left: 89px;
    background: url("/ui/images/dept-levels-bg.png") 79px -200px no-repeat;
  }
  .module-list--depts .level-4 > .module-li:last-child > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 79px -500px no-repeat;
  }
  .module-list--depts .level-4 > .module-li:last-child.level-parent > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 79px -400px no-repeat;
  }
  .module-list--depts .level-4 > .module-li:not(:last-child) .level-5 > .module-li > .module-li__wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/ui/images/dept-levels-bg.png") 10px -100px no-repeat, url("/ui/images/dept-levels-bg.png") 33px -100px no-repeat, url("/ui/images/dept-levels-bg.png") 56px -100px no-repeat, url("/ui/images/dept-levels-bg.png") 79px -100px no-repeat;
  }
  .module-list--depts .level-5 > .module-li:first-child.level-parent > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 102px -300px no-repeat;
  }
  .module-list--depts .level-5 > .module-li > .module-li__wrap {
    padding-left: 112px;
    background: url("/ui/images/dept-levels-bg.png") 102px -200px no-repeat;
  }
  .module-list--depts .level-5 > .module-li:last-child > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 102px -500px no-repeat;
  }
  .module-list--depts .level-5 > .module-li:last-child.level-parent > .module-li__wrap {
    background: url("/ui/images/dept-levels-bg.png") 102px -400px no-repeat;
  }
}
/*----Module Lists in Panels i.e. dashboard-----*/
.module-list--panel .module-li .module-li__wrap {
  padding-right: 18%;
}
@media (max-width: 679px) {
  .module-li {
    padding-left: 0;
  }
  .module-li__wrap {
    padding-right: 18%;
    min-height: 112px;
  }
  .module-li__status {
    margin-top: 12px;
  }
  .module-li .checkbox {
    display: none;
  }
  .module-li .actions-li + .actions-li {
    margin-top: 10px;
  }
  .module-list--dash-depts .module-li .module-li__wrap {
    min-height: 66px;
  }
}
@media (min-width: 680px) {
  .module-li__wrap {
    padding-right: 45%;
  }
  .module-li__status {
    width: 25%;
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 120px;
  }
  .module-li .actions-li {
    float: left;
  }
  .module-li .actions-li + .actions-li {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .module-li__wrap {
    padding-right: 44%;
  }
  .module-li__status {
    width: 26%;
  }
}
/*--End module-li--*/
/* Actions */
.actions {
  list-style: none;
  margin: 0;
  padding: 0;
}
.actions .dropdown-menu {
  font-size: 13px;
  left: auto;
  right: 0;
}
.actions-li {
  position: relative;
}
.actions-li__link {
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 20px;
  line-height: 36px;
  color: #7a7d84;
  text-align: center;
  text-decoration: none;
}
.actions-li__link:hover,
.actions-li__link:focus {
  text-decoration: none;
  border-color: #b0b0b0;
}
.actions-li__link--select {
  padding: 0 15px;
  color: #62ab41;
  font-size: 14px;
  width: auto;
  line-height: 34px;
  text-align: left;
  border-color: #62ab41;
}
.actions-li__link--select:hover,
.actions-li__link--select:focus {
  border-color: #62ab41;
  color: #62ab41;
}
.actions-li__link--dd {
  padding-right: 36px;
}
.actions-li__link--dd:after {
  position: absolute;
  right: 15px;
  font-family: 'cs-app-icons';
  font-size: 10px;
  content: "\e92a";
}
.actions-li__link--borderless {
  font-size: 22px;
  border: none;
}
.actions-li__link .fa-star {
  color: #f7ca4d;
}
.actions-li.open .actions-li__link--select {
  border-color: #62ab41;
  color: #62ab41;
}
.actions-li.disabled:hover {
  cursor: not-allowed;
}
.actions-li.disabled .actions-li__link {
  pointer-events: none;
  cursor: not-allowed;
  color: #bdbec2;
}
.actions-li.disabled.open .dropdown-menu {
  display: none;
}
.actions-li .badge-icon {
  position: absolute;
  top: -8px;
  right: -8px;
}
/************************************************************
	CS Icon Font
	Updated 1.30.19 by Farley
************************************************************/
@font-face {
  font-family: 'cs-app-icons';
  src: url('../fonts/cs-app-icons.ttf?1tb3qo') format('truetype'), url('../fonts/cs-app-icons.woff?1tb3qo') format('woff'), url('../fonts/cs-app-icons.svg?1tb3qo#cs-app-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'cs-app-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-lined-module-b:before {
  content: "\e95d";
}
.icon-solid-star:before {
  content: "\e95a";
}
.icon-lined-folder-front-b:before {
  content: "\e90f";
}
.icon-lined-folder-front-share-b:before {
  content: "\e999";
}
.icon-lined-history-b:before {
  content: "\e959";
}
.icon-lined-list-main:before {
  content: "\e913";
}
.icon-lined-page-b:before {
  content: "\e95b";
}
.icon-lined-page-blank-b:before {
  content: "\e95c";
}
.icon-lined-accessibility:before {
  content: "\e900";
}
.icon-lined-alert:before {
  content: "\e901";
}
.icon-lined-article:before {
  content: "\e902";
}
.icon-lined-avatar:before {
  content: "\e903";
}
.icon-lined-bug:before {
  content: "\e904";
}
.icon-lined-calendar:before {
  content: "\e905";
}
.icon-lined-check-circle:before {
  content: "\e906";
}
.icon-lined-chevron-down-circle:before {
  content: "\e907";
}
.icon-lined-chevron-left-circle:before {
  content: "\e908";
}
.icon-lined-chevron-right-circle:before {
  content: "\e909";
}
.icon-lined-chevron-up-circle:before {
  content: "\e90a";
}
.icon-lined-content:before {
  content: "\e90b";
}
.icon-lined-dashboard:before {
  content: "\e90c";
}
.icon-lined-draft:before {
  content: "\e90d";
}
.icon-lined-file-image:before {
  content: "\e90e";
}
.icon-lined-folder-front:before {
  content: "\e90f";
}
.icon-lined-help:before {
  content: "\e910";
}
.icon-lined-history:before {
  content: "\e911";
}
.icon-lined-image:before {
  content: "\e912";
}
.icon-lined-lock:before {
  content: "\e914";
}
.icon-lined-megaphone:before {
  content: "\e915";
}
.icon-lined-module:before {
  content: "\e916";
}
.icon-lined-ordered-list:before {
  content: "\e917";
}
.icon-lined-page:before {
  content: "\e918";
}
.icon-lined-profile-card:before {
  content: "\e919";
}
.icon-lined-share:before {
  content: "\e91a";
}
.icon-lined-stages:before {
  content: "\e91b";
}
.icon-lined-x-circle:before {
  content: "\e91c";
}
.icon-solid-academy:before {
  content: "\e91d";
}
.icon-solid-accessibility:before {
  content: "\e91e";
}
.icon-solid-alert-circle:before {
  content: "\e91f";
}
.icon-solid-alert:before {
  content: "\e920";
}
.icon-solid-article:before {
  content: "\e921";
}
.icon-solid-avatar-circle:before {
  content: "\e922";
}
.icon-solid-avatar:before {
  content: "\e923";
}
.icon-solid-bars:before {
  content: "\e924";
}
.icon-solid-bell:before {
  content: "\e925";
}
.icon-solid-blocks-4:before {
  content: "\e926";
}
.icon-solid-bug:before {
  content: "\e927";
}
.icon-solid-calendar:before {
  content: "\e928";
}
.icon-solid-check-circle:before {
  content: "\e929";
}
.icon-solid-chevron-down:before {
  content: "\e92a";
}
.icon-solid-chevron-left:before {
  content: "\e92b";
}
.icon-solid-chevron-right:before {
  content: "\e92c";
}
.icon-solid-chevron-up:before {
  content: "\e92d";
}
.icon-solid-comment:before {
  content: "\e92e";
}
.icon-solid-content:before {
  content: "\e92f";
}
.icon-solid-cs-c:before {
  content: "\e930";
}
.icon-solid-cs:before {
  content: "\e931";
}
.icon-solid-dashboard:before {
  content: "\e932";
}
.icon-solid-draft:before {
  content: "\e933";
}
.icon-solid-ellipsis-horz:before {
  content: "\e934";
}
.icon-solid-ellipsis-vert:before {
  content: "\e935";
}
.icon-solid-eye:before {
  content: "\e936";
}
.icon-solid-file-image:before {
  content: "\e937";
}
.icon-solid-folder:before {
  content: "\e938";
}
.icon-solid-globe:before {
  content: "\e939";
}
.icon-solid-help:before {
  content: "\e93a";
}
.icon-solid-history:before {
  content: "\e93b";
}
.icon-solid-home:before {
  content: "\e93c";
}
.icon-solid-image:before {
  content: "\e93d";
}
.icon-solid-intranets:before {
  content: "\e93e";
}
.icon-solid-layout-1:before {
  content: "\e93f";
}
.icon-solid-lifesaver:before {
  content: "\e940";
}
.icon-solid-link-copy:before {
  content: "\e941";
}
.icon-solid-link:before {
  content: "\e942";
}
.icon-solid-list-all:before {
  content: "\e943";
}
.icon-solid-list-disc:before {
  content: "\e944";
}
.icon-solid-list:before {
  content: "\e945";
}
.icon-solid-lock:before {
  content: "\e946";
}
.icon-solid-logout:before {
  content: "\e947";
}
.icon-solid-magnify:before {
  content: "\e948";
}
.icon-solid-megaphone:before {
  content: "\e949";
}
.icon-solid-module:before {
  content: "\e94a";
}
.icon-solid-page:before {
  content: "\e94b";
}
.icon-solid-pencil:before {
  content: "\e94c";
}
.icon-solid-plus-circle:before {
  content: "\e94d";
}
.icon-solid-plus:before {
  content: "\e94e";
}
.icon-solid-profile-card:before {
  content: "\e94f";
}
.icon-solid-save:before {
  content: "\e950";
}
.icon-solid-settings:before {
  content: "\e951";
}
.icon-solid-share:before {
  content: "\e952";
}
.icon-solid-shield:before {
  content: "\e953";
}
.icon-solid-sitemap:before {
  content: "\e954";
}
.icon-solid-stages:before {
  content: "\e955";
}
.icon-solid-sync:before {
  content: "\e956";
}
.icon-solid-window-heart:before {
  content: "\e957";
}
.icon-solid-x-circle:before {
  content: "\e958";
}
/*-----Clean up and remove once all icons have been update to those above-----*/
@font-face {
  font-family: 'cs-ui-icons';
  src: url('../fonts/cs-ui-icons.eot?vau47d');
  src: url('../fonts/cs-ui-icons.eot?vau47d#iefix') format('embedded-opentype'), url('../fonts/cs-ui-icons.ttf?vau47d') format('truetype'), url('../fonts/cs-ui-icons.woff?vau47d') format('woff'), url('../fonts/cs-ui-icons.svg?vau47d#cs-ui-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.csi {
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: 'cs-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-xxl {
  font-size: 150px;
}
.icon-messenger:before {
  content: "\e97e";
}
.icon-messenger-o:before {
  content: "\e97f";
}
.icon-alarm-o:before {
  content: "\e97d";
}
.icon-bin-1:before {
  content: "\e601";
}
.icon-pencil-1:before {
  content: "\e614";
}
.icon-pencil-22:before {
  content: "\e615";
}
.icon-pencil-3:before {
  content: "\e616";
}
.icon-pencil-circle:before {
  content: "\e617";
}
.icon-scissors-2:before {
  content: "\e623";
}
.icon-search:before {
  content: "\e624";
}
.icon-view-2:before {
  content: "\e62a";
}
.icon-zoom-in:before {
  content: "\e62d";
}
.icon-zoom-out:before {
  content: "\e62e";
}
.icon-bin-12:before {
  content: "\e94c";
}
.icon-pencil-12:before {
  content: "\e94d";
}
.icon-pencil-2:before {
  content: "\e935";
}
.icon-pencil-32:before {
  content: "\e96d";
}
.icon-pencil-circle2:before {
  content: "\e96e";
}
.icon-scissors-22:before {
  content: "\e94e";
}
.icon-search2:before {
  content: "\e94f";
}
.icon-view-22:before {
  content: "\e950";
}
.icon-zoom-in2:before {
  content: "\e951";
}
.icon-zoom-out2:before {
  content: "\e952";
}
.icon-check-2:before {
  content: "\e630";
}
.icon-check-box-2:before {
  content: "\e633";
}
.icon-check-circle-2:before {
  content: "\e635";
}
.icon-checklist:before {
  content: "\e639";
}
.icon-cursor-choose:before {
  content: "\e63d";
}
.icon-check-22:before {
  content: "\e928";
}
.icon-check-circle-22:before {
  content: "\e929";
}
.icon-cursor-choose2:before {
  content: "\e92b";
}
.icon-cog-double-1:before {
  content: "\e641";
}
.icon-cog-double-2:before {
  content: "\e642";
}
.icon-cog:before {
  content: "\e647";
}
.icon-gauge:before {
  content: "\e648";
}
.icon-settings-1:before {
  content: "\e64c";
}
.icon-settings-3:before {
  content: "\e64e";
}
.icon-toolbox:before {
  content: "\e653";
}
.icon-wrench:before {
  content: "\e656";
}
.icon-cog-double-12:before {
  content: "\e900";
}
.icon-cog-double-22:before {
  content: "\e901";
}
.icon-cog2:before {
  content: "\e978";
}
.icon-gauge2:before {
  content: "\e902";
}
.icon-settings-12:before {
  content: "\e903";
}
.icon-settings-32:before {
  content: "\e904";
}
.icon-toolbox2:before {
  content: "\e905";
}
.icon-wrench2:before {
  content: "\e979";
}
.icon-calendar-1:before {
  content: "\e669";
}
.icon-alarm:before {
  content: "\e906";
}
.icon-email-send-1:before {
  content: "\e69e";
}
.icon-email:before {
  content: "\e6a7";
}
.icon-email-send-12:before {
  content: "\e938";
}
.icon-inbox-1:before {
  content: "\e907";
}
.icon-account-circle-12:before {
  content: "\e6ba";
}
.icon-account-group-12:before {
  content: "\e6c4";
}
.icon-account-group-52:before {
  content: "\e6c8";
}
.icon-account-circle-1:before {
  content: "\e954";
}
.icon-account-group-1:before {
  content: "\e908";
}
.icon-account-group-5:before {
  content: "\e909";
}
.icon-bubble-chat-typing-1:before {
  content: "\e777";
}
.icon-bubble-chat-typing-12:before {
  content: "\e96f";
}
.icon-floppy-disk:before {
  content: "\e7ab";
}
.icon-floppy-disk2:before {
  content: "\e96a";
}
.icon-phone-3:before {
  content: "\e7cb";
}
.icon-phone-32:before {
  content: "\e970";
}
.icon-view-agenda:before {
  content: "\e9e6";
}
.icon-view-column:before {
  content: "\e9e9";
}
.icon-view-content:before {
  content: "\e9ea";
}
.icon-view-headline:before {
  content: "\e9eb";
}
.icon-view-list:before {
  content: "\e9ec";
}
.icon-view-module-1:before {
  content: "\e9ed";
}
.icon-view-module-2:before {
  content: "\e9ee";
}
.icon-view-agenda2:before {
  content: "\e90a";
}
.icon-view-column2:before {
  content: "\e90b";
}
.icon-view-content2:before {
  content: "\e90c";
}
.icon-view-headline2:before {
  content: "\e90d";
}
.icon-view-list2:before {
  content: "\e90e";
}
.icon-view-module-12:before {
  content: "\e90f";
}
.icon-view-module-22:before {
  content: "\e910";
}
.icon-thumbs-up-2:before {
  content: "\e939";
}
.icon-megaphone-1:before {
  content: "\e7f1";
}
.icon-megaphone-2:before {
  content: "\e7f2";
}
.icon-signal-tower:before {
  content: "\e800";
}
.icon-megaphone-12:before {
  content: "\e971";
}
.icon-megaphone-22:before {
  content: "\e911";
}
.icon-signal-antenna-2:before {
  content: "\e912";
}
.icon-signal-around:before {
  content: "\e93a";
}
.icon-signal-tower2:before {
  content: "\e93b";
}
.icon-help-circle:before {
  content: "\e801";
}
.icon-infomation-circle:before {
  content: "\e802";
}
.icon-report-problem-circle:before {
  content: "\e807";
}
.icon-report-problem-triangle:before {
  content: "\e809";
}
.icon-download-3:before {
  content: "\e812";
}
.icon-transfer-circle:before {
  content: "\e838";
}
.icon-upload-3:before {
  content: "\e844";
}
.icon-download-32:before {
  content: "\e955";
}
.icon-upload-32:before {
  content: "\e956";
}
.icon-cloud-add:before {
  content: "\e854";
}
.icon-cloud-download:before {
  content: "\e85a";
}
.icon-cloud-upload:before {
  content: "\e873";
}
.icon-cloud-add2:before {
  content: "\e957";
}
.icon-cloud-download2:before {
  content: "\e958";
}
.icon-cloud-upload2:before {
  content: "\e959";
}
.icon-add-circle-1:before {
  content: "\e8b5";
}
.icon-add-circle-2:before {
  content: "\e8b6";
}
.icon-remove-circle-1:before {
  content: "\e8bc";
}
.icon-remove-circle-2:before {
  content: "\e8bd";
}
.icon-subtract-circle-1:before {
  content: "\e8c2";
}
.icon-add-2:before {
  content: "\e913";
}
.icon-add-circle-22:before {
  content: "\e96b";
}
.icon-remove-2:before {
  content: "\e914";
}
.icon-remove-circle-22:before {
  content: "\e96c";
}
.icon-subtract-2:before {
  content: "\e915";
}
.icon-expand-1:before {
  content: "\e8c7";
}
.icon-expand-2:before {
  content: "\e8c8";
}
.icon-expand-12:before {
  content: "\e972";
}
.icon-expand-22:before {
  content: "\e973";
}
.icon-expand-all-1:before {
  content: "\e97a";
}
.icon-bookmark-1:before {
  content: "\e95a";
}
.icon-bookmark-add:before {
  content: "\e95b";
}
.icon-bookmark-all-1:before {
  content: "\e95c";
}
.icon-bookmark-remove:before {
  content: "\e95d";
}
.icon-bookmark-setting:before {
  content: "\e95e";
}
.icon-bookmark-subtract:before {
  content: "\e95f";
}
.icon-bookmark-12:before {
  content: "\e960";
}
.icon-bookmark-add2:before {
  content: "\e961";
}
.icon-bookmark-all-12:before {
  content: "\e962";
}
.icon-bookmark-remove2:before {
  content: "\e963";
}
.icon-bookmark-setting2:before {
  content: "\e964";
}
.icon-bookmark-subtract2:before {
  content: "\e965";
}
.icon-file-arborescence:before {
  content: "\ea00";
}
.icon-flow-chart-1:before {
  content: "\ea01";
}
.icon-hierarchy-3:before {
  content: "\ea07";
}
.icon-file-arborescence2:before {
  content: "\e916";
}
.icon-flow-chart-12:before {
  content: "\e917";
}
.icon-hierarchy-32:before {
  content: "\e918";
}
.icon-microhpone-1:before {
  content: "\e953";
}
.icon-graph-bar-2:before {
  content: "\ea23";
}
.icon-graph-line-2:before {
  content: "\ea2a";
}
.icon-graph-pie-1:before {
  content: "\ea2d";
}
.icon-graph-pie-2:before {
  content: "\ea2e";
}
.icon-graph-bar-22:before {
  content: "\e966";
}
.icon-graph-line-22:before {
  content: "\e967";
}
.icon-graph-pie-12:before {
  content: "\e968";
}
.icon-graph-pie-22:before {
  content: "\e969";
}
.icon-list-add:before {
  content: "\ea5c";
}
.icon-list-bullets-1:before {
  content: "\ea5d";
}
.icon-list-bullets-2:before {
  content: "\ea5e";
}
.icon-wrap-text-around:before {
  content: "\ea7e";
}
.icon-wrap-text-side:before {
  content: "\ea7f";
}
.icon-list-add2:before {
  content: "\e919";
}
.icon-list-bullets-12:before {
  content: "\e91a";
}
.icon-list-bullets-22:before {
  content: "\e91b";
}
.icon-border-outside:before {
  content: "\e93e";
}
.icon-layout-1:before {
  content: "\e93f";
}
.icon-layout-2:before {
  content: "\e940";
}
.icon-layout-3:before {
  content: "\e941";
}
.icon-layout-4:before {
  content: "\e943";
}
.icon-layout-5:before {
  content: "\e944";
}
.icon-layout-6:before {
  content: "\e945";
}
.icon-layout-7:before {
  content: "\e91c";
}
.icon-layout-8:before {
  content: "\e946";
}
.icon-layout-9:before {
  content: "\e947";
}
.icon-layout-10:before {
  content: "\e948";
}
.icon-layout-11:before {
  content: "\e949";
}
.icon-layout-12:before {
  content: "\e94a";
}
.icon-layout-none:before {
  content: "\e94b";
}
.icon-border-all-1:before {
  content: "\e91d";
}
.icon-layout-42:before {
  content: "\e97b";
}
.icon-layout-52:before {
  content: "\e97c";
}
.icon-layout-72:before {
  content: "\e91e";
}
.icon-copy-3:before {
  content: "\eb16";
}
.icon-file-add-1:before {
  content: "\eb17";
}
.icon-file-block-1:before {
  content: "\eb1a";
}
.icon-file-check-1:before {
  content: "\eb1f";
}
.icon-file-delete-1:before {
  content: "\eb21";
}
.icon-file-download-1:before {
  content: "\eb23";
}
.icon-file-edit-1:before {
  content: "\eb25";
}
.icon-file-lock-1:before {
  content: "\eb32";
}
.icon-file-new-1:before {
  content: "\eb35";
}
.icon-file-question-1:before {
  content: "\eb38";
}
.icon-file-refresh-1:before {
  content: "\eb3b";
}
.icon-file-setting-1:before {
  content: "\eb3d";
}
.icon-file-share-1:before {
  content: "\eb40";
}
.icon-file-subtract-1:before {
  content: "\eb43";
}
.icon-file-upload-1:before {
  content: "\eb49";
}
.icon-file-view-1:before {
  content: "\eb4b";
}
.icon-folder-2:before {
  content: "\eb54";
}
.icon-folder-add:before {
  content: "\eb55";
}
.icon-folder-home-1:before {
  content: "\eb67";
}
.icon-folder-subtract:before {
  content: "\eb77";
}
.icon-folder-upload:before {
  content: "\eb7a";
}
.icon-folder-22:before {
  content: "\e91f";
}
.icon-folder-add2:before {
  content: "\e920";
}
.icon-folder-download:before {
  content: "\e974";
}
.icon-folder-home-12:before {
  content: "\e975";
}
.icon-folder-refresh:before {
  content: "\e976";
}
.icon-folder-subtract2:before {
  content: "\e921";
}
.icon-folder-upload2:before {
  content: "\e977";
}
.icon-arrow-circle-down-1:before {
  content: "\e927";
}
.icon-arrow-circle-down-6:before {
  content: "\e92a";
}
.icon-arrow-circle-left-1:before {
  content: "\e931";
}
.icon-arrow-circle-left-6:before {
  content: "\e936";
}
.icon-arrow-circle-right-1:before {
  content: "\e937";
}
.icon-arrow-circle-right-6:before {
  content: "\e93c";
}
.icon-arrow-circle-up-1:before {
  content: "\e93d";
}
.icon-arrow-circle-up-6:before {
  content: "\e942";
}
.icon-arrow-circle-down-2:before {
  content: "\e92c";
}
.icon-arrow-circle-left-2:before {
  content: "\e92d";
}
.icon-arrow-circle-right-2:before {
  content: "\e92e";
}
.icon-arrow-circle-up-2:before {
  content: "\e92f";
}
.icon-logo-circle-facebook:before {
  content: "\e922";
}
.icon-logo-circle-twitter-bird:before {
  content: "\e923";
}
.icon-logo-facebook:before {
  content: "\e930";
}
.icon-logo-twitter-bird:before {
  content: "\e932";
}
.icon-campus-suite-circle-c:before {
  content: "\e924";
}
.icon-logo-circle-facebook2:before {
  content: "\e925";
}
.icon-logo-circle-twitter-bird2:before {
  content: "\e926";
}
.icon-logo-facebook2:before {
  content: "\e933";
}
.icon-logo-twitter-bird2:before {
  content: "\e934";
}
/************************************************************
	TODO: Updated 1.30.18 by Farley
-------------------------------------------------------------
	- Relocate these items and eliminate this less file
	- Update all avatars to use the new user-avatar and associated classes
************************************************************/
.img-feature {
  margin-bottom: 30px;
}
.cs-user-pic,
.user-avatar {
  display: inline-block;
  border-radius: 50%;
}
.cs-user-pic img,
.user-avatar img {
  max-width: 100%;
}
.pic-na,
.user-avatar--na {
  width: 36px;
  height: 36px;
  background-color: #62ab41;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.pic-na.pic-na-clever,
.user-avatar--na.pic-na-clever {
  background-color: #2f7bbd;
}
/*-----User Impersonate-----*/
.user-impersonate .cs-user {
  position: relative;
}
.user-impersonate .cs-user:after {
  display: block;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.user-impersonate .cs-user img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}
.panel {
  box-shadow: none;
}
.panel .table-responsive {
  margin-bottom: 30px;
}
.panel .post {
  border-top: 1px solid #ddd;
}
.panel-heading {
  position: relative;
  min-height: 56px;
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.panel-heading a {
  color: #959b9d;
}
.panel-heading a:hover {
  color: #61696d;
}
.panel-heading a + a {
  margin-right: 10px;
}
.panel-heading .actions-menu-mini {
  position: absolute;
  top: 15px;
  right: 10px;
}
.panel-body .form-group .durandal-wrapper .help-text {
  margin-bottom: 10px;
}
.panel-info > .panel-heading,
.panel-success > .panel-heading,
.panel-warning > .panel-heading,
.panel-danger > .panel-heading {
  margin: -1px -1px 0;
}
.panel-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0 36px 0 0;
}
.panel-actions {
  padding-top: 30px;
  padding-bottom: 15px;
  margin-right: -15px;
  margin-left: -15px;
}
.panel-actions:before,
.panel-actions:after {
  content: " ";
  display: table;
}
.panel-actions:after {
  clear: both;
}
.panel-actions:before,
.panel-actions:after {
  content: " ";
  display: table;
}
.panel-actions:after {
  clear: both;
}
.panel-actions .btn {
  min-width: 160px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 15px;
}
.panel-group .panel-actions {
  margin: 15px 0 0;
  padding-bottom: 30px;
  padding-top: 30px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel-group .form-contained {
  border-bottom-left-radius: 0;
  border-bottom: none;
}
.panel-body--collapse {
  padding: 0;
}
.panel-body--collapse .module-li__wrap {
  border-right: none;
}
.panel-body--collapse .help-text {
  padding: 0 15px 15px;
}
/* CHARTS */
.panel-chart {
  width: auto;
}
.panel-chart .panel-body {
  padding: 20px;
}
.panel-chart.chart-lg .panel-body {
  height: 220px !important;
  margin-bottom: 30px;
}
/* STATS */
.panel-stats .panel-heading {
  min-height: 43px;
  padding-bottom: 3px;
}
.panel-stats .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.panel-stats .panel-body > p {
  margin-bottom: 10px;
}
.panel-stats .panel-body a:hover,
.panel-stats .panel-body a:focus {
  text-decoration: none;
}
.panel-stats .panel-footer {
  color: #4b505f;
}
/*
 * PANEL PREVIEW
 * =============================================================
 * File manager preview panel
 * Displays image preview and details
 * =============================================================
 */
.panel-preview {
  border-color: #ddd;
}
.panel-preview > .panel-heading {
  color: #555 /*@gray-dark*/;
  background-color: none;
  border-color: #ddd;
}
.panel-preview > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-preview > .panel-heading .badge {
  color: none;
  background-color: #555 /*@gray-dark*/;
}
.panel-preview > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-preview .panel-heading {
  min-height: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.panel-preview .panel-actions {
  border-top: 1px solid #ddd;
  margin-right: 0;
  margin-left: 0;
  padding: 15px;
}
.preview-file {
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 1;
}
.preview-file img {
  max-width: 100%;
}
.preview-file-caption {
  font-size: 14px;
  line-height: 1.429;
  margin-top: 15px;
  margin-bottom: 15px;
}
/*---Setup---*/
@media screen and (min-width: 768px) {
  .panel.setup .panel-body {
    padding: 30px 30px 15px;
  }
}
.setup__header {
  margin: 0 0 30px;
}
.setup__header h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px;
}
.setup__header :last-child {
  margin: 0;
}
.setup__step h2 {
  font-size: 24px;
  font-weight: 700;
}
.setup__step h2 .normal {
  font-size: 16px;
}
.setup__step .form-actions {
  margin: 30px 0 80px;
}
/* Panel Social Media Manager */
.panel--smm .select-group .btn + .btn {
  margin-top: 15px;
}
.panel--smm .select-group,
.panel--smm .add-group {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .panel--smm .panel-body {
    padding: 30px 30px 15px;
  }
}
.preview-group--link .preview-group__container {
  border: 1px solid #ddd;
  padding: 20px;
}
.preview-group__details :last-child {
  margin-bottom: 0;
}
.preview-group__image {
  margin-bottom: 30px;
}
.preview-group__image img {
  max-width: 100%;
}
.preview-group__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}
.preview-group__body {
  font-size: 14px;
  margin: 0 0 10px;
}
.preview-group__link {
  font-size: 12px;
  color: #7a7d84;
  margin: 0 0 10px;
}
.preview-group .control-label {
  max-width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .preview-group__container {
    display: flex;
    align-items: flex-start;
    min-height: 4rem;
  }
  .preview-group__image {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    width: 220px;
    margin: 0 30px 0 0;
    text-align: center;
  }
  .preview-group__details {
    display: inline-block;
    flex-grow: 1;
  }
}
/******************************
    buttons
    see controls.less for control buttons 
*/
.btn-sm,
.btn-group-sm > .btn {
  font-size: 13px;
}
.btn-sm .fa,
.btn-sm .csi {
  margin-right: 3px;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 16px;
}
.btn-message {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #D1332E;
  border-color: #D1332E;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
  font-size: 16px;
}
.btn-message:hover,
.btn-message:focus,
.btn-message.focus,
.btn-message:active,
.btn-message.active,
.open > .dropdown-toggle.btn-message {
  color: #ffffff;
  background-color: #a72925;
  border-color: #9f2723;
}
.btn-message:active,
.btn-message.active,
.open > .dropdown-toggle.btn-message {
  background-image: none;
}
.btn-message.disabled,
.btn-message[disabled],
fieldset[disabled] .btn-message,
.btn-message.disabled:hover,
.btn-message[disabled]:hover,
fieldset[disabled] .btn-message:hover,
.btn-message.disabled:focus,
.btn-message[disabled]:focus,
fieldset[disabled] .btn-message:focus,
.btn-message.disabled.focus,
.btn-message[disabled].focus,
fieldset[disabled] .btn-message.focus,
.btn-message.disabled:active,
.btn-message[disabled]:active,
fieldset[disabled] .btn-message:active,
.btn-message.disabled.active,
.btn-message[disabled].active,
fieldset[disabled] .btn-message.active {
  background-color: #D1332E;
  border-color: #D1332E;
}
.btn-message .badge {
  color: #D1332E;
  background-color: #ffffff;
}
.btn-message:hover,
.btn-message:focus,
.btn-message.focus,
.btn-message:active,
.btn-message.active,
.open > .dropdown-toggle.btn-message {
  color: #ffffff;
  background-color: #bc2e29;
  border-color: #bc2e29;
}
.btn-message:active,
.btn-message.active,
.open > .dropdown-toggle.btn-message {
  background-image: none;
}
.btn-message .fa,
.btn-message .csi {
  position: relative;
  margin-right: 5px;
}
.btn-message .csi {
  top: 1px;
}
/* button with icon only */
.btn-icon .fa {
  margin-right: 0;
}
.btn-stroke {
  background-color: transparent;
  color: #4b505f;
  text-transform: none;
  border: 1px solid #b0b0b0;
}
.btn-stroke:hover {
  background-color: #eceef1;
}
.btn-stroke.btn-sm,
.btn-stroke.btn-lg {
  font-weight: 600;
}
.btn-stroke.btn-default {
  color: #4b505f;
  border-color: #b0b0b0;
}
.btn-stroke.btn-default:hover,
.btn-stroke.btn-default:focus {
  background-color: #eceef1;
}
.btn-stroke.btn-success,
.btn-stroke.btn-primary {
  color: #62ab41;
  border-color: #62ab41;
}
.btn-stroke.btn-success:hover,
.btn-stroke.btn-primary:hover,
.btn-stroke.btn-success:focus,
.btn-stroke.btn-primary:focus {
  color: #ffffff;
  background-color: #62ab41;
  border-color: #62ab41;
}
.btn-stroke.btn-danger {
  color: #D1332E;
  border-color: #D1332E;
}
.btn-stroke.btn-danger:hover,
.btn-stroke.btn-danger:focus {
  color: #ffffff;
  background-color: #D1332E;
  border-color: #D1332E;
}
@media (max-width: 480px) {
  .btn-group-block-xs {
    display: block;
    margin-bottom: 10px;
  }
  .btn-group-block-xs .btn {
    float: none;
  }
}
.btn-block-xs {
  display: block;
  width: 100%;
}
@media (min-width: 480px) {
  .btn-block-xs {
    display: inline-block;
    width: auto;
  }
}
.btn-block-xs + .btn-block-xs {
  margin-top: 10px;
}
@media (min-width: 480px) {
  .btn-block-xs + .btn-block-xs {
    margin-top: 0;
  }
}
.btn-block-sm {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .btn-block-sm {
    display: inline-block;
    width: auto;
  }
}
.btn-block-sm + .btn-block-sm {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .btn-block-sm + .btn-block-sm {
    margin-top: 0;
  }
}
.btn:active,
.btn.active,
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
/*
 *===================================================================
 * Button Group Full
 * Force full width as opposed to auto
 * Also extends dropdown to full width
 */
.btn-group-full,
.btn-group-full .dropdown-menu {
  width: 100%;
}
/*
 *===================================================================
 * Add default margin to dropdown items with icons
 * Currently set to use FontAwesome
 *
 */
.dropdown-menu > li .csi,
.dropdown-menu > li .fa {
  width: 25px;
  position: relative;
  top: 1px;
}
.btn-link {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
}
.btn-filter,
.toggle-view {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #4b505f;
  background-color: #fff;
  border-color: #b0b0b0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  min-width: 40px;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #7a7d84;
  background: #eceef1;
  border-color: #eceef1;
}
.btn-filter:hover,
.toggle-view:hover,
.btn-filter:focus,
.toggle-view:focus,
.btn-filter.focus,
.toggle-view.focus,
.btn-filter:active,
.toggle-view:active,
.btn-filter.active,
.toggle-view.active,
.open > .dropdown-toggle.btn-filter,
.open > .dropdown-toggle.toggle-view {
  color: #4b505f;
  background-color: #e6e6e6;
  border-color: #919191;
}
.btn-filter:active,
.toggle-view:active,
.btn-filter.active,
.toggle-view.active,
.open > .dropdown-toggle.btn-filter,
.open > .dropdown-toggle.toggle-view {
  background-image: none;
}
.btn-filter.disabled,
.toggle-view.disabled,
.btn-filter[disabled],
.toggle-view[disabled],
fieldset[disabled] .btn-filter,
fieldset[disabled] .toggle-view,
.btn-filter.disabled:hover,
.toggle-view.disabled:hover,
.btn-filter[disabled]:hover,
.toggle-view[disabled]:hover,
fieldset[disabled] .btn-filter:hover,
fieldset[disabled] .toggle-view:hover,
.btn-filter.disabled:focus,
.toggle-view.disabled:focus,
.btn-filter[disabled]:focus,
.toggle-view[disabled]:focus,
fieldset[disabled] .btn-filter:focus,
fieldset[disabled] .toggle-view:focus,
.btn-filter.disabled.focus,
.toggle-view.disabled.focus,
.btn-filter[disabled].focus,
.toggle-view[disabled].focus,
fieldset[disabled] .btn-filter.focus,
fieldset[disabled] .toggle-view.focus,
.btn-filter.disabled:active,
.toggle-view.disabled:active,
.btn-filter[disabled]:active,
.toggle-view[disabled]:active,
fieldset[disabled] .btn-filter:active,
fieldset[disabled] .toggle-view:active,
.btn-filter.disabled.active,
.toggle-view.disabled.active,
.btn-filter[disabled].active,
.toggle-view[disabled].active,
fieldset[disabled] .btn-filter.active,
fieldset[disabled] .toggle-view.active {
  background-color: #fff;
  border-color: #b0b0b0;
}
.btn-filter .badge,
.toggle-view .badge {
  color: #fff;
  background-color: #4b505f;
}
.btn-filter:hover,
.toggle-view:hover,
.btn-filter:focus,
.toggle-view:focus,
.btn-filter.focus,
.toggle-view.focus,
.btn-filter:active,
.toggle-view:active,
.btn-filter.active,
.toggle-view.active,
.open > .dropdown-toggle.btn-filter,
.open > .dropdown-toggle.toggle-view {
  color: #4b505f;
  background-color: #f2f2f2;
  border-color: #a3a3a3;
}
.btn-filter:active,
.toggle-view:active,
.btn-filter.active,
.toggle-view.active,
.open > .dropdown-toggle.btn-filter,
.open > .dropdown-toggle.toggle-view {
  background-image: none;
}
.btn-filter .fa,
.toggle-view .fa,
.btn-filter .csi,
.toggle-view .csi {
  position: relative;
  margin-right: 5px;
}
.btn-filter:hover,
.toggle-view:hover,
.btn-filter:focus,
.toggle-view:focus,
.btn-filter:active,
.toggle-view:active,
.btn-filter.focus,
.toggle-view.focus,
.btn-filter.active,
.toggle-view.active {
  background: #ddd;
  border-color: #ddd;
}
.btn-filter .fa,
.toggle-view .fa,
.btn-filter .icon,
.toggle-view .icon {
  margin-right: 0;
}
.dropdown .btn-filter .fa-chevron-up,
.dropdown .btn-filter .fa-chevron-down {
  position: relative;
  top: -1px;
  font-size: 11px;
  margin-left: 5px;
}
.open > .dropdown-toggle.btn-filter {
  background: #ddd;
  border-color: #ddd;
}
/*---SVG button icons---*/
.btn-lg .icon-svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
/*---social buttons---*/
.btn-facebook {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #344e86;
  border-color: #344e86;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook .fa,
.btn-facebook .csi {
  position: relative;
  margin-right: 5px;
}
.btn-twitter {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #00b6f1;
  border-color: #00b6f1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #008fbe;
  border-color: #0088b4;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #00b6f1;
  border-color: #00b6f1;
}
.btn-twitter .badge {
  color: #00b6f1;
  background-color: #ffffff;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #00a3d8;
  border-color: #00a3d8;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter .fa,
.btn-twitter .csi {
  position: relative;
  margin-right: 5px;
}
.btn-linkedin {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #007bb6;
  border-color: #007bb6;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #005983;
  border-color: #005279;
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: #007bb6;
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #ffffff;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #006a9d;
  border-color: #006a9d;
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin .fa,
.btn-linkedin .csi {
  position: relative;
  margin-right: 5px;
}
.btn-vimeo {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #45bbff;
  border-color: #45bbff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo.focus,
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #ffffff;
  background-color: #12a8ff;
  border-color: #08a5ff;
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo.disabled,
.btn-vimeo[disabled],
fieldset[disabled] .btn-vimeo,
.btn-vimeo.disabled:hover,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo:hover,
.btn-vimeo.disabled:focus,
.btn-vimeo[disabled]:focus,
fieldset[disabled] .btn-vimeo:focus,
.btn-vimeo.disabled.focus,
.btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo.focus,
.btn-vimeo.disabled:active,
.btn-vimeo[disabled]:active,
fieldset[disabled] .btn-vimeo:active,
.btn-vimeo.disabled.active,
.btn-vimeo[disabled].active,
fieldset[disabled] .btn-vimeo.active {
  background-color: #45bbff;
  border-color: #45bbff;
}
.btn-vimeo .badge {
  color: #45bbff;
  background-color: #ffffff;
}
.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo.focus,
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #ffffff;
  background-color: #2bb2ff;
  border-color: #2bb2ff;
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo .fa,
.btn-vimeo .csi {
  position: relative;
  margin-right: 5px;
}
.btn-youtube {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #b31217;
  border-color: #b31217;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube.focus,
.btn-youtube:active,
.btn-youtube.active,
.open > .dropdown-toggle.btn-youtube {
  color: #ffffff;
  background-color: #850d11;
  border-color: #7b0c10;
}
.btn-youtube:active,
.btn-youtube.active,
.open > .dropdown-toggle.btn-youtube {
  background-image: none;
}
.btn-youtube.disabled,
.btn-youtube[disabled],
fieldset[disabled] .btn-youtube,
.btn-youtube.disabled:hover,
.btn-youtube[disabled]:hover,
fieldset[disabled] .btn-youtube:hover,
.btn-youtube.disabled:focus,
.btn-youtube[disabled]:focus,
fieldset[disabled] .btn-youtube:focus,
.btn-youtube.disabled.focus,
.btn-youtube[disabled].focus,
fieldset[disabled] .btn-youtube.focus,
.btn-youtube.disabled:active,
.btn-youtube[disabled]:active,
fieldset[disabled] .btn-youtube:active,
.btn-youtube.disabled.active,
.btn-youtube[disabled].active,
fieldset[disabled] .btn-youtube.active {
  background-color: #b31217;
  border-color: #b31217;
}
.btn-youtube .badge {
  color: #b31217;
  background-color: #ffffff;
}
.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube.focus,
.btn-youtube:active,
.btn-youtube.active,
.open > .dropdown-toggle.btn-youtube {
  color: #ffffff;
  background-color: #9c1014;
  border-color: #9c1014;
}
.btn-youtube:active,
.btn-youtube.active,
.open > .dropdown-toggle.btn-youtube {
  background-image: none;
}
.btn-youtube .fa,
.btn-youtube .csi {
  position: relative;
  margin-right: 5px;
}
.btn-instagram {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #3f729b;
  border-color: #3f729b;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #ffffff;
  background-color: #305777;
  border-color: #2d526f;
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: #3f729b;
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #ffffff;
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #ffffff;
  background-color: #386589;
  border-color: #386589;
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram .fa,
.btn-instagram .csi {
  position: relative;
  margin-right: 5px;
}
.btn-googleplus {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #df4a32;
  border-color: #df4a32;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus.focus,
.btn-googleplus:active,
.btn-googleplus.active,
.open > .dropdown-toggle.btn-googleplus {
  color: #ffffff;
  background-color: #c0341e;
  border-color: #b7321d;
}
.btn-googleplus:active,
.btn-googleplus.active,
.open > .dropdown-toggle.btn-googleplus {
  background-image: none;
}
.btn-googleplus.disabled,
.btn-googleplus[disabled],
fieldset[disabled] .btn-googleplus,
.btn-googleplus.disabled:hover,
.btn-googleplus[disabled]:hover,
fieldset[disabled] .btn-googleplus:hover,
.btn-googleplus.disabled:focus,
.btn-googleplus[disabled]:focus,
fieldset[disabled] .btn-googleplus:focus,
.btn-googleplus.disabled.focus,
.btn-googleplus[disabled].focus,
fieldset[disabled] .btn-googleplus.focus,
.btn-googleplus.disabled:active,
.btn-googleplus[disabled]:active,
fieldset[disabled] .btn-googleplus:active,
.btn-googleplus.disabled.active,
.btn-googleplus[disabled].active,
fieldset[disabled] .btn-googleplus.active {
  background-color: #df4a32;
  border-color: #df4a32;
}
.btn-googleplus .badge {
  color: #df4a32;
  background-color: #ffffff;
}
.btn-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus.focus,
.btn-googleplus:active,
.btn-googleplus.active,
.open > .dropdown-toggle.btn-googleplus {
  color: #ffffff;
  background-color: #d63a21;
  border-color: #d63a21;
}
.btn-googleplus:active,
.btn-googleplus.active,
.open > .dropdown-toggle.btn-googleplus {
  background-image: none;
}
.btn-googleplus .fa,
.btn-googleplus .csi {
  position: relative;
  margin-right: 5px;
}
.btn-pinterest {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #cb2027;
  border-color: #cb2027;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest.focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #ffffff;
  background-color: #9f191f;
  border-color: #96181d;
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled,
.btn-pinterest[disabled],
fieldset[disabled] .btn-pinterest,
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled.focus,
.btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest.focus,
.btn-pinterest.disabled:active,
.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-pinterest:active,
.btn-pinterest.disabled.active,
.btn-pinterest[disabled].active,
fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: #cb2027;
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #ffffff;
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest.focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #ffffff;
  background-color: #b51d23;
  border-color: #b51d23;
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest .fa,
.btn-pinterest .csi {
  position: relative;
  margin-right: 5px;
}
.btn-openid {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #df4a32;
  border-color: #df4a32;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-openid:hover,
.btn-openid:focus,
.btn-openid.focus,
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #ffffff;
  background-color: #c0341e;
  border-color: #b7321d;
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid.disabled,
.btn-openid[disabled],
fieldset[disabled] .btn-openid,
.btn-openid.disabled:hover,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid:hover,
.btn-openid.disabled:focus,
.btn-openid[disabled]:focus,
fieldset[disabled] .btn-openid:focus,
.btn-openid.disabled.focus,
.btn-openid[disabled].focus,
fieldset[disabled] .btn-openid.focus,
.btn-openid.disabled:active,
.btn-openid[disabled]:active,
fieldset[disabled] .btn-openid:active,
.btn-openid.disabled.active,
.btn-openid[disabled].active,
fieldset[disabled] .btn-openid.active {
  background-color: #df4a32;
  border-color: #df4a32;
}
.btn-openid .badge {
  color: #df4a32;
  background-color: #ffffff;
}
.btn-openid:hover,
.btn-openid:focus,
.btn-openid.focus,
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #ffffff;
  background-color: #d63a21;
  border-color: #d63a21;
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid .fa,
.btn-openid .csi {
  position: relative;
  margin-right: 5px;
}
.btn-ldap {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #ffffff;
  background-color: #cb2027;
  border-color: #cb2027;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn-ldap:hover,
.btn-ldap:focus,
.btn-ldap.focus,
.btn-ldap:active,
.btn-ldap.active,
.open > .dropdown-toggle.btn-ldap {
  color: #ffffff;
  background-color: #9f191f;
  border-color: #96181d;
}
.btn-ldap:active,
.btn-ldap.active,
.open > .dropdown-toggle.btn-ldap {
  background-image: none;
}
.btn-ldap.disabled,
.btn-ldap[disabled],
fieldset[disabled] .btn-ldap,
.btn-ldap.disabled:hover,
.btn-ldap[disabled]:hover,
fieldset[disabled] .btn-ldap:hover,
.btn-ldap.disabled:focus,
.btn-ldap[disabled]:focus,
fieldset[disabled] .btn-ldap:focus,
.btn-ldap.disabled.focus,
.btn-ldap[disabled].focus,
fieldset[disabled] .btn-ldap.focus,
.btn-ldap.disabled:active,
.btn-ldap[disabled]:active,
fieldset[disabled] .btn-ldap:active,
.btn-ldap.disabled.active,
.btn-ldap[disabled].active,
fieldset[disabled] .btn-ldap.active {
  background-color: #cb2027;
  border-color: #cb2027;
}
.btn-ldap .badge {
  color: #cb2027;
  background-color: #ffffff;
}
.btn-ldap:hover,
.btn-ldap:focus,
.btn-ldap.focus,
.btn-ldap:active,
.btn-ldap.active,
.open > .dropdown-toggle.btn-ldap {
  color: #ffffff;
  background-color: #b51d23;
  border-color: #b51d23;
}
.btn-ldap:active,
.btn-ldap.active,
.open > .dropdown-toggle.btn-ldap {
  background-image: none;
}
.btn-ldap .fa,
.btn-ldap .csi {
  position: relative;
  margin-right: 5px;
}
/* default dropdown */
.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  /* used for icons
     * e.g. device dropdown topbar
     */
}
.dropdown-menu > li > a {
  padding: 8px 15px;
  border-top: 1px solid #d8d8d8;
}
.dropdown-menu > li > a:first-child {
  border-top: 0;
}
.dropdown-menu > li.delete > a {
  color: #D1332E;
}
.dropdown-menu.dropdown-menu-slim {
  min-width: 56px;
}
.dropdown-menu.dropdown-menu-slim > li > a {
  padding: 8px 5px;
  text-align: center;
  line-height: 1;
}
.dropdown-menu.dropdown-menu-slim .fa {
  margin: 0;
}
/* dropdown filter by letter */
.select-letters {
  width: 254px;
}
.select-letters > li {
  overflow: hidden;
}
.select-letters > li > a {
  float: left;
  width: 36px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  clear: none;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.select-letters > li > a.select-all {
  width: 72px;
}
.r-tabs-nav {
  position: relative;
  margin: 0;
  padding: 0;
}
.r-tabs-nav:before,
.r-tabs-nav:after {
  content: " ";
  display: table;
}
.r-tabs-nav:after {
  clear: both;
}
.r-tabs-nav:before,
.r-tabs-nav:after {
  content: " ";
  display: table;
}
.r-tabs-nav:after {
  clear: both;
}
.r-tabs-tab {
  position: relative;
  float: left;
  margin: 0;
  list-style: none;
}
.r-tabs-panel {
  display: none;
}
.r-tabs {
  position: relative;
}
.r-tabs .r-tabs-anchor {
  display: block;
  text-decoration: none;
}
.csc-tabs {
  margin-bottom: 30px;
}
.csc-tabs .tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.csc-tabs .r-tabs .r-tabs-nav {
  display: none;
}
.csc-tabs .r-tabs .r-tabs-accordion-title {
  display: block;
}
.csc-tabs .r-tabs .r-tabs-anchor {
  padding: 15px 30px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #bfc3c4;
}
.csc-tabs .r-tabs .r-tabs-anchor:hover {
  background-color: #b2b7b8;
}
.csc-tabs .r-tabs .r-tabs-state-active .r-tabs-anchor {
  color: #62ab41;
  background-color: #ffffff;
  border-bottom: none;
}
.csc-tabs .r-tabs .r-tabs-panel {
  background-color: #ffffff;
  padding: 30px 15px;
}
.csc-tabs .r-tabs-panel .list-data {
  margin-bottom: 0;
}
@media only screen and (min-width: 767px) {
  .csc-tabs .r-tabs .r-tabs-nav {
    display: block;
    margin-bottom: -1px;
  }
  .csc-tabs .r-tabs .r-tabs-accordion-title {
    display: none;
  }
}
.draft-review__tabs .r-tabs-nav {
  margin-bottom: -1px;
  display: block;
  font-size: 0;
  text-align: center;
}
.draft-review__tabs .r-tabs-tab {
  float: none;
  display: inline-block;
}
.draft-review__tabs .r-tabs-tab:first-child .r-tabs-anchor {
  border-top-left-radius: 3px;
}
.draft-review__tabs .r-tabs-tab:last-child .r-tabs-anchor {
  border-top-right-radius: 3px;
  border-right: 1px solid #b0b0b0;
}
.draft-review__tabs .r-tabs-anchor {
  background-color: #b0b0b0;
  width: 210px;
  padding: 14px 0 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2C373C;
  border-top: 1px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
}
.draft-review__tabs .r-tabs-state-active .r-tabs-anchor {
  background-color: #ffffff;
  color: #62ab41;
}
.draft-review__tabs .r-tabs-accordion-title {
  display: none;
}
.draft-review__tabs .r-tabs-panel {
  border-top: 1px solid #b0b0b0;
}
.draft-review__tabs .comments,
.draft-review__tabs .draft-review__status {
  padding: 30px;
}
@media (max-width: 479px) {
  .draft-review__tabs .r-tabs-anchor {
    width: 145px;
    padding: 12px 0 13px;
  }
  .draft-review__tabs .draft-review__status {
    padding: 30px 15px;
  }
  .draft-review__tabs .comments {
    padding: 30px 15px;
  }
}
/*
--------------------------------------------------
	BS TABLE OVERRIDES
--------------------------------------------------*/
.table-responsive {
  border-top: none !important;
  border-bottom: none !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}
/*
--------------------------------------------------
	TAGS TABLE
--------------------------------------------------
	-	Used in docs to list system (twig) tags &
		description
--------------------------------------------------*/
.table-tags {
  background-color: #ffffff;
}
/*
--------------------------------------------------
	STATS TABLE
--------------------------------------------------
	-	Logs, reports, usage data
--------------------------------------------------*/
.table-stats > thead > tr > th {
  padding: 20px;
  border-bottom: none;
  font-size: 11px;
  font-weight: 600;
  color: #2C373C;
  text-transform: uppercase;
}
.table-stats > tbody > tr > td {
  font-size: 13px;
  padding: 10px 20px;
}
.table {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table > thead > tr > th {
  padding-top: 12px;
  padding-bottom: 12px;
}
.table-prefs {
  border-top: none;
}
.table-prefs td.table-prefs-tag {
  width: 180px;
}
.table-prefs .checkbox {
  padding-left: 14px;
}
/*
--------------------------------------------------
	TABLE SORT
--------------------------------------------------
	-	Currently applied to file manager
	- Added Jan. 2019
--------------------------------------------------*/
.sort:after {
  position: relative;
  top: 1px;
  font-family: 'cs-app-icons' !important;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 4px;
}
.sort.asc:after {
  content: "\e92d";
}
.sort.desc:after {
  content: "\e92a";
}
.sort.active {
  color: #62ab41;
}
.sort:hover {
  cursor: pointer;
}
/*
--------------------------------------------------
	MEDIA & POST TABLE
--------------------------------------------------
	-	File manager list
	-	Social media post list
	-	Added Jan. 2019
--------------------------------------------------*/
.media,
.post {
  width: 100%;
  border-collapse: collapse;
}
.media__row,
.post__row {
  background-color: #ffffff;
}
.media__thead,
.post__thead {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.media__thead th,
.post__thead th {
  font-weight: 400;
  color: #2C373C;
}
.media__details,
.post__details {
  padding: 15px 15px 15px 0;
  vertical-align: top;
}
.media__details-inner,
.post__details-inner {
  display: flex;
  align-items: flex-start;
  min-height: 4rem;
}
.media__body,
.post__body {
  display: inline-block;
  flex-grow: 1;
}
.media__title,
.post__title {
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
}
.media__title a,
.post__title a {
  color: #2280c3;
}
.media__title a:hover,
.post__title a:hover,
.media__title a:focus,
.post__title a:focus {
  color: #1a6398;
}
.media__title-wrap,
.post__title-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.media__datetime,
.post__datetime {
  padding: 15px;
  vertical-align: top;
  white-space: nowrap;
  line-height: 1.3;
}
.media .date,
.post .date,
.media .time,
.post .time {
  display: block;
}
.media .time,
.post .time {
  color: #777;
}
.media__actions,
.post__actions {
  padding: 15px 0 15px 30px;
  text-align: right;
  vertical-align: top;
}
.media__actions .actions,
.post__actions .actions {
  display: inline-block;
  min-width: 120px;
  font-size: 0;
  vertical-align: top;
}
.media__actions .actions-li,
.post__actions .actions-li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.media__actions .actions-li + .actions-li,
.post__actions .actions-li + .actions-li {
  margin: 0 0 0 10px;
}
.media__actions .actions-li__link-text,
.post__actions .actions-li__link-text {
  width: 180px;
}
.media__actions .dropdown-menu,
.post__actions .dropdown-menu {
  min-width: 180px;
}
@media screen and (max-width: 767px) {
  .media__details,
  .post__details {
    padding-left: 15px;
  }
  .media__actions,
  .post__actions {
    padding-right: 15px;
  }
}
.media {
  /*total size or items*/
}
.media__row--other .media__preview {
  height: 60px;
  font-size: 36px;
  color: #7a7d84;
  line-height: 60px;
}
.media__row--other .media__preview > a:hover {
  color: #626469;
}
.media__tbody {
  padding: 15px 0;
}
.media__tbody > .media__row:first-child > td {
  padding-top: 30px;
}
.media__details-inner {
  min-width: 360px;
}
.media__preview {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 85px;
  border: 1px solid #ddd;
  margin-right: 15px;
  text-align: center;
}
.media__preview img {
  max-width: 85px;
  max-height: 60px;
}
.media__preview > a {
  display: block;
  color: #7a7d84;
}
.media__total {
  margin: 0;
  color: #777;
}
.media__select {
  padding: 15px 30px;
  vertical-align: top;
}
.media__select .chosen-container-single .chosen-single {
  max-width: 240px;
  height: 36px;
  padding: 6px 15px;
}
.media__select .chosen-container-single .chosen-single div b {
  background-position: 0 8px;
}
.post {
  /* dashboard panels dept list */
  /* main departments list */
}
.post__row {
  border: none;
  border-bottom: 1px solid #ddd;
}
.post__details-inner {
  min-width: 420px;
}
.post__checkbox {
  vertical-align: top;
  padding: 15px 0 15px 15px;
}
.post__channel {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 48px;
  margin-right: 22px;
  vertical-align: top;
}
.post__channel-image {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #ddd;
}
.post__channel-image img {
  max-width: 100%;
  border-radius: 100%;
}
.post__channel-icon {
  position: absolute;
  z-index: 2;
  bottom: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  color: #ffffff;
  border-radius: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}
.post__channel-icon--na {
  background-color: #D1332E;
}
.post__channel-icon--facebook {
  background-color: #3b5998;
}
.post__channel-icon--twitter {
  background-color: #00aced;
}
.post__url {
  margin: 0;
  font-size: 12px;
}
.post__url-truncate-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.post__url-truncate {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.post__url a {
  color: #7a7d84;
}
.post__media {
  flex: 0 0 85px;
  width: 85px;
  margin-left: 15px;
  text-align: center;
}
.post__media img {
  max-width: 85px;
  max-height: 60px;
}
.post__status {
  vertical-align: top;
  padding: 15px 30px;
  text-align: center;
}
.post__actions {
  padding-right: 15px;
}
.post--dash-depts .post__details-inner {
  padding-left: 15px;
}
.post--dash-depts .post__title {
  padding-top: 5px;
}
.post--dash-depts .post__details-inner {
  min-width: 300px;
  min-height: 2rem;
}
.post--dash-depts .post__actions .actions {
  min-width: 36px;
}
.post--depts .post__details-inner {
  padding-left: 15px;
  min-width: 380px;
}
.post--depts .post__icon {
  position: relative;
  width: 38px;
  text-align: center;
  margin-right: 24px;
}
.post--depts .post__icon .icon,
.post--depts .post__icon .fa {
  font-size: 38px;
  color: #b0b0b0;
}
.post--depts .post__icon:hover .icon,
.post--depts .post__icon:hover .fa {
  color: #7a7d84;
}
.post--depts .post__icon .post__icon-link {
  text-decoration: none;
}
.post--depts .post__icon .post__icon-link:hover {
  text-decoration: none;
}
.post--depts .post__icon .badge {
  position: absolute;
  right: -9px;
  bottom: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
}
.post--depts .post__title {
  font-weight: 600;
}
.popover {
  border-radius: 3px;
  padding: 0;
}
.popover-content {
  padding: 5px;
}
/*-----Card Base-----*/
.card {
  position: relative;
  background: #ffffff;
  margin-bottom: 30px;
  border: 1px solid #e0e1e2;
  border-radius: 3px;
}
.card:before,
.card:after {
  content: " ";
  display: table;
}
.card:after {
  clear: both;
}
.card:before,
.card:after {
  content: " ";
  display: table;
}
.card:after {
  clear: both;
}
.card-add {
  border: none;
  box-shadow: none;
}
.card-add a {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 50px;
  border: 2px dashed #b0b0b0;
  color: #b0b0b0;
  display: block;
  text-decoration: none;
  border-radius: 3px;
}
.card-add a:hover {
  text-decoration: none;
  color: #62ab41;
  border-color: #62ab41;
}
.card-header,
.card-title-bar,
.card-body,
.card-footer {
  position: relative;
  padding: 15px;
}
.card-title {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}
.card-title .fa {
  margin-right: 6px;
}
/*-----Card Title-----*/
.card-title-bar {
  padding-top: 17px;
  border-bottom: 1px solid #e9ebeb;
}
.card-title-bar .card-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  width: 75%;
}
.card-title-bar a {
  font-size: 15px;
  color: #2C373C;
  text-decoration: none;
  display: block;
  padding: 0 5px;
  float: right;
}
.card-title-bar a:hover {
  text-decoration: none;
  opacity: .7;
}
.card-title-bar a + a {
  margin-right: 5px;
}
/*-----Card Header-----*/
.card-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: rgba(122, 125, 132, 0.9);
}
.card-header .card-title {
  font-size: 18px;
  font-weight: 700;
}
.card-header .card-title,
.card-header .card-sub-title {
  color: #ffffff;
}
.card-header .card-settings {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  font-size: 28px;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
}
.card-header .card-settings:hover {
  text-decoration: none;
  opacity: .7;
}
.card-header.card-header-secondary {
  border-radius: 0 0 3px 3px;
}
/*-----Card Color Options-----*/
.card-dark .card-title-bar {
  border: none;
}
.card-dark .card-title-bar .card-title {
  color: #ffffff;
}
.card-dark .card-title-bar,
.card-dark .card-header {
  background-color: #61696d;
}
.card-primary .card-title-bar {
  border: none;
}
.card-primary .card-title-bar .card-title {
  color: #ffffff;
}
.card-primary .card-title-bar,
.card-primary .card-header {
  background-color: #62ab41;
}
/*-----Card Header with Image-----*/
.card-header-image {
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card-header-image img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card-header-image .card-title {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  color: #ffffff;
  width: 100%;
  padding: 15px;
  font-size: 22px;
  font-weight: 700;
  text-shadow: 1px 0 3px rgba(0, 0, 0, 0.4);
}
/*-----Card Body-----*/
.card-body {
  position: relative;
}
.card-body p {
  margin: 0;
}
.card-body p + p {
  margin-top: 15px;
}
.card-body.card-body-collapse {
  padding: 0;
}
.card-body.card-body-collapse .list-group {
  margin-bottom: 0;
}
.card-body.card-body-collapse .list-group .list-group-item:first-child {
  border-top: none;
}
.card-body.card-body-collapse .list-group-item {
  border-left: none;
  border-right: none;
  border-color: #e9ebeb;
}
.card-body.card-body-collapse .list-group-item .fa {
  width: 36px;
  text-align: center;
}
.card-body.card-body-collapse .list-group-item:first-child,
.card-body.card-body-collapse .list-group-item:last-child {
  border-radius: 0;
}
.card-body.card-body-collapse .list-group-item:last-child {
  border-bottom: none;
}
/*-----Card Footer-----*/
.card-footer {
  border-top: 1px solid #e9ebeb;
}
/*-----Card User-----*/
.card.card-user .card-header {
  background-color: #ffffff;
  text-align: center;
}
.card.card-user .card-title {
  color: #62ab41;
}
.card.card-user .card-sub-title {
  color: #2C373C;
}
.card.card-user .card-body {
  padding-top: 0;
  text-align: center;
}
.card.card-user .card-footer {
  border: none;
  padding: 0;
}
.card-user-pic {
  position: relative;
  width: 164px;
  height: 164px;
  display: block;
  margin: 0 auto 15px;
}
.card-user-pic .cs-user {
  display: block;
  width: 164px;
  height: 164px;
}
.card-user-pic .cs-user img {
  border-radius: 50%;
}
.card-user-pic.user-impersonate .cs-user:after {
  background-color: rgba(255, 255, 255, 0.4);
}
.card-user-pic .badge-user {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: block;
  width: 44px;
  height: 44px;
}
.card-user-pic .badge-user img {
  max-width: 100%;
  border-radius: 50%;
}
/*-----Card Controls-----*/
.card-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  background: #bfc3c4;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.card-controls > li {
  display: inline-block;
  position: relative;
}
.card-controls > li > a {
  background-color: #959b9d;
  padding: 15px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}
.card-controls > li > a:hover {
  color: #fff;
  background-color: #888e91;
}
.card-controls > li:first-child {
  border-bottom-left-radius: 3px;
}
.card-controls > li:last-child {
  border-bottom-right-radius: 3px;
}
.card-controls.controls-inverse > li > a {
  color: #959b9d;
  background-color: #ffffff;
}
.card-controls.controls-inverse > li > a:hover {
  color: #61696d;
  background-color: #ffffff;
}
.card-controls.controls-3 > li {
  width: 33.3333337%;
}
.card-controls.controls-4 > li {
  width: 25%;
}
.card-controls.controls-5 > li {
  width: 20%;
}
/**********************************************************************
	Cards Gallery
-----------------------------------------------------------------------

	List of cards displaying the thumbnail, title and actions for
	images within a selected gallery.

**********************************************************************/
.cards-gallery {
  position: relative;
  max-width: 1280px;
}
.cards-gallery .cards-row {
  margin: 0 -10px;
}
.cards-gallery .cards-column {
  padding: 0 10px;
}
.cards-gallery .card {
  margin-bottom: 20px;
}
@media (min-width: 520px) and (max-width: 639px) {
  .cards-column {
    width: 50%;
  }
}
@media (min-width: 640px) and (max-width: 889px) {
  .cards-column {
    width: 33.333333%;
  }
}
@media (min-width: 890px) and (max-width: 1249px) {
  .cards-column {
    width: 25%;
  }
}
@media (min-width: 520px) {
  .cards-column {
    float: left;
  }
}
@media (min-width: 1250px) {
  .cards-column {
    width: 20%;
  }
}
.card-gallery-item {
  display: block;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.card-gallery-item .switch {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 2;
}
.card-gallery-item .card-image {
  display: block;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: cover;
}
.card-gallery-item .card-title {
  font-size: 14px;
}
.card-gallery-item .card-footer {
  padding: 0;
}
.tile-grid .row {
  margin-left: -3px;
  margin-right: -3px;
}
.tile-grid .row > div[class*="col"] {
  padding-left: 3px;
  padding-right: 3px;
}
.tile-grid .tile {
  margin: 0 auto 6px;
}
.tile {
  display: block;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e0e1e2;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.tile:hover {
  cursor: pointer;
  text-decoration: none;
}
.tile:hover .tile-icon {
  background: #62ab41;
}
.tile:hover .tile-icon,
.tile:hover .tile-icon-title {
  color: #ffffff;
}
.tile.tile-paste {
  background-color: #2280c3;
}
.tile.tile-paste .tile-icon-title {
  color: #ffffff;
}
.tile-group-v .tile + .tile {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tile-center {
  text-align: center;
}
.tile-icon {
  transition: background-color 300ms ease-out 0s;
  padding: 20px;
}
.tile-icon-image {
  width: 72px;
}
.tile-icon,
.tile-icon-title {
  color: #61696d;
}
.tile-icon-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 10px;
}
.tile-footer {
  padding: 10px;
  border-top: 1px solid #e0e1e2;
  font-size: 13px;
  color: #7a7d84;
}
/* Attachments */
.form-control--attachments {
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.form-horizontal .form-control.form-control--attachments {
  height: auto;
}
.attachments {
  font-size: 0;
}
.attachment {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 36px;
  border-radius: 3px;
  padding: 0 10px;
}
.attachment a:hover {
  text-decoration: none;
}
.attachment--add a {
  color: #4b505f;
}
.attachment__icon {
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.attachment__label {
  display: inline-block;
  vertical-align: middle;
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.attachment__size {
  display: inline-block;
  vertical-align: middle;
  color: #7a7d84;
}
.attachment__remove {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 36px;
  height: 100%;
  font-size: 16px;
  text-align: center;
}
.attachment__remove:hover {
  cursor: pointer;
}
.attachment:hover {
  background-color: #f0f0f0;
}
/*----------Actions----------*/
/* also see panel actions in panel.less */
.action-group .btn {
  min-width: 160px;
}
.action-group.bottom {
  margin-top: 30px;
}
legend {
  margin: 0;
  border: none;
}
label,
.control-label {
  font-weight: 700;
  font-size: 12px;
  color: #7a7d84;
  fomargin: 0 5px 5px 0;
}
label.control-label {
  margin-right: 0;
}
.radio label,
.checkbox label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: none;
}
.radio label,
.checkbox label,
.switch label {
  opacity: 1;
}
.radio,
.checkbox {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
/*
    Custom Checks & Radios
*/
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #2C373C;
}
.radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 2.5px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 99px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}
.radio label:after {
  font-size: 13px;
  content: "";
  text-align: center;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 99px;
  left: 0px;
  top: 1px;
  background-color: #6f7b8a;
  border: 1px solid #6f7b8a;
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}
.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #62ab41;
}
.radio.radio-info input[type=radio]:checked + :before {
  border-color: #2280c3;
}
.radio.radio-warning input[type=radio]:checked + label:before {
  border-color: #f39300;
}
.radio.radio-danger input[type=radio]:checked + label:before {
  border-color: #D1332E;
}
.radio input[type=radio]:checked + label {
  color: #4d5056;
}
.radio input[type=radio]:checked + label:before {
  border: 6px solid #8e9095;
}
/*-----Radio Group Options-----*/
.radio-group--vertical {
  border-bottom: 1px solid #ddd;
}
.radio-group--vertical .radio-group__option {
  border-top: 1px solid #ddd;
}
.radio-group--vertical .radio label {
  padding: 15px 30px 20px 69px;
  margin: 0;
  font-size: 14px;
}
.radio-group--vertical .radio label strong {
  color: #2280c3;
}
.radio-group--vertical .radio label:before {
  height: 24px;
  width: 24px;
  bottom: auto;
  top: 16px;
  left: 30px;
}
.radio-group--vertical .radio input[type="radio"]:checked + label:before {
  border-width: 8px;
}
/*-----Checkboxes-----*/
.checkbox {
  /* checkbox filter - action bar */
}
.checkbox + .checkbox {
  padding-top: 7px;
  margin-bottom: 0;
}
.checkbox input[type=radio][disabled] + label:after {
  background-color: #eceff3;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding-left: 27px;
  font-size: 13px;
  color: #2C373C;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
  direction: ltr;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  line-height: 17px;
  left: 0px;
  top: 1.4px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 3px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}
.checkbox label:after {
  display: inline-block;
  text-align: center;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 1.5px;
  font-size: 11px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
  border-radius: 3px;
}
.checkbox.checkbox-lg label {
  padding-left: 34px;
  font-size: 14px;
}
.checkbox.checkbox-lg label:before {
  top: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.checkbox.checkbox-lg label:after {
  width: 24px;
  height: 24px;
  font-size: 15px;
  top: 0;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}
.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}
.checkbox input[type=checkbox]:checked + label {
  color: #4d5056;
}
.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
}
.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}
.checkbox.check-filter input[type=checkbox]:checked + label:before {
  background-color: #999;
  border: 1px solid #999;
}
.checkbox.check-filter input[type=checkbox]:checked + label:after {
  color: #ffffff;
}
.checkbox.check-success input[type=checkbox]:checked + label:before {
  background-color: #62ab41;
  border: 1px solid #62ab41;
}
.checkbox.check-success input[type=checkbox]:checked + label:after {
  color: #ffffff;
}
.checkbox.check-primary input[type=checkbox]:checked + label:before {
  background-color: #62ab41;
  border: 1px solid #62ab41;
}
.checkbox.check-primary input[type=checkbox]:checked + label:after {
  color: #ffffff;
}
.checkbox.check-info input[type=checkbox]:checked + label:before {
  background-color: #2280c3;
  border: 1px solid #2280c3;
}
.checkbox.check-info input[type=checkbox]:checked + label:after {
  color: #ffffff;
}
.checkbox.check-warning input[type=checkbox]:checked + label:before {
  background-color: #f39300;
  border: 1px solid #f39300;
}
.checkbox.check-warning input[type=checkbox]:checked + label:after {
  color: #ffffff;
}
.checkbox.check-danger input[type=checkbox]:checked + label:before {
  background-color: #D1332E;
  border: 1px solid #D1332E;
}
.checkbox.check-danger input[type=checkbox]:checked + label:after {
  color: #ffffff;
}
/* end custom radio and checks */
/*
    Dropdown form
    See action bar filtering
*/
.dropdown-form {
  padding-top: 15px;
  padding-bottom: 15px;
  /* adjust for link alignment */
}
.dropdown-form .form-group {
  margin-bottom: 15px;
}
.dropdown-form .form-actions {
  padding-left: 5px;
  padding-right: 5px;
}
.form-group {
  margin-bottom: 30px;
}
.form-group:before,
.form-group:after {
  content: " ";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group:before,
.form-group:after {
  content: " ";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group-secondary {
  margin-top: 24px;
}
/* fix for widget settings with panels e.g. slider */
.panel-body .form-group {
  margin-bottom: 15px;
}
.form-dropdown {
  position: relative;
  width: 100%;
}
.form-dropdown .dropdown-menu {
  width: 100%;
}
.form-dropdown--status .dropdown-toggle {
  position: relative;
  font-size: 18px;
  display: block;
  border: 1px solid #b8bbbd;
  border-radius: 3px;
  line-height: 46px;
  color: #7a7d84;
  padding: 0 12px;
  text-decoration: none;
}
.form-dropdown--status .dropdown-toggle:after {
  font-family: 'cs-app-icons' !important;
  font-size: 12px;
  color: #7a7d84;
  content: "\e92a";
  position: absolute;
  top: 0;
  right: 15px;
}
.form-dropdown--status .dropdown-toggle .success,
.form-dropdown--status .dropdown-toggle .info,
.form-dropdown--status .dropdown-toggle .warning,
.form-dropdown--status .dropdown-toggle .danger {
  font-weight: 700;
  padding-left: 24px;
}
.form-dropdown--status .dropdown-toggle .success:before,
.form-dropdown--status .dropdown-toggle .info:before,
.form-dropdown--status .dropdown-toggle .warning:before,
.form-dropdown--status .dropdown-toggle .danger:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.form-dropdown--status .dropdown-toggle .success {
  color: #62ab41;
}
.form-dropdown--status .dropdown-toggle .success:before {
  background-color: #62ab41;
}
.form-dropdown--status .dropdown-toggle .info {
  color: #2280c3;
}
.form-dropdown--status .dropdown-toggle .info:before {
  background-color: #2280c3;
}
.form-dropdown--status .dropdown-toggle .warning {
  color: #f39300;
}
.form-dropdown--status .dropdown-toggle .warning:before {
  background-color: #f39300;
}
.form-dropdown--status .dropdown-toggle .danger {
  color: #D1332E;
}
.form-dropdown--status .dropdown-toggle .danger:before {
  background-color: #D1332E;
}
.form-dropdown--status .dropdown-menu > li {
  position: relative;
}
.form-dropdown--status .dropdown-menu > li > a {
  padding: 15px 15px 15px 37px;
  font-size: 15px;
  line-height: 1.4;
  color: #7a7d84;
}
.form-dropdown--status .dropdown-menu > li strong {
  display: block;
  font-size: 18px;
}
.form-dropdown--status .dropdown-menu > li strong:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.form-dropdown--status .dropdown-menu > li.success strong {
  color: #62ab41;
}
.form-dropdown--status .dropdown-menu > li.success strong:before {
  background-color: #62ab41;
}
.form-dropdown--status .dropdown-menu > li.info strong {
  color: #2280c3;
}
.form-dropdown--status .dropdown-menu > li.info strong:before {
  background-color: #2280c3;
}
.form-dropdown--status .dropdown-menu > li.warning strong {
  color: #f39300;
}
.form-dropdown--status .dropdown-menu > li.warning strong:before {
  background-color: #f39300;
}
.form-dropdown--status .dropdown-menu > li.danger strong {
  color: #D1332E;
}
.form-dropdown--status .dropdown-menu > li.danger strong:before {
  background-color: #D1332E;
}
.form-dropdown--status .dropdown-menu > li.gray strong {
  color: #7a7d84;
}
.form-dropdown--status .dropdown-menu > li.gray strong:before {
  background-color: #7a7d84;
}
.dropdown-menu-heading {
  margin: 4px 4px 2px;
  font-size: 12px;
  font-weight: 700;
  color: #7a7d84;
  text-transform: uppercase;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
}
.form-contained {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.form-contained .form-group {
  margin-right: 0;
  margin-left: 0;
}
.form-contained .panel-actions {
  border: none;
}
/*---Input group adjustments---*/
.input-group + .input-group {
  margin-top: 15px;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-group-btn {
  z-index: 9;
}
.input-group-btn .btn {
  min-width: 40px;
  height: 44px;
}
.input-group-btn .btn.btn-default {
  border-color: #ddd;
}
.input-group-btn .search-submit .fa {
  position: relative;
  top: -2px;
}
.form-inline .input-group > .form-control-date {
  width: 115px;
}
.form-inline .input-group > .form-control-time {
  width: 100px;
}
.form-inline .input-group + .input-group {
  margin: 0 0 0 10px;
}
/* typically applied to a paragraph */
.help-text {
  color: #7a7d84;
  font-size: 13px;
  line-height: 1.385;
  margin-bottom: 10px;
}
.help-text.help-below {
  margin-bottom: 0;
}
.help-below,
.help-text-below {
  margin-top: 10px;
}
.help-below p:last-child {
  margin-bottom: 0;
}
.help-text ul li + li,
.help-text ol li + li,
ul.help-text li + li,
ol.help-text li + li {
  margin-top: 6px;
}
/*-----Field Group Sizes-----*/
.field-sm,
.field-md {
  max-width: 100%;
}
@media (min-width: 768px) {
  .field-sm {
    max-width: 25%;
  }
  .field-md {
    max-width: 50%;
  }
}
/* validation custom */
.has-error .form-control:focus,
.has-warning .form-control:focus,
.has-success .form-control:focus {
  box-shadow: none;
}
.feedback {
  font-size: 13px;
  margin: 10px 0;
}
.has-error label,
.has-error .feedback {
  color: #D1332E;
  opacity: 1;
}
.has-warning label,
.has-warning .feedback {
  color: #f39300;
  opacity: 1;
}
.has-success label,
.has-success .feedback {
  color: #62ab41;
  opacity: 1;
}
/*-----Adjust for Setting Panels with form-groups, e.g. Icon Group Widget-----*/
.form-horizontal .panel-group .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.form-horizontal .panel-group .panel-body .form-group {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.form-horizontal .form-group {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  padding-top: 19px;
  padding-bottom: 19px;
}
.form-horizontal .form-group .control-label {
  text-align: left;
  font-size: 14px;
}
.form-horizontal > .form-group:last-child {
  border-bottom: none;
}
.panel .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
/* form temp fix for settings */
.form-horizontal .form-control {
  font-size: 16px;
  height: 44px;
  padding-top: 9px 15px;
}
.form-horizontal .input-group-btn .btn {
  height: 44px;
  padding-top: 9px 15px;
}
.form-horizontal .input-group-btn .btn.fa {
  margin: 0;
}
/*
	Selected Icon
	Widgets settings
*/
.form-icon-preview {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 15px;
}
/*
    form-actions
    eg. buttons
*/
.form-actions {
  margin: 60px 0;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  display: table;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  display: table;
}
.form-actions:after {
  clear: both;
}
.form-horizontal .form-actions {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .form-horizontal .form-actions .btn {
    margin-right: 5px;
  }
}
/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  background-image: url("/design-ui/assets/plugins/bootstrap-colorpicker/2.1.0/dist/img/bootstrap-colorpicker/saturation.png");
  width: 100px;
  height: 100px;
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url("/design-ui/assets/plugins/bootstrap-colorpicker/2.1.0/dist/img/bootstrap-colorpicker/hue.png");
}
.colorpicker-alpha {
  background-image: url("/design-ui/assets/plugins/bootstrap-colorpicker/2.1.0/dist/img/bootstrap-colorpicker/alpha.png");
  display: none;
}
.colorpicker {
  *zoom: 1;
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  background-image: url("/design-ui/assets/plugins/bootstrap-colorpicker/2.1.0/dist/img/bootstrap-colorpicker/alpha.png");
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-element .input-group-addon .color-sample,
.colorpicker-element .add-on .color-sample {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: middle;
  width: 16px;
  border: 1px solid #ddd;
}
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue .color-sample,
.colorpicker.colorpicker-horizontal .colorpicker-alpha .color-sample {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("/design-ui/assets/plugins/bootstrap-colorpicker/2.1.0/dist/img/bootstrap-colorpicker/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("/design-ui/assets/plugins/bootstrap-colorpicker/2.1.0/dist/img/bootstrap-colorpicker/alpha-horizontal.png");
}
.colorpicker.colorpicker-hidden {
  display: none;
}
.colorpicker.colorpicker-visible {
  display: block;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
.colorpicker-right:before {
  left: auto;
  right: 6px;
}
.colorpicker-right:after {
  left: auto;
  right: 7px;
}
/*!
 * Datetimepicker for Bootstrap 3
 * ! version :4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.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;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.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;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.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;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.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";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 3px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #b0b0b0;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.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;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #ddd;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #b0b0b0;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #ddd;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #b0b0b0;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #62ab41;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #62ab41;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #b0b0b0;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 3px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #ddd;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #62ab41;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #b0b0b0;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #b0b0b0;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
/*
SLIDER
https://github.com/seiyria/bootstrap-slider
*/
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  /*
    &.slider-disabled {
		.slider-handle {
			#gradient > .vertical(#dfdfdf, #bebebe);
		}
		.slider-track {
			#gradient > .vertical(#e5e5e5, #e9e9e9);
			cursor:not-allowed;
		}
	}
    */
}
.slider.slider-horizontal {
  width: 210px;
  height: 21px;
}
.slider.slider-horizontal .slider-track {
  height: 10.5px;
  width: 100%;
  margin-top: -5.25px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10.5px;
  margin-top: -5.25px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10.5px 10.5px 10.5px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 21px;
}
.slider.slider-vertical .slider-track {
  width: 10.5px;
  height: 100%;
  margin-left: -5.25px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5.25px;
  margin-top: -10.5px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10.5px 0 10.5px 10.5px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-handle {
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #ffffff;
  /*#gradient > .vertical(#149bdf, #0480be);*/
  filter: none;
  /*.box-shadow(~"inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)");*/
  opacity: 1.0;
  border: 1px solid #abafb1;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  /*
    #gradient > .vertical(#f5f5f5, #f9f9f9);
	.box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
    */
  background: #ddd;
  border-radius: 3px;
}
.slider-selection {
  position: absolute;
  /*
    #gradient > .vertical(#f9f9f9, #f5f5f5);
	.box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
	.box-sizing(border-box);
    */
  background: #7a7d84;
  border-radius: 3px;
}
.slider-success .slider-selection {
  background: #62ab41;
}
.slider-disabled .slider-handle {
  cursor: not-allowed;
}
.slider-disabled .slider-selection {
  background: #b0b0b0;
  cursor: not-allowed;
}
/*
SWITCHES
http://callmenick.com/2014/05/13/css-toggle-switch-examples/
*/
.switch-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
  /*-----large switch-----*/
}
.switch-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  margin-bottom: 0;
  width: 40px;
  height: 20px;
  background-color: #b0b0b0;
  border-radius: 20px;
  transition: background 0.4s;
}
.switch-toggle + label:before,
.switch-toggle + label:after {
  display: block;
  position: absolute;
  content: "";
}
.switch-toggle + label:before {
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #95979d;
  border-radius: 20px;
  transition: background 0.4s;
}
.switch-toggle + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 12px;
  background-color: #ffffff;
  border-radius: 12px;
  transition: margin 0.4s, background 0.4s;
}
.switch-toggle.switch-lg + label {
  width: 72px;
  height: 36px;
}
.switch-toggle.switch-lg + label:before {
  border-radius: 36px;
}
.switch-toggle.switch-lg + label:after {
  width: 28px;
  border-radius: 28px;
}
.switch-toggle.switch-lg:checked + label:after {
  margin-left: 36px;
}
.switch-toggle:checked + label {
  background-color: #62ab41;
}
.switch-toggle:checked + label:before {
  background-color: #62ab41;
}
.switch-toggle:checked + label:after {
  margin-left: 20px;
  background-color: #ffffff;
}
.switch-toggle:checked[disabled] + label {
  background-color: rgba(98, 171, 65, 0.4);
}
.switch-toggle:checked[disabled] + label:before {
  background-color: rgba(98, 171, 65, 0.4);
}
.switch-toggle[disabled]:hover,
.switch-toggle[disabled] + label {
  cursor: not-allowed;
}
.switch-toggle[disabled] + label:before {
  background-color: #ddd;
}
/**************************************************************************************************** */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%!important;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.571;
  color: #2C373C;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  text-decoration: none;
  background-clip: padding-box;
}
.chosen-container-single .chosen-single:focus {
  border-color: #b7b7b7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183, 183, 183, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183, 183, 183, 0.6);
}
.chosen-container-single .chosen-single::-moz-placeholder {
  color: #b7b7b7;
  opacity: 1;
}
.chosen-container-single .chosen-single:-ms-input-placeholder {
  color: #b7b7b7;
}
.chosen-container-single .chosen-single::-webkit-input-placeholder {
  color: #b7b7b7;
}
.chosen-container-single .chosen-single[disabled],
.chosen-container-single .chosen-single[readonly],
fieldset[disabled] .chosen-container-single .chosen-single {
  cursor: not-allowed;
  background-color: #ddd;
  opacity: 1;
}
textarea.chosen-container-single .chosen-single {
  height: auto;
}
.chosen-container-single .chosen-single:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/assets/chosen/1.4.1/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-single div b:after {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 15px;
  font-size: 14px;
  color: #7a7d84;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 10px 15px;
  white-space: nowrap;
  background: none;
}
.chosen-container-single .chosen-search:after {
  font-family: 'FontAwesome';
  content: "\f002";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -11px;
  font-size: 15px;
  color: #7a7d84;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 0;
  padding: 12px 20px 12px 10px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -2px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  content: "\f0d8";
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0 15px 15px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 8px 6px 10px 6px;
  list-style: none;
  line-height: 1;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #62ab41;
  color: #ffffff;
}
.chosen-container .chosen-results li.no-results {
  color: #2C373C;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.571;
  color: #2C373C;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  overflow: hidden;
  height: auto;
  margin: 0;
}
.chosen-container-multi .chosen-choices:focus {
  border-color: #b7b7b7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183, 183, 183, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183, 183, 183, 0.6);
}
.chosen-container-multi .chosen-choices::-moz-placeholder {
  color: #b7b7b7;
  opacity: 1;
}
.chosen-container-multi .chosen-choices:-ms-input-placeholder {
  color: #b7b7b7;
}
.chosen-container-multi .chosen-choices::-webkit-input-placeholder {
  color: #b7b7b7;
}
.chosen-container-multi .chosen-choices[disabled],
.chosen-container-multi .chosen-choices[readonly],
fieldset[disabled] .chosen-container-multi .chosen-choices {
  cursor: not-allowed;
  background-color: #ddd;
  opacity: 1;
}
textarea.chosen-container-multi .chosen-choices {
  height: auto;
}
.chosen-container-multi .chosen-choices:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
  /* li.search-field */
  /* li.search-choice */
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 8px 15px;
  font-size: 15px;
  line-height: 1.3;
  color: #2C373C;
  background: #eceef1;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 3px;
  /* adjust padding and show trash icon */
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
  float: left;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  display: none;
  float: left;
  padding: 0 10px 0 10px;
  color: #2C373C;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: 'cs-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: "\e96c";
  position: relative;
  top: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  color: #D1332E;
}
.chosen-container-multi .chosen-choices li.search-choice:hover {
  padding-right: 0;
}
.chosen-container-multi .chosen-choices li.search-choice:hover .search-choice-close {
  display: block;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #b7b7b7;
  /*
  box-shadow:0 0 5px rgba(0, 0, 0, 0.3);
  */
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #b7b7b7;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/assets/chosen/1.4.1/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/assets/chosen/1.4.1/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/********************************************************************************
    TAGS
*********************************************************************************/
.tag-block {
  overflow: hidden;
  margin: 0 0 30px;
  padding: 0;
  font-size: 0;
}
.tag {
  border-radius: 3px;
  font-size: 13px;
  line-height: 30px;
  padding: 0 15px;
  margin: 0 5px 5px 0;
  display: inline-block;
  text-decoration: none;
  /*-----Tag Types-----*/
}
.tag a {
  text-decoration: none;
  display: none;
  position: relative;
  top: 1px;
  text-align: center;
  margin-left: 5px;
  margin-right: -5px;
  padding: 0 5px;
}
.tag:hover a {
  display: inline-block;
}
.tag.tag-sm {
  font-size: 12px;
  line-height: 24px;
  padding: 0 10px;
}
.tag.tag-default {
  color: #4b505f;
  background-color: #e2e2e2;
}
.tag.tag-default:hover {
  background-color: #d5d5d5;
}
.tag.tag-default a {
  color: #4b505f;
}
.tag.tag-info,
.tag.tag-clever {
  color: #ffffff;
  background-color: #2280c3;
}
.tag.tag-info:hover,
.tag.tag-clever:hover {
  background-color: #1e72ad;
}
.tag.tag-info a,
.tag.tag-clever a {
  color: #ffffff;
}
/*-----Tag Editor/Chosen Tags-----*/
.tags-editor {
  display: none;
}
.tag-editor {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.571;
  color: #2C373C;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding-left: 7px;
  list-style-type: none;
  height: auto;
  overflow: hidden;
  /* core styles usually need no change */
  /* end core styles */
}
.tag-editor:focus {
  border-color: #b7b7b7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183, 183, 183, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(183, 183, 183, 0.6);
}
.tag-editor::-moz-placeholder {
  color: #b7b7b7;
  opacity: 1;
}
.tag-editor:-ms-input-placeholder {
  color: #b7b7b7;
}
.tag-editor::-webkit-input-placeholder {
  color: #b7b7b7;
}
.tag-editor[disabled],
.tag-editor[readonly],
fieldset[disabled] .tag-editor {
  cursor: not-allowed;
  background-color: #ddd;
  opacity: 1;
}
textarea.tag-editor {
  height: auto;
}
.tag-editor:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
}
.tag-editor li {
  display: block;
  float: left;
  overflow: hidden;
  margin: 3px 0;
  line-height: 1.5;
}
.tag-editor div {
  float: left;
}
.tag-editor .placeholder {
  padding: 0 8px;
  color: #b7b7b7;
}
.tag-editor .tag-editor-spacer {
  padding: 0;
  width: 8px;
  overflow: hidden;
  color: transparent;
  background: none;
}
.tag-editor input {
  vertical-align: inherit;
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: text;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  box-shadow: none;
  background: none;
}
/* hide IE10 "clear field" X */
.tag-editor ::-ms-clear {
  display: none;
}
/* tag style */
.tag-editor-tag {
  padding: 0 15px;
  font-size: 13px;
  line-height: 30px;
  color: #4b505f;
  background: #e2e2e2;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
}
/* delete icon */
.tag-editor-delete {
  display: none;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}
.tag-editor-delete i {
  line-height: 30px;
  padding: 0 10px 0 0;
  display: inline-block;
  color: #4b505f;
  font-style: normal;
  position: relative;
  top: 1px;
}
.tag-editor-delete i:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: 'cs-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e96c";
}
.tag-editor li:hover .tag-editor-tag,
.tag-editor li:hover .tag-editor-delete {
  background: #d5d5d5;
}
.tag-editor li:hover .tag-editor-tag {
  padding-right: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tag-editor li:hover .tag-editor-delete {
  display: block;
  float: left;
}
.tag-editor .tag-editor-tag.active + .tag-editor-delete,
.tag-editor .tag-editor-tag.active + .tag-editor-delete i {
  display: none;
  cursor: text;
}
.tag-editor .tag-editor-tag.active {
  background: none !important;
}
/* jQuery UI autocomplete - code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  font-size: 14px;
}
.ui-front {
  z-index: 9999;
}
.ui-menu {
  list-style: none;
  padding: 1px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.4;
  min-height: 0;
  /* support:IE7 */
}
.ui-widget-content {
  border: 1px solid #bbb;
  background: #fff;
  color: #555;
}
.ui-widget-content a {
  color: #46799b;
}
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #e0eaf1;
}
.ui-helper-hidden-accessible {
  display: none;
}
/* Add Image Settings */
.add-img {
  border: 1px dashed #b0b0b0;
  background-color: #f2f2f2;
  font-size: 18px;
  color: #b0b0b0;
  text-align: center;
}
.add-img:hover {
  border-color: #62ab41;
  color: #62ab41;
}
.add-img-list .add-img,
.add-img-list .preview-img {
  line-height: 80px;
  width: auto;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}
.add-img-list .add-img {
  width: 80px;
}
.add-img-list .preview-img img {
  display: block;
}
.add-img-single .add-img {
  line-height: 150px;
  width: 100%;
  height: 150px;
  display: block;
}
.image-preview {
  text-align: center;
  display: inline-block;
}
.image-preview__image {
  width: 120px;
  height: 120px;
  line-height: 118px;
  display: block;
  border: 1px solid #ddd;
  background-color: rgba(221, 221, 221, 0.5);
  font-size: 18px;
}
.image-preview img {
  max-width: 100%;
  vertical-align: top;
}
.image-preview__link {
  display: block;
  color: #4b505f;
}
.image-preview__link:hover,
.image-preview__link:focus {
  text-decoration: none;
}
.image-preview__link--add:hover .image-preview__image,
.image-preview__link--add:focus .image-preview__image,
.image-preview__link--add:hover .image-preview__button,
.image-preview__link--add:focus .image-preview__button {
  color: #62ab41;
}
.image-preview__link--remove:hover .image-preview__button,
.image-preview__link--remove:focus .image-preview__button {
  color: #D1332E;
}
.image-preview__button {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 3px 3px;
}
.image-preview + .image-preview {
  margin-left: 15px;
}
/* row and column options in page builder settings */
.cspe-layout-options {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  /*
    width:auto;
    overflow-x:scroll;
    overflow-y:hidden;
    white-space:nowrap;
    */
}
.cspe-layout-options .cspe-layout {
  position: relative;
  z-index: 1;
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.cspe-layout-row {
  overflow: hidden;
  border: 1px solid #808080;
  width: 100px;
  padding: 2px;
}
.cspe-layout-col {
  padding: 2px;
  position: relative;
  float: left;
}
.cspe-layout-col-inner {
  display: block;
  height: 50px;
  background-color: #d9d9d9;
  font-size: 13px;
  line-height: 50px;
  color: #b3b3b3;
  text-align: center;
}
.cspe-layout:hover,
.cspe-layout.active {
  cursor: pointer;
}
.cspe-layout:hover .cspe-layout-row,
.cspe-layout.active .cspe-layout-row {
  border-color: #62ab41;
}
.cspe-layout:hover .cspe-layout-col-inner,
.cspe-layout.active .cspe-layout-col-inner {
  background-color: #c0ddb3;
  color: #62ab41;
}
.cspe-layout-col-1 {
  width: 8.333%;
}
.cspe-layout-col-2 {
  width: 16.666%;
}
.cspe-layout-col-1_5 {
  width: 20%;
}
.cspe-layout-col-3 {
  width: 25%;
}
.cspe-layout-col-4 {
  width: 33.333%;
}
.cspe-layout-col-5 {
  width: 41.665%;
}
.cspe-layout-col-6 {
  width: 50%;
}
.cspe-layout-col-7 {
  width: 58.331%;
}
.cspe-layout-col-8 {
  width: 66.666%;
}
.cspe-layout-col-9 {
  width: 75%;
}
.cspe-layout-col-10 {
  width: 83.333%;
}
.cspe-layout-col-11 {
  width: 91.666%;
}
.cspe-layout-col-12 {
  width: 100%;
}
.cspe-layout .selected {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
  color: #62ab41;
  line-height: 1;
  margin-top: -12px;
}
/*************************************************************************
    --- Form Results ---
    
    * Confirmation pages that display results of a form
    * e.g. Notifications campaign summary
**************************************************************************/
.form-results-panel {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 0;
}
.form-results-panel blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.form-results-panel .section + .section {
  border-top: 1px solid #ddd;
}
.form-results-panel .section-heading {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.form-results-panel .section-title {
  margin: 0;
}
.form-results-panel .section-title .csi {
  position: relative;
  float: right;
  top: 2px;
}
.form-results-panel .section-summary {
  padding: 30px 15px 15px;
}
.form-results-panel .section-summary h6 {
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
  color: #62ab41;
}
.form-results-panel .section-summary ul li {
  margin-bottom: 5px;
}
.form-results-panel .section-summary ul:last-child,
.form-results-panel .section-summary p:last-child {
  margin-bottom: 0;
}
.form-results-panel .section-summary + .section-summary {
  padding-top: 15px;
}
.form-results-panel .section .section-summary:last-child {
  padding-bottom: 60px;
}
.form-results-panel .action-group {
  padding: 30px 15px;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 480px) {
  .form-results-panel .section-heading,
  .form-results-panel .section-summary,
  .form-results-panel .action-group {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/**************************************************
	Color Selection Dropdown
**************************************************/
/*---Dropdown button + selected color---*/
.dropdown-color-selected {
  position: relative;
  min-width: 180px;
  text-align: left;
  height: 36px;
  line-height: 36px;
  padding: 0 20px 0 36px;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: none;
}
.dropdown-color-selected:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #bbb;
}
.dropdown-color-selected .dropdown-caret {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.dropdown-color-selected .dropdown-caret > span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen/1.4.1/chosen-sprite.png) no-repeat 0px 12px;
}
.dropdown-color-selected.dept--c1:before {
  background-color: #5F5428;
  border-color: #5F5428;
}
.dropdown-color-selected.dept--c2:before {
  background-color: #81782E;
  border-color: #81782E;
}
.dropdown-color-selected.dept--c3:before {
  background-color: #ED0D00;
  border-color: #ED0D00;
}
.dropdown-color-selected.dept--c4:before {
  background-color: #093145;
  border-color: #093145;
}
.dropdown-color-selected.dept--c5:before {
  background-color: #561272;
  border-color: #561272;
}
.dropdown-color-selected.dept--c6:before {
  background-color: #7B6983;
  border-color: #7B6983;
}
.dropdown-color-selected.dept--c7:before {
  background-color: #5C7F5A;
  border-color: #5C7F5A;
}
.dropdown-color-selected.dept--c8:before {
  background-color: #1A8908;
  border-color: #1A8908;
}
.dropdown-color-selected.dept--c9:before {
  background-color: #F012BE;
  border-color: #F012BE;
}
.dropdown-color-selected.dept--c10:before {
  background-color: #85144B;
  border-color: #85144B;
}
.dropdown-color-selected.dept--c11:before {
  background-color: #7C1FA4;
  border-color: #7C1FA4;
}
.dropdown-color-selected.dept--c12:before {
  background-color: #5A6386;
  border-color: #5A6386;
}
.dropdown-color-selected.dept--c13:before {
  background-color: #C02F1D;
  border-color: #C02F1D;
}
.dropdown-color-selected.dept--c14:before {
  background-color: #C1571B;
  border-color: #C1571B;
}
.dropdown-color-selected.dept--c15:before {
  background-color: #0F6501;
  border-color: #0F6501;
}
.dropdown-color-selected.dept--c16:before {
  background-color: #DA3850;
  border-color: #DA3850;
}
.dropdown-color-selected.dept--c17:before {
  background-color: #B10DC9;
  border-color: #B10DC9;
}
.dropdown-color-selected.dept--c18:before {
  background-color: #0074D9;
  border-color: #0074D9;
}
.dropdown-color-selected.dept--c19:before {
  background-color: #577C89;
  border-color: #577C89;
}
.dropdown-color-selected.dept--c20:before {
  background-color: #357194;
  border-color: #357194;
}
.dropdown-color-selected.dept--c21:before {
  background-color: #0F4880;
  border-color: #0F4880;
}
.dropdown-color-selected.dept--c22:before {
  background-color: #520F30;
  border-color: #520F30;
}
.dropdown-color-selected.dept--c23:before {
  background-color: #A369BB;
  border-color: #A369BB;
}
.dropdown-color-selected.dept--c24:before {
  background-color: #666666;
  border-color: #666666;
}
.open .dropdown-color-selected {
  border-color: #bbb;
}
.open .dropdown-color-selected .dropdown-caret > span {
  background-position: -18px 8px;
}
/*---Dropdown color options---*/
.dropdown-menu-colors {
  width: 192px;
  padding: 5px;
}
.dropdown-menu-colors .color-swatch-label {
  float: left;
  display: block;
  width: 28px;
  margin: 4px;
}
.dropdown-menu-colors .color-swatch-label:hover {
  cursor: pointer;
}
.dropdown-menu-colors .color-swatch {
  border-radius: 50%;
  border: 2px solid #b0b0b0;
}
.dropdown-menu-colors .color {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.dropdown-menu-colors input {
  position: absolute;
  visibility: hidden;
}
.dropdown-menu-colors input:checked + .color-swatch {
  border-color: #62ab41;
}
.dropdown-menu-colors .dept--c1 .color {
  background-color: #5F5428;
}
.dropdown-menu-colors .dept--c2 .color {
  background-color: #81782E;
}
.dropdown-menu-colors .dept--c3 .color {
  background-color: #ED0D00;
}
.dropdown-menu-colors .dept--c4 .color {
  background-color: #093145;
}
.dropdown-menu-colors .dept--c5 .color {
  background-color: #561272;
}
.dropdown-menu-colors .dept--c6 .color {
  background-color: #7B6983;
}
.dropdown-menu-colors .dept--c7 .color {
  background-color: #5C7F5A;
}
.dropdown-menu-colors .dept--c8 .color {
  background-color: #1A8908;
}
.dropdown-menu-colors .dept--c9 .color {
  background-color: #F012BE;
}
.dropdown-menu-colors .dept--c10 .color {
  background-color: #85144B;
}
.dropdown-menu-colors .dept--c11 .color {
  background-color: #7C1FA4;
}
.dropdown-menu-colors .dept--c12 .color {
  background-color: #5A6386;
}
.dropdown-menu-colors .dept--c13 .color {
  background-color: #C02F1D;
}
.dropdown-menu-colors .dept--c14 .color {
  background-color: #C1571B;
}
.dropdown-menu-colors .dept--c15 .color {
  background-color: #0F6501;
}
.dropdown-menu-colors .dept--c16 .color {
  background-color: #DA3850;
}
.dropdown-menu-colors .dept--c17 .color {
  background-color: #B10DC9;
}
.dropdown-menu-colors .dept--c18 .color {
  background-color: #0074D9;
}
.dropdown-menu-colors .dept--c19 .color {
  background-color: #577C89;
}
.dropdown-menu-colors .dept--c20 .color {
  background-color: #357194;
}
.dropdown-menu-colors .dept--c21 .color {
  background-color: #0F4880;
}
.dropdown-menu-colors .dept--c22 .color {
  background-color: #520F30;
}
.dropdown-menu-colors .dept--c23 .color {
  background-color: #A369BB;
}
.dropdown-menu-colors .dept--c24 .color {
  background-color: #666666;
}
.dropdown-menu-colors-palette:before,
.dropdown-menu-colors-palette:after {
  content: " ";
  display: table;
}
.dropdown-menu-colors-palette:after {
  clear: both;
}
.dropdown-menu-colors-palette:before,
.dropdown-menu-colors-palette:after {
  content: " ";
  display: table;
}
.dropdown-menu-colors-palette:after {
  clear: both;
}
.dropdown-menu-colors-palette + .dropdown-menu-colors-palette {
  margin-top: 4px;
}
/*
==========
Notification Additions
----------
- Added by Aron
- Need to clean up and eventually replace to match other toggles
==========
*/
/* begin toggle switch from W3schools */
/* The switch - the box around the slider */
.switch-w3 {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}
/* Hide default HTML checkbox */
.switch-w3 input {
  display: none;
}
.switch-w3 span {
  display: none;
}
/* The slider */
.slider-w3 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  margin: 0!important;
}
.slider-w3:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch-w3 input:checked + .slider-w3 {
  background-color: #66a236;
}
.switch-w3 input:focus + .slider {
  box-shadow: 0 0 1px #66a236;
}
.switch-w3 input:checked + .slider-w3:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
/* Rounded sliders */
.slider-w3.round {
  border-radius: 24px;
}
.slider-w3.round:before {
  border-radius: 50%;
}
/* end toggle switch from W3schools */
.contact_method {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
/*---Form---*/
.stage__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}
.stage__heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #62ab41;
}
.stage__form {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 3px;
  max-width: 760px;
  margin: 0 auto;
}
.stage__types {
  max-width: 1080px;
  margin: 0 auto;
}
.stage__type {
  max-width: 480px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #ffffff;
  margin: 70px auto 0;
  text-align: center;
}
.stage__type:hover,
.stage__type.selected {
  cursor: pointer;
}
.stage__type:hover:after,
.stage__type.selected:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #62ab41;
  border-radius: 3px;
}
.stage__type:hover .icon,
.stage__type.selected .icon {
  position: relative;
  z-index: 2;
  background-color: #62ab41;
}
.stage__type:hover .stage__type-heading,
.stage__type.selected .stage__type-heading {
  color: #62ab41;
}
.stage__type .icon {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  margin: -70px auto 20px;
  line-height: 140px;
  background-color: #7a7d84;
  border-radius: 50%;
  font-size: 64px;
  text-align: center;
  color: #ffffff;
}
.stage__type .stage__type-heading {
  margin: 0 0 20px;
  padding: 0 20px;
}
.stage__type .stage__type-desc {
  margin: 0 0 50px;
  padding: 0 20px;
  font-size: 14px;
}
.stage__steps {
  margin: 0 -15px;
}
.stage__step {
  margin: 0;
  float: left;
  padding: 15px;
}
.stage__step input {
  position: absolute;
  visibility: hidden;
}
.stage__step input:checked + .stage__step-type {
  position: relative;
  color: #62ab41;
}
.stage__step input:checked + .stage__step-type:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #62ab41;
  border-radius: 3px;
}
.stage__step-type {
  width: 100%;
  height: 140px;
  padding: 26px 10px 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
  text-transform: none;
  line-height: 1.2;
}
.stage__step-type:hover {
  cursor: pointer;
}
.stage__step-type .icon {
  display: block;
  font-size: 44px;
  margin-bottom: 15px;
}
.stage__footer {
  text-align: center;
  margin-top: 40px;
}
.stage__footer p {
  margin: 0;
}
.stage__footer.form__section {
  margin: 0;
}
.stage__footer-links {
  margin: 40px 0;
  text-align: center;
}
.stage__footer-links a {
  color: #7a7d84;
}
.stage__footer-links a + a {
  margin-left: 10px;
}
.stage p {
  max-width: 100%;
}
.stage .lead {
  margin: 0;
}
@media screen and (min-width: 680px) {
  .stage__step {
    width: 25%;
  }
}
@media screen and (min-width: 530px) and (max-width: 679px) {
  .stage__step {
    width: 33.333333%;
  }
}
@media screen and (max-width: 529px) {
  .stage__step {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .stage__steps {
    margin: 0 -10px;
  }
  .stage__step {
    padding: 10px;
  }
}
.stage-summary {
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #ffffff;
}
.stage-summary .row > .column + .column {
  border-left: 1px solid #ddd;
}
.stage-summary .h5 {
  text-transform: uppercase;
  font-weight: 700;
  color: #7a7d84;
  margin: 0 0 20px;
}
.stage-summary__details {
  padding: 30px 30px 50px;
}
.stage-summary__title {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px;
}
.stage-summary__title strong {
  display: block;
  color: #62ab41;
  font-weight: 700;
}
.stage-summary__desc {
  font-size: 15px;
}
.stage-summary__actions {
  margin: 30px 0 50px;
}
.stage-summary__help {
  color: #7a7d84;
  margin-bottom: 40px;
}
.stage-summary__disable .checkbox label {
  font-size: 15px;
}
.stage-summary__disable .checkbox label:before,
.stage-summary__disable .checkbox label:after {
  top: 4.0px;
}
@media screen and (max-width: 767px) {
  .stage-summary__details {
    padding: 20px 15px 30px;
  }
  .stage-summary__desc {
    font-size: 14px;
  }
}
.form__section {
  padding: 30px 30px 35px;
}
.form__section + .form__section {
  border-top: 1px solid #eee;
}
.form__section .form-group {
  margin-bottom: 0;
}
.form__section .form-control {
  height: 48px;
  font-size: 14px;
}
.form__section textarea.form-control {
  height: auto;
}
.form__section .chosen-container-multi .chosen-choices li.search-choice {
  margin: 2px 5px 2px 0;
}
.form__section .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-size: 14px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .form__section {
    padding: 20px 15px 30px;
  }
}
/* form control with actions */
.form-control-post {
  border: 1px solid #ddd;
  border-radius: 3px;
}
.form-control-post textarea.form-control {
  min-width: 100%;
  max-width: 100%;
}
.form-control-post .form-control {
  border: none;
}
.form-control-post .form-control-actions {
  padding: 8px 15px;
  border-top: 1px solid #ddd;
  font-size: 20px;
}
.form-control-post .form-control-actions > a {
  color: #b0b0b0;
}
.form-control-post .form-control-actions > a:hover,
.form-control-post .form-control-actions > a:focus {
  color: #7a7d84;
}
.form-control-post .form-control-actions .counters {
  margin-top: 5px;
  float: right;
}
/*---Add group---*/
.add-group__link {
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  color: #2280c3;
}
.add-group__link .fa,
.add-group__link .icon {
  position: relative;
  top: 6px;
  font-size: 26px;
  margin-right: 10px;
  color: #b0b0b0;
}
.add-group__link:hover,
.add-group__link:focus {
  text-decoration: none;
  color: #2280c3;
}
.add-group--add .add-group__link:hover .fa,
.add-group--add .add-group__link:focus .fa,
.add-group--add .add-group__link:hover .icon,
.add-group--add .add-group__link:focus .icon {
  color: #2280c3;
}
.add-group--remove .add-group__link:hover .fa,
.add-group--remove .add-group__link:focus .fa,
.add-group--remove .add-group__link:hover .icon,
.add-group--remove .add-group__link:focus .icon {
  color: #D1332E;
}
.add-group .picker {
  display: inline-block;
}
/*---2019 datetime picker---*/
.picker {
  font-size: 15px;
}
.picker .icon {
  margin-right: 4px;
  color: #4b505f;
}
.picker__date,
.picker__time {
  position: relative;
  display: inline-block;
  color: #2280c3;
}
.picker__date:hover,
.picker__time:hover {
  color: #1a6398;
  text-decoration: none;
}
.picker__date:after,
.picker__time:after {
  display: inline-block;
  font-family: 'cs-app-icons';
  font-size: 10px;
  content: "\e92a";
  color: #4b505f;
  margin-left: 5px;
}
.picker__time {
  margin-left: 20px;
}
/*---Adjust for widget/module settings---*/
.form-horizontal.form-contained .picker {
  margin: 7px 0 10px;
}
.modal-header {
  background-color: #ffffff;
}
.modal-add-items {
  width: 480px;
}
.modal-add-items h4 {
  display: inline-block;
}
.modal-add-items .modal-body {
  background: #ffffff;
}
/*-----Updated Modal - 2018-----*/
.modal {
  background: rgba(0, 0, 0, 0.2);
}
.modal__container {
  position: relative;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 40px 15px 30px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.modal__container .close {
  position: absolute;
  z-index: 9;
  top: 20px;
  right: 30px;
  display: block;
  font-size: 24px;
  color: #7a7d84;
  opacity: 1;
}
.modal__heading {
  font-size: 22px;
  font-weight: 600;
  color: #62ab41;
  margin: 0 0 8px;
}
.modal__label {
  display: block;
}
.modal__label-icon {
  font-size: 72px;
  color: #7a7d84;
  margin: 0 auto;
}
.modal__label-title {
  display: block;
  font-size: 26px;
  font-weight: 400;
  color: #2C373C;
}
.modal__body {
  margin-top: 60px;
}
.modal__body-lead {
  margin-bottom: 40px;
}
.modal__footer {
  margin-top: 20px;
  color: #7a7d84;
}
.modal__footer p:last-child {
  margin: 0;
}
.modal .form-group {
  margin-bottom: 30px;
}
.modal textarea {
  max-width: 100%;
}
.modal--draft .modal-dialog,
.modal--create .modal-dialog {
  width: 90%;
  margin: 10px auto;
}
@media (min-width: 600px) {
  .modal--draft .modal-dialog {
    width: 580px;
  }
  .modal__container {
    padding: 40px 30px 40px;
  }
}
@media (min-width: 768px) {
  .modal--create .modal-dialog {
    width: 740px;
  }
}
/* TEMPLATE FEATURED & GALLERY */
.cs-tpl-featured {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.cs-tpl-featured:before {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background: #62ab41;
}
.cs-tpl-featured .cs-tpl-featured-heading {
  margin: 15px 0;
}
.cs-tpl-featured h1 {
  margin: 0;
  color: #2c373c;
  text-transform: uppercase;
}
.cs-tpl-featured p {
  max-width: 500px;
}
.cs-tpl-featured .cs-tpl-preview {
  text-align: center;
  margin-top: 30px;
}
.cs-tpl-featured .cs-tpl-preview img {
  max-width: 100%;
}
@media (max-width: 420px) {
  .cs-tpl-featured .btn {
    display: block;
    width: 100%;
  }
}
@media (min-width: 421px) {
  .cs-tpl-featured {
    padding: 30px 30px 20px;
  }
}
@media (min-width: 768px) {
  .cs-tpl-featured .cs-tpl-preview {
    margin-top: 0;
  }
}
.cs-tpl-gallery h2 {
  font-size: 18px;
  margin-bottom: 30px;
}
.cs-tpl-gallery-item {
  margin-bottom: 30px;
  position: relative;
  display: block;
  text-decoration: none;
}
.cs-tpl-gallery-item:hover {
  text-decoration: none;
}
.cs-tpl-gallery-item:hover .cs-tpl-gallery-item-overlay {
  opacity: 1;
}
.cs-tpl-gallery-item-overlay {
  transition: all 0.3s ease-out 0s;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 40px 15px 15px;
}
.cs-tpl-gallery-item-overlay h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.cs-tpl-gallery-item-overlay .small {
  text-transform: uppercase;
}
.cs-tpl-installed {
  cursor: default;
  pointer-events: none;
}
.cs-tpl-installed .cs-tpl-gallery-item-overlay {
  opacity: 1;
  background: rgba(98, 171, 65, 0.9);
}
/*---Toastr---*/
#toast-container > div {
  opacity: 1;
}
#toast-container > .toast-error {
  background-image: url("/ui/images/toastr-icon-error.png") !important;
}
#toast-container > .toast-success {
  background-image: url("/ui/images/toastr-icon-success.png") !important;
}
.toast-success {
  background-color: #62ab41;
}
.toast-top-right {
  top: 70px;
  right: 15px;
}
/*---Progress Bars---*/
.progress {
  box-shadow: none;
}
.progress.progress-sm {
  height: 8px;
  margin-bottom: 8px;
  border-radius: 0;
}
.stat {
  font-size: 12px;
  font-weight: 600;
}
.stat .stat-count {
  font-weight: 400;
}
.stat .progress {
  margin-top: 4px;
}
.stat + .stat {
  margin-top: 15px;
}
.v3_2 {
  /* links = 0F4DA7 */
  /* text ? 0d1218 or 2C373C */
  color: #2C373C;
  /*-----Buttons/links-----*/
  /*-----Utility styles-----*/
  /*-----Tiles-----*/
  /*-----Widget Gallery-----*/
  /*-----Badges-----*/
  /*-----Pagination-----*/
  /*-----Forms-----*/
  /*---Inputs---*/
  /*---Attachments---*/
  /*---Select---*/
  /*---Radios---*/
  /*---Switch---*/
  /*-----Modal nav-----*/
  /*-----RECENT LIST-----*/
  /*-----Dropdowns-----*/
  /*
	.js-dd-toggle { position:relative; }
	.js-dd-toggle:after { content:"\e92a"; position:relative; display:inline-block; font-family:'cs-app-icons'; font-size:10px; margin-left:8px }
	.js-dd-toggle.js-open:after { content:"\e92d" }
	*/
  /*-----List Filter + Search----*/
  /*-----Modal-----*/
  /*END v3_2 */
}
.v3_2 .bg-primary {
  background-color: #0F4DA7;
}
.v3_2 .bg-secondary {
  background-color: #62AB41;
}
.v3_2 .bg-success {
  background-color: #62AB41;
}
.v3_2 .bg-info {
  background-color: #4877BC;
}
.v3_2 .bg-warning {
  background-color: #FFBD03;
}
.v3_2 .bg-danger {
  background-color: #E52828;
}
.v3_2 .ds_section {
  background-color: #fff;
  border-radius: 3px;
  padding: 60px;
  margin: 0 0 60px;
}
.v3_2 .grid-container-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.v3_2 .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 30px;
  padding: 15px 25px;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 16px;
  font-weight: 600;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.v3_2 .button.outline {
  border-color: #CBCED7;
}
.v3_2 .button.outline:hover,
.v3_2 .button.outline:focus {
  background-color: #F5F7FB;
  border-color: #bdc0cc;
}
.v3_2 .button.attachment {
  display: block;
  padding: 28px 25px;
  width: 100%;
  color: #448F29;
  font-size: 15px;
  text-align: center;
  background-color: #F7FBF5;
  border: 1px dashed #448F29;
  margin: 0;
}
.v3_2 .button.attachment .icon {
  position: relative;
  font-size: 12px;
  margin-right: 6px;
}
.v3_2 .button.attachment:hover,
.v3_2 .button.attachment:focus {
  background-color: #EFF7EC;
  color: #3b7b23;
  border-color: #3b7b23;
}
.v3_2 .text-center {
  text-align: center;
}
.v3_2 .tiles {
  position: relative;
  max-width: 1056px;
  margin: 0 -7px;
  font-size: 0;
}
.v3_2 .tiles__column {
  display: inline-block;
  vertical-align: top;
  padding: 7px;
}
.v3_2 .tile {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #DADDE6;
  border-radius: 3px;
  text-align: center;
  padding: 28px 5px 12px;
}
.v3_2 .tile:hover,
.v3_2 .tile:focus {
  outline: none;
  background-color: #EFF7EC;
  border-color: #62AB41;
  box-shadow: 0 0 0 2px #62AB41;
}
.v3_2 .tile__image {
  width: 64px;
}
.v3_2 .tile__label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  color: #1F73C3;
  line-height: 1.2;
  margin-top: 2px;
}
.v3_2 #prefill_layout .tile__image {
  width: 150px;
}
@media (max-width: 544px) {
  .v3_2 .tiles--fifths .tiles__column {
    width: 33.3333333%;
  }
  .v3_2 .tiles--quarters .tiles__column {
    width: 50%;
  }
  .v3_2 .tiles--thirds .tiles__column {
    width: 100%;
  }
}
@media (min-width: 545px) and (max-width: 859px) {
  .v3_2 .tiles--fifths .tiles__column {
    width: 25%;
  }
  .v3_2 .tiles--quarters .tiles__column {
    width: 33.3333333%;
  }
  .v3_2 .tiles--thirds .tiles__column {
    width: 50%;
  }
}
@media (min-width: 860px) {
  .v3_2 .tiles--fifths .tiles__column {
    width: 20%;
  }
  .v3_2 .tiles--quarters .tiles__column {
    width: 25%;
  }
  .v3_2 .tiles--thirds .tiles__column {
    width: 33.3333333%;
  }
}
.v3_2 .widget-gallery {
  padding-left: 20px;
}
.v3_2 .widget-gallery__section {
  margin: 30px 0 60px;
}
.v3_2 .widget-gallery__heading {
  font-size: 18px;
  font-weight: 700;
  color: #2C373C;
  position: relative;
  margin: 0 0 24px;
  max-width: 1042px;
}
.v3_2 .widget-gallery__heading > span {
  position: relative;
  z-index: 2;
  padding-right: 24px;
  background-color: #ffffff;
}
.v3_2 .widget-gallery__heading:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DADDE6;
}
.v3_2 .badge {
  display: inline-block;
  padding: 5px 8px 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #767676;
}
.v3_2 .badge--success {
  background-color: #62AB41;
}
.v3_2 .badge--info {
  background-color: #346fc4;
}
.v3_2 .badge--warning {
  background-color: #FFBD03;
  color: #222;
}
.v3_2 .badge--danger {
  background-color: #E52828;
}
.v3_2 .badge--beta {
  background-color: #8ea8b6;
}
.v3_2 .pagination {
  width: 100%;
  font-size: 0;
  margin: 0 0 40px;
}
.v3_2 .pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.v3_2 .pagination__list-item {
  display: inline-block;
  margin: 0 3px;
}
.v3_2 .pagination__list-item > a {
  display: block;
  min-width: 36px;
  padding: 0 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 36px;
  color: #0F4DA7;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
}
.v3_2 .pagination__list-item > a:hover {
  background-color: #F5F7FB;
}
.v3_2 .pagination__list-item.current > a {
  border-color: #1F73C3;
  background-color: #F5F7FB;
  pointer-events: none;
}
.v3_2 .pagination__list-item.disabled > a {
  color: #9DA3A7;
  border: none;
  background-color: #ffffff;
  pointer-events: none;
}
.v3_2 .pagination__list-item--prev > a:before,
.v3_2 .pagination__list-item--next > a:after {
  position: relative;
  top: 1px;
  font-family: 'cs-app-icons';
  font-size: 14px;
  display: inline-block;
}
.v3_2 .pagination__list-item--prev > a:before {
  content: "\e92b";
  margin-right: 6px;
}
.v3_2 .pagination__list-item--next > a:after {
  content: "\e92c";
  margin-left: 6px;
}
.v3_2 .form-settings {
  max-width: 800px;
  margin: 10px;
}
@media (min-width: 480px) {
  .v3_2 .form-settings {
    margin: 40px;
  }
}
.v3_2 .form-settings .ace-xcode {
  background-color: #F5F7FB;
  border: 1px solid #DADDE6;
  border-radius: 3px;
}
.v3_2 .form-settings .ace-xcode .ace_gutter {
  background-color: #ebeff7;
}
.v3_2 .form-settings .ace-xcode .ace_gutter-active-line {
  background-color: #d9e1ef;
}
.v3_2 .form-settings .ace-xcode .ace_marker-layer .ace_active-line {
  background-color: #ebeff7;
}
.v3_2 .form-settings .cke {
  margin-bottom: 50px;
}
.v3_2 .form-settings .cke_chrome {
  border: 1px solid #DADDE6;
  border-radius: 3px;
}
.v3_2 .form-settings .cke_top {
  background: #F5F7FB;
  border-bottom: 1px solid #DADDE6;
}
.v3_2 .form-settings .cke_bottom {
  background: #F5F7FB;
  border-top: 1px solid #DADDE6;
}
.v3_2 .form-settings .form-group {
  margin: 0;
}
.v3_2 .form-settings .source-editor-wrap {
  margin-bottom: 60px;
}
.v3_2 .form-settings .rule {
  margin: 30px 0 60px;
  border-top: 1px solid #DADDE6;
}
.v3_2 .form-settings__expiry-setting .input-group {
  margin-bottom: 0;
}
.v3_2 .form-settings__expiry-setting .checkbox {
  margin-top: 44px;
}
.v3_2 .form-settings__expiry-setting.js-add-expiry .checkbox {
  margin-top: 30px;
}
.v3_2 ::-webkit-input-placeholder {
  color: #547497;
  opacity: 0.7;
}
.v3_2 :-ms-input-placeholder {
  color: #547497;
  opacity: 0.7;
}
.v3_2 ::-ms-input-placeholder {
  color: #547497;
  opacity: 0.7;
}
.v3_2 ::placeholder {
  color: #547497;
  opacity: 0.7;
}
.v3_2 .icon--tip {
  position: relative;
  top: 1.5px;
  font-size: 15px;
  color: #b0b8c0;
  margin-left: 4px;
}
.v3_2 .icon--tip:hover {
  cursor: pointer;
}
.v3_2 label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #2C373C;
  margin: 0 0 9px;
}
.v3_2 input[type=text],
.v3_2 input[type=email],
.v3_2 input[type=password],
.v3_2 input[type=number],
.v3_2 textarea {
  position: relative;
  font-size: 16px;
  color: #2C373C;
  width: 100%;
  height: 48px;
  padding: 8px 15px;
  border: 1px solid #DADDE6;
  border-radius: 3px;
  background-color: #F5F7FB;
  margin: 0 0 30px;
  box-shadow: none;
}
.v3_2 input[type=text]:focus,
.v3_2 input[type=email]:focus,
.v3_2 input[type=password]:focus,
.v3_2 input[type=number]:focus,
.v3_2 textarea:focus {
  outline: none;
  border-color: #346fc4;
  box-shadow: 0 0 1px 1px rgba(52, 111, 96, 0.3);
}
.v3_2 input[type=text].input-large,
.v3_2 input[type=email].input-large,
.v3_2 input[type=password].input-large,
.v3_2 input[type=number].input-large,
.v3_2 textarea.input-large {
  height: 64px;
  font-size: 18px;
  margin-bottom: 40px;
}
.v3_2 input[type=text] + .button,
.v3_2 input[type=email] + .button,
.v3_2 input[type=password] + .button,
.v3_2 input[type=number] + .button,
.v3_2 textarea + .button {
  margin-top: -15px;
}
.v3_2 textarea {
  min-height: 80px;
  resize: vertical;
}
.v3_2 textarea.textarea-medium {
  min-height: 150px;
}
.v3_2 .input-group {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 0 30px;
}
.v3_2 .input-group input[type=text] {
  float: left;
  margin: 0;
  width: 100%;
  border-radius: 3px 0 0 3px;
}
.v3_2 .input-group .input-group__prepend + input[type=text] {
  border-radius: 0 3px 3px 0;
}
.v3_2 .input-group__prepend,
.v3_2 .input-group__append {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  color: #787C80;
  background-color: #F7F9FC;
  font-size: 16px;
  white-space: nowrap;
  line-height: 1;
  border: 1px solid #DADDE6;
  height: 48px;
  padding: 0 15px;
}
.v3_2 .input-group__prepend .icon,
.v3_2 .input-group__append .icon {
  font-size: 19px;
  color: #2C373C;
}
.v3_2 .input-group__prepend {
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.v3_2 .input-group__append {
  border-radius: 0 3px 3px 0;
  border-left: none;
}
.v3_2 .image-settings {
  margin: 20px 0 10px;
}
.v3_2 .image-settings input[type=text] {
  margin-bottom: 20px;
}
.v3_2 .checkbox {
  margin: 0 0 30px;
}
.v3_2 .checkbox .checkbox__label {
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding-left: 34px;
  font-size: 14px;
  line-height: 24px;
  color: #2C373C;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.v3_2 .checkbox .checkbox__label:before,
.v3_2 .checkbox .checkbox__label:after {
  position: absolute;
  left: 0;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  transition: all 0.4s;
}
.v3_2 .checkbox .checkbox__label:before {
  content: "";
  top: 0;
  background-color: #fff;
  border: 1px solid #CBCED7;
}
.v3_2 .checkbox .checkbox__label:after {
  top: 0;
  font-size: 14px;
  color: #fff;
  background-color: #62AB41;
}
.v3_2 .checkbox .checkbox__input:checked + .checkbox__label:after {
  font-family: 'cs-ui-icons';
  content: "\e928";
}
.v3_2 .attachments {
  margin: 0 0 50px;
}
.v3_2 .attachment {
  position: relative;
  margin-top: 10px;
  background-color: #F5F7FB;
  border-radius: 3px;
}
.v3_2 .attachment__name {
  font-size: 14px;
  line-height: 48px;
  color: #555;
  padding: 0 10px 0 8px;
}
.v3_2 .attachment__name .fa,
.v3_2 .attachment__name .icon {
  margin-right: 8px;
}
.v3_2 .attachment__remove {
  position: absolute;
  color: #787C80;
  line-height: 48px;
  display: block;
  width: 48px;
  top: 0;
  right: 0;
  text-decoration: none;
}
.v3_2 .attachment__remove:hover {
  color: #EB5757;
  text-decoration: none;
}
.v3_2 .form-settings__image {
  position: relative;
  width: 180px;
  margin: 0 0 40px;
  text-align: center;
}
.v3_2 .form-settings__image .form-settings__image-src {
  display: block;
  background-repeat: none;
  background-position: center;
  background-size: cover;
  height: 180px;
  line-height: 180px;
  font-size: 24px;
  color: #787C80;
  border-radius: 3px;
  background-color: #F5F7FB;
  text-decoration: none;
}
.v3_2 .form-settings__image.add .form-settings__image-src {
  border: 1px dashed #9DA3A7;
}
.v3_2 .form-settings__image.add .form-settings__image-src:hover {
  color: #448F29;
  border-color: #448F29;
  background-color: #F7FBF5;
}
.v3_2 .form-settings__image .form-settings__image-remove {
  display: block;
  position: absolute;
  z-index: 2;
  right: -16px;
  bottom: -16px;
  color: #9DA3A7;
  text-decoration: none;
}
.v3_2 .form-settings__image .form-settings__image-remove .icon {
  font-size: 32px;
  background-color: #fff;
  border-radius: 100%;
  border: 4px solid #fff;
}
.v3_2 .form-settings__image .form-settings__image-remove:hover {
  color: #EB5757;
  text-decoration: none;
}
.v3_2 .add-link {
  display: block;
  font-sie: 14px;
  color: #2C373C;
  margin: -15px 0 30px;
}
.v3_2 .add-link:hover {
  color: #448F29;
}
.v3_2 .add-link .csi,
.v3_2 .add-link .icon {
  position: relative;
  top: 3px;
  font-size: 18px;
  color: #448F29;
  margin-right: 8px;
}
.v3_2 select {
  height: 48px;
  width: 100%;
  margin: 0;
  padding: 8px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DADDE6;
  border-radius: 3px;
  background-color: #F5F7FB;
  font-size: 16px;
  color: #2C373C;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
.v3_2 select:focus {
  outline: none;
  border-color: #346fc4;
  box-shadow: 0 0 1px 1px rgba(52, 111, 96, 0.3);
}
.v3_2 .select-wrap {
  position: relative;
  margin: 0 0 30px;
}
.v3_2 .select-wrap:after {
  content: '\e92a';
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 15px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'cs-app-icons';
  font-size: 13px;
  color: #787C80;
  text-align: center;
  pointer-events: none;
}
.v3_2 .select-wrap--large {
  margin: 0 0 40px;
}
.v3_2 .select-wrap--large select {
  height: 64px;
  font-size: 18px;
}
.v3_2 .chosen-container {
  position: relative;
}
.v3_2 .chosen-single,
.v3_2 .chosen-choices {
  height: 48px;
  width: 100%;
  margin: 0;
  padding: 8px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DADDE6;
  border-radius: 3px;
  background-color: #F5F7FB;
  font-size: 16px;
  color: #2C373C;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  box-shadow: none;
}
.v3_2 .chosen-choices {
  min-height: 56px;
  height: auto;
  padding: 6px 8px;
}
.v3_2 .chosen-choices .search-field input {
  width: 100% !important;
}
.v3_2 .chosen-single div b:after,
.v3_2 .chosen-container-active .chosen-single div b:after {
  content: '\e92a';
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'cs-app-icons';
  font-size: 13px;
  color: #787C80;
  text-align: center;
  margin: 0;
}
.v3_2 .chosen-container-active.chosen-with-drop .chosen-single div b:after {
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.v3_2 .chosen-wrap {
  margin: 0 0 30px;
}
.v3_2 .chosen-wrap--large {
  margin: 0 0 40px;
}
.v3_2 .chosen-wrap--large .chosen-single {
  height: 64px;
  font-size: 18px;
  padding: 16px 15px 0;
}
.v3_2 .chosen-container-active.chosen-with-drop .chosen-single,
.v3_2 .chosen-container-active.chosen-with-drop .chosen-choices {
  background-color: #ffffff;
  border-color: #346fc4;
}
.v3_2 .chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.v3_2 .chosen-drop {
  border: 1px solid #346fc4;
  border-radius: 3px;
  border-top: none;
  background-color: #ffffff;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1);
}
.v3_2 .chosen-container-multi .chosen-drop {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 10px;
}
.v3_2 .chosen-container-multi .chosen-choices li.search-field {
  padding: 8px 7px 0;
}
.v3_2 .chosen-container-multi .chosen-choices li.search-choice {
  border: 1px solid #DADDE6;
  background: #fff;
}
.v3_2 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
  top: 2px;
}
.v3_2 .chosen-container .chosen-results {
  padding: 15px 0;
  background-color: transparent;
}
.v3_2 .chosen-container .chosen-search {
  margin: 15px 15px 5px;
  padding: 0;
  background-color: #ffffff;
}
.v3_2 .chosen-container .chosen-search input[type="text"] {
  height: 48px;
  background-color: #ffffff;
  border-radius: 3px;
}
.v3_2 .chosen-container .chosen-search:after {
  font-size: 16px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  top: 50%;
  right: 20px;
}
.v3_2 .chosen-container .chosen-results li,
.v3_2 .chosen-container .chosen-results li.group-option {
  padding: 15px;
  font-size: 16px;
  background: none;
  color: #2C373C;
  text-decoration: none;
}
.v3_2 .chosen-container .chosen-results li.group-option:hover,
.v3_2 .chosen-container .chosen-results li.group-option.highlighted {
  background: none;
  background-color: #F5F7FB;
}
.v3_2 .chosen-container .chosen-results li.active-result.highlighted {
  background: none;
  background-color: #ebeff7;
}
.v3_2 .chosen-container .chosen-results li.result-selected {
  background: none;
  background-color: #f8f9fc;
  color: #547497;
}
.v3_2 .radio-group {
  overflow: hidden;
  margin: 15px 0 30px;
}
.v3_2 .radio-group--inline .radio + .radio {
  margin: 8px 0 0 0;
}
@media (min-width: 800px) {
  .v3_2 .radio-group--inline .radio {
    display: inline-block;
  }
  .v3_2 .radio-group--inline .radio + .radio {
    margin: 0 0 0 30px;
  }
}
.v3_2 .radio--alert-type label:before {
  top: 5px;
}
.v3_2 .radio--alert-type label span {
  border: 1px solid transparent;
  display: inline-block;
  min-width: 164px;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px 5px;
}
.v3_2 .radio--alert-type.radio--alert-type-urgent label span {
  border-color: #bc1010;
  color: #bc1010;
}
.v3_2 .radio--alert-type.radio--alert-type-important label span {
  border-color: #fbbc05;
  color: #fbbc05;
}
.v3_2 .radio--alert-type.radio--alert-type-informative label span {
  border-color: #949494;
  color: #949494;
}
.v3_2 .radio--alert-option label {
  font-weight: normal;
}
.v3_2 .radio--alert-option label:before {
  top: 3px;
}
.v3_2 .radio--alert-option label span {
  display: block;
  margin-bottom: 8px;
}
.v3_2 .radio--alert-option label img {
  height: 100px;
}
.v3_2 .switch {
  position: relative;
  margin: 0 0 30px;
  width: 46px;
  height: 24px;
}
.v3_2 .switch__label {
  position: relative;
  display: block;
  height: 24px;
  background-color: #CBCED7;
  border-radius: 24px;
  cursor: pointer;
  margin: 0;
}
.v3_2 .switch__label:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
  top: 3px;
  left: 4px;
  transition: all 0.4s;
}
.v3_2 .switch__checkbox {
  display: none;
}
.v3_2 .switch__checkbox:checked + .switch__label:after {
  left: 24px;
}
.v3_2 .switch__checkbox:checked + .switch__label {
  background-color: #62AB41;
}
.v3_2 .switch--large {
  width: 72px;
  height: 36px;
}
.v3_2 .switch--large .switch__label {
  height: 36px;
  border-radius: 36px;
}
.v3_2 .switch--large .switch__label:after {
  width: 30px;
  height: 30px;
}
.v3_2 .switch--large .switch__checkbox {
  display: none;
}
.v3_2 .switch--large .switch__checkbox:checked + .switch__label:after {
  left: 38px;
}
.v3_2 .switch-group {
  margin: 10px 0 40px;
  overflow: hidden;
}
.v3_2 .switch-group .switch {
  margin: 0;
  display: block;
  float: left;
  margin-right: 10px;
}
.v3_2 .switch-group .switch__text {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.v3_2 .module-menu {
  border-bottom: 1px solid #DADDE6;
  background-color: #fff;
}
.v3_2 .module-menu__items {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
.v3_2 .module-menu__items:before,
.v3_2 .module-menu__items:after {
  content: " ";
  display: table;
}
.v3_2 .module-menu__items:after {
  clear: both;
}
.v3_2 .module-menu__items:before,
.v3_2 .module-menu__items:after {
  content: " ";
  display: table;
}
.v3_2 .module-menu__items:after {
  clear: both;
}
.v3_2 .module-menu__item {
  display: block;
  float: left;
}
.v3_2 .module-menu__item-link {
  display: block;
  padding: 0 36px;
  height: 72px;
  font-size: 16px;
  color: #2C373C;
  line-height: 72px;
  border-bottom: 6px solid transparent;
}
.v3_2 .module-menu__item-link:hover {
  text-decoration: none;
  border-color: #62AB41;
}
.v3_2 .module-menu__item.active .module-menu__item-link {
  border-color: #62AB41;
  font-weight: 600;
}
@media (min-width: 480px) {
  .v3_2 .module-menu {
    padding: 0 50px;
  }
}
@media (min-width: 820px) {
  .v3_2 .module-menu {
    padding: 0 70px;
  }
}
.v3_2 .table-container {
  border: 1px solid #DADDE6;
  border-top: none;
  margin-bottom: 60px;
}
.v3_2 .table-list {
  width: 100%;
  margin: 0;
  border: none;
}
.v3_2 .table-list thead .table-list__item-cell {
  border-top: 1px solid #DADDE6;
  background-color: #F5F7FB;
}
.v3_2 .table-list__filter {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.v3_2 .table-list__filter:hover {
  cursor: pointer;
}
.v3_2 .table-list__filter:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: 'cs-app-icons';
  font-size: 10px;
  margin-left: 8px;
}
.v3_2 .table-list__filter.desc:after {
  content: "\e92a";
}
.v3_2 .table-list__filter.asc:after {
  content: "\e92d";
}
.v3_2 .table-list tbody {
  border-top: 1px solid #DADDE6;
}
.v3_2 .table-list tbody .table-list__item:hover {
  background-color: #F5F7FB;
}
.v3_2 .table-list__item-title {
  font-size: 16px;
  font-weight: 600;
  color: #1F73C3;
}
.v3_2 .table-list__item-data,
.v3_2 .table-list__item-cell--modify {
  font-size: 13px;
}
.v3_2 .table-list__item-data a {
  color: #2C373C;
}
.v3_2 .table-list__item-data a:hover {
  color: #62ab41;
}
.v3_2 .table-list__item-data .icon {
  display: inline-block;
  margin-right: 5px;
}
.v3_2 .table-list__item-data span + span {
  margin-left: 10px;
}
.v3_2 .table-list__item-datetime,
.v3_2 .table-list__item-author {
  display: block;
}
.v3_2 .table-list__item-cell {
  padding: 20px;
  border-top: 1px solid #DADDE6;
}
.v3_2 .table-list__item-cell--no-results img {
  width: 84px;
  margin: 0 auto 30px;
}
.v3_2 .table-list__item-cell--no-results {
  padding: 80px 60px;
  text-align: center;
}
.v3_2 .table-list__item-cell--no-results p {
  text-align: center;
  max-width: none;
  margin: 0;
}
.v3_2 .table-list__item-status:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #9DA3A7;
  border-radius: 50%;
  margin-right: 5px;
}
.v3_2 .table-list__item-status.published:before {
  background-color: #62AB41;
}
.v3_2 .table-list__item-status.error:before {
  background-color: #EB5757;
}
.v3_2 .table-list__item-status.info:before {
  background-color: #1F73C3;
}
.v3_2 .table-list__item-status.warning:before {
  background-color: #F2994A;
}
@media (max-width: 819px) {
  .v3_2 .table-list__item-cell--details {
    width: 60%;
  }
  .v3_2 .table-list__item-cell--modify {
    width: 40%;
  }
}
@media (min-width: 820px) {
  .v3_2 .table-list__item-cell--details {
    min-width: 560px;
  }
  .v3_2 .table-list__item-cell--modify {
    width: 240px;
    min-width: 240px;
  }
}
.v3_2 .table-list__item-details {
  position: relative;
}
.v3_2 .table-list__actions {
  list-style: none;
  padding: 5px 0 0 20px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  visibility: hidden;
  background-color: #F5F7FB;
  font-size: 0;
}
.v3_2 .table-list__actions .table-list__actions-item {
  display: inline-block;
  margin-left: 12px;
}
.v3_2 .table-list__item:hover .table-list__actions {
  visibility: visible;
}
.v3_2 .table-list__actions .button {
  position: relative;
  z-index: 1;
  display: block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 80px;
  line-height: 36px;
  border: 1px solid #CBCED7;
  background-color: #fff;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 13px;
  font-weight: 500;
  color: #787C80;
  -webkit-appearance: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.v3_2 .table-list__actions .button:hover,
.v3_2 .table-list__actions-item:hover .button {
  border-color: #9DA3A7;
  color: #2C373C;
  z-index: 2;
}
.v3_2 .table-list__actions-item {
  position: relative;
}
.v3_2 .table-list__actions-item .dropdown-menu {
  margin-top: 10px;
  right: 0;
  left: auto;
}
.v3_2 .dropdown-menu {
  position: absolute;
  z-index: 3;
  top: 100%;
  min-width: 200px;
  padding: 10px 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #CBCED7;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.v3_2 .dropdown-menu__item > a {
  display: block;
  font-size: 13px;
  color: #2C373C;
  padding: 10px 15px;
  text-decoration: none;
}
.v3_2 .dropdown-menu__item > a:hover {
  background-color: #F5F7FB;
}
.v3_2 .list-actions {
  margin-bottom: 30px;
}
.v3_2 .list-actions:before,
.v3_2 .list-actions:after {
  content: "";
  display: table;
  clear: both;
}
.v3_2 .list-actions__search {
  margin-bottom: 10px;
}
.v3_2 .list-actions__search .search__form {
  position: relative;
  width: 100%;
}
.v3_2 .search__field {
  border: none;
  box-shadow: none;
  height: 48px;
  background-color: #F5F7FB;
  border: 1px solid #DADDE6;
  border-radius: 3px;
  width: 100%;
  padding: 0 64px 0 15px;
}
.v3_2 .search__button {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  border: none;
  box-shadow: none;
  width: 48px;
  height: 48px;
  background-color: transparent;
  font-size: 18px;
  text-align: center;
}
.v3_2 .search__button .icon {
  position: relative;
  top: 1px;
}
.v3_2 .list-actions__filters {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.v3_2 .list-actions__filters-item {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 48px;
}
.v3_2 .list-actions__filters-item > a {
  position: relative;
  display: block;
  color: #0F4DA7;
}
.v3_2 .list-actions__filters-item + .list-actions__filters-item {
  margin-left: 15px;
}
.v3_2 .list-actions__filters-item .dropdown-menu {
  left: auto;
}
@media (min-width: 700px) {
  .v3_2 .list-actions__search {
    float: right;
    margin-bottom: 0;
  }
  .v3_2 .list-actions__search .search__form {
    position: relative;
    width: 450px;
  }
  .v3_2 .list-actions__filters {
    float: left;
  }
}
.v3_2 .modal {
  background-color: #fff;
}
.v3_2 .modal--open {
  display: block;
}
.v3_2 .modal--full {
  width: 100%;
  height: 100%;
}
.v3_2 .modal__version {
  position: absolute;
  top: 20px;
  left: 15px;
}
.v3_2 .modal__close {
  border: none;
  box-shadow: none;
  background: none;
  display: block;
  padding: 10px;
  position: absolute;
  z-index: 999;
  top: 20px;
  right: 15px;
  margin: 0;
}
.v3_2 .modal__close:hover span:before,
.v3_2 .modal__close:hover span:after {
  background-color: #2C373C;
}
.v3_2 .modal__close span {
  width: 22px;
  height: 22px;
}
.v3_2 .modal__close span:before,
.v3_2 .modal__close span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 22px;
  width: 4px;
  background-color: #787C80;
}
.v3_2 .modal__close span:before {
  transform: rotate(45deg);
}
.v3_2 .modal__close span:after {
  transform: rotate(-45deg);
}
.v3_2 .modal__content {
  max-width: 1056px;
  padding: 60px 15px;
  margin: 0 auto;
}
.v3_2 .modal__heading {
  font-size: 36px;
  font-weight: 600;
  color: #2C373C;
  margin: 0 0 60px;
}
.v3_2 #modal-help.modal .modal__content {
  max-width: none;
  height: 100%;
  padding: 0;
  margin: 0;
}
.modal-title {
  font-weight: 700;
  text-transform: uppercase;
}
/*------------------------------------------
FILE MANAGER MODAL
------------------------------------------ */
#modal-file-manager {
  padding: 0 !important;
}
.modal-media {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 990px) {
  .modal-media {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-media .modal-header:before,
.modal-media .modal-header:after {
  content: " ";
  display: table;
}
.modal-media .modal-header:after {
  clear: both;
}
.modal-media .modal-header:before,
.modal-media .modal-header:after {
  content: " ";
  display: table;
}
.modal-media .modal-header:after {
  clear: both;
}
.modal-media .modal-header .btn-default.close {
  margin: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  color: #555;
  border-color: #d8d8d8;
}
.modal-media .modal-header .btn-default.close:hover,
.modal-media .modal-header .btn-default.close:focus {
  color: #555;
  border-color: #b2b2b2;
}
.modal-media .modal-title {
  font-size: 20px;
  margin: 2px 0 0;
}
.modal-media .modal-header-right {
  padding-top: 15px;
}
.modal-media .modal-body,
.modal-media .tab-content {
  padding: 0;
}
@media (min-width: 768px) {
  .modal-media .modal-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .modal-media .modal-header .btn-default.close {
    right: 30px;
  }
  .modal-media .modal-header-right {
    padding-top: 0;
  }
  .modal-media .modal-title {
    position: relative;
    float: left;
    width: 50%;
  }
  .modal-media .modal-header-right {
    position: relative;
    float: right;
    width: 50%;
    padding-right: 50px;
  }
}
/*
------------------------------------------
FILE MANAGER MODAL NAVBAR
------------------------------------------ */
.modal-navbar {
  background: #ffffff;
  border-bottom: 1px solid #d8d8d8;
  display: none;
}
.modal-navbar:before,
.modal-navbar:after {
  content: " ";
  display: table;
}
.modal-navbar:after {
  clear: both;
}
.modal-navbar:before,
.modal-navbar:after {
  content: " ";
  display: table;
}
.modal-navbar:after {
  clear: both;
}
.modal-navbar-left:before,
.modal-navbar-right:before,
.modal-navbar-left:after,
.modal-navbar-right:after {
  content: " ";
  display: table;
}
.modal-navbar-left:after,
.modal-navbar-right:after {
  clear: both;
}
.modal-navbar-left:before,
.modal-navbar-right:before,
.modal-navbar-left:after,
.modal-navbar-right:after {
  content: " ";
  display: table;
}
.modal-navbar-left:after,
.modal-navbar-right:after {
  clear: both;
}
.modal-nav-tabs > li {
  float: left;
  width: 50%;
  height: 66px;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}
.modal-nav-tabs > li > a {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #2C373C;
  background: #fff;
  height: 65px;
  line-height: 65px;
  padding: 0;
}
.modal-nav-tabs > li > a:hover {
  background: #ffffff;
}
.modal-nav-tabs > li.active > a {
  color: #62ab41;
  background-color: #ffffff;
}
.modal-nav-tabs > li + li {
  border-left: 1px solid #d8d8d8;
}
@media (min-width: 768px) {
  .modal-navbar {
    display: block;
    height: 66px;
  }
  .modal-navbar-left,
  .modal-navbar-right {
    float: left;
  }
  .modal-navbar-left {
    width: 75%;
  }
  .modal-navbar-right {
    width: 25%;
  }
  .modal-nav-tabs {
    float: left;
  }
  .modal-nav-tabs > li {
    width: auto;
    border-right: 1px solid #d8d8d8;
  }
  .modal-nav-tabs > li.active {
    border-bottom-color: #fff;
  }
  .modal-nav-tabs > li > a {
    padding: 0 30px;
  }
  .modal-nav-tabs > li + li {
    border-left: none;
  }
}
.nav-toggle-options {
  text-align: right;
}
.nav-toggle-options,
.modal-navbar .search-bar {
  padding: 15px;
}
.modal-navbar .search-bar {
  padding-right: 30px;
}
/*
------------------------------------------
FILE MANAGER COLUMNS
------------------------------------------ */
.media-body {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  /* conflicting media-body class, need to fix - mike*/
}
.media-body.media-body-modal {
  background: #ffffff;
  height: 500px;
}
.media-body.media-body-full {
  background: #ffffff;
}
.media-body.media-body-full .media-items-container {
  border: 1px solid #ddd;
  border-top: none;
}
.panel-media-items,
.panel-media-details {
  height: 100%;
  overflow-y: auto;
  background: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.panel-media-items {
  position: relative;
}
.panel-media-details {
  position: absolute;
  z-index: 9;
  top: 0;
  right: -100%;
  width: 100%;
  border-left: 1px solid #d8d8d8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media (min-width: 480px) {
  .panel-media-details {
    width: 280px;
  }
}
.media-details-wrap {
  background: #fff;
  position: relative;
  height: 100%;
  padding: 15px;
}
.media-details-preview {
  height: 150px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
  font-size: 64px;
  color: #ababab;
}
.media-details-preview img {
  width: 100%;
}
.panel-media-details .list-simple li {
  font-size: 13px;
  line-height: 1.5;
}
/* 
Class applied to media-body when media item is selected
Adjust media items column and show details
*/
.show-media-details .panel-media-details {
  right: 0;
}
.media-details-close {
  padding-bottom: 10px;
}
.media-details-close .close {
  float: none;
}
/*
------------------------------------------
MEDIA ITEMS
Common to both the list and grid views
------------------------------------------ */
.media-items-container {
  padding: 15px;
}
@media (min-width: 768px) {
  .media-items-container {
    padding: 30px;
  }
}
.media-items {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .media-items {
    margin-left: 0;
    margin-right: 0;
  }
}
.media-items .media-item:before,
.media-items .media-item:after {
  content: " ";
  display: table;
}
.media-items .media-item:after {
  clear: both;
}
.media-items .media-item:before,
.media-items .media-item:after {
  content: " ";
  display: table;
}
.media-items .media-item:after {
  clear: both;
}
.media-items .media-item.selected .media-item-type {
  border: 2px solid #62ab41;
  color: #62ab41;
}
.media-items .media-item-preview {
  overflow: hidden;
}
.media-items .btn-media {
  font-size: 18px;
  color: #aaa;
}
.media-items .btn-media:hover,
.media-items .btn-media:focus {
  color: #848484;
}
.media-item-wrap {
  position: relative;
  overflow: hidden;
}
.media-item-type {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  color: #777;
}
.media-item-type:hover {
  cursor: pointer;
}
.media-item-type.media-item-image img {
  width: 100%;
  display: block;
}
.media-item-type.media-item-folder,
.media-item-type.media-item-doc,
.media-item-type.media-item-back,
.media-item-type.media-item-add {
  font-size: 64px;
  color: #ababab;
  line-height: 1;
  border: 1px solid #d8d8d8;
  text-align: center;
}
.media-item-type.media-item-folder .fa,
.media-item-type.media-item-doc .fa,
.media-item-type.media-item-back .fa,
.media-item-type.media-item-add .fa,
.media-item-type.media-item-folder .csi,
.media-item-type.media-item-doc .csi,
.media-item-type.media-item-back .csi,
.media-item-type.media-item-add .csi,
.media-item-type.media-item-folder .icon,
.media-item-type.media-item-doc .icon,
.media-item-type.media-item-back .icon,
.media-item-type.media-item-add .icon {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -32px;
  width: 100%;
}
.media-item-type.media-item-icon {
  font-size: 30px;
  color: #777;
  line-height: 54px;
  text-align: center;
}
.media-item-type.media-item-icon:hover {
  color: #444444;
}
/* Level up - Return to parent directory */
.media-level-up .media-item-back {
  color: #ffffff;
}
.media-items-grid .media-level-up .media-item-back {
  border-color: #7a7d84;
  background-color: #7a7d84;
}
.media-items-grid .media-level-up .media-item-back:hover {
  background-color: #878a90;
}
.media-items-list .media-level-up {
  background-color: #7a7d84;
}
.media-items-list .media-level-up:hover {
  background-color: #878a90;
  cursor: pointer;
}
.media-items-list .media-level-up .media-item-preview,
.media-items-list .media-level-up .media-item-meta {
  padding-top: 0;
  padding-bottom: 0;
}
.media-items-list .media-level-up .media-item-title {
  font-weight: 700;
  color: #ffffff;
}
.media-items-list .media-level-up .media-item-back {
  border: none;
}
@media (max-width: 479px) {
  .media-items-list .media-level-up .media-item-back {
    height: 100px;
  }
}
@media (min-width: 480px) {
  .media-items-list .media-level-up .media-item-title {
    display: block;
    line-height: 60px;
  }
}
/* Add image - empty directory */
.media-add .media-item-title {
  font-weight: 700;
  color: #62ab41;
}
.media-items-grid .media-add .media-item-add {
  color: #62ab41;
  border: 2px dashed #62ab41;
}
.media-items-grid .media-add .media-item-add:hover {
  color: #6ebb4b;
  border-color: #7dc25d;
}
.media-items-list .media-item.media-add {
  border: 2px dashed #62ab41;
}
.media-items-list .media-item.media-add:hover {
  color: #6ebb4b;
  border-color: #7dc25d;
  cursor: pointer;
}
.media-items-list .media-item.media-add .media-item-preview,
.media-items-list .media-item.media-add .media-item-meta {
  padding-top: 0;
  padding-bottom: 0;
}
.media-items-list .media-item.media-add .media-item-add {
  color: #62ab41;
  border: none;
}
@media (max-width: 479px) {
  .media-items-list .media-item.media-add .media-item-add {
    height: 100px;
  }
}
@media (min-width: 480px) {
  .media-items-list .media-item.media-add .media-item-title {
    display: block;
    line-height: 60px;
  }
}
/*
------------------------------------------
MEDIA ITEMS - GRID VIEW
------------------------------------------ */
.media-items-grid {
  padding-top: 15px;
  /* Icon Manager */
}
.media-items-grid .media-items {
  margin-left: -15px;
  margin-right: -15px;
}
.media-items-grid .media-item {
  padding: 15px;
  float: left;
  width: 100%;
  text-align: center;
}
@media (min-width: 480px) {
  .media-items-grid .media-item {
    width: 33.333333%;
  }
}
@media (min-width: 870px) {
  .media-items-grid .media-item {
    width: 25%;
  }
}
.media-items-grid .media-item-type {
  height: 240px;
}
@media (min-width: 480px) {
  .media-items-grid .media-item-type {
    height: 180px;
  }
}
@media (min-width: 870px) {
  .media-items-grid .media-item-type {
    height: 150px;
  }
}
.media-items-grid .media-item-type.media-item-icon {
  height: 54px;
}
.media-items-grid .media-items-icons {
  margin-left: -5px;
  margin-right: -5px;
}
.media-items-grid .media-items-icons .media-item {
  padding: 5px;
  width: 20%;
}
@media (min-width: 480px) {
  .media-items-grid .media-items-icons .media-item {
    width: 12.5%;
  }
}
@media (min-width: 870px) {
  .media-items-grid .media-items-icons .media-item {
    width: 10%;
  }
}
.media-items-grid .media-item-actions {
  position: absolute;
  top: -400px;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3 ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.media-items-grid .media-item-wrap:hover .media-item-actions {
  top: 15px;
}
.media-items-grid .actions-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: inline-block;
}
.media-items-grid .actions-menu > li {
  display: inline-block;
  margin: 0;
}
.media-items-grid .actions-menu > li:first-child .btn-media {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.media-items-grid .actions-menu > li:last-child .btn-media {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.media-items-grid .btn-media {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: #2C373C;
  color: #fff;
  border: none;
  border-radius: 0;
}
.media-items-grid .btn-media:hover,
.media-items-grid .btn-media:focus {
  color: rgba(255, 255, 255, 0.7);
}
.media-items-grid .media-item.selected .btn-media-select {
  background: #62ab41;
  color: #fff;
}
.media-items-grid .media-item-meta {
  padding-top: 5px;
  font-size: 13px;
  line-height: 1.3;
}
.media-items-grid .media-item-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 99%;
}
/*
------------------------------------------
MEDIA ITEMS - LIST VIEW
------------------------------------------ */
.media-items-list .media-item {
  border: 1px solid #d8d8d8;
}
.media-items-list .media-item.selected .btn-media-select {
  color: #62ab41;
}
.media-items-list .media-item .label {
  display: inline-block;
  padding: .5em .6em;
  margin-bottom: 4px;
}
.media-items-list .media-item .label:hover {
  cursor: pointer;
  background-color: #62ab41;
}
.media-items-list .media-item + .media-item {
  margin-top: -1px;
}
.media-items-list .media-level-up,
.media-items-list .media-level-add {
  margin-top: 0;
  margin-bottom: 10px;
}
.media-items-list .media-item-preview,
.media-items-list .media-item-meta,
.media-items-list .media-item-actions {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.3;
  text-align: center;
}
.media-items-list .media-item-preview {
  padding-top: 15px;
  padding-bottom: 15px;
}
.media-items-list .media-item-type {
  width: 220px;
  height: 140px;
}
.media-items-list .media-item-actions {
  padding-bottom: 15px;
}
@media (min-width: 480px) {
  .media-items-list .media-item-preview {
    float: left;
  }
  .media-items-list .media-item-type {
    width: 85px;
    height: 60px;
  }
  .media-items-list .media-item-type.media-item-folder,
  .media-items-list .media-item-type.media-item-doc,
  .media-items-list .media-item-type.media-item-back,
  .media-items-list .media-item-type.media-item-add {
    font-size: 30px;
  }
  .media-items-list .media-item-type.media-item-folder .fa,
  .media-items-list .media-item-type.media-item-doc .fa,
  .media-items-list .media-item-type.media-item-back .fa,
  .media-items-list .media-item-type.media-item-add .fa,
  .media-items-list .media-item-type.media-item-folder .csi,
  .media-items-list .media-item-type.media-item-doc .csi,
  .media-items-list .media-item-type.media-item-back .csi,
  .media-items-list .media-item-type.media-item-add .csi,
  .media-items-list .media-item-type.media-item-folder .icon,
  .media-items-list .media-item-type.media-item-doc .icon,
  .media-items-list .media-item-type.media-item-back .icon,
  .media-items-list .media-item-type.media-item-add .icon {
    margin-top: -15px;
  }
  .media-items-list .media-item-meta,
  .media-items-list .media-item-actions {
    text-align: left;
  }
  .media-items-list .media-item-meta {
    padding-top: 10px;
    max-width: 560px;
  }
}
@media (min-width: 580px) {
  .media-items-list .media-item-meta {
    float: left;
  }
  .media-items-list .media-item-actions {
    float: right;
    padding-top: 15px;
  }
}
/*-----Upload to File Manager Modal-----*/
.media-upload-select {
  text-align: center;
  padding-top: 100px;
}
.media-upload-select h4 {
  margin-bottom: 30px;
  color: #7a7d84;
}
.media-upload-select .btn-group-vertical .btn {
  text-transform: none;
  text-align: left;
  font-weight: 400;
}
.media-upload-select .btn-group-vertical .btn i {
  width: 30px;
  margin: 0;
}
@-webkit-keyframes burst {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.processing-file {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear;
}
/*---updated file manager modal - 01.24.19---*/
.modal-dialog--media {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 990px) {
  .modal-dialog--media {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal__row {
  position: relative;
}
.modal__row:before,
.modal__row:after {
  content: " ";
  display: table;
}
.modal__row:after {
  clear: both;
}
.modal__row:before,
.modal__row:after {
  content: " ";
  display: table;
}
.modal__row:after {
  clear: both;
}
.modal__header,
.modal__controls,
.modal__body {
  position: relative;
  margin: 0;
  padding: 15px 30px;
  background-color: #ffffff;
}
.modal__header {
  padding-top: 30px;
}
.modal__header .btn-add {
  padding: 0 15px;
  line-height: 42px;
}
.modal__header .btn.close {
  position: absolute;
  z-index: 3;
  top: 30px;
  float: none;
  opacity: 1;
  color: #7a7d84;
  border-color: #d8d8d8;
  width: 44px;
  line-height: 42px;
  text-align: center;
  padding: 0;
}
.modal__header .btn.close:hover,
.modal__header .btn.close:focus {
  color: #7a7d84;
  border-color: #b2b2b2;
}
.modal__controls {
  padding-top: 30px;
  padding-bottom: 0;
}
.modal__controls .breadcrumb {
  display: block;
  padding: 0;
}
.modal__controls .breadcrumb > li {
  font-size: 14px;
}
.modal__actions > a {
  color: #2C373C;
}
.modal__actions > a:hover,
.modal__actions > a:focus {
  color: #62ab41;
}
.modal__actions > a + a {
  margin-left: 15px;
}
.modal__body .table-responsive {
  border: none !important;
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .modal__header,
  .modal__controls,
  .modal__body {
    padding: 15px;
  }
  .modal__header {
    padding-top: 30px;
  }
  .modal__header .close {
    right: 15px;
  }
  .modal__controls {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media (min-width: 480px) {
  .modal__header .close {
    right: 30px;
  }
}
@media (max-width: 619px) {
  .modal__header-left {
    padding-right: 60px;
  }
  .modal__header-right {
    margin-top: 15px;
  }
}
@media (min-width: 620px) {
  .modal__header-left {
    float: left;
    width: 65%;
  }
  .modal__header-right {
    float: right;
    width: 30%;
    padding-right: 60px;
  }
}
@media (max-width: 719px) {
  .modal__controls {
    padding-top: 0;
  }
  .modal__breadcrumbs {
    margin-bottom: 15px;
  }
}
@media (min-width: 720px) {
  .modal__breadcrumbs {
    float: left;
    width: 60%;
  }
  .modal__actions {
    float: left;
    width: 40%;
    padding-right: 0;
    text-align: right;
  }
}
/*
 * SYNTAX HIGHLIGHTER
 * Example code snippets
 * Allows team to reference, copy and paste
 *
 */
.syntaxhighlighter {
  padding: 15px 0 !important;
}
.syntaxhighlighter .container {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
}
.syntaxhighlighter .container:before,
.syntaxhighlighter .container:after {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.syntaxhighlighter .line.alt1 {
  background-color: #f5f5f5 !important;
}
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  line-height: 1.3em !important;
}
/* Documentation Styles */
.page-header-doc .lead,
.page-header-doc ul {
  font-size: 20px;
}
.page-header-doc ul {
  padding-left: 20px;
}
.docs-section {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin: 60px 0;
}
.docs-section h2 {
  font-size: 26px;
  color: #62ab41;
  padding-bottom: 30px;
  margin: 0;
}
.docs-section h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
}
.docs-section h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
}
.docs-section ul > li,
.docs-section ol > li {
  margin-bottom: 8px;
}
.docs-section .syntaxhighlighter {
  margin-top: 0 !important;
}
.docs-section .table {
  background-color: #fff;
}
.docs-section .table-bordered > thead > tr > th,
.docs-section .table-bordered > thead > tr > td {
  background-color: #eaeaea;
  border-color: #d0d0d0;
  border-width: 1px;
}
.docs-section-sub {
  margin: 60px 0 60px;
}
.docs-example-img {
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.docs-table-contents {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}
.docs-table-contents li {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.docs-table-contents li:before,
.docs-table-contents li:after {
  content: " ";
  display: table;
}
.docs-table-contents li:after {
  clear: both;
}
.docs-table-contents li:before,
.docs-table-contents li:after {
  content: " ";
  display: table;
}
.docs-table-contents li:after {
  clear: both;
}
.docs-table-contents li + li {
  margin-top: -1px;
}
.docs-table-contents .docs-section-title {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .docs-table-contents .docs-section-title {
    float: left;
    width: 75%;
  }
}
.docs-table-contents .docs-section-link {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .docs-table-contents .docs-section-link {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .docs-table-contents .docs-section-link {
    padding-top: 0;
  }
}
.docs-footer {
  margin-top: 120px;
}
.docs-footer-nav {
  background: #ddd;
  margin-bottom: 30px;
}
.docs-footer-nav:before,
.docs-footer-nav:after {
  content: " ";
  display: table;
}
.docs-footer-nav:after {
  clear: both;
}
.docs-footer-nav:before,
.docs-footer-nav:after {
  content: " ";
  display: table;
}
.docs-footer-nav:after {
  clear: both;
}
.docs-footer-nav a + a {
  border-top: 1px solid #c4c4c4;
}
.docs-footer-nav .link-main,
.docs-footer-nav .link-next {
  display: block;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 700;
  color: #4b505f;
  text-align: center;
  text-decoration: none;
}
.docs-footer-nav .link-main:hover,
.docs-footer-nav .link-next:hover,
.docs-footer-nav .link-main:focus,
.docs-footer-nav .link-next:focus {
  background: #d5d5d5;
}
@media (min-width: 768px) {
  .docs-footer-nav a + a {
    border-top: none;
  }
  .docs-footer-nav .link-main,
  .docs-footer-nav .link-next {
    float: left;
    width: 50%;
  }
  .docs-footer-nav .link-next {
    border-left: 1px solid #c4c4c4;
  }
}
/* adjust dashboard/console to work in styleguide examples */
.sg-dash .cs-topbar {
  position: relative;
}

/*
 *
 * SchoolStatus branding
 *
 */

/* increase height and vertically center logo */
.cs-console-sb-header {
    border-top: 4px solid #008FA2;
    min-height: 60px;
    display: flex;
    align-items: center;
}

/* increase height of header element */
#cs-console-header {
    border-top: 4px solid #008FA2;
    min-height: 60px;
}

/* increase height of logo link */
#cs-console-header .cs-brand,
.cs-console-sb-header .cs-brand {
    line-height: 60px;
    width: 100%;
}

/* adjust height of sidebar border */
#cs-console-sidebar .slimScrollDiv::after {
    top: 64px;
}

/* adjust height of header nav and its items */
.cs-topbar-nav {
    height: 60px;
}
.cs-topbar-nav > li {
    height: 100%;
}
#cs-console-header .cs-console-sb-toggle,
.cs-console-sb-toggle,
.cs-topbar-nav > li > a {
    line-height: 60px;
}

/* adjust height and position of user dropdown */
.cs-user-controls {
    display: flex;
    height: 60px;
    place-items: center;
}
.cs-user-controls > a {
    height: 60px;
    max-height: 60px;
    padding: 12px 10px 0;
}

/* fix position of logo and move left menu down */
.cs-console-sb-content, .editor__side-header {
    padding-top: 64px;
}
.cs-console-sb-header {
    position: fixed;
    z-index: 2000;
    max-width: 280px;
    transition: all 0.4s ease-out 0s;
}

/* collapsed nav header handling now */
.sb-collapse .cs-console-sb-header {
    min-width: auto;
    max-width: 52px;
    white-space: nowrap;
}

/* move content section down to match header height */
#cs-console-main {
    padding-top: 64px;
}

/* change header background color */
#cs-console-header,
.cs-console-sb-header,
.cs-topbar-nav > li > a {
    background-color: #1E2425;
}

#cs-console-header .cs-brand:hover,
.cs-console-sb-header .cs-brand:hover,
#cs-console-header .cs-console-sb-toggle:hover,
.cs-console-sb-toggle:hover,
.cs-topbar-nav > li:hover > a,
.cs-topbar-nav > li > a:hover,
.cs-user-controls > a:hover {
    background-color: #2B3233;
}
.cs-topbar-nav > li.active > a,
.cs-topbar-nav > li.active > a:hover {
    background-color: #008FA2;
}

/* when using logo to the left, add/update this CSS */
.cs-console-sb-header {
    display: flex;
    justify-content: flex-start;
}



.sb-collapse #cs-console-header .cs-brand,
.sb-collapse .cs-console-sb-header .cs-brand {
    padding: 0 8px;
}

#cs-console-sidebar {
    transition: none;
}

.hc-header-aside {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    display: flex;
    width: auto;
    align-items: center;
    padding: 0px;
    padding-left: 2.5em;
    border-width: 2px;
    border-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 32'%3E%3Cpath fill='%23008FA2' d='M27.787 5.509v17.23c0 .768-.534 1.468-1.396 1.976l-12.5 7.216-1.395-.806v-17.23l12.46-7.197c.531-.304.857-.728.857-1.192 0-.464-.326-.888-.856-1.195-.53-.305-1.261-.496-2.068-.496-.806 0-1.537.188-2.067.496L8.361 11.504v17.23c-.888.511-2.112.828-3.464.828-1.352 0-2.579-.317-3.463-.828-.013-.006-.025-.016-.038-.022C.533 28.201 0 27.504 0 26.736V9.509c0-.769.533-1.468 1.396-1.976.013-.007.025-.016.038-.022L13.892.314l1.396.806L2.827 8.314c-.527.304-.857.728-.857 1.192 0 .464.326.888.857 1.195.53.304 1.26.496 2.067.496.806 0 1.537-.188 2.068-.496l12.46-7.194c.889-.51 2.112-.828 3.464-.828 1.352 0 2.58.317 3.464.828l.037.022c.863.512 1.396 1.208 1.396 1.977l.004.003Z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 60%;
    background-size: 30px 34px;
    margin: 0;
    height: 60px;
    margin-left: 10px;
}

.hc-header-aside .hc-header-logo {
    display: flex;
    flex-direction: column;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    line-height: 1;
}

.hc-header-aside .hc-header-logo-brand {
    font-size: 0.875em;
    font-weight: 500;
}
.hc-header-aside .hc-header-logo-app {
    font-size: 1.25em;
    margin-left: -1px;
}

.cropper-point {
    width: 10px !important;
    height: 10px !important;
}

.point-e {
    right: -6px !important;
    margin-top: -5px !important;
}

.point-n {
    top: -6px !important;
    margin-left: -6px !important;
}

.point-w {
    left: -6px !important;
    margin-top: -6px !important;
}

.point-s {
    bottom: -6px !important;
    margin-left: -6px !important;
}

.point-ne {
    top: -6px !important;
    right: -6px !important;
}

.point-nw {
    top: -6px !important;
    left: -6px !important;
}

.point-sw {
    bottom: -6px !important;
    left: -6px !important;
}

.point-se {
    right: -6px !important;
    bottom: -6px !important;
}

.wider-modal {
    width: 60%;
    max-width: 1200px;
}



