﻿/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: always;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  color: #fff;
  text-shadow: none;
}
::selection {
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _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;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small,
.small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  display: none;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* 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;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/* to get rid of the anoying definition not found errors in the other less files */
blink {
  color: #FFF;
}
body {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #323f48;
  font-size: 16px;
  background-color: #f1f1f3;
}
.CodeMirror-scroll {
  min-width: 800px;
}
button {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
h1 {
  font-size: 2.25em;
  color: #323f48;
  text-transform: uppercase;
  font-weight: bold;
}
h2 {
  font-size: 1.5em;
  color: #323f48;
  text-transform: uppercase;
  font-weight: bold;
}
::selection {
  background-color: #000;
}
::-moz-selection {
  background-color: #000;
}
a:hover {
  text-decoration: none;
}
#menuToggler {
  display: none;
}
#sidebar {
  color: #fff;
}
#sidebar a {
  color: #fff;
}
#sidebar #menu ul li {
  cursor: pointer;
}
#sidebar #menu ul li a {
  text-decoration: none;
}
.description {
  font-weight: normal;
  font-size: 0.8em;
  display: block;
}
#content .back {
  margin-top: -2em;
  display: block;
}
.em40,
.em50,
.em60,
.em70,
.em80,
.em90,
.em100 {
  display: none;
}
.inline {
  padding-left: 0.4em;
}
.withcomment:after {
  content: url('/images/comment.png');
  margin-left: 1em;
}
.bold {
  font-weight: bold;
}
.addButton {
  float: right !important;
  margin: 0 !important;
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
/************ Tables ****************/
#content table {
  width: 100%;
}
#content table thead {
  background-color: #323f48;
  color: #FFF;
}
#content table thead .sort_desc a:after {
  content: "icon";
  width: 1.5em;
  height: 1.2em;
  text-indent: -999em;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB6SURBVDhPYxgFDIxQmuH///82QIoFwiMMGBkZD0CZEPDv378QIP4NNIggAKorgGpDBUCJFKgafKABqhw7AJkOVYgBgHL9UGX4AUghVA8cAMVWQ6WJA0ANs6F6QZo3AymiAxgMQBpAtgLxYSCbBypMGgAZQrbmEQMYGAC8prTweHzXqAAAAABJRU5ErkJggg==') /*/content/images/sort_desc.png*/ no-repeat center right;
}
#content table thead .sort_asc a:after {
  content: "icon";
  width: 1.5em;
  height: 1.2em;
  text-indent: -999em;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB8SURBVDhPYxgFhMH///9ZoEzSwb9///qBeDVZhgA1NQAxGAANmQ0VJg4ANRRA9cIByDVQafwAqDAEqgcDgAyGKsMOgAp8gPg3VD1WAJRPgSpHBUA5G6DkZ4gy3ABkARCHQLUxMEJpkO0mjIyMPFAuIfAHqPYIlD3CAQMDAOfnq4WPOrK7AAAAAElFTkSuQmCC') /*/content/images/sort_asc.png*/ no-repeat center right;
}
#content table thead th {
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0.875em;
}
#content table thead th a {
  color: #FFF;
}
#content table tbody,
#content table tfoot {
  background-color: #FFF;
  border-bottom: 2px solid #323f48;
}
#content table tbody tr:nth-child(even),
#content table tfoot tr:nth-child(even) {
  background-color: #f1f1f3;
}
#content table tbody tr.error,
#content table tfoot tr.error {
  background-color: #fac2c4;
}
#content table tbody tr.error:nth-child(even),
#content table tfoot tr.error:nth-child(even) {
  background-color: #ebadaf;
}
#content table tbody tr.error a,
#content table tfoot tr.error a {
  color: #323f48;
}
#content table tbody tr.warning,
#content table tfoot tr.warning {
  background-color: #f8ecaa;
}
#content table tbody tr.warning:nth-child(even),
#content table tfoot tr.warning:nth-child(even) {
  background-color: #eedf8c;
}
#content table tbody tr.warning a,
#content table tfoot tr.warning a {
  color: #323f48;
}
#content table tbody tr.onhold,
#content table tfoot tr.onhold {
  background-color: #eacd87;
}
#content table tbody tr.onhold:nth-child(even),
#content table tfoot tr.onhold:nth-child(even) {
  background-color: #e1c173;
}
#content table tbody tr.onhold a,
#content table tfoot tr.onhold a {
  color: #323f48;
}
#content table tbody tr.succes,
#content table tfoot tr.succes {
  background-color: #ceed97;
}
#content table tbody tr.succes:nth-child(even),
#content table tfoot tr.succes:nth-child(even) {
  background-color: #b1d96b;
}
#content table tbody tr.succes a,
#content table tfoot tr.succes a {
  color: #323f48;
}
#content table tbody tr.bold,
#content table tfoot tr.bold {
  font-weight: bold;
}
#content table tbody tr td,
#content table tfoot tr td {
  font-size: 0.875em;
  padding: 0.5em 1em;
}
#content table tbody tr td.disabled,
#content table tfoot tr td.disabled {
  opacity: 0.5;
}
#content table tbody tr th,
#content table tfoot tr th {
  background-color: #dddddd;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0.875em;
}
#content table tbody tr th a,
#content table tfoot tr th a {
  color: #000;
}
#content table tbody tr.disabled td,
#content table tfoot tr.disabled td {
  opacity: 0.5;
}
#content table tbody tr.disabled td.actioncolumn,
#content table tfoot tr.disabled td.actioncolumn {
  opacity: 1;
}
#content table .actioncolumn {
  float: right;
}
#content table tfoot {
  text-transform: capitalize;
  font-weight: bold;
}
.gridicons img {
  margin: 0 0.125em;
}
.gridicons img:first-child {
  margin-left: 0;
}
nav.pager {
  float: right;
  margin-top: 0.25em;
}
nav.pager .pageInfo {
  float: left;
  margin-right: 0.5em;
}
nav.pager .pageButtons {
  float: left;
  height: 1.5em;
}
nav.pager .pageButton {
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
  background-color: #313a41;
}
nav.pager .pageButton.backpage {
  background-image: url('/images/pager-previous.png');
}
nav.pager .pageButton.nextpage {
  background-image: url('/images/pager-next.png');
}
nav.pager .pageButton:hover {
  background-color: #000;
}
nav.pager .pageButton.disabled {
  cursor: default;
  background-color: #dddde1 !important;
}
.chosen-container.actiondropdown,
.chosen-container.labeldropdown {
  width: 10em !important;
}
.chosen-container.actiondropdown abbr,
.chosen-container.labeldropdown abbr {
  display: none !important;
}
.chosen-container.actiondropdown .chosen-results img,
.chosen-container.labeldropdown .chosen-results img {
  margin-right: 0.5em;
}
.chosen-container.actiondropdown.chosen-container-active .chosen-single,
.chosen-container.labeldropdown.chosen-container-active .chosen-single {
  background-color: #fff !important;
  color: #323f48 !important;
}
.chosen-container.actiondropdown .chosen-single div,
.chosen-container.labeldropdown .chosen-single div {
  width: 1.75em;
}
.chosen-container.actiondropdown .chosen-single div b,
.chosen-container.labeldropdown .chosen-single div b {
  background: url('/images/arrow-down.png') no-repeat 0 0.6em;
}
.chosen-container.adddropdown {
  width: 10em !important;
}
.chosen-container.adddropdown abbr {
  display: none !important;
}
.chosen-container.adddropdown .chosen-results img {
  margin-right: 0.5em;
}
.chosen-container.adddropdown.chosen-container-active .chosen-single {
  background-color: #fff !important;
  color: #323f48 !important;
}
.chosen-container.adddropdown .chosen-single div {
  width: 1.75em;
}
.chosen-container.adddropdown .chosen-single div b {
  background: url('/images/arrow-down.png') no-repeat 0 0.6em;
}
.chosen-container.labeldropdown {
  width: 15em !important;
}
.ui-datepicker {
  font-size: 0.9em !important;
}
.ui-helper-hidden-accessible {
  position: absolute;
  left: -999em;
}
.notactive {
  opacity: 0.4;
}
.grid span.label {
  padding: 0 0.5em;
  margin: 0 0.4em 0 0;
}
span.label {
  padding: 0.125em 0.325em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}
