@font-face {
  font-family: 'Avenir';
  src: url('../assets/fonts/Avenir/AvenirLT-Medium.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/Avenir/AvenirLT-Medium.woff') format('woff'), url('../assets/fonts/Avenir/AvenirLT-Medium.ttf') format('truetype'), url('../assets/fonts/Avenir/AvenirLT-Medium.svg#AvenirLT-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/material-icons/MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: local('../assets/fonts/material-icons/Material Icons'), local('../assets/fonts/material-icons/MaterialIcons-Regular'), url('../assets/fonts/material-icons/MaterialIcons-Regular.woff2') format('woff2'), url('../assets/fonts/material-icons/MaterialIcons-Regular.woff') format('woff'), url('../assets/fonts/material-icons/MaterialIcons-Regular.ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: text-top;
  color: #99afbe;
  width: 20px;
  height: 20px;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  /* support ligatures on icons */
  font-feature-settings: 'liga';
  text-decoration: none!important;
}
.material-icons.md-inactive,
.material-icons.disabled {
  color: rgba(0, 0, 0, 0.26);
}
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: #ffffff;
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
.material-icons.md-help {
  text-decoration: none;
  cursor: pointer;
}
.material-icons.directions_no_bus {
  height: 24px;
  width: 24px;
  display: inline-block;
  background-image: url("../assets/img/baseline-directions_nobus-24px.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.alert-danger .material-icons.warning-icon {
  color: #ffffff;
  height: fit-content;
  position: absolute;
  left: 14px;
}
.alert-info .material-icons.info-icon {
  color: #ffffff;
  height: fit-content;
  color: #4A4A4A;
  position: absolute;
  left: 14px;
}
.alert-info .material-icons.info-icon-not-banner {
  color: #ffffff;
  height: fit-content;
  color: #4A4A4A;
  position: absolute;
}
.sm-table {
  width: 100%;
}
/*******************************************************************
********************************************************************
	@desc 		:: Generic styles functions
	@author 	:: schoolmint
	@date 		:: 30 Sep 2014
********************************************************************
*******************************************************************/
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 1.25), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
mark {
  color: #000;
  background: #ff0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #97a1a3;
  background-color: #fafafa;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #3C535E;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3C535E;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 2px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #ecf0f1;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17.25px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #b4bcc2;
}
.text-primary {
  color: #002244;
}
.text-warning {
  color: #ffffff;
}
.text-danger {
  color: #ffffff;
}
.text-success {
  color: #ffffff;
}
.text-info {
  color: #927e3f;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
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: #b4bcc2;
}
h1,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h4,
h5,
h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h1,
.h1 {
  font-size: 39px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
h1 small,
.h1 small {
  font-size: 26px;
}
h2 small,
.h2 small {
  font-size: 19px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 15px;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #ecf0f1;
}
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;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #b4bcc2;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  border-left: 5px solid #ecf0f1;
}
blockquote p {
  font-size: 18.75px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #b4bcc2;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ecf0f1;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #7b8a8b;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #ecf0f1;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 21px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  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.42857143;
  vertical-align: top;
  border-top: 1px solid #ecf0f1;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ecf0f1;
}
.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 #ecf0f1;
}
.table .table {
  background-color: #fafafa;
}
.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 #ecf0f1;
}
.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 #ecf0f1;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #ecf0f1;
}
table col[class*="col-"] {
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}
.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: #ecf0f1;
}
.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: #689F38;
  border-color: #689F38;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #a0b924;
  border-color: #a0b924;
}
.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: #c60c30;
  border-color: #c60c30;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #e43725;
  border-color: #e43725;
}
.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: #f39c12;
  border-color: #f39c12;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #e08e0b;
  border-color: #e08e0b;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ecf0f1;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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 > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .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;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #97a1a3;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #acb6c0;
}
.form-control::-moz-placeholder {
  color: #acb6c0;
}
.form-control:-ms-input-placeholder {
  color: #acb6c0;
}
.form-control::-webkit-input-placeholder {
  color: #acb6c0;
}
.form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #000000;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #dce4ec;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #002244;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ecf0f1;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 21px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 66px;
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 66px;
  line-height: 66px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #ffffff;
}
.has-warning .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #ffffff;
  background-color: #f39c12;
  border-color: #ffffff;
}
.has-error .help-block,
.has-error .control-label {
  color: #ffffff;
}
.has-error .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #ffffff;
  background-color: #c60c30;
  border-color: #ffffff;
}
.has-success .help-block,
.has-success .control-label {
  color: #ffffff;
}
.has-success .form-control {
  border-color: #ffffff;
  -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: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  background-color: #689F38;
  border-color: #ffffff;
}
.form-control-static {
  padding-top: 11px;
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #71828D;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 11px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #809ca3;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #71828D;
  border-color: #71828D;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #2d3438;
  border-color: #2d3438;
}
.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: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: #71828D;
  border-color: #71828D;
}
.btn-primary {
  color: #ffffff;
  background-color: #002244;
  border-color: #002244;
}
/*
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2f9da3;
  border-color: #2a8e93;
}
*/
.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: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: #002244;
  border-color: #002244;
}
.btn-warning {
  color: #ffffff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d2850b;
  border-color: #be780a;
}
.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: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: #f39c12;
  border-color: #f39c12;
}
.btn-danger {
  color: #ffffff;
  background-color: #c60c30;
  border-color: #c60c30;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #df2e1b;
  border-color: #cd2a19;
}
.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: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: #c60c30;
  border-color: #c60c30;
}
.btn-success {
  color: #ffffff;
  background-color: #689F38;
  border-color: #689F38;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #95ac21;
  border-color: #869b1e;
}
.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: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: #689F38;
  border-color: #689F38;
}
.btn-info {
  color: #8A6D3B;
  background-color: #ffeeb8;
  border-color: #ffeeb8;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #927e3f;
  background-color: #ffe38f;
  border-color: #ffdd7b;
}
.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: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: #ffeeb8;
  border-color: #ffeeb8;
}
.btn-link {
  font-weight: normal;
  color: #689F38;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #689F38;
  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: #b4bcc2;
  text-decoration: none;
}
.btn-lg {
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-padd-sm {
  margin-left: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../assets/fonts/glyphicons-halflings-regular.eot');
  src: url('../assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro: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-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-print:before {
  content: "\e045";
}
.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-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.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-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-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 15px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #7b8a8b;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #002244;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #002244;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #b4bcc2;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #b4bcc2;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  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 {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #809ca3;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #809ca3;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-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-top-right-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-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-xs > .btn {
  padding: 6px 9px;
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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 .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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}
.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 66px;
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 66px;
  line-height: 66px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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: 33px;
  padding: 6px 9px;
  font-size: 13px;
  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: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.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: 15px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #ecf0f1;
  border: 1px solid #dce4ec;
  border-radius: 4px;
}
.enrollment-flow-checkbox {
  margin-left: 14px;
}
.input-group-addon.input-sm {
  padding: 6px 9px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 18px 27px;
  font-size: 19px;
  border-radius: 6px;
}
.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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ecf0f1;
}
.nav > li.disabled > a {
  color: #b4bcc2;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #b4bcc2;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ecf0f1;
  border-color: #689F38;
}
.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 #ecf0f1;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ecf0f1 #ecf0f1 #ecf0f1;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #95a5a6;
  cursor: default;
  background-color: #fafafa;
  border: 1px solid #ecf0f1;
  border-bottom-color: transparent;
}
.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;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #ecf0f1;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fafafa;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.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: #ffffff;
  background-color: #002244;
}
.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;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #ecf0f1;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fafafa;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #3C535E;
  border-bottom-color: #3C535E;
}
.nav a:hover .caret {
  border-top-color: #3C535E;
  border-bottom-color: #3C535E;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 60px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  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;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 19.5px 15px;
  font-size: 19px;
  line-height: 21px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 13px;
  margin-right: 15px;
  margin-bottom: 13px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 9.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: 19.5px;
    padding-bottom: 19.5px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8.5px;
  margin-right: -15px;
  margin-bottom: 8.5px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.navbar-btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-text {
  float: left;
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.navbar-default {
  background-color: #002244;
  border-color: #31a3a9;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #689F38;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #000000;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #000000;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #002244;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #689F38;
  border-bottom-color: #689F38;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #000000;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #689F38;
    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: #ffffff;
    background-color: #000000;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #689F38;
}
.navbar-inverse {
  background-color: #689F38;
  border-color: #8ea320;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #002244;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #002244;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #a0b924;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #8ea320;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #8ea320;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #99b022;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #a0b924;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #002244;
  border-bottom-color: #002244;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #8ea320;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #002244;
    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: #ffffff;
    background-color: #a0b924;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #002244;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #ecf0f1;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #95a5a6;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 15px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #689F38;
  border: 1px solid transparent;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #ecf0f1;
}
.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: #ffffff;
  cursor: default;
  background-color: #7b8e1c;
  border-color: #7b8e1c;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ecf0f1;
  cursor: not-allowed;
  background-color: #689F38;
  border-color: transparent;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 18px 27px;
  font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 9px;
  font-size: 13px;
}
.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-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  text-align: center;
  list-style: none;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #689F38;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ecf0f1;
}
.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: #ffffff;
  cursor: not-allowed;
  background-color: #689F38;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #71828D;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #a7c8d0;
}
.label-primary {
  background-color: #002244;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #000000;
}
.label-success {
  background-color: #689F38;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #8ea320;
}
.label-info {
  background-color: #ffeeb8;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #ffe085;
}
.label-warning {
  background-color: #f39c12;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c87f0a;
}
.label-danger {
  background-color: #c60c30;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d62c1a;
}
.label-default {
  background-color: #0F88A3;
}
.label-default-dark {
  background-color: #4a4a4a;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #95a5a6;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #689F38;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 22.5px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #ecf0f1;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 67.5px;
  }
}
.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 2px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #689F38;
}
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #95a4a7;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #ffffff;
  background-color: #689F38;
  border-color: #689F38;
}
.alert-success hr {
  border-top-color: #a0b924;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  color: #8A6D3B;
  background-color: #ffeeb8;
  border-color: #ffeeb8;
}
.alert-info hr {
  border-top-color: #ffe79f;
}
.alert-info .alert-link {
  color: #6e5f30;
}
.alert-warning {
  color: #ffffff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.alert-warning hr {
  border-top-color: #e08e0b;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  color: #ffffff;
  background-color: #c60c30;
  border-color: #c60c30;
}
.alert-danger hr {
  border-top-color: #e43725;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 21px;
  margin-bottom: 21px;
  overflow: hidden;
  background-color: #ecf0f1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  background-color: #002244;
  -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;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-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: #689F38;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #ffeeb8;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #f39c12;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: #c60c30;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #ecf0f1;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #ecf0f1;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #002244;
  border-color: #002244;
}
.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 {
  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: #d4f1f3;
}
.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: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ecf0f1;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #ecf0f1;
  border-top: 1px solid #ecf0f1;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
#application-packet .panel-group .panel {
  margin-top: 5px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ecf0f1;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ecf0f1;
}
.panel-default {
  border-color: #ecf0f1;
}
.panel-default > .panel-heading {
  color: #7b8a8b;
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ecf0f1;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ecf0f1;
}
.panel-primary {
  border-color: #002244;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #002244;
  border-color: #002244;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #002244;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #002244;
}
.panel-success {
  border-color: #689F38;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #689F38;
  border-color: #689F38;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #689F38;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #689F38;
}
.panel-warning {
  border-color: #f39c12;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f39c12;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f39c12;
}
.panel-danger {
  border-color: #c60c30;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #c60c30;
  border-color: #c60c30;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #c60c30;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #c60c30;
}
.panel-info {
  border-color: #ffeeb8;
}
.panel-info > .panel-heading {
  color: #8A6D3B;
  background-color: #ffeeb8;
  border-color: #ffeeb8;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ffeeb8;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ffeeb8;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ecf0f1;
  border: 1px solid #d7e0e2;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-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);
  transform: translate(0, 0);
}
.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -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;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #71828D;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
}
.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-top-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 5px 0;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-width: 0 5px 5px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #71828D;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  background-color: #bed7dd;
  border-bottom: 1px solid #adccd4;
  border-radius: 5px 5px 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 {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}
.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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-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 {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-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 {
  color: #ffffff;
  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%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
html[dir="rtl"] .pull-left {
  float: right !important;
}
html[dir="rtl"] .pull-right {
  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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.text-primary {
  color: #002244;
}
.text-success {
  color: #689F38;
}
.text-danger {
  color: #c60c30;
}
.text-warning {
  color: #f39c12;
}
.text-info {
  color: #ffeeb8;
}
.table tr.success,
.table tr.warning,
.table tr.danger {
  color: #fff;
}
.form-control,
textarea.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #f39c12;
}
.has-warning .form-control,
.has-warning .form-control:focus {
  border: 2px solid #f39c12;
}
.has-error .help-block,
.has-error .control-label {
  color: #c60c30;
}
.has-error #message-error-admin {
  color: #c60c30;
}
.has-error .form-control,
.has-error .form-control:focus {
  border: 2px solid #c60c30;
}
.has-success .help-block,
.has-success .control-label {
  color: #689F38;
}
.has-success .form-control,
.has-success .form-control:focus {
  border: 2px solid #689F38;
}
.pagination a {
  color: #fff;
}
.pagination a:hover {
  color: #97a1a3;
}
.pagination .disabled > a,
.pagination .disabled > a:hover,
.pagination .disabled > a:focus,
.pagination .disabled > span {
  background-color: #cce162;
}
.pager a {
  color: #fff;
}
.pager a:hover {
  color: #97a1a3;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  background-color: #cce162;
}
.alert a,
.alert .alert-link {
  color: #fff;
  text-decoration: underline;
}
.progress {
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.well {
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thumbnail .caption {
  background-color: #e8eeef;
}
.thumbnail h3 {
  text-align: center;
}
.board-widget {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px #808080;
  box-shadow: 1px 1px 5px #808080;
}
.board-widget .header {
  padding: 10px 20px 20px 20px;
  background-color: #f5f5f5;
}
.board-widget.featured .header {
  padding: 10px 20px 10px 20px;
  color: #ffffff;
  background: #002244;
}
.board-widget.featured {
  border-color: #002244;
}
.board-widget.featured-disabled .header {
  padding: 10px 20px 10px 20px;
  color: white;
  background-color: #95a5a6;
}
.board-widget.featured-disabled {
  border-color: #95a5a6;
}
.board-widget .header .small {
  font-size: 10px;
}
.board-widget .body {
  padding: 20px;
  font-size: 13px;
}
.board-widget .body div {
  margin-bottom: 10px;
}
.well-inverse {
  color: #ffffff;
  background: #f39c12;
}
.selectable {
  cursor: pointer;
}
.btn-header {
  margin-top: 20px;
  margin-bottom: 10.5px;
}
.clearboth {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
/*

  Include this after bootstrap.css

  Add a class of 'col-xs-offset-*' and
  if you want to disable the offset at a larger size add in 'col-*-offset-0'

  Examples:
  All display sizes (xs,sm,md,lg) have an offset of 1
  <div class="col-xs-11 col-xs-offset-1 col-sm-3">

  xs has an offset of 1
  <div class="col-xs-11 col-xs-offset-1 col-sm-offset-0 col-sm-3">

  xs and sm have an offset of 1
  <div class="col-xs-11 col-xs-offset-1 col-md-offset-0 col-sm-3">

  xs, sm and md will have an offset of 1
  <div class="col-xs-11 col-xs-offset-1 col-lg-offset-0 col-sm-3">

*/
.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;
}
/* Ensure that all of the zero offsets are available - recent SASS version did not include .col-sm-offset-0 */
@media (min-width: 768px) {
  .col-sm-offset-0,
  .col-md-offset-0,
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* Date */
.bbf-date .bbf-date {
  width: 4em;
}
.bbf-date .bbf-month {
  width: 9em;
}
.bbf-date .bbf-year {
  width: 5em;
}
/* DateTime */
.bbf-datetime select {
  width: 4em;
}
/* List */
.bbf-list .bbf-add {
  margin-top: -10px;
}
.bbf-list li {
  margin-bottom: 5px;
}
.bbf-list .bbf-del {
  margin-left: 4px;
}
/* List.Modal */
.bbf-list-modal {
  cursor: pointer;
  border: 1px solid #ccc;
  width: 208px;
  border-radius: 3px;
  padding: 4px;
  color: #555;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload {
  margin-bottom: 9px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}
.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}
.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}
.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}
.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}
a.qq-upload-cancel-selector.qq-upload-cancel {
  display: none;
}
[class*="cal-span"] {
  float: left;
  margin-left: 0;
  min-height: 1px;
}
.cal-row-fluid {
  width: 100%;
  *zoom: 1;
}
.cal-row-fluid:before,
.cal-row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.cal-row-fluid:after {
  clear: both;
}
.cal-row-fluid [class*="cal-span"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.05213764%;
}
.cal-row-fluid [class*="cal-span"]:first-child {
  margin-left: 0;
}
.cal-row-fluid .controls-row [class*="cal-span"] + [class*="cal-span"] {
  margin-left: 0%;
}
.cal-row-fluid .cal-span7 {
  width: 100%;
  *width: 99.9466951%;
}
.cal-row-fluid .cal-span6 {
  width: 85.71428571%;
  *width: 85.66098081%;
}
.cal-row-fluid .cal-span5 {
  width: 71.42857143%;
  *width: 71.37526652%;
}
.cal-row-fluid .cal-span4 {
  width: 57.14285714%;
  *width: 57.08955224%;
}
.cal-row-fluid .cal-span3 {
  width: 42.85714286%;
  *width: 42.80383795%;
}
.cal-row-fluid .cal-span2 {
  width: 28.57142857%;
  *width: 28.51812367%;
}
.cal-row-fluid .cal-span1 {
  width: 14.28571429%;
  *width: 14.23240938%;
}
.cal-week-box .cal-offset7,
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
  margin-left: 100%;
  *margin-left: 99.89339019%;
}
.cal-week-box .cal-offset6,
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
  margin-left: 85.71428571%;
  *margin-left: 85.60767591%;
}
.cal-week-box .cal-offset5,
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
  margin-left: 71.42857143%;
  *margin-left: 71.32196162%;
}
.cal-week-box .cal-offset4,
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
  margin-left: 57.14285714%;
  *margin-left: 57.03624733%;
}
.cal-week-box .cal-offset3,
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
  margin-left: 42.85714286%;
  *margin-left: 42.75053305%;
}
.cal-week-box .cal-offset2,
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
  margin-left: 28.57142857%;
  *margin-left: 28.46481876%;
}
.cal-week-box .cal-offset1,
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
  margin-left: 14.28571429%;
  *margin-left: 14.17910448%;
}
.cal-row-fluid .cal-span1 {
  width: 14.28571429%;
  *width: 14.23357664%;
}
[class*="cal-span"].hide,
.cal-row-fluid [class*="cal-span"].hide {
  display: none;
}
[class*="cal-span"].pull-right,
.cal-row-fluid [class*="cal-span"].pull-right {
  float: right;
}
.cal-row-head [class*="cal-span"]:first-child,
.cal-row-head [class*="cal-span"] {
  min-height: auto;
}
.cal-year-box [class*="span"] {
  position: relative;
}
.cal-events-num {
  margin-top: 20px;
}
.cal-month-day {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
}
#cal-week-box {
  position: absolute;
  width: 50px;
  left: -61px;
  top: -1px;
  padding: 8px 5px;
  cursor: pointer;
}
#cal-day-box {
  position: absolute;
  right: 50%;
  bottom: -21px;
  padding: 0 5px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
  width: 20px;
  margin-right: -17px;
}
.cal-year-box #cal-day-box {
  margin-right: -7px;
}
#cal-slide-box {
  position: relative;
}
#cal-slide-tick {
  position: absolute;
  width: 16px;
  margin-left: -7px;
  height: 9px;
  top: -1px;
  z-index: 1;
}
#cal-slide-tick.tick-month1 {
  left: 12.5%;
}
#cal-slide-tick.tick-month2 {
  left: 37.5%;
}
#cal-slide-tick.tick-month3 {
  left: 62.5%;
}
#cal-slide-tick.tick-month4 {
  left: 87.5%;
}
#cal-slide-tick.tick-day1 {
  left: 7.14285714%;
}
#cal-slide-tick.tick-day2 {
  left: 21.42857143%;
}
#cal-slide-tick.tick-day3 {
  left: 35.71428571%;
}
#cal-slide-tick.tick-day4 {
  left: 50%;
}
#cal-slide-tick.tick-day5 {
  left: 64.28571429%;
}
#cal-slide-tick.tick-day6 {
  left: 78.57142857%;
}
#cal-slide-tick.tick-day7 {
  left: 92.85714286%;
}
.events-list {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.event {
  display: block;
  background-color: #c3c3c3;
  width: 80%;
  height: 80%;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  border: 1px solid #ffffff;
}
.cal-event-list .event.pull-left {
  margin-top: 3px;
}
.event-important {
  background-color: #002244;
  color: #ffffff;
  font-size: 11;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.event-info {
  background-color: #1e90ff;
}
.event-warning {
  background-color: #e3bc08;
}
.event-inverse {
  background-color: #1b1b1b;
}
.event-success {
  background-color: #006400;
}
.event-special {
  background-color: #800080;
}
.day-highlight:hover,
.day-highlight {
  background-color: #dddddd;
}
.day-highlight.dh-event-important:hover,
.day-highlight.dh-event-important {
  background-color: #fae3e3;
}
.day-highlight.dh-event-warning:hover,
.day-highlight.dh-event-warning {
  background-color: #fdf1ba;
}
.day-highlight.dh-event-info:hover,
.day-highlight.dh-event-info {
  background-color: #d1e8ff;
}
.day-highlight.dh-event-inverse:hover,
.day-highlight.dh-event-inverse {
  background-color: #c1c1c1;
}
.day-highlight.dh-event-success:hover,
.day-highlight.dh-event-success {
  background-color: #caffca;
}
.day-highlight.dh-event-special:hover,
.day-highlight.dh-event-special {
  background-color: #ffe6ff;
}
.cal-week-box [class*="cal-span"] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cal-column {
  position: absolute;
  height: 100%;
  z-index: -1;
}
.cal-row-head [class*="cal-span"]:first-child,
.cal-row-head [class*="cal-span"] {
  font-weight: bolder;
  text-align: center;
  border: 0 solid;
  padding: 5px 0;
}
.cal-row-head [class*="cal-span"] small {
  font-weight: normal;
}
.cal-year-box .row-fluid:hover,
.cal-row-fluid:hover {
  background-color: #fafafa;
}
.cal-month-day {
  height: 100px;
}
[class*="cal-span"]:hover {
  background-color: #ededed;
}
.cal-year-box [class*="span"],
.cal-month-box [class*="cal-span"] {
  min-height: 100px;
  border-right: 1px solid #e1e1e1;
}
.cal-year-box [class*="span"] {
  min-height: 60px;
}
.cal-year-box .row-fluid [class*="span"]:last-child,
.cal-month-box .cal-row-fluid [class*="cal-span"]:last-child {
  border-right: 0;
}
.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
  border-bottom: 1px solid #e1e1e1;
}
.cal-year-box .row-fluid:last-child,
.cal-month-box .cal-row-fluid:last-child {
  border-bottom: 0;
}
.cal-month-box,
.cal-year-box,
.cal-week-box {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-radius: 2px;
}
span[data-cal-date] {
  font-size: 1.2em;
  font-weight: normal;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
}
span[data-cal-date]:hover {
  opacity: 1;
}
.cal-day-outmonth span[data-cal-date] {
  opacity: 0.1;
  cursor: default;
}
.cal-day-today {
  background-color: #e8fde7;
}
.cal-day-today span[data-cal-date] {
  color: darkgreen;
}
.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 1.9em;
}
.cal-day-holiday span[data-cal-date] {
  color: #800080;
}
.cal-day-weekend span[data-cal-date] {
  color: darkred;
}
#cal-week-box {
  border: 1px solid #e1e1e1;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background-color: #fafafa;
  text-align: right;
}
#cal-day-box {
  border: 1px solid #e1e1e1;
  border-top: 0 solid;
  border-radius: 0 0 5px 5px;
  background-color: #ededed;
  text-align: center;
}
#cal-slide-box {
  border-top: 0 solid #8c8c8c;
}
#cal-slide-content {
  padding: 20px;
  color: #ffffff;
  background-image: url("../img/dark_wood.png");
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
#cal-slide-tick {
  background-image: url("../img/tick.png?2");
}
#cal-slide-content:hover {
  background-color: transparent;
}
#cal-slide-content a.event-item {
  color: #ffffff;
  font-weight: normal;
  line-height: 22px;
}
.events-list {
  max-height: 47px;
  padding-left: 5px;
}
.cal-column {
  border-left: 1px solid #e1e1e1;
}
a.cal-event-week {
  text-decoration: none;
  color: #151515;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: 'Helvetica Neue', sans-serif;
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #cdcdcd 100%);
  background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
  background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}
#smartbanner .sb-container {
  margin: 0 auto;
}
#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background: #070707;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: subpixel-antialiased;
}
#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaa;
}
#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#smartbanner.no-icon .sb-icon {
  display: none;
}
#smartbanner .sb-info {
  position: absolute;
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px;
}
#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px;
}
#smartbanner .sb-info > span {
  display: block;
}
#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase;
}
#smartbanner .sb-button {
  position: absolute;
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  background: -webkit-linear-gradient(top, #efefef 0%, #dcdcdc 100%);
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}
#smartbanner .sb-button:active,
#smartbanner .sb-button:hover {
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #efefef 100%);
}
#smartbanner .sb-icon.gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 10px 10px 12px 12px;
}
#smartbanner.android {
  border-color: #212228;
  background: #3d3d3d url('dark_background_stripes.gif');
  border-top: 5px solid #88B131;
  box-shadow: none;
}
#smartbanner.android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}
#smartbanner.android .sb-close:active {
  color: #eee;
}
#smartbanner.android .sb-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}
#smartbanner.android .sb-info strong {
  color: #fff;
}
#smartbanner.android .sb-button {
  min-width: 12%;
  border: 1px solid #DDDCDC;
  padding: 1px;
  color: #d1d1d1;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
#smartbanner.android .sb-button span {
  text-align: center;
  display: block;
  padding: 0 10px;
  background-color: #42B6C9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42B6C9), to(#39A9BB));
  background-image: -moz-linear-gradient(top, #42B6C9, #39A9BB);
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
}
#smartbanner.android .sb-button:active,
#smartbanner.android .sb-button:hover {
  background: none;
}
#smartbanner.android .sb-button:active span,
#smartbanner.android .sb-button:hover span {
  background: #2AC7E1;
}
#smartbanner.windows .sb-icon {
  border-radius: 0px;
}
/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.0.3
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/
.qq-uploader {
  position: relative;
  width: 100%;
}
.qq-upload-button {
  display: block;
  width: 105px;
  padding: 7px 0;
  text-align: center;
  border-bottom: 1px solid #DDD;
  color: #FFF;
}
.qq-upload-button-focus {
  outline: 1px dotted #000000;
}
.qq-upload-drop-area,
.qq-upload-extra-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 30px;
  z-index: 2;
  background: #FF9797;
  text-align: center;
}
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
}
.qq-upload-extra-drop-area {
  position: relative;
  margin-top: 50px;
  font-size: 16px;
  padding-top: 30px;
  height: 20px;
  min-height: 40px;
}
.qq-upload-drop-area-active {
  background: #FF7171;
}
.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qq-upload-list li {
  margin: 0;
  padding: 9px;
  line-height: 15px;
  font-size: 16px;
  color: inherit;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-failed-text,
.qq-upload-delete {
  margin-right: 12px;
  display: inline;
}
.qq-upload-spinner {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-drop-processing {
  display: block;
}
.qq-drop-processing-spinner {
  display: inline-block;
  background: url("processing.gif");
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
.qq-upload-delete {
  display: inline;
}
.qq-upload-retry,
.qq-upload-delete,
.qq-upload-cancel {
  color: #000000;
}
.qq-upload-retryable .qq-upload-retry {
  display: inline;
}
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-delete {
  font-size: 12px;
  font-weight: normal;
}
.qq-upload-failed-text {
  display: none;
  font-style: italic;
  font-weight: bold;
}
.qq-upload-failed-icon {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
.qq-upload-retrying .qq-upload-failed-text {
  display: inline;
  color: #D60000;
}
.qq-upload-list li.qq-upload-success {
  background-color: #5DA30C;
  color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
  background-color: #D60000;
  color: #FFFFFF;
}
.qq-progress-bar {
  display: block;
  background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  /* W3C */
  width: 0%;
  height: 15px;
  border-radius: 6px;
  margin-bottom: 3px;
}
INPUT.qq-edit-filename {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.qq-upload-file.qq-editable {
  cursor: pointer;
}
.qq-edit-filename-icon.qq-editable {
  display: inline-block;
  cursor: pointer;
}
INPUT.qq-edit-filename.qq-editing {
  position: static;
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.qq-edit-filename-icon {
  display: none;
  background: url("edit.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
INPUT.qq-edit-filename.qq-editing ~ .qq-upload-cancel {
  display: none;
}
.qq-hide {
  display: none;
}
.qq-upload-list {
  width: 200px;
  display: inline;
}
.qq-upload-list .alert {
  display: inline;
  width: 200px;
}
/*! 2013-11-02 */
.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #ffffff;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0px 1px 3px 0px inset;
  color: #ffffff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  display: none;
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  float: none;
  background-position: -40px -15px;
  background-position: -40px 0px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
  margin-top: 0px;
  margin-bottom: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #ffffff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #cccccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #ffffff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #ffffff;
  background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0px 1px 3px 0px inset;
  color: #ffffff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_prev {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
  float: left;
  background-position: -20px 0px;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}
.xdsoft_datetimepicker .xdsoft_next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
  float: right;
  background-position: 0px 0px;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}
.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
  width: 14.2857142%;
  background: #f5f5f5;
  background: #f1f1f1;
  border: 1px solid #dddddd;
  color: #666666;
  color: #999999;
  font-size: 12px;
  text-align: right;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  cursor: default;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #cccccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eeeeee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaaaaa !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #cccccc;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #cccccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0px 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000000;
  border-bottom: 1px solid #444444;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  color: #cccccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0px 1px 3px 0px inset;
  color: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222222;
  color: #999999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333333;
  background: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000000;
  background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0px 1px 3px 0px inset;
  color: #000000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td {
  background: #0a0a0a;
  border: 1px solid #222222;
  color: #999999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  background: #0e0e0e;
  border: 1px solid #222222;
  color: #999999;
  color: #666666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555555 !important;
}
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333333 !important;
}
/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datetimepicker-inline {
  width: 220px;
}
.datetimepicker.datetimepicker-rtl {
  direction: rtl;
}
.datetimepicker.datetimepicker-rtl table tr td span {
  float: right;
}
.datetimepicker-dropdown,
.datetimepicker-dropdown-left {
  top: 0;
  left: 0;
}
[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
}
[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}
[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px;
}
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px;
}
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px;
}
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px;
}
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px;
}
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px;
}
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px;
}
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px;
}
.datetimepicker > div {
  display: none;
}
.datetimepicker.minutes div.datetimepicker-minutes {
  display: block;
}
.datetimepicker.hours div.datetimepicker-hours {
  display: block;
}
.datetimepicker.days div.datetimepicker-days {
  display: block;
}
.datetimepicker.months div.datetimepicker-months {
  display: block;
}
.datetimepicker.years div.datetimepicker-years {
  display: block;
}
.datetimepicker table {
  margin: 0;
}
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent;
}
.datetimepicker table tr td.minute:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.hour:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999;
}
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069;
}
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399;
}
.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%;
}
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px;
}
.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px;
}
.datetimepicker table tr td span:hover {
  background: #eeeeee;
}
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399;
}
.datetimepicker table tr td span.old {
  color: #999999;
}
.datetimepicker th.switch {
  width: 145px;
}
.datetimepicker th span.glyphicon {
  pointer-events: none;
}
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
  cursor: pointer;
}
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px;
}
/*! Quill Editor v0.19.10
 *  https://quilljs.com/
 *  Copyright (c) 2014, Jason Chen
 *  Copyright (c) 2013, salesforce.com
 */
.ql-image-tooltip {
  padding: 10px;
  width: 300px;
}
.ql-image-tooltip:after {
  clear: both;
  content: "";
  display: table;
}
.ql-image-tooltip a {
  border: 1px solid #000;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  padding: 5px;
  text-align: center;
  width: 50%;
}
.ql-image-tooltip img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.ql-image-tooltip .input {
  box-sizing: border-box;
  width: 100%;
}
.ql-image-tooltip .preview {
  margin: 10px 0px;
  position: relative;
  border: 1px dashed #000;
  height: 200px;
}
.ql-image-tooltip .preview span {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
}
.ql-link-tooltip {
  padding: 5px 10px;
  width: 35%;
  white-space: normal !important;
}
.ql-link-tooltip input.input {
  width: 100%;
}
.ql-link-tooltip input.input,
.ql-link-tooltip a.confirm-done {
  display: none;
  width: 100%;
}
.ql-link-tooltip a.change,
.ql-link-tooltip a.remove {
  margin-right: 5px;
}
.ql-link-tooltip.editing input.input,
.ql-link-tooltip.editing a.confirm-done {
  display: block;
}
.ql-link-tooltip.editing .test-link {
  display: initial;
}
.ql-link-tooltip.editing a.url,
.ql-link-tooltip.editing a.change,
.ql-link-tooltip.editing a.remove,
.ql-link-tooltip .test-link {
  display: none;
}
.ql-link-tooltip .buttons a {
  color: white !important;
}
.ql-link-tooltip .buttons {
  float: right;
}
.ql-link-tooltip .title {
  padding: 0 0 10px 0;
}
.ql-link-tooltip button.close {
  width: 18px;
  top: 16px;
  position: relative;
  z-index: 1;
}
.ql-multi-cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.ql-multi-cursor .cursor {
  margin-left: -1px;
  position: absolute;
}
.ql-multi-cursor .cursor-flag {
  bottom: 100%;
  position: absolute;
  white-space: nowrap;
}
.ql-multi-cursor .cursor-name {
  display: inline-block;
  color: #fff;
  padding: 2px 8px;
}
.ql-multi-cursor .cursor-caret {
  height: 100%;
  position: absolute;
  width: 2px;
}
.ql-multi-cursor .cursor.hidden .cursor-flag {
  display: none;
}
.ql-multi-cursor .cursor.top .cursor-flag {
  bottom: auto;
  top: 100%;
}
.ql-multi-cursor .cursor.right .cursor-flag {
  right: -2px;
}
.ql-paste-manager {
  left: -100000px;
  position: absolute;
  top: 50%;
}
.ql-toolbar {
  box-sizing: border-box;
}
.ql-tooltip {
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  white-space: nowrap;
  z-index: 2000;
}
.ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-container {
  box-sizing: border-box;
  cursor: text;
  font-family: Helvetica, 'Arial', sans-serif;
  font-size: 13px;
  height: 100%;
  line-height: 1.42;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 12px 15px;
  position: relative;
}
.ql-editor {
  box-sizing: border-box;
  min-height: 100%;
  outline: none;
  tab-size: 4;
  white-space: pre-wrap;
}
.ql-editor div {
  margin: 0;
  padding: 0;
}
.ql-editor a {
  text-decoration: underline;
}
.ql-editor b {
  font-weight: bold;
}
.ql-editor i {
  font-style: italic;
}
.ql-editor s {
  text-decoration: line-through;
}
.ql-editor u {
  text-decoration: underline;
}
.ql-editor img {
  max-width: 100%;
}
.ql-editor blockquote,
.ql-editor ol,
.ql-editor ul {
  margin: 0 0 0 2em;
  padding: 0;
}
.ql-editor ol {
  list-style-type: decimal;
}
.ql-editor ul {
  list-style-type: disc;
}
.ql-editor.ql-ie-9 br,
.ql-editor.ql-ie-10 br {
  display: none;
}
.ql-snow .ql-image-tooltip a {
  border: 1px solid #06c;
}
.ql-snow .ql-image-tooltip a.insert {
  background-color: #06c;
  color: #fff;
}
.ql-snow .ql-image-tooltip .preview {
  border-color: #ccc;
  color: #ccc;
}
.ql-snow .ql-link-tooltip a,
.ql-snow .ql-link-tooltip span {
  line-height: 25px;
}
.ql-snow .ql-multi-cursor .cursor-name {
  border-radius: 4px;
  font-size: 11px;
  font-family: Arial;
  margin-left: -50%;
  padding: 4px 10px;
}
.ql-snow .ql-multi-cursor .cursor-triangle {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  height: 0px;
  margin-left: -3px;
  width: 0px;
}
.ql-snow .ql-multi-cursor .cursor.left .cursor-name {
  margin-left: -8px;
}
.ql-snow .ql-multi-cursor .cursor.right .cursor-flag {
  right: auto;
}
.ql-snow .ql-multi-cursor .cursor.right .cursor-name {
  margin-left: -100%;
  margin-right: -8px;
}
.ql-snow .ql-multi-cursor .cursor-triangle.bottom {
  border-top: 4px solid transparent;
  display: block;
  margin-bottom: -1px;
}
.ql-snow .ql-multi-cursor .cursor-triangle.top {
  border-bottom: 4px solid transparent;
  display: none;
  margin-top: -1px;
}
.ql-snow .ql-multi-cursor .cursor.top .cursor-triangle.bottom {
  display: none;
}
.ql-snow .ql-multi-cursor .cursor.top .cursor-triangle.top {
  display: block;
}
.ql-snow.ql-toolbar {
  box-sizing: border-box;
  padding: 8px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ql-snow.ql-toolbar .ql-format-group {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.ql-snow.ql-toolbar .ql-format-separator {
  box-sizing: border-box;
  background-color: #ddd;
  display: inline-block;
  height: 14px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
  width: 1px;
}
.ql-snow.ql-toolbar .ql-format-button {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  width: 24px;
}
.ql-snow.ql-toolbar .ql-picker {
  box-sizing: border-box;
  color: #444;
  display: inline-block;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.ql-snow.ql-toolbar .ql-picker .ql-picker-label {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  background-color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.ql-snow.ql-toolbar .ql-picker .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label:hover,
.ql-source:hover {
  color: #06c;
}
.ql-snow.ql-toolbar .ql-picker .ql-picker-options {
  background-color: #fff;
  border: 1px solid transparent;
  box-sizing: border-box;
  display: none;
  padding: 4px 8px;
  position: absolute;
  width: 100%;
}
.ql-snow.ql-toolbar .ql-picker .ql-picker-options .ql-picker-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow.ql-toolbar .ql-picker .ql-picker-options .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker .ql-picker-options .ql-picker-item:hover {
  color: #06c;
}
.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
  color: #ccc;
  z-index: 2;
}
.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  display: block;
  margin-top: -1px;
  z-index: 1;
}
.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-label {
  background-position: center center;
  width: 28px;
}
.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options {
  padding: 5px;
  width: 152px;
}
.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options .ql-picker-item.ql-primary-color {
  margin-bottom: 8px;
}
.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker.ql-color-picker .ql-picker-options .ql-picker-item:hover {
  border-color: #000;
}
.ql-snow.ql-toolbar .ql-picker.ql-font {
  width: 105px;
}
.ql-snow.ql-toolbar .ql-picker.ql-size {
  width: 80px;
}
.ql-snow.ql-toolbar .ql-picker.ql-font .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker.ql-size .ql-picker-label {
  padding-left: 8px;
  padding-right: 8px;
}
.ql-snow.ql-toolbar .ql-picker.ql-align .ql-picker-label {
  background-position: center center;
  width: 28px;
}
.ql-snow.ql-toolbar .ql-picker.ql-align .ql-picker-item {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  padding: 0px;
  width: 28px;
}
.ql-snow.ql-toolbar .ql-picker.ql-align .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow.ql-toolbar .ql-picker .ql-picker-label {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAKlBMVEUAAABJSUlAQEBERERFRUVERERERERERERERERFRUVEREREREREREREREQJcW6NAAAADXRSTlMAFRzExcbLzM/Q0dLbKbcyLwAAADVJREFUCNdjYCAeMKYJQFnSdzdCWbl3r0NZvnev4tFre/cKlNV79yaUpXP3EJTFtEqBBHcAAHyoDQk0vM/lAAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAdElEQVR42mP4//8/VfBINGjVqlUMhw4dEj148OBpEAaxQWKkGgQz5BIQ/4fiSyAxkg2CuuQ/Gj5DjkFHsRh0jJwwwooHzCCQ145g8dpRcgw6j8WgCyQbtH//fhmgxttIhtwGiZETRjDDLoIwiA0UG820FGAA5b25+qRqGXcAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-picker.ql-active:not(.ql-expanded) .ql-picker-label,
.ql-snow.ql-toolbar:not(.ios) .ql-picker:not(.ql-expanded) .ql-picker-label:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAKlBMVEUAAAAAYc4AZMgAZcwAZs0AZs0AZs0AZ8wAZswAZs0AZswAZswAZswAZsx12LPhAAAADXRSTlMAFRzExcbLzM/Q0dLbKbcyLwAAADVJREFUCNdjYCAeMKYJQFnSdzdCWbl3r0NZvnev4tFre/cKlNV79yaUpXP3EJTFtEqBBHcAAHyoDQk0vM/lAAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-bold,
.ql-snow.ql-toolbar .ql-picker.ql-bold .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bold],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bold] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAYFBMVEUAAACAgIBAQEA5OTlAQEBERERAQEBERERERERERERDQ0NERERERERERERDQ0NERERERERFRUVERERERERFRUVERERERERERERERERERERERERERERERERERERERERERESN6WzHAAAAH3RSTlMAAggJDA8cQEtTWHF/i4yTpau+xMXX3O7v8/f6+/z+qN9w2AAAAFZJREFUeNqlzMcSgCAMRVEsYO+9vv//S9FhNIYld5HFmSTCqQ66dazkRzA1lPSQGRZGIsDMKMxRW7+2yCIcyf/QUyUGSnc+dkaqoFumM32pf2BqY+HUBfQaCPgVIBc1AAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-bold.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-bold .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bold].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bold].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-bold:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-bold .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=bold]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=bold]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAYFBMVEUAAAAAgP8AYL8AccYAatUAZswAZMgAZMsAZswAZcsAZcsAZssAZssAZ80AZswAZs0AZswAZ8wAZswAZcwAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsxCU9XcAAAAH3RSTlMAAggJDA8cQEtTWHF/i4yTpau+xMXX3O7v8/f6+/z+qN9w2AAAAFZJREFUeNqlzMcSgCAMRVEsYO+9vv//S9FhNIYld5HFmSTCqQ66dazkRzA1lPSQGRZGIsDMKMxRW7+2yCIcyf/QUyUGSnc+dkaqoFumM32pf2BqY+HUBfQaCPgVIBc1AAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-italic,
.ql-snow.ql-toolbar .ql-picker.ql-italic .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=italic],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=italic] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAi0lEQVR42mMYvoARl4SLi0sNkGoAYmY0qf+MjIztu3fvrkYWZGLADZhB8pS4CN1lQUBqLRDvAQJXHMqIstEISp8BEZQYZAIi/v//f5ZSg0xBBCMj4ymyDQKGjxKQEgLiV8DweUS2QUBXGEOZp0EEJV4zgdJnKDLo379/JsS6iJHSFA0DTDhT9CiAAQBbWyIY/pd4rQAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-italic.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-italic .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=italic].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=italic].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-italic:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-italic .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=italic]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=italic]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAk0lEQVR42u3SsQ3CMBBA0X/2BozACMQswg4EMQMUdOyQVdggdpagZAc4ihjJjYmU66K8xpZsfdnSsVxCzTFdEW6AB0oKcqdrLhQcNaK+PLc79QfapLTDgz8cU9Tv8ibZQqIBgI8OxhexH29KPz90jltgA7zownN+6C0Nowhg+JqEvCZbSDSHNDJBLBNdctWJXv18Ad5dJL0jVfDhAAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-underline,
.ql-snow.ql-toolbar .ql-picker.ql-underline .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=underline],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=underline] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAM1BMVEUAAABLS0tFRUVDQ0NERERDQ0NFRUVFRUVERERDQ0NERERFRUVERERERERERERERERERESvCHKbAAAAEHRSTlMAERpMbW6Bgry9xMXh5PP51ZZfkwAAAEdJREFUeNq9yEEKgDAMRNHERDWq6dz/tFLBQUC6KfRtPnzpsh/sC2AHrcRUo0iuDXONI7gMxVW9wIQWPFb5sMgMk5YTdMmvGw2DA8yS9di7AAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-underline.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-underline .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=underline].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=underline].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-underline:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-underline .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=underline]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=underline]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAM1BMVEUAAAAAadIAYs4AZc0AZcwAZswAZ84AZswAZs0AZ8wAZcwAZs0AZswAZswAZswAZswAZsycBlETAAAAEHRSTlMAERpMbW6Bgry9xMXh5PP51ZZfkwAAAEdJREFUeNq9yEEKgDAMRNHERDWq6dz/tFLBQUC6KfRtPnzpsh/sC2AHrcRUo0iuDXONI7gMxVW9wIQWPFb5sMgMk5YTdMmvGw2DA8yS9di7AAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-strike,
.ql-snow.ql-toolbar .ql-picker.ql-strike .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=strike],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=strike] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAn1BMVEUAAAAAAACAgIBAQEA7OztAQEBLS0tHR0dAQEBJSUlGRkZERERCQkJERERDQ0NERERERERDQ0NFRUVERERERERERERERERERERFRUVERERERERERERFRUVDQ0NFRUVERERFRUVFRUVERERFRUVFRUVFRUVERERFRUVFRUVERERERERERERERERERERERERERERERERERERERERERERERERfrjwTAAAANHRSTlMAAQIMDRAREhQVKCk6PEhLT1xkZWZ4e4CCg4SIiZucoaersLK2wcTFydLX2ODi5err8fX3BKZfrQAAAH5JREFUGBmlwOEWgTAYBuC3isgMxCYAmwRh++7/2qRzttP/HnQTZjdjilkALzhR4wBvQiaLk8WXOJwlHVHjYgxnSmbeR0swGEkpxWZ3vt7fL/w9P4/ist+KdZ7zYYiWiCnScFYiRq1HFo4mxaKIKdJw0ooaVQovkaW1pUzQyQ86Agx4yKmWPAAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-strike.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-strike .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=strike].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=strike].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-strike:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-strike .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=strike]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=strike]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAolBMVEUAAAAAAP8AgP8AatUAYsQAYM8AadIAY8YAZswAYc4AZswAZM0AZcoAZswAZ8oAZswAZMsAZ8oAZswAZcoAZ8sAZswAZssAZssAZs0AZswAZ8wAZs0AZ8wAZs0AZswAZ8wAZ8wAZs0AZ8wAZ8wAZs0AZs0AZs0AZcwAZs0AZcwAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsyiCU+yAAAANXRSTlMAAQIMDRAREhQVKCk6PEhLT1xkZWZ4e4CAgoOEiImbnKGnq7CytsHExcnS19jg4uXq6/H190B1i7AAAAB/SURBVBgZpcDhFoEwGAbgt4pIBmImAJsEYfvu/9ZU52yn/z3oxk/vWuczD453psYRzoR0GkaLHzFYSzqhwvgY1pT0vI8WbzASQvDt/nJ7fN6ovb7P/HrYrTdZxoY+WoJEkoK14iEqPTKwFMkkCBJJClZcUqOM4USiMKYQETr5A2SVDLpJv6ZtAAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-link,
.ql-snow.ql-toolbar .ql-picker.ql-link .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=link],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=link] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAllBMVEUAAAD///9VVVVJSUk5OTlAQEBHR0dFRUVCQkJHR0dBQUFCQkJGRkZDQ0NGRkZFRUVCQkJDQ0NERERDQ0NERERFRUVERERFRUVDQ0NERERFRUVERERERERFRUVERERERERERERERERFRUVERERFRUVFRUVERERERERERERERERERERERERERERERERERERERERERERERETx5KUoAAAAMXRSTlMAAAYHCQwZGiMkJzIzOUJOYGNlfoCJl5ibnaCxtLa8xsfIycrQ1OHi5uvs7e/19vn8NGTYeAAAAJdJREFUeNqN0McOgkAARdGnFJWiKGBhEEFpSn3//3OGjMmQ6MK7PMuLxVe/CXDTPl5DJmk3cOTTmZE7MDQES11RyhBY5vQU9aOB2z3gWVFMsXywYx3t9Q9tXsyDjlOVLQlOyanOL1ibkqB7l5odM01QSJqK6GdXmGwUHVhowImJIr2iMI9sLUWwa5LtFjPCSjSJBUl//HoDlmQPy0DFuCkAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-link.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-link .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=link].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=link].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-link:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-link .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=link]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=link]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAmVBMVEUAAAD///8AVdUAbdsAccYAatUAZswAYs4AZswAY80AacsAZswAZM0AZ8kAZM0AZcsAZcoAZMsAZcoAZcoAZssAZs0AZs0AZ8wAZs0AZswAZs0AZswAZs0AZswAZs0AZs0AZs0AZ8wAZswAZcwAZs0AZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsy/jsjWAAAAMnRSTlMAAAYHCQwZGiMkJzIzOUJOYGNlfoCAiZeYm52gsbS2vMbHyMnK0NTh4ubr7O3v9fb5/BM/koAAAACXSURBVHjajdDbEoFQAIXhpROqiAjaSdGJSq33fzjTbDO7GS78l9/lj9lXvwnw0le8gEzSuufAhzshr2doCpaGopQhoOX0Fb0GE9fbnidFMYV2Z8c62hgfWj6Z7zqOVY4kuCXHuqBgbUmC4Z9rdsx0QSFpLGKQXWCxUbRloQNHJoqMisI6sLUVwalJtitMCHPRJDYk/fHrDdIHECSPJag6AAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-image,
.ql-snow.ql-toolbar .ql-picker.ql-image .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=image],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=image] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAElBMVEUAAABERERERERFRUVEREREREQbmEZBAAAABXRSTlMAeMTFxj7M9NAAAABBSURBVAjXY2DAD1RDQSAYyAqFABALLANmMRnAWMwODIIMUFnGUAEIS1A0NADMYgTqhLBY4SyEKXCTTcGMEAJuAgBa9RKl6Fva+wAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-image.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-image .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=image].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=image].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-image:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-image .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=image]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=image]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAElBMVEUAAAAAZswAZcwAZs0AZs0AZszYB6XUAAAABXRSTlMAeMTFxj7M9NAAAABBSURBVAjXY2DAD1RDQSAYyAqFABALLANmMRnAWMwODIIMUFnGUAEIS1A0NADMYgTqhLBY4SyEKXCTTcGMEAJuAgBa9RKl6Fva+wAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-list,
.ql-snow.ql-toolbar .ql-picker.ql-list .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=list],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=list] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAS1BMVEUAAABCQkJFRUVGRkZFRUVCQkJFRUVDQ0NFRUVFRUVFRUVERERERERERERERERFRUVERERERERERERERERERERERERERERERERERET32eciAAAAGHRSTlMAMjRCQ0lOfYKQlJmaocTFxuHi5OXm9falfyKhAAAATElEQVR42mMgFnCKYIpJMDDwSUABP1yIHyYkABYRlBAmwngucV50IXZGIXTjmQTZ0I0XIcp4DjEedCFWFlF041mZRdCN5xDjZiAdAACXwgbrzvG+ZgAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-list.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-list .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=list].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=list].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-list:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-list .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=list]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=list]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAS1BMVEUAAAAAZswAZ8kAZM0AZ8oAZcsAZcsAZswAZswAZ80AZs0AZs0AZ80AZ8wAZcwAZs0AZs0AZswAZswAZswAZswAZswAZswAZswAZswCB3gJAAAAGHRSTlMAMjRCQ0lOfYKQlJmaocTFxuHi5OXm9falfyKhAAAATElEQVR42mMgFnCKYIpJMDDwSUABP1yIHyYkABYRlBAmwngucV50IXZGIXTjmQTZ0I0XIcp4DjEedCFWFlF041mZRdCN5xDjZiAdAACXwgbrzvG+ZgAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-bullet,
.ql-snow.ql-toolbar .ql-picker.ql-bullet .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bullet],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bullet] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAABxJREFUCNdjYMAPhBhdgMAJyFJmArGcGRgGXAcA/t0ImAOSO9kAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-bullet.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-bullet .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bullet].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bullet].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-bullet:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-bullet .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=bullet]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=bullet]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAAAAZcwAZs0AZs0AZsyEYJIjAAAABHRSTlMAxMXG4b8ciAAAABxJREFUCNdjYMAPhBhdgMAJyFJmArGcGRgGXAcA/t0ImAOSO9kAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-authorship,
.ql-snow.ql-toolbar .ql-picker.ql-authorship .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=authorship],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=authorship] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAARVBMVEUAAABFRUVFRUUAAAAAAABERERDQ0NEREQAAABERERERERERERERERERERFRUVERERERERERERERERERERERERERERERERVeSBUAAAAFnRSTlMAMDtOT1JfYmassMfN09Ta6vD4+fz9w8DTTwAAAExJREFUGBmVwEkSgCAMBMBRQUEU4zb/f6oFF5KbNLp4EQ8rkxnWQ76whBRYkYwwxo08ZijDzWJBs7La0ZysLjSJVUKXKSgOhQuKw08fJOYE1SddZQoAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-authorship.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-authorship .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=authorship].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=authorship].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-authorship:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-authorship .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=authorship]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=authorship]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAARVBMVEUAAAAAZcoAaMsAZc4AZ8sAZ8oAZswAZcsAZ80AZs0AZ8wAZ8wAZswAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZszAoUIuAAAAFnRSTlMAMDtOT1JfYmassMfN09Ta6vD4+fz9w8DTTwAAAExJREFUGBmVwEkSgCAMBMBRQUEU4zb/f6oFF5KbNLp4EQ8rkxnWQ76whBRYkYwwxo08ZijDzWJBs7La0ZysLjSJVUKXKSgOhQuKw08fJOYE1SddZQoAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-color,
.ql-snow.ql-toolbar .ql-picker.ql-color .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=color],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=color] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAgVBMVEUAAAAAAACAgIBAQEBVVVVDQ0NGRkZGRkZFRUVERERDQ0NDQ0NDQ0NCQkIAAABFRUUAAABDQ0NEREREREREREQAAABDQ0NDQ0NERERFRUVERERERERERERDQ0NERERERERFRUVFRUVERERERERERERERERERERERERERERERERERERLPkdWAAAAKnRSTlMAAQIEBhMWISUtLkVMTU5OT1BTVlpmeX6OkJmdvL3GztTj5/Hy8/b3/f5utmv0AAAAX0lEQVR42pXIRQ6AQABDUdzd3bX3PyCWwAwr+Is2ecyvuKriXmQD5otKoKBFQz+sKkU5khQZKdK8yMoyiQTFOIseEbqLWv6mAPW+bAPvJmN0j/N7nfmTFRI5Jzk0fWwD4sYJPnqIyzwAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-color.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-color .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=color].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=color].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-color:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-color .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=color]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=color]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAgVBMVEUAAAAAAP8AgP8AgL8AVdUAa8kAaNEAZMkAZ8gAZswAZM0AZMsAZc0AZ8oAZcsAZc4AZ8sAZswAZcsAZc0AZswAZ80AZcoAZcoAZs0AZ80AZs0AZs0AZs0AZ8wAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsy3JBcuAAAAKnRSTlMAAQIEBhMWISUtLkVMTU5OT1BTVlpmeX6OkJmdvL3GztTj5/Hy8/b3/f5utmv0AAAAX0lEQVR42pXIRQ6AQABDUdzd3bX3PyCWwAwr+Is2ecyvuKriXmQB5otKoKBFQz+sKkU5khQZKdK8yMoyiQTFOIseEbqLWv6mAPW+bAPvJmN0j/N7nfmTHRI5Jzk0fWwD4foJPqgJbeoAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-background,
.ql-snow.ql-toolbar .ql-picker.ql-background .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=background],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=background] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAnFBMVEUAAAAAAACAgIBAQEAAAABVVVUAAAAAAAAAAABDQ0MAAABGRkZGRkYAAABFRUVERERDQ0MAAAAAAAAAAAAAAABDQ0MAAABDQ0MAAABCQkJFRUVDQ0NERERERERERERDQ0NDQ0NERERFRUVERERERERERERDQ0NERERERERFRUVFRUVERERERERERERERERERERERERERERERERERETMTXVbAAAAM3RSTlMAAQIEBgYHCBMTFBYhIyUtLjE2N0JFS0xNTU5QU1ZaeX6OkJmdvL3GztTj5/Hy8/b3/f5Qd6EEAAAAf0lEQVR42o2PRw6DQBRDHVJISCUhvTd69/3vhgT6MLPDmoX15KfRR++c6mdKgVIOTRFoeJ6hE+tCnjXRgUv+oc02jJNyrYk/vj/8jhRxnheLVZHNupn1Yp3nVIgzjhoUDlvxQR/AIOBtKbNjerUB+x7vhZjARPkLyslbYIe+qQDqMQxGJwkBGwAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-background.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-background .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=background].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=background].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-background:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-background .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=background]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=background]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAllBMVEUAAAAAAP8AgP8AgL8AVdUAbbYAYL8Aa8kAZswAaNEAZMkAZswAZ8gAZswAZM0AaMsAaNAAZswAZM0AZMsAZswAZc0AZ8oAZ80AZcsAZswAZcsAZc0AZswAZcoAZcoAZs0AZ80AZs0AZs0AZs0AZ8wAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsy8dW5vAAAAMXRSTlMAAQIEBgcIExQWISMlLS4xNjdCRUtMTU1OUFNWWnl+jpCZnby9xs7U4+fx8vP29/3+dqGBzgAAAH5JREFUeNqNj0cOg0AUQx1CgFQS0nujd9//ckigDzM7rFlYT34afYzOuX2WFCjl0BWBRhAYOnEu5EkTPfjkH9pswzSr15r44/vDr6mI87JarKrCHmbOi22ethDPTDoUT3vxwRDAJOJtKbNjfnUB957uhVjATPkLyslbYIexaQB/ngudkm14XQAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-left,
.ql-snow.ql-toolbar .ql-picker.ql-left .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=left],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=left] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAAClJREFUCNdjYMAPRFxcnCAsFRcXZwYiAFCHC0STCpjlTJwOJwaYDoIaAKIACBBRNsu4AAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-left.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-left .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=left].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=left].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-left:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-left .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=left]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=left]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAAAAZcwAZs0AZs0AZsyEYJIjAAAABHRSTlMAxMXG4b8ciAAAAClJREFUCNdjYMAPRFxcnCAsFRcXZwYiAFCHC0STCpjlTJwOJwaYDoIaAKIACBBRNsu4AAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-right,
.ql-snow.ql-toolbar .ql-picker.ql-right .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=right],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=right] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAAChJREFUCNdjYCAIRFxcnCAsFRcXZ2KUu0B0qIBZzgzEaXFigGkhpAMAmbwIEMJ9k/cAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-right.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-right .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=right].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=right].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-right:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-right .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=right]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=right]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAAAAZcwAZs0AZs0AZsyEYJIjAAAABHRSTlMAxMXG4b8ciAAAAChJREFUCNdjYCAIRFxcnCAsFRcXZ2KUu0B0qIBZzgzEaXFigGkhpAMAmbwIEMJ9k/cAAAAASUVORK5CYII=");
}
.ql-snow.ql-toolbar .ql-format-button.ql-center,
.ql-snow.ql-toolbar .ql-picker.ql-center .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=center],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=center] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAAC1JREFUCNdjYCAAGF1cXBTALCYgy4CBIBBxAQEnIEsFzHJmIMYKiCVMYBYhSwCyqQhMfft6AQAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-center.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-center .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=center].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=center].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-center:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-center .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=center]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=center]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAAAAZcwAZs0AZs0AZsyEYJIjAAAABHRSTlMAxMXG4b8ciAAAAC1JREFUCNdjYCAAGF1cXBTALCYgy4CBIBBxAQEnIEsFzHJmIMYKiCVMYBYhSwCyqQhMfft6AQAAAABJRU5ErkJggg==");
}
.ql-snow.ql-toolbar .ql-format-button.ql-justify,
.ql-snow.ql-toolbar .ql-picker.ql-justify .ql-picker-label,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=justify],
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=justify] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAAD1BMVEUAAABERERFRUVERERERETRGyWnAAAABHRSTlMAxMXG4b8ciAAAABpJREFUCNdjYMAPRFxAwAnIUgGznBkYBlwHAJGzCjB/C3owAAAAAElFTkSuQmCC");
}
.ql-snow.ql-toolbar .ql-format-button.ql-justify.ql-active,
.ql-snow.ql-toolbar .ql-picker.ql-justify .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=justify].ql-active,
.ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=justify].ql-selected,
.ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-justify:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-justify .ql-picker-label:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=justify]:hover,
.ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=justify]:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAALklEQVR42mMYvoARzko9cwTIsyZR+zGGWcZgPUwIMUZGShwyGtijgT0a2EMMAADESwwWta/i5QAAAABJRU5ErkJggg==");
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAIVBMVEUAAABCQkJDQ0NDQ0NERERERERERERERERERERERERERERehmmoAAAACnRSTlMATVRbaeXo6fz+NPhZJgAAAF9JREFUKM9jYBjkQC0JXYS5a4UBmpDFqlXN6IpWrUJTprEKCJpQhLJAQsswhZaiCImDhAJp5kMxkPGJZLjLEiQ0GUWIZdaqVSsdUM33XLVqCpqVLLPQFTEwmAcP9qQAAFUgKabkwE6gAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAJFBMVEWqqqr////AwMDAwMDAwMDBwcHBwcHBwcHBwcHBwcHBwcHBwcEexLCPAAAAC3RSTlMAAE1UW2nl6On8/tZA57EAAABxSURBVHjazc4hFkBAGMTxL3AAp+AGniYiyaLnBETHoKkknbc7l7OrzW7zhP3HX5mRxCskEsknEaZoU6VDNbAyRRugSqICpoVotnT7dBFllnpefPuHUpjGD78aSztRfAK65cUOOIQpPnXrkFSDEFFB0APtK1HCkKpz1wAAAABJRU5ErkJggg==");
  }
  .ql-snow.ql-toolbar .ql-picker.ql-active:not(.ql-expanded) .ql-picker-label,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker:not(.ql-expanded) .ql-picker-label:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAIVBMVEUAAAAAZ8oAZMsAZc0AZswAZswAZswAZswAZswAZswAZswhMkyGAAAACnRSTlMATVRbaeXo6fz+NPhZJgAAAF9JREFUKM9jYBjkQC0JXYS5a4UBmpDFqlXN6IpWrUJTprEKCJpQhLJAQsswhZaiCImDhAJp5kMxkPGJZLjLEiQ0GUWIZdaqVSsdUM33XLVqCpqVLLPQFTEwmAcP9qQAAFUgKabkwE6gAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-bold,
  .ql-snow.ql-toolbar .ql-picker.ql-bold .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bold],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bold] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAxlBMVEUAAABVVVUzMzNVVVVJSUlGRkZAQEBJSUlAQEBAQEBAQEBHR0dCQkJGRkZAQEBGRkZCQkJERERDQ0NDQ0NGRkZERERDQ0NFRUVCQkJFRUVERERDQ0NDQ0NFRUVDQ0NERERERERERERERERERERERERERERERERERERFRUVDQ0NERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERfjmwgAAAAQXRSTlMAAwUGBwsMDhAUGBkbHSAhIykuOUJERUpNUVZYXGRne3yAi4+SmqWmq67R1tfY2dve5ujp7/Dy8/T19vf4+fv8/mUg1b0AAACrSURBVDjL5dPFDgJBEEXRxt3d3d11gPv/P8WCEAgZuno/b1WLk1TqJaWUI1Jc8852Mqz5bdHHALDK2CF+ckgYIHp/0GtypxpHYKlFSqkycJeQD7hIKADMJFQHulrkSrYs2MflCnZZgzKvo7RJmZeSAWIf1V3nihSGAG19BUq1gKmEQsBZQkHAklATmOuQN5zvP4COQQWnmIxuFfERWOTsXmrztWg8qHqUU/IEzOhNFx6Ncl4AAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-bold.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-bold .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bold].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bold].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-bold:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-bold .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=bold]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=bold]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAxlBMVEUAAAAAVaoAZswAVdUAbdsAXdEAatUAbcgAYM8AZswAasoAZswAaNAAasoAaMcAZMkAZswAZM0AZM0AZ8kAZM0AZcsAZMsAZMsAZ8oAZc0AZc0AZcsAZ8oAZswAZssAZssAZcwAZssAZ80AZs0AZ8wAZ80AZswAZ8wAZ8wAZ8wAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsyeO+aMAAAAQXRSTlMAAwUGBwsMDhAUGBkbHSAhIykuOUJERUpNUVZYXGRne3yAi4+SmqWmq67R1tfY2dve5ujp7/Dy8/T19vf4+fv8/mUg1b0AAACrSURBVDjL5dPFDgJBEEXRxt3d3d11gPv/P8WCEAgZuno/b1WLk1TqJaWUI1Jc8852Mqz5bdHHALDK2CF+ckgYIHp/0GtypxpHYKlFSqkycJeQD7hIKADMJFQHulrkSrYs2MflCnZZgzKvo7RJmZeSAWIf1V3nihSGAG19BUq1gKmEQsBZQkHAklATmOuQN5zvP4COQQWnmIxuFfERWOTsXmrztWg8qHqUU/IEzOhNFx6Ncl4AAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-italic,
  .ql-snow.ql-toolbar .ql-picker.ql-italic .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=italic],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=italic] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAjVBMVEUAAAAAAACAgIBAQEBVVVVAQEBAQEBCQkJCQkJFRUVDQ0NBQUFDQ0NDQ0NDQ0NFRUVERERERERERERDQ0NERERDQ0NERERERERERERFRUVFRUVERERFRUVERERERERDQ0NERERERERERERDQ0NFRUVEREREREREREREREREREREREREREREREREREREREQUqV1+AAAALnRSTlMAAQIEBggMGyMlKisuUFhZXmJmb3R9hIiKjZGTlKWprrG0uL3BxObt8PL19/j9SqrrawAAAIJJREFUOMvl0jUOQgEQRVHc3d1dzv6XRwch+WRq4NYnmVdMKvU35RZXz+7LQiJqe6uXiDrvqJuI8vM7ALd14fOwIabR+i1agUmfUA1QGedMgJrYRZPGGEVoh0ZgMmeUAlTBMbrWwiZCEwwitEc9MNkLigGq4RBda2MVoRn6X/jfv9YDjuYgGnCpSqcAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-italic.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-italic .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=italic].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=italic].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-italic:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-italic .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=italic]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=italic]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAjVBMVEUAAAAAAP8AgP8AgL8AVdUAYL8AatUAaNAAZswAZ8gAZ8gAZcoAZM0AZswAZcsAZMsAZMsAZcsAZ8sAZcoAZcoAZswAZs0AZ8wAZs0AZ8wAZswAZs0AZs0AZswAZ8wAZ8wAZs0AZswAZ8wAZ8wAZs0AZcwAZswAZswAZswAZswAZswAZswAZswAZswAZsyyI9XbAAAALnRSTlMAAQIEBggMGyMlKisuUFhZXmJmb3R9hIiKjZGTlKWprrG0uL3BxObt8PL19/j9SqrrawAAAIJJREFUOMvl0jUOQgEQRVHc3d1dzv6XRwch+WRq4NYnmVdMKvU35RZXz+7LQiJqe6uXiDrvqJuI8vM7ALd14fOwIabR+i1agUmfUA1QGedMgJrYRZPGGEVoh0ZgMmeUAlTBMbrWwiZCEwwitEc9MNkLigGq4RBda2MVoRn6X/jfv9YDjuYgGnCpSqcAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-underline,
  .ql-snow.ql-toolbar .ql-picker.ql-underline .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=underline],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=underline] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAWlBMVEUAAAAAAAAzMzNAQEBGRkZERERERERCQkJERERDQ0NFRUVERERERERFRUVERERERERERERFRUVERERERERERERDQ0NFRUVERERERERERERERERERERERERERET15sOLAAAAHXRSTlMAAQUMLC04TU9UVYePkJKkxMXG2Nrf4+jz9/n6/qlZ0HQAAACUSURBVHja7Y3BDsIgEAW3UCmCFatQxLL//5uuiQ0py1EPxs5tHhMW/oMhxoF5TUSMzGuQqH2PfiO60yiLStIHi260qqKKNLDI0XouOpI6Fh1f/x9W6xOpYZHwNM/9u5lJvACGzvSQRiWlOiUkNDSwuMFCi87mkmTbQRvt18aXWwxhXFiW4IyAr3LBJtMmmtrRFT7ME0B0HEswIOSJAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-underline.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-underline .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=underline].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=underline].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-underline:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-underline .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=underline]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=underline]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAWlBMVEUAAAAAAP8AZswAatUAaMsAZswAZM0AZ8oAZMsAZMsAZswAZswAZs0AZ80AZ8wAZ8wAZcwAZs0AZs0AZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZszogqY1AAAAHXRSTlMAAQUMLC04TU9UVYePkJKkxMXG2Nrf4+jz9/n6/qlZ0HQAAACUSURBVHja7Y3BDsIgEAW3UCmCFatQxLL//5uuiQ0py1EPxs5tHhMW/oMhxoF5TUSMzGuQqH2PfiO60yiLStIHi260qqKKNLDI0XouOpI6Fh1f/x9W6xOpYZHwNM/9u5lJvACGzvSQRiWlOiUkNDSwuMFCi87mkmTbQRvt18aXWwxhXFiW4IyAr3LBJtMmmtrRFT7ME0B0HEswIOSJAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-strike,
  .ql-snow.ql-toolbar .ql-picker.ql-strike .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=strike],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=strike] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABLFBMVEUAAACAgIBVVVVAQEAzMzNVVVVAQEA5OTlNTU1JSUlERERHR0dDQ0NGRkZDQ0NAQEBCQkJAQEBGRkZAQEBGRkZERERBQUFERERGRkZCQkJGRkZERERFRUVERERDQ0NFRUVERERDQ0NFRUVCQkJDQ0NFRUVCQkJDQ0NERERDQ0NERERERERDQ0NFRUVERERERERERERERERFRUVERERDQ0NFRUVERERERERFRUVERERERERDQ0NDQ0NFRUVERERERERFRUVERERERERFRUVERERERERDQ0NERERFRUVERERERERERERFRUVERERERERERERERERFRUVERERERERERERFRUVERERERERERERERERERERERERERERERERERERERERERERERERERERERET5TTiyAAAAY3RSTlMAAgMEBQYICQoODxITFhcYGxwdICEtLzEzNjc4P0BFRkdISk1YWWBjaWtsdHZ3f4CHiImKjJGSk5SVl5ufo6Smp625uru8vb/BwsPExcbMzs/Q0dPi4+Tl6+zv8PL19vf4+/z2SQ4sAAABE0lEQVQ4y2NgGDmAV8c5PCkxxFGDE6cSDuOEZCiI0WXGroY/OBkJeHJhU8Pkm4wCXBixKFIHyUTqibJzS5lEgNhqWBT5AMWD+CFsHg8gxxuLoniguCyMIwLkxGFRBPKZDKEw8gMqCuAloEgb7HADMTZ8ijisjHTUlCSFOdgFxeVUNPXM7Z38QmJ9EApQxFFCyxeuxhtFPC7U39nBQl9LVV5CiAMpiFDEOYQlldR0jGwM8DmOVVDRLBpkpDIBr/KBXOBKKNSEgYpiMUQjgaLChBQ5A0W94AHO6wXkumEoUgY5NcpUUYCFRUDBNAqHw22T0YAdNp9bo6qxZMLqI4VAhJIgBZwelzZ0D4uLC3M3lB5B5QgAFQdgZ6NzzvYAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-strike.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-strike .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=strike].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=strike].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-strike:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-strike .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=strike]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=strike]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABLFBMVEUAAAAAgP8AVaoAgL8AZswAVdUAYL8AccYAZswAbcgAZswAY8YAa8kAaNEAZMgAasoAaNAAZMgAasoAaMcAZMkAZswAZ8kAaMsAZM0AaMsAZswAZM0AZcoAZMsAZMsAZswAZc0AZ8oAZMsAZ8oAZcsAZMsAZcoAZMsAZswAZssAZssAZcoAZssAZcwAZssAZs0AZswAZ8wAZs0AZs0AZswAZswAZ8wAZs0AZs0AZ80AZ8wAZswAZ8wAZs0AZ8wAZ8wAZs0AZs0AZswAZ8wAZs0AZs0AZ8wAZcwAZs0AZ8wAZswAZcwAZs0AZs0AZ8wAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswL5dPDAAAAY3RSTlMAAgMEBQYICQoODxITFhcYGxwdICEtLzEzNjc4P0BFRkdISk1YWWBjaWtsdHZ3f4CHiImKjJGSk5SVl5ufo6Smp625uru8vb/BwsPExcbMzs/Q0dPi4+Tl6+zv8PL19vf4+/z2SQ4sAAABE0lEQVQ4y2NgGDmAV8c5PCkxxFGDE6cSDuOEZCiI0WXGroY/OBkJeHJhU8Pkm4wCXBixKFIHyUTqibJzS5lEgNhqWBT5AMWD+CFsHg8gxxuLoniguCyMIwLkxGFRBPKZDKEw8gMqCuAloEgb7HADMTZ8ijisjHTUlCSFOdgFxeVUNPXM7Z38QmJ9EApQxFFCyxeuxhtFPC7U39nBQl9LVV5CiAMpiFDEOYQlldR0jGwM8DmOVVDRLBpkpDIBr/KBXOBKKNSEgYpiMUQjgaLChBQ5A0W94AHO6wXkumEoUgY5NcpUUYCFRUDBNAqHw22T0YAdNp9bo6qxZMLqI4VAhJIgBZwelzZ0D4uLC3M3lB5B5QgAFQdgZ6NzzvYAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-link,
  .ql-snow.ql-toolbar .ql-picker.ql-link .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=link],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=link] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABDlBMVEUAAAD///8AAACAgIBVVVVAQEAzMzNVVVVAQEBNTU1HR0dAQEBJSUlGRkZDQ0NAQEBERERHR0dGRkZDQ0NBQUFGRkZERERCQkJGRkZFRUVCQkJFRUVERERDQ0NDQ0NCQkJFRUVDQ0NERERDQ0NFRUVDQ0NFRUVFRUVFRUVFRUVERERDQ0NFRUVERERFRUVERERERERDQ0NFRUVFRUVERERERERERERERERFRUVERERERERERERFRUVDQ0NERERERERFRUVERERERERERERERERERERERERERERERERERERERERFRUVERERERERERERERERERERERERERERERERERERERERERERERERERERERESFPz0UAAAAWXRSTlMAAAECAwQFBggKEhQVFhccHiQoKissLTIzNDpGR0hMTU5QUlRVW12BgoaHjI2PmJmam5ygpKWosbKztLW6vcDD0NLT2Nna3N7g4eLj5Ofo6err7u/w8vn7/A90CXkAAAFqSURBVDjLzdTHUgJREIXho8yo6JgFc0LFjAkVMZAFJYrCzP/+L+JCtJipS5U7Patbt79Vd1dr6BfRHyBJUiie6dSSiwrEh2aeAPAO7cEoUqWXdHgQirQAOh7A46gZzVQBzsfmSgAnRhR6AjiS5OQAd9aE4t9GmqoCCRPKAGe9zzhQDxlQBzpjknab9c2RD2DBgGrgzUlqQnfrHlg3oGug6Eh1oFsAEtvLVhAteUBuSjseP2lfzQf6dARQjY/s9SncY9uH7DQA7+ky/XkI+8YSfvRVC6k3AO4s34BHT90+1N2yYq8A+/5V0Wyi0ac2NJkD3KgfSaGF9QRQ9oCC5JSAiyCStA2k9jzISooCFQNaBlpWrJBdkTThQsOA7DYQ+3pbKeDWgHQFvDiSNJwEWDWheRfIOZKVBLiRCekYoBiZSAHkx83IfgDABXielhkpfAcAkJ/WICTrwAXgZlyDkRS9rDRu1wJL98/u0yeVYHcP1mwWWgAAAABJRU5ErkJggg==");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-link.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-link .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=link].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=link].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-link:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-link .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=link]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=link]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABDlBMVEUAAAD///8AAP8AgP8AVaoAgL8AZswAVdUAYL8AZswAY8YAZswAYc4AaNEAZMgAZMgAZswAY80AZswAZ8gAZcoAaMsAZswAZswAZM0AZ8kAZcoAZswAZc0AZ8oAZc0AZ8oAZcsAZswAZ8oAZMsAZswAZc0AZcsAZ84AZswAZ84AZswAZswAZ8wAZs0AZs0AZs0AZ80AZswAZ8wAZswAZ8wAZswAZs0AZs0AZs0AZ8wAZswAZ8wAZ8wAZ8wAZs0AZswAZs0AZswAZswAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsxCnEEHAAAAWXRSTlMAAAECAwQFBggKEhQVFhccHiQoKissLTIzNDpGR0hMTU5QUlRVW12BgoaHjI2PmJmam5ygpKWosbKztLW6vcDD0NLT2Nna3N7g4eLj5Ofo6err7u/w8vn7/A90CXkAAAFqSURBVDjLzdTHUgJREIXho8yo6JgFc0LFjAkVMZAFJYrCzP/+L+JCtJipS5U7Patbt79Vd1dr6BfRHyBJUiie6dSSiwrEh2aeAPAO7cEoUqWXdHgQirQAOh7A46gZzVQBzsfmSgAnRhR6AjiS5OQAd9aE4t9GmqoCCRPKAGe9zzhQDxlQBzpjknab9c2RD2DBgGrgzUlqQnfrHlg3oGug6Eh1oFsAEtvLVhAteUBuSjseP2lfzQf6dARQjY/s9SncY9uH7DQA7+ky/XkI+8YSfvRVC6k3AO4s34BHT90+1N2yYq8A+/5V0Wyi0ac2NJkD3KgfSaGF9QRQ9oCC5JSAiyCStA2k9jzISooCFQNaBlpWrJBdkTThQsOA7DYQ+3pbKeDWgHQFvDiSNJwEWDWheRfIOZKVBLiRCekYoBiZSAHkx83IfgDABXielhkpfAcAkJ/WICTrwAXgZlyDkRS9rDRu1wJL98/u0yeVYHcP1mwWWgAAAABJRU5ErkJggg==");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-image,
  .ql-snow.ql-toolbar .ql-picker.ql-image .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=image],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=image] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAFVBMVEUAAABCQkJEREREREREREREREREREQL6X1nAAAABnRSTlMATXjl6OmAFiJpAAAAZklEQVR42sXQsQ3AIAxEUeQZoKdyzwg0DALo9h8hiCYXo4R0/MbSK1ycO5EHlScVpj4Jj97p/vtJPi9U+kptXIlMIY2r1b4XIBpSoDJJFIyYtKohAWBIV8Ke9kv8X7WwtEmBKbkDXfWkWdehkaSCAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-image.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-image .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=image].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=image].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-image:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-image .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=image]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=image]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAFVBMVEUAAAAAZ8oAZswAZswAZswAZswAZsx4QzxlAAAABnRSTlMATXjl6OmAFiJpAAAAZklEQVR42sXQsQ3AIAxEUeQZoKdyzwg0DALo9h8hiCYXo4R0/MbSK1ycO5EHlScVpj4Jj97p/vtJPi9U+kptXIlMIY2r1b4XIBpSoDJJFIyYtKohAWBIV8Ke9kv8X7WwtEmBKbkDXfWkWdehkaSCAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-list,
  .ql-snow.ql-toolbar .ql-picker.ql-list .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=list],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=list] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAw1BMVEUAAAAAAABVVVVAQEBERERAQEBJSUlGRkZHR0dFRUVCQkJERERAQEBGRkZDQ0NFRUVDQ0NCQkJGRkZDQ0NCQkJERERDQ0NFRUVERERFRUVERERDQ0NERERERERDQ0NFRUVERERERERERERERERERERERERERERFRUVERERERERERERFRUVERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERESFbZw4AAAAQHRSTlMAAQYIDxAVFhkaGx4gKCo0NTY3OU10fYKIiYqMj56fo6SmqKmvtLe6vr/ExcbLz9fh4uXm5+jp7O/w8vP3+vv9Z7IwDAAAAK1JREFUOMvV0scOglAQQFGwYO+oiIq9YldEFPX+/1e5cGEii2FFdNY3b/JORlF+dAqNrS1GQyDEW+9Id/gaRw9EgQacMNEhuO4caD7rlgDS/2yAVWTiia53HWeEaMLzwUKIdvt08n4TxLMptc1UEo/38YqCuGZzKknimxDi6jpa8Vjn6I4kcQNgLkSmVSvjizeeb9ITbzxXxxLETatSxRfEWwAzicC4uANN+at5AdptTQ0Ubk4LAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-list.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-list .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=list].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=list].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-list:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-list .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=list]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=list]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAw1BMVEUAAAAAAP8AVdUAYL8AZswAYM8AYc4AaNEAZswAYs4AaNAAZswAaMcAZswAZ8gAZ8kAZcoAaMsAZswAZ8kAZ8oAZcoAZswAZswAZ8wAZs0AZs0AZswAZs0AZs0AZ8wAZs0AZ8wAZ8wAZs0AZ8wAZswAZswAZs0AZ8wAZswAZcwAZcwAZs0AZs0AZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZszno9YmAAAAQHRSTlMAAQYIDxAVFhkaGx4gKCo0NTY3OU10fYKIiYqMj56fo6SmqKmvtLe6vr/ExcbLz9fh4uXm5+jp7O/w8vP3+vv9Z7IwDAAAAK1JREFUOMvV0scOglAQQFGwYO+oiIq9YldEFPX+/1e5cGEii2FFdNY3b/JORlF+dAqNrS1GQyDEW+9Id/gaRw9EgQacMNEhuO4caD7rlgDS/2yAVWTiia53HWeEaMLzwUKIdvt08n4TxLMptc1UEo/38YqCuGZzKknimxDi6jpa8Vjn6I4kcQNgLkSmVSvjizeeb9ITbzxXxxLETatSxRfEWwAzicC4uANN+at5AdptTQ0Ubk4LAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-bullet,
  .ql-snow.ql-toolbar .ql-picker.ql-bullet .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bullet],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bullet] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAAAzSURBVCjPY2AYACBsyCAcCgOGYCHTYAZTuFAwRCgISSgILCSiyCACF1JkGBgw6voBcj0AFsUtDasGrUcAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-bullet.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-bullet .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=bullet].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=bullet].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-bullet:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-bullet .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=bullet]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=bullet]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAAAzSURBVCjPY2AYACBsyCAcCgOGYCHTYAZTuFAwRCgISSgILCSiyCACF1JkGBgw6voBcj0AFsUtDasGrUcAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-authorship,
  .ql-snow.ql-toolbar .ql-picker.ql-authorship .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=authorship],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=authorship] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAllBMVEUAAACAgIBAQEBCQkIAAABCQkJAQEBGRkZERERERERCQkJGRkZDQ0NDQ0NDQ0MAAAAAAAAAAABDQ0NFRUVERERFRUVERERFRUVERERFRUVERERERERERERERERERERERERERERFRUVEREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREREQe3JVeAAAAMXRSTlMAAhgbHx8gIS0xMjM5VFdcXWZyd3yChImPkKy4yMrO0tPj5ebq7e7v8PLz9/j6/P3+mEwo9QAAAJxJREFUGBnVwNcOgjAYBeCj4l7FjeAGUZzn/V9O0kikSftf44c/0A+Tc9iFqHll7tKEJKAWQLKjtockpZZC8qL2hiSjlkESUYsgmVNbQtKhNoCgNrwz95w14NTe8Os2gUP9wJ8p7NYsebRg06NhAZsVDRFstjQksMlogs2Rhhg2o5glpxGqz1O+g/JQUL6TQkH5TmMUPOU7jD1U1AdG8S1kERvjygAAAABJRU5ErkJggg==");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-authorship.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-authorship .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=authorship].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=authorship].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-authorship:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-authorship .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=authorship]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=authorship]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAllBMVEUAAAAAgP8AasoAaNAAY84AaMcAZMkAZswAaMsAZswAZM0AZ8kAZMsAZ8oAZ8oAZcsAZc4AZ80AZcwAZcwAZcwAZswAZs0AZs0AZs0AZ80AZs0AZ8wAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsyCDIYeAAAAMXRSTlMAAhgbHyAhLTEyMzlUV1xdXWZyd3yChImPkKy4yMrO0tPj5ebq7e7v8PLz9/j6/P3+PxHOPAAAAJxJREFUGBnVwNcOgjAYBeCj1j0q7oEbRHGe9385SSORJu1/jR/+QGcdn9ctiNSVmYuCZEljCcmOxh6ShEYCyYvGG5KURgpJSCOEZEpjDkmTRheCSu/OzHNSg1djw6/bCB7VA3/GcFux4FGHS5uWGVwWtIRw2dISwyWlDS5HWiK49CMWnPooP6UDD62Q04GXRk4HXgPk1DDwGCiU1AcZWy1RmD8CRQAAAABJRU5ErkJggg==");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-color,
  .ql-snow.ql-toolbar .ql-picker.ql-color .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=color],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=color] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAz1BMVEUAAAAAAACAgIBVVVVAQEBVVVU5OTk7OztLS0tHR0dGRkZCQkIAAABERERDQ0NDQ0NDQ0NDQ0NGRkZERERERERCQkJFRUVERERFRUVEREQAAAAAAABDQ0NFRUVEREQAAABERERFRUVERERDQ0NDQ0NERERERERERERERERERERERERERERERERERERFRUVFRUVERERERERERERERERERERDQ0NERERERERERERERERERERERERERERERERERERERERERERERERERERERERERERbYaT1AAAARHRSTlMAAQIDBAYJDRESFhsfIiYqNUFCREtNVVZZWlxdY2RlZm1zdXZ9hI6Tl6Sws7nExcnS09XY2d/g5ejp6+zt8PP09/n9/idH/qoAAADKSURBVBgZ1cDXUsJAAIXhg2KMGruxsGoUe8cWoij1f/9nYiZDGJjsLrfwaRHEWRZrhuAXWoH8zgBO5VVpADTktU9uVz5P5B7lsdUn19+U2x3w+gbcyilsA0cnwP+qXOpAWl1pAhdyqKZAXboGvpZkdwi0Q2m9CxzI7oUJz7LaYdJgWzYPTLmXxUaPKZ01ld0A7xXllr+BK5VlwLlGLoFPlWXQCjQSduBDZfFPM9bY8V+6p7kXmcTBRCqYxMmoYBKnmgqRSRxqkebUEKsKOlxMa6IbAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-color.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-color .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=color].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=color].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-color:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-color .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=color]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=color]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAA0lBMVEUAAAAAAP8AgP8AVaoAgL8AVdUAccYAYsQAadIAY8YAaNEAaNAAY84AacsAZckAZ8gAZcoAZswAZM0AZcsAZswAZ8oAZswAZc0AZMsAZswAZ8oAZcsAZc4AZMsAZswAZcoAZ80AZcwAZswAZssAZssAZswAZs0AZs0AZs0AZ8wAZ8wAZ8wAZ8wAZswAZcwAZs0AZcwAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswVaivDAAAARXRSTlMAAQIDBAYJDRESFhsfIiYqNUFCREtNVVZZWlxdXWNkZWZtc3V2fYSOk5eksLO5xMXJ0tPV2Nnf4OXo6evs7fDz9Pf5/f6Y2SWXAAAAy0lEQVQYGdXA11LCQACF4YNijBq7sbCWKPaOLURREPjf/5WYyRAGJrvLLXyaB3GWxZoi+IFWIL9TgBN5VRoADXntktuWzyO5B3ls9Mj11uV2C7y8AjdyCtvAwRHwtyyXOpBWl5rAuRyqKVCXroDPBdntA+1QWv0H9mT3zJgnWW0xrr8pm3sm3MlircuEzorKroG3inKLX8ClyjLgTEMXwIfKMmgFGgo78K6y+LsZa+TwN93RzItM4mAiFUziZFQwiVNNheg4cahFmlEDFzs7cwmPHM8AAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-background,
  .ql-snow.ql-toolbar .ql-picker.ql-background .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=background],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=background] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAA4VBMVEUAAAAAAACAgIBVVVVAQEBVVVU5OTk7OztLS0tHR0dGRkZCQkJERERDQ0NDQ0NDQ0NDQ0NERERCQkJEREQAAAADAwMGBgZDQ0NEREQODg5ERERDQ0NFRUVERERERERERERDQ0MiIiJDQ0MmJiZEREQrKytEREREREQyMjIyMjJEREREREREREQ4ODhERERERERFRUVFRUVERERERERERERERERAQEBERERERERBQUFERERERERERERBQUFERERERERERERBQUFERERERERERERDQ0NERERERERDQ0NERERERESZD8GyAAAASnRSTlMAAQIDBAYJDRESFhsiJio1QURJS01QU1RWWVpjZGVtdXZ4fYCEiI6TnZ6ksLO3ucTFydLT193g4OLl5ebn6enq6+7w8vP39/n+/rihcb4AAADbSURBVHjazZPFDsMwEERdZkpTZmbmpszd//+grhpFSaS1e+khc1jbmrG1z7KZdSXLgvo79M9ziKCkKJIeoUPJA8AxKT6H5QGVE3dlmwJqKqaLwVdRIV1fDfVEdKGXGnoFBXQtDIwnWJp8uswd/XQWy8XD7aqD9srp2uJQ5NElVuiWGKvisLFz6Bpo3ryM+R84iXO6GoFBQ5ouAka9wyRdF0waUHSBpzl09xF0dTRmNnXu2OOiTNDtAKCg7W3jYk7QnQGObu0KvVeAJUFXU9aS/h5Sp0VFtui/s6w+XSJAbiVJ3G0AAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-background.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-background .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=background].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=background].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-background:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-background .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=background]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=background]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAA5FBMVEUAAAAAAP8AgP8AVaoAgL8AZswAVdUAYL8AccYAYsQAadIAY8YAaNEAasoAZswAYsQAaNAAacsAZckAadEAZ8gAZcoAZswAZswAZMkAZM0AZcsAZ8sAZswAaM0AZ8oAZ80AZswAZc0AZMsAZswAZMsAZswAZcoAZcwAZswAZssAZssAZswAZs0AZs0AZs0AZ8wAZ8wAZ8wAZ8wAZswAZcwAZs0AZcwAZswAZswAZs0AZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZswAZsxJPDLdAAAAS3RSTlMAAQIDBAUGCAkNERIWGBkaGyImJyo1N0FCQkRFS0xNTVVWWVpjZGVtc3V2fYSOk5eksLO5xMXJ0tPV2Nnf4OXo6evs7fDz9Pf5/f60OfwzAAABG0lEQVR42s2T6VKDQBCEGyUJoqgSjcYg8dZ43/EieCUa5/3fx661qMAu7O98P4bZnq5lZlkwvXS7k1hf1BTdZFEsFpvUMU15IU7TuKiYJu9d5MODZZ8WcCBk39ZVAKcvpG+ZrgNsimIdTtV0TeBGFNewdBWORTFesUx3QcP9A8N59XT+kPWdPYavOQQVXfVYTtz6gI8jvfUsdRNWe8ApHy8z5ftgm8WhDyx8M4nKumoBd5LjVkkaAdYkz+8qpQLqtK+kwKU5XRPLP1JgNF8y3RkLjw4Us69cnMDb0qdLqR9myjEXz2brNPG2NSKQqOGPRJ5gEr8NYoT/9yHE7mfShoarovYptDw7kiWLyZTbNZBa9saK33tDWZlPK39U3ELkzhssBgAAAABJRU5ErkJggg==");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-left,
  .ql-snow.ql-toolbar .ql-picker.ql-left .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=left],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=left] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYACAcCgaGSEKmEKFgTKEgJCERiJAiw0ACqOuR/WCKLBSMKRSE7PqB9YMwuttRnBqMKRSEGvYD6HYAD8opyeJDvUUAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-left.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-left .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=left].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=left].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-left:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-left .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=left]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=left]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYACAcCgaGSEKmEKFgTKEgJCERiJAiw0ACqOuR/WCKLBSMKRSE7PqB9YMwuttRnBqMKRSEGvYD6HYAD8opyeJDvUUAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-right,
  .ql-snow.ql-toolbar .ql-picker.ql-right .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=right],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=right] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYMCAcCgaGSEKmEKFgTKEgJCERiJDiwLob2fWmyELBmEJByO4eWNejuN8QNZCRw94U3fUo7h8Q1wMAuRspyVIXC2UAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-right.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-right .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=right].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=right].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-right:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-right .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=right]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=right]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYMCAcCgaGSEKmEKFgTKEgJCERiJDiwLob2fWmyELBmEJByO4eWNejuN8QNZCRw94U3fUo7h8Q1wMAuRspyVIXC2UAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-center,
  .ql-snow.ql-toolbar .ql-picker.ql-center .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=center],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=center] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYGCAcCgaGSEKmEKFgTKEgJCERiJAiw4ABqNORPWCKLBSMKRSE7PQB9oAwuuNR3BqMKRSEGvID53gA5GspyQ9EElMAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-center.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-center .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=center].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=center].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-center:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-center .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=center]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=center]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAABCSURBVCjPY2AYGCAcCgaGSEKmEKFgTKEgJCERiJAiw4ABqNORPWCKLBSMKRSE7PQB9oAwuuNR3BqMKRSEGvID53gA5GspyQ9EElMAAAAASUVORK5CYII=");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-justify,
  .ql-snow.ql-toolbar .ql-picker.ql-justify .ql-picker-label,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=justify],
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=justify] {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAABCQkJEREREREREREREREQc4xmxAAAABXRSTlMATeXo6UtNtyIAAAAoSURBVCjPY2AYACAcigQMwUKmyELBmEJBYCERZCFFhoEBo64fINcDAAcQNGkJNhVcAAAAAElFTkSuQmCC");
  }
  .ql-snow.ql-toolbar .ql-format-button.ql-justify.ql-active,
  .ql-snow.ql-toolbar .ql-picker.ql-justify .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-label[data-value=justify].ql-active,
  .ql-snow.ql-toolbar .ql-picker .ql-picker-item[data-value=justify].ql-selected,
  .ql-snow.ql-toolbar:not(.ios) .ql-format-button.ql-justify:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker.ql-justify .ql-picker-label:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-label[data-value=justify]:hover,
  .ql-snow.ql-toolbar:not(.ios) .ql-picker .ql-picker-item[data-value=justify]:hover {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAAElBMVEUAAAAAZ8oAZswAZswAZswAZsxixJGvAAAABXRSTlMATeXo6UtNtyIAAAAoSURBVCjPY2AYACAcigQMwUKmyELBmEJBYCERZCFFhoEBo64fINcDAAcQNGkJNhVcAAAAAElFTkSuQmCC");
  }
}
.ql-snow .ql-tooltip {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #222;
}
.ql-snow .ql-tooltip a {
  color: #06c;
}
.ql-snow a {
  color: #06c;
}
.ql-source {
  cursor: pointer;
}
.textAreaHTML {
  width: 100%;
  margin: 0px;
  background: #1d1d1d;
  box-sizing: border-box;
  color: #ccc;
  outline: none;
  padding: 20px;
  line-height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: none;
  display: none;
}
.ql-background-black {
  background-color: #000;
}
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/**
 * Bootstrap Multiselect (https://github.com/davidstutz/bootstrap-multiselect)
 *
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2015 David Stutz
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2015 David Stutz
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
span.multiselect-native-select {
  position: relative;
}
span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 40px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
/* Overrides body font from boostrap */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* Headlines overrides from boostrap */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  line-height: 1.1;
  color: #435E73;
}
/* Overrides Glyph icon SRC address */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../assets/fonts/glyphicons-halflings-regular.eot') !important;
  src: url('../assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg') !important;
}
/* Overrides body font from boostrap */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* Headlines overrides from boostrap */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  line-height: 1.1;
  color: #435E73;
}
h2,
.h2 {
  font-size: 36px;
}
h4 {
  color: #435E73;
}
/* Nav Bar */
.navbar {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
#header {
  background: #fafafa;
  position: relative;
}
#header.header {
  padding-top: 40px;
}
#header.header-no-padding {
  padding-top: 0px;
}
.navbar-brand {
  padding: 10px 30px;
}
.navbar-brand span {
  top: -11px;
  position: relative;
  left: 7px;
  font-family: 'Avenir', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #342C80;
}
.footer .powered-by span {
  font-size: 10px;
  font-weight: bold;
  color: #b2b2b2;
  margin-right: 5px;
  vertical-align: sub;
}
.footer .powered-by img {
  height: 27px;
  margin-bottom: 6px;
}
/* Buttons */
/* Jumbotron Component */
.jumbotron-white {
  background: #fff;
  margin-top: 70px;
}
.jumbotron-message {
  color: #46737e;
  font-size: 16px;
  position: relative;
}
.jumbotron-message p {
  margin-top: 35px;
  margin-bottom: 0;
}
.jumbotron-white .page-header {
  margin-top: 0;
}
.page-header ul {
  padding-left: 25px;
  padding-top: 5px;
  color: #46737e;
  padding-bottom: 15px;
}
.page-header ul li.disabled {
  color: #d5dcdd;
}
.jumbotron-white select {
  font-size: 16px;
}
.jumbotron-white label {
  font-size: 14px;
}
/* Breadcrumb Component */
.breadcrumb {
  background: none;
  font-size: 10px;
  text-transform: lowercase;
}
.breadcrumb a {
  color: #8b8b8b;
}
.breadcrumb > li + li:before {
  content: ">";
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 3px !important;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #002244 !important;
}
/*
* Adding transitions to hover efects so we can have smoth efects
*/
.navbar .dropdown-menu > li > a {
  cursor: pointer;
  transition: all 0.1s ease;
}
.navbar-default .navbar-nav > li > a {
  transition: all 0.1s ease;
}
/* Pagination Component */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #000000;
  border: 0;
}
.pagination .disabled > a,
.pagination .disabled > a:hover,
.pagination .disabled > a:focus,
.pagination .disabled > span {
  background-color: #002244;
  border: 0;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #002244;
  border: 0;
}
.pager li > a,
.pager li > span {
  background-color: #002244;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  background-color: #002244;
}
/* ---- */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th {
  border-right: 1px solid #fff;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  vertical-align: middle;
}
th {
  background: #efefef;
}
.glyphicon-pencil,
.glyphicon-trash,
.glyphicon-calendar,
.glyphicon-user {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 5px;
  color: #697c81;
}
.glyphicon-trash {
  color: #c3c3c3;
}
.glyphicon-search {
  color: #cbcbcb;
}
/* Modal Customization */
.modal,
.modal.fade,
.modal.in {
  z-index: 1041;
}
.modal .modal-dialog,
.modal.fade .modal-dialog,
.modal.in .modal-dialog {
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.modal-title {
  color: #46737E;
}
.modal-body-msg {
  color: #FF0000;
}
.modal-header {
  padding: 15px 25px;
}
.modal-body {
  padding: 20px 25px;
}
.modal-footer {
  margin-top: 0px;
  padding-right: 25px;
}
.modal-backdrop {
  z-index: 1040;
}
@media (max-width: 768px) {
  .modal-dialog {
    width: 100%;
  }
}
.page-header {
  margin-top: 0;
  border-bottom: 0;
}
.glyphicon-th-large,
.glyphicon-align-justify {
  color: #dadada;
  font-size: 32px;
}
li.active .glyphicon-th-large,
li.active .glyphicon-align-justify,
.glyphicon-th-large:hover,
.glyphicon-align-justify:hover {
  color: #8d8d8d;
}
/*Family Profile */
.well {
  background-color: #ecf0f1;
  border: 1px solid #dbe1e2;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.well-skinny {
  padding: 7px;
}
.well-inverse {
  background-color: #f39c12;
}
em {
  font-style: normal;
}
.btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  margin-top: 2px;
}
.btn:focus {
  outline: 0 !important;
}
.btn-primary {
  color: #ffffff;
  background-color: #002244 !important;
  border-color: #002244 !important;
}
.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: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: #002244 !important;
  border-color: #002244 !important;
}
select:focus {
  border-color: #009BB1;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(26, 188, 156, 0.6);
}
.label-danger {
  background-color: #c60c30 !important;
}
.btn-warning {
  color: #ffffff;
  background-color: #c60c30;
  border-color: #c60c30;
}
.btn-danger {
  background-color: #c60c30;
  border-color: #c60c30;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #E04E00;
  border-color: #E04E00;
}
.btn-pull-right {
  margin-left: 5px;
  right: -100%;
}
/** Label color customization **/
#content .label-default {
  background-color: #80abb6;
}
#content .label-default[href]:hover,
#content .label-default[href]:focus {
  background-color: #7aaab6;
}
@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu .pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.btn-neutral {
  color: #ffffff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:active,
.btn-neutral.active,
.open .dropdown-toggle.btn-neutral {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn:hover,
.btn:focus {
  color: #ccd7da;
}
.override-custom-radio-style .checkbox-inline,
.override-custom-checkboxes-style .checkbox-inline {
  display: table;
  padding-top: 3px;
  margin: 0px;
}
.radio label,
.checkbox label {
  display: inline-block;
}
/**
*Tabs Customization
*/
.nav-tabs {
  border-bottom: 1px solid #DDDDDD;
}
.nav-tabs > li a {
  color: #000000;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #00a1b1;
  border: 1px solid #DDDDDD;
  border-bottom-color: transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
  cursor: pointer;
  color: #297abc;
}
.pac-container {
  z-index: 1060 !important;
}
.close.close-disabled:hover {
  opacity: 0.2;
}
/* image i18n signin responsive*/
@media (max-width: 768px) {
  .container-signin .custom-message img {
    width: 100%;
  }
}
.form-control[readonly].readonly-normal-color {
  cursor: default;
  background-color: #ffffff;
}
.buorg {
  font-size: 20px !important;
  background: #FDF2AB !important;
  height: 100% !important;
}
#buorgclose {
  display: none;
}
.alert a,
.alert .alert-link {
  color: blue;
}
.alert.alert-info a {
  color: #009BB1;
  text-decoration: underline;
}
.dropdown-menu > li > a {
  cursor: pointer;
}
#header {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header .navbar-right .dropdown-menu > li > a.btn {
  width: initial;
  margin-left: 10px;
  margin-right: 10px;
}
#header .header-title {
  text-align: center;
}
.main-navbar {
  z-index: 1002;
}
#acc-info-form-container .checkbox-inline {
  margin-left: 0;
}
#acc-info-form-container button,
#password-form-container button {
  margin-top: 17px;
}
#lang-selector.nav-btn li:first-child {
  margin-left: 10px;
}
.loading-modal {
  text-align: center;
  top: 30%;
  color: #97A1A3;
  font-size: 26px;
  height: 100%;
  width: 100%;
  background: url("../assets/img/load_spinner.gif") no-repeat;
  background-position: 50% 20%;
  overflow-y: hidden;
}
.btn-logout {
  margin-top: 10px;
}
/* General styles */
.clearfix {
  clear: both;
}
html,
body,
#main {
  /* This styles are meant to maintain the footer at the bottom of the screen. */
  height: 100%;
  background: #fafafa;
}
.wrap {
  /* This styles are meant to maintain the footer at the bottom of the screen. */
  height: 100%;
  height: auto !important;
  margin: 0 auto -60px;
  min-height: 100%;
  padding: 0 0 60px;
  /*min-width: 768px;*/
  position: relative;
}
#content {
  min-height: 750px;
}
.footer {
  /* This styles are meant to maintain the footer at the bottom of the screen. */
  background-color: #e8eeef;
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
  position: relative;
  margin-top: 10px;
}
.footer p.credit {
  margin-bottom: 0;
}
.school-logo {
  bottom: 15px;
  right: 30px;
  position: absolute;
}
/* Navbar Styles */
.nav-btn {
  padding: 19.5px 15px;
}
.nav-btn li {
  margin-left: 10px;
}
.nav-btn li:first-child {
  margin-left: 0;
}
.select-custom {
  line-height: 32px;
}
/* Btn Links  */
.btn-link {
  color: #002244;
}
.link-static {
  color: #009BB1;
  text-decoration: underline;
  cursor: pointer;
}
.link-static:hover {
  color: #009BB1;
}
.disabled-row {
  background-color: #f7f7f7;
}
.disabled-control {
  pointer-events: none;
}
.btn-link:hover {
  color: #000000;
}
.dim-disable {
  opacity: 0.2;
  pointer-events: none;
}
/* Icons */
.icon {
  background-image: url("../assets/img/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-plus {
  width: 14px;
  height: 14px;
  background: url("../assets/img/sprite.png") 0 -86px no-repeat;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -2px;
}
.icon-info {
  background-position: 0 -37px;
  width: 10px;
  height: 25px;
  vertical-align: -2px;
  margin-right: 25px;
}
.icon-arrow-left,
.icon-arrow-right {
  background-image: url("../assets/img/glyphicons-halflings.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  vertical-align: text-top;
  width: 14px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-guide {
  width: 7px;
  height: 18px;
  background-position: 0 -180px;
  margin-right: 10px;
  vertical-align: -4px;
}
.icon-logout {
  width: 24px;
  height: 18px;
  background-position: -37px 0;
  margin-right: 10px;
  vertical-align: -4px;
}
.icon-address {
  background: url("../assets/img/icon-address.png");
  display: inline-block;
  width: 20px;
  height: 20px;
}
.icon-grade {
  background: url("../assets/img/icon-grade.png");
  display: inline-block;
  width: 20px;
  height: 21px;
}
.icon-graduated {
  background: url("../assets/img/icon-graduated.png");
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: 100%;
}
/* Select Components  */
span.customSelect {
  font-size: 15px;
  background-color: #e9edee;
  color: #6b7f84 c;
  padding: 5px 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
span.customSelect.changed {
  background-color: #f0dea4;
}
.customSelectInner {
  background: url("../assets/img/customSelect-arrow.png") no-repeat center right;
  width: 100%;
}
/* Alerts */
.alert .alert-link {
  color: #2C3E50;
}
/* checkbox */
input[type="checkbox"] + label:before {
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid #b0b0b0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  content: "";
  vertical-align: -3px;
  margin-right: 4px;
}
input[type="checkbox"]:checked + label:before {
  background: url("../assets/img/sprite.png") 2px -112px no-repeat;
}
.radio-btn-row .radio label {
  white-space: nowrap;
}
.radio-btn-row .radio,
.checkbox {
  padding-left: 0;
}
.radio-btn-row .radio.boostrap-default-checkbox-padding,
.checkbox.boostrap-default-checkbox-padding {
  padding-left: 20px;
}
/* radio buttons */
input[type="radio"] + label span {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: -4px 7px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 1000px;
  border: 1px solid #b0b0b0;
  position: relative;
  background-color: #fff;
}
input[type="radio"] + label span .icon-check {
  display: none;
}
input[type="radio"]:checked + label span .icon-check {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 1px;
  top: 1px;
  background-color: #6c7f84;
  border-radius: 1000px;
}
/* Styled Dropdown */
.styled.pull-left {
  width: auto;
  min-width: 30%;
  margin-left: 20px;
}
/* Utils */
.optional-info {
  margin-top: 25px;
  color: #7d7d7d;
}
.top-indent {
  margin-top: 40px;
}
label {
  font-weight: 500;
  margin-right: 10px;
}
label.no-margin {
  margin: 0 0 0 0;
}
.text-info {
  color: #6daaae;
}
/* ---- */
.text-muted {
  color: #858585;
}
.text-info {
  color: #6DAAAE;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
}
.close,
button.close {
  background: url("../assets/img/sprite.png") no-repeat;
  height: 18px;
  text-indent: -9999px;
  width: 18px;
}
.icon-calendar {
  background-position: 0 -137px;
  display: inline-block;
  height: 30px;
  margin-left: 7px;
  vertical-align: -7px;
  width: 32px;
}
.center-start-block {
  color: #46737e;
  margin: 100px 0;
}
.block-inline {
  display: inline-block;
  vertical-align: middle;
}
.block-inline + .block-inline {
  margin-left: 15px;
}
.page-header.page-header-custom {
  color: #000;
}
.mobile-hidden {
  visibility: visible;
}
.mobile-visible {
  visibility: hidden;
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mobile-hidden {
    visibility: hidden !important;
    display: none !important;
  }
  .mobile-visible {
    visibility: visible !important;
    display: block !important;
  }
}
/*FAMILIY PROFILE STYLES */
.icon-badge {
  background: url("../assets/img/badge.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 52px;
  right: 20px;
  width: 37px;
}
.icon-location {
  background-position: -83px -71px;
  height: 20px;
  margin-right: 17px;
  vertical-align: -5px;
  width: 20px;
}
.icon-birth {
  background-position: -82px -107px;
  height: 24px;
  margin-left: 5px;
  margin-right: 13px;
  vertical-align: -5px;
  width: 24px;
}
.glyphicon {
  font-size: 20px;
  color: #8DA5AB;
}
.glyphicon.glyphicon-plus {
  color: #FFFFFF;
  font-size: 26px;
  margin-right: 7px;
  vertical-align: -2px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 15px;
}
.row .col-lg-3.col-sm-4.col-md-4:first-child {
  margin-left: 30px;
}
/* Parent Sides Applications */
.form-group {
  margin-bottom: 0;
}
.aligned-select {
  line-height: 47px;
  font-size: 18px;
  color: #435E73;
  font-weight: 400;
  width: 120px;
  display: inline-block;
}
.select-inline {
  line-height: 42px;
  margin-left: 15px;
  min-width: 167px;
  display: inline-block;
}
.customSelect.styled {
  color: #333333;
}
.page-header.page-header-custom {
  color: #000000;
  border: none;
}
.breadcrumb {
  margin: 0;
  padding-top: 20px;
}
.form-group.pull-left.form-inline.clearfix {
  margin-right: 40px;
}
.table tbody > tr > td {
  color: #3e3e3e;
  text-align: center;
}
.table thead > tr > th {
  text-align: center;
}
.table tfoot > tr > td {
  color: #3e3e3e;
  text-align: center;
}
.table-bordered {
  border: 2px solid #eeeeee;
}
table thead tr.selected-bar {
  background-color: #ffeeb8;
  font-weight: bold;
  color: #000000;
}
table thead tr.selected-bar a {
  font-weight: normal;
  text-decoration: underline;
}
table tbody tr.highlighted-row td,
table tbody tr.highlighted-row:hover td {
  background-color: #ffeeb8;
  opacity: 0.5;
}
table tbody tr td.action-buttons-inline {
  white-space: nowrap;
}
.chevron-wrap {
  overflow: hidden;
  display: block;
}
.chevron-wrap span {
  display: block;
}
.strong-col {
  font-weight: bold;
  color: #000;
}
.table .btn {
  text-align: center;
}
/*** students index ***/
em {
  font-style: normal;
  float: left;
}
#content .report-filters .well {
  background-color: #f8f8f8;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 20px;
  color: #000;
  box-shadow: none;
}
@media (min-width: 1200px) {
  #content .report-filters .well .student-index-css-overrides .col-lg-2 {
    padding-right: 0px;
    width: 14%;
  }
  #content .report-filters .well .student-index-css-overrides .col-lg-2 .form-group {
    padding-right: 15px;
  }
}
#content .report-table .student-search-results {
  margin-top: 10px;
}
.select-inline select {
  background: none repeat scroll 0 0 #E9EDEE;
  border-color: #CACACA;
  border-width: 1px;
  color: #4A4A4A;
  height: 40px;
  line-height: 40px;
  padding: 10px;
}
.table tbody > tr > th {
  text-align: center;
}
.table tbody > tr > th:first-child {
  text-align: left;
}
.chevron-wrap span {
  font-size: 10px;
  margin: -1px 0 0 4px;
  text-align: left;
}
.list-view-ul {
  margin-top: 50px;
}
.icon.pie-chart {
  background-position: -210px 0;
  width: 30px;
  height: 28px;
}
.list-inline.list-view-ul li .icon.pie-chart:hover,
.list-inline.list-view-ul li.active .icon.pie-chart:hover,
.list-inline.list-view-ul li.active .icon.pie-chart {
  background-position: -210px -38px;
}
#content .report-filters .well .form-group.last {
  border: none;
}
.well .form-group .select-inline {
  display: block;
  min-width: 50px;
  margin: 0;
}
#content .report-filters #search-options-selects div[class^='col-lg-']:nth-child(n+8) {
  padding-top: 15px;
}
#content .report-filters #search-options-selects .form-control {
  border-color: #f1f1f1;
}
.search-form .glyphicon.glyphicon-search {
  left: 25px;
  position: absolute;
  top: 5px;
  font-size: 25px;
}
.search-form input {
  padding-left: 40px;
}
.table-bordered.ampty > tbody > tr > td {
  border-bottom: none;
  border-top: none;
  padding: 5px;
  font-size: 14px;
}
.buttons-wrap {
  margin-bottom: 10px;
}
.buttons-wrap button {
  margin-left: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
input[type="checkbox"].margin-auto {
  margin: auto;
}
.margin-auto {
  margin: 0 auto;
}
select[data-type="month"],
select[data-type="date"],
select[data-type="year"] {
  margin-right: 5px;
  height: 43px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
th.text-center {
  text-align: center !important;
}
td.text-center {
  text-align: center !important;
}
.margin-right-10 {
  margin-right: 10px;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
}
.guardians-container .panel-heading .widget-btn-menu a,
.guardians-container .panel-heading .widget-btn-menu button {
  padding-left: 0;
  padding-right: 0;
}
.guardians-container .panel-info .panel-heading .widget-btn-menu .glyphicon {
  color: #fff;
}
.guardians-container .panel-info .panel-heading .widget-btn-menu {
  right: 60px;
}
html[dir="rtl"] .guardians-container .panel-info .panel-heading .widget-btn-menu {
  margin-left: 40px;
}
.guardians-container .panel-heading .widget-btn-menu .glyphicon,
.applicants-container .panel-heading .widget-btn-menu .glyphicon {
  color: #4F676C;
}
.guardians-container .panel-heading .widget-btn-menu {
  margin-right: 35px;
}
html[dir="rtl"] .guardians-container .panel-heading .widget-btn-menu {
  left: 40px;
  right: auto;
  margin-right: auto;
}
.guardians-container .panel-heading .widget-btn-menu a {
  padding-bottom: 6px;
}
.connected,
.sortable,
.exclude,
.handles {
  margin: auto;
  padding: 0;
  width: 310px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sortable.grid {
  overflow: hidden;
}
.connected li,
.sortable li,
.exclude li,
.handles li {
  list-style: none;
  border: 1px solid #CCC;
  background: #F6F6F6;
  font-family: "Tahoma";
  color: #1C94C4;
  margin: 5px;
  padding: 5px;
  height: 22px;
}
.handles span {
  cursor: move;
}
li.disabled {
  opacity: 0.5;
}
.sortable.grid li {
  line-height: 80px;
  float: left;
  width: 80px;
  height: 80px;
  text-align: center;
}
li.highlight {
  background: #FEE25F;
}
#connected {
  width: 440px;
  overflow: hidden;
  margin: auto;
}
.connected {
  float: left;
  width: 200px;
}
.connected.no2 {
  float: right;
}
li.sortable-placeholder {
  border: 1px dashed #CCC;
  background: none;
}
.navbar-menu {
  /*width: auto;*/
  padding: 0 0 0 10px;
}
.navbar-search {
  width: 100%;
  max-width: 478px;
  height: 43px;
  margin: 9px 0 9px 0;
  background-color: #003b77;
  border-radius: 5px;
}
#icon-search-left {
  background: url("../assets/img/icon-search-school.png");
  display: inline-block;
  height: 100%;
  width: 20px;
  float: left;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
  margin: 0 0 0 0;
}
.margin-zero {
  margin: 0;
}
#student-lookup {
  color: #FFFFFF;
  background-color: #003b77;
  border: 0;
  /*width: 90%; */
  float: left;
}
#student-lookup::-webkit-input-placeholder {
  color: white;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#icon-search {
  background: url("../assets/img/icon-search.png");
  display: inline-block;
  height: 100%;
  width: 10%;
  float: left;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right center;
  margin: 0 0 0 10px;
}
.one-line-dev {
  display: inline-block;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.asc .icon-sort-ascending {
  background: url("../assets/img/icon-ascending.png");
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-user-select: none;
}
.desc .icon-sort-descending {
  background: url("../assets/img/icon-descending.png");
  display: inline-block;
  width: 12px;
  height: 12px;
}
.no-wrap {
  white-space: nowrap;
}
.pointer {
  cursor: pointer;
}
.table-bordered > thead > tr > th.column-enrollment-tasks,
.table-bordered > tbody > tr > td.column-enrollment-tasks {
  border-right: 1px solid #cccccc;
}
.asc {
  cursor: s-resize;
}
.desc {
  cursor: n-resize;
}
.navbar-button {
  background: url("../assets/img/icon-menu.png");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  margin: 23px 23px 13px 16px;
}
.dashboard-font-color {
  color: #3B3B3B;
}
.dashboard-section-bar {
  color: #969696;
  background-color: #EBEBEB;
  padding: 20px;
  border: 2px solid #E3E3E3;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dashboard-total-data {
  color: #003b77;
  font-size: large;
}
.enrollment-table-view .header {
  display: none;
}
.color-filter-outer-div {
  width: 100%;
  text-align: center;
  padding: 50px;
}
.color-filter-inner-div {
  display: inline-block;
}
.color-filter-extra-margin {
  margin: 5px 5px;
}
.bold-font {
  font-weight: 700;
}
.float-button {
  padding: 0;
  border: none;
  background: none;
  margin: 10px;
}
.form-section-container .form-section-header {
  background-color: #ecf0f1;
  padding: 10px 20px 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #DBE1E2;
}
.form-section-container .form-section-body {
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #DBE1E2;
  border-top: none;
  padding-bottom: 20px;
}
.application-action {
  margin-bottom: 10px;
}
.popover {
  max-width: 800px;
}
#ui-datepicker-div {
  background: white;
  border: solid;
  border-color: #002244;
  border-width: 1px;
  border-radius: 5px;
  padding: 10px;
}
#ui-datepicker-div .ui-icon-circle-triangle-e {
  float: right !important;
  cursor: pointer;
}
#ui-datepicker-div .ui-icon-circle-triangle-e:hover {
  text-decoration: underline;
}
#ui-datepicker-div .ui-icon-circle-triangle-w {
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
}
#ui-datepicker-div th {
  background: white;
}
#ui-datepicker-div td {
  padding: 2px;
}
#sibling-info-collapse li {
  padding-bottom: 2px;
}
.widget-require-info-notice {
  margin-top: 10px;
}
.widget-require-info-notice .glyphicon {
  height: 24px;
  margin-left: 5px;
  margin-right: 13px;
  vertical-align: -5px;
}
.loadinggif {
  background-image: url('../assets/img/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: 97%;
}
#add-event-modal label {
  padding-bottom: 0;
}
.icon-table-view {
  background-image: url('../assets/img/icon-table-view.png');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  height: 20px;
  vertical-align: text-top;
  width: 20px;
}
.icon-funnel-view {
  background-image: url('../assets/img/ic-filter-list.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  height: 20px;
  vertical-align: text-top;
  width: 20px;
}
.icon-chart-line {
  background-image: url('../assets/img/icon-chart-line.png');
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px 20px;
  height: 20px;
  vertical-align: text-top;
  width: 20px;
}
.red {
  color: #fa0606;
}
.orange {
  color: #ff5900;
}
.add-another-applicant:hover {
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: black;
}
#event-date-picker input {
  width: auto;
}
#event-type-select {
  width: auto;
}
.visibility-hidden {
  visibility: hidden;
}
.sandbox-redbanner {
  padding: 5px;
  text-align: center;
  background-color: #F39C12;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.quill-wrapper {
  border: 1px solid #ccc;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}
.quill-wrapper .toolbar-container {
  border-bottom: 1px solid #ccc;
}
.quill-wrapper #editor {
  height: 600px;
}
.application-step .quill-wrapper.col-sm-12 {
  padding-right: 0px;
}
.application-step #editor {
  height: 200px;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .application-step .panel-body {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.registration-buttons a,
.registration-buttons button {
  padding: 4px;
}
.field-description {
  color: #718897;
}
.forgot-username .forgot-username-container button {
  width: 49%;
}
.forgot-username .forgot-username-container button.btn-success {
  float: right;
}
.forgot-username .form-signin.identify {
  max-width: 610px;
}
.forgot-username .form-signin.identify .identify-account-container {
  height: 500px;
}
.forgot-username .form-signin.identify .identify-account-container .table-container {
  height: 400px;
  overflow-y: scroll;
}
.forgot-username .form-signin.identify .identify-account-container table {
  margin-bottom: 0px;
  background-color: #fff;
}
.forgot-username .form-signin.identify .identify-account-container table th {
  text-align: left;
  border: 1px solid #ecf0f1;
  border-bottom-color: white;
  border-right-color: white;
  width: 50%;
}
.forgot-username .form-signin.identify .identify-account-container table td {
  border: 1px solid #ecf0f1;
}
.forgot-username .form-signin.identify .identify-account-container button {
  margin-top: 10px;
  font-size: 12px;
  width: 180px;
  border: none;
}
.forgot-username .form-signin.identify .identify-account-container button.margin-rigth {
  margin-right: 15px;
}
#registration-form-accordiong .panel-body {
  padding: 0px;
}
#registration-form-accordiong #form-builder .panel-heading {
  padding: 1px 44px;
}
@media screen and (max-width: 500px), (max-width: 640px), (max-width: 667px) {
  #registration-form-accordiong #form-builder .panel-heading {
    padding: 1px 15px !important;
  }
}
#registration-form-accordiong #form-builder .panel-body-inner {
  padding: 1px;
}
#upload-voice-record,
#enter-voice-message {
  padding: 20px;
}
#upload-voice-record .btn.btn-file,
#enter-voice-message .btn.btn-file {
  margin-bottom: 20px;
}
.report-table .table-top-scroll {
  display: block;
  height: 20px;
  overflow-y: scroll;
}
.report-table .table-top-scroll .scroller-item {
  height: 20px;
  display: block;
}
.report-table .selected-items-string {
  font-size: 12px;
  color: #00a1b1;
  padding-left: 10px;
}
.sm-report-table .top-scroll {
  position: absolute;
  height: 24px;
  width: 24px;
  cursor: pointer;
  z-index: 10;
  top: 18px;
}
.sm-report-table .scroll-left {
  background-image: url('../assets/img/ic_arrow_left.png');
  display: none;
  left: 30px;
}
.sm-report-table .scroll-right {
  background-image: url('../assets/img/ic_arrow_right.png');
  right: 30px;
}
.sm-report-table table.table {
  display: block;
  overflow-y: hidden;
  overflow-x: scroll;
}
.sm-report-table table.table thead {
  border: 1px #E7E7E7 solid;
}
.sm-report-table table.table thead th {
  min-width: 70px;
}
.sm-report-table table.table thead th div.separator {
  height: 30px;
  position: relative;
  top: 10px;
  border-right: 1px solid #E7E7E7;
  padding: 0 10px;
}
.sm-report-table table.table thead div {
  width: 100%;
  height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popover .table-striped > tbody > tr:nth-child(odd) > td,
.popover .table-striped > tbody > tr:nth-child(odd) > th,
.popover .table-striped > tbody > tr:nth-child(even) > td,
.popover .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #000000;
  color: #ffffff;
  text-shadow: none;
}
.popover .table-striped > tbody > tr:first-child > td {
  border-top: none;
}
.popover .arrow {
  display: none;
}
.popover .popover-content {
  color: #fff;
  text-shadow: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus {
  color: #7b8a8b;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
}
#collapse .dropdown-menu > .active > a,
#collapse .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #002244;
  outline: 0;
}
.panel.panel-cards,
.panel.panel-sm-form {
  border-color: #e7e7e7;
  color: #000000;
}
.panel.panel-cards.border-red,
.panel.panel-sm-form.border-red {
  border: 3px solid #ff5a5a;
}
.panel.panel-cards .background-red,
.panel.panel-sm-form .background-red {
  background-color: #ff5a5a;
  color: #FFFFFF;
  padding: 10px 0;
}
.panel.panel-cards .panel-heading,
.panel.panel-sm-form .panel-heading {
  background-color: #dedede;
  border-color: #e7e7e7;
}
.panel.panel-cards .panel-heading h2,
.panel.panel-sm-form .panel-heading h2,
.panel.panel-cards .panel-heading h3,
.panel.panel-sm-form .panel-heading h3,
.panel.panel-cards .panel-heading h4,
.panel.panel-sm-form .panel-heading h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.panel.panel-cards .panel-body,
.panel.panel-sm-form .panel-body {
  background-color: #ffffff;
  padding: 15px 0;
}
.panel.panel-cards .panel-body .panel-body-subhead,
.panel.panel-sm-form .panel-body .panel-body-subhead {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 15px;
}
.panel.panel-cards {
  font-family: HelveticaNeue;
}
.panel.panel-cards .panel-heading {
  padding: 11px 20px 12px;
  position: relative;
}
.panel.panel-cards .panel-heading p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.panel.panel-cards .panel-heading span.arrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #000000;
  border-top: 0;
  position: absolute;
  right: 20px;
  top: 45%;
}
.panel.panel-cards .panel-heading.collapsed span.arrow {
  border-bottom: 0;
  border-top: 8px solid #000000;
}
.panel.panel-cards .panel-body {
  padding: 10px;
}
.panel.panel-cards .panel-body .card {
  min-height: 250px;
  padding: 10px;
}
.panel.panel-cards .panel-body .card .card-container {
  height: 100%;
  border: solid 1px #e7e7e7;
  border-radius: 4px;
}
.panel.panel-cards .panel-body .card .card-container .card-heading {
  border-bottom: solid 1px #e7e7e7;
}
.panel.panel-cards .panel-body .card .card-container .card-heading .card-title {
  margin: 11px 20px 10px;
  font-weight: 500;
  color: #000000;
  position: relative;
}
.panel.panel-cards .panel-body .card .card-container .card-heading .card-title.primary:before {
  content: attr(data-primary-text);
  font-size: 8px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #ffffff;
  background-color: #38bcc3;
  padding: 5px 10px;
  border-radius: 3px;
  position: absolute;
  right: -70px;
}
.panel.panel-cards .panel-body .card .card-container .card-heading .card-actions {
  padding: 4px 20px 0 20px;
}
.panel.panel-cards .panel-body .card .card-container .card-heading .card-actions a {
  padding: 0;
  font-size: 25px;
  color: #728896;
}
.panel.panel-cards .panel-body .card .card-container .card-body {
  margin: 20px 20px 20px 50px;
  color: #5e5e5e;
}
.panel.panel-cards .panel-body .card .card-container .card-body div {
  position: relative;
}
.panel.panel-cards .panel-body .card .card-container .card-body div [class^="material-"],
.panel.panel-cards .panel-body .card .card-container .card-body div [class*=" material-"] {
  left: -30px;
  color: #99AFBE;
  font-size: 20px;
  position: absolute;
}
.panel.panel-cards .panel-body .card .add-person {
  text-decoration: none!important;
}
.panel.panel-cards .panel-body .card .add-person div p {
  color: #70b800;
  transform: translateY(50%);
  top: 35%;
  position: relative;
}
.panel.panel-cards .panel-body .card .add-person div p:before {
  content: '';
  background: url("../assets/img/icon-add-applicant.png") no-repeat;
  margin-right: 10px;
  width: 25px;
  height: 20px;
  display: inline-block;
}
.panel.panel-sm-form.edit-mode {
  border-color: #ff5a5a;
}
.panel.panel-sm-form.edit-mode .panel-heading {
  background-color: #ff5a5a;
}
.panel.panel-sm-form.edit-mode .panel-heading p,
.panel.panel-sm-form.edit-mode .panel-heading h1,
.panel.panel-sm-form.edit-mode .panel-heading h2,
.panel.panel-sm-form.edit-mode .panel-heading h3,
.panel.panel-sm-form.edit-mode .panel-heading h4,
.panel.panel-sm-form.edit-mode .panel-heading h5,
.panel.panel-sm-form.edit-mode .panel-heading span {
  color: #FFFFFF;
}
.panel.panel-sm-form .panel-body .top-row {
  margin: 20px 0px 8px;
}
.panel.panel-sm-form .panel-body .form-control {
  font-size: 13px;
}
.panel.panel-sm-form .panel-body .form-control[readonly] {
  cursor: not-allowed;
  background-color: #ecf0f1;
}
.panel.panel-sm-form .panel-body .panel-title {
  font-weight: bold;
}
.panel.panel-sm-form .panel-body .label-form {
  padding-bottom: 5px;
}
.panel.panel-sm-form .panel-body input {
  font-size: 13px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.panel.panel-sm-form .panel-body input:focus {
  border: 1px solid #37BBC2;
  box-shadow: 0px 0px 6px 0px rgba(54, 186, 194, 0.4), inset 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.panel.panel-sm-form .panel-body input[disabled] {
  background-color: #ecf0f1;
}
.panel.panel-sm-form .panel-body input,
.panel.panel-sm-form .panel-body option {
  color: #000000;
}
.panel.panel-sm-form .panel-body .required-mark {
  margin-left: 8px;
  color: #009BB1;
}
.panel.panel-sm-form .panel-body .guardians-addresses .checkbox {
  background-color: #f7f7f7;
  border: 1px #e7e7e7 solid;
  margin-bottom: 0px!important;
}
.panel.panel-sm-form .panel-body .guardians-addresses .checkbox label.well {
  margin-left: 20px;
}
.panel.panel-sm-form .panel-body .guardians-addresses .checkbox label.well .label-primary {
  background-color: #009bb1;
  padding: 6px;
  font-size: 12px;
  margin-left: 10px;
}
.panel.panel-sm-form .panel-body .multiselect-container {
  z-index: 999999;
}
.render-custom-form .field-description {
  min-height: 22px;
}
.render-custom-form .control-label {
  text-align: left;
  margin: 0px;
}
.render-custom-form .control-label .required-field-mark {
  margin: 0px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.typeahead.dropdown-menu > .active > a,
.typeahead.dropdown-menu > .active > a:hover,
.typeahead.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #37bbc2;
  outline: 0;
}
.signup-color {
  color: #ffffff;
  background-color: #002244;
  border-color: #002244;
}
.position-relative {
  position: relative !important;
}
.recommendation-thank-you {
  text-align: center;
  padding-top: 7%;
}
select:disabled {
  cursor: not-allowed;
  background-color: #ecf0f1;
}
.overflow-scroll {
  overflow-x: scroll;
}
a.mint-link {
  color: #38BCC3;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#form-builder .section-break {
  background-color: #e9eeef;
}
@media screen and (max-width: 600px) {
  table.responsive-table {
    border: 0;
  }
  table.responsive-table thead {
    display: none;
  }
  table.responsive-table tr {
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table.responsive-table tr td {
    display: block;
    text-align: right !important;
    font-size: 13px;
    border: none;
  }
  table.responsive-table tr td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  table.responsive-table tr td:last-child {
    border-bottom: 0;
  }
  table.responsive-table tr td.block:before {
    content: none;
  }
  table.responsive-table tr td.block .btn {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
div.signature-wrapper {
  width: 400px;
  height: 80px;
  background-color: #dddddd;
  border: 1px #cccccc solid;
}
div.signature-wrapper img {
  width: auto;
  max-height: 100%;
}
.icon-flag {
  background: url("../assets/img/ic-flag-asset.png");
  display: inline-block;
  width: 20px;
  height: 20px;
}
.scheduled_at {
  width: 110px;
}
.scheduled_subject {
  width: 300px;
}
.hide_send {
  visibility: hidden;
  width: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
div.label-form .glyphicon,
label .glyphicon {
  font-size: 1em;
}
.helpLinkShrinkRight {
  margin-right: 30px;
}
.helpLinkShrinkRight + .helpLinkFloatRight {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 24px;
}
.helpLinkPosRight + .helpLinkFloatRight {
  position: absolute;
  top: 5px;
  right: -15px;
  font-size: 24px;
}
/*
error pages
*/
.hero-unit.error404 {
  background-color: #fafafa;
}
.hero-unit.error404 img {
  width: 100%;
  max-width: 720px;
}
.hero-unit.error404 a {
  width: 170px;
}
@media (max-width: 425px) {
  .hero-unit.error404 a {
    width: 100%;
  }
}
.hero-unit.error404 span {
  margin: 0 20px;
  display: inline-block;
}
@media (max-width: 425px) {
  .hero-unit.error404 span {
    margin: 20px 0;
    display: block;
  }
}
/*
handle sticky alert banner for downtime
*/
body > div#downtime-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  opacity: 1;
  height: 62px;
}
body > div#downtime-banner + div.sandbox-redbanner {
  position: fixed;
  top: 62px;
}
body > div#downtime-banner ~ main div#header {
  padding-top: 102px;
}
.address-box {
  height: 100%;
  border: solid 1px #e7e7e7;
  border-radius: 4px;
  padding: 10px 40px;
  position: relative;
  min-height: 65px;
  width: 100%;
}
.address-box > input {
  display: none;
}
.address-box.new-address {
  background: none;
}
.address-box.new-address span {
  position: absolute;
  left: 13px;
  font-size: 25px;
}
.address-box.new-address.selected {
  background: none;
}
.address-box.new-address.selected span {
  color: #002244;
}
.caret.caret-up {
  border-top-width: 0;
  border-bottom: 4px solid #000000;
}
.fb-button {
  display: inline-block;
  margin: 0;
  padding: 0.563rem 0.844rem;
  border: 0 none;
  background: #70b800;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
  border-radius: 0.125rem;
  border: thin solid;
}
.fb-button[disabled] {
  background: #ddd !important;
  border: thin;
  color: #777 !important;
  text-shadow: none !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  opacity: 0.65;
  cursor: default;
}
.fb-clear {
  clear: both;
}
.fb-main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 0 0;
  position: relative;
  font-family: 'Source Sans Pro', 'Open Sans', Tahoma;
}
.fb-save-wrapper {
  float: right;
  clear: both;
  margin-top: 20px;
}
.fb-left {
  float: left;
  width: 25%;
  padding-top: 30px;
  max-width: 320px;
}
.fb-right {
  padding-top: 70px;
  border-left: 1px solid #ddd;
  padding-left: 20px;
  min-height: 100%;
  overflow: hidden;
  width: 75%;
  float: left;
}
.fb-no-response-fields {
  color: #999;
}
.fb-tabs {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #ccc;
}
.fb-tabs li {
  display: inline-block;
}
.fb-tabs li a {
  display: block;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  font-size: 13px;
  cursor: pointer;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.fb-tabs li.active a {
  border: 1px solid #ccc;
  margin-bottom: -1px;
  border-bottom-color: #fff;
}
.fb-tab-content .fb-tab-pane {
  padding: 0 20px;
  display: none;
}
.fb-tab-content .fb-tab-pane.active {
  display: block;
}
.fb-add-field-types .section {
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.fb-add-field-types {
  font-size: 0;
}
.fb-add-field-types a {
  font-size: 13px;
  display: inline-block;
  width: 48.5%;
  background-color: #002244;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.fb-add-field-types a:nth-child(odd) {
  margin-right: 3%;
}
.fb-add-field-types a .symbol {
  opacity: 0.6;
  margin: 0 0.25em 0 -1em;
}
.fb-response-fields {
  padding-bottom: 150px;
  clear: both;
}
.fb-response-fields a.sortable-placeholder {
  display: block;
  border: 1px dashed #ddd;
  min-height: 80px;
  height: 80px;
  width: 100%;
}
.fb-field-inactive {
  opacity: 0.33;
}
.fb-field-group {
  border-radius: 3px;
  border: thin dashed;
  height: 100%;
  width: 100%;
  position: relative;
  float: left;
}
.fb-field-wrapper {
  float: left;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  border: 1px dashed transparent;
  min-width: 300px;
}
.fb-field-wrapper.editing {
  background-color: #ecf0f1;
  border-radius: 3px;
}
.fb-field-wrapper:hover {
  border-color: #ddd;
  border-radius: 3px;
}
.fb-field-wrapper .subtemplate-wrapper {
  clear: both;
  border: 1px dashed transparent;
  padding: 17px;
  position: relative;
}
.field-editor-size-small {
  width: 33%;
  min-width: 300px;
}
.field-editor-size-medium {
  width: 50%;
  min-width: 50%;
}
.field-editor-size-large {
  width: 100%;
  min-width: 100%;
}
.fb-field-wrapper input {
  border-radius: 3px;
  border: thin solid #ddd;
}
.fb-field-group .group-actions-wrapper {
  display: none;
  float: inherit;
  width: 100%;
}
.fb-field-group:hover .group-actions-wrapper,
.fb-field-wrapper:hover .actions-wrapper,
.fb-field-wrapper.editing .actions-wrapper {
  display: block;
}
.fb-field-wrapper .actions-wrapper {
  display: none;
  position: absolute;
  bottom: -25px;
  right: 5px;
  z-index: 3;
}
.fb-field-wrapper .actions-wrapper a {
  display: inline-block;
  background-color: #ccc;
  padding: 6px 0px;
}
.edit-response-field input,
.edit-response-field textarea,
.edit-response-field select {
  border: thin solid #ddd;
  border-radius: 0.25em;
  padding: 0.5em;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
.edit-response-field input:focus,
.edit-response-field textarea:focus,
.edit-response-field select:focus {
  outline: none;
  border: thin solid #1abc9c;
}
.edit-response-field select {
  font-size: 14px;
}
.fb-field-activate-back {
  background-image: url('../assets/img/ic-undo.png');
  background: url('../assets/img/ic-undo.png');
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.fb-field-group .group-actions-wrapper a.js-clear,
.fb-field-group .group-actions-wrapper a.js-disable {
  background-color: transparent;
  border: none;
}
.fb-field-group .group-actions-wrapper .js-clear.fb-button {
  position: static;
  float: right;
}
.fb-field-group .group-actions-wrapper .js-clear.fb-button i {
  color: red;
}
.fb-field-group .group-actions-wrapper .js-disable.fb-button {
  position: static;
  float: right;
}
.fb-field-group .group-actions-wrapper .js-disable.fb-button span {
  color: #37bbc2;
  font-size: 12px;
  font-weight: bold;
}
.fb-field-wrapper .actions-wrapper a.js-duplicate,
.fb-field-wrapper .actions-wrapper .fb-edit-field-wrapper .js-add-option,
.fb-field-wrapper .actions-wrapper a.js-deactivate,
.fb-field-wrapper .actions-wrapper a.js-clear,
.fb-field-wrapper .actions-wrapper a.js-disable,
.fb-field-wrapper .actions-wrapper .fb-edit-field-wrapper .js-remove-option {
  background-color: transparent;
  border: none;
}
.fb-field-wrapper .actions-wrapper .js-deactivate.fb-button i,
.fb-field-wrapper .actions-wrapper .js-clear.fb-button i {
  color: red;
}
.fb-field-wrapper .actions-wrapper .js-duplicate.fb-button i {
  color: #002244;
}
.fb-field-wrapper .actions-wrapper .js-standard-field {
  display: inline-block;
  color: white;
  background-color: rgba(20, 20, 20, 0.75);
  box-shadow: 1px 1px 3px #999;
  padding: 6px;
  margin-right: 5px;
  position: relative;
  bottom: 5px;
  border-radius: 5px;
}
.fb-field-wrapper .subtemplate-wrapper .cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.fb-field-wrapper .subtemplate-wrapper select {
  min-height: 24px;
}
.fb-field-wrapper .subtemplate-wrapper > label {
  display: block;
  border-bottom: thin solid #eee;
  padding-bottom: 3px;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fb-field-wrapper.standard-field .subtemplate-wrapper > label {
  color: #002244;
}
.fb-field-wrapper .subtemplate-wrapper abbr {
  color: #f00;
}
.fb-field-wrapper .input-line {
  clear: both;
  margin-bottom: 10px;
}
.fb-field-wrapper .input-line .above-line {
  margin-top: 7px;
}
.fb-field-wrapper .input-line > span {
  display: inline-block;
  vertical-align: top;
}
.fb-field-wrapper .input-line > span input {
  width: 100%;
}
.fb-field-wrapper .input-line > span > label {
  display: block;
  font-size: 13px;
  margin-left: 3px;
}
.fb-field-wrapper {
  font-size: 13px;
}
.fb-field-wrapper .help-block {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  min-height: 17px;
}
.fb-field-wrapper .field-editor-size-small .help-block,
.fb-field-wrapper .field-editor-size-medium .help-block {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fb-edit-field-wrapper .fb-field-label {
  word-break: break-all;
  font-weight: normal;
  background: #eee;
  padding: 0.75em;
  color: #666;
  font-size: 1.25em;
}
.fb-edit-field-wrapper .fb-field-label .field-type {
  margin-top: 0.5em;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  white-space: pre-wrap;
}
.fb-edit-field-wrapper .fb-field-label .field-type:before {
  content: 'Type: ';
  color: #999;
}
.fb-edit-field-wrapper .fb-field-label .fa.fa-arrow-right {
  display: none;
}
.fb-edit-field-wrapper .fb-edit-section-header {
  border-bottom: 1px solid #ddd;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  clear: both;
}
.fb-edit-field-wrapper a.fb-button {
  background-color: transparent;
  border: none;
  padding: 0px;
}
.fb-edit-field-wrapper a.fb-button i.glyphicon-plus-sign {
  color: #002244;
}
.fb-edit-field-wrapper a.fb-button i.glyphicon-remove-circle {
  color: red;
}
.fb-edit-field-wrapper a.js-add-option.fb-button {
  color: #3c535e;
}
.fb-edit-field-wrapper .fb-bottom-add {
  margin-top: 8px;
}
.fb-common-wrapper .fb-field-identifier input,
.fb-common-wrapper .fb-label-description input,
.fb-common-wrapper .fb-label-description textarea {
  width: 100%;
  margin-bottom: 10px;
}
.fb-common-wrapper .fb-label-description textarea {
  min-height: 5em;
}
.response-field-draggable-helper {
  border: 1px dashed #ddd;
  background: #eee;
}
.response-field-text input.rf-size-small {
  width: 100%;
}
.response-field-text input.rf-size-medium {
  width: 65%%;
}
.response-field-text input.rf-size-large {
  width: 31.5%;
}
.response-field-paragraph textarea.rf-size-small {
  width: 100%;
  min-height: 60px;
}
.response-field-paragraph textarea.rf-size-medium {
  width: 65%%;
  min-height: 100px;
}
.response-field-paragraph textarea.rf-size-large {
  width: 31.5%;
  min-height: 20px;
}
.response-field-address .street {
  width: 400px;
}
.response-field-address .city,
.response-field-address .state,
.response-field-address .zip,
.response-field-address .country {
  width: 198px;
}
.response-field-date .month,
.response-field-date .day,
.response-field-date .year {
  width: 50px;
}
.response-field-time .hours,
.response-field-time .minutes,
.response-field-time .seconds {
  width: 50px;
}
.response-field-checkboxes .fb-option,
.response-field-radio .fb-option {
  margin-bottom: 5px;
  display: inline-block;
}
.response-field-website input {
  width: 200px;
}
.fb-field-wrapper.disabled {
  border: thin solid #ccc;
  background: #ddd !important;
  cursor: default!important;
}
.response-field-section_break {
  width: 100%;
}
.fb-edit-field-wrapper label,
.fb-edit-field-wrapper p {
  font-size: 12px;
}
.fb-edit-field-wrapper label.or,
.fb-edit-field-wrapper p.or {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3px;
  color: #5e5e5e;
}
.fb-edit-field-wrapper select {
  color: #000000;
  height: 43px;
  max-width: 209px;
  margin: 5px 0px;
}
.fb-edit-field-wrapper select.no-width-restriction {
  max-width: 100%;
}
.fb-edit-field-wrapper .add-conditional-rule {
  background-color: transparent;
  color: #cdcdcd;
  font-size: 12px;
  border: 1px solid #cdcdcd;
  width: 100%;
  white-space: pre-wrap;
}
.fb-edit-field-wrapper .conditions-container {
  margin: 20px 0;
}
.fb-edit-field-wrapper .conditions-container .conditional-box {
  margin: 10px 0;
  background-color: #DCDCDC;
  padding: 15px;
  border-radius: 5px;
}
.fb-edit-field-wrapper .conditions-container .conditional-box label {
  font-size: 14px;
  color: #5e5e5e;
  font-weight: bold;
}
.fb-edit-field-wrapper .conditions-container .conditional-box p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-align: right;
  color: #e64a19;
  margin: 0;
  cursor: pointer;
}
.forced-rank-row {
  margin-top: 10px;
}
.forced-rank-row .forced-rank-dropdown {
  width: 90%;
  margin-bottom: 10px;
}
.small-font {
  font-size: 12px;
}
.banner-info {
  margin-top: 10px;
  min-height: 100%;
  overflow: hidden;
  width: 75%;
  float: left;
  padding-left: 20px;
}
.banner-info .alert-info {
  color: #8a6d3b !important;
  font-size: 14px !important;
}
.tied-field {
  padding-left: 25px;
  background-image: url('../assets/img/ic-warning.png');
  background-repeat: no-repeat;
  background-size: 16px;
}
.tied-field-h4 {
  background-position-y: 12px;
}
#update-app-flash-message {
  position: absolute;
  z-index: 1500;
  top: 10px;
  width: 90%;
  margin-left: 5%;
}
/* Calendar styles */
.calendar .panel-heading {
  padding: 0;
}
.calendar .btn-block {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.calendar .panel-title #dates-icon,
.calendar .panel-title #cal-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  color: #fff;
}
.calendar #accordion .panel-title .btn {
  background: #002244;
  border-color: #002244;
  color: #fff;
  position: relative;
  font-size: 17px;
  box-shadow: none;
}
.calendar #accordion .panel-title .btn.collapsed {
  position: relative;
  background: #fff;
  border-color: #eCf0f1;
  color: #000;
  box-shadow: none;
}
.calendar #accordion .panel-title .btn.collapsed #dates-icon,
.calendar #accordion .panel-title .btn.collapsed #cal-icon {
  color: #71828D;
}
.calendar #accordion .panel {
  box-shadow: none;
}
.body-picker .row {
  margin: 0;
}
#event-info {
  color: #6daaae;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  background: url("../assets/img/sprite.png") 0 -137px no-repeat;
  display: inline-block;
  height: 30px;
  margin-left: 7px;
  vertical-align: -7px;
  width: 32px;
}
.input-append.date .form-control {
  display: inline-block;
  width: auto;
}
.close,
button.close {
  width: 24px;
  top: 6px;
  position: relative;
}
.alert button.close {
  top: 2px;
}
.form-group-btn button {
  font-size: 18px;
  width: 48%;
}
.form-signin .form-signin-heading {
  margin-bottom: 15px;
}
.step .title-centered h2 {
  font-size: 19px;
  color: #b4bcc2;
}
#enrollment-calendar .btn[data-cal-navigation="prev"],
#enrollment-calendar .btn[data-cal-navigation="next"] {
  background: url("../assets/img/sprite.png") -162px 0 no-repeat;
  cursor: pointer;
  height: 32px;
  border: 0;
  border-radius: 0;
  width: 32px;
  text-indent: -9999px;
  margin-top: 5px;
}
#enrollment-calendar .btn[data-cal-navigation="prev"]:hover,
#enrollment-calendar .btn[data-cal-navigation="prev"]:active {
  background: url("../assets/img/sprite.png") -162px -90px no-repeat;
}
#enrollment-calendar .btn[data-cal-navigation="next"]:hover,
#enrollment-calendar .btn[data-cal-navigation="next"]:active {
  background: url("../assets/img/sprite.png") -162px -135px no-repeat;
}
#enrollment-calendar .btn[data-cal-navigation="next"] {
  background: url("../assets/img/sprite.png") -162px -45px no-repeat;
}
.calendar-header {
  font-weight: 300;
  color: #5c5c5c;
  font-size: 24px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#enrollment-calendar-container {
  margin-top: 20px;
}
span[data-cal-date] {
  font-size: 14px !important;
  margin-right: 10px !important;
  margin-top: 10px !important;
  opacity: 1 !important;
  color: #5c5c5c;
  font-weight: 300 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
}
.cal-day-today {
  background: none  !important;
}
.cal-day-today span[data-cal-date] {
  background-color: #002244;
  border-radius: 1000px;
  color: #fff !important;
}
.registration-packets-step1 .chosen-container.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
.registration-packets-step1 .chosen-container.chosen-container-single .chosen-single div {
  top: 4px;
  color: #000;
}
.registration-packets-step1 .chosen-container .chosen-drop {
  background-color: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin: 2px 0 0;
}
.chosen-container .chosen-search input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
.registration-packets-step1 .chosen-container .chosen-results {
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  margin-bottom: 5px;
}
.registration-packets-step1 .chosen-container .chosen-results li,
.registration-packets-step1 .chosen-container .chosen-results li.active-result {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  background-image: none;
}
.registration-packets-step1 .chosen-container .chosen-results li:hover,
.registration-packets-step1 .chosen-container .chosen-results li.active-result:hover,
.registration-packets-step1 .chosen-container .chosen-results li.highlighted {
  color: #FFF;
  text-decoration: none;
  background-color: #428BCA;
  background-image: none;
}
.registration-packets-step1 .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}
.registration-packets-step1 .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: auto;
  padding: 5px 0;
}
.registration-packets-step1 .chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  padding: 3px 24px 3px 5px;
  margin: 0 6px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
}
.registration-packets-step1 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 8px;
  right: 6px;
}
.registration-packets-step1 .chosen-container-multi.chosen-container-active .chosen-choices,
.registration-packets-step1 .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
.registration-packets-step1 .chosen-container .chosen-search input[type=text]:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.registration-packets-step1 .chosen-container-multi .chosen-results li.result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
  background-color: white;
}
.admissions-page {
  margin-top: 20px;
}
.admissions-page button,
.admissions-page a.btn {
  min-width: 179px;
}
.container-grades .col-md-2 {
  float: left;
}
.container-grades .col-md-2 .grade {
  padding: 13px;
}
.container-enrollments .col-md-2 {
  float: left;
}
.container-enrollments .col-md-2 .grade {
  padding: 13px;
}
.form-group.col-md-12.guardians-addresses {
  margin-top: 18px;
}
.view-container {
  padding: 0 40px;
}
.view-container > .row {
  margin: 0;
}
.btn {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn .glyphicon.glyphicon-plus {
  font-size: 17px;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active {
  border-color: #179351;
}
.btn.premium-lock-settigns-feature {
  text-align: center;
}
.btn.premium-lock-settigns-feature .glyphicon {
  display: inline-block;
  position: relative;
  top: -3px;
  left: -8px;
  color: #efefef;
}
.btn.premium-lock-settigns-feature .premium-btn-text {
  display: inline-block;
}
.dashboard-display-control:focus,
.dashboard-display-control.active {
  outline: none !important;
  box-shadow: 0px 0px 16px #8FEFF4;
}
.modal-dialog p.danger-message {
  color: red;
}
@media screen and (max-width: 768px) {
  .view-container {
    padding: 0 10px !important;
  }
}
.restricted {
  display: none;
}
.edit-preferred-language {
  padding-right: 19px;
  cursor: pointer!important;
}
.edit-preferred-language div {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.edit-preferred-language div span {
  display: block;
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
}
.edit-preferred-language div span.upper {
  text-transform: uppercase;
  color: #000;
}
.edit-preferred-language div span.bottom {
  text-transform: capitalize;
  color: #B9D800;
}
.edit-preferred-language span {
  display: inline-block;
  margin-top: 5px;
}
.alert {
  font-size: 16px;
  color: #fff;
  margin: 0px;
  opacity: 0.9;
}
.alert a {
  color: #fff;
  text-decoration: none;
}
.alert .glyphicon {
  color: #fff;
  margin-right: 20px;
  top: 3px;
}
.alert button {
  background: 0 0;
  text-shadow: none;
  font-size: 20px;
  text-indent: 0;
  font-weight: 400;
  height: 19px;
}
.alert.alert-info {
  color: #8A6D3B;
}
.alert.alert-info .glyphicon {
  color: #4A4A4A;
}
.alert.alert-info a.btn {
  margin-left: 22px;
}
.alert.alert-info button {
  color: #4a4a4a;
  opacity: 1;
}
.alert.alert-danger {
  background-color: #c60c30;
}
.alert.alert-success {
  background-color: #689F38;
}
.alert.alert-warning {
  background-color: #c60c30;
}
#flash-messages {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
#flash-messages #flash-messages-container {
  padding: 0px 40px;
  position: absolute;
  width: 100%;
  max-height: 60px;
  z-index: 1041;
}
.sm-black-popover {
  background-color: #000000 !important;
  color: white !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  display: block !important;
  padding: 0px !important;
  text-shadow: 0px 0px !important;
  border-radius: 5px !important;
}
.sm-black-popover .arrow {
  display: block!important;
}
.sm-black-popover .arrow::after {
  border-top-color: #000000 !important;
}
a.blue {
  color: #00a1b1;
}
a.disabled {
  color: #4a4a4a;
}
a.disabled:hover {
  text-decoration: none;
}
.google-signin {
  margin: 50px 0px 30px 0px;
}
.open-signin-option {
  margin-bottom: 25px;
}
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social.btn-google {
  padding: 9px 59px;
  text-align: center;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
  background: #4184f3 url("../assets/img/g42-blue.png") no-repeat;
}
.signup-restriction-text {
  margin-top: 30px;
  color: #9b9b9b;
  text-align: center;
  line-height: 1.8;
  font-size: 12px;
}
.border-top {
  border-top: 1px solid #ccc;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
#send_invoice_at .checkbox-inline {
  display: block;
  margin-left: 10px;
}
#address_label_template .checkbox-inline {
  display: block;
  margin-left: 10px;
}
#address_label_display_name .checkbox-inline {
  display: block;
  margin-left: 10px;
}
label[for=send_reminder] {
  display: inline-flex;
}
label[for=send_reminder] #show-reminder-offset {
  padding-left: 10px;
}
.custom-messages-table .table thead > tr > th,
.custom-messages-table .table td {
  text-align: left;
}
table td span.glyphicon.glyphicon-info-sign {
  margin-left: 5px;
  vertical-align: text-bottom;
}
.disabled-multiselect {
  pointer-events: none;
  opacity: 0.5;
}
.view-recommedation {
  color: #009BB1;
}
.valign-top {
  vertical-align: top !important;
}
.disabled-checkbox-with-tooltip {
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .modal-dialog {
    width: 840px;
  }
}
.clear-loading-view {
  opacity: 0.5;
}
.form-group span.description {
  float: left;
}
.forms-link {
  color: #25d2db;
  cursor: pointer;
}
input[disabled] {
  -webkit-text-fill-color: #858585;
  -webkit-opacity: 1;
  color: #858585;
}
#owner-check {
  margin-left: 10px;
}
.actions-right {
  right: 0;
  left: auto;
  top: auto;
  text-align: left;
}
.alert-success:focus {
  outline: none;
}
.red-link {
  color: #ff5900;
  cursor: pointer;
}
.red-link:hover {
  color: #FF5960;
  text-decoration: underline;
  background-color: transparent;
}
.btn-top-page {
  width: 170px;
  margin: 10px;
}
.grouped-tables {
  margin-top: 20px;
  font-size: 14px;
  position: relative;
}
.grouped-tables .width-50 {
  width: 50%;
}
.grouped-tables .width-80 {
  width: 80%;
}
.grouped-tables .width-20 {
  width: 19%;
}
.grouped-tables .filter-tables {
  margin-bottom: 15px;
}
.grouped-tables tr {
  min-height: 60px;
  height: 60px;
}
.grouped-tables table {
  background-color: #FFFFFF;
  border: 1px solid #DEDEDE;
  color: #000000;
  font-family: "Helvetica Neue";
  margin-bottom: 0px;
}
.grouped-tables table thead {
  font-weight: 500;
}
.grouped-tables table thead tr {
  border-bottom: 1px solid #DEDEDE;
}
.grouped-tables table thead tr td.sortable {
  cursor: pointer;
}
.grouped-tables table thead tr td .caret {
  margin-left: 10px;
}
.grouped-tables table tbody tr td {
  color: #000000;
}
.grouped-tables .fixed-table {
  display: inline-block;
}
.grouped-tables .fixed-table table {
  border-radius: 7px;
}
.grouped-tables .fixed-table table tr td {
  min-width: 100px;
  max-width: 120px;
  border: none;
  text-align: left;
  line-height: 1;
}
.grouped-tables .fixed-table table tr td:first-child {
  min-width: 30px;
}
.grouped-tables .fixed-table table tr td i {
  font-size: 22px;
  cursor: pointer;
  margin: -3px 0 0 4px;
  display: inline-block;
}
.grouped-tables .scrollable-table {
  overflow-x: scroll;
  position: absolute;
  right: 1%;
  top: 58px;
}
.grouped-tables .scrollable-table table {
  border-left: none;
}
.grouped-tables .scrollable-table table tr {
  border-top: 1px solid #DEDEDE;
}
.grouped-tables .scrollable-table table tr td {
  width: 160px;
  min-width: 160px;
  border: none;
}
.grouped-tables .scrollable-table table tbody tr td i {
  width: 100%;
  border-right: 1px solid #DEDEDE;
  font-size: 19px;
  vertical-align: middle;
  cursor: pointer;
}
.grouped-tables .scrollable-table table tbody tr td.selected i {
  color: #00A1B1;
}
label.disabled {
  cursor: not-allowed;
}
.select-text {
  -webkit-touch-callout: all;
  /* iOS Safari */
  -webkit-user-select: all;
  /* Safari */
  -khtml-user-select: all;
  /* Konqueror HTML */
  -moz-user-select: all;
  /* Firefox */
  -ms-user-select: all;
  /* Internet Explorer/Edge */
  user-select: all;
  /* Chrome and Opera */
  cursor: pointer;
}
.sm-text {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.sm-text.bold {
  font-weight: bold;
}
.sm-text.large {
  font-size: 20px;
}
.sm-text.text-primary {
  color: #002244;
}
.sm-text.green-text {
  color: #00A1B1;
}
.sm-text.default-text-color {
  color: #71828D;
}
.sm-text.text-white {
  color: #ffffff;
}
.no-background {
  background: none;
}
.accessibility-label {
  height: 16.4px;
  font-size: 14px;
  color: #4a4a4a;
}
/*****************************************
******************************************
@desc       :: Admin Schoolmint styles
@author     :: schoolmint
@date       :: Aug 24, 2014
******************************************
*****************************************/
/***** forms *****/
#content #form-builder .form-group label.control-label {
  text-align: left;
}
/* admin.css */
#schoolmint-enrollment-system-headline {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #3C535E;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 5px 0 0 20px;
  padding: 10px 0 10px 20px;
  border-left: 1px solid #dfdfdf;
}
/**** onboarding admin ***/
#content .form-onboarding .fileupload img,
#content .form-onboarding .fileupload .top-buffer {
  max-width: 200px;
  max-height: 40px;
}
#content .form-onboarding .buttons {
  left: -50px;
  top: 30px;
}
/***** stream table ***/
.st_pagination {
  float: left;
}
.st_pagination .pagination {
  margin: 0px;
}
.st_per_page {
  width: 70px;
  display: inline;
}
#buttons-row {
  margin-top: 15px;
}
#buttons-row .caret {
  margin-left: 5px;
}
/****** schools ****/
#content .report-table .student-search-results table#stream-table td.text-left {
  text-align: left;
}
#content .add-edit-school .schools-container .col-xs-3 .table-edit-panel tbody td {
  text-align: center;
}
#content .add-edit-school .schools-container .grid-view .col-xs-3 .panel-footer {
  background-color: #ecf0f1;
  border-top: 1px solid #ecf0f1;
}
#content .add-schools-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}
#content .add-edit-schools .panel-heading-up,
#content .add-edit-schools .panel-footer-down {
  background: #fff;
}
#content .add-edit-school .text-right .list-inline li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  width: 20px;
}
.add-edit-school .optionsVisibility .table-edit-panel {
  display: none;
}
.add-edit-school {
  padding: 0 0 50px;
}
.add-edit-school .search-form {
  position: relative;
  margin: 0;
}
.add-edit-school .btn-search {
  border: 0;
  position: absolute;
  top: 12px;
  left: 25px;
  background: none;
  padding: 0;
}
.add-edit-school .search-form input[type="text"].form-control {
  padding-left: 30px;
}
.list-view-ul {
  margin-top: 50px;
}
#content .add-edit-school .glyphicon {
  position: relative;
  top: 0;
  display: inline-block;
  font-size: 16px;
  left: 0;
}
#content .add-edit-school .glyphicon-search {
  color: #cbcbcb;
}
/* grid-view */
#content .add-edit-school .grid-view img {
  max-width: 200px;
  max-height: 150px;
}
#content .add-edit-school .list-view img {
  max-width: 33px;
  max-height: 33px;
}
#content .add-edit-school .grid-view .text-style {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-view .panel-body {
  min-height: 150px;
  display: table;
  width: 100%;
}
.grid-view .panel-body > span {
  height: 150px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.grid-view .panel {
  position: relative;
}
.table-edit-panel {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0;
}
.table-edit-panel td {
  border-left: 1px solid #dce2e3;
  border-bottom: 1px solid #dce2e3;
  background-color: #ecf0f1;
  opacity: 1;
}
.table-edit-panel tr td:first-child {
  border-left: 0;
}
.table-edit-panel .glyphicon-trash {
  color: #697c81;
}
.table-edit-panel.table thead > tr > td,
.table-edit-panel.table tbody > tr > td {
  border-top: 0;
}
.fileupload input[type="file"] {
  height: 100%;
}
/* Staff Members popup */
.list-user-role {
  padding-left: 20px;
  padding-right: 20px;
}
.list-user-role .img-rounded {
  border-radius: 1000px;
}
span.role {
  display: block;
  color: #5c5c5c;
  font-size: 14px;
}
.list-user-role .block-inline {
  color: #3a4041;
  font-size: 18px;
}
.col-xs-select {
  margin-top: 15px;
}
.list-user-role .row {
  border-top: 1px solid #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-user-role .row:first-child {
  padding-top: 0;
  border-top: 0;
}
/* Add New School popup */
#AddSchool .modal-dialog {
  width: 840px;
}
.col-xs-8 .row {
  margin-bottom: 15px;
}
.top-buffer {
  border: 2px solid #e6e6e6;
  height: 145px;
  margin-bottom: 20px;
  text-align: center;
  display: table;
  width: 100%;
}
.top-buffer span {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#content .add-edit-school .glyphicon-pencil,
#content .add-edit-school .glyphicon-trash,
#content .add-edit-school .glyphicon-calendar,
#content .add-edit-school .glyphicon-user {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 5px;
  color: #697c81;
}
#content .add-edit-school .list-view .text-left {
  text-align: left;
}
/* invite users styles */
#content .edit-account-wrapper .panel-heading,
#content .edit-account-wrapper .panel-footer {
  background: #fff;
}
#content .edit-account-wrapper .inputs-line {
  margin-top: 20px;
}
#content .invite-users .item-line .form-group {
  padding-left: 15px;
  margin-bottom: 15px;
}
#content .invite-users .panel-heading,
.invite-users .panel-footer {
  background: #FFFFFF;
  padding-bottom: 20px;
  padding-top: 20px;
}
#content .invite-users .select-inline {
  min-width: 0;
  display: block;
}
#content .invite-users .panel-title {
  line-height: 1.1;
}
#content .invite-users .invite-section .badge-wrap {
  display: inline-flex;
}
#content .edit-account-wrapper .invite-accounts-form .row,
#content .edit-account-wrapper .invite-accounts-form .form-group {
  margin-left: 0;
  margin-right: 0;
}
#content .edit-account-wrapper .invite-accounts-form {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.select-inline select {
  color: #4A4A4A;
  height: 40px;
  line-height: 40px;
  padding: 10px;
  border-color: #DCE2E8;
  border-width: 1px;
  background: none repeat scroll 0 0 #FFFFFF;
}
.border-right {
  border-right: 1px solid #CACACA;
  height: 40px;
  line-height: 40px;
}
.invite-users .panel-title {
  padding: 10px;
  color: #6faaad;
}
.people-view .panel-default {
  box-shadow: none;
  border: none;
  border-radius: 50px;
}
.people-view .panel-default .panel-body {
  border-radius: 50px;
  padding: 0;
  background: #e3e3e3;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  display: table;
  min-height: 100px;
}
.glyphicon-search {
  font-size: 26px;
  top: 5px;
}
.people-view .panel-default .panel-footer {
  padding: 10px;
  border: none;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.long-text-overflow {
  overflow: hidden;
}
.long-text-overflow:hover {
  overflow: visible;
}
.people-view .panel-body > span {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  width: 100%;
}
.people-view .panel {
  margin: 10px auto;
}
#content .invite-users .glyphicon-user {
  color: #fff;
  font-size: 45px;
  top: -5px;
}
.panel {
  box-shadow: none;
}
.form-control,
textarea.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border-color: #ADADAD;
  border-width: 1px;
  font-size: 14px;
  color: #858585;
}
.form-group label {
  color: #858585;
  font-size: 14px;
  padding: 15px 0;
}
.mint .panel-heading {
  border: none;
}
.mint .panel-body {
  padding-top: 0;
}
.form-group.col-md-12 > .form-group {
  margin: 0;
}
.mint > .panel-default {
  border-color: #002244;
}
.dotted-box {
  border-bottom: 1px dotted #bebebe;
}
.dotted-box label {
  padding: 10px 10px 0;
}
.check-group label {
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.check-group label.normal-weight {
  font-size: 14px;
  font-weight: 500;
}
#content .invite-users .btn.btn-default {
  width: 100%;
}
.title.item-line .form-group {
  margin-bottom: 0;
}
.search {
  position: relative;
}
.search .glyphicon-search {
  position: absolute;
  left: 30px;
  top: 6px;
}
/**applications **/
/*#content .application-step .step3 .with-checkbox label {
    padding-top: 10px;
    margin-left: 30px;
}*/
#racial_ethnic_identification label:first-child {
  margin-left: 10px;
}
#content .application-step .step3 .with-checkbox .select-inline {
  margin-left: 0;
}
#content .application-step .step5 .with-checkbox .select-inline {
  margin-left: 0;
  width: 100%;
}
#content .application-step .step4 .item-line .select-inline {
  margin-left: 0;
}
#content .application-step .step5 .with-checkbox .select-inline input {
  left: 30px;
}
#content .application-step .info-box {
  margin-bottom: 30px;
}
#content .application-step .step-preview .info-box-total .col-md-12 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
#content .application-step .step-preview .info-box-total .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
#content .application-step .step-preview .info-box-total .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
#content .application-step .step-preview .siblings label.siblings-graduation-date {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -20px;
}
.application-step .panel-heading,
.application-step .panel-footer {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.application-step .panel-title {
  font-size: 22px;
  color: #46737e;
}
.box-step-1 .form-group.col-xs-6 {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.pager-app {
  font-size: 18px;
  color: #000000;
}
.pager-app .badge {
  background: #000000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 1000px;
  vertical-align: 7px;
  font-size: 23px;
}
.icon-info {
  background-position: -210px -83px;
  width: 8px;
  height: 20px;
  display: inline-block;
  margin: 0 20px 0 -25px;
}
.panel-body .info {
  text-align: center;
  font-size: 14px;
  color: #8A6D3B;
  padding: 15px 0;
  background: #ffeeb8;
  margin-bottom: 20px;
}
.info-box {
  position: relative;
  padding: 0 0 0 130px;
}
.on-orange {
  color: #ffb830;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  left: 25px;
  top: 10px;
}
input[type="checkbox"] {
  display: block;
  width: auto;
  height: auto;
}
.with-checkbox .form-group input[type="checkbox"] {
  left: 30px;
  position: absolute;
  top: 10px;
}
.with-checkbox .form-group .form-control {
  padding: 10px 15px 10px 35px ;
}
.title {
  color: #5c5c5c;
  padding-bottom: 10px;
}
.item-line.with-checkbox .select-inline select {
  height: 40px;
  line-height: 40px;
  padding: 10px 10px 8px 30px;
  color: #4a4a4a;
}
.form-control,
textarea.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-width: 1px;
  border-color: #cacaca;
}
.item-line .col-md-8 .form-group.col-md-4 {
  padding: 0 0 0 10px;
}
.item-line .col-md-8 .form-group.col-md-4:first-child {
  padding: 0;
}
.check-group {
  padding: 10px 0 0;
}
.form-group label {
  color: #4a4a4a;
}
.checkbox-block {
  display: block;
}
.panel-body.with-info {
  padding: 0;
}
.panel-body-inner {
  padding: 15px;
}
.onoffswitch {
  position: relative;
  width: 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch input[type="checkbox"]:checked + label:before {
  background: none;
}
.onoffswitch input[type="checkbox"] + label:before {
  -moz-user-select: none;
  background: none ;
  border: none;
  content: "";
  display: block;
  height: auto;
  margin-right: 0;
  position: inherit;
  vertical-align: 0;
  width: auto;
}
.onoffswitch-checkbox,
.onoffswitch input[type="checkbox"] {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #D6DFE1;
  border-radius: 20px;
  margin: 0;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #ffffff;
  color: #FFB830;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #ffffff;
  color: #FFB830;
  text-align: right;
}
.onoffswitch-switch {
  width: 27px;
  margin: 3.5px;
  background: #FFFFFF;
  border: 2px solid #D6DFE1;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 41px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
  background-color: #D6DFE1;
}
.item-line .form-group:first-child {
  padding-left: 0;
  margin: 0;
}
.inline-label {
  padding: 10px 0;
}
.form-control {
  font-size: 14px;
}
.small {
  font-size: 12px;
}
.subtitle {
  font-size: 14px;
  color: #5a5a5a;
}
.title strong {
  color: #333333;
}
.pad-left-50 {
  padding-left: 50px;
}
.pad-left-80 {
  padding-left: 80px;
}
.item-line .form-group.row:first-child {
  padding-left: 15px;
}
.col-sm-12.form-group.pad-left-50 .form-group {
  margin-bottom: 0;
}
.big-btn {
  width: 300px;
}
.big-btn .glyphicon-plus {
  font-size: 26px;
  margin-right: 7px;
  vertical-align: -2px;
}
#content .step8 .glyphicon.glyphicon-pencil {
  color: #c3c3c3;
  margin: 0 15px;
}
.info-box-total {
  padding: 0 80px;
}
.select-inline select {
  background: #ffffff;
}
.border-box {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.required {
  color: #ff3c3c;
  position: absolute;
}
.form-group .required {
  right: 25px;
  top: 15px;
}
.form-group .select-inline .required {
  right: 5px;
  top: 15px;
}
.main-title {
  font-size: 18px;
  line-height: 20px;
  padding: 20px 0;
  color: #5a5a5a;
}
.main-title span {
  color: #aabcc0;
}
.application-step .panel-group .panel-heading {
  padding: 0;
}
.application-step .btn-block {
  padding-left: 15px;
  padding-right: 15px;
}
.application-step #accordion .panel-title .btn {
  background: none repeat scroll 0 0 #002244;
  border-color: #002244;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 17px;
  position: relative;
}
.application-step .panel-title #dates-icon,
.calendar .panel-title #cal-icon {
  color: #FFFFFF;
  margin-top: -9px;
  position: absolute;
  right: 10px;
  top: 50%;
}
.application-step .panel-collapse.in {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentColor #002244 #002244;
  border-image: none;
  border-right: 1px solid #002244;
  border-style: none solid solid;
  border-width: 0 1px 1px;
}
.application-step .panel-body,
.application-step .panel-collapse {
  border-radius: 0 0 5px 5px;
}
.application-step #accordion .info-box-total > .col-md-12 {
  padding: 0 15px 0 85px;
}
.application-step #accordion .info-box-total {
  padding: 0 50px;
}
.application-step #accordion .info-box-total .on-orange {
  left: -15px;
  top: 0;
}
.application-step #accordion .info-box-total .subtitle strong {
  color: #aabcc0;
}
.application-step {
  padding-bottom: 50px;
}
.application-step #accordion .panel-body-inner {
  padding-top: 35px;
}
.item-line.with-checkbox .form-group:first-child input[type="checkbox"] {
  left: 15px;
}
/*
This file contains ONLY the CSS that is unique to this feature and used by this feature. These styles are not used anywhere else in the SchoolMint application.

 */
.title-h3 {
  font-size: 24px;
  margin-top: 0;
}
.row-list-school {
  color: #000;
  padding: 40px 0;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 4px;
}
.row-list-school .col-md-2 {
  top: 15px;
}
.row-list-school + .row-list-school {
  color: #000;
  border-top: 1px solid #e7e7e7;
}
.icon-schools {
  width: 102px;
  height: 103px;
  display: inline-block;
  background-image: url("../assets/img/icon-schools.png");
  background-repeat: no-repeat;
}
.icon-manage-expiration-offers {
  width: 102px;
  height: 103px;
  display: inline-block;
  background-image: url("../assets/img/icon-manage-expiration-offers.png");
  background-repeat: no-repeat;
}
.ic-manage-priorities {
  width: 102px;
  height: 103px;
  display: inline-block;
  background-image: url("../assets/img/ic-manage-priorities.png");
  background-repeat: no-repeat;
}
.icon-settings-onboarding-step1 {
  width: 128px;
  height: 128px;
  display: inline-block;
  background-image: url("../assets/img/ic-step-1-onboarding.png");
  background-repeat: no-repeat;
}
.icon-settings-onboarding-step2 {
  width: 128px;
  height: 128px;
  display: inline-block;
  background-image: url("../assets/img/ic-step-2-onboarding.png");
  background-repeat: no-repeat;
}
.icon-settings-onboarding-step3 {
  width: 128px;
  height: 128px;
  display: inline-block;
  background-image: url("../assets/img/ic-step-3-onboarding.png");
  background-repeat: no-repeat;
}
.icon-settings-onboarding-completed {
  width: 128px;
  height: 128px;
  display: inline-block;
  background-image: url("../assets/img/ic-step-completed-onboarding.png");
  background-repeat: no-repeat;
}
.center-text-block {
  padding: 25px 0 0 35px;
}
.row-interest-tracker .interest-icon {
  width: 102px;
  height: 102px;
  display: inline-block;
  background: transparent url("../assets/img/icon_interest_tracking.png") no-repeat;
}
.icon-manage-schools {
  background-position: 0 0;
}
.row-list-school .col-md-1 {
  width: 135px;
  text-align: center;
}
.icon-users-schools {
  background-position: 0 -160px;
}
.icon-application-schools {
  background-position: 0 -321px;
}
.icon-calendars-schools {
  background-position: 0 -482px;
}
.icon-build-schools {
  background-position: 0 -643px;
}
.row-list-school:hover {
  background-color: #e7e7e7;
  /* cursor:pointer; */
}
.icon-build-classrooms {
  background-position: 0px -1455px;
}
.icon-invoices-schools {
  background-position: 0 -1617px;
}
.icon-custom-messages {
  background-position: 0 -1780px;
}
.row-configure-tags .icon-configure-tags {
  width: 102px;
  height: 103px;
  display: inline-block;
  background: url("../assets/img/tagIcon.png") no-repeat;
  background-size: contain;
}
.row-list-school.disabled,
.row-list-school.disabled:active,
.row-list-school.disabled:hover,
.row-list-school.disabled:focus {
  cursor: default;
  opacity: 0.5;
  background-color: transparent;
}
.row-list-school.disabled .btn-success:hover,
.row-list-school.disabled .btn-success:focus,
.row-list-school.disabled .btn-success:active {
  background-color: #689F38;
  cursor: default;
}
.icon-check-list {
  display: none;
  width: 26px;
  height: 28px;
  background: url("../assets/img/icon-check-list.png") no-repeat;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -15px;
}
.row-list-school.active .icon-check-list {
  display: block;
}
.row-list-school.active:hover,
.row-list-school.active:focus,
.row-list-school.active:active {
  background-color: transparent;
  cursor: default;
}
.icon-manage-registration {
  width: 102px;
  height: 102px;
  display: inline-block;
  background-image: url("../assets/img/icon_manage_registration.png");
  background-repeat: no-repeat;
}
.icon-manage-offer {
  width: 102px;
  height: 102px;
  display: inline-block;
  background-image: url("../assets/img/icon_manage_offers.png");
  background-repeat: no-repeat;
}
.icon-manage-notifications {
  width: 102px;
  height: 102px;
  display: inline-block;
  background-image: url("../assets/img/icon-managing-notifications.png");
  background-repeat: no-repeat;
}
.icon-create-application {
  width: 102px;
  height: 102px;
  display: inline-block;
  background-image: url("../assets/img/icon_create_application.png");
  background-repeat: no-repeat;
}
.icon-validate-priorities {
  width: 102px;
  height: 102px;
  display: inline-block;
  background-image: url("../assets/img/icon_validate_priorities.png");
  background-repeat: no-repeat;
}
.icon-chooser-editor {
  width: 102px;
  height: 102px;
  display: inline-block;
  background-image: url("../assets/img/icon_chooser_editor.png");
  background-repeat: no-repeat;
}
/********* calendars ********/
#content .calendar #collapse-container .panel-heading {
  min-height: 0;
}
#content .calendar #collapse-container .text-grey {
  color: #97a1a3;
}
#content .calendar #collapse-container #enrollment-calendar .cal-row-head .cal-span1 {
  color: #97a1a3;
}
.calendar .panel-collapse.in {
  border: 1px solid #002244;
  border-top: 0;
}
.calendar .panel-collapse.collapse {
  border: 1px solid #ecf0f1;
  border-top: 0;
}
.calendar .panel-default {
  border: 0;
}
.calendar .panel-body,
.calendar .panel-collapse {
  border-radius: 0 0 5px 5px;
}
.calendar {
  padding-bottom: 50px;
}
.calendar .title-centered {
  margin-bottom: 50px;
  margin-top: 50px;
  width: 100%;
}
.calendar .panel-heading {
  padding: 0;
}
.calendar .btn-block {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.calendar #accordion .panel-title .btn.collapsed {
  background: #fff;
  border-color: #ecf0f1;
  box-shadow: none;
  color: #000;
  position: relative;
}
.calendar #accordion .panel-title .btn {
  background: #002244;
  border-color: #002244;
  box-shadow: none;
  color: #fff;
  font-size: 17px;
  position: relative;
}
.calendar .panel-title #dates-icon,
.calendar .panel-title #cal-icon {
  color: #fff;
  margin-top: -9px;
  position: absolute;
  right: 10px;
  top: 50%;
}
#enrollment-calendar .btn[data-cal-navigation="prev"],
#enrollment-calendar .btn[data-cal-navigation="next"] {
  background: url("../assets/img/sprite.png") -162px 0 no-repeat;
  border: 0 none;
  border-radius: 0;
  cursor: pointer;
  height: 32px;
  margin-top: 5px;
  text-indent: -9999px;
  width: 32px;
}
#enrollment-calendar .btn[data-cal-navigation="next"] {
  background: url("../assets/img/sprite.png") -162px -45px no-repeat;
}
.calendar-header {
  color: #5c5c5c;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
[class*="cal-span"] {
  float: left;
  margin-left: 0;
  min-height: 1px;
}
.cal-row-fluid {
  width: 100%;
  *zoom: 1;
}
.cal-row-fluid:before,
.cal-row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.cal-row-fluid:after {
  clear: both;
}
.cal-row-fluid [class*="cal-span"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.05213764%;
}
.cal-row-fluid [class*="cal-span"]:first-child {
  margin-left: 0;
}
.cal-row-fluid .controls-row [class*="cal-span"] + [class*="cal-span"] {
  margin-left: 0%;
}
.cal-row-fluid .cal-span7 {
  width: 100%;
  *width: 99.9466951%;
}
.cal-row-fluid .cal-span6 {
  width: 85.71428571%;
  *width: 85.66098081%;
}
.cal-row-fluid .cal-span5 {
  width: 71.42857143%;
  *width: 71.37526652%;
}
.cal-row-fluid .cal-span4 {
  width: 57.14285714%;
  *width: 57.08955224%;
}
.cal-row-fluid .cal-span3 {
  width: 42.85714286%;
  *width: 42.80383795%;
}
.cal-row-fluid .cal-span2 {
  width: 28.57142857%;
  *width: 28.51812367%;
}
.cal-row-fluid .cal-span1 {
  width: 14.28571429%;
  *width: 14.23240938%;
}
.cal-week-box .cal-offset7,
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
  margin-left: 100%;
  *margin-left: 99.89339019%;
}
.cal-week-box .cal-offset6,
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
  margin-left: 85.71428571%;
  *margin-left: 85.60767591%;
}
.cal-week-box .cal-offset5,
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
  margin-left: 71.42857143%;
  *margin-left: 71.32196162%;
}
.cal-week-box .cal-offset4,
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
  margin-left: 57.14285714%;
  *margin-left: 57.03624733%;
}
.cal-week-box .cal-offset3,
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
  margin-left: 42.85714286%;
  *margin-left: 42.75053305%;
}
.cal-week-box .cal-offset2,
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
  margin-left: 28.57142857%;
  *margin-left: 28.46481876%;
}
.cal-week-box .cal-offset1,
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
  margin-left: 14.28571429%;
  *margin-left: 14.17910448%;
}
.cal-row-fluid .cal-span1 {
  width: 14.28571429%;
  *width: 14.23357664%;
}
[class*="cal-span"].hide,
.cal-row-fluid [class*="cal-span"].hide {
  display: none;
}
[class*="cal-span"].pull-right,
.cal-row-fluid [class*="cal-span"].pull-right {
  float: right;
}
.cal-row-head [class*="cal-span"]:first-child,
.cal-row-head [class*="cal-span"] {
  min-height: auto;
}
.cal-year-box [class*="span"] {
  position: relative;
}
.cal-events-num {
  margin-top: 20px;
}
.cal-month-day {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
}
#cal-week-box {
  position: absolute;
  width: 50px;
  left: -61px;
  top: -1px;
  padding: 8px 5px;
  cursor: pointer;
}
#cal-day-box {
  position: absolute;
  right: 50%;
  bottom: -21px;
  padding: 0 5px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
  width: 20px;
  margin-right: -17px;
}
.cal-year-box #cal-day-box {
  margin-right: -7px;
}
#cal-slide-box {
  position: relative;
}
#cal-slide-tick {
  position: absolute;
  width: 16px;
  margin-left: -7px;
  height: 9px;
  top: -1px;
  z-index: 1;
}
#cal-slide-tick.tick-month1 {
  left: 12.5%;
}
#cal-slide-tick.tick-month2 {
  left: 37.5%;
}
#cal-slide-tick.tick-month3 {
  left: 62.5%;
}
#cal-slide-tick.tick-month4 {
  left: 87.5%;
}
#cal-slide-tick.tick-day1 {
  left: 7.14285714%;
}
#cal-slide-tick.tick-day2 {
  left: 21.42857143%;
}
#cal-slide-tick.tick-day3 {
  left: 35.71428571%;
}
#cal-slide-tick.tick-day4 {
  left: 50%;
}
#cal-slide-tick.tick-day5 {
  left: 64.28571429%;
}
#cal-slide-tick.tick-day6 {
  left: 78.57142857%;
}
#cal-slide-tick.tick-day7 {
  left: 92.85714286%;
}
.events-list {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.btn.event {
  font-size: 11px;
}
.event {
  display: block;
  background-color: #c3c3c3;
  width: 80%;
  height: 80%;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  border: 1px solid #ffffff;
}
.cal-event-list .event.pull-left {
  margin-top: 3px;
}
.event-important {
  background-color: #002244;
  color: #ffffff;
  font-size: 11;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.event-info {
  background-color: #1e90ff;
}
.event-warning {
  background-color: #e3bc08;
}
.event-inverse {
  background-color: #1b1b1b;
}
.event-success {
  background-color: #006400;
}
.event-special {
  background-color: #800080;
}
.day-highlight:hover,
.day-highlight {
  background-color: #dddddd;
}
.day-highlight.dh-event-important:hover,
.day-highlight.dh-event-important {
  background-color: #fae3e3;
}
.day-highlight.dh-event-warning:hover,
.day-highlight.dh-event-warning {
  background-color: #fdf1ba;
}
.day-highlight.dh-event-info:hover,
.day-highlight.dh-event-info {
  background-color: #d1e8ff;
}
.day-highlight.dh-event-inverse:hover,
.day-highlight.dh-event-inverse {
  background-color: #c1c1c1;
}
.day-highlight.dh-event-success:hover,
.day-highlight.dh-event-success {
  background-color: #caffca;
}
.day-highlight.dh-event-special:hover,
.day-highlight.dh-event-special {
  background-color: #ffe6ff;
}
.cal-week-box [class*="cal-span"] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cal-column {
  position: absolute;
  height: 100%;
  z-index: -1;
}
.cal-row-head [class*="cal-span"]:first-child,
.cal-row-head [class*="cal-span"] {
  font-weight: bolder;
  text-align: center;
  border: 0 solid;
  padding: 5px 0;
}
.cal-row-head [class*="cal-span"] small {
  font-weight: normal;
}
.cal-year-box .row-fluid:hover,
.cal-row-fluid:hover {
  background-color: #fafafa;
}
.cal-month-day {
  height: 100px;
}
[class*="cal-span"]:hover {
  background-color: #ededed;
}
.cal-year-box [class*="span"],
.cal-month-box [class*="cal-span"] {
  min-height: 100px;
  border-right: 1px solid #e1e1e1;
}
.cal-year-box [class*="span"] {
  min-height: 60px;
}
.cal-year-box .row-fluid [class*="span"]:last-child,
.cal-month-box .cal-row-fluid [class*="cal-span"]:last-child {
  border-right: 0;
}
.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
  border-bottom: 1px solid #e1e1e1;
}
.cal-year-box .row-fluid:last-child,
.cal-month-box .cal-row-fluid:last-child {
  border-bottom: 0;
}
.cal-month-box,
.cal-year-box,
.cal-week-box {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-radius: 2px;
}
span[data-cal-date] {
  font-size: 1.2em;
  font-weight: normal;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
}
span[data-cal-date]:hover {
  opacity: 1;
}
.cal-day-outmonth span[data-cal-date] {
  opacity: 0.1;
  cursor: default;
}
.cal-day-today {
  background-color: #e8fde7;
}
.cal-day-today span[data-cal-date] {
  color: darkgreen;
}
.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 1.9em;
}
.cal-day-holiday span[data-cal-date] {
  color: #800080;
}
.cal-day-weekend span[data-cal-date] {
  color: darkred;
}
#cal-week-box {
  border: 1px solid #e1e1e1;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background-color: #fafafa;
  text-align: right;
}
#cal-day-box {
  border: 1px solid #e1e1e1;
  border-top: 0 solid;
  border-radius: 0 0 5px 5px;
  background-color: #ededed;
  text-align: center;
}
#cal-slide-box {
  border-top: 0 solid #8c8c8c;
}
#cal-slide-content {
  padding: 20px;
  color: #ffffff;
  background-image: url("../assets/img/dark_wood.png");
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
#cal-slide-tick {
  background-image: url("../assets/img/tick.png");
}
#cal-slide-content:hover {
  background-color: transparent;
}
#cal-slide-content a.event-item {
  color: #ffffff;
  font-weight: normal;
  line-height: 22px;
}
.events-list {
  max-height: 47px;
  padding-left: 5px;
}
.cal-column {
  border-left: 1px solid #e1e1e1;
}
a.cal-event-week {
  text-decoration: none;
  color: #151515;
}
span[data-cal-date] {
  color: #5C5C5C;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 300 !important;
  height: 30px;
  line-height: 28px;
  margin-left: 10px !important;
  margin-top: 10px !important;
  opacity: 1 !important;
  text-align: center;
  width: 30px;
}
.cal-day-today span[data-cal-date] {
  background-color: #002244;
  border-radius: 1000px;
  color: #fff !important;
}
.cal-day-today {
  background: none !important;
}
#enrollment-calendar .btn[data-cal-navigation="next"]:hover,
#enrollment-calendar .btn[data-cal-navigation="next"]:active {
  background: url("../assets/img/sprite.png") -162px -135px no-repeat;
}
#enrollment-calendar .btn[data-cal-navigation="prev"]:hover,
#enrollment-calendar .btn[data-cal-navigation="prev"]:active {
  background: url("../assets/img/sprite.png") -162px -90px no-repeat;
}
/* cut-off tab */
#content .calendar #collapse-container #cut-off-dates #cut-off-container thead th {
  font-weight: 400;
  color: #3e3e3e;
  border-right: 1px solid #fff;
  background: #efefef;
}
#content .calendar #collapse-container #cut-off-dates #cut-off-container tbody td {
  border: 1px solid #ecf0f1;
}
#content .calendar #collapse-container #cut-off-dates #cut-off-container tbody td:first-child,
#content .calendar #collapse-container #cut-off-dates #cut-off-container tbody td:last-child {
  text-align: center;
}
div#content .calendar div#collapse-container div#cut-off-dates div#cut-off-container tbody td img {
  max-width: 33px;
  max-height: 33px;
}
#content .calendar #collapse-container #cut-off-dates #cut-off-container thead th button,
#content .calendar #collapse-container #cut-off-dates #cut-off-container tbody td button {
  background: none;
  border: none;
  color: #697c81;
}
#content .calendar #collapse-container #cut-off-dates #cut-off-container thead th button span {
  color: #697c81;
  font-size: 18px;
}
#content .calendar #collapse-container #cut-off-dates #cut-off-container tbody td button span {
  color: #c3c3c3;
  font-size: 18px;
}
#content .calendar #cut-off-container {
  margin-top: 20px;
}
#content .calendar #collapse-container #cut-off-dates .text-left {
  text-align: left;
  font-size: 15px;
}
.add-cut-off-date .glyphicon-plus {
  font-size: 26px;
  margin-right: 7px;
  vertical-align: -2px;
}
.no-cut-off-dates {
  margin: 30px 0;
}
.cut-off-dates th,
.cut-off-dates td {
  color: #3e3e3e;
  font-weight: 400;
}
.cut-off-dates tr td:first-child {
  width: 140px;
}
/* add event popup */
.addEvent .modal-body form {
  margin: 0 auto;
  width: 460px;
}
.addEvent label {
  text-align: right;
  vertical-align: top;
  width: 95px;
  color: #5c5c5c;
}
.addEvent .text-info {
  height: auto;
  line-height: 16px;
  margin-top: 10px;
}
.text-info .icon-modul-info {
  background-position: -40px -109px;
  margin-right: 5px;
  vertical-align: -5px;
}
.icon-modul-info {
  height: 19px;
  width: 8px;
}
.select-inline {
  min-width: 167px;
}
.addEvent .select-in-collapse .hasCustomSelect,
.addEvent .select-inline {
  line-height: 16px;
  margin-left: 0;
  min-width: 300px !important;
  width: 300px;
}
.form-inline .box-entry {
  border: 1px solid #E6E6E6;
  display: inline-block;
  padding: 10px;
  width: 300px;
}
.form-inline .box-entry .form-control {
  margin-bottom: 10px;
  width: 100%;
}
.filter-txt,
.filter-txt:hover {
  background-color: #F0F0F0;
  border-radius: 5px;
  color: #5C5C5C;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  transition: background-color 0.5s ease 0s;
}
.filter-txt:first-child {
  margin-left: 0;
}
.filter-txt .icon-delete {
  background-position: -50px -148px;
  height: 12px;
  margin-left: 10px;
  vertical-align: -1px;
  width: 12px;
}
/* cut-off dates popup*/
.students-birthday-row input[type="text"] {
  width: 110px;
  font-size: 14px;
}
.students-birthday-row label {
  width: 290px;
  vertical-align: middle;
}
.inline-row-label label {
  width: auto;
}
.inline-row-label .select-inline {
  display: inline-block;
  width: auto;
  min-width: 0 !important;
}
.border-row {
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}
/** LOTTERY SETUP **/
body .popover {
  background: #000;
  border-color: #000;
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  text-shadow: 1px 1px 1px #FFFFFF;
  padding-bottom: 10px;
  z-index: 1100;
}
#content .lottery-setup {
  margin-bottom: 30px;
}
.lottery-setup .year {
  padding: 20px 0;
}
.lottery-setup #accordion-lottery-config {
  margin-top: 10px;
}
.lottery-setup #accordion-lottery-config .panel-heading {
  background: none repeat scroll 0 0 #002244;
  border-color: #002244;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 17px;
  position: relative;
}
#accordion-lottery-config .actions {
  top: 30px;
}
#accordion-lottery-config .actions a.send-packet {
  display: block;
  height: 24px;
  width: 24px;
  background: transparent url("../assets/img/ic_mail_white.png") no-repeat;
}
#content .lottery-dashboard-index .dashboard-table td {
  text-align: center;
}
#content .dashboard-table a {
  text-decoration: underline;
}
#content .lottery-dashboard-index .dashboard-table td:first-child {
  text-align: left;
}
#content .lottery-setup #accordion-lottery-config .panel .panel-heading h4 {
  color: #FFFFFF;
  font-size: 17px;
}
#content #collapse-container #accordion-lottery-config #sub-lotteries-container .panel-heading .col-lg-5,
#content #collapse-container #accordion-lottery-config #sub-lotteries-container .panel-heading .col-lg-3 {
  margin-top: 15px;
}
.lottery-setup .label-line-height {
  line-height: 40px;
}
.lottery-setup .panel-title strong {
  display: block;
  padding: 20px 0;
}
.lottery-setup .nav-pills,
.green.nav-pills {
  margin: 5px 0 ;
}
.lottery-setup .nav-pills li,
.green.nav-pills li {
  margin: 5px;
}
.lottery-setup .nav-pills li a,
.green.nav-pills li a {
  background: #000000;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
}
.lottery-setup .nav > li > a:hover,
.lottery-setup .nav > li > a:focus {
  background: #0d6d72;
  color: #fff;
  text-decoration: none;
}
.lottery-setup .nav-pills > li:first-child {
  margin-left: 2px;
}
.build-section .panel-heading .glyphicon-trash {
  font-size: 26px;
  vertical-align: -2px;
  color: #bdc3c5;
}
.lottery-setup .panel-heading .arrow {
  content: "";
  height: 14px;
  margin-top: -5px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 14px;
}
.lottery-setup .panel-heading.collapsed .arrow {
  color: white;
}
.lottery-setup .select-inline {
  min-height: 50px;
  display: block;
  margin-left: 0;
}
.lottery-setup .select-inline select {
  background: #FFFFFF;
  border-color: #DCE2E8;
  border-width: 1px;
  color: #4A4A4A;
  min-height: 40px;
  line-height: 40px;
  padding: 10px;
}
.lottery-setup .border-mint {
  border-top: 1px solid #002244;
}
.lottery-setup .priorites-section,
.build-section {
  padding: 30px 10px 0;
  position: relative;
}
.lottery-setup .title {
  font-size: 16px;
  color: #000;
  padding-bottom: 20px;
  display: block;
}
.lottery-setup .item-line {
  margin-bottom: 20px;
}
.lottery-setup .item-line label {
  color: #000;
  padding: 10px 5px 10px 0;
  width: 30px;
}
.lottery-setup .priorites-section select.form-control {
  min-width: 900px;
}
.lottery-setup .add-btn {
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #e9edee;
  margin: 0 0 0 10px;
  display: block;
  width: 64px;
  border-radius: 4px;
}
.lottery-setup .panel-collapse.in {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentColor #002244 #002244;
  border-image: none;
  border: 1px solid #002244;
  border-style: none solid solid;
  border-width: 0 1px 1px;
}
.lottery-setup .form-row {
  margin-bottom: 10px;
}
.lottery-setup .glyphicon-plus {
  font-size: 26px;
  line-height: 35px;
  color: #849599;
}
.lottery-setup .remove-priority-config {
  margin-left: 10px;
}
.lottery-setup .form-horizontal .item-line label {
  width: inherit;
}
.lottery-setup #sub-lotteries {
  padding: 20px;
}
.lottery-setup #sub-lotteries .panel-default {
  border-color: #dbe1e2;
  margin-bottom: 30px;
}
.lottery-setup #accordion-lottery-config #sub-lotteries .panel-heading {
  background: #e8eeef;
  padding: 10px 0;
}
.lottery-setup #sub-lotteries .panel-title {
  padding: 15px 0 0;
  color: #4f676c;
  font-size: 14px;
}
.lottery-setup #sub-lotteries .item-line label {
  width: auto;
  color: #4f676c;
  display: inline-flex;
}
.lottery-setup #sub-lotteries .item-line .col-lg-6 {
  padding-right: 0;
}
.lottery-setup #sub-lotteries .item-line label input {
  margin-right: 10px;
  width: auto;
}
.lottery-setup #sub-lotteries .item-line input {
  border-color: #CACACA;
  border-width: 1px;
  color: #858585;
  font-size: 14px;
}
.lottery-setup .title-with-btn {
  padding-bottom: 20px;
}
.lottery-setup .title-with-btn .btn {
  padding: 5px 15px;
  line-height: 28px;
}
/** END LOTTERY SETUP */
#run-anyway-all,
#skip-lottery-all {
  position: absolute;
  left: 47.6%;
  bottom: 7px;
}
/** MAKE OFFERS **/
#mark-all-offers {
  position: absolute;
  left: 50%;
  bottom: 7px;
}
.make-offers .buttons-row {
  margin: 20;
}
.make-offers .seats-widget {
  margin: 16px;
  padding: 4px 0;
}
.lottery-result .row.buttons-row {
  margin-bottom: 10px;
}
.lottery-result .row.buttons-row .pull-right {
  padding-top: 14px;
  margin-left: 10px;
}
/** END MAKE OFFERS **/
/** MANAGE REGISTRATIONS **/
#content .lottery-dashboard-index .student-search-results table#stream-table thead th,
#content .lottery-dashboard-index .student-search-results table#stream-table tbody td {
  text-align: center;
}
#content .lottery-dashboard-index .student-search-results table#stream-table thead th:first-child,
#content .lottery-dashboard-index .student-search-results table#stream-table tbody td:first-child {
  text-align: left;
}
/** END MANAGE REGISTRATIONS**/
/***** student index profile preview ******/
#content .student-profile-body #family-profile-container #student-profile-collapse .col-md-4 .panel-body ul li:last-child em {
  float: none;
}
#content .student-profile-body #family-profile-container #guardian-info-collapse .col-md-4:first-child .panel-heading h3 {
  line-height: 1.1px;
}
#content .student-profile-body #family-profile-container #guardian-info-collapse .add-another-guardian {
  height: 238px;
  cursor: pointer;
}
#content .student-profile-body #family-profile-container #guardian-info-collapse .add-another-guardian:hover p {
  text-decoration: underline;
}
#content .student-profile-body #family-profile-container #guardian-info-collapse .add-another-guardian p {
  font-size: 18px;
  text-align: center;
  margin-top: 100px;
  color: #002244;
  background: url("../assets/img/icon-add-applicant.png") 36px 0 no-repeat;
}
#content .student-profile-body #family-profile-container #guardian-info-collapse .col-md-4:first-child .panel-heading h3 small {
  color: #fff;
}
#content .student-profile-body #family-profile-container #guardian-info-collapse .col-md-4 .panel {
  margin-bottom: 21px;
}
#content .student-profile-body .wrap-title .h5 {
  padding: 15px 0;
  font-size: 18px;
  color: #000;
  padding: 30px 0 20px;
}
#content .student-profile-body #family-profile-container .profile-title-bar,
#content .student-profile-body #communications-container .profile-title-bar,
#content .student-profile-body #notes-container .profile-title-bar,
#content .student-profile-body #applications-container .profile-title-bar {
  background: #fff;
  border-color: #002244;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 17px;
  position: relative;
  padding: 0;
  min-height: 0;
}
#content .student-profile-body #family-profile-container .profile-title-bar h4,
#content .student-profile-body #applications-container .profile-title-bar h4,
#content .student-profile-body #notes-container .profile-title-bar h4,
#content .student-profile-body #communications-container .profile-title-bar h4 {
  line-height: 1.1;
}
#content .student-profile-body #family-profile-container .profile-title-bar h4 a,
#content .student-profile-body #notes-container .profile-title-bar h4 a,
#content .student-profile-body #communications-container .profile-title-bar h4 a {
  background: none repeat scroll 0 0 #002244;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  font-size: 20px;
  padding: 15px 20px;
  position: relative;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
#content .student-profile-body #family-profile-container .profile-title-bar h4 a i:before,
#content .student-profile-body #notes-container .profile-title-bar h4 a i:before,
#content .student-profile-body #communications-container .profile-title-bar h4 a i:before {
  color: #FFF;
}
#content .student-profile-body #applications-container .profile-title-bar h4 a:not(.cls) {
  background: none repeat scroll 0 0 #002244;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  position: relative;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
#content .student-profile-body #applications-container .profile-title-bar h4 a span,
#content .student-profile-body #notes-container .profile-title-bar h4 a span,
#content .student-profile-body #communications-container .profile-title-bar h4 a span {
  padding: 8px;
}
#content .student-profile-body #applications-container .profile-title-bar h4 a span span,
#content .student-profile-body #notes-container .profile-title-bar h4 a span span,
#content .student-profile-body #communications-container .profile-title-bar h4 a span span {
  padding: 0;
}
#content .student-profile-body #family-profile-container .profile-title-bar h4 a .arrow,
#content .student-profile-body #notes-container .profile-title-bar h4 a .arrow,
#content .student-profile-body #communications-container .profile-title-bar h4 a .arrow {
  background: url("../assets/img/custom-arrow-wlg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 14px;
  margin-top: -5px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 14px;
}
#content .student-profile-body #applications-container .profile-title-bar h4 a .arrow {
  background: url("../assets/img/custom-arrow-wlg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 14px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 14px;
}
#content .student-profile-body #family-profile-container .profile-title-bar h4 a.collapsed,
#content .student-profile-body #notes-container .profile-title-bar h4 a.collapsed,
#content .student-profile-body #communications-container .profile-title-bar h4 a.collapsed,
#content .student-profile-body #applications-container .profile-title-bar h4 a.collapsed {
  background: #FFFFFF;
  color: #333333;
  font-size: 16px;
}
#content .student-profile-body #family-profile-container .profile-title-bar h4 a.collapsed i:before,
#content .student-profile-body #notes-container .profile-title-bar h4 a.collapsed i:before,
#content .student-profile-body #communications-container .profile-title-bar h4 a.collapsed i:before,
#content .student-profile-body #applications-container .profile-title-bar h4 a.collapsed i:before {
  color: #98AFBF;
}
#content .student-profile-body #family-profile-container .profile-title-bar h4 a.collapsed .arrow,
#content .student-profile-body #notes-container .profile-title-bar h4 a.collapsed .arrow,
#content .student-profile-body #communications-container .profile-title-bar h4 a.collapsed .arrow,
#content .student-profile-body #applications-container .profile-title-bar h4 a.collapsed .arrow {
  background: url("../assets/img/custom-arrow-lg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#content .student-profile-body #applications-container .applicant-profile-section-header table tbody th {
  border-right: 1px solid #fff;
  background: #ecf0f1;
  padding: 10px;
  font: 14px/16px Helvetica, Arial, sans-serif;
  color: #797979;
  text-shadow: 1px 1px #fff;
}
#content .student-profile-body #applications-container h4 a span:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#content .student-profile-body #applications-container .applicant-profile-section-header table {
  margin-bottom: 5px;
}
#content .student-profile-body #applications-container #application-rows-container .item-line.clearfix {
  margin-left: 35px;
}
#content .student-profile-body #applications-container #application-rows-container .item-line.clearfix div {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
#content .student-profile-body #applications-container #application-rows-container .siblings label.siblings-graduation-date {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -20px;
}
#content .student-profile-body #applications-container #application-rows-container .item-line.clearfix .form-group {
  padding-right: 15px;
  padding-left: 15px;
}
#content .student-profile-body #applications-container #application-rows-container .item-line.clearfix .form-group:first-child {
  padding-left: 0;
}
#content .student-profile-body #notes-container {
  margin-top: 0;
}
#content .student-profile-body #notes-container .applicant-profile-section-header {
  margin-left: -30px;
}
#content .student-profile-body #notes-container .applicant-profile-section-header table tbody tr td {
  text-align: center;
}
#content .student-profile-body #notes-container .applicant-profile-section-header table tbody tr td.minimum-width {
  min-width: 200px;
}
#content .student-profile-body #notes-container .applicant-profile-section-header table tbody tr td:first-child {
  text-align: left;
}
#content .student-profile-body #notes-container .applicant-profile-section-header table tbody th {
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ecf0f1;
  background: #efefef;
  border: 1px solid #ecf0f1;
  border-right: 1px solid #fff;
  padding: 10px 10px 10px 30px;
  text-align: left;
}
#content .student-profile-body #notes-container .applicant-profile-section-header table thead th:first-child {
  text-align: left;
}
.student-profile-body .application-information-child {
  position: relative;
}
.student-profile-body .application-information-child .label {
  margin-left: 13px;
}
.student-profile-body .application-information-child .show-priorities-tooltip {
  top: 1px;
  position: absolute;
  left: 0;
}
/**** application dashboard styles ****/
#content .application-filters .col-sm-2 {
  padding-top: 11px;
}
#content .application-table-view #csv-export {
  margin: 20px 0;
}
#content .application-table-view table tbody > tr > td:first-child {
  text-align: left;
}
#content .application-table-view table thead th {
  background: #efefef;
  border: 1px solid #ecf0f1;
  border-right: 1px solid #fff;
}
#content .application-table-view table tbody > tr > td {
  border: 1px solid #ecf0f1;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
#content .page-header.page-header-custom.applications-dashboard-title {
  color: #97a1a3;
}
.icon-manage-schools {
  background-position: 0 -804px;
}
.icon-seat-schools {
  background-position: 0 -967px;
}
.icon-make-offers-schools {
  background-position: 0 -1128px;
}
.icon-manage-offers-schools {
  background-position: 0 -1291px;
}
/***** lottery dashboard *****/
#content .lottery-dashboard-index .well,
#content .lottery-result #schoolFilter .well,
#content .open-seats-index #schoolFilter .well,
#content .make-offers #schoolFilter .well,
#content .make-offers #schoolFilter .well {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F8F8F8;
  border: 1px solid #F1F1F1;
}
#content .lottery-dashboard-index .table.dashboard-table thead th,
#content .open-seats-index .table.dashboard-table thead th,
#content .lottery-result .report-table .student-search-results .table.ampty thead th,
#content .make-offers .report-table .student-search-results .table.ampty thead th {
  border-right: 1px solid #fff;
  color: #858585;
}
#content .lottery-dashboard-index .table.dashboard-table tbody > tr > td,
#content .open-seats-index .table.dashboard-table tbody > tr > td,
#content .open-seats-index .table.dashboard-table tfoot > tr > td,
#content .lottery-result .report-table .student-search-results .table.ampty tbody tr > td,
#content .make-offers .report-table .student-search-results .table.ampty tbody > tr > td {
  border: 1px solid #ecf0f1;
}
#content .lottery-dashboard-index .table.dashboard-table tbody > tr > td:first-child,
#content .open-seats-index .table.dashboard-table tbody > tr > td:first-child,
#content .open-seats-index .table.dashboard-table tfoot > tr > td:first-child,
#content .lottery-result .student-search-results .table.ampty tbody > tr > td:first-child {
  text-align: left;
}
.translate-custom-form {
  float: none;
  margin: 20px auto;
}
.translate-custom-form .item-line {
  border: 1px solid #ccc;
}
.translate-custom-form .item-line .form-group.heading {
  padding-left: 0;
}
.translate-custom-form .item-line .form-group {
  margin-bottom: 10px;
  margin-left: 4px;
  margin-top: 5px;
}
#save-translation {
  margin-bottom: 20px;
}
.margin-20-auto {
  margin: 20px auto;
}
.registration-packet .wizard-step {
  width: 90%;
  margin: 20px auto;
}
.registration-packet .checklist-container,
.registration-packet .add-milestones {
  width: 60%;
  margin: 60px auto;
}
.registration-packet .checklist-container button,
.registration-packet .add-milestones button {
  width: 100%;
}
.registration-packet .checklist-container p {
  font-family: 'Avenir', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  color: #3e3e3e;
  margin: 12px 0 0 0;
}
.registration-packet .checklist-container .row {
  margin: 4px 0;
  min-height: 44px;
}
.registration-packet .checklist-container .row .remove-item {
  padding-top: 8px;
  text-align: right;
}
.registration-packet .checklist-container .row input[type="checkbox"] {
  margin-top: 14px;
}
.registration-packet h4.title {
  margin-bottom: 0;
  padding-bottom: 0;
}
textarea.text-paragraph {
  width: 100%;
  margin-top: 20px;
}
.application-assign-priority {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.application-assign-priority .assign-priority {
  margin-top: 20px;
}
.make-offer-container .col-sm-3 p {
  margin-top: 13px;
}
.arrange-icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  background-image: url("../assets/img/order-icon.png");
  background-repeat: no-repeat;
}
.arrange-icon2 {
  width: 21px;
  height: 21px;
  display: inline-block;
  background-image: url("../assets/img/order-icon2.png");
  background-repeat: no-repeat;
}
.checklist-container .arrange-icon {
  margin-top: 10px;
}
.checklist-container .arrange-icon2 {
  margin-top: 10px;
}
.checklist-container .row.well.selectable {
  border: 2px solid #F2EDED;
}
#rankingTableContainer .original-school-helper {
  font-size: 0.8em;
  margin-bottom: 3px;
}
#rankingTableContainer .original-school-helper span {
  color: #002244;
}
#grade-enrollments-lottery-config {
  margin: 20px auto;
  float: none;
}
#grade-enrollments-lottery-config td {
  text-align: center;
}
.gray-well {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.gray-well:last {
  border-bottom: none;
}
/*smc small custom */
.btn-smc {
  padding: 4px 20px;
}
.create-acc-on-behalf-container {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#loadGraph {
  margin-top: 20px;
}
/** Loading annimation div for container load */
.loading-partial-container {
  min-height: 300px;
  background-position: 50% 50%;
}
/**
 * applicant profile, apply
 */
.align-center {
  text-align: center;
}
.add-another-applicant-widget {
  border: solid 1px;
  border-color: #ecf0f1;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.add-another-applicant-widget #sibling-add-another-applicant {
  margin-top: 25px;
}
.move-student {
  display: inline-block;
  padding: 3px 0px 3px 30px;
}
.move-student-icon {
  width: 24px;
  height: 24px;
  content: "";
  background: url("../assets/img/ic-move-account.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.move-student-fixed-position {
  position: absolute;
  margin-top: -10px;
}
.move-student-dialog .btn-primary,
.move-student-dialog .btn-default,
.move-student-dialog .btn-success {
  width: 140px;
  height: 34px;
}
.move-student-dialog .btn-success {
  width: 150px;
}
.move-student-dialog .dialog-search {
  margin-right: 0px;
  margin-left: 0px;
}
.move-student-dialog .lookup-account-results {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
}
.move-student-dialog .block {
  width: 362px;
  height: 163px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #e7e7e7;
  height: auto;
}
.move-student-dialog .block .title {
  border: solid 1px #e7e7e7;
  color: #000000;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 20px;
  padding-top: 10px;
}
.move-student-dialog .block .content {
  display: grid !important;
  color: #5e5e5e;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 20px;
  padding-top: 10px;
  height: auto;
}
.move-student-dialog .block .content .span {
  margin-top: 10px;
}
.applicant-profile-header-info,
.applicant-profile-header-tags {
  display: block;
  border: solid 1px #dfdfdf;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
}
.applicant-profile-header-info {
  margin: 30px 15px 0;
  padding: 21px 0 21px 44px;
}
.applicant-profile-header-info .selectable .glyphicon.glyphicon-edit {
  padding: 3px 0px 3px 30px;
  color: #000000;
}
.applicant-profile-header-info .editable-section {
  color: #000000;
  font-size: 12px;
  padding: 3px 16px;
  display: inline-block;
}
.applicant-profile-header-info .editable-section .family-status-detail {
  color: #93c000;
}
.applicant-profile-header-info .editable-section.last {
  border-right: none;
}
.applicant-profile-header-info.extra-space .editable-section {
  padding-left: 5px;
  padding-right: 5px;
}
.applicant-profile-header-info.extra-space .editable-section .glyphicon-edit {
  padding-left: 10px;
}
h2.applicant-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 36px;
  color: #3C535E;
  margin: 0;
}
div.applicant-name {
  margin-top: 46px;
  font-family: HelveticaNeue;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  width: 36%;
}
.applicant-profile-header-tags {
  margin: -3px 15px 0;
  padding: 14px 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.applicant-profile-header-tags .tag-label,
.applicant-profile-header-tags .tag-list {
  display: inline-block;
  color: #000000;
  font-size: 14px;
}
.applicant-profile-header-tags .tag-list .tag-pill {
  display: inline-block;
  padding: 1px 6px;
  margin-left: 5px;
  height: 24px;
  color: #FFFFFF;
  background-color: #71828D;
  border: 1px solid #71828D;
  border-radius: 12px;
}
.applicant-profile-header-tags .tag-list .add-tag-link {
  margin-left: 10px;
  color: #002244;
}
.applicant-profile-header-tags .tag-list .add-tag-link:hover {
  cursor: pointer;
}
th.editable {
  background: #FFFFFF;
}
table.option-section {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.second-row {
  margin-top: 10px;
}
div.second-col {
  margin-left: 20px;
}
div.grid-button {
  margin-top: 48px;
  margin-right: 38px;
}
.family-status-label {
  margin-top: 20px;
  font-size: 18px;
  color: #3C535E;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.applicant-profile-section-title {
  margin: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 20px;
  color: #3C535E;
}
#applicant-apply {
  margin-bottom: 30px;
}
.collapsed-title {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: white;
  border-radius: 0;
}
.collapsed.collapsed-title {
  color: #3C535E !important;
}
.applicant-profile-panel {
  border: none !important;
  border-radius: 0 !important;
}
.application-table-header {
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  text-align: center !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  color: #3C535E !important;
  text-shadow: none !important;
  height: 40px !important;
}
.collapsed-title.school-row {
  padding: 0 !important;
}
.collapsed.school-row div {
  background-color: white;
}
.school-row div {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  background-color: #30b7c1;
  padding: 15px;
  font-weight: bold;
}
.school-row div.actions {
  padding: 10px 0px;
}
.application-actions-container {
  padding: 0px;
}
.application-actions-container button {
  width: 60px;
  font-size: 10px;
  height: 24px;
  margin-right: 10px;
}
.school-row .arrow {
  top: 44% !important;
}
.application-details-label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  color: #3C535E !important;
  padding-left: 30px;
}
.application-details-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  color: #7ED321 !important;
}
.rendered-application-container {
  margin-left: 15px;
  margin-right: 15px;
}
.rendered-application-container .alert-info {
  margin-left: 15px;
  margin-right: 15px;
}
.application-option-button {
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px !important;
  background-color: #f1f1f1 !important;
  color: #3c535e !important;
  border: none;
  margin-right: 30px;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.application-option-button:hover {
  background-color: #9dc1cd !important;
  color: black !important;
}
.application-accordion-panel .dropdown-menu {
  margin-right: 30px;
  border-radius: 0;
  box-shadow: none;
}
.application-accordion-panel .dropdown-menu a {
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3C535E;
  height: 30px;
  width: 295px;
}
.panel-body.siblings-container,
.panel-body.notes-container,
.panel-body.events-log-container,
.panel-body.event-rsvps-container,
.panel-body.communications-container,
.panel-body.changes-log-container,
.panel-body.application-accordion-panel {
  border: 2px solid #002244 !important;
}
.guardians-container .panel-info .panel-title {
  color: white;
}
.declined-color {
  color: #b6000a;
}
.accepted-color {
  color: #5dcb00;
}
.priority-status-bar {
  margin-top: 15px;
  margin-bottom: 15px;
}
.edit-application-confirm {
  background-color: #f1f1f1;
  height: 60px;
  display: none;
}
.edit-application-confirm .col-sm-7 {
  font-size: 16px;
  padding-top: 19px;
}
.edit-application-confirm .col-sm-4 {
  padding-right: 0;
}
.edit-application-confirm .col-sm-4 button {
  height: 60px;
  border-radius: 0;
  border-bottom-width: 0px;
  border: none;
  width: 120px;
}
.edit-application-confirm .col-sm-4 button.cancel-edit {
  margin-right: -4px;
}
.applicant-profile-panel .application-accordion-panel {
  padding-top: 0;
}
.application-accordion-panel .important-message {
  padding-left: 45px;
}
#reinvite-modal label.reinvite-link-clipboard {
  width: 100%;
  word-wrap: break-word;
}
.applicant-profile-application-options {
  height: 50px;
  background-color: #F7F6D3;
  display: block;
  margin: 0 -15px 0 -15px;
}
.applicant-profile-application-options button {
  border: none;
  background: #f1f1f1;
  width: 50%;
  display: inline-block;
  max-height: 50px;
  height: 100%;
  padding: 0px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  border-bottom: #fff solid 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.applicant-profile-application-options button:hover {
  background-color: #9dc1cd;
}
.applicant-profile-application-options .button-left {
  color: #3C535E;
  border-right: #fff solid 1px;
  float: left;
}
.applicant-profile-application-options .button-right {
  color: #cf1f16;
  border-left: #fff solid 1px;
  float: right;
}
.collapsed-title .glyphicon-edit.change-school {
  color: #fff !important;
}
.collapsed.collapsed-title .glyphicon-edit.change-school {
  color: #3C535E !important;
}
.application-table-view .dropdown-menu > li > a {
  padding: 3px 0px;
}
#cutOffDateModal .multiselect-container li a input {
  float: left;
}
input.green-input {
  width: 100%;
  background: #000000;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 5px;
}
.view-only-applicants .content-empty {
  min-height: 120px;
  padding-top: 30px;
}
.relative-position {
  position: relative;
}
.recommendation-arrow {
  content: "";
  height: 14px;
  margin-top: -5px;
  position: absolute;
  right: -8px;
  top: 48%;
  background: url("../assets/img/custom-arrow-lg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  width: 24px;
}
#print-forms-modal .print-form-list {
  margin-left: 40px;
}
#print-forms-modal .print-form-list label {
  padding: 5px 0 0;
  width: 100%;
}
#print-forms-modal .print-form-list div.disabled p {
  color: #ccc;
}
a.universal-search-link {
  padding-left: inherit;
  padding-right: inherit;
}
.errors-container {
  background-color: #ff5900;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 15px;
}
label[for="show-global-tickets"] .glyphicon {
  top: 3px;
  padding-left: 10px;
}
.report-header pre div img {
  max-height: 300px;
}
.modal-body pre div img {
  max-height: 300px;
}
.bootbox-label {
  color: #000;
}
.bootbox-label-warning {
  color: #ff0000;
}
.bootbox-link {
  text-decoration: underline;
  color: #4d4dff;
}
#notes-collapse.panel-group .panel {
  margin-top: 5px;
}
.report-display-control.active {
  box-shadow: 0 0 16px #8FEFF4;
}
.interest-view-wrapper {
  padding: 50px 15px 15px 80px;
  min-height: 750px;
  color: #000000;
}
.interest-view-wrapper #back {
  background-color: #98afbf;
  border-color: #98afbf;
  color: #ffffff;
}
.interest-view-wrapper #back:hover {
  background-color: #7997ab;
}
.interest-select-applicant .select-applicant-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 28px;
  line-height: 0.9;
}
.interest-select-applicant .pick-applicant-widget {
  background-color: #ffffff;
  color: #858585;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 40px;
}
.interest-select-applicant .pick-applicant-widget p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
}
.interest-select-applicant .pick-applicant-widget.selected,
.interest-select-applicant .pick-applicant-widget:hover {
  border-color: #002244;
}
.interest-select-applicant .pick-applicant-widget.selected {
  font-weight: 700;
}
.interest-select-applicant .add-applicant-widget {
  background-color: #002244;
  color: #FFFFFF;
  border-radius: 4px;
  border: 1px #ffffff solid;
  height: 40px;
}
.interest-select-applicant .add-applicant-widget p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
}
.interest-select-applicant .add-applicant-widget.selected,
.interest-select-applicant .add-applicant-widget:hover {
  background-color: #000000;
}
.interest-select-applicant .add-applicant-widget.selected {
  font-weight: 700;
}
.interest-select-applicant .already-subscribed-applicant {
  text-align: center;
  color: #000000;
  marging-botton: 10px;
}
.interest-select-applicant .already-subscribed-explanation {
  margin: 14px 0px;
  color: #000000;
}
.interest-select-applicant .selectable-applicant-interest.error {
  border-color: #FF8B8B;
}
.interest-select-applicant .selectable-applicant-interest.error p {
  color: #FF8B8B;
}
.interest-select-applicant .select-applicant-error {
  color: #FF8B8B;
  text-align: center;
}
.form-interest-signin .interest-information-block .btn-block {
  width: 86%;
}
#flash-error-container.interest-flash {
  position: absolute;
  bottom: 78%;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 100;
}
#flash-error-container + .form-interest-signin {
  padding-top: 75px;
}
/** Step1 **/
.form-interest-signin #organization-name {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 42px;
  color: #000000;
  margin-bottom: 28px;
  line-height: 0.9;
}
.interest-tracker-form-wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  line-height: 1.4;
}
.interest-tracker-form-wrapper .sign-up-headline {
  font-size: 16px;
}
/** Step 2 **/
.form-interest-signin .step2 {
  margin-top: 30px;
}
.form-interest-signin .interest-step2 {
  padding-left: 15px;
}
.form-interest-signin .student-information-wrapper {
  margin-top: 30px;
}
.form-interest-signin .interest-information-block .interest-headline {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.1;
}
.form-interest-signin .interest-information-block .item-line {
  margin-bottom: 10px;
}
.form-interest-signin .interest-information-block .form-group .help-block.description {
  clear: both;
  color: #002244;
}
@media screen and (min-width: 940px) {
  .form-interest-signin .interest-information-block .form-group .help-block.error-block {
    position: relative;
    top: 0;
    right: -37px;
  }
}
.container-full-screen-background .loading-modal {
  background-color: #008DA1;
  top: 15%;
}
.full-green-background h6,
.full-green-background .h6 {
  color: #4e4e4e;
}
.full-green-background h5,
.full-green-background .h5 {
  color: #4e4e4e;
}
.full-green-background h4,
.full-green-background .h4 {
  color: #4e4e4e;
}
.full-green-background h3,
.full-green-background .h3 {
  color: #4e4e4e;
}
.full-green-background h2,
.full-green-background .h2 {
  color: #4e4e4e;
}
.full-green-background h1,
.full-green-background .h1 {
  color: #4e4e4e;
}
#interested_schools label:first-child {
  margin-left: 10px;
}
/** 
  Mobile styles 
**/
@media screen and (max-width: 768px) {
  #content {
    min-height: 1000px;
  }
  #flash-error-container {
    bottom: 85%;
  }
  #flash-error-container.form-interest-signin {
    padding-top: 80px !important;
  }
  .form-interest-signin,
  .interest-view-wrapper {
    padding: 50px 15px 15px 15px !important;
    height: 92%;
  }
  .navbar-right .dropdown-menu.language-selector li {
    margin: 0 !important;
  }
}
/** multiple select selector */
.interest-report-container {
  padding-top: 15px;
}
.interest-report-container table {
  font-size: 15px;
}
.interest-report-container .multiselect-container li label.checkbox {
  margin-bottom: 0;
  margin-top: 0;
}
.interest-report-container .filters-container > .col-sm-12 {
  margin-bottom: 5px;
}
.interest-report-container .filters-container > .col-sm-12 > .col-sm-5 > label {
  padding-top: 10px;
}
.interest-report-container select.loadinggif {
  background-position: 3%;
}
.interest-report-container #report-container {
  width: 100%;
  font-size: 11px;
  min-height: 300px;
}
.interest-report-container #report-container.loading-modal {
  background-position: 50% 50%;
}
.interest-report-container #download-csv {
  margin-bottom: 10px;
}
.interest-report-container .multiselect {
  position: relative;
  width: 100%;
  text-align: left;
}
.interest-report-container .multiselect .caret {
  position: absolute;
  right: 5px;
  bottom: 18px;
}
.interest-report-container #render-content {
  margin-top: 10px;
}
button.btn.btn-primary.disable-event,
button.btn.btn-primary.enable-event {
  padding-top: 2px;
  padding-bottom: 2px;
}
/**** onboarding admin ***/
#content .form-onboarding .fileupload img,
#content .form-onboarding .fileupload .top-buffer {
  max-width: 200px;
  max-height: 40px;
}
#content .form-onboarding .submit-step-two-onboarding .next-step {
  margin-left: 15px;
}
/** 
*    Mobile styles 
**/
@media screen and (max-width: 768px) {
  #content .form-onboarding .submit-step-two-onboarding {
    margin-top: 40px;
  }
  #content .form-onboarding .submit-step-two-onboarding .btn {
    width: 45% !important;
  }
  #content .form-onboarding .submit-step-two-onboarding .back-step {
    float: left !important;
  }
}
/*
activation codes
*/
#new-student-filters {
  text-align: center;
  padding: 45px 0;
}
#new-student-filters .filter-body {
  padding: 25px;
}
#new-student-filters .filter-buttons button {
  margin: 15px 15px;
  min-width: 150px;
}
#claim-pin-form label {
  padding-bottom: 0;
}
#claim-pin-form .required-field-mark {
  margin-left: -10px;
}
#claim-pin-form #activation_code {
  font-size: 3em;
  height: 1.5em;
}
#claim-pin-form #claim-pin-helper-tag {
  color: inherit;
}
#changeRequest .change-information {
  margin-right: 30px;
}
#changeRequest .cancel-change {
  float: right;
  text-decoration: underline;
  font-weight: 500;
  color: #0873B9;
}
#pin-form-example img {
  width: 100%;
  height: auto;
}
.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;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('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-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-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.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: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: inline-flex;
  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 {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 40px;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #ffffff;
  border: 1px solid #dce4ec;
  border-radius: 4px;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.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: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../assets/img/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.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;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  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 #5897fb;
  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;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  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-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #cacaca;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
  pointer-events: none;
}
.chosen-disabled .chosen-single {
  cursor: default;
  pointer-events: none;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
  pointer-events: none;
}
/* @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-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/img/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../assets/img/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../assets/img/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../assets/img/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../assets/img/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../assets/img/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  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;
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch {
  border: thin solid #ddd;
  border-radius: 0.25em;
  display: inline-block;
  font-size: 14px;
  height: 43px;
  width: 100px;
  margin: 5px 0;
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-single {
  height: 41px;
  background: white;
  border: none;
  box-shadow: none;
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-single span {
  padding: 10px 0;
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-single div {
  background-image: url('/assets/img/up-down-arrows.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-single div b {
  display: none;
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-drop {
  border-radius: 0 0 4px 4px;
  border: thin solid #ddd;
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-drop div.chosen-search {
  display: none;
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-drop .chosen-results {
  font-size: 12px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../assets/img/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.required-field-mark-description {
  font-family: 'Avenir', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #002244;
  float: right;
}
.required-field-mark {
  font-family: 'Avenir', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #002244;
  margin: 0 5px;
}
.required-field-marked-xl {
  float: left;
  width: 98%;
}
.required-field-marked-lg {
  float: left;
  width: 96%;
}
.required-field-marked-nm {
  float: left;
  width: 93%;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px), (max-width: 640px), (max-width: 667px) {
  .required-field-marked-nm {
    width: 90% !important;
  }
}
.required-field-marked-sm {
  float: left;
  width: 89%;
}
.required-field-marked-xs {
  float: left;
  width: 86%;
}
/** Filter Label width override for spanish language to fit **/
#content .dashboard-options-menu label.aligned-select {
  width: 133px;
}
/***** guardians and applicants overrides ***/
#content .application-step .page-header.page-steps-complete .step-bg {
  margin-top: 20px;
}
#content .row.parent-dashboard .col-lg-12 p.h5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  #content .application-step .item-line .form-group:first-child {
    padding-left: 15px;
  }
}
@media screen and (max-width: 500px), (max-width: 640px), (max-width: 667px) {
  .application-step  #content .application-step .item-line .form-group:first-child {
    padding-left: 5px;
    padding-right: 5px;
  }
  .application-step  .col-xs-1,
  .application-step  .col-xs-2,
  .application-step  .col-xs-3,
  .application-step  .col-xs-4,
  .application-step  .col-xs-5,
  .application-step  .col-xs-6,
  .application-step  .col-xs-7,
  .application-step  .col-xs-8,
  .application-step  .col-xs-9,
  .application-step  .col-xs-10,
  .application-step  .col-xs-11,
  .application-step  .col-xs-12,
  .application-step  .col-sm-1,
  .application-step  .col-sm-2,
  .application-step  .col-sm-3,
  .application-step  .col-sm-4,
  .application-step  .col-sm-5,
  .application-step  .col-sm-6,
  .application-step  .col-sm-7,
  .application-step  .col-sm-8,
  .application-step  .col-sm-9,
  .application-step  .col-sm-10,
  .application-step  .col-sm-11,
  .application-step  .col-sm-12,
  .application-step  .col-md-1,
  .application-step  .col-md-2,
  .application-step  .col-md-3,
  .application-step  .col-md-4,
  .application-step  .col-md-5,
  .application-step  .col-md-6,
  .application-step  .col-md-7,
  .application-step  .col-md-8,
  .application-step  .col-md-9,
  .application-step  .col-md-10,
  .application-step  .col-md-11,
  .application-step  .col-md-12,
  .application-step  .col-lg-1,
  .application-step  .col-lg-2,
  .application-step  .col-lg-3,
  .application-step  .col-lg-4,
  .application-step  .col-lg-5,
  .application-step  .col-lg-6,
  .application-step  .col-lg-7,
  .application-step  .col-lg-8,
  .application-step  .col-lg-9,
  .application-step  .col-lg-10,
  .application-step  .col-lg-11,
  .application-step  .col-lg-12 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .application-step  .document-uploader-block .col-sm-7,
  .application-step  .document-uploader-block .col-xs-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .application-step  .document-uploader-block .qq-uploader-selector {
    margin-left: 0px !important;
  }
  .application-step  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .application-step  .form-horizontal,
  .application-step  .form-group {
    margin-left: 5px;
    margin-right: 5px;
  }
  .application-step  .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: 0px;
  }
  .application-step  .signature-image {
    overflow-x: hidden;
    max-width: 100%;
  }
  .application-step  .review-section-detail,
  .application-step  .review-section-detail-left,
  .application-step  .review-section-detail-right {
    padding-left: 10px !important;
    background-color: #F8F8F8;
  }
  .application-step  .review-section-detail .title,
  .application-step  .review-section-detail-left .title,
  .application-step  .review-section-detail-right .title {
    background-color: #f4f4f4;
  }
  .application-step  .review-section-detail .view-button,
  .application-step  .review-section-detail-left .view-button,
  .application-step  .review-section-detail-right .view-button {
    display: block;
  }
  .application-step  .review-section-detail div,
  .application-step  .review-section-detail-left div,
  .application-step  .review-section-detail-right div {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 827px) {
  #wrap #header .main-navbar span {
    display: none;
  }
}
@tablet-screen {
  #content .application-step .form-group.guardian-highest-education-level label {
    margin-left: 10px;
  }
  #content .application-step .form-group.guardians-addresses .checkbox {
    min-width: 500px;
  }
  #content #confirm-modal-container #student-application-modal .modal-dialog {
    width: 100%;
  }
  #content .dashboard-options-menu:first-child .pull-left,
  #content .dashboard-options-menu:first-child .pull-right {
    float: none !important;
  }
  #content .dashboard-options-menu:first-child .pull-right button {
    margin: 10px 10px 0 0;
  }
  body .bootbox .modal-dialog {
    width: 100%;
  }
  #content .dashboard-options-menu:first-child label.aligned-select {
    display: none;
  }
  #content .dashboard-options-menu:first-child .select-inline {
    margin-left: 0;
    margin-bottom: 5px;
  }
  #wrap #header .navbar a img {
    max-width: 250px;
  }
  #wrap #header .navbar nav#lang-selector {
    padding: 0;
    margin: 0;
    float: right;
  }
  #wrap #header .navbar nav#lang-selector a {
    background: none;
  }
  #wrap #header .navbar nav#lang-selector li.dropdown {
    margin: 0;
    display: inline-block;
  }
  #wrap #header .navbar nav#lang-selector li.dropdown a.mobile-visible {
    height: 50px;
    margin-right: 5px;
  }
  #wrap #header .navbar nav#lang-selector li.dropdown .org-selector {
    overflow: scroll;
  }
  #wrap #header .navbar nav#lang-selector li.dropdown ul {
    min-width: 90px;
    height: 0;
  }
  #wrap #header .navbar nav#lang-selector li.dropdown ul a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 500px) {
  #wrap #header .main-navbar a {
    padding: 15px 10px;
  }
  #wrap #header .main-navbar a img {
    max-width: 185px;
  }
  #footer .container {
    padding: 0;
  }
  #wrap #header .main-navbar a img.logo {
    max-width: 140px;
    margin-top: 20px;
  }
  #wrap #header .navbar .dropdown .dropdown-language {
    float: right;
    right: 15px;
  }
}
/** SignIn **/
.form-signin {
  color: #000;
  margin: 0 auto;
  max-width: 400px;
}
.form-signin .form-signin-heading {
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}
.form-signin .bottom-caption {
  font-size: 15px;
  margin-top: 35px;
  text-align: center;
}
.form-signin .form-signin-message {
  margin-bottom: 15px;
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #4a4a4a;
}
/** End Of SignIn **/
/* Application steps */
#content .application-step .step3 .preview-template .col-md-12 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
#content .application-step .step3 .preview-template .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
#content .application-step .step3 .preview-template .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
#content .application-step .step3 .preview-template .form-container-siblings .siblings label.siblings-graduation-date {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -20px;
}
#content #apps-container #app-table-container thead th {
  background-color: #E0DFDF;
  border-width: 1px;
}
#content #apps-container #app-table-container tbody td {
  text-align: center;
  border-color: #E0DFDF;
  border-width: 1px;
}
#content #apps-container #app-table-container tbody tr.line td {
  border-top-width: 2px;
  text-align: center;
}
#content #apps-container #app-table-container table {
  border-color: #E0DFDF;
}
#content #apps-container .dashboard-options-menu {
  margin-bottom: 20px;
}
.application-step .panel-footer .glyphicon-plus {
  font-size: 16px;
}
.application-step .custom-alignment {
  padding-left: 30px;
  padding-right: 30px;
}
.application-step .custom-alignment .form-container .col-md-12 {
  padding-right: 0;
}
.application-step .custom-alignment .form-container .date-birth {
  padding-top: 15px;
}
.application-step .custom-alignment .form-container .date-birth label {
  padding-top: 0;
}
.application-step .panel-heading,
.application-step .panel-footer {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.application-step .panel-title {
  font-size: 22px;
  color: #46737e;
}
.box-step-1 .form-group.col-xs-6,
.box-step-1 .form-group.col-xs-7 {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.pager-app {
  font-size: 18px;
  color: #000000;
}
.pager-app .badge {
  background: #000000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 1000px;
  vertical-align: 7px;
  font-size: 23px;
}
.icon-info {
  background-position: -210px -83px;
  width: 8px;
  height: 20px;
  display: inline-block;
  margin: 0 20px 0 -25px;
}
.panel-body .info {
  text-align: center;
  font-size: 14px;
  color: #8A6D3B;
  padding: 15px 0;
  background: #ffeeb8;
  margin-bottom: 20px;
}
.info-box {
  position: relative;
  padding: 0 0 0 130px;
}
.on-orange {
  color: #ffb830;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  left: 25px;
  top: 10px;
}
input[type="checkbox"] {
  display: block;
  width: auto;
  height: auto;
}
.with-checkbox .form-group input[type="checkbox"] {
  left: 30px;
  position: absolute;
  top: 10px;
}
.with-checkbox .form-group .form-control {
  padding: 10px 15px 10px 35px ;
}
.title {
  color: #5c5c5c;
  padding-bottom: 10px;
}
.item-line.with-checkbox .select-inline select {
  height: 40px;
  line-height: 40px;
  padding: 10px 10px 8px 30px;
  color: #4a4a4a;
}
.item-line .col-md-8 .form-group.col-md-4 {
  padding: 0 0 0 10px;
}
.item-line .col-md-8 .form-group.col-md-4:first-child {
  padding: 0;
}
.check-group {
  padding: 10px 0 0;
}
.form-group label {
  color: #4a4a4a;
}
.form-group.guardian-highest-education-level label {
  color: #97a1a3;
}
.checkbox-block {
  display: block;
}
.panel-body.with-info {
  padding: 0;
}
.panel-body-inner {
  padding: 15px;
}
.onoffswitch {
  position: relative;
  width: 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch input[type="checkbox"]:checked + label:before {
  background: none;
}
.onoffswitch input[type="checkbox"] + label:before {
  -moz-user-select: none;
  background: none ;
  border: none;
  content: "";
  display: block;
  height: auto;
  margin-right: 0;
  position: inherit;
  vertical-align: 0;
  width: auto;
}
.onoffswitch-checkbox,
.onoffswitch input[type="checkbox"] {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #D6DFE1;
  border-radius: 20px;
  margin: 0;
}
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #ffffff;
  color: #FFB830;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #ffffff;
  color: #FFB830;
  text-align: right;
}
.onoffswitch-switch {
  width: 27px;
  margin: 3.5px;
  background: #FFFFFF;
  border: 2px solid #D6DFE1;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 41px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
  background-color: #D6DFE1;
}
.item-line .form-group:first-child {
  padding-left: 0;
}
.inline-label {
  padding: 10px 0;
}
.form-control {
  font-size: 14px;
}
.small {
  font-size: 12px;
}
.subtitle {
  font-size: 14px;
  color: #5a5a5a;
}
.title strong {
  color: #333333;
}
.pad-left-50 {
  padding-left: 50px;
}
.pad-left-80 {
  padding-left: 80px;
}
.item-line .form-group.row:first-child {
  padding-left: 15px;
}
.col-sm-12.form-group.pad-left-50 .form-group {
  margin-bottom: 0;
}
.big-btn {
  width: 300px;
}
.big-btn .glyphicon-plus {
  font-size: 26px;
  margin-right: 7px;
  vertical-align: -2px;
}
.info-box-total {
  padding: 0 80px;
}
.select-inline select {
  background: #e9edee;
}
.border-box {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.required {
  color: #ff3c3c;
  position: absolute;
}
.form-group .required {
  right: 25px;
  top: 15px;
}
.form-group .select-inline .required {
  right: 5px;
  top: 15px;
}
.main-title {
  font-size: 18px;
  line-height: 20px;
  padding: 20px 0;
  color: #5a5a5a;
}
.main-title span {
  color: #aabcc0;
}
#content .application-step .panel-body .guardians-addresses .checkbox {
  margin-bottom: 40px;
}
#content .application-step .panel-form .step2 .schools-widgets .school-widget,
#content .application-step .panel-form .step2 .non-applicable-schools-widgets .school-widget {
  margin-left: 15px;
}
#content .application-step .panel-form .step2 .schools-widgets .school-widget .widget-overlay,
#content .application-step .panel-form .step2 .non-applicable-schools-widgets .school-widget .widget-overlay {
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  opacity: 0.1;
  z-index: 1;
}
#content .application-step .panel-form .panel-body .guardian-form .form-group.col-md-12 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
  padding-right: 0;
}
.application-step .panel-group .panel-heading {
  padding: 0;
}
.application-step .btn-block {
  padding-left: 15px;
  padding-right: 15px;
}
.application-step #accordion .panel-title .btn {
  background: none repeat scroll 0 0 #002244;
  border-color: #002244;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 17px;
  position: relative;
}
.application-step .panel-title #dates-icon,
.calendar .panel-title #cal-icon {
  color: #FFFFFF;
  margin-top: -9px;
  position: absolute;
  right: 10px;
  top: 50%;
}
.application-step .panel-collapse.in {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentColor #002244 #002244;
  border-image: none;
  border-right: 1px solid #002244;
  border-style: none solid solid;
  border-width: 0 1px 1px;
}
.application-step .panel-body,
.application-step .panel-collapse {
  border-radius: 0 0 5px 5px;
}
.application-step #accordion .info-box-total > .col-md-12 {
  padding: 0 15px 0 85px;
}
.application-step #accordion .info-box-total {
  padding: 0 50px;
}
.application-step #accordion .info-box-total .on-orange {
  left: -15px;
  top: 0;
}
.application-step #accordion .info-box-total .subtitle strong {
  color: #aabcc0;
}
.application-step {
  padding-bottom: 50px;
}
.application-step #accordion .panel-body-inner {
  padding-top: 35px;
}
.item-line.with-checkbox .form-group:first-child input[type="checkbox"] {
  left: 15px;
}
.family-profile em {
  font-style: normal;
}
.family-profile .well {
  background-color: #f5f6f6;
  border: 1px solid #dbe1e2;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.family-profile .well {
  padding: 7px 19px;
}
.family-profile .well {
  border-width: 0;
  box-shadow: none;
  color: #000;
}
.family-profile .btn-submit {
  background-color: #689F38;
  border: 0 none;
  color: #FFFFFF;
}
.family-profile .btn-submit:hover,
.btn-submit:focus,
.btn-submit:active {
  background: #1e2e10;
  color: #FFFFFF;
}
.family-profile .btn-submit {
  color: #FFFFFF;
}
.family-profile .btn {
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
}
.family-profile .btn strong {
  position: relative;
  top: -4px;
}
.family-profile .panel-info > .panel-heading {
  background-color: #3498DB;
  border-color: #3498DB;
}
.family-profile .panel-info > .panel-heading h3 {
  color: #FFFFFF;
}
.family-profile .panel-info > .panel-heading {
  background-color: #002244;
  border-color: #002244;
}
.family-profile .panel {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 21px;
}
.family-profile .panel-info {
  border-color: #002244;
}
.family-profile .primary-badge {
  margin-top: -11px;
  position: relative;
  width: 40px;
}
.family-profile .icon-badge {
  background: url('../assets/img/badge.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 52px;
  right: 20px;
  width: 37px;
}
.family-profile .panel-info h3 small {
  color: #FFFFFF;
}
.family-profile .panel-title {
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.family-profile .glyphicon {
  font-size: 20px;
  color: #8DA5AB;
}
.family-profile .panel-info .glyphicon {
  color: #002244;
}
.family-profile .icon {
  background-image: url('../assets/img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
}
.family-profile .icon-location {
  background-position: -83px -71px;
  height: 20px;
  margin-right: 20px;
  vertical-align: -5px;
  width: 20px;
}
.family-profile .panel-info .icon-location {
  background-position: -123px -71px;
}
.family-profile .list-family .glyphicon {
  margin-right: 20px;
}
.family-profile .icon-birth {
  margin-left: 5px;
  margin-right: 13px;
  vertical-align: -5px;
}
.family-profile .icon-birth {
  background-position: -82px -107px;
  height: 24px;
  margin-left: 5px;
  margin-right: 13px;
  vertical-align: -5px;
  width: 24px;
}
.family-profile .list-family li:first-child {
  margin-top: 0;
}
.family-profile .list-family li {
  overflow: hidden;
  width: 100%;
  color: #2C3E50;
}
.family-profile .list-family li {
  margin-top: 15px;
}
.family-profile .panel-default,
.panel-default > .panel-heading {
  color: #435E73;
}
.family-profile .panel-default > .panel-heading {
  min-height: 67px;
  background: #e8eeef;
  position: relative;
}
.family-profile .panel-default h3 small {
  color: #4F676C;
}
.family-profile .panel-default h3 strong {
  color: #4F676C;
}
.family-profile h3 small,
.family-profile .h3 small,
.family-profile h4 small,
.family-profile .h4 small {
  font-size: 15px;
}
.family-profile .glyphicon.glyphicon-plus {
  color: #FFFFFF;
  font-size: 26px;
  margin-right: 7px;
  vertical-align: -2px;
}
.family-profile .panel-body li span {
  float: left;
}
.family-profile .panel-body li em {
  overflow: hidden;
  display: block;
  float: none;
}
.family-profile .panel-default .panel-title {
  line-height: 50px;
}
.family-profile .row .col-lg-3.col-sm-4.col-md-4:first-child {
  margin-left: 30px;
}
.family-profile .page-header.page-header-custom {
  color: #000000;
  border: none;
}
.widget-btn-menu {
  position: absolute;
  top: 6px;
  right: 3px;
}
html[dir="rtl"] .widget-btn-menu {
  left: 14px;
  right: auto;
}
.widget-btn-menu .btn {
  background: transparent;
  position: relative;
  padding: 10px;
}
html[dir="rtl"] .widget-btn-menu .btn {
  left: 0px;
}
.btn.remove-applicant-modal {
  top: 7px;
  left: -4px;
}
.sec-widget-btn-menu {
  position: absolute;
  top: 2px;
  right: 0;
}
.sec-widget-btn-menu .btn {
  background-color: #f5f5f5;
  color: #689F38;
}
.family-profile .panel-info small {
  color: #FFFFFF;
}
.family-profile .panel.panel-cards .applicants-container {
  border: 0 !important;
}
.family-profile .panel.panel-cards .applicants-container .card-container .card-body {
  position: relative;
  margin-bottom: 35px;
}
.family-profile .panel.panel-cards .applicants-container .card-container .card-body .card-body-actions {
  text-align: right;
  position: absolute;
  bottom: -30px;
  right: 0;
}
.family-profile .panel.panel-cards .applicants-container .card-container .card-body .card-body-actions a {
  cursor: pointer;
  text-decoration: underline;
}
.family-profile .panel.panel-cards .applicants-container .card-container .card-footer {
  margin: 10px;
  padding: 10px;
  border-radius: 4px;
  background-color: #dedede;
  color: #5e5e5e;
}
.family-profile .panel.panel-cards .applicants-container .card-container .card-footer p {
  font-size: 14px;
  margin-bottom: 0;
}
.family-profile .panel.panel-cards .applicants-container .card-container .card-footer p a {
  cursor: pointer;
  text-decoration: underline;
}
.family-profile .panel.panel-cards .applicants-container .card-container .org-flag-student {
  width: 40px;
  margin: 11px 4px !important;
  word-break: break-all;
}
.family-profile .panel.panel-cards .applicants-container .card-container .org-flag-student:before {
  right: 0px !important;
}
.family-profile .panel.panel-cards .applicants-container .card-container .org-tag-tooltip {
  margin: 8px 0px;
}
/**********family fill out application *********/
#content .application-step .step1 .container-applicants .panel-heading {
  padding-top: 0;
  padding-bottom: 0;
}
#content .application-step .step1 .container-applicants .grid-view .panel-body li:last-child em {
  text-overflow: ellipsis;
  white-space: nowrap;
  float: none;
}
#content .application-step .step1 .container-applicants .grid-view .panel-body .list-family .current-school {
  text-overflow: ellipsis;
}
#content .application-step .step1 .container-applicants .grid-view .panel-body.student-card-school-grade {
  display: block;
  padding: 15px 0 0 0;
  min-height: 140px;
}
em {
  font-style: normal;
}
.well {
  background-color: #f5f6f6;
  border: 1px solid #dbe1e2;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}
.well {
  padding: 7px 19px;
}
.well {
  border-width: 0;
  box-shadow: none;
  color: #000;
}
.btn-submit {
  background-color: #689F38;
  border: 0 none;
  color: #FFFFFF;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active {
  background: #B9D800;
  color: #FFFFFF;
}
.btn-submit {
  color: #FFFFFF;
}
.panel-info > .panel-heading {
  background-color: #3498DB;
  border-color: #3498DB;
  color: #FFFFFF;
}
.panel-info > .panel-heading {
  background-color: #002244;
  border-color: #002244;
}
.panel {
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 21px;
}
.panel-info {
  border-color: #002244;
}
.primary-badge {
  margin-top: -11px;
  position: relative;
  width: 40px;
}
.primary-badge {
  margin-top: -11px;
  position: relative;
  width: 40px;
}
.icon-badge {
  background: url('../assets/img/badge.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 52px;
  right: 20px;
  width: 37px;
}
.icon-badge {
  background: url('../assets/img/badge.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 52px;
  right: 20px;
  width: 37px;
}
.panel-info h3 small {
  color: #FFFFFF;
}
.panel-title {
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 0;
}
.glyphicon {
  font-size: 20px;
  color: #8DA5AB;
}
.glyphicon.glyphicon-warning-sign.glyphicon.warning {
  color: #ffb830 !important;
}
.panel-info .glyphicon {
  color: #002244;
}
.icon {
  background-image: url('../assets/img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-location {
  background-position: -83px -71px;
  height: 20px;
  margin-right: 20px;
  vertical-align: -5px;
  width: 20px;
}
.panel-info .icon-location {
  background-position: -123px -71px;
}
.icon-school-district {
  background-position: -165px -175px;
  height: 20px;
  margin-right: 15px;
  vertical-align: -5px;
  width: 25px;
}
#guardian-info-collapse .list-family .glyphicon {
  margin-right: 17px;
  height: 23px;
}
#guardian-info-collapse .icon-location {
  top: 4px;
  position: relative;
}
#guardian-info-collapse .familyDistricts {
  float: left;
  width: 75%;
}
#guardian-info-collapse .widget-btn-menu .btn {
  padding: 3px 2px 0 !important;
}
#guardian-info-collapse .widget-btn-menu .btn.remove-guardian-modal .glyphicon {
  margin-top: 5px;
}
.list-family .glyphicon {
  margin-right: 20px;
}
.icon-birth {
  margin-left: 5px;
  margin-right: 13px;
  vertical-align: -5px;
}
.icon-birth {
  background-position: -82px -107px;
  height: 24px;
  margin-left: 5px;
  margin-right: 13px;
  vertical-align: -5px;
  width: 24px;
}
.list-family li:first-child {
  margin-top: 0;
}
.list-family li {
  overflow: hidden;
  width: 100%;
  color: #2C3E50;
}
.list-family li {
  margin-top: 15px;
}
.panel-default,
.panel-default > .panel-heading {
  color: #435E73;
}
.panel-default > .panel-heading {
  background: #e8eeef;
}
.panel-default h3 small {
  color: #4F676C;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 15px;
}
.glyphicon.glyphicon-plus {
  color: #FFFFFF;
  font-size: 26px;
  margin-right: 7px;
  vertical-align: -2px;
}
.panel-body li span {
  float: left;
}
.panel-body li em {
  overflow: hidden;
  display: block;
}
.panel-default .panel-title {
  line-height: 50px;
}
.row .col-lg-3.col-sm-4.col-md-4:first-child {
  margin-left: 30px;
}
.page-header.page-header-custom {
  color: #000000;
  border: none;
}
/*---------------------------*/
.step-one {
  background: url('../assets/img/step-tmp-1.png') no-repeat scroll center center rgba(0, 0, 0, 0);
}
.step-two {
  background: url('../assets/img/step-tmp-2.png') no-repeat scroll center center rgba(0, 0, 0, 0);
}
.step-three {
  background: url('../assets/img/step-tmp-3.png') no-repeat scroll center center rgba(0, 0, 0, 0);
}
.step-four {
  background: url('../assets/img/step-tmp-4.png') no-repeat scroll center center rgba(0, 0, 0, 0);
}
.step-five {
  background: url('../assets/img/step-new-5.png') no-repeat scroll center center rgba(0, 0, 0, 0);
}
.step5-one {
  background: url("../assets/img/step-new-1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.step5-two {
  background: url("../assets/img/step-new-2.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.step5-three {
  background: url("../assets/img/step-new-3.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.step5-four {
  background: url("../assets/img/step-new-4.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.step5-five {
  background: url('../assets/img/step-new-5.png') no-repeat scroll center center rgba(0, 0, 0, 0);
}
.step4-one {
  background: url('../assets/img/step-tmp-1.png') no-repeat scroll center center rgba(0, 0, 0, 0);
}
.step4-two {
  background: url('../assets/img/step-tmp-2.png') no-repeat scroll center center rgba(0, 0, 0, 0);
}
.step4-four {
  background: url('../assets/img/step-tmp-3.png') no-repeat scroll center center rgba(0, 0, 0, 0);
}
.step4-five {
  background: url('../assets/img/step-tmp-4.png') no-repeat scroll center center rgba(0, 0, 0, 0);
}
.step-bg {
  min-height: 60px;
  position: relative;
}
.list-inline > li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
  width: 123px;
}
.list-inline > li:first-child {
  width: 100px;
}
h4 {
  color: #000;
  margin-bottom: 30px;
}
.choose-btn {
  width: 100%;
  border: 2px solid #d6dfe1;
  margin-bottom: 10px;
  padding: 15px;
  color: #000000;
  text-align: left;
  padding-left: 45px !important;
  background: #FFFFFF url("../assets/img/checkmark-emty.png") 15px 16px no-repeat;
}
.disable {
  opacity: 0.5;
}
.button-wrap {
  padding: 50px 0;
}
.panel.selected {
  border-color: #002244;
}
.panel.selected .panel-heading {
  background: #002244;
}
.panel.selected .panel-heading h3 {
  color: #fff;
}
.panel.applicant {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.choose-btn:focus {
  outline: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.choose-btn.selected {
  background: #FFFFFF url("../assets/img/checkmark-checked.png") 15px 16px no-repeat;
  border-color: #002244;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.info-box-total {
  padding: 0 50px;
}
input[type="checkbox"] {
  display: inline-block;
}
.title {
  color: #5C5C5C;
  padding-bottom: 10px;
}
.title strong {
  color: #333333;
}
.item-line .form-group:first-child {
  padding-left: 0;
}
.form-group label {
  color: #4A4A4A;
}
.check-group {
  padding: 10px 0 0;
}
.select-inline select {
  background: none repeat scroll 0 0 #FFFFFF;
}
.border-box {
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 20px;
}
.panel-footer {
  background-color: #ffffff;
  border-top: 1px solid #ECF0F1;
}
.info-box-total {
  padding: 0 10px;
}
.inline-label {
  padding: 10px 0;
}
.info-box-total .subtitle strong {
  color: #AABCC0;
}
.pad-left-80 {
  padding-left: 80px;
}
.info-box-total .item-line {
  padding-left: 35px;
}
@media screen and (max-width: 500px), (max-width: 640px), (max-width: 667px) {
  .info-box-total .item-line {
    padding-left: 5px !important;
  }
}
.info-box-total h4 {
  margin-bottom: 15px;
}
.info-box-total .item-line .form-group .item-line {
  padding-left: 0;
}
#application-basic-information .form-horizontal .item-line {
  padding-left: 35px;
}
@media screen and (max-width: 500px), (max-width: 640px), (max-width: 667px) {
  #application-basic-information .form-horizontal .item-line {
    padding-left: 5px !important;
  }
}
#application-basic-information .form-horizontal .btn-success {
  margin-left: 35px;
}
@media screen and (max-width: 500px), (max-width: 640px), (max-width: 667px) {
  #application-basic-information .form-horizontal .btn-success {
    margin-left: 0px !important;
  }
}
#application-basic-information .title {
  padding-left: 35px;
}
@media screen and (max-width: 500px), (max-width: 640px), (max-width: 667px) {
  #application-basic-information .title {
    padding-left: 5px !important;
  }
}
.btn-submit {
  padding: 11px 15px;
  margin-left: 10px;
}
.application-preview-table .table td {
  vertical-align: top;
  padding: 25px 50px;
}
.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-left: none;
  border-right: none;
}
.application-preview-table .table td .panel {
  margin: 0;
}
.application-preview-table .table td {
  font-size: 15px;
  color: #333333;
}
.application-preview-table .table td p {
  margin-top: 10px;
}
.application-preview-table .table td p strong {
  padding-left: 10px;
}
.application-preview-table .table td .panel-footer p strong {
  padding: 0;
}
.application-preview-table .table td p:first-child {
  margin: 0;
}
.application-preview-table .table td:first-child {
  font-weight: bold;
  font-size: 15px;
  color: #333333;
}
.blue-text {
  color: #8ba3a9;
  font-weight: bold;
  padding-right: 10px;
}
.modal-header .glyphicon-envelope {
  color: #c2c2c2;
}
.modal-dialog h3 {
  font-size: 13px;
  color: #46737e;
  font-weight: bold;
}
.modal-dialog p {
  font-size: 13px;
  color: #333333;
}
.modal-dialog .info {
  color: #333333;
}
.modal-dialog .info .row .col-xs-5 {
  font-size: 13px;
  color: #46737e;
}
.modal-dialog .info .row > div {
  font-size: 13px;
  padding: 7px 20px;
}
.modal-dialog .info .btn.btn-submit {
  padding: 5px 15px;
  font-size: 13px;
  margin: 0;
}
.modal-dialog .info ul {
  padding: 0;
  margin: 0;
}
.modal-dialog .info ul li {
  list-style: none;
  display: inline-block;
}
.social {
  background: url('../assets/img/sprite.png') no-repeat -217px -115px;
  width: 22px;
  height: 23px;
  display: inline-block;
  margin-right: 5px;
}
.type-icon {
  background: url('../assets/img/sprite.png') no-repeat -122px -115px;
  width: 17px;
  height: 16px;
  display: inline-block;
  vertical-align: -3px;
}
.social:hover {
  opacity: 0.8;
}
.social.twitter {
  background-position: -217px -145px;
}
/* step 2_1 */
.col-md-2.school-type {
  width: 10%;
  padding-top: 10px;
}
.btn-border-blue {
  background-color: #fff;
  border: 1px solid #4ec9ed;
  color: #4ec9ed;
}
.btn-border-yellow {
  background-color: #fff;
  border: 1px solid #ff9c00;
  color: #ff9c00;
}
.btn-border-blue:hover {
  background-color: #fff;
  border: 1px solid #4ec9ed;
  color: #6b7f84;
}
.btn-border-yellow:hover {
  background-color: #fff;
  border: 1px solid #ff9c00;
  color: #6b7f84;
}
/*****/
.btn-border-AC {
  background-color: #fff;
  border: 1px solid #C370E9;
  color: #C370E9;
}
.btn-border-CA {
  background-color: #fff;
  border: 1px solid #E4515C;
  color: #E4515C;
}
.btn-border-DE {
  background-color: #fff;
  border: 1px solid #FF5665;
  color: #FF5665;
}
.btn-border-OF {
  background-color: #fff;
  border: 1px solid #FFD047;
  color: #FFD047;
}
.btn-border-PO {
  background-color: #fff;
  border: 1px solid #00F0EC;
  color: #00F0EC;
}
.btn-border-RC {
  background-color: #fff;
  border: 1px solid #EC8928;
  color: #EC8928;
}
.btn-border-RP {
  background-color: #fff;
  border: 1px solid #00CBF1;
  color: #00CBF1;
}
.btn-border-SU {
  background-color: #fff;
  border: 1px solid #57C263;
  color: #57C263;
}
.btn-border-WA {
  background-color: #fff;
  border: 1px solid #8DE85D;
  color: #8DE85D;
}
.btn-border-AC:hover {
  background-color: #fff;
  border: 1px solid #C370E9;
  color: #6b7f84;
}
.btn-border-CA:hover {
  background-color: #fff;
  border: 1px solid #E4515C;
  color: #6b7f84;
}
.btn-border-DE:hover {
  background-color: #fff;
  border: 1px solid #FF5665;
  color: #6b7f84;
}
.btn-border-OF:hover {
  background-color: #fff;
  border: 1px solid #FFD047;
  color: #6b7f84;
}
.btn-border-PO:hover {
  background-color: #fff;
  border: 1px solid #00F0EC;
  color: #6b7f84;
}
.btn-border-RC:hover {
  background-color: #fff;
  border: 1px solid #EC8928;
  color: #6b7f84;
}
.btn-border-RP:hover {
  background-color: #fff;
  border: 1px solid #00CBF1;
  color: #6b7f84;
}
.btn-border-SU:hover {
  background-color: #fff;
  border: 1px solid #57C263;
  color: #6b7f84;
}
.btn-border-WA:hover {
  background-color: #fff;
  border: 1px solid #8DE85D;
  color: #6b7f84;
}
/********/
.btn-link-b {
  color: #6b7f84;
}
.row-border {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.map-block {
  position: relative;
}
.nav-carousel li {
  float: left;
  margin: 0 10px;
}
.nav-carousel .panel {
  width: 280px;
  min-height: 210px;
  padding: 20px 10px;
  margin-bottom: 0;
}
.nav-carousel .panel-outer {
  position: relative;
  padding: 5px;
}
.nav-carousel {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  left: 0;
}
.nav-carousel-in {
  position: relative;
  width: 100%;
}
.btn-school-list,
.btn-school-list:hover,
.btn-school-list:active,
.btn-school-list:focus {
  position: absolute;
  padding: 8px 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  left: 15px;
  top: -40px;
  border-radius: 6px 6px 0 0;
  outline: none;
}
.nav-list-box h3 {
  font-size: 14px;
  margin: 0;
}
.nav-list-box .panel-header a {
  color: #a7a7a7;
  font-size: 14px;
}
.nav-list-box .panel-header {
  border-bottom: 1px solid #e4e4e4;
}
.nav-list-box .panel-body {
  font-size: 12px;
  color: #000;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.nav-list-box .panel-body .row + .row {
  margin-top: 10px;
}
.num-school {
  border: 2px solid #fff;
  height: 25px;
  width: 25px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-radius: 1000px;
}
.bg-blue {
  background: #4ec9ed;
}
.bg-yellow {
  background: #ff9c00;
}
.icon-info-k {
  background: url('../assets/img/icon-info.png') no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: -5px;
}
.school-apply-section {
  border: 1px solid #f3f3f3;
  border-top: 1px solid #7f7f7f;
  border-radius: 0 0 7px 7px;
  padding: 20px;
  margin-bottom: 10px;
  background: #fff;
}
.school-apply-section .panel-header {
  border: 0;
}
.school-apply-section .panel,
.section-draged .panel,
.section-dragging .panel {
  padding: 20px 20px 5px;
  background: #fff;
}
.row-h {
  margin-bottom: 15px;
}
.section-draged {
  border-radius: 7px;
  background: #002244;
  padding: 20px 45px 50px;
}
.title-white {
  color: #fff;
}
.section-dragging > .panel {
  padding: 30px 45px;
}
.section-dragging h4 {
  margin: 0 0 10px;
  font-weight: 600;
  color: #002244;
  font-size: 14px;
}
.dragged-box.active .panel {
  border: 2px solid #002244;
}
.dragged-box {
  border: 2px dashed #9bdde1;
  border-radius: 7px;
  min-height: 252px;
  position: relative;
}
.dragged-box.active {
  border: 0;
}
.section-dragging .row + .row {
  margin-top: 30px;
}
.dragged-box.active .dragged-txt {
  display: none;
}
.dragged-txt {
  display: block;
  position: absolute;
  font-size: 20px;
  color: #9bdde1;
  left: 50%;
  margin-left: -78px;
  margin-top: -15px;
  top: 50%;
}
.icon-arr-drag {
  width: 28px;
  height: 70px;
  background-position: -268px -2px;
  position: absolute;
  top: 120px;
  right: -77px;
}
.section-draged {
  position: relative;
}
/* */
.jcarousel-skin-tango .jcarousel-direction-rtl {
  direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
  padding: 20px 40px;
}
.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}
.jcarousel-skin-tango {
  width: 100%;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 100%;
}
.jcarousel-skin-tango .jcarousel-item {
  width: 280px;
  height: 245px;
}
/**
 * Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 112px;
  right: 5px;
  width: 23px;
  height: 56px;
  cursor: pointer;
  background: url('../assets/img/next-horizontal.png') no-repeat;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 112px;
  left: 5px;
  width: 23px;
  height: 56px;
  cursor: pointer;
  background: url('../assets/img/prev-horizontal.png') no-repeat;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background: url('../assets/img/next-horizontal.png') no-repeat;
}
.icon-arr-open {
  width: 20px;
  height: 21px;
  background-position: -128px -173px;
  margin-left: 10px;
  vertical-align: -3px;
}
.collapse-list.collapse .jcarousel-skin-tango {
  display: none;
}
.collapse-list.collapse.in .jcarousel-skin-tango {
  display: block;
}
.pager li > a,
.pager li > span {
  border-radius: 24px;
}
.pager li.num.active > a,
.pager li.num.active > span {
  background-color: #e9e915;
  color: #002244;
}
.pager li.num.pending > a,
.pager li.num.pending > span {
  background-color: #ccc;
  color: #fff;
}
#registration-forms {
  padding-top: 20px;
}
.green-panel > .panel-heading {
  padding: 0;
  min-height: 0;
}
.green-panel > .panel-heading .panel-title #cal-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  color: #fff;
}
.green-panel > .panel-heading .panel-title .btn-block {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.green-panel > .panel-heading .panel-title .btn-block:active {
  background: #002244;
}
#re-enrollment-index #re_enrollment_code {
  min-width: 220px;
  margin-left: 10px;
}
#re-enrollment-index #submit_code {
  min-width: 145px;
  margin-left: 13px;
}
.accordion-block-toggle {
  background: #002244;
  border-color: #002244;
  color: #fff;
  position: relative;
  font-size: 17px;
  box-shadow: none;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 30px !important;
}
.registration-check {
  text-align: center !important;
}
.registration-check.unchecked {
  background-color: rgba(255, 0, 0, 0.52) !important;
}
.guardians-addresses .radio label,
.guardians-addresses .checkbox label {
  display: block;
}
.guardians-addresses .district-block {
  margin-left: 15px;
  font-size: 12px;
  color: #4A4A4A;
}
.guardians-addresses .district-block .districts-title {
  margin: 22px 0 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.guardians-addresses .district-block .districts-title span {
  position: absolute;
  font-size: 16px;
  left: 40px;
}
.guardians-addresses .district-block .district-address {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#re-enrollment {
  margin-bottom: 20px;
}
#dont-have-re-enrollment {
  color: white;
}
#health_issues .checkbox-inline {
  margin-left: 10px;
}
.re-emergency-concats-container {
  padding-top: 20px;
}
#export-download-section #download-data {
  margin-top: 10px;
  margin-bottom: 20px;
}
#export-data.registration-data {
  margin-top: 20px;
  margin-bottom: 10px;
}
.review-section {
  margin-top: 10px;
  min-height: 60px;
  background-color: #f4f4f4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  padding-top: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #3C535E;
  margin-bottom: 0;
}
.review-section-detail {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  background-color: #F8F8F8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: inline-block;
}
.review-section-detail-left {
  font-size: 16px;
  color: #909090;
  padding-top: 10px;
  padding-bottom: 10px;
}
.review-section-detail-right {
  font-size: 16px;
  color: #3C535E;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 100px;
}
.additional-info-row {
  font-size: 16px;
  color: #909090;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 500px), (max-width: 640px), (max-width: 667px) {
  .additional-info-row {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.green-text {
  color: #00A1B1;
}
.view-button {
  color: white;
  background-color: #1391A2;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 4px;
}
.application-review-submit-row {
  margin-top: 40px;
}
.application-review-submit-div {
  padding-right: 30px;
}
.application-review-submit-button {
  margin-right: 5px;
}
.parent-dashboard h1 {
  margin: 8px 0 32px;
  font-style: 40px;
}
.parent-dashboard h4 {
  margin-bottom: 0px;
}
.parent-dashboard .h5 {
  font-size: 19px;
}
.parent-dashboard .dashboard-options-menu {
  margin-bottom: 10px;
  margin-top: 25px;
}
#acc-info-header .page-header {
  padding-bottom: 0;
  margin-bottom: 13px;
}
#acc-info-form-container .row {
  margin: 0;
}
#pw-change-header {
  border-top: 1px solid #efefef;
  margin-top: 45px;
  padding-top: 15px;
}
.password-change-form .row {
  margin: 0;
}
#preferred_contact {
  margin: 7px 0;
}
.reenrollment-onboarding-dashboard .row {
  text-align: center;
}
.reenrollment-onboarding-dashboard .row.top-row {
  margin-top: 80px;
}
.reenrollment-onboarding-dashboard .row.bottom-row {
  margin-top: 30px;
}
.reenrollment-onboarding-dashboard .row h3 {
  font-size: 28px;
  color: #000;
  max-width: 780px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
.reenrollment-onboarding-dashboard .row h3 span {
  font-weight: bold;
}
.reenrollment-onboarding-dashboard .row button {
  margin: 10px 7px 0px 7px;
  width: 180px;
  height: 40px;
  font-size: 14px;
}
.family-profile.arabic-overrides .row .col-lg-12 .col-sm-4 {
  float: right;
}
.family-profile.arabic-overrides .row .col-lg-12 button.btn-submit {
  margin-right: 10px;
  margin-left: 0px;
}
.family-profile.arabic-overrides .row .col-lg-12 button.btn-submit span {
  margin-right: 0px;
  margin-left: 7px;
}
.family-profile.arabic-overrides .row.parent-dashboard .col-lg-8 {
  float: right;
}
.family-profile.arabic-overrides .row.guardians-container .col-md-4,
.family-profile.arabic-overrides .row.applicants-container .col-md-4 {
  float: right;
}
#modal-container.arabic-overrides button.close {
  float: left;
}
#modal-container.arabic-overrides #accept-modal input[type="checkbox"],
#modal-container.arabic-overrides #decline-modal input[type="checkbox"] {
  float: right;
  margin: 4px 0 0 10px;
}
.parent-dashboard.page-header.page-header-custom {
  color: #000000;
  border: 2px solid rgba(0, 0, 0, 0.5);
  margin: 40px 80px;
  padding: 40px;
}
.parent-dashboard.page-header.page-header-custom a {
  margin-top: 0px;
  margin-bottom: 40px;
  width: 180px;
  height: 40px;
  font-size: 14px;
}
.parent-dashboard.page-header.page-header-custom h2 {
  color: #000;
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.parent-dashboard.page-header.page-header-custom h4 {
  color: #38586d;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 40px;
}
.parent-dashboard.page-header.page-header-custom h6 {
  color: #000;
  font-size: 16px;
  margin: 0px;
}
.parent-dashboard.page-header.page-header-custom h6 a {
  color: #009bb1;
}
#select-language {
  max-width: 800px;
  margin: 0 auto;
}
#select-language div.language {
  text-align: center;
  padding: 6px 6px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #4a4a4a;
  font-size: 16px;
  max-width: 380px;
}
.priorities-section {
  font-size: 12px;
  padding-left: 5px;
  margin-bottom: 20px;
  color: #4a4a4a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: none;
}
.priorities-section:hover {
  overflow: visible;
}
@media (max-width: 520px) and (orientation: portrait) {
  .parent-dashboard.page-header.page-header-custom {
    margin: 40px 20px;
    padding: 20px;
  }
  .application-step .text-right {
    padding-top: 10px;
  }
}
.checklist-table tr:last-child {
  box-shadow: inset 0 -1px 0 0 #f0f0f0;
}
.checklist-table td select.form-control {
  height: 36px;
  font-size: 12px;
}
.navbar-right .dropdown .dropdown-toggle {
  background: #FFFFFF;
  cursor: pointer;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 5px;
  border: 1px solid #e9eff5;
}
.navbar-right .dropdown-menu {
  margin-top: 3px !important;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #FCFCFC;
}
.navbar-right .dropdown-menu li {
  margin: 3px 0 !important;
}
.navbar-right .dropdown-menu li a {
  padding: 8px 8px 10px;
  width: 100%;
  font-size: 14px;
}
.application-graph-view .graph-container,
.reenrollment-graph-view .graph-container {
  height: 400px;
  width: 70%;
}
.dashboard-section-bar .graph-container {
  height: 400px;
}
.schools-graph-view .graph-container {
  height: 400px;
  width: 70%;
  margin-bottom: 30px;
}
.applicants-map-view #map-wrapper {
  height: 400px;
  width: 100%;
  margin-bottom: 20px;
}
.applicants-map-view #map-wrapper .gm-style .gm-style-iw,
.applicants-map-view #map-wrapper .gm-style .gm-style-iw > div {
  overflow: hidden !important;
}
.applicants-map-view #map-wrapper .gm-style .gm-style-iw {
  padding: 8px 10px 8px 8px !important;
}
.applicants-map-view #map-wrapper .gm-style .gm-style-iw h5 {
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  width: 100%;
}
.applicants-map-view .title,
.applicants-map-view .saz-categories {
  color: #3B3B3B;
  display: inline-block;
}
.applicants-map-view .title {
  float: left;
  padding: 15px 0;
}
.applicants-map-view .saz-categories {
  float: right;
  margin-right: 30px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #cacaca;
}
.applicants-map-view .saz-categories span {
  display: inline-block;
}
.applicants-map-view .saz-categories .panel-body {
  padding: 10px;
}
.applicants-map-view .saz-categories .saz-title {
  font-weight: bold;
}
.applicants-map-view .saz-categories .saz-color-icon {
  height: 12px;
  width: 12px;
  border-radius: 2px;
  margin-left: 20px;
}
.application-graph-view .graph-container {
  height: 400px;
  width: 70%;
}
.dashboard-section-bar .graph-container {
  height: 400px;
}
.schools-graph-view .graph-container {
  height: 400px;
  width: 70%;
  margin-bottom: 30px;
}
.applicants-map-view #map-wrapper {
  height: 400px;
  min-width: 1170px;
  margin-bottom: 20px;
}
.applicants-map-view #map-wrapper .gm-style .gm-style-iw,
.applicants-map-view #map-wrapper .gm-style .gm-style-iw > div {
  overflow: hidden !important;
}
.applicants-map-view #map-wrapper .gm-style .gm-style-iw h5 {
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
}
@keyframes select-organization {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
.select-organization {
  background-size: 100%;
  width: 40px;
  height: 32px;
  animation: select-organization 3s 4;
  display: inline-block;
  position: absolute;
  margin: 0 25px;
}
.icon-arrow {
  background: url("../assets/img/ic_arrow_fill.png");
}
.icon-arrow-2x {
  background: url("../assets/img/ic_arrow_fill@2x.png");
  background-repeat: no-repeat;
}
/*
* Interest tracker premium
*/
.navbar .interes-tracker-premium li {
  padding: 1px 12px;
  line-height: -8px;
  min-width: 176px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar .interes-tracker-premium li .glyphicon {
  top: 2px !important;
  left: 0px !important;
}
.navbar .interes-tracker-premium li .interest-premium-text {
  top: -3px;
  position: relative;
}
.navbar .interes-tracker-premium li:hover {
  color: gray;
}
.navbar .interes-tracker-premium li:hover .glyphicon {
  color: #3DA6AB !important;
}
.bootbox .premium-feature-message {
  font-size: 15px;
  color: #3c535e;
}
.no-margin-row {
  margin: 0 !important;
}
#uniquely-applied {
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .nav-user-dropdown-item .mobile-visible.dropdown-toggle {
    padding: 15px;
    top: 7px;
  }
  .nav-user-dropdown-item .mobile-visible.dropdown-toggle .glyphicon {
    display: block !important;
    font-size: 25px !important;
    margin: 0px;
    top: -5px;
  }
  .nav-user-dropdown-item .dropdown-menu {
    position: absolute !important;
    background-color: #fafafa !important;
    overflow: hidden;
    min-height: 500px;
    left: auto !important;
    min-width: 100px !important;
    right: -50px !important;
    box-shadow: 0 0 4px #e1e1e1 !important;
  }
  .nav-user-dropdown-item.open {
    box-shadow: 0 0 5px #e4e4e4;
  }
  .nav-language-dropdown-item {
    min-height: 70px;
    margin: 0 3px 0 10px;
  }
  .nav-language-dropdown-item .mobile-visible.dropdown-toggle {
    padding: 15px;
    top: 7px;
  }
  .nav-language-dropdown-item .mobile-visible.dropdown-toggle .glyphicon {
    display: block !important;
    font-size: 25px !important;
    top: -5px;
  }
  .nav-language-dropdown-item .dropdown-menu {
    position: absolute !important;
    background-color: #fafafa !important;
    overflow: hidden;
    min-height: 100px;
    left: auto !important;
    min-width: 100px !important;
    right: 0 !important;
    box-shadow: 0 0 4px #e1e1e1 !important;
  }
  .nav-language-dropdown-item.open:not(.default-lang-dropdown) {
    box-shadow: 0 0 5px #e4e4e4;
  }
  #user-dropdown.show-notification ul.org-selector .notification:before {
    top: 12px;
    right: 96px;
  }
}
@media (max-width: 1020px) {
  .schools-graph-view .graph-container {
    width: 100%;
  }
}
.absolute-centered-btn {
  width: 80px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.alert-danger:focus {
  outline: none;
}
/** Step2 map wrapper **/
.step2-map-wrapper {
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
}
.application-step-2-filters {
  margin: 20px 0 24px 0;
}
.application-step-2-filters #school-dropdown-filters {
  padding: 0;
}
.school-filter-search-wrapper {
  height: 46px;
  border: 2px solid #CACACA;
  border-radius: 5px;
  width: 100%;
  background-color: white;
  padding-right: 25px;
  position: relative;
}
.school-filter-search-wrapper .school-filter-search-input input {
  height: 99%;
  border: none;
}
.school-filter-search-wrapper .school-filter-search-icon {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  position: absolute;
}
.school-filter-search-wrapper .school-filter-search-icon i {
  width: 25px !important;
  cursor: pointer;
}
#currently-selected-school-count {
  margin-top: -20px;
  min-height: 16px;
}
.other-school-help-text {
  color: #333;
  margin-top: 0px;
  clear: both;
}
.box-shadow-none {
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.step6 .form-add-template .col-sm-2 label {
  padding-top: 14px;
}
.application-step .board-widget {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 2px solid #DCE2E8;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.application-step .board-widget .header {
  padding: 16px;
  border-bottom: 1px solid #F5F5F5;
  font-size: 18px;
  padding-left: 45px;
  font-weight: 600;
  color: black;
  background: #FFFFFF url("../assets/img/checkmark-emty.png") 15px 20px no-repeat;
}
.application-step .board-widget .body {
  padding-left: 45px;
}
.application-step .board-widget .body div {
  margin-bottom: 13px;
  color: #8D959C !important;
}
.application-step .board-widget .body div .glyphicon {
  top: 6px;
  margin-right: 5px;
}
.application-step .board-widget.featured {
  border-color: #002244;
}
.application-step .board-widget.featured .header {
  background: #FFFFFF url("../assets/img/checkmark-checked.png") 15px 20px no-repeat;
}
.application-step button.btn.hide {
  display: none !important;
}
html[dir="rtl"] .school-widget .schoolAddress .regionAndZip {
  margin-left: auto;
  margin-right: 29px;
}
html[dir="rtl"] .school-widget .body .distance {
  left: 20px;
  right: auto;
}
.school-widget .schoolAddress .glyphicon {
  top: 17px !important;
}
.school-widget .schoolAddress .regionAndZip {
  margin-left: 29px;
}
.school-widget .body {
  position: relative;
}
.school-widget .body .distance {
  position: absolute;
  bottom: 7px;
  right: 20px;
  color: #313131;
}
.school-widget.hide-distant-school {
  display: none;
}
.school-widget.show-card-visible {
  display: block !important;
}
.school-widget.visible-no-range {
  display: block !important;
}
#view-all-schools-wrapper,
#view-favorites-schools-wrapper {
  height: 36px;
  margin-top: 10px;
}
@media (max-width: 375px) {
  #view-all-schools-wrapper,
  #view-favorites-schools-wrapper {
    margin-top: 0;
  }
}
#view-all-schools-wrapper input[type="checkbox"],
#view-favorites-schools-wrapper input[type="checkbox"] {
  display: none;
}
#view-all-schools-wrapper label,
#view-favorites-schools-wrapper label {
  cursor: pointer;
}
#no-school-message {
  text-align: center;
}
/*
manage favorites
*/
#manage-favorites-confirmation {
  text-align: center;
  padding: 45px 0;
}
#manage-favorites-confirmation .confirmation-body {
  padding: 25px;
}
#manage-favorites-confirmation .confirmation-buttons button {
  margin: 15px 15px;
  min-width: 150px;
}
@media (max-width: 768px) {
  #manage-favorites-confirmation .confirmation-buttons button {
    float: none !important;
  }
}
/*
eligibility select schools
*/
div.application-step #studentEligibilityInformation div.panel {
  background-color: #FFFFFF;
  border-color: #dfdfdf;
}
div.application-step #studentEligibilityInformation div.panel div.panel-heading {
  padding: 0 30px;
  border-bottom-color: #dfdfdf;
}
@media (max-width: 768px) {
  div.application-step #studentEligibilityInformation div.panel div.panel-heading {
    padding: 0 10px;
  }
}
div.application-step #studentEligibilityInformation div.panel div.panel-heading div.panel-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
}
div.application-step #studentEligibilityInformation div.panel div.panel-heading div.panel-title div#student-header span.material-icons {
  font-size: 1.5em;
  margin-right: 5px;
}
@media (min-width: 768px) {
  div.application-step #studentEligibilityInformation div.panel div.panel-heading div.panel-title div#grade-header {
    text-align: right;
  }
}
div.application-step #studentEligibilityInformation div.panel div.panel-collapse div.panel-body {
  font-size: 14px;
  line-height: 1.5em;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  div.application-step #studentEligibilityInformation div.panel div.panel-collapse div.panel-body {
    padding: 10px;
  }
}
@media (min-width: 769px) {
  div.application-step #studentEligibilityInformation div.panel div.panel-collapse div.panel-body {
    line-height: 1em;
  }
  div.application-step #studentEligibilityInformation div.panel div.panel-collapse div.panel-body div.single-line-data {
    vertical-align: middle;
    min-height: 30px;
    max-height: 60px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/*
mobile tooltips/filters
*/
div.application-step #mobile-filters-list {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.application-step #mobileTooltips div.panel,
div.application-step #mobile-filters-toggle div.panel,
div.application-step #show-all-filters-toggle div.panel {
  background-color: #FFFFFF;
  border-color: #dfdfdf;
}
div.application-step #mobileTooltips div.panel div.panel-collapse div.panel-body,
div.application-step #mobile-filters-toggle div.panel div.panel-collapse div.panel-body,
div.application-step #show-all-filters-toggle div.panel div.panel-collapse div.panel-body {
  font-size: 14px;
  line-height: 1.5em;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  div.application-step #mobileTooltips div.panel div.panel-collapse div.panel-body,
  div.application-step #mobile-filters-toggle div.panel div.panel-collapse div.panel-body,
  div.application-step #show-all-filters-toggle div.panel div.panel-collapse div.panel-body {
    padding: 10px;
  }
}
@media (min-width: 769px) {
  div.application-step #mobileTooltips div.panel div.panel-collapse div.panel-body,
  div.application-step #mobile-filters-toggle div.panel div.panel-collapse div.panel-body,
  div.application-step #show-all-filters-toggle div.panel div.panel-collapse div.panel-body {
    line-height: 1em;
  }
}
div.application-step #mobileTooltips div.panel div.panel-collapse div.panel-body a,
div.application-step #mobile-filters-toggle div.panel div.panel-collapse div.panel-body a,
div.application-step #show-all-filters-toggle div.panel div.panel-collapse div.panel-body a {
  cursor: pointer;
  text-decoration: underline;
}
div.application-step #mobile-filters-toggle .show-mobile-filters,
div.application-step #show-all-filters-toggle .show-mobile-filters {
  text-align: center;
  cursor: pointer;
}
/*
mobile filters/sort modal
*/
#mobile-schools-filter {
  min-width: 220px;
  max-width: 320px;
}
#mobile-schools-filter #school-dropdown-filters label {
  margin-top: 5px;
  margin-bottom: 0;
}
#mobile-schools-filter #school-radio-sorts h4 {
  margin-bottom: 10.5px;
}
.application-step .board-widget {
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 2px solid #DCE2E8;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.application-step .board-widget .body div {
  margin-bottom: 13px;
}
.application-step .board-widget .body div .glyphicon {
  top: 6px;
  margin-right: 5px;
}
.application-step .step.step2 .col-lg-12 {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .application-step .step-bg {
    background-size: contain;
  }
  .application-step .list-inline {
    padding-left: 0 !important;
  }
  .application-step .list-inline li {
    width: 64px !important;
  }
  .application-step .list-inline li:first-child {
    width: 73px;
  }
  .application-step .step .col-lg-12 {
    padding: 0 !important;
  }
  .application-step .step .panel.panel-form {
    padding: 0 !important;
  }
  .application-step .step .panel.panel-form .panel-heading .panel-title {
    line-height: 30px;
    padding: 0 10px;
  }
  .application-step .step .panel.panel-form .panel-body .required-field-mark-description {
    margin-bottom: 15px;
  }
  .application-step .step .panel.panel-form .panel-body .form-group.col-md-12 {
    margin-bottom: 0;
  }
  .application-step .step .panel.panel-form .panel-body .col-md-12,
  .application-step .step .panel.panel-form .panel-body .col-sm-3,
  .application-step .step .panel.panel-form .panel-body .col-sm-2,
  .application-step .step .panel.panel-form .panel-body .col-sm-8,
  .application-step .step .panel.panel-form .panel-body .col-sm-4,
  .application-step .step .panel.panel-form .panel-body .col-sm-6,
  .application-step .step .panel.panel-form .panel-body .col-md-4,
  .application-step .step .panel.panel-form .panel-body .col-md-6 {
    padding: 0 !important;
    margin-bottom: 16px;
    overflow: hidden;
    width: 100%;
  }
  .application-step .step .panel.panel-form .panel-body .required-field-marked-sm,
  .application-step .step .panel.panel-form .panel-body .required-field-marked-xs,
  .application-step .step .panel.panel-form .panel-body .required-field-marked-lg,
  .application-step .step .panel.panel-form .panel-body .required-field-marked-nm {
    width: 91%;
  }
  .application-step .step .panel.panel-form .panel-body .date-birth #birth_date {
    text-align: center;
  }
  .application-step .step .panel.panel-form .panel-body .date-birth #birth_date select {
    display: inline-block;
    width: 30% !important;
    float: none;
  }
  .application-step .step .panel.panel-form .panel-body #gender {
    text-align: center;
  }
  .application-step .step .panel.panel-form .panel-body #gender .checkbox-inline {
    display: inline-block;
    width: 40%;
  }
  .application-step .step .panel.panel-form .panel-footer {
    position: relative;
    min-height: 120px;
  }
  .application-step .step .panel.panel-form .panel-footer .btn {
    position: absolute;
  }
  .application-step .step .panel.panel-form .panel-footer .btn.back {
    top: 10px;
    left: 5%;
    width: 40%;
  }
  .application-step .step .panel.panel-form .panel-footer .btn.add-one-more {
    top: 65px;
    left: 0;
    width: 90%;
    margin-left: 5%;
  }
  .application-step .step .panel.panel-form .panel-footer .btn.next-step {
    top: 10px;
    right: 5%;
    width: 40%;
  }
  .application-step .step2 .container-buttons .btn {
    padding: 10px;
  }
  .application-step .step2 .container-buttons .btn.cancel-apply {
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .application-step button.pull-left,
  .application-step button.pull-right {
    float: none !important;
  }
  .application-step .step4 .container-buttons {
    position: relative;
    min-height: 45px;
  }
  .application-step .step4 .container-buttons .btn {
    position: absolute;
    top: 0;
    padding: 10px;
  }
  .application-step .step4 .container-buttons .btn.back {
    left: 15px;
  }
  .application-step .step4 .container-buttons .btn.submit-step4 {
    right: 15px;
  }
  .application-step .step4 .container-buttons .btn.cancel-apply {
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.jSignature {
  background: #f6fac1 !important;
}
@media screen and (max-width: 500px), (max-width: 640px), (max-width: 667px) {
  .jSignature {
    width: 200px !important;
  }
}
.doc-view .btn.btn-default {
  height: 37px;
}
.cero-padding {
  padding: 0;
}
.step4 #application-custom-form .panel-default,
#applications-container #application-custom-form .panel-default {
  padding-left: 35px;
}
.step4 #application-custom-form .panel-heading .panel-title,
#applications-container #application-custom-form .panel-heading .panel-title {
  padding-left: 35px;
}
.step4 #application-custom-form .panel-heading .section-break-text,
#applications-container #application-custom-form .panel-heading .section-break-text {
  padding-left: 35px;
}
#application-custom-form .panel-default {
  border: none;
}
#application-custom-form .panel-body-inner {
  padding: 0 0 0 15px;
}
@media screen and (max-width: 500px), (max-width: 640px), (max-width: 667px) {
  #application-custom-form .panel-body-inner {
    padding: 0px !important;
  }
}
#application-custom-form .panel-body-inner .info-box-total {
  padding: 0;
}
#application-custom-form .panel-body-inner .info-box-total .item-line {
  padding: 0;
}
#application-custom-form .form-group {
  float: none;
}
.form-container-discovery-reason .form-group {
  float: none;
}
.application-accordion-panel {
  min-height: 200px;
}
.application-accordion-panel .rendered-application-container .dropdown-menu.typeahead a {
  width: auto;
}
#allow_apply {
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: top;
}
#enrollments-section {
  margin-bottom: 40px;
}
#enrollments-section h4 {
  color: #435E73;
  font-size: 20px;
  margin-bottom: 20px;
}
#enrollments-section .container-enrollments .panel.enrollment {
  background: #FFFFFF;
  border: 1px solid #DCE2E8;
  cursor: pointer;
}
#enrollments-section .container-enrollments .panel.enrollment .panel-heading {
  background: #FFFFFF url("../assets/img/checkmark-emty.png") 15px 16px no-repeat;
}
#enrollments-section .container-enrollments .panel.enrollment .panel-heading h3 {
  font-size: 18px;
  padding-left: 30px;
  font-weight: 600;
  color: black;
}
#enrollments-section .container-enrollments .panel.enrollment .panel-heading .panel-title {
  line-height: 0.8;
}
#enrollments-section .container-enrollments .panel.enrollment.selected {
  border: 2px solid #002244;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
#enrollments-section .container-enrollments .panel.enrollment.selected .panel-heading {
  background: #FFFFFF url("../assets/img/checkmark-checked.png") 15px 16px no-repeat;
}
#enrollments-section .description-enrollment-year em {
  color: #000000;
  word-break: break-word;
  word-wrap: break-word;
}
#grades-section h4,
#student-questions-section h4,
#application-section h4 {
  color: #435E73;
  font-size: 20px;
  margin-bottom: 20px;
}
#application-section {
  margin-bottom: 55px;
}
#application-section .container-applicants .panel.applicant,
#application-section .container-applicants .add-another-applicant {
  min-height: 191px;
  background: #FFFFFF;
  border: 2px solid #DCE2E8;
}
#application-section .container-applicants .panel.applicant.completed,
#application-section .container-applicants .add-another-applicant.completed {
  background-color: #dedede;
}
#application-section .container-applicants .panel.applicant.completed .panel-heading,
#application-section .container-applicants .add-another-applicant.completed .panel-heading {
  background-color: #dedede;
  background: none;
}
#application-section .container-applicants .panel.applicant .panel-heading,
#application-section .container-applicants .add-another-applicant .panel-heading {
  background: #FFFFFF url("../assets/img/checkmark-emty.png") 15px 16px no-repeat;
}
#application-section .container-applicants .panel.applicant .panel-heading h3,
#application-section .container-applicants .add-another-applicant .panel-heading h3 {
  font-size: 18px;
  padding-left: 30px;
  font-weight: 600;
  color: black;
}
#application-section .container-applicants .panel.applicant .panel-body ul,
#application-section .container-applicants .add-another-applicant .panel-body ul {
  margin: 0 8px 0 30px;
}
#application-section .container-applicants .panel.applicant .panel-body ul li,
#application-section .container-applicants .add-another-applicant .panel-body ul li {
  color: #8D959C;
}
#application-section .container-applicants .panel.applicant .panel-body ul li .icon-birth,
#application-section .container-applicants .add-another-applicant .panel-body ul li .icon-birth {
  background-image: url("../assets/img/icon-birth.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#application-section .container-applicants .panel.applicant .panel-body ul li .icon-location,
#application-section .container-applicants .add-another-applicant .panel-body ul li .icon-location {
  background-image: url("../assets/img/icon-location.png");
  background-repeat: no-repeat;
  background-position: 8px center;
  margin-right: 17px;
  width: 25px;
}
#application-section .container-applicants .panel.applicant .panel-body ul li em,
#application-section .container-applicants .add-another-applicant .panel-body ul li em {
  color: #000000;
}
#application-section .container-applicants .panel.applicant.selected,
#application-section .container-applicants .add-another-applicant.selected {
  border: 2px solid #002244;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
#application-section .container-applicants .panel.applicant.selected .panel-heading,
#application-section .container-applicants .add-another-applicant.selected .panel-heading {
  background: #FFFFFF url("../assets/img/checkmark-checked.png") 15px 16px no-repeat;
}
#application-section .container-applicants .add-another-applicant .add-another-applicant-text {
  font-size: 18px;
  text-align: center;
  margin-top: 55px;
  color: #002244;
  background: url("../assets/img/icon-add-applicant.png") 10px 0 no-repeat;
}
#student-questions-section {
  font-weight: 300;
}
#student-questions-section h4 {
  margin-bottom: 5px;
  margin-top: 30px;
}
#student-questions-section label {
  font-weight: 300;
}
#grades-section {
  margin-top: 20px;
  min-height: 60px;
}
#grades-section .btn:hover,
#grades-section .btn:focus,
#grades-section .btn:active {
  color: #000000;
  background-color: #E4F3F4;
  border-color: #CDDCE0;
}
.table-checklist table tr td.Incomplete,
.table-checklist table tr td.Unstarted {
  color: #FF0000;
}
.table-checklist table tr td.Verified,
.table-checklist table tr td.Attended {
  color: #00D60E;
}
.table-checklist table tr td.Completed,
.table-checklist table tr td.Unverified,
.table-checklist table tr td.Done,
.table-checklist table tr td.rsvpd {
  color: #FFAE00;
}
.table-checklist table tr td input[type=checkbox] {
  display: none;
}
.table-checklist table tr td input[type="checkbox"] + label:before {
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid #b0b0b0;
  user-select: none;
  background: #fff;
  content: "";
  vertical-align: -3px;
  margin-right: 4px;
}
.table-checklist table tr td input[type="checkbox"]:checked + label:before {
  background: url("../assets/img/sprite.png") 2px -112px no-repeat;
}
.edit-application-school-grade,
.edit-re-enrollment-school-grade {
  padding-left: 8px;
  font-size: 14px;
}
.school-title-app-profile {
  float: left;
}
.no-padding-right {
  padding-right: 0px;
}
#application-packet .view-container {
  padding: 0;
}
#application-packet .view-container #registration-forms {
  padding-top: 0;
}
.application-step #application-packet .view-container {
  padding: 0 !important;
}
.application-step #application-packet .view-container #registration-forms {
  padding-top: 0;
}
.step2 .alert.alert-info {
  margin-bottom: 24px;
}
.step2 .alert.alert-info p.schools-alert {
  display: inline-table;
}
.step2 .alert.alert-info p.schools-alert .bold-school-banner {
  font-weight: bold;
}
.icon-priority-school {
  background: url("../assets/img/ic-priority.png");
  display: inline-block;
  width: 22px;
  height: 22px;
}
.step3 .rank-option option {
  color: #222222;
}
.step3 .rank-option option[disabled] {
  background-color: #CCCCCC;
  color: #858585;
}
@media (max-width: 510px) and (orientation: portrait) {
  .new-table-section {
    overflow-x: scroll;
  }
  .review-section-detail {
    padding: 20px 0px;
  }
  .review-section-detail .review-section-detail-left,
  .review-section-detail .review-section-detail-right {
    padding-left: 0px;
  }
  #application-basic-information .form-horizontal .item-line,
  .step4 #application-custom-form .panel-default {
    padding-left: 0;
  }
  .doc-view {
    padding-bottom: 15px;
  }
  .doc-view:before,
  .doc-view:after {
    display: table;
    content: "";
    line-height: 0;
  }
}
.signature-field {
  width: 250px;
  height: 50px;
  border-bottom: 1px solid black;
}
.student-search-results {
  position: relative;
}
.student-search-results select[name="per_page"] {
  float: left;
  position: absolute;
  top: -50px;
  left: 170px;
}
#form_type label.checkbox-inline {
  display: block;
  margin-left: 0px;
}
.override-custom-ethnicities-style .checkbox-inline {
  padding-top: 11px;
  margin-top: 0;
  margin-bottom: 0;
  display: table;
}
.override-custom-ethnicities-style .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.custom-form-help-text {
  padding-left: 0;
}
.custom-form-help-text span {
  color: red;
}
.guardian-info-box {
  margin-top: 20px;
}
.option input.disabled {
  background-color: #c4c4c4;
  pointer-events: none;
}
.rank-item {
  background-color: white;
  margin-top: 10px;
  padding: 5px;
  font-size: 16px;
  border: 1px solid;
}
.edit-account-wrapper .badge {
  padding: 2px 10px;
  margin: 0 0 8px;
  border-radius: 4px;
  background: #002244;
  line-height: inherit;
}
.edit-account-wrapper .badge .glyphicon-remove {
  margin: 0 5px;
  top: 3px;
  left: 8px;
  color: #fff;
}
.edit-account-wrapper .badge-wrap {
  border-bottom: 1px dotted #bebebe;
}
.edit-account-wrapper .user-access.schools-access,
.edit-account-wrapper .user-access.organizations-access {
  padding-top: 10px;
}
.edit-account-wrapper .list-group.schools-list,
.edit-account-wrapper .list-group.organizations-list {
  max-height: 300px;
  overflow-y: scroll;
}
/****** search ****/
.search-account {
  padding: 0 0;
}
.search-account .search-form {
  position: relative;
  margin: 0;
}
.search-account .btn-search {
  border: 0;
  position: absolute;
  top: 12px;
  left: 25px;
  background: none;
  padding: 0;
}
.search-account .search-form input[type="text"].form-control {
  padding-left: 30px;
}
#content .search-account .glyphicon {
  position: relative;
  top: 0;
  display: inline-block;
  font-size: 16px;
  left: 0;
}
#content .search-account .glyphicon-search {
  color: #cbcbcb;
}
.form-auth-account .form-auth-account-heading {
  margin-bottom: 15px;
}
.form-auth-account .form-auth-account-row {
  margin: 5px 0px 20px 0px;
  color: #5e5e5e;
}
/*
* Sign-up page mobile styles
*/
/**
*    Mobile styles
**/
@media screen and (max-width: 768px) {
  .container-signup .form-signin .form-group.col-md-12 img,
  .container-signin .form-signin .form-group.col-md-12 img {
    margin-left: -25px !important;
    width: 120%;
  }
}
.manage-admins .delete-table-icon {
  font-size: 24px;
  color: #c60c30;
}
.manage-admins .header-buttons-icon {
  font-size: 20px;
  color: #F9F9F9;
}
.manage-admins .header-buttons {
  margin-left: 15px;
}
.manage-admins .manage-user-header-buttons {
  margin-top: 35px;
}
.manage-admins .change-password {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 11px;
  padding-right: 12px;
}
.manage-admins .admins-buttons .reinvite-account {
  margin-left: 16px;
}
.manage-admins .actions-buttons {
  width: 400px;
}
.manage-admins .actions-buttons.small-actions {
  width: 200px;
}
.manage-admins .pending-invitation-name {
  color: #9C9C9C;
}
.change-role-loading-modal {
  height: 86px;
}
.add-new-admins .bootstrap-tagsinput {
  width: 100%;
}
.add-new-admins .header-text-area {
  margin-bottom: 20px;
}
.add-new-admins .add-admin-email-tag {
  width: 100%;
}
.add-new-admins .invitation-container {
  border-radius: 4px;
  background-color: #dedede;
  border: solid 1px #dfdfdf;
  padding: 20px 20px;
  margin-bottom: 20px;
}
.add-new-admins .invitation-container .school-selector .btn-group {
  width: 100%;
}
.add-new-admins .multiselect-container {
  width: 100%;
}
.add-new-admins .add-invitation-container {
  padding: 10px 20px 20px 20px;
}
.add-new-admins .add-invitation-container .add-other-invitation {
  margin: 0 auto;
  display: table;
  color: #002244;
  cursor: pointer;
}
.add-new-admins .add-invitation-container .add-invitation-icon {
  font-size: 24px;
  color: #002244;
  margin-right: 5px;
}
.add-new-admins .enter-emails-block {
  padding-bottom: 20px;
}
.add-new-admins .enter-emails-block input {
  font-size: 15px;
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  -webkit-appearance: textfield !important;
}
.add-new-admins .close-container-button {
  margin-top: -10px;
  margin-right: 3px;
}
.add-new-admins .close-container-button .close-icon {
  font-size: 24px;
  color: #000;
  margin-top: 0px;
}
.add-new-admins .space-between-buttons {
  margin-right: 10px;
}
.add-new-admins #editor-content {
  width: 100%;
}
.has-error .bootstrap-tagsinput {
  border: 2px solid #c60c30;
  border-radius: 4px;
}
.manage-admins-school-selector .btn-group {
  width: 100%;
}
.manage-admins-multiselect-container {
  width: 100%;
}
.manage-admins-organization-selector .btn-group {
  width: 100%;
}
.manage-admins-multiselect-container {
  width: 100%;
}
.school-bubble .badge,
.organization-bubble .badge {
  padding: 2px 10px;
  margin: 0 0 8px;
  border-radius: 4px;
  background: #002244;
  line-height: inherit;
}
.school-bubble .badge .glyphicon-remove,
.organization-bubble .badge .glyphicon-remove {
  margin: 0 5px;
  top: 3px;
  left: 8px;
  color: #fff;
}
.school-bubble .badge-wrap,
.organization-bubble .badge-wrap {
  border-bottom: 1px dotted #bebebe;
}
#activate-enrollment-modal label.align-vertical {
  padding-top: 12px;
}
#activate-enrollment-modal #show-copy-config {
  margin: 15px 0;
}
.applicant-profile-family-profile .panel.panel-cards .applicants-container .card-container .card-body {
  position: relative;
  margin-bottom: 35px;
}
.applicant-profile-family-profile .panel.panel-cards .applicants-container .card-container .card-body .card-body-actions {
  text-align: right;
  position: absolute;
  bottom: -30px;
  right: 0;
}
.applicant-profile-family-profile .panel.panel-cards .applicants-container .card-container .card-body .card-body-actions a {
  cursor: pointer;
  text-decoration: underline;
}
.applicant-profile-family-profile .panel.panel-cards .applicants-container .card-container .card-footer {
  margin: 10px;
  padding: 10px;
  border-radius: 4px;
  background-color: #dedede;
  color: #5e5e5e;
}
.applicant-profile-family-profile .panel.panel-cards .applicants-container .card-container .card-footer p {
  font-size: 14px;
  margin-bottom: 0;
}
.applicant-profile-family-profile .panel.panel-cards .applicants-container .card-container .card-footer p a {
  cursor: pointer;
  text-decoration: underline;
}
/**
* Sibling section
*/
#sibling-info-collapse span.icon-grade {
  margin-right: 15px;
  margin-left: 3px;
}
#sibling-info-collapse span.icon-birth {
  margin-left: 3px;
}
#sibling-info-collapse span.glyphicon-tag {
  margin-left: 6px;
  margin-right: 14px;
}
#sibling-info-collapse span.show-applications-detailed {
  margin-left: 10px;
}
/**
* Changes log section
*/
#changes-log-panel-collapse .student-search-results {
  overflow-x: scroll;
}
#assign-application-priority {
  padding: 0px;
}
#non-premium-manage-events {
  position: relative;
  margin-right: 15px;
  padding-left: 35px;
  transition: all 0.2s ease;
}
#non-premium-manage-events .glyphicon {
  position: absolute;
  left: 9px !important;
  top: 7px !important;
}
#non-premium-manage-events:hover {
  color: #747B7C !important;
}
#non-premium-manage-events:hover .glyphicon {
  color: #6d6d6d;
}
.modal-body.submission-modal-body {
  padding: 40px 25px;
}
#change-request-rows-container .updated-row {
  color: #30a1a7;
}
.applicant-profile-change-request .documents-title {
  position: absolute;
}
.applicant-profile-change-request .uploaded-documents {
  display: block;
  margin-top: 22px;
  position: relative;
  height: 255px;
  overflow: hidden;
}
.applicant-profile-change-request .uploaded-documents .arrows-container {
  max-width: none;
  width: 100%;
  text-align: center;
  top: 228px;
  position: absolute;
  margin: 0 auto;
}
.applicant-profile-change-request .uploaded-documents .arrows-container .arrow-sign {
  color: #30a1a7;
}
.applicant-profile-change-request .uploaded-documents #zoom-buttons-container {
  position: absolute;
  background-color: blue;
  right: -50px;
  top: 170px;
  z-index: 99;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.applicant-profile-change-request .uploaded-documents #zoom-buttons-container #zoom-exit {
  font-size: 38px;
  position: absolute;
  right: 20px;
  bottom: 110px;
  z-index: 1;
  cursor: pointer;
  color: #525659;
}
.applicant-profile-change-request .uploaded-documents #zoom-buttons-container #zoom-out {
  font-size: 37px;
  position: absolute;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  color: #525659;
}
.applicant-profile-change-request .uploaded-documents #zoom-buttons-container #zoom-in {
  font-size: 37px;
  position: absolute;
  right: 20px;
  bottom: 65px;
  cursor: pointer;
  color: #525659;
}
.applicant-profile-change-request .uploaded-documents #zoom-buttons-container .zoom-circle {
  font-size: 24px;
  position: absolute;
  right: 13px;
  bottom: 103px;
  color: #525659;
}
.applicant-profile-change-request .rejected-message {
  border-radius: 4px;
  padding: 15px;
  background-color: #ffeeb8;
  border-color: #ffeeb8;
  color: #4A4A4A;
}
#family-profile-collapse {
  /**
	*    Mobile styles
	**/
}
#family-profile-collapse .actions-container {
  float: right;
  display: inline-block;
  margin-right: 15px;
}
#family-profile-collapse .status-container {
  float: right;
  margin-right: 15px;
  margin-top: 7px;
  min-width: 520px;
}
#family-profile-collapse .status-container .status-info-label {
  margin-right: 5px;
  display: inline-block;
}
#family-profile-collapse .status-container .status-info-value {
  margin-right: 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #family-profile-collapse .status-container {
    min-width: auto;
    float: left;
  }
  #family-profile-collapse .actions-container {
    float: left;
  }
}
#change-requests-container .panel-cards .panel-heading {
  overflow: auto;
  padding-top: 5px !important;
  padding-bottom: 15px !important;
}
#change-requests-container .panel-cards .panel-heading .change-request-title {
  display: inline-block;
  margin-top: 8px !important;
}
#change-requests-container .panel-cards .panel-heading .info-warning {
  color: #EF6C00;
}
#change-requests-container .panel-cards .panel-heading .unreview-change-request,
#change-requests-container .panel-cards .panel-heading .unreview-change-request {
  height: 30px;
  padding: 0px;
  width: 160px;
  margin-right: 10px;
}
#change-requests-container .panel-cards .panel-heading .reject-change-request,
#change-requests-container .panel-cards .panel-heading .reject-change-request {
  height: 30px;
  padding: 0px;
  width: 75px;
  margin-right: 10px;
}
#change-requests-container .panel-cards .panel-heading .accept-change-request,
#change-requests-container .panel-cards .panel-heading .accept-change-request {
  height: 30px;
  padding: 0px;
  width: 75px;
  margin-right: 10px;
}
#change-requests-container .panel-cards .panel-collapse {
  overflow: auto;
  padding-top: 5px !important;
  padding-bottom: 15px !important;
}
#change-requests-container .panel-cards .panel-collapse .applicant-profile-change-request .documents .uploaded-documents #slides {
  max-width: none;
  display: block;
  position: relative;
  height: 230px;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#change-requests-container .panel-cards .panel-collapse .applicant-profile-change-request .documents .uploaded-documents #slides .slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  overflow: scroll;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  box-sizing: border-box;
}
#change-requests-container .panel-cards .panel-collapse .applicant-profile-change-request .documents .uploaded-documents #slides .slide .zoom-image {
  max-width: 100%;
  max-height: 100%;
  min-width: 100px;
  border: 0px;
  border-radius: 2px 2px 2px 2px;
}
#change-requests-container .panel-cards .panel-collapse .applicant-profile-change-request .documents .uploaded-documents #slides .showing {
  opacity: 1;
  z-index: 2;
}
#change-requests-container .panel-cards .provide-documents {
  margin: 15px 0px;
  margin-left: 15px;
}
#change-requests-container .panel-cards .provide-documents .link-document {
  margin-right: 5px;
  text-decoration: none;
  color: #30a1a7;
}
#change-requests-container .panel-cards .provide-documents .download-file-icon {
  color: #30a1a7;
}
/*
Tags Modal
*/
#empty-tags-modal .body-container {
  padding: 10px;
  background-color: #c60c30;
  color: #FFF;
  border-radius: 5px;
}
/*****************************************
******************************************
@desc       :: Communications Admint View
@author     :: kevin@schoolmint.net
@view 		:: communications/send
******************************************
*****************************************/
.form-communication-send .form-horizontal,
.form-communication-send .form-group {
  margin: 0;
  padding-left: 0px;
}
.form-communication-send .communications-step {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.form-communication-send .communications-step.communications-step-2 #content {
  height: 56px;
  min-height: 56px;
}
.form-communication-send .communications-step.communications-step-3 .sms-container {
  padding-right: 0px;
}
.form-communication-send .communications-step.communications-step-5 .later-radio {
  margin-top: 20px;
}
.form-communication-send .communications-step.communications-step-5 .later-radio div:nth-child(2) {
  margin-top: -5px;
}
.form-communication-send .communications-cta-section {
  margin-top: 20px;
}
.form-communication-send .communications-cta-section .btn-primary {
  margin-right: 20px;
}
.form-communication-send input[type=text],
.form-communication-send textarea {
  border-color: #dce4ec;
}
.form-communication-send .panel.panel-sm-form {
  border-color: #e7e7e7;
  color: #000000;
}
.form-communication-send .panel.panel-sm-form .panel-heading {
  background-color: #f7f7f7;
  border-color: #e7e7e7;
  display: flex;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.form-communication-send .panel.panel-sm-form .panel-heading h2,
.form-communication-send .panel.panel-sm-form .panel-heading h3,
.form-communication-send .panel.panel-sm-form .panel-heading h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.form-communication-send .panel.panel-sm-form .panel-body {
  background-color: #ffffff;
  padding: 15px 0;
  padding-left: 20px;
}
.form-communication-send .panel.panel-sm-form .panel-body .top-row {
  margin: 20px 0px 8px;
}
.form-communication-send .panel.panel-sm-form .panel-body .form-control {
  font-size: 13px;
}
.form-communication-send .panel.panel-sm-form .panel-body input {
  font-size: 13px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.form-communication-send .panel.panel-sm-form .panel-body input:focus {
  border: 1px solid #37BBC2;
  box-shadow: 0px 0px 6px 0px rgba(54, 186, 194, 0.4), inset 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.form-communication-send .panel.panel-sm-form .panel-body input,
.form-communication-send .panel.panel-sm-form .panel-body option {
  color: #000000;
}
.form-communication-send .panel.panel-sm-form .panel-body .required-mark {
  margin-left: 8px;
  color: #00a1b1;
}
.form-communication-send .panel.panel-sm-form .panel-body .guardians-addresses .checkbox {
  background-color: #f7f7f7;
  border: 1px #e7e7e7 solid;
  margin-bottom: 0px!important;
}
.form-communication-send .panel.panel-sm-form .panel-body .guardians-addresses .checkbox label.well {
  margin-left: 20px;
}
.form-communication-send .panel.panel-sm-form .panel-body .guardians-addresses .checkbox label.well .label-primary {
  background-color: #009bb1;
  padding: 6px;
  font-size: 12px;
  margin-left: 10px;
}
.recipient-view-container > .row {
  margin: 0;
}
.highlight-text {
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}
#rich-text-container {
  float: left;
  width: 100%;
  padding-right: 15px;
}
#general-packet-confirmation {
  margin-top: 20px;
}
#general-packet-confirmation strong {
  font-weight: normal;
  color: #000;
  margin-top: 20px;
}
.reply_to_text {
  padding: 15px;
}
.from_name_text {
  padding: 15px;
}
.rich-block-container {
  float: left;
}
.change-from-name {
  font-weight: 300;
}
.change-reply-to {
  font-weight: 300;
}
.shape-visible {
  width: 1140px;
  height: 40px;
  visibility: 'visible';
  border-radius: 4px;
  background-color: #dddddd;
  border: solid 1px #cccccc;
}
.message-method {
  padding-left: 15px;
}
#upload-image-modal .choose-image {
  width: 240px;
  height: 38px;
  margin-left: 250px;
  margin-top: 50px;
}
#upload-image-modal .supported-extension {
  margin-top: 15px;
}
#upload-image-modal .file-size {
  margin-bottom: 30px;
}
#upload-image-modal .validation-error {
  color: #e64a19;
}
#upload-image-modal #image-url {
  margin-bottom: 30px;
}
#upload-image-modal #image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 30px;
}
#upload-image-modal .image-content {
  border-style: dashed;
  border-radius: 5px;
  border-color: #dce4ec;
  text-align: center;
  width: auto;
  height: 150px;
  margin-bottom: 30px;
}
#upload-image-modal #description-image {
  margin-top: 40px;
}
.toolbar-style {
  font-size: 15px;
  color: #444444;
  top: -2px;
}
.toolbar-style:hover {
  color: #06c;
}
.view-container .report-instance {
  min-height: 400px;
}
/**
* Dropdown menu styles
*/
.dropdown-menu.org-selector li.current-org {
  padding: 3px 10px 3px 10px;
}
.dropdown-menu.org-selector li.current-org h5 {
  color: #00A1B1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 400;
}
.dropdown-menu.org-selector li.org-switcher {
  padding-left: 10px;
}
.dropdown-menu.org-selector li.org-switcher h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  color: #9C9C9C;
  font-size: 11px;
}
.dropdown-menu.org-selector li.org-switcher-add-new {
  text-align: center;
  padding: 6px 0;
  min-width: 225px;
}
.dropdown-menu.org-selector li.org-switcher-add-new #add-school-organization {
  width: 94%;
  font-size: 14px;
  font-family: 'Proxima Nova Regular', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background: #FCFCFC !important;
  color: #002244;
  padding: 8px 9px;
  transition: all 0.2s ease;
}
.dropdown-menu.org-selector li.org-switcher-add-new #add-school-organization .glyphicon {
  font-size: 16px;
  margin-right: 4px;
  color: #002244 !important;
  transition: all 0.2s ease;
}
.dropdown-menu.org-selector li.org-switcher-add-new #add-school-organization:hover {
  background: #002244 !important;
  color: #FCFCFC;
}
.dropdown-menu.org-selector li.org-switcher-add-new #add-school-organization:hover .glyphicon {
  color: #FCFCFC !important;
}
#add-school-org-form-container .new-organization-note {
  color: #858585;
  margin: 20px 0 0 15px;
  font-size: 14px;
  text-align: center;
}
#add-school-org-form-container .typeahead.dropdown-menu li .divider:last-of-type {
  display: block;
  width: 122%;
  height: 2px;
  background: #F0F0F0;
  left: -45px;
  position: relative;
  margin: 11px 0 -1px;
  padding: 0;
}
#add-school-org-form-container .typeahead.dropdown-menu .active a span.leaf,
#add-school-org-form-container .typeahead.dropdown-menu .active a:hover span.leaf,
#add-school-org-form-container .typeahead.dropdown-menu .active a:focus span.leaf {
  background: transparent url('../assets/img/leaf-icon-white.png') no-repeat center center !important;
}
#add-school-org-form-container .typeahead.dropdown-menu a {
  padding: 4px 47px;
  position: relative;
}
#add-school-org-form-container .typeahead.dropdown-menu a span.leaf {
  background: transparent url('../assets/img/leaf-icon.png') no-repeat center center;
  position: absolute;
  width: 28px;
  height: 28px;
  display: inline-block;
  left: 10px;
  top: 5px;
}
.confirmationOrg {
  color: #9DCE00;
  font-family: 'Proxima Nova SemiBoldItalic';
}
.create-acc-on-behalf-container .panel-default {
  background: #fff;
  border-color: #002244;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 17px;
  position: relative;
  padding: 0;
  min-height: 0;
}
.show-display-seats-container .show-display-seats-helper {
  display: inline-block;
  margin-left: -10px;
}
table#open-seats .display-seats-input {
  padding-right: 44px;
  position: relative;
}
table#open-seats .display-seats-input input.cal-display {
  margin-right: -44px;
}
table#open-seats .display-seats-input span.school-display-seats {
  border: 1px solid;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  border-radius: 13px;
  cursor: default;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
table#open-seats .display-seats-input span.school-display-seats.high {
  background-color: #689F38;
  border-color: #689F38;
}
table#open-seats .display-seats-input span.school-display-seats.med {
  background-color: #c60c30;
  border-color: #c60c30;
}
table#open-seats .display-seats-input span.school-display-seats.low {
  background-color: #c60c30;
  border-color: #c60c30;
}
.information-message {
  width: 380px;
  height: 105px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
.message {
  height: 65.2px;
  font-family: HelveticaNeue;
  font-size: 14px;
  text-align: center;
  color: #000000;
}
.sign-up-parent {
  width: 275px;
  height: 41px;
  font-family: HelveticaNeue;
  font-size: 28px;
  line-height: 1.43;
  color: #000000;
}
.account-label {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  text-align: left;
  color: #000000;
}
.input-login {
  height: 40px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 0 0 var(--black5pc);
}
.notification {
  font-family: HelveticaNeue;
  font-size: 14px;
  color: #000000;
}
#preferred-language-id {
  height: 40px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
#create-parent-acc {
  height: 40px;
}
.icon-export {
  width: 102px;
  height: 102px;
  display: inline-block;
  background-image: url("../assets/img/icon-export.png");
  background-repeat: no-repeat;
}
.highlighted-input::-moz-selection {
  background: #feebb6;
}
/*for everything else*/
.highlighted-input::selection {
  background: #feebb6;
}
.sync-logs-title-icon {
  color: #435e73;
  padding-top: 5px;
  vertical-align: middle;
  margin-left: 12px;
  cursor: pointer;
  margin-top: 12px;
}
.loading-image-sis {
  display: none;
  position: absolute;
  left: 52%;
  top: -1px;
}
.modal-footer-sis {
  margin-top: 85px;
}
.modal-footer-firstel-right {
  margin-left: 5px;
  margin-bottom: 0px;
}
.mapping-sis {
  margin-bottom: 100px;
}
.export-confirmation-dashboard {
  width: 80%;
  margin: 0 auto;
}
.export-confirmation-dashboard .students-table-container {
  margin-top: 10px;
}
.export-confirmation-dashboard .filters {
  margin: 30px 0px;
  height: 50px;
}
.table-sis-comparison tbody > tr > td {
  text-align: left;
}
.student-fetcher-view,
.fetch-viewer {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
  text-align: center;
  font-size: 20px;
}
.student-fetcher-view .loader,
.fetch-viewer .loader {
  width: 100%;
  height: 50px;
  background: url("../assets/img/load_spinner.gif") no-repeat 51% 0;
}
.student-fetcher-view p,
.fetch-viewer p {
  margin-bottom: 50px;
}
.student-fetcher-view p .student-index,
.fetch-viewer p .student-index {
  padding-left: 5px;
}
.student-fetcher-view p .total-students,
.fetch-viewer p .total-students {
  padding-left: 5px;
}
.possible-matches-container .sis-options .sis-option {
  display: block;
  background-color: #F7F7F7;
  border: 1px #14C81A solid;
  border-radius: 5px;
  width: 40%;
  height: auto;
  margin: 0 45px 45px 0;
  padding: 10px;
}
.possible-matches-container .sis-options .sis-option p.student-info {
  display: block;
  margin-left: 15px;
}
.possible-matches-container .sis-options .sis-option p.student-info span {
  display: block;
  clear: both;
}
.possible-matches-container button {
  margin-left: 20px;
}
.modal-header-main-title {
  font-size: 16px;
}
.modal-header-sub-title {
  font-size: 14px;
  text-align: center;
}
.sis-nav-arrow {
  font-size: 14px;
}
.changes-in-field td {
  font-weight: bold;
  color: #00a1b1 !important;
}
.validation-error-in-field td {
  color: #D62E00 !important;
}
.validation-warning-in-field td {
  color: #F39C12 !important;
}
.has_errors_extra_info {
  border-width: 1px !important;
  border-color: red !important;
}
.sis-glyphicon {
  text-decoration: none;
  font-size: 15px;
}
.sis-glyphicon:hover {
  /* to implement */
}
.sis-error-glyphicon {
  color: #D62E00;
}
.sis-warning-glyphicon {
  color: #F39C12;
}
.sis-loading-modal {
  display: block;
  height: 35px;
  margin-bottom: 25px;
  position: inherit;
}
.btn-export-to-sis {
  margin-bottom: 5px;
}
.sis-bring-to-front {
  z-index: 9999;
}
.sis-field-name-error {
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #D62E00;
  border-radius: 4px;
  border-width: 1px;
  border-color: #D62E00;
}
.sis-field-name-success {
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #689F38;
  border-radius: 4px;
  border-width: 1px;
  border-color: #689F38;
}
.local-id-column {
  display: flex;
}
.set-local-id-input {
  width: 70%;
}
.set-local-id-button {
  margin-left: 10px;
}
.student-info-after-local-id-set {
  width: 70%;
}
.unset-local-id-button {
  margin-left: 10px;
  position: absolute;
  height: 45px;
}
.spiner-undo {
  width: 25px;
  height: 25px;
}
/*----- Steps Header ----*/
.steps-one li.step {
  height: 100px;
  weight: 100px;
}
.steps-one li.step-1 {
  background: url("../assets/img/ic-step-1-selected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-one li.step-2 {
  background: url("../assets/img/ic-step-2-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-one li.step-3 {
  background: url("../assets/img/ic-step-3-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-one li.step-4 {
  background: url("../assets/img/ic-step-4-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-one li.step-5 {
  background: url("../assets/img/ic-step-5-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-one li.step-6 {
  background: url("../assets/img/ic-step-6-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-two li.step {
  height: 100px;
  weight: 100px;
}
.steps-two li.step-1 {
  background: url("../assets/img/ic-step-1-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-two li.step-2 {
  background: url("../assets/img/ic-step-2-selected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-two li.step-3 {
  background: url("../assets/img/ic-step-3-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-two li.step-4 {
  background: url("../assets/img/ic-step-4-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-two li.step-5 {
  background: url("../assets/img/ic-step-5-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-two li.step-6 {
  background: url("../assets/img/ic-step-6-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-three li.step {
  height: 100px;
  weight: 100px;
}
.steps-three li.step-1 {
  background: url("../assets/img/ic-step-1-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-three li.step-2 {
  background: url("../assets/img/ic-step-2-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-three li.step-3 {
  background: url("../assets/img/ic-step-3-selected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-three li.step-4 {
  background: url("../assets/img/ic-step-4-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-three li.step-5 {
  background: url("../assets/img/ic-step-5-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-three li.step-6 {
  background: url("../assets/img/ic-step-6-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-four li.step {
  height: 100px;
  weight: 100px;
}
.steps-four li.step-1 {
  background: url("../assets/img/ic-step-1-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-four li.step-2 {
  background: url("../assets/img/ic-step-2-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-four li.step-3 {
  background: url("../assets/img/ic-step-3-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-four li.step-4 {
  background: url("../assets/img/ic-step-4-selected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-four li.step-5 {
  background: url("../assets/img/ic-step-5-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-four li.step-6 {
  background: url("../assets/img/ic-step-6-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-five li.step {
  height: 100px;
  weight: 100px;
}
.steps-five li.step-1 {
  background: url("../assets/img/ic-step-1-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-five li.step-2 {
  background: url("../assets/img/ic-step-2-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-five li.step-3 {
  background: url("../assets/img/ic-step-3-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-five li.step-4 {
  background: url("../assets/img/ic-step-4-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-five li.step-5 {
  background: url("../assets/img/ic-step-5-selected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-five li.step-6 {
  background: url("../assets/img/ic-step-6-unselected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-six li.step {
  height: 100px;
  weight: 100px;
}
.steps-six li.step-1 {
  background: url("../assets/img/ic-step-1-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-six li.step-2 {
  background: url("../assets/img/ic-step-2-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-six li.step-3 {
  background: url("../assets/img/ic-step-3-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-six li.step-4 {
  background: url("../assets/img/ic-step-4-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-six li.step-5 {
  background: url("../assets/img/ic-step-5-completed.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.steps-six li.step-6 {
  background: url("../assets/img/ic-step-6-selected.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.sis-selection {
  background: url("../assets/img/checkmark-emty.png") 10px 0px no-repeat;
}
.sis-selection.selected {
  background: url("../assets/img/checkmark-checked.png") 10px 0px no-repeat;
}
.sis-label {
  background-image: url("../assets/img/ic-sis-tag.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 18px;
}
.sm-label {
  background-image: url("../assets/img/ic-sm-tag.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 100px;
  height: 19px;
}
.panel.sis-student {
  min-height: 200px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel-default > .sis-panel-heading {
  height: 100%;
}
.sis-panel-heading > .sis-panel-title {
  padding-left: 40px;
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.sis-li {
  padding-left: 40px;
}
.sis-grid-view .panel-body {
  min-height: 150px;
  display: table;
  width: 100%;
}
.sis-grid-view .panel-body > span {
  height: 150px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.sis-next-column {
  padding-left: 0px;
}
.sis-extra-info-container {
  padding-left: 35px;
}
#sync-sis-extra-info {
  float: left;
  margin-right: 5px;
}
.sis-connection-footer {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .sis-connection-footer {
    margin-top: 95px;
  }
}
.test-sis-connection {
  margin-right: 10px;
  background-color: #009BB1;
  color: #fff;
}
.sis-grid-view-height {
  max-height: 225px;
  height: 225px;
}
.panel-body {
  padding: 20px;
}
.sis-grid-view .panel {
  position: relative;
}
.seleted-sso-ps {
  background-color: #FEF4B8;
}
.sis-matching-values {
  color: #70b800;
}
.configure-fields {
  padding-bottom: 100px;
}
.configure-fields .table-container {
  margin-top: 50px;
}
.configure-fields .table-container table thead th,
.configure-fields .table-container table tbody td {
  text-align: left;
}
.configure-fields .table-container table thead tr th:last-child,
.configure-fields .table-container table tbody tr td:last-child {
  text-align: center;
}
.configure-fields .table-container .st_per_page {
  top: -52 px;
  left: 137px;
}
.configure-fields .table-container .configure-fields-body .edit-row {
  display: inline;
}
.configure-fields .table-container .configure-fields-body .edit-label {
  font-size: 17px;
  padding: 0 15px;
  margin: 0px 0;
  cursor: pointer;
}
.configure-fields .table-container .configure-fields-body .edit-mode-off {
  font-weight: normal;
}
.configure-fields .navigation-bar-container {
  margin-top: 35px;
  margin-bottom: 25px;
}
.configure-fields .navigation-bar-container .navigation-bar {
  border: 1px solid #000;
  color: #000;
  overflow: hidden;
  padding: 6px 0px;
  border-radius: 2px;
}
.configure-fields .navigation-bar-container .navigation-bar .info-bar {
  margin-top: 10px;
}
.configure-fields .navigation-bar-container .navigation-bar .back-sis-connections {
  float: left;
}
.configure-fields .navigation-bar-container .navigation-bar .configure-transformations {
  float: right;
  margin-right: 8px;
}
.configure-fields .navigation-bar-container .navigation-bar .configure-transformations a {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
  margin: 0 auto;
  display: block;
  float: left;
  padding: 0px;
  margin: 0px;
  margin-top: -3px;
}
.configure-fields .navigation-bar-container .navigation-bar .configure-transformations span {
  margin-left: 5px;
}
.configure-fields .navigation-bar-container .navigation-bar .save-changes {
  float: right;
  margin-right: 8px;
}
@media only screen and (max-width: 435px) {
  .configure-fields .navigation-bar-container .navigation-bar .configure-transformations {
    margin-right: 0px;
  }
}
.configure-fields .navigation-bar-container .navigation-bar .transformation-info {
  float: right;
  margin-right: 0px;
  margin-top: 10px;
}
.configure-fields-headers .sync-field-info {
  float: right;
  margin-top: -2px;
}
.configure-fields-headers .select-all {
  margin-right: -12px;
}
.configure-transformation-fields .report-breadcumb {
  display: none;
}
.configure-transformation-fields .report-header {
  display: none;
}
.configure-transformation-fields #mark-all-fields {
  margin-left: -3px;
}
.configure-transformation-fields .return-to-sis-fields {
  margin-top: -15px;
  margin-bottom: 35px;
}
.configure-transformation-fields .transformation-to-apply-section {
  margin-bottom: 35px;
  padding: 30px;
  border: solid 1px #dfdfdf;
  border-radius: 4px;
  color: #000;
}
.configure-transformation-fields .transformation-to-apply-section .to-apply-remove {
  background-color: #fafafa;
  position: absolute;
  top: -12px;
  padding: 0px 8px;
  margin-left: -18px;
  color: #000;
}
.configure-transformation-fields .transformation-to-apply-section #transformation_type {
  max-width: 250px;
  margin: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.configure-transformation-fields .transformation-to-apply-section .transformation-action {
  text-align: right;
}
.events-wrapper #events-header ul {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 75px 0 50px 0;
}
.events-wrapper #events-header ul li {
  float: left;
  list-style: none;
  border: 1px solid #EDEDED;
}
.events-wrapper #events-header ul li a {
  padding: 10px 20px;
  display: inline-block;
  background: white;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}
.events-wrapper #events-header ul li a.active,
.events-wrapper #events-header ul li a:hover {
  background: #002244;
  color: white;
  text-decoration: none;
}
.events-wrapper table tr td {
  text-align: center;
}
.events-wrapper table .event-status {
  text-transform: capitalize;
}
.events-wrapper table .event-rsvp {
  text-transform: uppercase;
}
#events-report-container .view-container {
  padding: 0;
}
#sessions-error,
#dates-error {
  display: none;
}
#sessions-error p,
#dates-error p {
  color: red;
  font-size: 14px;
}
.add-session-form,
.add-appointment-form {
  border: none;
  box-shadow: none;
  margin-bottom: 15px;
}
.add-session-form .session-label,
.add-appointment-form .session-label {
  font-size: 16px;
  font-weight: 300;
  padding: 0px 0px 0px 15px;
  color: #565656;
}
.add-session-form .label-appointment,
.add-appointment-form .label-appointment {
  margin-top: 10px;
  color: #000;
}
.add-session-form .capacity-wrapper .help-block,
.add-appointment-form .capacity-wrapper .help-block {
  color: #BEBEBE;
  font-style: italic;
  font-size: 13px;
}
.add-session-form .delete-session-wrapper,
.add-appointment-form .delete-session-wrapper,
.add-session-form .delete-appointment-wrapper,
.add-appointment-form .delete-appointment-wrapper {
  text-align: right;
  padding-right: 10px;
}
.add-session-form .delete-session-wrapper .delete-session,
.add-appointment-form .delete-session-wrapper .delete-session,
.add-session-form .delete-appointment-wrapper .delete-session,
.add-appointment-form .delete-appointment-wrapper .delete-session,
.add-session-form .delete-session-wrapper .delete-appointment,
.add-appointment-form .delete-session-wrapper .delete-appointment,
.add-session-form .delete-appointment-wrapper .delete-appointment,
.add-appointment-form .delete-appointment-wrapper .delete-appointment {
  cursor: pointer;
  padding: 3px 7px;
  color: #e46c6c;
}
.add-session-form .delete-session-wrapper .delete-session:hover,
.add-appointment-form .delete-session-wrapper .delete-session:hover,
.add-session-form .delete-appointment-wrapper .delete-session:hover,
.add-appointment-form .delete-appointment-wrapper .delete-session:hover,
.add-session-form .delete-session-wrapper .delete-appointment:hover,
.add-appointment-form .delete-session-wrapper .delete-appointment:hover,
.add-session-form .delete-appointment-wrapper .delete-appointment:hover,
.add-appointment-form .delete-appointment-wrapper .delete-appointment:hover {
  color: #E25454;
  text-decoration: none;
}
.add-session-form .delete-session-wrapper .disabled-session,
.add-appointment-form .delete-session-wrapper .disabled-session,
.add-session-form .delete-appointment-wrapper .disabled-session,
.add-appointment-form .delete-appointment-wrapper .disabled-session {
  color: #ccc;
  padding: 3px 7px;
  cursor: default;
  text-decoration: none;
}
.add-session-form .panel-body,
.add-appointment-form .panel-body {
  padding: 0px !important;
}
.add-session-form .card,
.add-appointment-form .card {
  padding: 0px !important;
}
.add-session-form .card .card-title,
.add-appointment-form .card .card-title {
  margin: 10px auto !important;
}
.add-session-form .card .card-body,
.add-appointment-form .card .card-body {
  margin: 20px 10px 20px 25px!important;
  padding-left: 10px;
}
.add-session-form .card .card-body .info-mark,
.add-appointment-form .card .card-body .info-mark {
  color: #1291a1;
}
.add-session-form .card .card-body .label-wrapper,
.add-appointment-form .card .card-body .label-wrapper {
  color: #000000;
}
.add-session-form .card .card-body .label-wrapper.start,
.add-appointment-form .card .card-body .label-wrapper.start {
  min-width: fit-content;
}
.add-session-form .card .card-body .label-wrapper.capacity,
.add-appointment-form .card .card-body .label-wrapper.capacity,
.add-session-form .card .card-body .label-wrapper.end,
.add-appointment-form .card .card-body .label-wrapper.end {
  max-width: fit-content;
}
.add-session-form .card .card-body .limit,
.add-appointment-form .card .card-body .limit {
  font-size: 12px;
  color: #000000;
}
#report-filters {
  display: none;
}
#report-filters h4 {
  color: #858585;
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 500;
}
#edit-rsvp-session h4 {
  color: #46737e;
  font-weight: 400;
  font-size: 19px;
}
#edit-rsvp-session .sessions-to-rsvp input {
  margin-right: 5px;
  margin-bottom: 7px;
}
#edit-rsvp-session .save-rsvp-error {
  color: #e70d0d;
  font-size: 13px;
  font-style: italic;
  margin-top: 9px;
  display: none;
}
.edit-rsvp-session-table .edit-rsvp-session-row td {
  text-align: left;
}
.rsvp-wrapper h1 {
  font-weight: 300;
  margin: 45px 0;
}
.rsvp-wrapper .data-block {
  margin: 25px 0px;
}
.rsvp-wrapper .data-block h4 {
  margin: 2px 0;
  color: #616161;
}
.rsvp-wrapper .appointment-wrapper {
  margin-left: -15px;
}
.rsvp-wrapper .sessions-to-rsvp label:not(.appointment-label) {
  padding: 2px 0 2px 5px;
  font-size: 16px;
  color: #616161;
}
.rsvp-wrapper .sessions-to-rsvp label:not(.appointment-label).muted {
  color: #cacaca;
  font-style: italic;
}
.rsvp-wrapper .rsvp-fieldset {
  padding: 20px;
  background: #f2f2f2;
  border-radius: 4px;
}
.rsvp-wrapper p {
  font-size: 16px;
}
.rsvp-wrapper .event-data {
  overflow: hidden;
}
.rsvp-wrapper .submit-area {
  margin-top: 40px;
}
.rsvp-wrapper .rsvp-errors {
  display: none;
}
.rsvp-wrapper .rsvp-errors p {
  color: red;
}
.rsvp-wrapper .rsvp-errors-sessions {
  display: none;
}
.rsvp-wrapper .rsvp-errors-sessions p {
  color: red;
}
.rsvp-wrapper .rsvp-form-wrapper-grid h1 {
  font-size: 32px;
  text-align: left;
  color: #000000;
  margin: 20px 0;
  font-weight: 400;
}
.rsvp-wrapper .rsvp-form-wrapper-grid .rsvp-fieldset {
  background: #fff;
  border: 1px solid #cccccc;
}
.rsvp-wrapper .rsvp-form-wrapper-grid .rsvp-fieldset p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  color: #000000;
}
.rsvp-wrapper .rsvp-form-wrapper-grid .submit-area button {
  width: 100px;
}
.rsvp-wrapper .rsvp-form-wrapper-grid .submit-area button.save-rsvp {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .rsvp-wrapper .rsvp-form-wrapper-grid .submit-area button.cancel-rsvp {
    float: left !important;
  }
}
#add-event-form-container .form-event-wrapper {
  font-size: 16px;
  font-weight: 300;
  padding: 12px 0px 0px 15px;
  color: #565656;
}
#add-event-form-container .quill-wrapper {
  height: 300px;
}
#add-event-form-container .quill-wrapper #editor {
  height: 232px;
  overflow-y: scroll;
}
#add-event-form-container .delete-sessions-warning {
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 21px;
  padding: 10px;
  background-color: #c60c30;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  color: #fff;
}
.unable-to-attend-wrapper input.unable-to-attend {
  display: none;
}
#edit-rsvp .form-group label {
  padding: 0;
}
#image-container img {
  width: 100%;
}
.add-new-rsvp {
  display: none !important;
  visibility: hidden !important;
}
#add-rsvp-form-container {
  margin-top: 30px;
}
.sessions-to-rsvp .rsvp-column {
  padding-left: 10px;
  padding-right: 10px;
}
.sessions-to-rsvp .panel.event-session {
  background: #FFFFFF;
  border: 2px solid #DCE2E8;
  cursor: pointer;
}
.sessions-to-rsvp .panel.event-session .panel-heading {
  background: #FFFFFF url("../assets/img/checkmark-emty.png") 15px 50% no-repeat;
  padding: 10px 15px 10px 55px;
  height: 170px;
  word-wrap: break-word;
  word-break: break-word;
  overflow: auto;
  display: table-cell;
  vertical-align: middle;
}
.sessions-to-rsvp .panel.event-session .panel-heading h3 {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #000000;
}
.sessions-to-rsvp .panel.event-session .panel-heading .panel-title {
  line-height: 1.5;
}
.sessions-to-rsvp .panel.event-session .panel-heading span {
  font-size: 14px;
  line-height: 1.29;
  text-align: left;
  color: #5e5e5e;
}
.sessions-to-rsvp .panel.event-session.selected {
  border: 2px solid #002244;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.sessions-to-rsvp .panel.event-session.selected .panel-heading {
  background: #FFFFFF url("../assets/img/checkmark-checked.png") 15px 50% no-repeat;
}
.sessions-to-rsvp .rsvp-event-dropdown {
  min-width: 320px;
  width: auto;
}
.re-enrollment-tracker {
  padding-bottom: 30px;
}
html[dir="rtl"] #re-enrollment-access-code-div {
  float: right;
}
.lottery-setup .select-inline select.has-error {
  border: 2px solid #c60c30;
}
.multiselect-container {
  max-height: 300px;
  overflow-y: scroll;
}
.label-radio {
  margin-left: 5px;
}
.sub-lottery-widget {
  width: 46%;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}
.sub-lottery-widget div.panel {
  overflow: visible;
}
.sub-lottery-widget .weights-container {
  margin: 30px 0;
}
.sub-lottery-widget .weights-container .multiselect-container {
  max-height: 200px;
}
.sub-lottery-widget .weights-container button.multiselect {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub-lottery-widget #addGroup {
  margin-top: 30px;
}
.sub-lottery-widget .cumulative-container {
  margin-top: 40px;
}
.sub-lottery-widget .cumulative-container label {
  cursor: pointer;
}
.sub-lottery-widget .cumulative-container input[type=checkbox] {
  display: none;
}
.quotas-container .priority-weight,
.weights-container .priority-weight {
  margin: 20px 0px;
}
.quotas-container .priority-weight div.btn-group,
.weights-container .priority-weight div.btn-group {
  width: 100%;
}
.quotas-container .priority-weight label,
.weights-container .priority-weight label {
  margin: 13px 0 0 15px;
}
.quotas-container .priority-weight label.pull-right,
.weights-container .priority-weight label.pull-right {
  margin: 13px 15px 0 0;
}
.quotas-container .quota-row,
.weights-container .quota-row {
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  padding: 10px 20px 20px;
  margin-bottom: -21px;
}
.quotas-button-container {
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  padding: 15px 20px 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.quotas-button-container .add-button-style {
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #689f38;
  text-decoration: none;
  cursor: pointer;
}
.quotas-button-container .add-button-style:hover {
  color: #026014;
  font-weight: bolder;
}
.quota-order-row {
  margin-bottom: 10px;
}
#addQuota {
  margin-top: 20px;
}
#lotteries-table {
  margin-top: 30px;
}
#lotteries-table table {
  width: 100%;
}
#lotteries-table table thead tr {
  height: 40px;
}
#lotteries-table table thead tr th {
  padding-left: 15px;
  background: #efefef;
  text-align: center;
  color: #858585;
}
#lotteries-table table tr td {
  color: #3e3e3e;
  padding: 15px;
  border: 1px solid #ecf0f1;
  vertical-align: text-top;
}
#lotteries-table table tr td.action {
  text-align: center;
  vertical-align: top;
}
#lotteries-table table tr td.action button {
  min-height: 65%;
}
#lotteries-table table tr td ul {
  list-style: none;
}
#lotteries-table table tr td ul li {
  padding: 5px 1px;
}
nav#organization-dropdown-header {
  z-index: 10005;
  min-height: 40px;
  height: auto;
  position: fixed;
  width: 100%;
  margin-top: -40px;
}
nav#organization-dropdown-header .organization-dropdown-container {
  display: block;
  min-height: 40px;
  height: auto;
  padding-bottom: 0;
  overflow: visible;
  background: #4a4a4a;
  border-color: #4a4a4a;
  padding: 4px 25px;
  color: #f7f7f7;
  font-weight: 200;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-organization-container,
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container {
  display: inline-block;
  vertical-align: middle;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-organization-container .dropdown-toggle,
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container .dropdown-toggle {
  background: #4a4a4a;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3.5px;
  height: 30px;
  padding: 0 15px;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-organization-container .dropdown-toggle span.current,
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container .dropdown-toggle span.current {
  vertical-align: sub;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-organization-container .dropdown-toggle span.caret,
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container .dropdown-toggle span.caret {
  vertical-align: baseline;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-organization-container .dropdown-menu,
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container .dropdown-menu {
  min-width: 50px;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-organization-container .dropdown-menu .instruction,
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container .dropdown-menu .instruction {
  color: #7b8a8b;
  padding: 3px 20px;
  font-size: smaller;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-organization-container .dropdown-menu .dropdown-option,
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container .dropdown-menu .dropdown-option {
  text-overflow: ellipsis;
  overflow: hidden;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-organization-container .caret,
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-organization-container .dropdown-toggle {
  width: 384px;
  padding: 4px 25px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
@media screen and (max-width: 500px) {
  nav#organization-dropdown-header .organization-dropdown-container .switch-organization-container .dropdown-toggle {
    width: auto;
  }
}
nav#organization-dropdown-header .organization-dropdown-container .switch-organization-container .dropdown-toggle span.current {
  white-space: nowrap;
  vertical-align: baseline;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-organization-container .dropdown-toggle span.caret {
  vertical-align: baseline;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container {
  float: right;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container .dropdown-toggle {
  border: none;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container .dropdown-toggle.enrollment-0 {
  background-color: #999999;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container .dropdown-toggle.enrollment-1 {
  background-color: #F5A623;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container .dropdown-toggle.enrollment-2 {
  background-color: #7F8DE1;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container .dropdown-toggle.enrollment-3 {
  background-color: #70B800;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container .dropdown-toggle.enrollment-4 {
  background-color: #009BB1;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container .dropdown.open .dropdown-toggle {
  box-shadow: inset 0 0 0 1px white;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: none;
}
nav#organization-dropdown-header .organization-dropdown-container .switch-enrollment-container ul.nav li.dropdown.open > ul.dropdown-menu {
  display: block;
}
nav#organization-dropdown-header .organization-dropdown-container p.organization-information,
nav#organization-dropdown-header .organization-dropdown-container p.organization-name,
nav#organization-dropdown-header .organization-dropdown-container p.enrollment-name {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
nav#organization-dropdown-header .organization-dropdown-container p.enrollment-name {
  margin-top: 5px;
}
nav#organization-dropdown-header .organization-dropdown-container .icon-flag-container {
  display: inline-block;
  padding-right: 9px;
}
nav#organization-dropdown-header .organization-dropdown-container .icon-flag-container .icon-flag {
  position: relative;
  top: 3px;
}
.notification-circle {
  width: 15px;
  height: 15px;
  background: #f5a623;
  border-radius: 15px;
  margin-left: 7px;
  display: inline-block;
  -webkit-transform: translateY(13%);
  -ms-transform: translateY(13%);
  transform: translateY(13%);
}
.navbar-link a .notification-circle {
  position: relative;
}
#user-dropdown.show-notification a.mobile-hidden:before {
  content: url("../assets/img/ic_notification.png");
  position: absolute;
  top: 12px;
  right: 35px;
}
#user-dropdown.show-notification ul.org-selector {
  width: 220px;
}
#user-dropdown.show-notification ul.org-selector .new-item :before {
  content: url("../assets/img/badge_new.png");
  position: absolute;
  top: 16px;
  right: 25px;
}
#user-dropdown.show-notification ul.org-selector .notification {
  position: relative;
}
#user-dropdown.show-notification ul.org-selector .notification:before {
  content: url("../assets/img/ic_notification.png");
  position: absolute;
  top: 6px;
  right: 29px;
}
#user-dropdown.show-notification a.mobile-visible {
  width: 80px;
}
#user-dropdown.show-notification a.mobile-visible span.notification {
  content: url("../assets/img/ic_notification.png");
  position: absolute;
  top: 13px;
  right: 7px;
  height: 25px;
}
#user-dropdown.show-notification .header-role-name {
  width: 75%;
}
#user-dropdown.show-notification span {
  width: 75%;
}
#user-dropdown:not(.show-notification) .header-role-name {
  width: 90%;
}
#user-dropdown:not(.show-notification) span {
  width: 90%;
}
#user-dropdown a.mobile-hidden {
  width: 260px;
  padding-bottom: 4px;
  padding-top: 4px;
  min-width: 160px;
  cursor: pointer;
  white-space: nowrap;
}
#user-dropdown a.mobile-hidden b.caret {
  position: absolute;
  top: 23px;
  right: 20px;
}
#user-dropdown a.mobile-hidden span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
#user-dropdown a.mobile-hidden .header-role-name {
  height: 20px;
  font-family: HelveticaNeue;
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #3c535e;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sm-read-only-view {
  z-index: 10005;
  min-height: 40px;
  height: auto;
  position: fixed;
  width: 100%;
  color: #000;
  background-color: #ffefbe;
}
#sm-read-only-view .sm-read-only-container {
  vertical-align: middle;
  padding: 0px 25px;
}
#sm-read-only-view .sm-read-only-icon {
  display: inline-block;
  color: #4a4a4a;
  font-size: 24px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
#sm-read-only-view .sm-read-only-text {
  display: inline-block;
  line-height: 40px;
  padding-left: 5px;
}
.priority-config-form #assertion {
  height: 300px;
}
.priority-config-form .assertion-container .help-block pre {
  background: #FBE3E4;
  color: #c60c30;
  border-color: #c60c30;
}
.modal-body .danger-alert-text {
  color: #c60c30;
}
.validation-errors-step .lotteries-validation-content .re-run-validations {
  margin-top: 20px;
}
.validation-errors-step .lotteries-validation-content #validation-errors-table tr.missing-selection {
  border: 3px solid red;
}
.validation-errors-step .lotteries-validation-content #validation-errors-table tr .validation-error-title {
  padding: 0 20px;
  text-align: left;
  font-weight: bold;
}
.validation-errors-step .lotteries-validation-content #validation-errors-table tr .validation-error-description {
  padding: 0 20px;
  text-align: left;
}
.validation-errors-step .lotteries-validation-content .no-validation-errors .main-message {
  color: #009bb1;
  font-size: 32px;
}
.radio-box {
  position: relative;
  background: transparent;
  z-index: 1;
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.radio-box-error div {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #ff0000;
  border-radius: 12px;
  margin-top: 4px;
}
.radio-box-error input {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  opacity: 0;
}
.checkbox-inline input {
  width: 15px;
  height: 15px;
}
.confirmation-box .has-error input {
  -webkit-appearance: none;
  outline: 1px solid #ff0000;
}
.box-tittle {
  color: #009bb1;
}
.box-panel {
  background-color: #FFFFFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 21px;
}
.box-panel label {
  padding-left: 10px;
  margin-top: 10px;
  color: #000;
}
.box-panel p {
  color: #000;
}
.box-panel .panel-heading {
  border-bottom: #CCC solid 1px;
}
.box-panel .bottom-panel {
  border-bottom: #CCC solid 1px;
}
.box-panel .bottom-panel label {
  font-weight: bold;
}
.panel-error {
  border: 1px solid #ff0000;
}
.radius-box {
  height: 36px;
  border-radius: 18px;
  background-color: #009bb130;
  width: auto;
}
.execution-order p,
.offer-type p {
  padding-top: 6px;
}
.school-grades {
  color: #000;
  padding-left: 25px;
}
.bulk-lottery-information .main-message {
  color: #009bb1;
  font-size: 32px;
}
.modal-body-card {
  padding: 10px;
}
.modal-footer-card {
  padding: 0px 20px 20px;
  border-top: 0px;
}
.modal-footer-card button {
  margin-top: 10px;
  margin-left: 0px !important;
}
.modal-title-card {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: black;
  margin-bottom: 10px;
}
.modal-sub-title-card {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #9B9B9B;
  line-height: 100%;
}
.btn-success-card {
  width: 100%;
  height: 40px;
}
.field-card-container {
  padding: 12px;
  border: 2px solid #CDCDCD;
  height: 40px;
  border-radius: 3px;
  box-shadow: inset 0 3px #EBEBEB;
  margin-top: 10px;
  position: relative;
}
.card-img {
  position: absolute;
  width: 30px;
  right: 10px;
  top: 5px;
}
.card-form .row {
  padding-top: 10px;
}
.card-form .row p {
  margin: 0px;
}
div#card-modal .modal-dialog {
  max-width: 300px;
}
@media screen and (min-width: 500px) {
  div#card-modal .modal-dialog {
    max-width: 420px;
  }
}
.cco-email-list-wrapper input.cco-email-list {
  position: absolute;
}
.main-separator-line {
  height: 1px;
  background-color: #ececec;
}
.status-indicator {
  height: 10px;
  width: 10px;
  margin: 5px;
  border-radius: 50%;
  float: left;
}
.status-indicator-done {
  background-color: #71828D;
}
.status-label-done {
  color: #4A4A4A;
}
.status-indicator-in-progress {
  background-color: #c60c30;
}
.status-label-in-progress {
  color: #4A4A4A;
}
.status-indicator-started {
  background-color: #689F38;
}
.status-label-started {
  color: #4A4A4A;
}
.status-indicator-default {
  background-color: #5e5e5e;
}
.status-label-default {
  color: #4A4A4A;
}
.status-indicator-pending {
  background-color: #ff9f00;
}
.status-label-pending {
  color: #4A4A4A;
}
.status-indicator-rejected {
  background-color: #ef5350;
}
.status-label-rejected {
  color: #4A4A4A;
}
.status-indicator-accepted {
  background-color: #88df00;
}
.status-label-accepted {
  color: #4A4A4A;
}
.status-indicator-canceled {
  background-color: #4a4a4a;
}
.status-label-canceled {
  color: #4A4A4A;
}
.btn-parent-dashboard {
  background-color: #689F38;
  color: white;
  padding: 3px 25px;
  margin-left: 5px;
}
.no-actions-parent-dashboard {
  text-align: center;
  color: #bbbbbb;
}
.grid-table.header-row {
  border: 1px #E7E7E7 solid;
  background-color: #F7F7F7;
  color: #979797;
  padding: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 14.2857px;
  height: 45px;
  margin-bottom: 10px;
}
.grid-table.application-row {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  background-color: #30b7c1;
  padding-bottom: 0px;
  padding-top: 0px;
}
.table-header-formated thead {
  border: 1px #E7E7E7 solid;
  border-radius: 4px;
  background-color: #F7F7F7;
}
.table-header-formated thead tr th {
  background-color: inherit;
  color: #979797;
  padding: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  border-width: 0px;
}
.table-header-formated thead tr th .table-header-separator {
  padding: 5px;
  border-right: 1px #e7e7e7 solid;
}
.table-header-formated thead tr th .table-header-separator.last {
  border-right: none;
}
.table-header-formated thead tr th.empty {
  background: none !important;
  border-top-color: transparent !important;
  background-color: transparent !important;
  border-left-color: transparent !important;
}
.table-header-formated thead .text-left,
.table-header-formated tbody .text-left,
.table-header-formated tfoot .text-left {
  text-align: left;
}
.table-header-formated thead .text-right,
.table-header-formated tbody .text-right,
.table-header-formated tfoot .text-right {
  text-align: right;
}
.table-header-formated tfoot {
  background-color: #F7F7F7;
}
.table-header-block {
  margin-bottom: 0px;
  height: 40px;
}
.action-parent-dashboard {
  height: 30px;
  padding: 0px 3px 0px 3px;
  margin: 0px 3px 0px 3px;
  color: white !important;
  border: none;
}
.action-parent-dashboard-cancel-application,
.action-parent-dashboard-withdraw-application {
  background-color: #5e5e5e !important;
}
.action-parent-dashboard-accept-application,
.action-parent-dashboard-register-application,
.action-parent-dashboard-registration-in-progress {
  background-color: #689F38 !important;
}
.action-parent-dashboard-decline-application,
.action-parent-dashboard-reject-application,
.action-parent-dashboard-rescind-application {
  background-color: #c60c30 !important;
}
a.underline-bold {
  text-decoration: underline;
  font-weight: bold;
}
label.packet_status {
  font-weight: normal;
}
@media only screen and (max-width: 1440px) {
  .action-parent-dashboard {
    width: 100% !important;
    margin-bottom: 4px;
  }
}
.recent-updates {
  padding: 0 130px;
}
.recent-updates h1 {
  margin: 40px 0 25px 0;
  font-size: 36px;
  color: #000000;
}
.recent-updates .updates-container .note-item {
  margin-bottom: 40px;
}
.recent-updates .updates-container .note-item h4 {
  margin-bottom: 16px;
}
.recent-updates .updates-container .note-item ol,
.recent-updates .updates-container .note-item ul {
  list-style: circle;
  color: #5e5e5e;
  padding-left: 20px;
}
.recent-updates .updates-container .note-item a {
  color: #38BCC3;
}
#sm-grid-report-container .header .order-by-section .row .order-by {
  border-radius: 30px;
  background-color: transparent;
  color: #279DC4;
}
#sm-grid-report-container .header .order-by-section .row .selected {
  background-color: #05B3ED;
  color: white;
  font-weight: bold;
}
#sm-grid-report-container .sm-grid-table {
  border: 1px solid;
  border-color: #E7E7E7;
}
#sm-grid-report-container .sm-grid-table .sm-column-separator {
  border-left: 1px solid;
  border-left-color: #E7E7E7;
}
#sm-grid-report-container .sm-grid-table .sm-grid-cell {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  min-width: 25px;
}
#sm-grid-report-container .sm-grid-table .sm-main-grid-cell {
  background-color: white;
}
#sm-grid-report-container .sm-grid-table .sm-grid-orange {
  color: #c60c30;
}
#sm-grid-report-container .sm-grid-table .sm-grid-turqoise {
  color: #00829E;
}
#sm-grid-report-container .sm-grid-table .sm-grid-purple {
  color: #7A00B5;
}
#sm-grid-report-container .sm-grid-table .sm-sub-grid-cell-title {
  position: relative;
  left: 80px;
  width: 80%;
}
#sm-grid-report-container .sm-grid-table .sm-grid-separator {
  border-left: 1px solid;
  border-left-color: #E7E7E7;
}
#sm-grid-report-container .sm-grid-table .sm-circle-indicator {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50%;
  background-color: #C4C4C4;
}
#sm-grid-report-container .sm-grid-table .sm-grid-row-hidden {
  display: none;
}
#sm-grid-report-container .sm-grid-table .arrow-up {
  margin: 7px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
#sm-grid-report-container .sm-grid-table .arrow-down {
  margin: 7px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}
#sm-grid-report-container .sm-grid-table .arrow-right {
  margin: 7px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;
}
#sm-grid-report-container .sm-grid-table .arrow-left {
  margin: 7px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid black;
}
#sm-grid-report-container .sm-grid-glossary {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  float: left;
  margin-right: 5px;
}
#sm-grid-report-container .sm-grid-glossary-square {
  border-radius: 4px;
  width: 11px;
  height: 11px;
}
#sm-grid-report-container .sm-grid-square-orange {
  background-color: #c60c30;
}
#sm-grid-report-container .sm-grid-square-turqoise {
  background-color: #00829E;
}
#sm-grid-report-container .sm-grid-square-purple {
  background-color: #7A00B5;
}
#sm-grid-report-container .sm-grid-square-gray {
  background-color: #E7E7E7;
}
td.registration-action-buttons,
td.reenrollment-action-buttons,
td.change-request-action-buttons {
  padding-top: 21% !important;
  padding-bottom: 21% !important;
  display: flex;
}
.report-action {
  width: 100%;
  height: 100%;
  min-width: 30px;
  min-height: 30px;
  max-width: 40px;
  max-height: 40px;
  background-size: 100% !important;
}
.change-request-report-action {
  width: 100%;
  height: 100%;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  background-size: 100% !important;
}
.custom-report-action {
  font-size: 26px;
  padding: 0;
}
.action-buttons .loadinggif {
  background-size: 70% !important;
}
.icon-viewpdf {
  background: url("../assets/img/ic_viewpdf.png");
}
.icon-viewpdf-disabled {
  background: url("../assets/img/ic_viewpdf_disabled.png");
}
.icon-checklist {
  background: url("../assets/img/ic_checklist.png");
}
.icon-checklist-disabled {
  background: url("../assets/img/ic_checklist_disabled.png");
}
.icon-edit {
  background: url("../assets/img/ic_edit.png");
}
.icon-edit-disabled {
  background: url("../assets/img/ic_edit_disabled.png");
}
.icon-mail {
  background: url("../assets/img/ic_mail.png");
}
.icon-mail-disabled {
  background: url("../assets/img/ic_mail_disabled.png");
}
.icon-profile {
  background: url("../assets/img/ic_profile.png");
}
.icon-profile-disabled {
  background: url("../assets/img/ic_profile_disabled.png");
}
.icon-search {
  background: url("../assets/img/ic_search.png");
}
.icon-search-disabled {
  background: url("../assets/img/ic_search_disabled.png");
}
.icon-schoolgrade {
  background: url("../assets/img/ic_school.png");
}
.icon-schoolgrade-disabled {
  background: url("../assets/img/ic_school_disabled.png");
}
.icon-check {
  background: url("../assets/img/ic_check.png");
  width: 0%;
}
.icon-check-disabled {
  background: url("../assets/img/ic_check_disabled.png");
  width: 0%;
}
.icon-notreturning {
  background: url("../assets/img/ic_notreturning.png");
}
.icon-notreturning-disabled {
  background: url("../assets/img/ic_notreturning_disabled.png");
}
.icon-reinstate,
.icon-revert-to-progress {
  background: url("../assets/img/ic_reinstate.png");
}
.icon-reinstate-disabled,
.icon-revert-to-progress-disabled {
  background: url("../assets/img/ic_reinstate_disabled.png");
}
.icon-generatezip {
  background: url("../assets/img/ic_generatepdf.png");
}
.icon-generatezip-disabled {
  background: url("../assets/img/ic_generatepdf_disabled.png");
}
.icon-downloadzip {
  background: url("../assets/img/ic_downloadpdf.png");
}
.icon-downloadzip-disabled {
  background: url("../assets/img/ic_downloadpdf_disabled.png");
}
.icon-notes {
  background: url("../assets/img/ic_assignment.png");
}
.icon-notes.disabled {
  background: url("../assets/img/ic_assignment_dis.png");
}
.icon-save-notes {
  background: url("../assets/img/ic_notes.png");
}
.icon-send-email {
  background: url("../assets/img/ic_mail.png");
}
.icon-save-notes-disabled {
  background: url("../assets/img/ic_notes_disabled.png");
}
.icon-send-email-disabled {
  background: url("../assets/img/ic_mail_disabled.png");
}
.table-bordered.ampty > tbody > tr > td > div.student-index-buttons {
  padding: 0px 15px;
  height: 100%;
  display: -webkit-inline-flex !important;
}
.table-bordered.ampty > tbody > tr > td > div.student-index-buttons a,
.table-bordered.ampty > tbody > tr > td > div.student-index-buttons span {
  margin-top: auto;
  margin-bottom: auto;
}
.table-bordered.ampty > tbody > tr > td > div.student-index-buttons .icon-notes {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  margin-left: 5px;
}
td.validate-priorities {
  width: 100px;
}
.table-esd .header-section {
  height: 50px;
  color: black;
  background: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 20px;
  border: 1px solid #cccccc;
  text-align: left;
}
.table-esd .header-section label {
  padding: 5px;
}
.report_name-td {
  width: 20%;
}
td.last_generated_date-td,
td.updated_at-td {
  width: 8%;
}
.manage-invoices-report {
  padding: 40px;
}
.manage-invoices-report select.st_per_page {
  position: absolute;
  top: -95px;
  left: 139px;
}
.manage-invoices-report .toggleView {
  margin-right: 15px;
}
.manage-invoices {
  margin: 40px;
}
.manage-invoices .tab-content {
  margin: 20px;
}
.manage-invoices .tab-content .tuition-packages-report table td {
  text-align: center;
}
.manage-invoices .tab-content .tuition-packages-report table td.action-buttons span {
  width: 30px;
  height: 30px;
  left: 25%;
}
.manage-invoices .tab-content .discounts-report table td {
  text-align: center;
}
.manage-invoices .tab-content .discounts-report #allow_stacked_discounts {
  display: none;
}
#payment-preferences-tab #show-reminder-offset {
  display: inline;
}
.invoice-detailed-info .details-heading {
  margin: 25px 0;
  display: inline-block;
}
.invoice-detailed-info .details-heading h3 {
  margin: 0;
}
.invoice-detailed-info .total-invoice-container {
  margin-top: 20px;
  text-align: right;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
.invoice-detailed-info .add-discount,
.invoice-detailed-info .add-custom-field {
  width: 97.5%;
}
#invoice-discount-modal .spacer {
  margin: 10px 0;
  display: inline-block;
}
/*Select Schools Table*/
.select-schools-table {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-bottom: 30px;
}
.select-schools-table table {
  width: 100%;
}
.select-schools-table table thead {
  border-bottom: 1px solid #CCCCCC;
}
.select-schools-table table thead th {
  background-color: #F7F7F7;
  color: #4A4A4A;
  padding: 12px 8px;
  font-size: 12px;
  text-align: center;
}
.select-schools-table table thead th:nth-child(2) {
  text-align: left;
}
.select-schools-table table thead th.selected-sortable-column {
  color: #00A1B1;
}
.select-schools-table table thead th.asc .icon-sort-ascending {
  background: url("../assets/img/icon-descending.png");
  display: inline-block;
  width: 8px;
  height: 8px;
  background-size: 8px;
  -webkit-user-select: none;
}
.select-schools-table table thead th.desc .icon-sort-descending {
  background: url("../assets/img/icon-ascending.png");
  display: inline-block;
  width: 8px;
  height: 8px;
  background-size: 8px;
}
.select-schools-table table thead th span.glyphicon {
  font-size: 14px;
}
.select-schools-table table tbody tr {
  border-top: 1px solid #CCCCCC;
}
.select-schools-table table tbody tr:hover {
  background-color: #fafafa;
}
.select-schools-table table tbody tr:hover + .school-details-row {
  background-color: #fafafa;
}
.select-schools-table table tbody tr:last-child {
  border-bottom: none;
}
.select-schools-table table tbody tr.select-school-disabled {
  background-color: #dddddd;
}
.select-schools-table table tbody tr.select-school {
  cursor: pointer;
}
.select-schools-table table tbody tr.neighborhood-school {
  border-left: 3px solid #00A1B1;
}
.select-schools-table table tbody tr td {
  text-align: center;
  padding: 19px 0;
  font-size: 12px;
  color: #4A4A4A;
  font-weight: 400;
}
.select-schools-table table tbody tr td div.school-description-message {
  font-size: 12px;
  font-weight: normal;
  color: black;
}
.select-schools-table table tbody tr td div.school-description-message .warning {
  color: #f39c12;
}
.select-schools-table table tbody tr td:nth-child(2) {
  text-align: left;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.select-schools-table table tbody tr td div.check-container {
  position: relative;
}
.select-schools-table table tbody tr td div.check-container div.highlight-school {
  position: absolute;
  width: 13px;
  height: 100%;
  background-color: #00A1B1;
  top: 0;
}
.select-schools-table table tbody tr td div.check-container span {
  border: 1px solid #ccc;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  border-radius: 13px;
  position: relative;
  left: 43%;
}
.select-schools-table table tbody tr td div.check-container span.selected {
  border: none;
  background: #FFFFFF url("../assets/img/checkmark-checked.png") 0 0 no-repeat;
}
.select-schools-table table tbody tr td div.check-container span.AR,
.select-schools-table table tbody tr td div.check-container span.UR {
  left: -15%;
}
.select-schools-table table tbody tr td.select-school-disabled span {
  border: 2px solid #ccc;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  border-radius: 13px;
  position: relative;
  left: 43%;
  cursor: not-allowed;
}
.select-schools-table table tbody tr td.select-school-disabled span.AR,
.select-schools-table table tbody tr td.select-school-disabled span.UR {
  left: -15%;
}
.select-schools-table table tbody tr td.is-eligible {
  color: #002244;
}
.select-schools-table table tbody tr td div.manage-favorite-school {
  position: relative;
  font-size: 2em;
}
.select-schools-table table tbody tr td div.manage-favorite-school i.favorite-school-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 1em;
  width: 1em;
  cursor: pointer;
}
.select-schools-table table tbody tr td div.manage-favorite-school i.favorite-school-icon.favorited-school {
  color: #c60c30;
}
.select-schools-table table tbody tr td span.favorite-school {
  height: 12px;
  width: 15px;
  position: relative;
  display: inline-block;
}
.select-schools-table table tbody tr td span.favorite-school i.material-icons {
  position: absolute;
  color: #c60c30;
}
.select-schools-table table tbody tr td span.school-display-seats {
  border: 1px solid;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  border-radius: 13px;
  position: relative;
  left: 43%;
}
.select-schools-table table tbody tr td span.school-display-seats.high {
  background-color: #689F38;
  border-color: #689F38;
}
.select-schools-table table tbody tr td span.school-display-seats.med {
  background-color: #c60c30;
  border-color: #c60c30;
}
.select-schools-table table tbody tr td span.school-display-seats.low {
  background-color: #c60c30;
  border-color: #c60c30;
}
.select-schools-table table tbody tr td a {
  color: #00A1B1;
  font-size: 12px;
  cursor: default;
}
.select-schools-table table tbody tr td .learning-score {
  display: block;
  height: 20px;
  width: 114px;
  background-image: url("../assets/img/stars-rating.png");
}
.select-schools-table table tbody tr td .learning-score.score-1 {
  background-position: 0 0;
}
.select-schools-table table tbody tr td .learning-score.score-2 {
  background-position: 0 -20px;
}
.select-schools-table table tbody tr td .learning-score.score-3 {
  background-position: 0 -40px;
}
.select-schools-table table tbody tr td .learning-score.score-4 {
  background-position: 0 -60px;
}
.select-schools-table table tbody tr td .learning-score.score-5 {
  background-position: 0 -80px;
}
.select-schools-table table tbody tr td span.glyphicon {
  font-size: 14px;
}
.select-schools-table table tbody tr td .icon-eye {
  background: url("../assets/img/icon-eye.png");
  display: inline-block;
  background-size: 16px;
  height: 16px;
  background-repeat: no-repeat;
  margin: 8px 6px 0;
  padding-left: 20px;
}
.select-schools-table table tbody tr.school-details-row {
  display: none;
  border-top: 0;
}
.select-schools-table table tbody tr.school-details-row td {
  text-align: left;
  padding: 0 20px 20px;
}
.select-schools-table table tbody tr.school-details-row td div.row {
  margin: 0;
  padding: 10px 5px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background: #FFFFFF;
}
.select-schools-table table tbody tr.school-details-row td a {
  cursor: pointer;
}
.select-schools-table table tbody tr.select-school.selected-school + .school-details-row {
  display: table-row;
}
.select-schools-table table tfoot tr {
  border-top: 1px solid #CCCCCC;
}
.select-schools-table table tfoot td {
  text-align: center;
  padding: 19px 0;
  font-size: 12px;
  color: #00A1B1;
  font-weight: 400;
}
.select-school-popover h1 {
  font-family: "Helvetica Neue";
  font-size: 13px;
  font-weight: bold;
  color: #00A1B1;
  margin-top: 5px;
}
.select-school-popover h2 {
  font-family: "Helvetica Neue";
  font-size: 11px;
  font-weight: bold;
  color: #787878;
  margin-top: 10px;
}
.select-school-popover h3 {
  font-family: "Helvetica Neue";
  font-size: 10px;
  color: #919191;
  margin-top: 1px;
  margin-bottom: 1px;
}
#finder-profile-modal {
  -webkit-overflow-scrolling: touch;
}
#finder-profile-modal .modal-dialog {
  margin-top: -70px;
  padding: 0;
  width: 96%;
}
#finder-profile-modal .modal-dialog .modal-content .modal-header {
  height: 70px;
}
#finder-profile-modal .modal-dialog .modal-content .modal-header button {
  background: transparent;
  border: none;
  color: #00A1B1;
}
#finder-profile-modal .modal-dialog .modal-content .modal-header button.btn-x {
  color: #8eabb0;
}
#finder-profile-modal .modal-dialog .modal-content .modal-footer button {
  padding: 10px 40px;
}
#finder-profile-modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  border: none;
  height: 60vh;
  min-height: 96%;
}
.select-schools-cards #school-card-container .school-card {
  background-color: #FFF;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  margin-bottom: 10px;
}
.select-schools-cards #school-card-container .school-card.select-school-disabled {
  background-color: #dedede;
}
.select-schools-cards #school-card-container .school-card.favorited-school {
  border-color: #c60c30;
}
.select-schools-cards #school-card-container .school-card.selected-school .school-card-details .school-card-counter {
  display: block;
}
.select-schools-cards #school-card-container .school-card .school-card-header {
  min-height: 52px;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  position: relative;
}
.select-schools-cards #school-card-container .school-card .school-card-header.no-bottom-border {
  border-bottom: none;
}
.select-schools-cards #school-card-container .school-card .school-card-header.highlight-school {
  background-color: #00A1B1;
}
.select-schools-cards #school-card-container .school-card .school-card-header.neighborhood-school {
  border-left: 3px solid #00A1B1;
}
.select-schools-cards #school-card-container .school-card .school-card-header .left-header,
.select-schools-cards #school-card-container .school-card .school-card-header .right-header {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 20px;
}
.select-schools-cards #school-card-container .school-card .school-card-header .left-header .select-school-icon,
.select-schools-cards #school-card-container .school-card .school-card-header .right-header .select-school-icon {
  width: 1.5em;
  height: 1.5em;
}
.select-schools-cards #school-card-container .school-card .school-card-header .left-header .select-school-icon .check-container span,
.select-schools-cards #school-card-container .school-card .school-card-header .right-header .select-school-icon .check-container span {
  font-size: 12px;
  border: 1px solid;
  border-radius: 1.5em;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.select-schools-cards #school-card-container .school-card .school-card-header .left-header .select-school-icon .check-container span.selected,
.select-schools-cards #school-card-container .school-card .school-card-header .right-header .select-school-icon .check-container span.selected {
  border: none;
  background: #FFFFFF url("../assets/img/checkmark-checked.png") 0 0 no-repeat;
  background-size: contain;
}
.select-schools-cards #school-card-container .school-card .school-card-header .left-header .select-school-icon.select-school-disabled .check-container span,
.select-schools-cards #school-card-container .school-card .school-card-header .right-header .select-school-icon.select-school-disabled .check-container span {
  cursor: not-allowed;
}
.select-schools-cards #school-card-container .school-card .school-card-header .left-header .manage-favorite-school,
.select-schools-cards #school-card-container .school-card .school-card-header .right-header .manage-favorite-school,
.select-schools-cards #school-card-container .school-card .school-card-header .left-header .favorite-school,
.select-schools-cards #school-card-container .school-card .school-card-header .right-header .favorite-school {
  width: 1.5em;
  height: 1.5em;
}
.select-schools-cards #school-card-container .school-card .school-card-header .left-header .manage-favorite-school .favorite-school-icon,
.select-schools-cards #school-card-container .school-card .school-card-header .right-header .manage-favorite-school .favorite-school-icon,
.select-schools-cards #school-card-container .school-card .school-card-header .left-header .favorite-school .favorite-school-icon,
.select-schools-cards #school-card-container .school-card .school-card-header .right-header .favorite-school .favorite-school-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.select-schools-cards #school-card-container .school-card .school-card-header .left-header .manage-favorite-school .favorite-school-icon.favorited-school,
.select-schools-cards #school-card-container .school-card .school-card-header .right-header .manage-favorite-school .favorite-school-icon.favorited-school,
.select-schools-cards #school-card-container .school-card .school-card-header .left-header .favorite-school .favorite-school-icon.favorited-school,
.select-schools-cards #school-card-container .school-card .school-card-header .right-header .favorite-school .favorite-school-icon.favorited-school {
  color: #c60c30;
}
.select-schools-cards #school-card-container .school-card .school-card-header .left-header {
  left: 12px;
}
.select-schools-cards #school-card-container .school-card .school-card-header .left-header .select-school-icon .check-container span {
  left: 0;
}
.select-schools-cards #school-card-container .school-card .school-card-header .left-header .manage-favorite-school .favorite-school-icon {
  left: 0;
}
.select-schools-cards #school-card-container .school-card .school-card-header .right-header {
  right: 12px;
  text-align: right;
}
.select-schools-cards #school-card-container .school-card .school-card-header .right-header .select-school-icon .check-container span {
  right: 0;
}
.select-schools-cards #school-card-container .school-card .school-card-header .right-header .manage-favorite-school .favorite-school-icon,
.select-schools-cards #school-card-container .school-card .school-card-header .right-header .favorite-school .favorite-school-icon {
  right: 0;
}
.select-schools-cards #school-card-container .school-card .school-card-header .middle-header {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.14;
  height: 100%;
  margin-left: 33px;
  overflow: hidden;
}
.select-schools-cards #school-card-container .school-card .school-card-header .middle-header.part {
  margin-right: 33px;
}
.select-schools-cards #school-card-container .school-card .school-card-header .middle-header.full {
  margin-right: 0;
}
.select-schools-cards #school-card-container .school-card .school-card-helper,
.select-schools-cards #school-card-container .school-card .school-card-details,
.select-schools-cards #school-card-container .school-card .school-card-body {
  padding: 10px;
  font-size: 12px;
}
.select-schools-cards #school-card-container .school-card .school-card-helper {
  color: #7b8a8b;
  padding-bottom: 0;
}
.select-schools-cards #school-card-container .school-card .school-card-details {
  margin: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}
.select-schools-cards #school-card-container .school-card .school-card-details .school-card-counter {
  display: none;
}
.select-schools-cards #school-card-container .school-card .school-card-details a {
  color: #c60c30;
  text-decoration: underline;
}
.select-schools-cards #school-card-container .school-card .school-card-body .body-data .body-header {
  font-weight: bold;
}
.select-schools-cards #school-card-container .school-card .school-card-body .body-data .body-value a {
  color: #00A1B1;
}
.select-schools-cards #school-card-container .school-card .school-card-body .body-data .body-value .school-display-seats {
  border: 1px solid;
  border-radius: 1.5em;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
}
.select-schools-cards #school-card-container .school-card .school-card-body .body-data .body-value .school-display-seats.high {
  background-color: #689F38;
  border-color: #689F38;
}
.select-schools-cards #school-card-container .school-card .school-card-body .body-data .body-value .school-display-seats.med {
  background-color: #c60c30;
  border-color: #c60c30;
}
.select-schools-cards #school-card-container .school-card .school-card-body .body-data .body-value .school-display-seats.low {
  background-color: #c60c30;
  border-color: #c60c30;
}
.select-schools-cards #school-card-container .school-card .school-card-body .body-data .body-value .learning-score {
  display: inline-block;
  height: 20px;
  width: 114px;
  background-image: url("../assets/img/stars-rating.png");
}
.select-schools-cards #school-card-container .school-card .school-card-body .body-data .body-value .learning-score.score-1 {
  background-position: 0 0;
}
.select-schools-cards #school-card-container .school-card .school-card-body .body-data .body-value .learning-score.score-2 {
  background-position: 0 -20px;
}
.select-schools-cards #school-card-container .school-card .school-card-body .body-data .body-value .learning-score.score-3 {
  background-position: 0 -40px;
}
.select-schools-cards #school-card-container .school-card .school-card-body .body-data .body-value .learning-score.score-4 {
  background-position: 0 -60px;
}
.select-schools-cards #school-card-container .school-card .school-card-body .body-data .body-value .learning-score.score-5 {
  background-position: 0 -80px;
}
.select-schools-cards #school-card-container .school-card .school-card-body .body-data .body-value .glyphicon {
  font-size: 1em;
}
.select-schools-cards #school-card-container .school-card .school-card-footer {
  height: 40px;
  padding: 12px;
  border-top: 1px solid #dfdfdf;
  font-size: 14px;
  line-height: 1.14;
  text-align: center;
  color: #002244;
  cursor: pointer;
}
#parent-dashboard-main.no-applicants .header button {
  display: none;
}
#parent-dashboard-main .header {
  margin-bottom: 30px;
}
#parent-dashboard-main .header h2 {
  margin: 5px;
  font-size: 32px;
  color: #000000;
  font-weight: normal;
}
#parent-dashboard-main .btn-plain-dashboard {
  background-color: #FFFFFF;
  color: #000000;
  padding: 3px 25px;
  margin-left: 5px;
  border: 1px solid #cccccc;
}
#parent-dashboard-main .btn-plain-dashboard.disabled {
  pointer-events: all;
}
#parent-dashboard-main .information-container {
  margin-bottom: 20px;
}
#parent-dashboard-main .information-container .information-header label {
  margin-left: 34px;
  font-size: 20px;
  color: #000000;
  position: relative;
  cursor: pointer;
}
#parent-dashboard-main .information-container .information-header label:before {
  display: block;
  position: absolute;
  background: url("../assets/img/ic-collapse.png") 0 0 no-repeat;
  content: '';
  width: 24px;
  height: 24px;
  left: -34px;
  top: 3px;
}
#parent-dashboard-main .information-container .information-header label.collapsed:before {
  display: block;
  position: absolute;
  background: url("../assets/img/ic-expand.png") 0 0 no-repeat;
  content: '';
  width: 24px;
  height: 24px;
  left: -34px;
  top: 3px;
}
#parent-dashboard-main .information-container .information-body {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-top: 10px;
  background-color: #FFFFFF;
}
#parent-dashboard-main .information-container .information-body > div {
  border-bottom: 1px solid #CCCCCC;
}
#parent-dashboard-main .information-container .information-body > div .table-header p.top {
  font-size: 12px;
  color: #4a4a4a;
  padding: 0;
  margin: 20px 0 4px 0;
}
#parent-dashboard-main .information-container .information-body > div .table-header p.bottom {
  font-size: 14px;
  color: #00a1b1;
  margin: 0 0 20px;
}
#parent-dashboard-main .information-container .information-body > div .table-header i.material-icons.directions_no_bus {
  height: 20px;
  width: 20px;
  margin-left: 3px;
  vertical-align: bottom;
}
#parent-dashboard-main .information-container .information-body .applications-container,
#parent-dashboard-main .information-container .information-body .packets-container {
  border-bottom: none;
}
#parent-dashboard-main .information-container .information-body .applications-container .application-footer,
#parent-dashboard-main .information-container .information-body .packets-container .application-footer {
  font-size: 14px;
  color: #4a4a4a;
}
#parent-dashboard-main .information-container .information-body .applications-container .application-footer span,
#parent-dashboard-main .information-container .information-body .packets-container .application-footer span {
  cursor: pointer;
  font-size: 14px;
  color: #70b800;
  margin: 12px 0;
}
#parent-dashboard-main .information-container .information-body .applications-container > div,
#parent-dashboard-main .information-container .information-body .packets-container > div {
  border-bottom: 1px solid #CCCCCC;
  padding: 0px 15px;
}
#parent-dashboard-main .information-container .information-body .applications-container > div.inactive,
#parent-dashboard-main .information-container .information-body .packets-container > div.inactive {
  display: none;
}
#parent-dashboard-main .information-container .information-body .applications-container > div:last-child,
#parent-dashboard-main .information-container .information-body .packets-container > div:last-child {
  border-bottom: none;
}
#parent-dashboard-main .information-container .information-body .applications-container.no-applications,
#parent-dashboard-main .information-container .information-body .packets-container.no-applications {
  text-align: center;
}
#parent-dashboard-main .information-container .information-body .applications-container.no-applications p,
#parent-dashboard-main .information-container .information-body .packets-container.no-applications p {
  margin: 20px;
}
#parent-dashboard-main .information-container .information-body .applications-container .title,
#parent-dashboard-main .information-container .information-body .packets-container .title {
  color: #000000;
  margin: 0;
  padding: 20px 5px 16px;
}
#parent-dashboard-main .information-container .information-body .applications-container span,
#parent-dashboard-main .information-container .information-body .packets-container span {
  padding: 0;
  display: inline-block;
  margin: 0px 30px 20px 25px;
  font-size: 12px;
  color: #4a4a4a;
  position: relative;
}
#parent-dashboard-main .information-container .information-body .applications-container span:before,
#parent-dashboard-main .information-container .information-body .packets-container span:before {
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  left: -20px;
  bottom: 4px;
}
#parent-dashboard-main .information-container .information-body .applications-container span.no-margin,
#parent-dashboard-main .information-container .information-body .packets-container span.no-margin {
  margin: 0px;
}
#parent-dashboard-main .information-container .information-body .applications-container span.only-margin-left-35,
#parent-dashboard-main .information-container .information-body .packets-container span.only-margin-left-35 {
  margin: 0 0 0 35px;
}
#parent-dashboard-main .information-container .information-body .applications-container span.student-type:before,
#parent-dashboard-main .information-container .information-body .packets-container span.student-type:before {
  background: url("../assets/img/ic-type.png") 0 0 no-repeat;
}
#parent-dashboard-main .information-container .information-body .applications-container span.rank:before,
#parent-dashboard-main .information-container .information-body .packets-container span.rank:before {
  background: url("../assets/img/ic-rank.png") 0 0 no-repeat;
}
#parent-dashboard-main .information-container .information-body .applications-container span.school-year:before,
#parent-dashboard-main .information-container .information-body .packets-container span.school-year:before {
  background: url("../assets/img/ic-schoolyear.png") 0 0 no-repeat;
}
#parent-dashboard-main .information-container .information-body .applications-container span.updated:before,
#parent-dashboard-main .information-container .information-body .packets-container span.updated:before {
  background: url("../assets/img/ic-lastupdate.png") 0 0 no-repeat;
}
#parent-dashboard-main .information-container .information-body .applications-container span.requested-school:before,
#parent-dashboard-main .information-container .information-body .packets-container span.requested-school:before {
  background: url("../assets/img/ic-school.png") 0 0 no-repeat;
}
#parent-dashboard-main .information-container .information-body .applications-container span.recommendations-statistics:before,
#parent-dashboard-main .information-container .information-body .packets-container span.recommendations-statistics:before {
  background: url("../assets/img/ic-recommend.png") 0 0 no-repeat;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-status:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-status:before {
  border-radius: 6px;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-AC,
#parent-dashboard-main .information-container .information-body .packets-container span.app-AC {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-AC:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-AC:before {
  background-color: #70B800;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-verified,
#parent-dashboard-main .information-container .information-body .packets-container span.app-verified,
#parent-dashboard-main .information-container .information-body .applications-container span.app-RV,
#parent-dashboard-main .information-container .information-body .packets-container span.app-RV {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-verified:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-verified:before,
#parent-dashboard-main .information-container .information-body .applications-container span.app-RV:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-RV:before {
  background-color: #5d9900;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-completed,
#parent-dashboard-main .information-container .information-body .packets-container span.app-completed,
#parent-dashboard-main .information-container .information-body .applications-container span.app-RC,
#parent-dashboard-main .information-container .information-body .packets-container span.app-RC {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-completed:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-completed:before,
#parent-dashboard-main .information-container .information-body .applications-container span.app-RC:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-RC:before {
  background-color: #548A00;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-SU,
#parent-dashboard-main .information-container .information-body .packets-container span.app-SU {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-SU:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-SU:before {
  background-color: #88df00;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-CA,
#parent-dashboard-main .information-container .information-body .packets-container span.app-CA {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-CA:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-CA:before {
  background-color: #FF5900;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-DE,
#parent-dashboard-main .information-container .information-body .packets-container span.app-DE {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-DE:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-DE:before {
  background-color: #E64A19;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-pending,
#parent-dashboard-main .information-container .information-body .packets-container span.app-pending {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-pending:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-pending:before {
  background-color: #ff9f00;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-accepted,
#parent-dashboard-main .information-container .information-body .packets-container span.app-accepted {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-accepted:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-accepted:before {
  background-color: #88df00;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-rejected,
#parent-dashboard-main .information-container .information-body .packets-container span.app-rejected {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-rejected:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-rejected:before {
  background-color: #ef5350;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-cancelled,
#parent-dashboard-main .information-container .information-body .packets-container span.app-cancelled {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-cancelled:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-cancelled:before {
  background-color: #4a4a4a;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-not_returning,
#parent-dashboard-main .information-container .information-body .packets-container span.app-not_returning,
#parent-dashboard-main .information-container .information-body .applications-container span.app-RS,
#parent-dashboard-main .information-container .information-body .packets-container span.app-RS {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-not_returning:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-not_returning:before,
#parent-dashboard-main .information-container .information-body .applications-container span.app-RS:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-RS:before {
  background-color: #BF360C;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-OF,
#parent-dashboard-main .information-container .information-body .packets-container span.app-OF {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-OF:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-OF:before {
  background-color: #4A90E2;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-PO,
#parent-dashboard-main .information-container .information-body .packets-container span.app-PO {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-PO:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-PO:before {
  background-color: #009BB1;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-progress,
#parent-dashboard-main .information-container .information-body .packets-container span.app-progress,
#parent-dashboard-main .information-container .information-body .applications-container span.app-needs_corrections,
#parent-dashboard-main .information-container .information-body .packets-container span.app-needs_corrections,
#parent-dashboard-main .information-container .information-body .applications-container span.app-draft,
#parent-dashboard-main .information-container .information-body .packets-container span.app-draft,
#parent-dashboard-main .information-container .information-body .applications-container span.app-RP,
#parent-dashboard-main .information-container .information-body .packets-container span.app-RP {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-progress:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-progress:before,
#parent-dashboard-main .information-container .information-body .applications-container span.app-needs_corrections:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-needs_corrections:before,
#parent-dashboard-main .information-container .information-body .applications-container span.app-draft:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-draft:before,
#parent-dashboard-main .information-container .information-body .applications-container span.app-RP:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-RP:before {
  background-color: #ff9f00;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-WA,
#parent-dashboard-main .information-container .information-body .packets-container span.app-WA {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-WA:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-WA:before {
  background-color: #F5A623;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-WD,
#parent-dashboard-main .information-container .information-body .packets-container span.app-WD {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-WD:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-WD:before {
  background-color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-not_returning,
#parent-dashboard-main .information-container .information-body .packets-container span.app-not_returning {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-not_returning:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-not_returning:before {
  background-color: #E64A19;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-no_started,
#parent-dashboard-main .information-container .information-body .packets-container span.app-no_started {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-no_started:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-no_started:before {
  background-color: #9b9b9b;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-submitted,
#parent-dashboard-main .information-container .information-body .packets-container span.app-submitted {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-submitted:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-submitted:before {
  background-color: #88df00;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-declined,
#parent-dashboard-main .information-container .information-body .packets-container span.app-declined {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-declined:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-declined:before {
  background-color: #E64A19;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-change_pending,
#parent-dashboard-main .information-container .information-body .packets-container span.app-change_pending {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-change_pending:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-change_pending:before {
  background-color: #F5A623;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-processed,
#parent-dashboard-main .information-container .information-body .packets-container span.app-processed {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-processed:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-processed:before {
  background-color: #70B800;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-canceled,
#parent-dashboard-main .information-container .information-body .packets-container span.app-canceled {
  color: #4A4A4A;
}
#parent-dashboard-main .information-container .information-body .applications-container span.app-canceled:before,
#parent-dashboard-main .information-container .information-body .packets-container span.app-canceled:before {
  background-color: #4a4a4a;
}
#parent-dashboard-main .information-container .information-body .applications-container .no-actions-parent-dashboard,
#parent-dashboard-main .information-container .information-body .packets-container .no-actions-parent-dashboard {
  font-size: 12px;
  color: #9b9b9b;
  text-transform: lowercase;
}
#parent-dashboard-main .information-container .information-body .applications-container .actions a.btn,
#parent-dashboard-main .information-container .information-body .packets-container .actions a.btn,
#parent-dashboard-main .information-container .information-body .applications-container .actions button,
#parent-dashboard-main .information-container .information-body .packets-container .actions button {
  width: auto!important;
  min-width: 135px;
  padding: 7px;
  font-size: 12px;
}
#parent-dashboard-main .information-container .information-body .applications-container .actions.margin-bottom-5,
#parent-dashboard-main .information-container .information-body .packets-container .actions.margin-bottom-5 {
  margin-bottom: 5px;
}
#parent-dashboard-main .information-container .information-body .applications-container .actions.margin-top-50,
#parent-dashboard-main .information-container .information-body .packets-container .actions.margin-top-50 {
  margin-top: 50px;
}
#parent-dashboard-main .information-container .information-body .applications-container .actions.centered,
#parent-dashboard-main .information-container .information-body .packets-container .actions.centered {
  text-align: center;
}
#parent-dashboard-main .information-container .information-body .applications-container .rsvp-event .title,
#parent-dashboard-main .information-container .information-body .packets-container .rsvp-event .title {
  padding: 20px 5px 20px;
  width: 56%;
  display: inline-block;
}
#parent-dashboard-main .information-container .information-body .applications-container .rsvp-event .actions,
#parent-dashboard-main .information-container .information-body .packets-container .rsvp-event .actions {
  margin-top: 16px;
}
#parent-dashboard-main .information-container .information-body .applications-container .rsvp-session span,
#parent-dashboard-main .information-container .information-body .packets-container .rsvp-session span {
  margin-left: 5px;
}
#parent-dashboard-main .information-container .information-body .applications-container .unable-rsvp,
#parent-dashboard-main .information-container .information-body .packets-container .unable-rsvp {
  background-color: #ddd;
}
#parent-dashboard-main .information-container .information-body .applications-container .unable-rsvp .btn.btn-parent-dashboard,
#parent-dashboard-main .information-container .information-body .packets-container .unable-rsvp .btn.btn-parent-dashboard {
  background-color: #888;
  color: #bbb !important;
  cursor: not-allowed;
}
#parent-dashboard-main .information-container .information-body .applications-container .change-request-info,
#parent-dashboard-main .information-container .information-body .packets-container .change-request-info {
  display: inline-block;
}
#parent-dashboard-main .information-container .information-body .applications-container .change-request-info .notes,
#parent-dashboard-main .information-container .information-body .packets-container .change-request-info .notes {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .information-body > div {
    border-bottom: none!important;
  }
  .information-body > div .table-header {
    border-bottom: 1px solid #CCCCCC;
  }
  .information-body .app-status {
    width: 100%;
  }
  .information-body .pull-right {
    float: none !important;
    margin-bottom: 15px;
  }
}
#chart-report .chart-report-container .graph-container {
  height: 400px;
  width: 98%;
  border-radius: 15px;
}
#chart-report .chart-report-container .header .order-by-section .row .order-by {
  border-radius: 30px;
  background-color: transparent;
  color: #279DC4;
}
#chart-report .chart-report-container .header .order-by-section .row .selected {
  background-color: #05B3ED;
  color: white;
  font-weight: bold;
}
.fees-modal input[type="number"]::-webkit-outer-spin-button,
.fees-modal input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fees-modal input[type="number"] {
  -moz-appearance: textfield;
}
.fees-modal .input-group span.glyphicon {
  right: -9px;
  top: 11px;
  position: absolute;
}
.fees-modal input.has-error {
  border: 2px solid #ff5900;
}
.fees-modal .total-amount-column.has-error #total-charge {
  color: #ff5900;
}
.fees-modal .total-amount-column.has-error .glyphicon {
  display: inline-block;
}
.fees-modal .total-amount-column .glyphicon {
  display: none;
  right: 2px;
  position: absolute;
  top: 18px;
}
@media screen and (min-width: 801px) {
  .fees-modal td.amount-input {
    padding-right: 42px;
  }
  .fees-modal td.amount-input .form-control {
    width: 100%;
  }
  .fees-modal tr.subtotal td,
  .fees-modal tr.total td {
    padding: 20px 10px;
  }
  .fees-modal tr.subtotal td:last-child,
  .fees-modal tr.total td:last-child {
    padding-right: 53px;
  }
}
@media screen and (max-width: 500px) {
  .fees-modal .input-group span.glyphicon {
    right: -28px;
  }
  .fees-modal .total-amount-column .glyphicon {
    right: -19px;
    top: 5px;
  }
}
#address-confirmation-modal .valid-address {
  color: #70b800;
}
#address-confirmation-modal .invalid-address {
  color: #e64a19;
}
#address-confirmation-modal h4.modal-name {
  margin-bottom: 10px;
  color: #00a1b1;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@media screen and (min-width: 768px) {
  #address-confirmation-modal.invalid-address .modal-dialog {
    width: 450px;
  }
  #address-confirmation-modal.invalid-address .modal-footer .btn {
    width: 180px;
  }
  #address-confirmation-modal.invalid-address .modal-footer .btn + .btn {
    margin-left: 0px;
  }
}
#address-confirmation-modal #map-wrapper {
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
}
#address-confirmation-modal label.address-confirmation {
  margin-right: 0;
}
#address-confirmation-modal .message-text {
  font-size: 13px;
  color: #333333;
  font-weight: normal;
}
.sidebar-navbar-header {
  height: 80px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-right: 10px;
}
.sidebar-navbar-header .sidebar-menu-button {
  height: 38px;
  width: 78px;
  font-size: 14px;
  line-height: 1.43;
  border-radius: 4px;
  background-color: #fafafa;
  border: solid 1px #cdcdcd;
  position: absolute;
}
.sidebar-navbar-header .sidebar-menu-button span {
  display: inline-block !important;
}
.sidebar-navbar-header .sidebar-logo-container {
  padding-left: 80px;
}
.sidebar-navbar-header .sidebar-logo-image {
  max-height: 38px;
  margin: 0 auto;
}
.navbar-sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  max-width: 259px;
  width: 259px;
}
.hidden-sidebar {
  height: 100%;
  left: 259px;
  margin-left: -259px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 0;
  z-index: 1000;
}
.hidden-sidebar::-webkit-scrollbar {
  display: none;
}
#parents-sidebar {
  height: 100%;
  background-color: #efefef;
  z-index: 10000;
  position: fixed;
  overflow-y: auto;
}
#parents-sidebar .caret {
  position: absolute;
  left: 90%;
  top: 45%;
}
#parents-sidebar .sidebar-organizations-visited {
  text-overflow: ellipsis;
  overflow: hidden;
}
#parents-sidebar .parents-name {
  font-family: HelveticaNeue;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #003b77;
}
#parents-sidebar .parents-email {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #3c535e;
}
#parents-sidebar .border-line-box {
  box-shadow: inset 0 -1px 0 0 #e3e3e3;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#parents-sidebar .switch-organization-sidebar {
  border-color: #002244;
  color: #002244;
  background-color: transparent;
}
#parents-sidebar .switch-organization-sidebar .caret {
  color: #002244;
}
#parents-sidebar .switch-organization-sidebar .dropdown-toggle {
  color: #002244;
}
#parents-sidebar .no-left-right-padding {
  padding-right: 0;
  padding-left: 0;
}
#parents-sidebar .navbar-link {
  padding-left: 20px;
  padding-right: 20px;
}
#parents-sidebar .navbar-link.active {
  color: #FFFFFF;
  background-color: #003b77;
}
#parents-sidebar .navbar-link.active a {
  color: #FFFFFF;
  background-color: #003b77;
}
#parents-sidebar .navbar-link:hover {
  color: #FFFFFF;
  background-color: #003b77;
}
#parents-sidebar .navbar-link:hover a {
  color: #FFFFFF;
  background-color: #003b77;
}
#parents-sidebar .custom-navbar-link:hover {
  color: #FFFFFF;
  background-color: #003b77;
}
#parents-sidebar .custom-navbar-link:hover a {
  color: #FFFFFF;
  background-color: #003b77;
}
#parents-sidebar .custom-navbar-link {
  padding-left: 20px;
  padding-right: 20px;
}
#parents-sidebar .sidebar-school-dropdown {
  white-space: nowrap;
  width: 219px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#parents-sidebar .sidebar-dropdown-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
.sidebar-wrapper {
  padding-top: 10px;
  overflow-y: auto;
  height: 100%;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1099;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  background-color: black;
  opacity: 0;
}
.sidebar-parents-navbar {
  background-color: #fafafa;
  box-shadow: inset 0 -1px 0 0 #ececec;
}
.videoWrapper {
  position: relative;
  padding-bottom: 25px;
  /* 16:9 */
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 400px;
}
.videoWrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .custom-first-row {
    display: flex;
  }
}
.row-second-info {
  background-color: #002244;
}
#custom-signin-select-language {
  margin: 0 auto;
}
#custom-signin-select-language div.custom-singin-language {
  text-align: center;
  padding: 6px 0px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
  color: #FFFFFF;
  background-color: #71828D;
  font-size: 14px;
}
.welcome-back-text {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  word-wrap: break-word;
}
.custom-signin-important-dates {
  color: #FFFFFF;
  padding: 20px 20px;
  min-height: 400px;
}
.custom-signin-current-language > a {
  color: #FFFFFF !important;
}
.languageMessage {
  color: #FFFFFF !important;
  text-align: center;
}
.languageMessage b {
  float: right;
  border-top: 4px solid #FFFFFF;
  margin-top: 8px;
}
.custom-signin-text-right {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 400px;
}
.custom-signin-text-right.signin-banner-text {
  padding: 0px;
  position: relative;
}
.custom-signin-text-right .signin-text-banner {
  position: absolute;
  bottom: 0px;
  background-color: #feedb7;
  text-align: center;
  vertical-align: middle;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.custom-signin-text-right .signin-text-banner a.btn {
  background-color: #4a4a4a;
  color: #ffffff;
}
.custom-signin-text-right .form-signin {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 70px;
}
.custom-signin-text-left {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-sigin-language-container {
  margin-bottom: -15px;
}
.custom-signin-container {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-signin-languages-container > .navbar-nav > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: rgba(247, 247, 247, 0.5);
}
.custom-signin-languages-container > .navbar-nav > li > a:hover {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: #FFFFFF;
  background-color: #000000;
}
.custom-signin-language-world-container {
  height: 40px;
  width: 40px;
  position: relative;
}
.custom-signin-language-world {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.custom-signin-language-bar {
  min-height: 40px !important;
  background-color: #4A4A4A;
  color: rgba(247, 247, 247, 0.5);
}
.custom-navbar-toggle {
  max-height: 40px;
  position: relative;
  float: right;
  padding: 10px 10px !important;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .custom-navbar-toggle {
    display: none;
  }
}
@media (max-width: 768px) {
  .custom-signin-language-world-container {
    position: absolute;
  }
}
.btn-okta {
  color: #ffffff;
  background-color: #3e9bdf;
  border-color: #3e9bdf;
}
.custom-column {
  height: 56px;
  position: relative;
  vertical-align: middle;
  padding: 17px 35px 0 10px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
  border: solid 1px #cccccc;
  font-weight: 500;
}
.custom-column .add-custom-view-button,
.custom-column .remove-custom-view-button {
  position: absolute;
  right: 10px;
  top: 16px;
}
.custom-column .add-custom-view-button {
  display: block;
}
.custom-column .remove-custom-view-button {
  display: none;
}
#titleView {
  width: 75%;
  display: inline;
}
#helpBlockTitleView {
  display: inline;
}
.custom-column.disabled .add-custom-view-button {
  display: none;
}
.custom-column.disabled .remove-custom-view-button {
  display: block;
}
.custom-column-container {
  padding: 7px 7px;
  list-style: none;
}
.custom-panel {
  border-color: #e7e7e7;
  color: #000000;
}
.custom-panel .panel-body {
  background-color: #ffffff;
}
.label-container {
  margin-bottom: 15px;
}
.preview-container {
  margin-bottom: 15px;
  margin-right: -21px;
  margin-left: -21px;
}
.available-container {
  margin-bottom: 15px;
}
.filter-row {
  padding-bottom: 20px;
}
.top-button-container {
  padding-top: 55px;
}
.custom-table-preview {
  min-height: 168px;
  display: flex;
  padding: 0 0;
  overflow-x: auto;
}
.custom-table-preview .sortable-placeholder {
  height: 120px;
  min-width: 200px;
  visibility: hidden;
}
.custom-table-preview .custom-column-preview-container {
  list-style: none;
  height: 120px;
  border-radius: 3.9px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
  border: solid 1px #dfdfdf;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.custom-table-preview .custom-column-preview {
  display: block;
  height: 120px;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.custom-table-preview .custom-column-preview .preview-header {
  text-align: left;
  height: 40px;
  border-radius: 3.9px;
  background-color: #f8f8f8;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
  border-bottom: solid 1px #dfdfdf;
  padding: 7px 15px;
}
.custom-table-preview .custom-column-preview .preview-header span {
  float: none;
}
.custom-table-preview .custom-column-preview .preview-header img {
  padding-right: 9px;
}
.custom-table-preview .custom-column-preview .preview-header .header-burger {
  background: url("../assets/img/ic-reorder.svg") no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 9px;
}
.custom-table-preview .custom-column-preview .preview-body {
  background-color: #FFF;
  padding-top: 31px;
  padding-left: 17px;
  padding-right: 17px;
}
.custom-table-preview .delete-custom-column-button {
  background: url("../assets/img/ic-remove-circle.svg") no-repeat;
  position: absolute;
  bottom: -12px;
  right: 8px;
  display: none;
  height: 24px;
  width: 24px;
}
.custom-table-preview .placeholder-column {
  width: 100px;
  height: 120px;
  border-radius: 3.9px;
  background-color: #ffffff;
  border: dashed 2px #dfdfdf;
  margin-left: 5px;
  margin-right: 5px;
  list-style: none;
  min-width: 100px;
  padding-top: 50px;
  padding-left: 19px;
  color: #999999;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.custom-button-layout {
  padding: 9px 25px;
  margin-right: 5px;
  margin-left: 5px;
}
.custom-button-layout img {
  padding-right: 15px;
}
.custom-table-application-index-dropdown .dropdown-menu {
  padding-left: 0;
  padding-bottom: 5px;
}
#application-index-preview {
  padding-top: 5px;
}
.tooltip-info-loading-data {
  position: absolute;
  top: 8px;
  font-size: 24px;
  left: -15px;
}
.down-page .navbar {
  text-align: center;
  padding: 15px;
}
.down-page img {
  width: auto !important;
}
.edit-roles-multiselect .multiselect-container {
  width: 100%;
}
.dashboard-tab {
  width: 1180px;
  margin: 0 auto;
}
.dashboard-tab .dashboard-header-switcher h2 {
  margin-bottom: 30px;
  margin-top: 0px;
}
.dashboard-tab .dashboard-header-switcher .switcher {
  height: 62px;
  border: solid 1px #dfdfdf;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
}
.dashboard-tab .dashboard-header-switcher .switcher .switch-dashboard-tab {
  height: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  text-align: center;
  color: #009bb1;
}
.dashboard-tab .dashboard-header-switcher .switcher .switch-dashboard-tab.selected,
.dashboard-tab .dashboard-header-switcher .switcher .switch-dashboard-tab:hover {
  font-weight: 500;
  border-bottom: 2px solid #009bb1;
}
.dashboard-tab .dashboard-header-switcher i {
  font-size: 28px;
}
.funnel-layout {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.funnel-layout #filter-pannel {
  width: 270px;
  margin-right: 10px;
  float: left;
}
.funnel-layout #filter-pannel .filter-header {
  height: 40px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f8f8f8;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
  border: solid 1px #cccccc;
  padding-left: 20px;
  padding-top: 9px;
}
.funnel-layout #filter-pannel .filter-header span {
  font-weight: bold;
  line-height: 1.29;
  color: #000000;
}
.funnel-layout #filter-pannel .filters-body {
  border: solid 1px #dfdfdf;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
  background-color: #ffffff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
}
.funnel-layout #filter-pannel .filters-body .btn-group {
  max-width: 220px;
  margin-top: 20px;
}
.funnel-layout #filter-pannel .filters-body .btn-group button {
  height: 34px;
  text-align: left;
  padding-left: 16px;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #000000;
  border: solid 1px #cdcdcd;
  position: relative;
}
.funnel-layout #filter-pannel .filters-body .btn-group button .caret {
  position: absolute;
  top: 14px;
  right: 10px;
}
.funnel-layout #filter-pannel .filters-body .btn-group .multiselect-container li label.checkbox {
  font-family: HelveticaNeue;
  line-height: 1.14;
  letter-spacing: normal;
  color: #333333;
}
.funnel-layout #filter-pannel .filters-body a.show-tooltip,
.funnel-layout #filter-pannel .filters-body a#interest-lock {
  position: absolute;
  top: 24px;
  right: 8px;
}
.funnel-layout #filter-pannel .filters-body a.show-tooltip span,
.funnel-layout #filter-pannel .filters-body a#interest-lock span {
  color: #000;
}
.funnel-layout #filter-pannel .filters-body #filter-data {
  margin-top: 30px;
  height: 34px;
  margin-bottom: 30px;
}
.funnel-layout #chart-pannel {
  width: 900px;
  float: left;
}
.funnel-layout #chart-pannel .chart-header {
  height: 40px;
  font-size: 14px;
  padding: 19px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f8f8f8;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
  border: solid 1px #cccccc;
  color: #000000;
}
.funnel-layout #chart-pannel .chart-header button {
  height: 34px;
  font-size: 14px;
}
.funnel-layout #chart-pannel .chart-body {
  min-height: 527px;
  border: solid 1px #dfdfdf;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
  background-color: #ffffff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
  padding: 10px;
}
.funnel-layout #chart-pannel .chart-body .fetch-placeholder {
  text-align: center;
  padding-top: 90px;
  font-size: 26px;
  color: #4a4a4a;
  position: relative;
}
.funnel-layout #chart-pannel .chart-body .fetch-placeholder .seach-text {
  margin: 30px;
}
.funnel-layout #chart-pannel .chart-body .chart-footer {
  padding-left: 45px;
  padding-right: 7px;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .status-item {
  height: 50px;
  background-color: #fafafa;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
  border: solid 1px #dfdfdf;
  border-right: none;
  color: #5e5e5e;
  font-weight: bold;
  line-height: 50px;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .status-item.selected {
  background-color: #f6a623;
  color: #ffffff;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .status-item.selected:hover {
  background-color: #f8ba54;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .status-item:hover:not(.selected) {
  background-color: rgba(49, 58, 36, 0.1);
}
.funnel-layout #chart-pannel .chart-body .chart-footer .status-item span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 12px;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .status-item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .status-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .step-percentage {
  color: #7cb5ec;
  padding: 20px 0px;
  font-size: 40px;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .step-percentage.selected {
  color: #f6a623;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .step-percentage.selected:hover {
  color: #f8ba54;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .step-percentage:hover:not(.selected) {
  color: #95ceff;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .step-percentage.blocked span.glyphicon {
  font-size: 35px;
  color: #000;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column {
  font-size: 12px;
  padding: 0px;
  border: 1px solid #dfdfdf;
  border-right: none;
  min-height: 231px;
  padding-top: 10px;
  text-align: center;
  position: relative;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column i {
  margin-bottom: 10px;
  color: #e64a19;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column span {
  color: #5e5e5e;
  font-weight: bold;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: solid 1px #dfdfdf;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column .outflow-row {
  margin-bottom: 9px;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column .outflow-row a {
  color: #7cb5ec;
  text-decoration: underline;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column .outflow-row:hover span,
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column .outflow-row.selected span,
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column .outflow-row:hover a,
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column .outflow-row.selected a {
  color: #f6a623;
  text-decoration: underline;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column .col-sm-7,
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column .col-sm-5 {
  padding-left: 0px;
  padding-right: 0px;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column .col-sm-7.text-left,
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column .col-sm-5.text-left {
  padding-left: 7px;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column .col-sm-7.text-right,
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column .col-sm-5.text-right {
  padding-right: 7px;
}
.funnel-layout #chart-pannel .chart-body .chart-footer .outflow-column .total {
  position: absolute;
  bottom: 0px;
  height: 20px;
  vertical-align: middle;
  padding: 0px;
  margin-bottom: 0px;
}
.funnel-layout #chart-pannel .funnel-table {
  margin-top: 10px;
}
.funnel-layout #chart-pannel .funnel-table .report-header {
  height: 40px;
  background-color: #f8f8f8;
  padding: 10px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #000000;
  font-size: 14px;
  border: solid 1px #cccccc;
}
.funnel-layout #chart-pannel .funnel-table .report-table {
  background-color: #ffffff;
  padding: 10px 20px;
  border: solid 1px #cccccc;
  border-top: none;
}
.funnel-layout #chart-pannel .funnel-table .report-table .table {
  margin-bottom: 10px;
}
.funnel-layout #chart-pannel .funnel-table .report-table .table a.btn {
  font-size: 14px;
}
.sm-custom-print-template {
  /* Tooltip container */
}
.sm-custom-print-template .panel {
  width: 1280px;
}
.sm-custom-print-template .panel #options-bank,
.sm-custom-print-template .panel .sm-pdf-view {
  display: inline-block;
  float: left;
}
.sm-custom-print-template .panel #options-bank {
  width: 280px;
  min-width: 280px;
}
.sm-custom-print-template .panel .sm-pdf-view {
  width: 980px;
  min-width: 980px;
}
.sm-custom-print-template .panel .sm-pdf-view.crosshaircursor {
  cursor: crosshair;
}
.sm-custom-print-template .panel .sm-pdf-view.crosshaircursor div {
  cursor: crosshair;
}
.sm-custom-print-template .panel .sm-pdf-view.fixed {
  left: 280px;
}
.sm-custom-print-template .panel .sm-pdf-view .alignment-guide {
  display: block;
  border: 1px solid red;
  position: absolute;
}
.sm-custom-print-template .panel .sm-pdf-view .alignment-guide.top {
  width: 100%;
  height: 1px;
}
.sm-custom-print-template .panel .sm-pdf-view .alignment-guide.left {
  height: 100%;
  width: 1px;
}
.sm-custom-print-template .status {
  color: #000;
  font-weight: 500;
}
.sm-custom-print-template .status .dot {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 6px;
  background-color: #ffffff;
}
.sm-custom-print-template .status.active .dot {
  background-color: #689F38;
}
.sm-custom-print-template .sm-draggable {
  border-radius: 4px;
  border: solid 1px #0096fd;
  color: black;
}
.sm-custom-print-template .sm-draggable.ds-selected {
  cursor: move;
}
.sm-custom-print-template .sm-draggable.ds-selected:hover {
  cursor: move;
}
.sm-custom-print-template .sm-resize-box {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border: solid 1px #000000;
  position: absolute;
}
.sm-custom-print-template .sm-resize-box-topleft {
  top: -3px;
  left: -3px;
  cursor: nwse-resize;
}
.sm-custom-print-template .sm-resize-box-middleleft {
  top: calc(50% - 3px);
  left: -3px;
  cursor: ew-resize;
}
.sm-custom-print-template .sm-resize-box-bottomleft {
  top: calc(100% - 3px);
  left: -3px;
  cursor: nesw-resize;
}
.sm-custom-print-template .sm-resize-box-topRight {
  top: -3px;
  left: calc(100% - 3px);
  cursor: nesw-resize;
}
.sm-custom-print-template .sm-resize-box-middleRight {
  top: calc(50% - 3px);
  left: calc(100% - 3px);
  cursor: ew-resize;
}
.sm-custom-print-template .sm-resize-box-bottomRight {
  top: calc(100% - 3px);
  left: calc(100% - 3px);
  cursor: nwse-resize;
}
.sm-custom-print-template .sm-resize-box-topCenter {
  top: -3px;
  left: calc(50% - 3px);
  cursor: ns-resize;
}
.sm-custom-print-template .sm-resize-box-bottomCenter {
  top: calc(100% - 3px);
  left: calc(50% - 3px);
  cursor: ns-resize;
}
.sm-custom-print-template .sm-toolbar1 {
  height: 54px;
  border-radius: 4px;
  background-color: #f8f8f8;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
  border: solid 1px #dfdfdf;
}
.sm-custom-print-template .sm-toolbar1.fixed {
  position: fixed;
  left: 60px;
  width: 1270px;
  z-index: 1000;
}
.sm-custom-print-template .sm-toolbar1 .btn {
  margin-left: 0.8%;
  padding-top: 6px;
  padding-bottom: 11px;
  width: 11%;
  height: 34px;
}
.sm-custom-print-template .sm-toolbar1 .btn.pull-right {
  margin-top: 10px;
}
.sm-custom-print-template .sm-toolbar1 .btn.sm-save {
  width: 15%;
  margin-right: 10px;
}
.sm-custom-print-template .sm-toolbar1 .sm-size-input {
  width: 38px;
  height: 34px;
  display: inline-block;
  padding: 10px 5px;
  text-align: center;
}
.sm-custom-print-template .sm-toolbar1 .sm-small-text-a {
  font-size: 14px;
  margin-left: 2%;
  height: 16px;
  color: #000000;
  display: inline-block;
  text-align: center;
  line-height: 52px;
}
.sm-custom-print-template .sm-toolbar1 .sm-page-arrow {
  margin-left: 2%;
  width: 24px;
  height: 24px;
  font-size: 22px;
  cursor: pointer;
}
.sm-custom-print-template .sm-toolbar1 .sm-page-arrow.right {
  margin-left: 5px;
}
.sm-custom-print-template .sm-toolbar1 .sm-enable-arrow {
  color: #000;
}
.sm-custom-print-template .sm-toolbar1 .sm-font-slider {
  width: 13.6%;
  margin-left: 1.5%;
  position: relative;
  top: 10px;
  height: 25px;
}
.sm-custom-print-template .sm-toolbar1 .sm-pagination-text {
  margin-left: 5px;
  display: inline-block;
  color: #000000;
  font-size: 18px;
  vertical-align: middle;
}
.sm-custom-print-template .sm-editor-container {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
  border: solid 1px #dfdfdf;
}
.sm-custom-print-template .sm-field-option {
  padding: 5px 15px;
  width: 85.7%;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  margin: 10px auto 0px;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #000000;
}
.sm-custom-print-template .sm-field-option span {
  cursor: move;
  display: flex;
}
.sm-custom-print-template .sm-field-option .custom-drag-icon {
  font-size: 20px;
  color: #000000;
  transform: rotate(45deg);
  margin-left: -6px;
  margin-right: 6px;
}
.sm-custom-print-template .option-section {
  min-height: 50px;
}
.sm-custom-print-template .option-section i {
  margin-top: auto;
  margin-bottom: auto;
}
.sm-custom-print-template .option-section .label-margin {
  margin-left: 20px;
}
.sm-custom-print-template .option-section .row span {
  display: inline-block;
}
.sm-custom-print-template .tooltip-container {
  position: relative;
  display: inline-block;
  border-radius: 2px;
  /* Show the tooltip text when you mouse over the tooltip container */
}
.sm-custom-print-template .tooltip-container .tooltip-text {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 5px 25px;
  border-radius: 6px;
  font-size: 13px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1000;
  /* Tooltip at the top */
  top: -70px;
  left: 50%;
  margin-left: -75px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
}
.sm-custom-print-template .tooltip-container .tooltip-text:after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.sm-custom-print-template .tooltip-container:hover .tooltip-text {
  visibility: visible;
}
.sm-custom-print-template .checkbox-class {
  width: 15px;
  height: 15px;
}
.sm-custom-print-template .signature-class {
  width: 220px;
  height: 44px;
  background: url("../assets/img/signature-print-template.png") no-repeat;
  background-size: 100% 100%;
}
.sm-custom-print-template .sm-options-bank {
  background-color: #f6f6f6;
  z-index: 10000;
}
.sm-custom-print-template .sm-options-bank.fixed {
  position: fixed;
  left: 45px;
  border: solid #dedede;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 0 4px;
}
.sm-custom-print-template .sm-options-bank .sm-field-label {
  color: black;
  font-size: 14px;
  padding-top: 20px;
  padding-left: 8.6%;
}
.sm-custom-print-template .sm-options-bank .sm-field-input-search {
  border-radius: 4px;
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #cccccc;
  background: #ffffff url("../assets/img/ic-search.svg") no-repeat right 10px center;
  margin: 10px auto 0;
  width: 85.7%;
}
.sm-custom-print-template .sm-options-bank .sm-options-bank-container {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 105%;
}
.sm-custom-print-template .preview-editor-container {
  font-family: Arial;
  line-height: 1;
  padding: 0;
  cursor: default;
}
.sm-custom-print-template .preview-editor-container .sm-form-document-background {
  pointer-events: none;
}
.sm-custom-print-template .no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.sm-custom-print-template .sm-opacity-main-container {
  padding-top: 11px;
  height: 88px;
  border-radius: 0 0 4px 0;
  width: 100.9%;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #DEDEDE;
  margin-left: -2px;
}
.sm-custom-print-template .sm-opacity-container {
  margin: 10px auto;
  padding: 12px;
  width: 220px;
  height: 47px;
  border-radius: 3.2px;
  background-color: rgba(0, 0, 0, 0.6);
}
.sm-custom-print-template .sm-opacity-slider {
  width: 102px;
  display: inline-block;
}
.sm-custom-print-template .sm-opacity-value-text {
  display: inline-block;
  color: #ffffff;
  font-size: 11.2px;
}
.sm-custom-print-template .sm-opacity-label {
  display: inline-block;
  color: #ffffff;
  font-size: 11.2px;
}
.sm-custom-print-template input[type=range] {
  -webkit-appearance: none;
  margin: 3.3px 0;
  padding: 0;
  background-color: transparent;
}
.sm-custom-print-template input[type=range]:focus {
  outline: none;
}
.sm-custom-print-template input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43), 0px 0px 1px rgba(13, 13, 13, 0.43);
  background: #b3b3b3;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.sm-custom-print-template input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}
.sm-custom-print-template input[type=range]:focus::-webkit-slider-runnable-track {
  background: #b3b3b3;
}
.sm-custom-print-template input[type=range]::-moz-range-track {
  width: 100%;
  height: 6.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43), 0px 0px 1px rgba(13, 13, 13, 0.43);
  background: #b3b3b3;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.sm-custom-print-template input[type=range]::-moz- range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
}
.sm-custom-print-template input[type=range]::-ms-track {
  width: 100%;
  height: 6.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.sm-custom-print-template input[type=range]::-ms-fill-lower {
  background: #b3b3b3;
  border-radius: 1.3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43), 0px 0px 1px rgba(13, 13, 13, 0.43);
}
.sm-custom-print-template input[type=range]::-ms-fill-upper {
  background: #b3b3b3;
  border-radius: 1.3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43), 0px 0px 1px rgba(13, 13, 13, 0.43);
}
.sm-custom-print-template input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #00a000 0, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
}
.sm-custom-print-template input[type=range]:focus::-ms-fill-lower {
  background: #b3b3b3;
}
.sm-custom-print-template input[type=range]:focus::-ms-fill-upper {
  background: #b3b3b3;
}
.print-template-modal-container #add-print-template {
  top: 30px;
}
.print-template-modal-container .qq-upload-button-selector {
  padding: 8px 0;
  width: 25%;
  margin: 64px auto 10px;
}
.print-template-modal-container .supported-extension {
  padding-top: 20px;
}
.print-template-modal-container .validation-error {
  color: #e64a19;
}
#consolidation-details-container #navigation {
  text-align: center;
}
#consolidation-details-container #navigation i.material-icons {
  font-size: 2em;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  margin: 0 10px;
  border: 1px solid;
  border-radius: 50%;
  color: #002244;
}
#consolidation-details-container #navigation i.material-icons:hover {
  cursor: pointer;
}
#consolidation-details-container #navigation i.material-icons.disabled {
  color: #e8eeef;
}
#consolidation-details-container #navigation i.material-icons.disabled:hover {
  cursor: default;
}
#consolidation-details-container #current-record #current-record-table tbody td.radio-spacer-cell {
  width: 33px;
}
#consolidation-details-container #possible-matches #possible-matches-table tbody td.no-matches-radio-cell,
#consolidation-details-container #possible-matches #possible-matches-table tbody td.new-student-radio-cell {
  text-align: left;
}
#consolidation-details-container #action-buttons button {
  margin-left: 10px;
}
#details-modal #form-div-container #student-override-form table thead tr th,
#details-modal #form-div-container #student-override-form table tbody tr td {
  text-align: left;
}
.manage-roles .roles-table-header {
  height: 80px;
  border-radius: 4px;
  background-color: #dedede;
  border: solid 1px #dfdfdf;
}
.manage-roles .roles-table-header .custom-line-height {
  line-height: 80px;
}
.manage-roles .description-tooltip {
  width: auto;
  height: auto;
}
.manage-roles .description-icon {
  font-size: 20px;
  vertical-align: top;
}
.manage-roles .checkbox-size {
  font-size: 20px;
  vertical-align: middle;
}
.manage-roles .sm-custom-checkbox {
  cursor: pointer;
  display: inline-block;
}
.manage-roles .sm-checkbox-checked {
  color: #002244;
}
.manage-roles .role-group-name-header {
  position: absolute;
  width: 290px;
  min-width: 290px;
  height: 60px;
  background-color: #FFF;
  border-right: solid 1px #dfdfdf;
  border-left: solid 1px #dfdfdf;
}
.manage-roles .manage-role-first-column {
  position: absolute;
  width: 290px;
  height: 60px;
  min-width: 290px;
  background-color: #FFF;
  border-right: solid 1px #dfdfdf;
  border-left: solid 1px #dfdfdf;
}
.manage-roles .manage-role-table-row {
  height: 60px;
  background-color: #FFF;
  box-shadow: inset 0 -1px 0 0 #dfdfdf, inset 1px 0 0 0 #dfdfdf;
}
.manage-roles .manage-roles-header-row {
  height: 60px;
}
.manage-roles .manage-roles-disabled-checkbox {
  cursor: not-allowed;
}
.manage-roles .manage-role-header-buttons {
  padding-bottom: 20px;
}
.manage-roles .manage-role-header-button {
  width: 180px;
  margin-left: 20px;
}
.manage-roles .manage-role-header-button-container {
  padding-left: 20px;
}
.manage-roles .role-name-custom-header {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 200px;
}
.manage-roles .manage-roles-table-template table {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
}
.manage-roles .role-name-custom-header {
  width: 50%;
}
.manage-roles .acls-name-column {
  display: inline-block;
  width: 290px;
  min-width: 290px;
  padding-bottom: 15px;
  vertical-align: top;
}
.manage-roles .acls-name-column .sm-table {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
  border: solid 1px #dfdfdf;
}
.manage-roles .acls-name-column .sm-table th {
  height: 60px;
  background-color: #FFFFFF;
  padding-left: 20px;
}
.manage-roles .acls-name-column .sm-table td {
  height: 60px;
  padding-left: 20px;
}
.manage-roles .acls-roles-table {
  margin-left: -5px;
  display: inline-block;
  width: calc(100% - 290px);
  vertical-align: top;
}
.manage-roles .acls-roles-table .sm-table {
  background-color: #ffffff;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: default;
}
.manage-roles .acls-roles-table .sm-table th {
  height: 60px;
  min-width: 150px;
  text-align: center;
  width: 1%;
}
.manage-roles .acls-roles-table .sm-table th .role-column-header {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
  overflow: hidden;
  margin: 0 auto;
}
.manage-roles .acls-roles-table .sm-table thead {
  border: solid 1px #dfdfdf;
}
.manage-roles .acls-roles-table .sm-table thead .highlight-role-column {
  color: #FFFFFF;
  background-color: #757575;
}
.manage-roles .acls-roles-table .sm-table tbody {
  border: solid 1px #dfdfdf;
}
.manage-roles .acls-roles-table .sm-table tbody tr {
  box-shadow: inset 0 -1px 0 0 #dfdfdf, inset 0 0 0 0 #dfdfdf;
  background-color: #FFFFFF;
  text-align: center;
}
.manage-roles .acls-roles-table .sm-table tbody tr:hover {
  background-color: #f2f2f2;
}
.manage-roles .acls-roles-table .sm-table tbody tr:last-child {
  box-shadow: none;
}
.manage-roles .acls-roles-table .sm-table tbody tr:last-child td {
  height: 60px;
}
.manage-roles .acls-roles-table .sm-table tbody tr .highlight-role-column {
  background-color: #dde4e8;
  box-shadow: inset 0 -1px 0 0 white, inset 0 0 0 0 white;
}
.manage-roles .acls-roles-table .sm-table tbody td {
  height: 60px;
  min-width: 200px;
}
.manage-roles .view-table-container {
  padding-bottom: 20px;
}
.manage-roles #testTable {
  position: relative;
}
.manage-roles #testTable .scroll-right {
  background-image: url(../assets/img/ic_arrow_right.png);
  right: 30px;
}
.manage-roles #testTable .scroll-left {
  background-image: url(../assets/img/ic_arrow_left.png);
  left: 30px;
}
.manage-roles #testTable .top-scroll {
  position: absolute;
  height: 24px;
  width: 24px;
  cursor: pointer;
  z-index: 10;
  top: 18px;
}
.manage-roles .loading-custom-reports-container {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  align-items: center;
  margin-top: 10px;
}
.manage-roles #loading_custom_report {
  width: 50px;
  background-position: 50% 50%;
  margin-right: 10px;
}
.select-enrollment-flows .student-information {
  border-radius: 4px;
  border-color: #e7e7e7;
  border-width: 1px;
  border-style: solid;
  margin-left: 10px;
  width: 56%;
  background-color: #ffffff;
}
.select-enrollment-flows .student-information .info-academic-year {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000000;
}
.select-enrollment-flows .student-information .info-academic-year .status-info {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}
.select-enrollment-flows .student-information .info-academic-year .grade-info {
  font-size: 20px;
  font-weight: 500;
}
.select-enrollment-flows .section-header {
  margin-top: 20px;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container {
  padding: 10px;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow {
  background-color: #ffffff;
  text-align: center;
  border-color: #e7e7e7;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  height: 280px;
  padding: 5%;
  position: relative;
  font-size: 13px;
  cursor: pointer;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow .enrollment-flow-title {
  width: 90%;
  position: absolute;
  font-size: 14pt;
  font-weight: bold;
  top: 20px;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow .enrollment-flow-title.only-title {
  top: 80px;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow .status-container {
  position: absolute;
  top: 38px;
  width: 90%;
  text-align: center;
  margin-top: 5px;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow .status-container.only-title {
  top: 100px;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow .status-container .status-circle:before {
  content: "\25cf";
  font-size: 20px;
  vertical-align: -10%;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow .status-container .status-circle.in-progress {
  color: #FFB100;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow .status-container .status-circle.completed {
  color: #689F38;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow p {
  position: absolute;
  top: 78px;
  text-align: left;
  margin: 0;
  width: 90%;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow .bottom-actions {
  position: absolute;
  top: 233px;
  text-align: center;
  width: 90%;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow .bottom-actions span {
  color: #009bb1;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow .bottom-actions span.select {
  text-decoration: underline;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow .bottom-actions span.unselect {
  text-decoration: underline;
  display: none;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow .bottom-warning-message {
  background-color: #dddddd;
  width: 90%;
  height: 40px;
  padding: 5px 20px;
  font-size: 13px;
  position: absolute;
  top: 222px;
  text-align: center;
  border-radius: 4px;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow .bottom-warning-message .warning-message {
  color: #999999;
  line-height: 30px;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow.selected {
  border-color: #009bb1;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow.selected .bottom-actions span.select {
  text-decoration: underline;
  display: none;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow.selected .bottom-actions span.unselect {
  text-decoration: underline;
  display: inline;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow.not-allowed {
  cursor: not-allowed;
  background-color: #f2f2f2;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow.not-allowed .enrollment-flow-title {
  color: #999999;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow.not-allowed .status-container {
  display: none;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow.not-allowed .bottom-actions span.select {
  display: none;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow.not-allowed .bottom-actions span.unselect {
  display: none;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow.selection-required {
  border-color: #ef5350;
}
.select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow.selection-required .required-message {
  color: #ef5350;
  position: absolute;
  top: 102%;
  left: 0;
}
.select-enrollment-flows .action-buttons {
  padding: 15px 0;
}
.select-enrollment-flows .action-buttons .action-button-container {
  padding-right: 0;
}
.select-enrollment-flows .action-buttons .action-button-container .btn {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow p {
    font-size: 12px;
  }
  .select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow.not-allowed .bottom-actions {
    padding: 5px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow p {
    font-size: 10.5px;
  }
  .select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow.not-allowed .bottom-actions {
    padding: 0;
  }
}
@media (min-width: 360px) and (max-width: 415px) {
  .select-enrollment-flows {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 300px) and (max-width: 325px) {
  .select-enrollment-flows {
    margin-left: 0;
    width: 100%;
  }
  .select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow p {
    font-size: 12px;
  }
  .select-enrollment-flows .enrollment-flows .enrollment-flow-container .enrollment-flow.not-allowed .bottom-actions .warning-message {
    font-size: 10px;
  }
}
.manage-enrollment-flows .settings-table {
  min-width: 1200px;
  margin-top: 40px;
}
.manage-enrollment-flows .settings-table .action-buttons {
  border: solid 1px #dedede;
  border-radius: 4px 4px 0px 0px;
  height: 70px;
  padding: 10px;
}
.manage-enrollment-flows .settings-table .table-form {
  border: solid #dedede;
  border-width: 0px 1px 1px 1px;
  border-radius: 0px 0px 4px 4px;
}
.manage-enrollment-flows .settings-table .table-form .enrollment-container {
  border-left: solid 1px #dedede;
}
.manage-enrollment-flows .settings-table .table-form .enrollment-container textarea {
  height: 120px;
  resize: none;
}
.manage-enrollment-flows .settings-table .table-form .enrollment-container textarea ::placeholder {
  color: #999999;
}
.manage-enrollment-flows .settings-table .table-form .enrollment-container .field-container-xs span,
.manage-enrollment-flows .settings-table .table-form .enrollment-container .field-container-sm span,
.manage-enrollment-flows .settings-table .table-form .enrollment-container .field-container-md span,
.manage-enrollment-flows .settings-table .table-form .enrollment-container .field-container-lg span {
  font-size: 12px;
}
.manage-enrollment-flows .settings-table .table-form .enrollment-container .field-container-sm input {
  color: #000000;
}
.manage-enrollment-flows .settings-table .table-form .enrollment-container .field-container-xs select {
  color: #000000;
}
.manage-enrollment-flows .settings-table .table-form .enrollment-container .toggle-description span {
  color: #000000;
}
.manage-enrollment-flows .settings-table .table-form .field-container-xs {
  height: 80px;
  padding: 20px;
  color: #000000;
}
.manage-enrollment-flows .settings-table .table-form .field-container-sm {
  height: 100px;
  padding: 20px;
}
.manage-enrollment-flows .settings-table .table-form .field-container-sm span:first-child {
  color: #000000;
}
.manage-enrollment-flows .settings-table .table-form .field-container-md {
  padding: 20px;
}
.manage-enrollment-flows .settings-table .table-form .field-container-lg {
  position: relative;
  padding: 20px;
  height: 165px;
}
.manage-enrollment-flows .settings-table .table-form .field-container-lg span:first-child {
  color: #000000;
}
.manage-enrollment-flows .settings-table .table-form .box-info {
  border-radius: 4px 4px 1px 1px;
  font-size: 12px;
  color: #000000;
  height: 52px;
}
.manage-enrollment-flows .settings-table .table-form .box-info i {
  color: #000000;
}
.manage-enrollment-flows .settings-table .table-form .box-requisites {
  border-radius: 1px 1px 4px 4px;
  border-top-style: none;
  height: 170px;
  overflow: auto;
  position: relative;
}
.manage-enrollment-flows .settings-table .table-form .add-rules {
  margin-top: 25px;
}
.manage-enrollment-flows .settings-table .table-form .edit-rules {
  color: #009bb1;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 14px;
}
.manage-enrollment-flows .settings-table .table-form .edit-rules.disabled {
  pointer-events: none;
  color: #858585;
}
.manage-enrollment-flows .settings-table .table-form .pre-re-tittle {
  margin-top: 6px;
}
.manage-enrollment-flows .settings-table .table-form .requisites textArea {
  height: 30px;
  resize: none;
}
.manage-enrollment-flows .settings-table .table-form .form-requisites {
  border: 0px;
  color: #4e7fb7;
  font-weight: bold;
  font-size: 12px;
  width: 100%;
  border-radius: 3px;
  background-color: #e3eefb;
  padding: 5px;
  white-space: pre-line;
}
.manage-enrollment-flows .settings-table .table-form .form-operator {
  border: 0px;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  height: 24px;
  padding: 5px;
}
.manage-enrollment-flows .settings-table .table-form .form-requisites.disabled {
  background-color: #c1c8ce;
  color: #7f878e;
}
.manage-enrollment-flows .settings-table .table-form .form-operator.disabled {
  color: #7f878e;
  background-color: #ecf0f1;
}
.manage-enrollment-flows .settings-table .table-form .requisites-container {
  display: block;
  padding: 20px;
  position: relative;
}
.manage-enrollment-flows .settings-table .table-form .requisites-container i.delete-requisites {
  color: #000;
  font-size: 25px;
  position: absolute;
  right: 25px;
  bottom: 35px;
  cursor: pointer;
}
.translations-container {
  margin-top: 10px;
}
.translations-container .title-bold {
  font-weight: 400;
}
.translations-container .char-limit {
  font-size: 12px;
  color: #4a4a4a;
}
.translations-container .form-container > div > div {
  margin-bottom: 13px;
}
.translations-container textarea {
  height: 200px;
}
.conditions-builder .groups-container .or {
  text-align: center;
}
.conditions-builder .groups-container .remove-group {
  color: #c60c30;
  cursor: pointer;
}
.conditions-builder .groups-container .remove-group:hover {
  text-decoration: underline;
}
.conditions-builder .add-group {
  color: #009bb1;
  width: 100%;
  border: 1px dotted #cdcdcd;
  padding: 15px;
  margin-top: 15px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.conditions-builder .condition-group {
  margin-top: 15px;
}
.conditions-builder .condition-group .group-title {
  color: #4a4a4a;
  font-weight: bold;
}
.conditions-builder .condition-group .conditions {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  padding: 15px;
  margin-top: 6px;
}
.conditions-builder .condition-group .conditions > div {
  margin-top: 15px;
}
.conditions-builder .condition-group .conditions:first-child {
  margin-top: 0px;
}
.conditions-builder .condition-group .conditions .first.add-condition-container {
  margin-left: -50px;
}
.conditions-builder .condition-group .conditions .and-operator {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: HelveticaNeue;
}
.conditions-builder .condition-group .conditions .add-condition {
  width: 43px;
  font-size: 24px;
  font-weight: 700;
  padding: 5px 10px 2px 6px;
  margin-top: 0;
}
.conditions-builder .condition-group .conditions .add-condition i {
  color: #009bb1;
}
.conditions-builder .condition-group .conditions .clear-condition {
  color: #4d4d4d;
  font-size: 24px;
  cursor: pointer;
  margin-top: 9px;
  padding-left: 8px;
}
.conditions-builder .condition-group .conditions select.error {
  border-color: #e64a19;
}
#preconditions-modal .error-message {
  color: #e64a19;
}
#smartbanner.android {
  background: #3d3d3d url('../assets/img/dark_background_stripes.gif') !important;
  position: fixed !important;
}
#smartbanner.android .sb-button {
  line-height: 20px !important;
}
#flash-error-container {
  position: fixed;
  top: 7px;
  right: 10px;
  overflow: hidden;
  z-index: 1500;
}
#flash-error-container .alert {
  overflow: hidden;
  padding: 23px 20px !important;
}
#flash-error-container .alert .glyphicon {
  font-size: 38px;
  color: #708283;
  float: left;
}
#flash-error-container .alert button.close {
  top: -8px !important;
  right: -6px !important;
}
#flash-error-container .alert .flash-message {
  float: left;
  display: inline-block;
  margin: 0 7px;
  width: 260px;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  color: white;
}
#flash-error-container .alert.alert-info {
  color: #8A6D3B;
  box-shadow: 0 0 11px #d9d9d9;
}
#flash-error-container .alert.alert-info .flash-message {
  display: inline-block;
  top: -3px;
  position: relative;
  margin-left: 3px;
  color: #8b8b8b;
}
#flash-error-container .alert.alert-info .close:hover,
#flash-error-container .alert.alert-info .close:focus {
  top: 3px;
  position: relative;
}
#flash-error-container .alert.alert-danger .glyphicon {
  color: #EFEFEF;
}
#flash-error-container .alert.alert-success .glyphicon {
  color: #F7F7F7;
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    transform: translateY(0px);
  }
  99% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 0;
  }
}
#header #flash-error-container {
  top: 165px;
}
.report-table .student-search-results .table th {
  vertical-align: top;
}
.report-table .student-search-results .table th.pointer {
  position: relative;
}
.report-table .student-search-results .table th.pointer span {
  position: absolute;
  bottom: 7px;
  left: 45%;
}
.report-table .student-search-results .table th.pointer u {
  position: relative;
  top: -22px;
}
.calendarInputWidth {
  width: 90%;
}
#calEventModal .school-filter {
  width: 90%;
  margin-top: 4px;
}
/*#event-type-select{
	.calendarInputWidth;
}

#event-date-picker{
	input{
		.calendarInputWidth;
	}
}*/
#schools-access-list div {
  margin: 10px 0;
}
#schools-access-list div button {
  left: 9px;
  top: 2px;
}
#event-info .glyphicon {
  top: 5px;
  position: relative;
}
.progress-loader {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #ccc;
}
.c100 *,
.c100 *:before,
.c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.big {
  font-size: 240px;
}
.c100.small {
  font-size: 80px;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #ccc;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #f5f5f5;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}
.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}
.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  -webkit-transform: rotate(46.800000000000004deg);
  -moz-transform: rotate(46.800000000000004deg);
  -ms-transform: rotate(46.800000000000004deg);
  -o-transform: rotate(46.800000000000004deg);
  transform: rotate(46.800000000000004deg);
}
.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}
.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}
.c100.p21 .bar {
  -webkit-transform: rotate(75.60000000000001deg);
  -moz-transform: rotate(75.60000000000001deg);
  -ms-transform: rotate(75.60000000000001deg);
  -o-transform: rotate(75.60000000000001deg);
  transform: rotate(75.60000000000001deg);
}
.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c100.p26 .bar {
  -webkit-transform: rotate(93.60000000000001deg);
  -moz-transform: rotate(93.60000000000001deg);
  -ms-transform: rotate(93.60000000000001deg);
  -o-transform: rotate(93.60000000000001deg);
  transform: rotate(93.60000000000001deg);
}
.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}
.c100.p31 .bar {
  -webkit-transform: rotate(111.60000000000001deg);
  -moz-transform: rotate(111.60000000000001deg);
  -ms-transform: rotate(111.60000000000001deg);
  -o-transform: rotate(111.60000000000001deg);
  transform: rotate(111.60000000000001deg);
}
.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}
.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  -webkit-transform: rotate(133.20000000000002deg);
  -moz-transform: rotate(133.20000000000002deg);
  -ms-transform: rotate(133.20000000000002deg);
  -o-transform: rotate(133.20000000000002deg);
  transform: rotate(133.20000000000002deg);
}
.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}
.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  -webkit-transform: rotate(151.20000000000002deg);
  -moz-transform: rotate(151.20000000000002deg);
  -ms-transform: rotate(151.20000000000002deg);
  -o-transform: rotate(151.20000000000002deg);
  transform: rotate(151.20000000000002deg);
}
.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}
.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  -webkit-transform: rotate(169.20000000000002deg);
  -moz-transform: rotate(169.20000000000002deg);
  -ms-transform: rotate(169.20000000000002deg);
  -o-transform: rotate(169.20000000000002deg);
  transform: rotate(169.20000000000002deg);
}
.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  -webkit-transform: rotate(187.20000000000002deg);
  -moz-transform: rotate(187.20000000000002deg);
  -ms-transform: rotate(187.20000000000002deg);
  -o-transform: rotate(187.20000000000002deg);
  transform: rotate(187.20000000000002deg);
}
.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}
.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  -webkit-transform: rotate(205.20000000000002deg);
  -moz-transform: rotate(205.20000000000002deg);
  -ms-transform: rotate(205.20000000000002deg);
  -o-transform: rotate(205.20000000000002deg);
  transform: rotate(205.20000000000002deg);
}
.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}
.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  -webkit-transform: rotate(223.20000000000002deg);
  -moz-transform: rotate(223.20000000000002deg);
  -ms-transform: rotate(223.20000000000002deg);
  -o-transform: rotate(223.20000000000002deg);
  transform: rotate(223.20000000000002deg);
}
.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}
.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  -webkit-transform: rotate(241.20000000000002deg);
  -moz-transform: rotate(241.20000000000002deg);
  -ms-transform: rotate(241.20000000000002deg);
  -o-transform: rotate(241.20000000000002deg);
  transform: rotate(241.20000000000002deg);
}
.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}
.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  -webkit-transform: rotate(266.40000000000003deg);
  -moz-transform: rotate(266.40000000000003deg);
  -ms-transform: rotate(266.40000000000003deg);
  -o-transform: rotate(266.40000000000003deg);
  transform: rotate(266.40000000000003deg);
}
.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  -webkit-transform: rotate(284.40000000000003deg);
  -moz-transform: rotate(284.40000000000003deg);
  -ms-transform: rotate(284.40000000000003deg);
  -o-transform: rotate(284.40000000000003deg);
  transform: rotate(284.40000000000003deg);
}
.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}
.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  -webkit-transform: rotate(302.40000000000003deg);
  -moz-transform: rotate(302.40000000000003deg);
  -ms-transform: rotate(302.40000000000003deg);
  -o-transform: rotate(302.40000000000003deg);
  transform: rotate(302.40000000000003deg);
}
.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}
.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  -webkit-transform: rotate(320.40000000000003deg);
  -moz-transform: rotate(320.40000000000003deg);
  -ms-transform: rotate(320.40000000000003deg);
  -o-transform: rotate(320.40000000000003deg);
  transform: rotate(320.40000000000003deg);
}
.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}
.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  -webkit-transform: rotate(338.40000000000003deg);
  -moz-transform: rotate(338.40000000000003deg);
  -ms-transform: rotate(338.40000000000003deg);
  -o-transform: rotate(338.40000000000003deg);
  transform: rotate(338.40000000000003deg);
}
.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}
.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  -webkit-transform: rotate(356.40000000000003deg);
  -moz-transform: rotate(356.40000000000003deg);
  -ms-transform: rotate(356.40000000000003deg);
  -o-transform: rotate(356.40000000000003deg);
  transform: rotate(356.40000000000003deg);
}
.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.c100:hover {
  cursor: default;
}
.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #307bbb;
}
.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}
.c100.dark {
  background-color: #777;
}
.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}
.c100.dark > span {
  color: #777;
}
.c100.dark:after {
  background-color: #666;
}
.c100.dark:hover > span {
  color: #c6ff00;
}
.c100.green .bar,
.c100.green .fill {
  border-color: #37bbc2 !important;
}
.c100.green:hover > span {
  color: #37bbc2;
}
.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #37bbc2 !important;
}
.c100.green.dark:hover > span {
  color: #37bbc2;
}
.c100.orange .bar,
.c100.orange .fill {
  border-color: #dd9d22 !important;
}
.c100.orange:hover > span {
  color: #dd9d22;
}
.c100.orange.dark .bar,
.c100.orange.dark .fill {
  border-color: #e08833 !important;
}
.c100.orange.dark:hover > span {
  color: #e08833;
}
.gld-tab-container {
  margin-top: 20px;
}
.sm-go-live-validation-container {
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  border: solid 1px #cccccc;
  padding: 5px 25px;
}
.sm-go-live-validation-container .sm-go-live-chevron {
  color: #000000;
}
.go-live-dashboards-filter-labels {
  width: 100%;
  color: #000000;
}
.go-live-dashboards-filters .btn-group {
  width: 100%;
}
.go-live-dashboards-filters .btn-group .dropdown-toggle {
  overflow: hidden;
  color: #000000;
}
.run-validation-button {
  background-color: #689f38 !important;
  width: 140px;
  margin-left: -10px;
}
.dashboard-tab.go-live-dashboards-navigation-tabs {
  width: 100%;
}
.gld-results-content {
  border: solid 1px #cccccc;
  padding: 20px;
  border-radius: 4px;
  margin-top: 20px;
}
.gld-dropdown-filters {
  border: solid 1px #cccccc;
  padding: 20px;
  border-radius: 4px;
  background-color: #f7f7f7;
}
.sm-go-live-legend-table {
  height: 40px;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
.sm-go-live-na {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-color: #cccccc;
  margin: 0 5px;
}
.gld-header-container {
  width: 100%;
  font-size: 12px;
  overflow: hidden;
  /* contain floated elements */
}
.gld-column {
  float: left;
  padding: 10px;
}
.gld-left {
  width: 4%;
}
.gld-right {
  width: 14%;
  float: left;
}
.gld-middle {
  width: 82%;
  float: left;
}
.gld-header-validation {
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  /* contain floated elements */
}
.gld-header-validation:after {
  content: "";
  display: table;
  clear: both;
}
.sm-go-live-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.sm-go-live-filter-textbox {
  height: 40px;
}
.sm-go-live-table-container {
  margin-left: 0;
  margin-right: 0;
  overflow-x: scroll;
}
.sm-go-live-table-container th {
  background-color: #f7f7f7;
  color: #4a4a4a;
}
.sm-go-live-table-header {
  color: #4a4a4a;
  font-size: 12px;
  height: 50px;
}
.sm-go-live-table-header .sm-go-live-legend-table {
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  border: solid 1px #cccccc;
  padding-top: 10px;
  text-align: center;
}
.sm-go-live-table-header .sm-go-live-legend-table .sm-go-live-legend {
  font-weight: bold;
}
.sm-go-live-table-header .sm-go-live-query-container {
  padding-right: 0;
  padding-left: 10px;
}
.sm-go-live-table-header select.st_per_page {
  padding: 5px;
}
.sm-go-live-double-check {
  padding-right: 8px;
}
.sm-go-live-row-table {
  box-shadow: inset 0 -1px 0 0 #dddddd;
}
.sm-go-live-row-table .go-live-school-field {
  text-align: left;
  white-space: nowrap;
  width: 1%;
}
.sm-go-live-school-header {
  text-align: left !important;
  white-space: nowrap;
  width: 1%;
}
.sm-go-live-no-actions-container {
  padding-bottom: 60px;
}
.sm-go-live-no-actions-container .sm-go-live-double-check-big {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 5%;
}
.sm-go-live-no-actions-container .sm-go-live-no-action-text {
  text-align: center;
  color: black;
}
.gld-validation-title {
  width: 193px;
  height: 21px;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
}
.gld-validation-subtitle {
  height: 16px;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4c4c4c;
}
.gdl-links {
  color: #00a1b1;
  width: 84px;
  height: 17px;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: right;
  cursor: pointer;
}
.gld-status-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  object-fit: contain;
}
.gld-status-icon-completed {
  width: 24px;
  height: 24px;
  font-size: 24px;
  object-fit: contain;
  color: #75BD07;
}
.gld-status-icon-warning {
  width: 24px;
  height: 24px;
  font-size: 24px;
  object-fit: contain;
  color: #F6A623;
}
.gld-status-icon-sm {
  font-size: 20px;
}
.gld-icon-container {
  line-height: 0.5;
}
/* Lottery readiness customizations */
.gld-status-icon-success {
  width: 24px;
  height: 24px;
  font-size: 24px;
  object-fit: contain;
  color: #75BD07;
}
.gld-status-icon-error {
  width: 24px;
  height: 24px;
  font-size: 24px;
  object-fit: contain;
  color: #FF5900;
}
.gld-ltr-middle {
  width: 60%;
  float: left;
}
.gld-ltr-right {
  width: 35%;
  float: left;
  text-align: right;
}
.gld-ltr-validation-container {
  padding-top: 10px;
  padding-bottom: 0px;
}
.gld-ltr-school-name {
  font-size: 16px;
}
.gld-ltr-school-validation-container {
  padding-bottom: 10px;
}
.gld-ltr-email-support-btn {
  background-color: #689F38 !important;
}
.gld-ltr-validation-title {
  width: 193px;
  height: 21px;
  font-family: HelveticaNeue;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
}
.gdl-ltr-link {
  font-size: 16px;
}
.gld-ltr-errors-help {
  color: #FF5900;
  padding-bottom: 15px;
}
.gld-ltr-grades-validation-container {
  padding-left: 20px;
}
.gld-ltr-grade-container strong {
  color: #000000;
}
.gld-ltr-grade-validations-results {
  padding-top: 10px;
}
.gld-ltr-validator-container {
  color: #000000;
}
.gld-ltr-no-grade-errors {
  color: black;
  text-align: center;
  padding-bottom: 10px;
}
.gld-ltr-loading-message {
  padding: 10px;
  max-width: 170px;
  color: #000000;
}
/* Loading Page Customizations */
.custom-go-live-dashboard-loading-page {
  position: relative;
  margin-top: 5%;
}
.sm-go-live-table-grade-header {
  min-width: 60px;
}
.go-live-table {
  position: relative;
}
.go-live-table .go-live-scroll-right {
  background-image: url(../assets/img/ic_arrow_right.png);
  right: 5px;
}
.go-live-table .go-live-scroll-left {
  background-image: url(../assets/img/ic_arrow_left.png);
  left: 5px;
  display: none;
}
.go-live-table .go-live-top-scroll {
  position: absolute;
  height: 24px;
  width: 24px;
  cursor: pointer;
  z-index: 10;
  top: 59px;
}
.manage-offer-expirations-container-flow {
  text-align: center;
}
.manage-offer-expirations-container {
  width: 100%;
  text-align: center;
}
.manage-offer-expirations-description-container {
  width: 50%;
  margin-left: 25%;
  margin-top: 2%;
}
.manage-offer-expirations-description {
  color: #97a1a3;
  line-height: 1.71;
  font-size: 14px;
}
.manage-offer-expirations-content {
  text-align: center;
  width: 42%;
  margin-left: 29%;
  margin-top: 2%;
}
/* Inputs ---------------- */
.manage-offer-expirations-inputs-container {
  width: 100%;
  text-align: center;
  border: solid 1px #dedede;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 7%;
  color: #000000;
  font-size: 13px;
}
.manage-offer-expirations-input-div {
  width: 100%;
  text-align: center;
}
/*.manage-offer-expirations-input {
  width: 86%;
  margin-left: 7%;
}*/
/* Tooltips */
.manage-offer-expirations-tooltips-container {
  color: #999999;
  font-size: 16px;
}
.manage-offer-expirations-tooltips {
  width: 450px;
}
/* Buttons ---------------- */
@media only screen and (max-width: 620px) {
  .manage-offer-expirations-buttons-container.centered {
    text-align: center;
  }
}
.manage-offer-expirations-buttons-container {
  text-align: end;
  width: 100%;
  margin-top: 3%;
  padding-right: 0%;
  padding-left: 0%;
}
button.btn-offer-expiration {
  height: 34px;
  padding: 0px 30px 0px 30px;
}
#make-offers-modal .alert {
  padding: 11px 15px 11px 55px;
  margin-top: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
/* Parent Alert */
.parent-info-alert-text {
  text-align: start;
}
.parent-alert {
  margin-bottom: 5px;
}
.sso-section {
  margin-top: 15px;
  margin-bottom: 15px;
}
.sm-btn-link {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 2px;
  padding: 10px 15px;
  cursor: pointer;
  color: #71828D;
  background: none;
  border: none;
  font-weight: bold;
}
.sm-btn-link:hover {
  text-decoration: underline;
}
.btn.pull-right,
.sm-btn-link.pull-right {
  margin-left: 5px;
}
.sm-btn-white {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 2px;
  padding: 10px 15px;
  cursor: pointer;
  color: #71828D;
  background: #FFFFFF;
  border: solid 1px #dedede;
  border-radius: 4px;
}
.sm-toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align: text-bottom;
}
.sm-toggle-switch.small {
  width: 33px;
}
.sm-toggle-switch.small .sm-toggle-switch-inner {
  height: 16px;
}
.sm-toggle-switch.small .sm-toggle-switch-track {
  width: 12px;
  margin: 2px 4px;
  right: 14px;
}
.sm-toggle-switch.right {
  margin-left: 5px;
}
.sm-toggle-switch input[type="checkbox"]:checked + label:before {
  background: none;
}
.sm-toggle-switch input[type="checkbox"] + label:before {
  -moz-user-select: none;
  background: none ;
  border: none;
  content: "";
  display: block;
  height: auto;
  margin-right: 0;
  position: inherit;
  width: auto;
}
.sm-toggle-switch-checkbox,
.sm-toggle-switch input[type="checkbox"] {
  display: none;
}
.sm-toggle-switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  margin: 0;
}
.sm-toggle-switch-inner {
  width: 200%;
  height: 30px;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
  background-color: #dddddd;
}
.sm-toggle-switch-inner:before,
.sm-toggle-switch-inner:after {
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sm-toggle-switch-track {
  width: 20px;
  margin: 5.5px;
  background: #f1f1f1;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.sm-toggle-switch-checkbox:checked + .sm-toggle-switch-label .sm-toggle-switch-inner {
  margin-left: 0;
  background-color: #009bb1;
}
.sm-toggle-switch-checkbox:checked + .sm-toggle-switch-label .sm-toggle-switch-track {
  right: 0;
  background-color: #00738c;
}
.steps-header-component {
  margin: 15px 0;
  text-align: center;
}
.steps-header-component .step-list-inline {
  list-style: none;
  display: inline-flex;
}
.steps-header-component .step-list-inline .step-container {
  height: 100px;
  width: 100px;
  padding: 0 5px;
  margin-right: 20px;
}
.steps-header-component .step-list-inline .step-container .step-circle {
  position: relative;
  height: 33px;
  width: 33px;
  background-color: #c4c4c4;
  border-radius: 50%;
  margin: 0 0 15px 29px;
  color: #ffffff;
}
.steps-header-component .step-list-inline .step-container .step-circle .step-number {
  position: absolute;
  top: 8px;
  left: 12px;
  height: 33px;
  font-size: 14px;
  font-weight: bold;
}
.steps-header-component .step-list-inline .step-container .step-circle .step-check {
  top: 7px;
  font-size: 16px;
  color: #ffffff;
  display: none;
}
.steps-header-component .step-list-inline .step-container.current .step-circle {
  background-color: #19A1B0;
}
.steps-header-component .step-list-inline .step-container.ready .step-circle .step-number {
  display: none;
}
.steps-header-component .step-list-inline .step-container.ready .step-circle .step-check {
  display: block;
}
.steps-header-component .additional-note {
  text-align: right;
  margin-right: 10%;
}
.sm-progress-bar {
  height: 40px;
  border-radius: 20px;
}
.sm-progress-bar .progress-bar {
  background-color: #009bb1;
  border-radius: 20px;
  padding: 10px 0;
}
.alert.sm-alert-danger,
.alert.sm-alert-info {
  padding: 11px 15px 11px 55px;
  margin-top: 8px;
  position: relative;
  display: flex;
  align-items: center;
}
.alert.sm-alert-danger {
  background-color: #c60c30;
}
.alert.sm-alert-danger .material-icons.warning-icon {
  color: #ffffff;
  height: fit-content;
  position: absolute;
  left: 14px;
}
.alert.sm-alert-info {
  color: #8A6D3B;
  background-color: #ffeeb8;
}
.alert.sm-alert-info .material-icons.info-icon {
  color: #4A4A4A;
  height: fit-content;
  position: absolute;
  left: 14px;
}
.grid-table.application-row {
  background-color: #002244;
}
.school-row div {
  background-color: #002244;
}
.school-row div .btn.btn-success,
.school-row div .btn.btn-success:focus,
.school-row div .btn.btn-success:active,
.school-row div .btn.btn-success.active,
.school-row div .btn.btn-success:hover {
  border-color: #FFFFFF;
}
.btn.btn-success {
  color: #FFFFFF;
  background-color: #002244;
  border-color: #002244;
}
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-success:hover {
  color: #FFFFFF;
  background-color: #003b77;
  border-color: #003b77;
}
.btn.btn-primary {
  background-color: #009bb1 !important;
  border-color: #009bb1 !important;
  color: #FFFFFF !important;
}
.btn.btn-primary:hover {
  color: #FFFFFF;
  background-color: #00c8e4;
  border-color: #00c8e4;
}
.btn.btn-primary:focus,
.btn.btn-primary:active {
  color: #FFFFFF;
  background-color: #001518;
  border-color: #001518;
}
.btn.btn-danger:hover {
  color: #FFFFFF;
  background-color: #de0d36;
  border-color: #de0d36;
}
.btn.action-parent-dashboard-accept-application,
.btn.action-parent-dashboard-register-application,
.btn.action-parent-dashboard-registration-in-progress {
  background-color: #002244 !important;
}
.btn.action-parent-dashboard-cancel-application,
.btn.action-parent-dashboard-withdraw-application {
  background-color: #c60c30 !important;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #FFFFFF;
  background-color: #003b77;
}
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
}
.dropdown-menu > .active > a:hover label,
.dropdown-menu > li > a:hover label,
.dropdown-menu > .active > a:focus label {
  color: #ffffff;
}
.btn-parent-dashboard {
  background-color: #002244;
}
.panel.panel-cards .panel-heading,
.panel.panel-sm-form .panel-heading {
  background-color: #f7f7f7;
}