span.label a {
  text-decoration: none;
}
.labeldropdowncontainer {
  display: inline-block;
  margin-right: 3em;
}
.labeldetail {
  margin-bottom: 2em;
  display: inline-block;
}
.labeldetail .label {
  margin-right: 0.75em;
}
.modulesGrid th {
  padding: 0.4em !important;
}
/********** Form stuff **************/
/* honeypot spam protection css class */
.input-imp-long {
  display: none;
}
legend {
  font-weight: bold;
  vertical-align: central;
}
.editor-label {
  margin-bottom: 0.5em;
}
.editor-label.nowidth {
  width: auto !important;
}
.editor-field {
  margin-bottom: 1em;
  margin-top: 0.4em;
}
.label-required {
  font-weight: bold;
}
input[type="checkbox"] {
  margin-right: 0.75em;
}
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  width: 14.225em;
  border: 0;
  padding: 0.35em 0.7em;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
select:hover,
textarea:hover {
  outline: 1px solid #b6bfc5;
}
input[type="text"]:active,
input[type="password"]:active,
input[type="email"]:active,
select:active,
textarea:active,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0.1875em #323f48;
  -moz-box-shadow: 0 0 0.1875em #323f48;
  box-shadow: 0 0 0.1875em #323f48;
  outline: none;
}
input[type="text"].articleautocomplete,
input[type="password"].articleautocomplete,
input[type="email"].articleautocomplete,
select.articleautocomplete,
textarea.articleautocomplete {
  width: 30em;
}
body select {
  width: 15.625em;
}
input[type="text"].datepicker,
input[type="text"].monthPicker,
input[type="text"].datepickerfrom,
input[type="text"].datepickerto {
  width: 11em;
  background: #FFF url('/images/date.png') 93% center no-repeat;
  padding-right: 1em;
}
textarea.commentBox {
  width: 95%;
  height: 5em;
}
span.datelabel {
  display: inline-block;
  width: 2.6em;
}
.buttons {
  margin: 1em 1em 0 0;
  min-height: 3.33em;
}
.buttons button,
.buttons a {
  background-color: #f48c00;
  border: 0;
  color: #FFF !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25em;
  padding: 0.5em 2em 0.5em 0.5em;
  line-height: 1.66;
  display: block;
  float: left;
  margin: 0 1em 1em 0;
}
.buttons button img,
.buttons a img {
  height: 1.6em;
  width: 1.6em;
  padding: 0;
  margin: 0 0.75em -0.25em 0 !important;
  float: left;
}
.buttons button:hover,
.buttons a:hover {
  outline: 1px solid #323f48;
}
.iconbuttons {
  margin: 1em 1em 0 0;
  min-height: 2em;
  clear: both;
}
.iconbuttons button,
.iconbuttons a {
  background-color: #f48c00;
  border: 0;
  color: #FFF !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25em;
  padding: 0.1em 0.5em;
  line-height: 1.66;
  display: block;
  float: left;
  margin: 0 0.1em 1em 0;
}
.iconbuttons button img,
.iconbuttons a img,
.iconbuttons button svg,
.iconbuttons a svg {
  height: 1.6em;
  width: 1.6em;
  padding: 0;
  margin: 0 !important;
  float: left;
}
.iconbuttons button:hover,
.iconbuttons a:hover {
  outline: 1px solid #323f48;
}
.filter-white {
  filter: invert(97%) sepia(2%) saturate(560%) hue-rotate(275deg) brightness(115%) contrast(100%);
}
.text.current {
  font-weight: bold;
}
/****************text***********************/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
/***************pagination**********************/
/*.pagination {
    list-style: none
}

.pagination ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: left;
}*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-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 {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-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: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-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;
}
/************** quiksearch ******************/
.search {
  margin-bottom: 1.5em;
}
.quicksearch-form {
  float: left;
  width: 18em;
}
.quicksearch-form .textbox {
  width: 13.125em;
  padding: 0.7em 0.7em;
  float: left;
  color: #CCC;
}
.quicksearch-form .textbox:focus {
  color: #323f48;
}
.quicksearch-form .submit-button {
  float: left;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
}
.quicksearch-form .submit-button .search-button {
  width: 2.5em;
  height: 2.5em;
  border: 0;
  background-image: url('/images/search_search.png');
}
.quicksearch-form .submit-button .search-button:hover {
  outline: 1px solid #b6bfc5;
}
.quicksearch-form .submit-button .search-button:active,
.quicksearch-form .submit-button .search-button:focus {
  -webkit-box-shadow: 0 0 0.1875em #323f48;
  -moz-box-shadow: 0 0 0.1875em #323f48;
  box-shadow: 0 0 0.1875em #323f48;
  outline: none;
}
.extendedsearch-section {
  float: left;
  height: 2.5em;
  width: 10em;
}
.extendedsearch-section a {
  margin-top: 1.3em;
  display: inline-block;
  width: 10em;
}
/*************** extended search ***********/
.advancedSearch {
  margin-bottom: 2.5em;
}
/************** messages ******************/
#content .message {
  color: #FFF;
  padding: 0.625em;
  margin: 2em 0;
}
#content .message a {
  color: #EEE;
  text-decoration: underline;
}
#content .message a:hover {
  color: #DDD;
  text-decoration: none;
}
#content .message.inline {
  margin: 0.5em 0 0 0;
  padding: 0.15em 0.75em;
  display: inline-block;
  -ms-word-break: break-all;
  word-break: break-all;
}
#content .message.message-error {
  background-color: #E41F25;
}
#content .message.message-warning {
  background-color: #D8B801;
}
#content .message.message-success {
  background-color: #70A610;
}
#content .message.message-info {
  background-color: #00ACDE;
}
.validation-summary-errors {
  color: #FFF;
  background-color: #E41F25;
  padding: 0.625em;
  margin: 2em 2em 2em 0;
}
.validation-summary-errors ul {
  margin: 0;
}
.field-validation-error {
  color: #E41F25;
  font-weight: bold;
  display: block;
  width: 14.225em;
}
.field-validation-valid {
  display: none;
}
input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
input[type="email"].input-validation-error {
  border: 1px solid #E41F25;
}
/*************** Messages *****************/
.messageView .messageContainer {
  margin-bottom: 1.5em;
}
.messageView .messageContainer .attachments {
  display: inline-block;
  width: 1.5em;
  min-height: 6em;
}
.messageView .messageContainer .attachments img {
  width: 1.5em;
  height: 1.5em;
}
.messageView .messageContainer .messageContent {
  color: #FFF;
  padding: 0.5em;
  display: block;
  overflow: hidden;
}
.messageView .messageContainer .messageContent p {
  margin: 0.25em 0 0.5em 0;
  font-size: 0.875em;
}
.messageView .messageContainer .messageContent .postedAt,
.messageView .messageContainer .messageContent .seenBy {
  color: #dadadf;
  font-size: 0.875em;
}
.messageView .messageContainer .userData {
  min-height: 4em;
  display: inline-block;
}
.messageView .messageContainer .userData .userImage {
  width: 3em;
  float: left;
}
.messageView .messageContainer .userData .userImage img {
  width: 3em;
  height: 3em;
  border-radius: 1.5em;
}
.messageView .messageContainer .userData .name {
  text-align: center;
}
.messageView .messageContainer .userData .name .lastName {
  display: none;
}
.messageView .messageContainer .userData .title {
  display: none;
}
.messageView .company .attachments {
  float: left;
  margin-right: 0.25em;
}
.messageView .company .attachments img {
  background-color: #4694c2;
}
.messageView .company .messageContent {
  background-color: #4694c2;
}
.messageView .company .userData {
  float: right;
  padding-left: 0.85em;
  background: url('/images/messagepop-company.png') no-repeat;
}
.messageView .admin .attachments {
  float: right;
  margin-left: 0.25em;
}
.messageView .admin .attachments img {
  background-color: #f16767;
}
.messageView .admin .messageContent {
  background-color: #f16767;
}
.messageView .admin .userData {
  float: left;
  padding-right: 1.5em;
  background: url('/images/messagepop-federation.png') no-repeat top right;
}
.ui-menu {
  background-color: white;
  margin-top: 200px;
}
ul.ui-autocomplete {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 25em;
  font-size: 1em;
  overflow: auto;
  height: 18em;
}
ul.ui-autocomplete li a {
  display: block;
  padding: 0.1em 0.25em;
}
ul.ui-autocomplete li:nth-child(even) {
  background-color: #F3F3F3;
}
/****************** fineuploader ************/
/* fineuploader*/
.qq-uploader {
  position: relative;
  width: 100%;
  margin-top: 0.5em;
  width: 19em;
}
.qq-upload-button {
  color: #FFF;
  padding: 0.75em 0.625em 0.625em 5em;
  background-image: url('/images/upload.png');
  background-repeat: no-repeat;
  background-position: 1em 0.5em;
  background-color: #ff931f;
  line-height: 1.25em;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.qq-upload-button-hover {
  outline: 1px #000 solid;
  background-color: #e66d1c;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.qq-upload-button .title {
  font-weight: bold;
}
.qq-upload-button .desc {
  font-size: 0.75em;
}
.qq-upload-button input {
  height: 4em;
}
.qq-upload-drop-area,
.qq-upload-extra-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 4em;
  z-index: 2;
  background: #E5E5E5;
  text-align: center;
  outline: 1px dashed #e2e2e2;
}
.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.5em;
  font-size: 1em;
}
.qq-upload-extra-drop-area {
  position: relative;
  margin-top: 4em;
  font-size: 1em;
  padding-top: 2em;
  height: 1.25em;
  min-height: 2.5em;
}
.qq-upload-drop-area-active {
  background: #70A610;
  color: #FFF;
}
.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em;
}
.qq-upload-list li {
  margin: 0;
  padding: 9px !important;
  line-height: 1.25em;
  font-size: 0.75em;
  background-color: #E5E5E5;
  outline: 1px solid #e5e5e5;
}
.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-failed-text,
.qq-upload-finished,
.qq-upload-delete {
  margin-right: 1.25em;
}
.qq-upload-file {
  font-size: 0.75em;
}
.qq-upload-spinner {
  display: inline-block;
  background: url("../../loading.gif");
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
}
.qq-drop-processing {
  display: none;
}
.qq-drop-processing-spinner {
  display: inline-block;
  background: url("/images/throbber.gif");
  width: 2em;
  height: 2em;
  vertical-align: text-bottom;
}
.qq-upload-finished {
  display: none;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
}
.qq-upload-retry,
.qq-upload-delete {
  display: none;
  color: #605860;
}
.qq-upload-cancel,
.qq-upload-delete {
  background: url('/images/close-grey.png') 0 0 no-repeat;
  float: right;
  height: 1em;
  text-indent: -9999px;
  width: 1em;
  margin-right: 0;
}
.qq-upload-retryable .qq-upload-retry {
  display: inline;
}
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-delete {
  font-size: 0.75em;
  font-weight: normal;
}
.qq-upload-failed-text {
  display: none;
  font-style: italic;
  font-weight: bold;
}
.qq-upload-status-text {
  font-weight: bold;
  display: block;
  margin-top: 0.5em;
}
.qq-upload-failed-icon {
  display: none;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}
.qq-upload-retrying .qq-upload-failed-text {
  display: inline;
  color: #E41F25;
}
.qq-upload-list li.qq-upload-success {
  background-color: #70A610;
  color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
  background-color: #E41F25;
  color: #FFFFFF;
}
.qq-progress-bar {
  background-color: #605860;
  height: 0.24em;
  margin-bottom: 0.5em;
  display: none;
}
.qq-upload-list li.qq-upload-success .qq-progress-bar,
.qq-upload-list li.qq-upload-fail .qq-progress-bar {
  background-color: #FFF;
}
.qq-upload-list li.qq-upload-success .qq-upload-cancel,
.qq-upload-list li.qq-upload-success .qq-upload-delete,
.qq-upload-list li.qq-upload-fail .qq-upload-cancel,
.qq-upload-list li.qq-upload-fail .qq-upload-delete {
  background: url('/images/close.png') 0 0 no-repeat;
}
#FineUploadField {
  width: 30em;
  padding-top: 0.25em !important;
}
/******************* cropping **********************/
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("/images/Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
.developmentTools {
  margin-top: 3em;
  border: 2px solid red;
}
.developmentTools h3 {
  background-color: red;
  color: white;
}
.developmentTools div {
  padding: 0.5em;
}
#CountryListGrid {
  margin-top: 20px;
}
.data .clearfix {
  border-bottom: #323f48 dashed 1px;
}
.data .clearfix .editor-label {
  margin-top: 0.5em;
}
.data .clearfix .editor-field {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.data .clearfix .editor-field .view-field {
  margin-top: 0.5em;
  display: inline-block;
}
/* drag & drop */
.responsive-column .sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 5em;
}
.responsive-column .sortable li {
  margin: 10px 3em 5px 0;
  padding: 10px;
  cursor: move;
}
.responsive-column .sortable li a {
  cursor: pointer;
  text-decoration: underline;
}
.responsive-column .sortable li a:hover {
  text-decoration: none;
}
.sortable .ui-state-highlight {
  height: 20px;
}
/* color picker */
/************************ Color picker *****************/
.colorpicker {
  width: 356px;
  height: 176px;
  overflow: hidden;
  position: absolute;
  background: url(/images/colorpicker/colorpicker_background.png);
  font-family: Arial, Verdana, sans-serif;
  display: none;
}
.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: Arial, Verdana, sans-serif;
  color: #898989;
  top: 4px;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 11px;
}
.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 13px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
}
.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(/images/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(/images/colorpicker/colorpicker_select.gif);
  margin: -5px 0 0 -5px;
}
.colorpicker_hue {
  position: absolute;
  top: 13px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}
.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(/images/colorpicker/colorpicker_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px;
}
.colorpicker_new_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 213px;
  top: 13px;
  background: #f00;
}
.colorpicker_current_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 283px;
  top: 13px;
  background: #f00;
}
.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  background: url(/images/colorpicker/colorpicker_hex.png) top;
  left: 212px;
  top: 142px;
}
.colorpicker_hex input {
  right: 6px;
}
.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}
.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}
.colorpicker_rgb_r {
  background-image: url(/images/colorpickercolorpicker_rgb_r.png);
  top: 52px;
  left: 212px;
}
.colorpicker_rgb_g {
  background-image: url(/images/colorpicker/colorpicker_rgb_g.png);
  top: 82px;
  left: 212px;
}
.colorpicker_rgb_b {
  background-image: url(/images/colorpicker/colorpicker_rgb_b.png);
  top: 112px;
  left: 212px;
}
.colorpicker_hsb_h {
  background-image: url(/images/colorpicker/colorpicker_hsb_h.png);
  top: 52px;
  left: 282px;
}
.colorpicker_hsb_s {
  background-image: url(/images/colorpicker/colorpicker_hsb_s.png);
  top: 82px;
  left: 282px;
}
.colorpicker_hsb_b {
  background-image: url(/images/colorpicker/colorpicker_hsb_b.png);
  top: 112px;
  left: 282px;
}
.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(/images/colorpicker/colorpicker_submit.png) top;
  left: 322px;
  top: 142px;
  overflow: hidden;
}
.colorpicker_focus {
  background-position: center;
}
.colorpicker_hex.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}
.colorpicker_slider {
  background-position: bottom;
}
#colorSelector {
  width: 4em;
  display: block;
}
#colorSelector div {
  background: url("/images/colorpicker/select2.png") repeat scroll center center transparent;
  height: 1.75em;
  width: 1.75em;
  -moz-border-radius: 0.25em 0.25em 0.25em 0.25em;
  border-radius: 0.25em 0.25em 0.25em 0.25em;
}
.PromotionImageDeleteButton {
  background-color: #f44336;
  color: white;
  padding: 12px 16px 12px 16px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
}
ul.ui-autocomplete {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
li.autocomplete-category,
li.autocomplete-supplier,
li.autocomplete-article {
  padding: 10px;
}
li.autocomplete-category a,
li.autocomplete-supplier a,
li.autocomplete-article a {
  display: flex !important;
  align-items: center;
  color: #323f48 !important;
}
li.autocomplete-category:hover,
li.autocomplete-supplier:hover,
li.autocomplete-article:hover,
li.autocomplete-category:focus,
li.autocomplete-supplier:focus,
li.autocomplete-article:focus {
  background-color: #dddddd !important;
}
li.autocomplete-article .image {
  display: flex;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 10px;
}
li.autocomplete-article img {
  max-width: 100px;
  max-height: 100px;
}
#selectedArticles img {
  max-width: 100px;
  max-height: 100px;
}
#selectedArticles img.action {
  cursor: pointer;
}
.progressbar-container {
  width: 300px;
}
.progressbar {
  counter-reset: step;
  padding-left: 0;
}
.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}
.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: green;
}
.progressbar li.active:before {
  border-color: #55b776;
}
.progressbar li.active + li:after {
  background-color: #55b776;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.cursor-pointer {
  cursor: pointer;
}
.required:after {
  content: " *";
  color: red;
}
/**************** chosen  *****************/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.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;
  -webkit-box-shadow: "0 0 .1875em rgba(0, 0, 0, 0.15)";
  -moz-box-shadow: "0 0 .1875em rgba(0, 0, 0, 0.15)";
  box-shadow: "0 0 .1875em rgba(0, 0, 0, 0.15)";
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.35em 0.7em;
  background-color: #fff;
  color: #323f48;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-single:hover {
  outline: 1px solid #b6bfc5;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 1.625em;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 0.75em;
  right: 1.625em;
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: url('/images/chosen-sprite.png') -2.625em 1px no-repeat;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -2.625em -0.625em;
}
.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('/images/chosen-sprite.png') no-repeat 0 0.5em;
}
.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: 0.1em 0;
  padding: 0.25em 1.25em 0.25em 0.25em;
  width: 100%;
  height: auto;
}
.chosen-container-single .chosen-default {
  color: #323f48;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 2.375em;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-with-drop:hover {
  outline: 0;
}
.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 {
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}
.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;
  background-color: #e4e4e4;
  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('../../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;
  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;
}
.chosen-container-active .chosen-single {
  -webkit-box-shadow: 0 0 0.1875em #323f48;
  -moz-box-shadow: 0 0 0.1875em #323f48;
  box-shadow: 0 0 0.1875em #323f48;
  outline: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #aaa;
}
.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 0.5em;
}
.chosen-container-active .chosen-choices {
  -webkit-box-shadow: 0 0 0.1875em #323f48;
  -moz-box-shadow: 0 0 0.1875em #323f48;
  box-shadow: 0 0 0.1875em #323f48;
  outline: none;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/********** Responsive stuff **************/
@media screen and (max-width: 39.99em) {
  #sidebar #menuHeader {
    height: 5em;
    width: 100%;
    position: relative;
  }
  #sidebar #menuHeader #logo a {
    position: absolute;
    background-image: url('/images/logo-small.png');
    background-repeat: no-repeat;
    height: 2.5em;
    width: 6.25em;
    margin-left: 0.25em;
  }
  #sidebar #menuHeader #languageSelector {
    position: absolute;
    right: 0;
    margin: 0.25em 0.5em 0 0;
    font-size: 0.75em;
  }
  #sidebar #menuHeader #loginStatus,
  #sidebar #menuHeader #notLoggedIn {
    position: absolute;
    margin-left: 0.5em;
    top: 3em;
  }
  #sidebar #menuHeader #loginStatus a,
  #sidebar #menuHeader #notLoggedIn a {
    color: #fff;
  }
  #sidebar #menuHeader #menuToggler {
    display: block;
    position: absolute;
    margin: 0.5em 0.5em 0 0;
    top: 1em;
    right: 0;
    width: 3em;
    height: 3em;
    cursor: pointer;
  }
  #sidebar #menuHeader #currentUser {
    float: left;
    margin-right: 0.25em;
  }
  #sidebar #menuHeader #role {
    display: none !important;
  }
  #sidebar #menuHeader #logout {
    float: left;
  }
  #sidebar #menu {
    display: none;
    margin-bottom: 1em;
  }
  #sidebar #menu header {
    padding: 0.2em 0.5em;
    font-weight: bold;
  }
  #sidebar #menu ul {
    background-color: #323f48;
  }
  #sidebar #menu ul li {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
  #sidebar #menu ul li .image {
    margin: 0 0.5em;
  }
  #contentWrapper {
    margin: 0.25em 0.25em 0.25em 0.5em;
  }
  #loginImage {
    display: none;
  }
  .buttons button,
  .buttons a {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 59.99em) {
  h1 {
    font-size: 1.75em;
  }
  .chosen-container.actiondropdown,
  .chosen-container.adddropdown {
    width: 2.2em !important;
  }
  table .chosen-container.chosen-with-drop.actiondropdown .chosen-drop {
    width: 10em !important;
    left: -7.8em;
  }
  .step .img {
    display: none;
  }
  #content table tbody tr td {
    padding: 0.3em 0.6em;
  }
}
@media screen and (min-width: 40em) {
  body {
    display: table;
    width: 100%;
  }
  #sidebarWrapper {
    width: 15.625em;
    display: table-cell;
    vertical-align: top;
    background: url('/images/menu-background.png') -6.25em 0;
  }
  #contentBodyWrapper {
    float: left;
    display: table-cell;
    width: 100%;
  }
  #content {
    margin: 1.5em 2em 3em 1em;
    min-height: 52em;
  }
  #content .back {
    margin-top: -0.5em;
    margin-bottom: 1em;
    display: block;
  }
  #sidebar {
    width: 100%;
    background: url('/images/menu-background.png') -6.25em 0;
  }
  #sidebar #logo {
    background-color: #fff !important;
  }
  #sidebar #logo a {
    display: block;
    width: 14.375em;
    height: 6.25em;
    margin-right: 1.25em;
    background: url('/images/logo.png') no-repeat 1em center;
    background-color: #fff !important;
  }
  #sidebar #languageSelector {
    padding: 0.75em 0.75em 1em 1.5em;
  }
  #sidebar #loggedIn {
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin-right: 1.25em;
  }
  #sidebar #loggedIn #loginImage {
    margin: 0.5em 0.75em;
    width: 4em;
    float: left;
  }
  #sidebar #loggedIn #loginImage img {
    width: 4em;
    height: 4em;
    border-radius: 2em;
  }
  #sidebar #loggedIn #loginStatus {
    float: left;
    margin-top: 1em;
    margin-left: 1.5em;
    width: 8.5em;
    overflow: hidden;
  }
  #sidebar #loggedIn #loginStatus #currentUser {
    width: 25em;
  }
  #sidebar #loggedIn #loginStatus #role {
    color: #72777b;
  }
  #sidebar #loggedIn #loginStatus #logout {
    padding: 0.5em 0;
    display: block;
  }
  #sidebar #notLoggedIn {
    display: none;
  }
  #sidebar #menu {
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  }
  #sidebar #menu header {
    height: 1.625em;
    width: 10.125em;
    margin-bottom: 1.25em;
    text-transform: uppercase;
    padding: 0.75em 0.75em 0.75em 3.5em;
  }
  #sidebar #menu header span {
    font-size: 1.25em;
    font-weight: 600;
  }
  #sidebar #menu header a {
    text-decoration: none;
    -moz-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  #sidebar #menu header a:hover {
    padding-left: 0.5em;
    -moz-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  #sidebar #menu li {
    -moz-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
    height: 2em;
    padding: 0.55em 0 0.55em 1em;
    width: 13.375em;
    display: block;
    background: #3b4248;
  }
  #sidebar #menu li:hover {
    padding-left: 0.5em;
    -moz-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  #sidebar #menu li .image {
    width: 2em;
    height: 2em;
    margin-right: 1.5em;
    display: block;
    float: left;
  }
  #sidebar #menu li .text {
    display: block;
    float: left;
    height: 1.2em;
    padding: 0.4em 0;
    width: 9.75em;
    color: #72777b;
  }
  #sidebar #menu li .number {
    float: right;
    margin-right: 0.5em;
    font-size: 0.85em;
    padding: 0.1em 0.7em;
    border-radius: 0.6em;
    margin-top: 0.3em;
    font-weight: bold;
    margin-left: -3em;
  }
  #sidebar #menu li:nth-child(2n) {
    background: none;
  }
  #sidebar #menu li.active .text {
    color: #FFF;
    font-weight: bold;
  }
  #sidebar #menu section {
    margin-top: 1.5em;
  }
  #sidebar #menu section.active {
    position: relative;
  }
  #sidebar #menu section.active header:after {
    width: 1.25em;
    height: 4.375em;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  #top {
    background: #FFF;
    height: 6.25em;
  }
  #top #breadcrumb {
    padding: 1em 0 0.3em 0;
  }
  .messageView .messageContainer .userData .userImage {
    width: 4em;
  }
  .messageView .messageContainer .userData .userImage img {
    width: 4em;
    height: 4em;
    border-radius: 2em;
  }
  .messageView .company .userData {
    padding-left: 1.25em;
  }
  .messageView .admin .userData,
  .messageView .federation .userData {
    padding-right: 1.25em;
  }
  .em40 {
    display: table-cell;
  }
}
@media screen and (min-width: 50em) {
  .em50 {
    display: table-cell;
  }
}
@media screen and (min-width: 60em) {
  #content {
    margin-left: 2em;
  }
  #content .back {
    margin-left: -2em;
    display: block;
  }
  #sidebarWrapper {
    width: 18.75em;
    background-position: -3.125em 0;
  }
  #sidebar {
    background-position: -3.125em 0;
  }
  #sidebar #logo a {
    width: 17.5em;
  }
  #sidebar #menu header {
    width: 12.25em;
    padding-left: 4.5em;
  }
  #sidebar #menu header .number {
    float: right;
    margin-right: 1em;
    font-size: 0.85em;
    background-color: #E41F25;
    padding: 0.1em 0.7em;
    border-radius: 2em;
    margin-top: 0.3em;
    font-weight: bold;
  }
  #sidebar #menu li {
    width: 16.5em;
  }
  #sidebar #menu li .text {
    width: 12.75em;
  }
  #sidebar #loggedIn #loginStatus {
    width: 11.5em;
  }
  .editor-label {
    float: left;
    width: 17.5em;
    margin-top: 0.25em;
  }
  .editor-field {
    float: left;
    margin-bottom: 0.75em;
  }
  .messageView .messageContainer .attachments {
    width: 2em;
  }
  .messageView .messageContainer .attachments img {
    width: 2em;
    height: 2em;
  }
  .messageView .messageContainer .userData .name .lastName {
    display: inline;
  }
  .messageView .messageContainer .userData .title {
    display: block;
    color: #99a9b4;
  }
  .messageView .company .userInfo {
    float: left;
    padding-left: 0.75em;
  }
  .messageView .admin .userData .userImage,
  .messageView .federation .userData .userImage {
    float: right;
  }
  .messageView .admin .userData .userInfo,
  .messageView .federation .userData .userInfo {
    float: right;
    padding-right: 0.75em;
  }
  .messageView .admin .userData .userInfo .title,
  .messageView .federation .userData .userInfo .title {
    text-align: right;
  }
  .display-field {
    margin-top: 0.25em;
  }
  .wizardProgressBar {
    width: 100%;
  }
  .wizardProgressBar .step {
    float: left;
    width: 20%;
    text-align: center;
    background: url('/images/wizard-bar.png') repeat-x 0 3em;
  }
  .wizardProgressBar .step.green {
    background: url('/images/wizard-bar-green.png') repeat-x 0 3em;
  }
  .wizardProgressBar .step a {
    font-weight: normal;
    height: 9em;
    display: block;
    text-align: center;
    color: #323f48;
  }
  .wizardProgressBar .step a .text {
    color: #323f48;
  }
  .wizardProgressBar .step .img {
    height: 6em;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .wizardProgressBar .step .img img {
    margin-top: 1.5em;
  }
  .wizardProgressBar .step .green {
    background-image: url("/images/wizard-step-green.png");
  }
  .wizardProgressBar .step .grey {
    background-image: url("/images/wizard-step-grey.png");
  }
  .wizardProgressBar .step .text {
    height: 3em;
    color: #cbced0;
  }
  .em60 {
    display: table-cell;
  }
}
@media screen and (min-width: 70em) {
  .em70 {
    display: table-cell;
  }
}
@media screen and (min-width: 80em) {
  #sidebarWrapper {
    width: 21.875em;
    background-position: 0 0;
  }
  #sidebar {
    background-position: 0 0;
  }
  #sidebar #logo a {
    width: 20.625em;
  }
  #sidebar #menu header {
    width: 14.375em;
    padding-left: 5.5em;
  }
  #sidebar #menu li {
    width: 19.625em;
  }
  #sidebar #menu li .image {
    margin-left: 0.5em;
    margin-right: 2em;
  }
  #sidebar #menu li .text {
    width: 15.1em;
  }
  #sidebar #loggedIn #loginStatus {
    width: 14.5em;
  }
  .formGroup {
    float: left;
  }
  .formGroup:nth-of-type(1) {
    margin-right: 2em;
  }
  .clearfix .responsive-column {
    float: left;
    width: 48.5%;
  }
  .clearfix .responsive-column:nth-of-type(odd) {
    margin-right: 3%;
  }
  .editor-label {
    width: 9.875em;
    overflow: hidden;
  }
  .messageView .messageContainer .attachments {
    width: 2.5em;
  }
  .messageView .messageContainer .attachments img {
    width: 2.5em;
    height: 2.5em;
  }
  .messageView .company .attachments {
    margin-left: 6.5em;
  }
  .messageView .admin .attachments,
  .messageView .federation .attachments {
    margin-right: 6.5em;
  }
  .em80 {
    display: table-cell;
  }
  textarea.commentBox {
    width: 50%;
  }
}
.app-resources .editor-label {
  width: 5em;
}
@media screen and (min-width: 90em) {
  .editor-label {
    width: 15em;
    overflow: hidden;
  }
  .messageView .company .userData {
    margin-right: 10em;
  }
  .messageView .admin .userData,
  .messageView .federation .userData {
    margin-left: 10em;
  }
  .em90 {
    display: table-cell;
  }
}
@media screen and (min-width: 100em) {
  .formGroup:nth-of-type(1) {
    margin-right: 3.5em;
  }
  .messageView .company .attachments {
    margin-left: 12em;
  }
  .messageView .admin .attachments,
  .messageView .federation .attachments {
    margin-right: 12em;
  }
  .em100 {
    display: table-cell;
  }
}
.dashboard a {
  color: #ceaa37;
}
.settings a {
  color: #097c83;
}
.manage a {
  color: #d58e31;
}
.webshop a {
  color: #f16767;
}
.dsoft a {
  color: #679f01;
}
.pagination > li > a {
  color: #ceaa37;
}
.pagination > li > a:hover {
  color: #ceaa37;
}
.pagination > li > a::after hover {
  color: #ceaa37;
}
.dashboard #sidebar #logo a {
  background-color: #ceaa37;
}
.settings #sidebar #logo a {
  background-color: #097c83;
}
.webshop #sidebar #logo a {
  background-color: #097c83;
}
.manage #sidebar #logo a {
  background-color: #d58e31;
}
.dsoft #sidebar #logo a {
  background-color: #679f01;
}
.dashboard #sidebar {
  background-color: #ceaa37;
}
.settings #sidebar {
  background-color: #097c83;
}
.manage #sidebar {
  background-color: #d58e31;
}
.webshop #sidebar {
  background-color: #f16767;
}
.dsoft #sidebar {
  background-color: #679f01;
}
.dashboard #sidebar #loggedIn {
  border-top-color: #ceaa37;
  border-bottom-color: #ceaa37;
}
.settings #sidebar #loggedIn {
  border-top-color: #097c83;
  border-bottom-color: #097c83;
}
.manage #sidebar #loggedIn {
  border-top-color: #d58e31;
  border-bottom-color: #d58e31;
}
.webshop #sidebar #loggedIn {
  border-top-color: #f16767;
  border-bottom-color: #f16767;
}
.dsoft #sidebar #loggedIn {
  border-top-color: #679f01;
  border-bottom-color: #679f01;
}
#sidebar #menu .dashboard.active header:after {
  background: url('/images/dashboard-active.png');
}
#sidebar #menu .dashboard header {
  background: #ecc64b;
}
#sidebar #menu .myAccount.active header:after {
  background: url('/images/myAccount-active.png');
}
#sidebar #menu .myAccount header {
  background: #0b9ea5;
}
#sidebar #menu .manage.active header:after {
  background: url('/images/manage-active.png');
}
#sidebar #menu .manage header {
  background: #eca64b;
}
#sidebar #menu .webshop.active header:after {
  background: url('/images/webshop-active.png');
}
#sidebar #menu .webshop header {
  background: #cb4949;
}
#sidebar #menu .settings.active header:after {
  background: url('/images/settings-active.png');
}
#sidebar #menu .settings header {
  background: #4694c2;
}
#sidebar #menu .admin.active header:after {
  background: url('/images/adminSettings.png');
}
#sidebar #menu .admin header {
  background: #b94600;
}
.dashboard .chosen-container .chosen-results li.highlighted {
  background-color: #ceaa37;
}
.settings .chosen-container .chosen-results li.highlighted {
  background-color: #097c83;
}
.manage .chosen-container .chosen-results li.highlighted {
  background-color: #d58e31;
}
.dsoft .chosen-container .chosen-results li.highlighted {
  background-color: #679f01;
}
.settings .search-button {
  background-color: #4694c2;
}
.manage .search-button {
  background-color: #eca64b;
}
.dsoft .search-button {
  background-color: #b94600;
}
.dashboard .search-button:hover {
  background-color: #ceaa37;
}
.settings .search-button:hover {
  background-color: #097c83;
}
.manage .search-button:hover {
  background-color: #d58e31;
}
.dsoft .search-button:hover {
  background-color: #679f01;
}
.dashboard .chosen-container.actiondropdown .chosen-single,
.dashboard .chosen-container.labeldropdown .chosen-single {
  background-color: #ceaa37;
  color: #FFF;
}
.settings .chosen-container.actiondropdown .chosen-single,
.settings .chosen-container.labeldropdown .chosen-single {
  background-color: #097c83;
  color: #FFF;
}
.manage .chosen-container.actiondropdown .chosen-single,
.manage .chosen-container.labeldropdown .chosen-single {
  background-color: #d58e31;
  color: #FFF;
}
.dsoft .chosen-container.actiondropdown .chosen-single,
.dsoft .chosen-container.labeldropdown .chosen-single {
  background-color: #679f01;
  color: #FFF;
}
.settings nav.pager .pageButton {
  background-color: #4694c2;
}
.settings nav.pager .pageButton:hover {
  background-color: #097c83;
}
.manage nav.pager .pageButton {
  background-color: #eca64b;
}
.manage nav.pager .pageButton:hover {
  background-color: #d58e31;
}
.dsoft nav.pager .pageButton {
  background-color: #b94600;
}
.dsoft nav.pager .pageButton:hover {
  background-color: #679f01;
}
.grayed-out {
  background-color: #323f48 !important;
}
.ajs-error {
  color: white;
}
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
.print-only,
.print-show {
  display: none;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    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: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  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;
  }
  .print-only,
  .print-show {
    display: block !important;
  }
  .print-hide {
    display: none;
  }
}
.subject-info-box-1,
.subject-info-box-2 {
  float: left;
  width: 45%;
}
.subject-info-box-1 select,
.subject-info-box-2 select {
  height: 200px;
  padding: 0;
}
.subject-info-box-1 select option,
.subject-info-box-2 select option {
  padding: 4px 10px 4px 10px;
}
.subject-info-box-1 select option:hover,
.subject-info-box-2 select option:hover {
  background: #efc9c9;
}
.subject-info-arrows {
  float: left;
  width: 10%;
}
.subject-info-arrows input {
  width: 70%;
  margin-bottom: 5px;
}
.notification {
  padding: 7px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.notification h4 {
  margin-top: 0;
  color: inherit;
}
.notification .notification-link {
  font-weight: bold;
}
.notification > p,
.notification > ul {
  margin-bottom: 0;
}
.notification > p + p {
  margin-top: 5px;
}
.notification-dismissable,
.notification-dismissible {
  padding-right: 35px;
}
.notification-dismissable .close,
.notification-dismissible .close {
  float: right;
  color: inherit;
}
.notification-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.notification-primary hr {
  border-top-color: #bce8f1;
}
.notification-primary .notification-link {
  color: #002752;
}
.notification-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.notification-secondary hr {
  border-top-color: #babdc2;
}
.notification-secondary .notification-link {
  color: #202326;
}
.notification-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.notification-success hr {
  border-top-color: #c9e2b3;
}
.notification-success .notification-link {
  color: #2b542c;
}
.notification-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.notification-info hr {
  border-top-color: #a6e1ec;
}
.notification-info .notification-link {
  color: #245269;
}
.notification-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.notification-warning hr {
  border-top-color: #f7e1b5;
}
.notification-warning .notification-link {
  color: #66512c;
}
.notification-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.notification-danger hr {
  border-top-color: #e4b9c0;
}
.notification-danger .notification-link {
  color: #843534;
}