/* Minification failed. Returning unminified contents.
(27044,10): run-time error CSS1030: Expected identifier, found '>'
(27044,38): run-time error CSS1031: Expected selector, found ')'
(27044,38): run-time error CSS1025: Expected comma or open brace, found ')'
(32044,61): run-time error CSS1030: Expected identifier, found '.'
(32044,79): run-time error CSS1031: Expected selector, found ')'
(32044,79): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.ng-table th {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ng-table th.sortable {
  cursor: pointer;
}
.ng-table th.sortable .sort-indicator {
  padding-right: 15px;
  position: relative;
    display: block;
}
.ng-table th.sortable .sort-indicator:after,
.ng-table th.sortable .sort-indicator:before {
  content: "";
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: visible;
  right: 5px;
  top: 50%;
  position: absolute;
  opacity: .3;
  margin-top: -4px;
}
.ng-table th.sortable .sort-indicator:before {
  margin-top: 2px;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.ng-table th.sortable .sort-indicator:hover:after,
.ng-table th.sortable .sort-indicator:hover:before {
  opacity: 1;
  visibility: visible;
}
.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.ng-table th.sortable.sort-desc .sort-indicator:after,
.ng-table th.sortable.sort-asc .sort-indicator:after {
  margin-top: -2px;
}
.ng-table th.sortable.sort-desc .sort-indicator:before,
.ng-table th.sortable.sort-asc .sort-indicator:before {
  visibility: hidden;
}
.ng-table th.sortable.sort-asc .sort-indicator:after,
.ng-table th.sortable.sort-asc .sort-indicator:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.ng-table th.sortable.sort-desc .sort-indicator:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.ng-table th.filter .input-filter {
  margin: 0;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ng-table + .pagination {
  margin-top: 0;
}
@media only screen and (max-width: 800px) {
  .ng-table-responsive {
    border-bottom: 1px solid #999999;
  }
  .ng-table-responsive tr {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
  }
  .ng-table-responsive td:before {
    position: absolute;
    padding: 8px;
    left: 0;
    top: 0;
    width: 50%;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .ng-table-responsive thead tr th {
    text-align: left;
  }
  .ng-table-responsive thead tr.ng-table-filters th {
    padding: 0;
  }
  .ng-table-responsive thead tr.ng-table-filters th form > div {
    padding: 8px;
  }
  .ng-table-responsive td {
    border: none;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .ng-table-responsive td:before {
    content: attr(data-title-text);
  }
  .ng-table-responsive,
  .ng-table-responsive thead,
  .ng-table-responsive tbody,
  .ng-table-responsive th,
  .ng-table-responsive td,
  .ng-table-responsive tr {
    display: block;
  }
}

tags-input {
  display: block;
}
tags-input *, tags-input *:before, tags-input *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
tags-input .host:active {
  outline: none;
}

tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;
  height: 100%;
}
tags-input .tags.focused {
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
}
tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858;
}
tags-input .tags .tag-item .remove-button:active {
  color: #ff0000;
}
tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
tags-input .tags .input.invalid-tag {
  color: #ff0000;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
tags-input[disabled] .host:focus {
  outline: none;
}
tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background: linear-gradient(to bottom, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
}
tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}

tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 10001;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}

/*# sourceMappingURL=ng-tags-input.css.map */

/* line 6, scrolling-tabs.scss */
.scrtabs-tab-container * {
  box-sizing: border-box;
}

/* line 10, scrolling-tabs.scss */
.scrtabs-tab-container {
  height: 42px;
}
/* line 12, scrolling-tabs.scss */
.scrtabs-tab-container .tab-content {
  clear: left;
}

/* line 17, scrolling-tabs.scss */
.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%;
}

/* line 24, scrolling-tabs.scss */
.scrtabs-tabs-movable-container {
  position: relative;
}

/* line 28, scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow {
  border: 1px solid #dddddd;
  border-top: none;
  color: #428bca;
  cursor: pointer;
  float: left;
  font-size: 12px;
  height: 42px;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 13px;
  width: 20px;
}
/* line 40, scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow:hover {
  background-color: #eeeeee;
}

/* line 45, scrolling-tabs.scss */
.scrtabs-tabs-fixed-container ul.nav-tabs {
  height: 41px;
}
/* line 47, scrolling-tabs.scss */
.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap;
}

/* line 52, scrolling-tabs.scss */
.scrtabs-tab-content-hidden {
  display: none;
}

.angular-ui-tree-empty{border:1px dashed #bbb;min-height:100px;background-color:#e5e5e5;background-image:-webkit-linear-gradient(45deg,#fff 25%,transparent 0,transparent 75%,#fff 0,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 0,transparent 75%,#fff 0,#fff);background-image:linear-gradient(45deg,#fff 25%,transparent 0,transparent 75%,#fff 0,#fff),linear-gradient(45deg,#fff 25%,transparent 0,transparent 75%,#fff 0,#fff);background-size:60px 60px;background-position:0 0,30px 30px;pointer-events:none}.angular-ui-tree-nodes{position:relative;margin:0;padding:0;list-style:none}.angular-ui-tree-nodes .angular-ui-tree-nodes{padding-left:20px}.angular-ui-tree-node,.angular-ui-tree-placeholder{position:relative;margin:0;padding:0;min-height:20px;line-height:20px}.angular-ui-tree-hidden{display:none}.angular-ui-tree-placeholder{margin:5px 0;padding:0;min-height:30px}.angular-ui-tree-handle{cursor:move;text-decoration:none;font-weight:700;box-sizing:border-box;min-height:20px;line-height:20px}.angular-ui-tree-drag{position:absolute;pointer-events:none;z-index:999;opacity:.8}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
#HangfireRecurringJobsViewModelListItem,
html, body {
    overflow: hidden;
}
html {
    font-family: 'Roboto', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    letter-spacing:.5px;
}

[ng-cloak]
{
  display: none !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    color: #f06623;
    background: transparent;
    cursor: pointer !important;
}

a:active, a:hover {
    outline: 0;
}
@media print {

    tbody > tr:first-child {
        background-color: #fdfcfe;
        font-weight: bold;
    }

        tbody > tr:first-child td {
            border-right: 1px solid #ddd
        }
    table, .table-responsive, fieldset {
        width: 100% !important;
        max-width: 100% !important;
    }

    .no-print, .no-print *, .fixed-header-fake {
        display: none !important;
    }
}
/*#FinanceOverviewBottom {
    padding-top: 25px;
}*/
.dialog-form-button {
    margin-top: 17px;
}
#Finance\.Overview .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 190px;
    padding: 15px;
    border: 1px solid #e4e0f5;
    border-radius: 5px;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,#faf9fe 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,#faf9fe 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,#faf9fe 100%);
}
#Finance\.Overview .ex-mini-box ul {
    list-style: none;
    padding: 0;
}
#Finance\.Overview .ex-mini-box li {
    padding: 2px 0;
}

#Finance\.Overview .widget-dashboard {
    min-height:332px;
}

#Finance\.Overview .widget-dashboard #WidgetPanel, #Finance\.Overview .widget-dashboard .gridster-loaded .gridster-item {
}

#Finance\.Overview .widget-dashboard .widget-heading
{
    color: #f06623;
    font-size: 12pt;
}

#Finance\.Overview .table-responsive td {
    width: 40%;
}
#Finance\.Overview .table-responsive td:first-child {
    width: 20%;
}

/*To show link as label for MissingInfo on PendingDelivery tab in Billing*/
.convert-link-to-label {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
    color: #767676;
}

a.edit-dialog {
    text-decoration: underline;
}

a.review-renewel-billing-icon, .link-item > a > span.review-renewel-billing-icon {
    text-decoration: none !important;
}
    a.review-renewel-billing-icon::after, .link-item > a > span.review-renewel-billing-icon::after {
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        content: "\f2f9";
        padding-left: 5px;
    }

tr.membership-recalc-on .membership-column::after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f2f9";
    padding-left: 5px;
    text-decoration: none !important;
}

a.edit-screen {
    text-decoration: underline;
}

#Finance\.Overview a.edit-dialog {
    text-decoration: none;
}

#Finance\.Overview a.edit-screen {
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    letter-spacing:.5px;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
    white-space: nowrap;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
.btn.action-button {
	margin-bottom:2px;
}
input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}
select {
background-image: -webkit-linear-gradient(#fff, #e9e9e9);
background-image: -o-linear-gradient(#fff, #e9e9e9);
background-image: linear-gradient(#fff, #e9e9e9);
height:24px;
color: #888;
border-color:#cecece;
width:100%;
-webkit-appearance: button;
}

select:hover {
background: -webkit-linear-gradient(#f7f7f7 0%, #dfdfdf 100%);
background: -o-linear-gradient(#f7f7f7 0%, #dfdfdf 100%);
background: linear-gradient(#f7f7f7 0%, #dfdfdf 100%);
border: 1px solid #ccc;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/GZContent/fonts/glyphicons-halflings-regular.eot);
    src: url(/GZContent/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(/GZContent/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(/GZContent/fonts/glyphicons-halflings-regular.woff) format("woff"),url(/GZContent/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(/GZContent/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.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-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1.32857;
    color: #767676;
    background-color: #f3f3f3;
    word-wrap: break-word;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.search-filter .center select, .modal-body .search-filter .left select, .search-filter .center button {
    height: 24px;
    border: 1px solid #d2d2d2;
}
.search-filter .center select, .modal-body .search-filter .left select {
    margin-right: 5px;
    background-color: #f7f7f7;
    max-width: 200px;
}
.search-filter .center {padding-left: 8px;}
.search-filter .left {padding-right: 0;}
a {

    cursor: pointer;
}

    a:hover, a:focus {
        color: #0d0d0d;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.img-marging-top {
    margin-top: 20px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #999;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.field-note {
    margin-top: 20px;
    margin-bottom: 10px;
}

/*
h3 {
    margin-left: 10px;
}
    */

    h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}
h2.title {
    margin-top: 0;
}
h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

mark, .mark {
    background-color: #fffbef;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-left-force {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #330066;
}

a.text-primary:hover {
    color: #ef7b2d;
}

.text-success {
    color: #4c9c77;
}

a.text-success:hover {
    color: #3b7a5d;
}

.btn-info.active .text-info  {
    color:#fff;
}
.btn.action-button .far:before {
    margin-right: 5px;
}

.btn-name {
    font-family: 'Roboto', sans-serif;
}

.text-info {
    color: #f06623;
}

a.text-info:hover {
    color: #427085;
}

.text-warning {
    color: #bfa34c;
}

a.text-warning:hover {
    color: #9f8639;
}

.text-danger {
    color: #ca674c;
}

a.text-danger:hover {
    color: #af4e34;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #f06623;
}

a.bg-primary:hover {
    background-color: #ef7b2d;
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #f06623;
}
.dynamic-list-actions .btn.bg-dull-primary {
    background-color: #fff;
}
.bg-success {
    background-color: #eefff6;
}

a.bg-success:hover {
    background-color: #bbffdb;
}

.bg-info {
    background-color: #eff6ff;
}

a.bg-info:hover {
    background-color: #bcd9ff;
}

.bg-warning {
    background-color: #fffbef;
}

a.bg-warning:hover {
    background-color: #ffeebc;
}

.bg-danger {
    background-color: #fff1ed;
}

a.bg-danger:hover {
    background-color: #ffc9ba;
}

.bg-attention {
    background-color: #ff0000;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ul ol, ol ul, ol ol {
        margin-bottom: 0;
    }

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #f06623;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: #999;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #f06623;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable, .scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-xsm-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-xsm-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-xsm-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-xsm-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-xsm-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-xsm-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-xsm-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-xsm-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-xsm-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-xsm-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-xsm-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-xsm-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.dynamic-list-content .col-xs-1:not(.dynamic-list-actions), .dynamic-list-content .col-xsm-1:not(.dynamic-list-actions), .dynamic-list-content .col-sm-1:not(.dynamic-list-actions), .dynamic-list-content .col-md-1:not(.dynamic-list-actions), .dynamic-list-content .col-lg-1:not(.dynamic-list-actions), .dynamic-list-content .col-xs-2:not(.dynamic-list-actions), .dynamic-list-content .col-xsm-2:not(.dynamic-list-actions), .dynamic-list-content .col-sm-2:not(.dynamic-list-actions), .dynamic-list-content .col-md-2:not(.dynamic-list-actions), .dynamic-list-content .col-lg-2:not(.dynamic-list-actions), .dynamic-list-content .col-xs-3:not(.dynamic-list-actions), .dynamic-list-content .col-xsm-3:not(.dynamic-list-actions), .dynamic-list-content .col-sm-3:not(.dynamic-list-actions), .dynamic-list-content .col-md-3:not(.dynamic-list-actions), .dynamic-list-content .col-lg-3:not(.dynamic-list-actions), .dynamic-list-content .col-xs-4:not(.dynamic-list-actions), .dynamic-list-content .col-xsm-4:not(.dynamic-list-actions), .dynamic-list-content .col-sm-4:not(.dynamic-list-actions), .dynamic-list-content .col-md-4:not(.dynamic-list-actions), .dynamic-list-content .col-lg-4:not(.dynamic-list-actions), .dynamic-list-content .col-xs-5:not(.dynamic-list-actions), .dynamic-list-content .col-xsm-5:not(.dynamic-list-actions), .dynamic-list-content .col-sm-5:not(.dynamic-list-actions), .dynamic-list-content .col-md-5:not(.dynamic-list-actions), .dynamic-list-content .col-lg-5:not(.dynamic-list-actions), .dynamic-list-content .col-xs-6:not(.dynamic-list-actions), .dynamic-list-content .col-xsm-6:not(.dynamic-list-actions), .dynamic-list-content .col-sm-6:not(.dynamic-list-actions), .dynamic-list-content .col-md-6:not(.dynamic-list-actions), .dynamic-list-content .col-lg-6:not(.dynamic-list-actions), .dynamic-list-content .col-xs-7:not(.dynamic-list-actions), .dynamic-list-content .col-xsm-7:not(.dynamic-list-actions), .dynamic-list-content .col-sm-7:not(.dynamic-list-actions), .dynamic-list-content .col-md-7:not(.dynamic-list-actions), .dynamic-list-content .col-lg-7:not(.dynamic-list-actions), .dynamic-list-content .col-xs-8:not(.dynamic-list-actions), .dynamic-list-content .col-xsm-8:not(.dynamic-list-actions), .dynamic-list-content .col-sm-8:not(.dynamic-list-actions), .dynamic-list-content .col-md-8:not(.dynamic-list-actions), .dynamic-list-content .col-lg-8:not(.dynamic-list-actions), .dynamic-list-content .col-xs-9:not(.dynamic-list-actions), .dynamic-list-content .col-xsm-9:not(.dynamic-list-actions), .dynamic-list-content .col-sm-9:not(.dynamic-list-actions), .dynamic-list-content .col-md-9:not(.dynamic-list-actions), .dynamic-list-content .col-lg-9:not(.dynamic-list-actions), .dynamic-list-content .col-xs-10:not(.dynamic-list-actions), .dynamic-list-content .col-xsm-10:not(.dynamic-list-actions), .dynamic-list-content .col-sm-10:not(.dynamic-list-actions), .dynamic-list-content .col-md-10:not(.dynamic-list-actions), .dynamic-list-content .col-lg-10:not(.dynamic-list-actions), .dynamic-list-content .col-xs-11:not(.dynamic-list-actions), .dynamic-list-content .col-xsm-11:not(.dynamic-list-actions), .dynamic-list-content .col-sm-11:not(.dynamic-list-actions), .dynamic-list-content .col-md-11:not(.dynamic-list-actions), .dynamic-list-content .col-lg-11:not(.dynamic-list-actions), .dynamic-list-content .col-xs-12:not(.dynamic-list-actions), .dynamic-list-content .col-xsm-12:not(.dynamic-list-actions), .dynamic-list-content .col-sm-12:not(.dynamic-list-actions), .dynamic-list-content .col-md-12:not(.dynamic-list-actions), .dynamic-list-content .col-lg-12:not(.dynamic-list-actions) {
    padding-left: 5px;
    padding-right: 5px;
}

.dynamic-list-content-heading {
    margin-top: 8px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 480px) {
    .col-xsm-1, .col-xsm-2, .col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8, .col-xsm-9, .col-xsm-10, .col-xsm-11, .col-xsm-12 {
        float: left;
    }

    .col-xsm-1 {
        width: 8.33333%;
    }

    .col-xsm-2 {
        width: 16.66667%;
    }

    .col-xsm-3 {
        width: 25%;
    }

    .col-xsm-4 {
        width: 33.33333%;
    }

    .col-xsm-5 {
        width: 41.66667%;
    }

    .col-xsm-6 {
        width: 50%;
    }

    .col-xsm-7 {
        width: 58.33333%;
    }

    .col-xsm-8 {
        width: 66.66667%;
    }

    .col-xsm-9 {
        width: 75%;
    }

    .col-xsm-10 {
        width: 83.33333%;
    }

    .col-xsm-11 {
        width: 91.66667%;
    }

    .col-xsm-12 {
        width: 100%;
    }

    .col-xsm-pull-0 {
        right: auto;
    }

    .col-xsm-pull-1 {
        right: 8.33333%;
    }

    .col-xsm-pull-2 {
        right: 16.66667%;
    }

    .col-xsm-pull-3 {
        right: 25%;
    }

    .col-xsm-pull-4 {
        right: 33.33333%;
    }

    .col-xsm-pull-5 {
        right: 41.66667%;
    }

    .col-xsm-pull-6 {
        right: 50%;
    }

    .col-xsm-pull-7 {
        right: 58.33333%;
    }

    .col-xsm-pull-8 {
        right: 66.66667%;
    }

    .col-xsm-pull-9 {
        right: 75%;
    }

    .col-xsm-pull-10 {
        right: 83.33333%;
    }

    .col-xsm-pull-11 {
        right: 91.66667%;
    }

    .col-xsm-pull-12 {
        right: 100%;
    }

    .col-xsm-push-0 {
        left: auto;
    }

    .col-xsm-push-1 {
        left: 8.33333%;
    }

    .col-xsm-push-2 {
        left: 16.66667%;
    }

    .col-xsm-push-3 {
        left: 25%;
    }

    .col-xsm-push-4 {
        left: 33.33333%;
    }

    .col-xsm-push-5 {
        left: 41.66667%;
    }

    .col-xsm-push-6 {
        left: 50%;
    }

    .col-xsm-push-7 {
        left: 58.33333%;
    }

    .col-xsm-push-8 {
        left: 66.66667%;
    }

    .col-xsm-push-9 {
        left: 75%;
    }

    .col-xsm-push-10 {
        left: 83.33333%;
    }

    .col-xsm-push-11 {
        left: 91.66667%;
    }

    .col-xsm-push-12 {
        left: 100%;
    }

    .col-xsm-offset-0 {
        margin-left: 0%;
    }

    .col-xsm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xsm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xsm-offset-3 {
        margin-left: 25%;
    }

    .col-xsm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xsm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xsm-offset-6 {
        margin-left: 50%;
    }

    .col-xsm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xsm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xsm-offset-9 {
        margin-left: 75%;
    }

    .col-xsm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xsm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-xsm-offset-12 {
        margin-left: 100%;
    }
}
@media print and (min-width: 480px) {
    .col-sm-10 {
        width: 83.33333%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
        padding: 10px;
        line-height: 1.0;
        vertical-align: middle;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: middle;
        border-bottom: 2px solid #ddd;
	border-right: 1px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    tbody {
        background-color: white;
    }

    .table .table {
        background-color: #f3f3f3;
    }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .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, .table-striped > tbody > tr:nth-child(odd) > td > table > tbody > tr > td {
    background-color: #f9f9f9;
    min-height: 24px;
}

.table-striped > tbody > tr:nth-child(odd) > td.table-striped-gray, .table-striped > tbody > tr:nth-child(odd) > td > table > tbody > tr > td.table-striped-gray, .table-striped-gray {
    background-color: #E5E5E5;
}

.table-striped > tbody > tr:nth-child(odd) > td.table-striped-orange, .table-striped > tbody > tr:nth-child(odd) > td > table > tbody > tr > td.table-striped-orange, .table-striped-orange {
    background-color: #ffe5d9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #eefff6;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d5ffe9;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #eff6ff;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #d6e8ff;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fffbef;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #fff5d6;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #fff1ed;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ffddd4;
}

.modal-content fieldset {
    padding: 10px 10px 0;
    min-width: 0;
    background-color: #faf9fe;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgb(247, 245, 253) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgb(247, 245, 253) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgb(247, 245, 253) 100%);
    margin: 10px 0;
	border-radius: 5px;
    border: 1px solid #e4e0f5;
}
.modal-content fieldset:first-of-type {margin:0;}
#login-container fieldset {
	background-color:transparent;
}
/*
#Communication-OrganizationLogNote-dlg-body fieldset,
#Communication-QuickEmail-dlg-body fieldset,
#Tasks-AddEditProjects-dlg-body fieldset,
#AddEvent-dlg-body fieldset,
#Sales-AddEditOpportunity-dlg-body fieldset,
#Communication-AddEditFollowup-dlg-body fieldset,
#Tasks-AddEditTaskItem-dlg-body #mniFormnoid,
#Setup-EditPaymentGateway-dlg-body #mniFormnoid,
#Membership-MembershipDetails-dlg-body #mniFormnoid,
#ContactsInfo-EditPersonContact-dlg-body #mniFormnoid,
#Setup-ManageCustomFields-dlg-body #mniFormnoid,
#Sales-AddEditSalesOpportunityTimelineItem-dlg-body #mniFormnoid,
#Sales-AddEditSource-dlg-body #mniFormnoid,
#Setup-AddEditSalesOpportunityStatusReason-dlg-body #mniFormnoid,
#Sales-AddEditOpportunityCategory-dlg-body #mniFormnoid,
#Sales-AddEditSalesStage-dlg-body #mniFormnoid,
#SalesOpportunity-AddEditProposal-dlg-body #mniFormnoid,
#Setup-AddEditProjectTypes-dlg-body #mniFormnoid,
#Setup-AddEditProjectResultTypes-dlg-body #mniFormnoid,
#Directory-AddEditListing-dlg-body #mniFormnoid,
#Tasks-AddEditTaskItemSalesOpportunity-dlg-body #mniFormnoid,
#GroupDetail-AddEditMember-dlg-body #mniFormnoid,
#Membership-Drop-dlg-body #mniFormnoid,
#Membership-Drop-dlg-body #mniFormnoid,
#Communication-AddressBook-dlg-body #mniFormnoid,
#Communication-CommunicationAddEditCategory-dlg-body #mniFormnoid,
#Communication-CommunicationScheduledEmailEdit-dlg-body #mniFormnoid,
#EventsDetail-Basic-dlg-body #mniFormnoid,
#EventsDetail-Description-dlg-body #mniFormnoid,
#EventsDetail-Hours-dlg-body #mniFormnoid,
#EventsDetail-Pricing-dlg-body #mniFormnoid,
#EventsDetail-Location-dlg-body #mniFormnoid,
#EventsDetail-Series-dlg-body #mniFormnoid,
#Setup-EventVideoAddEdit-dlg-body #mniFormnoid,
#Setup-EventGoals-dlg-body #mniFormnoid,
#Setup-AddEditSites-dlg-body #mniFormnoid,
#EventsRegisterCommunication-dlg-body #mniFormnoid,
#EventsRegisterSponsor-dlg-body #mniFormnoid,
#EventsDetails-EventsRegistrationRequiredFields-dlg-body #mniFormnoid,
#EventsDetail-EarlyDiscounts-dlg-body #mniFormnoid,
#Setup-SetupFormsAddEdit-dlg-body #mniFormnoid,
#FinanceEmailInvoices-dlg-body #mniFormnoid,
#CertificationContactAddEdit-dlg-body #mniFormnoid,
#Sales-AddEditSalesDiscount #mniFormnoid,
#Setup-AddEditUser-dlg-body #mniFormnoid,
#Setup-BenefitPackageAddEdit-dlg-body #mniFormnoid {
	background-color: #fff;
	background: none;
	border: 0;
}
#Communication-OrganizationLogNote-dlg-body,
#Communication-QuickEmail-dlg-body,
#Tasks-AddEditProjects-dlg-body,
#AddEvent-dlg-body,
#Sales-AddEditOpportunity-dlg-body,
#Communication-AddEditFollowup-dlg-body,
#Membership-MembershipDetails-dlg-body,
#ContactsInfo-EditPersonContact-dlg-body,
#Setup-ManageCustomFields-dlg-body,
#Sales-AddEditSalesOpportunityTimelineItem-dlg-body,
#Sales-AddEditSource-dlg-body,
#Setup-AddEditSalesOpportunityStatusReason-dlg-body,
#Sales-AddEditOpportunityCategory-dlg-body,
#Sales-AddEditSalesStage-dlg-body,
#SalesOpportunity-AddEditProposal-dlg-body,
#Setup-AddEditProjectTypes-dlg-body,
#Setup-AddEditProjectResultTypes-dlg-body,
#Directory-AddEditListing-dlg-body,
#Tasks-AddEditTaskItemSalesOpportunity-dlg-body,
#GroupDetail-AddEditMember-dlg-body,
#Membership-Drop-dlg-body,
#Membership-Drop-dlg-body,
#Communication-AddressBook-dlg-body,
#Communication-CommunicationAddEditCategory-dlg-body,
#Communication-CommunicationScheduledEmailEdit-dlg-body,
#EventsDetail-Basic-dlg-body,
#EventsDetail-Description-dlg-body,
#EventsDetail-Hours-dlg-body,
#EventsDetail-Pricing-dlg-body,
#EventsDetail-Location-dlg-body,
#EventsDetail-Series-dlg-body,
#Setup-EventVideoAddEdit-dlg-body,
#Setup-EventGoals-dlg-body,
#Setup-AddEditSites-dlg-body,
#EventsRegisterCommunication-dlg-body,
#EventsRegisterSponsor-dlg-body,
#EventsDetails-EventsRegistrationRequiredFields-dlg-body,
#EventsDetail-EarlyDiscounts-dlg-body,
#Setup-SetupFormsAddEdit-dlg-body,
#FinanceEmailInvoices-dlg-body,
#CertificationContactAddEdit-dlg-body,
#Sales-AddEditSalesDiscount,
#Setup-AddEditUser-dlg-body,
#Setup-BenefitPackageAddEdit-dlg-body{
    background-color: #faf9fe;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgb(250, 249, 254) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgb(250, 249, 254) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgb(250, 249, 254) 100%);
    border: 1px solid #e4e0f5;
}*/
#Setup-EditPaymentGateway-dlg-body #mniFormnoid > .row {margin-left:0;}
#Setup-EditPaymentGateway-dlg-body #mniFormnoid > .row > .col-sm-12 {padding:0;}
#Setup-EditPaymentGateway-dlg-body #mniFormnoid > .row > .col-sm-12 > .form-group {padding-right:15px;}
#Setup-EditPaymentGateway-dlg-body #mniFormnoid > .row > .col-sm-12:last-child > .form-group {padding-right:0;}
#Setup-EditPaymentGateway-dlg-body #mniFormnoid fieldset .btn {margin:10px 0;}
#Setup-EditPaymentGateway ~ .modal-body fieldset.col-sm-12 {
    margin: 5px 10px;
    padding: 10px;
    background: transparent;
    background-color: transparent;
    border: 0;
}
#Setup-EditPaymentGateway ~ .modal-body fieldset.col-sm-12 > [class*="col"] {
    margin: 0 -15px;
}
#Setup-EditPaymentGateway ~ .modal-body fieldset.col-sm-12 .col-sm-11 {
    margin-bottom: 15px
}
#Setup-EditPaymentGateway ~ .modal-body #mniFormnoid {
    padding: 10px 10px 0;
    min-width: 0;
    margin: 5px  0;
}
#Setup-EditPaymentGateway ~ .modal-body fieldset.col-sm-12 > .col-sm-12 [class*="col"] {
    margin: 0 15px 0 -15px;
}
#Setup-EditPaymentGateway ~ .modal-body fieldset.col-sm-12 > .col-sm-12 fieldset.col-sm-12 {
    border: 0;
    background-color: transparent;
    background: transparent;
    padding: 5px 15px;
    margin: 10px -15px;
}
#Setup-EditPaymentGateway ~ .modal-body fieldset.col-sm-12 > fieldset[class*="col"] {
    border: 0;
    background-color: transparent;
    background: transparent;
    padding: 5px 5px;
    margin: 10px -3px;
}
#Setup-EditPaymentGateway ~ .modal-body .form-control-static {
    margin-bottom: 3px;
}
#Setup-EditPaymentGateway ~ .modal-body label[for="RepresentativeStatus"],
#Setup-EditPaymentGateway ~ .modal-body label[for="StripeAccountInfo"],
#Setup-EditPaymentGateway ~ .modal-body label[for="AccountType"] {
    color:#330066;
    margin-top:20px;
    font-size: 12pt;
    margin-bottom: 5px;
}
#Setup-EditPaymentGateway ~ .modal-body .col-sm-12 label ~ span {
    /*display:none*/
}
#Setup-EditPaymentGateway ~ .modal-body .table-heading span {
    margin-bottom: 10px;
}
#Setup-EditPaymentGateway ~ .modal-body .table-heading {
    margin-top: 10px
}
 tbody.ng-pristine {
    background-color:transparent;
}
legend {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
    padding: 10px 0 5px 0;
    font-size: 15px;
    line-height: inherit;
    color: #666666;
    border: 0;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
}
#modal-content legend, .modal-content legend {
    width: auto;
    margin-bottom: 0;
    margin-left: -5px;
    padding: 5px 5px 0;
    border:0;
    font-size: 14px;
    color: #330066;
    font-weight:bold;
}
.report-criteria fieldset {
    padding: 10px 15px;
}
.report-criteria legend {
    width: 100%;
    margin-bottom: 0;
    margin-left: -5px;
    padding: 8px 5px 8px;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #e4e0f5;
}
.report-criteria .multiSelect>button, .report-criteria .multiSelect>button.form-control {
	color:#888;
	background-image: -webkit-linear-gradient(#fff, #e9e9e9);
    background-image: -o-linear-gradient(#fff, #e9e9e9);
    background-image: linear-gradient(#fff, #e9e9e9);
	white-space: normal!important;/*not sre why imprtnt used in othr rule, using here 2 override*/
    height: auto;
	min-height: 24px;
}
.report-criteria .form-control {
    background-image: -webkit-linear-gradient(#fff, #e9e9e9);
    background-image: -o-linear-gradient(#fff, #e9e9e9);
    background-image: linear-gradient(#fff, #e9e9e9);
}

label.control-label, label.control-label-heading {
    color: #666;
    font-weight: normal;
    line-height: 1.4;
    display: block; /*so labels stack in larger columns*/
    /*float: left;*/
}
label.control-label {
    font-weight: normal;
}
label.control-label-heading {
    font-weight: 600;
}
.form-control.no-border {
    border: 0;
    color: #999;
    padding-left: 0;
    margin-bottom: 8px;
	cursor: default;
    background-color: transparent;
}
.full-height {
    height: 100% !important;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: darker;
    font-size: small;
    color: darkgrey;
}

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 4px 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="file"].ng-invalid {
    border-right-color: red;
    border-right-style: solid;
}

input[type="range"] {
    display: block;
    width: 100%;
}

div.range-wrap {
    width: 100%;
    float: left;
}

a.glyphicon[disabled] {
    cursor: auto !important;
    opacity: .7;
}

a.glyphicon[disabled]:hover {
    cursor: auto !important;
}

a.glyphicon[disabled]:active {
    pointer-events: none;
}

.rangeValueLabel {
    float: left;
    margin-right: 5px;
    background: transparent;
}

input[type="range"].range {
    overflow: hidden;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #767676;
}

.form-control, .renewal-month {
    display: block;
    width: 100%;
    height: 24px;
	background-color: #f7f7f7;
    padding: 3px 3px;
    font-size: 12px;
    line-height: 1.1;
    color: #767676;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #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);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled]:not(.readonly-immune),
    .form-control[readonly]:not(.readonly-immune),
    fieldset[disabled] .form-control:not(.readonly-immune) {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }
select.form-control[disabled] {
    color: graytext;
    background: buttonface;
}
textarea.form-control {
    height: auto;
}

a.form-control {
    color: #f06623;
    text-decoration: underline;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px;
    line-height: 1.42857 \0;
}

    input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, input[type="time"].input-sm, .form-horizontal .form-group-sm input[type="time"].form-control, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, input[type="datetime-local"].input-sm, .form-horizontal .form-group-sm input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, input[type="month"].input-sm, .form-horizontal .form-group-sm input[type="month"].form-control, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn {
        line-height: 30px;
    }

    input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, input[type="time"].input-lg, .form-horizontal .form-group-lg input[type="time"].form-control, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, input[type="datetime-local"].input-lg, .form-horizontal .form-group-lg input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, input[type="month"].input-lg, .form-horizontal .form-group-lg input[type="month"].form-control, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn {
        line-height: 46px;
    }

.form-group {
    margin-bottom: 14px;
}
[id="TasksProject.General"] .form-group {
    margin-bottom: 0;
}
.radio, .checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label, .checkbox label {
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 3px;
}

    .form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .form-horizontal .form-group-sm select[multiple].form-control, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
}

select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .form-horizontal .form-group-lg select[multiple].form-control, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #4c9c77;
}

.has-success .form-control {
    border-color: #4c9c77;
    -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: #3b7a5d;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #89c5a9;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #89c5a9;
    }

.has-success .input-group-addon {
    color: #4c9c77;
    border-color: #4c9c77;
    background-color: #eefff6;
}

.has-success .form-control-feedback {
    color: #4c9c77;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #bfa34c;
}

.has-warning .form-control {
    border-color: #bfa34c;
    -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: #9f8639;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #daca97;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #daca97;
    }

.has-warning .input-group-addon {
    color: #bfa34c;
    border-color: #bfa34c;
    background-color: #fffbef;
}

.has-warning .form-control-feedback {
    color: #bfa34c;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #ca674c;
}

.has-error .form-control {
    border-color: #ca674c;
    -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: #af4e34;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #e1aa9b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #e1aa9b;
    }

.has-error .input-group-addon {
    color: #ca674c;
    border-color: #ca674c;
    background-color: #fff1ed;
}

.has-error .form-control-feedback {
    color: #ca674c;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #b6b6b6;
}

@media (min-width: 768px) {
    .form-inline .form-group, .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control, .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group, .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .navbar-form .input-group .input-group-btn, .form-inline .input-group .form-control, .navbar-form .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label, .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .navbar-form .radio label, .form-inline .checkbox label, .navbar-form .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.custom-dropdown .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .custom-dropdown .form-inline .form-control{
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

.custom-dropdown-button {
    white-space: nowrap !important;
}

.tg-multiselect {
    padding-bottom: 5px;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #767676;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #767676;
    background-color: #fafafa;
    border-color: #ededed;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #767676;
        background-color: #e1e1e1;
        border-color: #cfcfcf;
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default.disabled:hover,
    .btn-default.disabled:focus,
    .btn-default.disabled:active,
    .btn-default.disabled.active,
    .btn-default[disabled],
    .btn-default[disabled]:hover,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:active,
    .btn-default[disabled].active,
    .modal-content button.checkbox[disabled],
    .modal-content button.checkbox[disabled]:hover,
    .modal-content button.checkbox[disabled]:focus,
    .modal-content button.checkbox[disabled]:active,
    .modal-content button.checkbox[disabled].active,
    fieldset[disabled] .btn-default,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .btn-default.active {
        background-color: #f06623;
        border-color: #ededed;
    }

    .btn-default .badge {
        color: #fafafa;
        background-color: #767676;
    }

.btn-primary {
    color: #fff;
    background-color: #f06623;
    border-color: #c74a0d;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #ef7b2d;
        border-color: #dd691c;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: #f06623;
        border-color: #c74a0d;
    }

    .btn-primary .badge {
        color: #f06623;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #60cd9b;
    border-color: #4dc78f;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #3cbe82;
        border-color: #33a370;
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
        background-color: #60cd9b;
        border-color: #4dc78f;
    }

    .btn-success .badge {
        color: #60cd9b;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color:#f06623;
    border-color: #c74a0d;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #3ea1cc;
        border-color: #308eb7;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: #66b5d7;
        border-color: #52abd2;
    }

    .btn-info .badge {
        color: #66b5d7;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #eec95a;
    border-color: #ecc143;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #e9ba2c;
        border-color: #dbaa17;
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
        background-color: #eec95a;
        border-color: #ecc143;
    }

    .btn-warning .badge {
        color: #eec95a;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #e87352;
    border-color: #e5613b;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #e24f25;
        border-color: #c9411b;
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
        background-color: #e87352;
        border-color: #e5613b;
    }

    .btn-danger .badge {
        color: #e87352;
        background-color: #fff;
    }

.btn-link {
    color: #333;
    font-weight: normal;
    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: #0d0d0d;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #999;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 5px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1;
    border-radius: 5px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.btn-form {
    margin-top: 10px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.caret-bigger {
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1100;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    -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: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #fff;
            background-color: #f06623;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #f06623;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
    -webkit-animation: fade-down-enter .3s;
    -moz-animation: fade-down-enter .3s;
    -o-animation: fade-down-enter .3s;
    animation: fade-down-enter .3s;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #999;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before, .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group-addon, .input-group-btn, .input-group-btn2, .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, .input-group-btn2 {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #767676;
    text-align: center;
    background-color: #eee;
    border: 1px solid #cbd5dd;
    border-radius: 0;
}

    .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 0;
    }

    .input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 0;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn, .input-group-btn2 {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn, .input-group-btn2 > .btn {
        position: relative;
        height: 24px;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.input-group-btn2 > .btn {
    margin-left: 3px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #cccccc;
            }

        .nav > li.disabled > a {
            color: #999;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #333;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 0px solid transparent;
           /* border-radius: 8px 8px 0 0; */
            background-color: #999999;
            color: white;
            padding: 12px 16px;
            font-size: 14px;
          /*  font-weight: 600; */
            letter-spacing: .5px;
        }


            .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
                	border-color: #eee #eee #ddd;
				    text-decoration: none;
                	background: #8466a3;
                	color: #fff;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: white;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
            background: white;
	        outline:none;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        background-color: cornflowerblue;
        color: white;
        height: 25px;
        border-radius: 7px;
        padding: 3px;
        font-size: 10pt;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #f06623;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #f3f3f3;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.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-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #999;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #999;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f6f6f6;
    border-radius: 0;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #e9e9e9;
        }

    .breadcrumb > .active {
        color: #999;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            color: #333;
            background-color: #f6f6f6;
            border: 1px solid #f6f6f6;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

        .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
            color: #fff;
            background-color: #f06623;
            border-color: #f06623;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #f06623;
        border-color: #f06623;
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        background-color: #f6f6f6;
        border-color: #f6f6f6;
        cursor: not-allowed;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager:before, .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #f6f6f6;
            border: 1px solid #f6f6f6;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #f06623;
            }

    .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: #999;
        background-color: #f6f6f6;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #999;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: gray;
    }

.label-primary {
    background-color: #f06623;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #ef7b2d;
    }

.label-success {
    background-color: #60cd9b;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #3cbe82;
    }

.label-info {
    background-color: #66b5d7;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #3ea1cc;
    }

.label-warning {
    background-color: #eec95a;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #e9ba2c;
    }

.label-danger {
    background-color: #e87352;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #e24f25;
    }

#Finance\.Overview .badge {
    display: inline-block;
    min-width: 50px;
    padding: 5px 8px;
    font-weight: bold;
    color: #f06623;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 10px;
    width: auto;
}

    .badge:empty {
        display: none;
    }

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #333;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#Finance\.Overview a.badge:hover, #Finance\.Overview a.badge:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron {
    border-radius: 0;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        display: block;
        width: 100% \9;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #767676;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #eefff6;
    border-color: #d5ffe1;
    color: #4c9c77;
}

    .alert-success hr {
        border-top-color: #bbffd0;
    }

    .alert-success .alert-link {
        color: #3b7a5d;
    }

.alert-info {
    background-color: #eff6ff;
    border-color: #cbebff;
    color: #538da7;
}

    .alert-info hr {
        border-top-color: #b2e0ff;
    }

    .alert-info .alert-link {
        color: #427085;
    }

.alert-warning {
    background-color: #fffbef;
    border-color: #ffeed6;
    color: #bfa34c;
}

    .alert-warning hr {
        border-top-color: #ffe3bc;
    }

    .alert-warning .alert-link {
        color: #9f8639;
    }

.alert-danger {
    background-color: #fff1ed;
    border-color: #ffd6d4;
    color: #ca674c;
}

    .alert-danger hr {
        border-top-color: #ffbeba;
    }

    .alert-danger .alert-link {
        color: #af4e34;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #f06623;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
    color: #999;
    min-width: 30px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #60cd9b;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #66b5d7;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #eec95a;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #e87352;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}

.media, .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 {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 5px 5px;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid #eff2f7;
}

    .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eee;
    color: #999;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #999;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #f06623;
    border-color: #eff2f7;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #cbf2f1;
    }

.list-group-item-success {
    color: #4c9c77;
    background-color: #eefff6;
}

a.list-group-item-success {
    color: #4c9c77;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #4c9c77;
        background-color: #d5ffe9;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #4c9c77;
        border-color: #4c9c77;
    }

.list-group-item-info {
    color: #538da7;
    background-color: #eff6ff;
}

a.list-group-item-info {
    color: #538da7;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #538da7;
        background-color: #d6e8ff;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #538da7;
        border-color: #538da7;
    }

.list-group-item-warning {
    color: #bfa34c;
    background-color: #fffbef;
}

a.list-group-item-warning {
    color: #bfa34c;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #bfa34c;
        background-color: #fff5d6;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #bfa34c;
        border-color: #bfa34c;
    }

.list-group-item-danger {
    color: #ca674c;
    background-color: #fff1ed;
}

a.list-group-item-danger {
    color: #ca674c;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #ca674c;
        background-color: #ffddd4;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #ca674c;
        border-color: #ca674c;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -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 {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
        color: #ffffff;
        background-color: #04599c ;
    border-top: 1px solid #e9e9e9;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1;
        border-top-left-radius: -1;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -1;
        border-bottom-left-radius: -1;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0;
    }

        .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 #e9e9e9;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #e9e9e9;
        }

.panel-default {
    border-color: #e9e9e9;
}

    .panel-default > .panel-heading {
        color: #ffffff;
        background-color: #04599c ;
        border-color: #e9e9e9;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #e9e9e9;
        }

        .panel-default > .panel-heading .badge {
            color: #f6f6f6;
            background-color: #767676;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #e9e9e9;
    }

.panel-primary {
    border-color: #f06623;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #f06623;
        border-color: #f06623;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #f06623;
        }

        .panel-primary > .panel-heading .badge {
            color: #f06623;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #f06623;
    }

.panel-success {
    border-color: #d5ffe1;
}

    .panel-success > .panel-heading {
        color: #4c9c77;
        background-color: #eefff6;
        border-color: #d5ffe1;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d5ffe1;
        }

        .panel-success > .panel-heading .badge {
            color: #eefff6;
            background-color: #4c9c77;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d5ffe1;
    }

.panel-info {
    border-color: #cbebff;
}

    .panel-info > .panel-heading {
        color: #538da7;
        background-color: #eff6ff;
        border-color: #cbebff;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #cbebff;
        }

        .panel-info > .panel-heading .badge {
            color: #eff6ff;
            background-color: #538da7;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #cbebff;
    }

.panel-warning {
    border-color: #ffeed6;
}

    .panel-warning > .panel-heading {
        color: #bfa34c;
        background-color: #fffbef;
        border-color: #ffeed6;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ffeed6;
        }

        .panel-warning > .panel-heading .badge {
            color: #fffbef;
            background-color: #bfa34c;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ffeed6;
    }

.panel-danger {
    border-color: #ffd6d4;
}

    .panel-danger > .panel-heading {
        color: #ca674c;
        background-color: #fff1ed;
        border-color: #ffd6d4;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ffd6d4;
        }

        .panel-danger > .panel-heading .badge {
            color: #fff1ed;
            background-color: #ca674c;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ffd6d4;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -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: 0;
}

.well-sm {
    padding: 9px;
    border-radius: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate3d(0, -25%, 0);
        -ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, -25%, 0);
        -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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-content > .well {
    margin: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
    background-color: #330066;
    background-image: url(/GZContent/Images/MZ_UI_titlebar_bg.png);
    background-repeat: no-repeat;
    cursor: move;
}

    .modal-header .close {
        margin-top: -2px;
    }
.modal-header .btn-xs, .modal-header .btn-xs:hover {
    background-color: #d5d4da;
    color: #306;
}
.modal-header .btn-xs:hover {
    opacity: .9;
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 0;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal;
    width: 276px;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: fadein(rgba(0,0,0,0.2), 5%);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: fadein(rgba(0,0,0,0.2), 5%);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: fadein(rgba(0,0,0,0.2), 5%);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: fadein(rgba(0,0,0,0.2), 5%);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            width: 100% \9;
            max-width: 100%;
            height: auto;
            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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
        background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}



.visible-print-inline {
    display: none !important;
}



.visible-print-inline-block {
    display: none !important;
}





body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

::selection {
    background: #f06623;
    color: #fff;
}

::-moz-selection {
    background: #f06623;
    color: #fff;
}

span.block {
    display: block;
}

.no-margin {
    margin: 0;
}

.no-border {
    border: 0;
}

.hide-border {
    border-style: hidden;
}
.no-margin-bottom {
    margin-bottom: 0;
}

a.bg-primary {
    background-color: #f06623;
    color: #fff;
}

    a.bg-primary:hover {
        background-color: #f06623;
        color: #fff;
    }

a.bg-success {
    background-color: #60cd9b;
    color: #fff;
}

    a.bg-success:hover {
        background-color: #60cd9b;
        color: #fff;
    }

a.bg-info {
    background-color: #66b5d7;
    color: #fff;
}

    a.bg-info:hover {
        background-color: #66b5d7;
        color: #fff;
    }

a.bg-warning {
    background-color: #eec95a;
    color: #fff;
}

    a.bg-warning:hover {
        background-color: #eec95a;
        color: #fff;
    }

a.bg-danger {
    background-color: #e87352;
    color: #fff;
}

    a.bg-danger:hover {
        background-color: #e87352;
        color: #fff;
    }

a.bg-orange {
    background-color: #ef9549;
    color: #fff;
}

    a.bg-orange:hover {
        background-color: #ef9549;
        color: #fff;
    }

.bg-primary {
    background-color: #f06623;
    color: #fff;
}

.bg-primary-light {
    background-color: #5bdddc;
    color: #fff;
}

.bg-success {
    background-color: #f06623;
    color: #fff;
}

.bg-info {
    background-color: #5b3284;
    color: #fff;
}

.bg-warning {
    background-color: #eec95a;
    color: #fff;
}

.bg-danger {
    background-color: #e87352;
    color: #fff;
}

.bg-orange {
    background-color: #ef9549;
    color: #fff;
}

.bg-violet {
    background-color: #8170ca;
    color: #fff;
}

.bg-dark {
    background-color: #242633;
    color: #fff;
}

.bg-bright {
    background-color: #fafafa;
    color: #767676;
}

.bg-reverse {
    background-color: #fff;
    color: #767676;
}

.bg-facebook {
    background-color: #335397;
    color: #fff;
}

.bg-twitter {
    background-color: #00c7f7;
    color: #fff;
}

.bg-google-plus {
    background-color: #df4a32;
    color: #fff;
}

.page-container {
    max-width: 1170px;
    margin: auto;
}

.gradient-text {
    font-size: 150px;
    font-weight: 300;
    color: #f06623;
    background: -webkit-linear-gradient(92deg, #fb83fa, #00aced);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-small {
    font-size: 12px;
}

.text-normal {
    font-size: 14px;
}

.text-huge {
    font-size: 72px;
}

.text-large {
    font-size: 50px;
}

.size-h1 {
    font-size: 36px;
}

.size-h2 {
    font-size: 30px;
}

.size-h3 {
    font-size: 24px;
}

.size-h4 {
    font-size: 18px;
}

.text-thin {
    font-weight: 300;
}

.text-ultralight {
    font-weight: 100;
}

.color-primary {
    color: #f06623;
}

.color-success {
    color: #60cd9b;
}

.color-info {
    color: #66b5d7;
}

.color-info-alt {
    color: #8170ca;
}

.color-warning {
    color: #eec95a;
}

.color-danger {
    color: #e87352;
}

.color-dark {
    color: #242633;
}

.color-reverse {
    color: #fff;
}

.color-gray-darker {
    color: #222;
}

.color-gray-dark {
    color: #333;
}

.color-gray {
    color: #555;
}

.color-gray-light {
    color: #999;
}

.color-gray-lighter {
    color: #eee;
}

.dropcap, .dropcap-square, .dropcap-circle {
    display: block;
    float: left;
    font-weight: normal;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none;
}

.dropcap {
    font-size: 3.1em;
}

.dropcap-square, .dropcap-circle {
    background-color: #444;
    color: #fff;
    width: 36px;
    text-align: center;
}

.dropcap-square {
    border-radius: 0;
    font-size: 2.3em;
}

.dropcap-circle {
    border-radius: 50%;
    font-size: 1.78em;
}

.dropcap.colored {
    color: #f06623;
}

.dropcap-square.colored, .dropcap-circle.colored {
    background-color: #f06623;
}

.highlight {
    background-color: #f06623;
    color: #fff;
    border-radius: 0;
    padding: 2px 5px;
}

.highlight A {
    color: #fff;
}

.divider {
    display: block;
    height: 10px;
}

.divider-sm {
    height: 15px;
}

.divider-md {
    height: 20px;
}

.divider-lg {
    height: 30px;
}

.divider-xl {
    height: 50px;
}

.space {
    display: inline;
    padding: 5px;
}

.space-md {
    padding: 15px;
}

.space-lg {
    padding: 25px;
}

.table-dynamic .table-filters {
    margin: 10px 0;
    padding: 8px;
}

.table-dynamic .filter-result-info {
    padding: 7px;
}

.table-dynamic .table-bordered {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .table-dynamic .table-bordered thead th {
        position: relative;
        padding: 0;
    }

        .table-dynamic .table-bordered thead th > .th {
            position: relative;
            padding: 8px 20px 8px 8px;
        }

        .table-dynamic .table-bordered thead th .glyphicon-chevron-up, .table-dynamic .table-bordered thead th .glyphicon-chevron-down {
            position: absolute;
            color: #999;
        }

            .table-dynamic .table-bordered thead th .glyphicon-chevron-up:hover, .table-dynamic .table-bordered thead th .glyphicon-chevron-down:hover {
                color: #f06623;
                cursor: pointer;
            }

            .table-dynamic .table-bordered thead th .glyphicon-chevron-up.active, .table-dynamic .table-bordered thead th .glyphicon-chevron-down.active {
                color: #f06623;
            }

        .table-dynamic .table-bordered thead th .glyphicon-chevron-up {
            top: 4px;
            right: 5px;
        }

        .table-dynamic .table-bordered thead th .glyphicon-chevron-down {
            top: 18px;
            right: 6px;
        }

.table-dynamic .table-footer {
    margin: 10px 0;
    padding: 8px;
}

.table-dynamic .page-num-info span {
    padding: 6px;
}

.table-dynamic .pagination-container ul {
    margin: 0;
}

    .table-dynamic .pagination-container ul li:hover {
        cursor: pointer;
    }

@media only screen and (max-width: 800px) {
    .table-flip-scroll .cf:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .table-flip-scroll * html .cf {
        zoom: 1;
    }

    .table-flip-scroll *:first-child + html .cf {
        zoom: 1;
    }

    .table-flip-scroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .table-flip-scroll th, .table-flip-scroll td {
        margin: 0;
        vertical-align: top;
    }

    .table-flip-scroll th {
        text-align: left;
    }

    .table-flip-scroll table {
        display: block;
        position: relative;
        width: 100%;
    }

    .table-flip-scroll thead {
        display: block;
        float: left;
    }

    .table-flip-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }

    .table-flip-scroll thead tr {
        display: block;
    }

    .table-flip-scroll .table > thead > tr > th:first-child {
        border-top: 1px solid #ddd;
    }

    .table-flip-scroll th {
        display: block;
        text-align: right;
    }

    .table-flip-scroll tbody tr {
        display: inline-block;
        vertical-align: top;
    }

    .table-flip-scroll td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }

    .table-flip-scroll th {
        border-bottom: 0;
        border-left: 0;
    }

    .table-flip-scroll td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .table-flip-scroll tbody tr {
        border-left: 1px solid #babcbf;
    }

    .table-flip-scroll th:last-child, .table-flip-scroll td:last-child {
        border-bottom: 1px solid #babcbf;
    }
}

.ui-radio {
    position: relative;
    margin: 0 20px 10px 20px;
}

    .ui-radio input[type="radio"] {
        display: none;
    }

        .ui-radio input[type="radio"] + span {
            font-weight: normal;
        }

            .ui-radio input[type="radio"] + span:before {
                content: "";
                width: 18px;
                height: 18px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
                margin-left: -20px;
                background: white;
                border-radius: 50%;
                border: 1px solid #ccc;
            }

        .ui-radio input[type="radio"]:disabled + span:before {
            opacity: .65;
            border: 1px solid #ccc;
            cursor: no-drop;
        }

        .ui-radio input[type="radio"]:checked + span:after {
            content: "";
            width: 8px;
            height: 8px;
            position: absolute;
            top: 7px;
            left: -15px;
            background-color: #f06623;
            border-radius: 50%;
            display: block;
        }

        .ui-radio input[type="radio"]:disabled:checked + span:after {
            opacity: .65;
            cursor: no-drop;
            background-color: #ccc;
        }

.ui-checkbox {
    position: relative;
    margin: 0 20px 10px 20px;
}

    .ui-checkbox input[type="checkbox"] {
        display: none;
    }

        .ui-checkbox input[type="checkbox"] + span {
            font-weight: normal;
        }

            .ui-checkbox input[type="checkbox"] + span:before {
                content: "";
                width: 18px;
                height: 18px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
                margin-left: -20px;
                background-color: transparent;
                border-radius: 0;
                border: 1px solid #ccc;
            }

        .ui-checkbox input[type="checkbox"]:disabled + span:before {
            opacity: .65;
            border: 1px solid #ccc;
            cursor: no-drop;
        }

        .ui-checkbox input[type="checkbox"]:checked + span:before {
            background-color: #f06623;
            border: 1px solid #f06623;
        }

        .ui-checkbox input[type="checkbox"]:checked + span:after {
            content: "";
            width: 8px;
            height: 8px;
            position: absolute;
            top: 7px;
            left: -15px;
            background: url(/GZContent/img/checkmark.png) no-repeat center center;
            background-size: 14px 14px;
            display: block;
        }

        .ui-checkbox input[type="checkbox"]:disabled:checked + span:before {
            opacity: .65;
            background-color: #ccc;
            border: 1px solid #ccc;
        }

        .ui-checkbox input[type="checkbox"]:disabled:checked + span:after {
            opacity: .65;
            cursor: no-drop;
            background: url(/GZContent/img/checkmark.png) no-repeat center center;
        }

.ui-editor .btn-toolbar {
    margin-bottom: 10px;
}

    .ui-editor .btn-toolbar .btn {
        font-size: 12px;
    }

    .ui-editor .btn-toolbar .btn-group {
        margin: 5px;
    }

    .ui-editor .btn-toolbar .btn-default {
        background-color: #fff;
        color: #767676;
    }

.ui-editor #taTextElement {
    overflow: auto;
    min-height: 300px;
}

.ui-datepicker table {
    margin: 0 5px;
}

    .ui-datepicker table th, .ui-datepicker table td {
        padding: 1px;
    }

.ui-timepicker td {
    padding: 1px;
}

.ui-rating .fa {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

    .ui-rating .fa.fa-star {
        color: #5bdddc;
    }

.ui-rating.ui-rating-success .fa.fa-star {
    color: #60cd9b;
}

.ui-rating.ui-rating-info .fa.fa-star {
    color: #66b5d7;
}

.ui-rating.ui-rating-warning .fa.fa-star {
    color: #eec95a;
}

.ui-rating.ui-rating-danger .fa.fa-star {
    color: #e87352;
}

.form-control {
    border-width: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
select.form-control, .multiSelect > button.form-control {
	background-image: -webkit-linear-gradient(#fff, #e9e9e9);
	background-image: -o-linear-gradient(#fff, #e9e9e9);
	background-image: linear-gradient(#fff, #e9e9e9);
}
.input-group select.form-control  {
}
select.form-control:hover {
    background: -webkit-linear-gradient(#f7f7f7 0%, #dfdfdf 100%);
    background: -o-linear-gradient(#f7f7f7 0%, #dfdfdf 100%);
    background: linear-gradient(#f7f7f7 0%, #dfdfdf 100%);
	border: 1px solid #ccc;
}
.form-control[type="search"] {
	background-image: none;
    background-color: #fbf2ef;
    border-color: #f1bba1;
}

.form-control:focus {
    border-color: #f06623;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-group .col-sm-10 {
    position: relative;
}

    .form-group .col-sm-10 .icon {
        position: absolute;
        right: 25px;
        top: 10px;
    }

input.input-primary {
    border-color: #f06623;
}

    input.input-primary:focus {
        border-color: #f06623;
    }

input.input-info {
    border-color: #66b5d7;
}

    input.input-info:focus {
        border-color: #66b5d7;
    }

input.input-success {
    border-color: #60cd9b;
}

    input.input-success:focus {
        border-color: #60cd9b;
    }

input.input-warning {
    border-color: #eec95a;
}

    input.input-warning:focus {
        border-color: #eec95a;
    }

input.input-danger {
    border-color: #e87352;
}

    input.input-danger:focus {
        border-color: #e87352;
    }

.drop-box {
    width: 100%;
    height: 100px;
    background: #F8F8F8;
    border: 2px dashed #DDD;
    text-align: center;
    padding-top: 35px;
    border-radius: 0;
}

.ui-select {
    position: relative;
}

    .ui-select > select {
        margin: 10px 0;
        padding: 10px 15px 10px 10px;
        width: 200px;
        position: relative;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
        text-indent: 0.01px;
        border: 1px solid #cbd5dd;
        border-radius: 0;
        text-overflow: ellipsis;
        -webkit-appearance: none;
    }

    .ui-select:after {
        z-index: 0;
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        color: #cbd5dd;
        width: 0;
        margin-top: -3px;
        height: 0;
        border-top: 6px solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

.ui-spinner {
    max-width: 200px;
}

    .ui-spinner .input-group-btn.btn-group-vertical > .btn {
        height: 17px;
        margin: 0;
        padding: 0 6px;
        text-align: center;
    }

        .ui-spinner .input-group-btn.btn-group-vertical > .btn:first-child {
            border-radius: 0 0 0 0 !important;
        }

        .ui-spinner .input-group-btn.btn-group-vertical > .btn:last-child {
            border-radius: 0 0 0 0;
        }

        .ui-spinner .input-group-btn.btn-group-vertical > .btn i {
            display: block;
            margin-top: -2px;
        }

.switch input {
    display: none;
}

.switch i {
    display: inline-block;
    cursor: pointer;
    padding-right: 25px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
}

    .switch i:before {
        display: block;
        content: '';
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background: white;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
        box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    }

.switch :checked + i {
    padding-right: 0;
    padding-left: 25px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #f06623;
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #f06623;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #f06623;
}

.switch.switch-success :checked + i {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #60cd9b;
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #60cd9b;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #60cd9b;
}

.switch.switch-info :checked + i {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #66b5d7;
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #66b5d7;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #66b5d7;
}

.switch.switch-warning :checked + i {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #eec95a;
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #eec95a;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #eec95a;
}

.switch.switch-danger :checked + i {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #e87352;
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #e87352;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5),inset 0 0 50px #e87352;
}

.btn-info-alt {
    color: #fff;
    background-color: #8170ca;
    border-color: #715dc3;
}

    .btn-info-alt:hover, .btn-info-alt:focus, .btn-info-alt:active, .btn-info-alt.active, .open > .btn-info-alt.dropdown-toggle {
        color: #fff;
        background-color: #604bbc;
        border-color: #513da6;
    }

    .btn-info-alt:active, .btn-info-alt.active, .open > .btn-info-alt.dropdown-toggle {
        background-image: none;
    }

    .btn-info-alt.disabled, .btn-info-alt.disabled:hover, .btn-info-alt.disabled:focus, .btn-info-alt.disabled:active, .btn-info-alt.disabled.active, .btn-info-alt[disabled], .btn-info-alt[disabled]:hover, .btn-info-alt[disabled]:focus, .btn-info-alt[disabled]:active, .btn-info-alt[disabled].active, fieldset[disabled] .btn-info-alt, fieldset[disabled] .btn-info-alt:hover, fieldset[disabled] .btn-info-alt:focus, fieldset[disabled] .btn-info-alt:active, fieldset[disabled] .btn-info-alt.active {
        background-color: #8170ca;
        border-color: #715dc3;
    }

    .btn-info-alt .badge {
        color: #8170ca;
        background-color: #fff;
    }

.btn-dark {
    color: #fff;
    background-color: #242633;
    border-color: #191b24;
}

    .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #0f1015;
        border-color: #000;
    }

    .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
        background-image: none;
    }

    .btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
        background-color: #242633;
        border-color: #191b24;
    }

    .btn-dark .badge {
        color: #242633;
        background-color: #fff;
    }

.btn-line-default {
    color: #767676;
    background-color: transparent;
    border-color: #ededed;
}

    .btn-line-default:hover, .btn-line-default:focus, .btn-line-default:active, .btn-line-default.active {
        color: #767676;
        background-color: #fafafa;
    }

.open .btn-line-default.dropdown-toggle {
    color: #767676;
    background-color: #fafafa;
}

.btn-line-primary {
    color: #767676;
    background-color: transparent;
    border-color: #c74a0d;
}

    .btn-line-primary:hover, .btn-line-primary:focus, .btn-line-primary:active, .btn-line-primary.active {
        color: #fff;
        background-color: #f06623;
    }

.open .btn-line-primary.dropdown-toggle {
    color: #fff;
    background-color: #f06623;
}

.btn-line-success {
    color: #767676;
    background-color: transparent;
    border-color: #4dc78f;
}

    .btn-line-success:hover, .btn-line-success:focus, .btn-line-success:active, .btn-line-success.active {
        color: #fff;
        background-color: #60cd9b;
    }

.open .btn-line-success.dropdown-toggle {
    color: #fff;
    background-color: #60cd9b;
}

.btn-line-info {
    color: #767676;
    background-color: transparent;
    border-color: #52abd2;
}

    .btn-line-info:hover, .btn-line-info:focus, .btn-line-info:active, .btn-line-info.active {
        color: #fff;
        background-color: #66b5d7;
    }

.open .btn-line-info.dropdown-toggle {
    color: #fff;
    background-color: #66b5d7;
}

.btn-line-warning {
    color: #767676;
    background-color: transparent;
    border-color: #ecc143;
}

    .btn-line-warning:hover, .btn-line-warning:focus, .btn-line-warning:active, .btn-line-warning.active {
        color: #fff;
        background-color: #eec95a;
    }

.open .btn-line-warning.dropdown-toggle {
    color: #fff;
    background-color: #eec95a;
}

.btn-line-danger {
    color: #767676;
    background-color: transparent;
    border-color: #e5613b;
}

    .btn-line-danger:hover, .btn-line-danger:focus, .btn-line-danger:active, .btn-line-danger.active {
        color: #fff;
        background-color: #e87352;
    }

.open .btn-line-danger.dropdown-toggle {
    color: #fff;
    background-color: #e87352;
}

.btn-line-dark {
    color: #767676;
    background-color: transparent;
    border-color: #191b24;
}

    .btn-line-dark:hover, .btn-line-dark:focus, .btn-line-dark:active, .btn-line-dark.active {
        color: #fff;
        background-color: #242633;
    }

.open .btn-line-dark.dropdown-toggle {
    color: #fff;
    background-color: #242633;
}

.btn-direction {
    position: relative;
    border: 0;
    line-height: 20px;
}

.btn-left:before {
    content: " ";
    line-height: 0;
    position: absolute;
    top: 0;
    left: -26px;
    border: 16px solid transparent;
    border-right: 10px solid #fafafa;
}

.btn-left:hover:before {
    border-right: 10px solid #e6e6e6;
}

.btn-left.btn-primary:before {
    border-right: 10px solid #f06623;
}

.btn-left.btn-primary:hover:before {
    border-right: 10px solid #299f9e;
}

.btn-left.btn-success:before {
    border-right: 10px solid #60cd9b;
}

.btn-left.btn-success:hover:before {
    border-right: 10px solid #41c387;
}

.btn-left.btn-info:before {
    border-right: 10px solid #66b5d7;
}

.btn-left.btn-info:hover:before {
    border-right: 10px solid #46a5cf;
}

.btn-left.btn-warning:before {
    border-right: 10px solid #eec95a;
}

.btn-left.btn-warning:hover:before {
    border-right: 10px solid #eabd35;
}

.btn-left.btn-danger:before {
    border-right: 10px solid #e87352;
}

.btn-left.btn-danger:hover:before {
    border-right: 10px solid #e3562e;
}

.btn-right:before {
    content: " ";
    line-height: 0;
    position: absolute;
    top: 0;
    right: -26px;
    border: 16px solid transparent;
    border-left: 10px solid #fafafa;
}

.btn-right:hover:before {
    border-left: 10px solid #e6e6e6;
}

.btn-right.btn-primary:before {
    border-left: 10px solid #f06623;
}

.btn-right.btn-primary:hover:before {
    border-left: 10px solid #299f9e;
}

.btn-right.btn-success:before {
    border-left: 10px solid #60cd9b;
}

.btn-right.btn-success:hover:before {
    border-left: 10px solid #41c387;
}

.btn-right.btn-info:before {
    border-left: 10px solid #66b5d7;
}

.btn-right.btn-info:hover:before {
    border-left: 10px solid #46a5cf;
}

.btn-right.btn-warning:before {
    border-left: 10px solid #eec95a;
}

.btn-right.btn-warning:hover:before {
    border-left: 10px solid #eabd35;
}

.btn-right.btn-danger:before {
    border-left: 10px solid #e87352;
}

.btn-right.btn-danger:hover:before {
    border-left: 10px solid #e3562e;
}

.btn-up:before {
    content: " ";
    line-height: 0;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fafafa;
}

.btn-up:hover:before {
    border-bottom: 8px solid #e6e6e6;
}

.btn-up.btn-primary:before {
    border-bottom: 8px solid #f06623;
}

.btn-up.btn-primary:hover:before {
    border-bottom: 8px solid #299f9e;
}

.btn-up.btn-success:before {
    border-bottom: 8px solid #60cd9b;
}

.btn-up.btn-success:hover:before {
    border-bottom: 8px solid #41c387;
}

.btn-up.btn-info:before {
    border-bottom: 8px solid #66b5d7;
}

.btn-up.btn-info:hover:before {
    border-bottom: 8px solid #46a5cf;
}

.btn-up.btn-warning:before {
    border-bottom: 8px solid #eec95a;
}

.btn-up.btn-warning:hover:before {
    border-bottom: 8px solid #eabd35;
}

.btn-up.btn-danger:before {
    border-bottom: 8px solid #e87352;
}

.btn-up.btn-danger:hover:before {
    border-bottom: 8px solid #e3562e;
}

.btn-down:before {
    content: " ";
    line-height: 0;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #fafafa;
}

.btn-down:hover:before {
    border-top: 8px solid #e6e6e6;
}

.btn-down.btn-primary:before {
    border-top: 8px solid #f06623;
}

.btn-down.btn-primary:hover:before {
    border-top: 8px solid #299f9e;
}

.btn-down.btn-success:before {
    border-top: 8px solid #60cd9b;
}

.btn-down.btn-success:hover:before {
    border-top: 8px solid #41c387;
}

.btn-down.btn-info:before {
    border-top: 8px solid #66b5d7;
}

.btn-down.btn-info:hover:before {
    border-top: 8px solid #46a5cf;
}

.btn-down.btn-warning:before {
    border-top: 8px solid #eec95a;
}

.btn-down.btn-warning:hover:before {
    border-top: 8px solid #eabd35;
}

.btn-down.btn-danger:before {
    border-top: 8px solid #e87352;
}

.btn-down.btn-danger:hover:before {
    border-top: 8px solid #e3562e;
}

.btn-w-xs {
    min-width: 80px;
}

.btn-w-sm {
    min-width: 100px;
}

.btn-w-md {
    min-width: 120px;
}

.btn-w-lg {
    min-width: 150px;
}

.btn-round {
    border-radius: 25px;
}

.btn-gap {
    margin: 5px;
}

.btn-gap-h {
    margin: 0 5px;
}

.btn-gap-v {
    margin: 0 0 5px;
}

.btn-icon {
    display: inline-block;
    text-align: center;
    border-radius: 0;
}

    .btn-icon:hover {
        color: #fff;
    }

.btn-icon-round {
    border-radius: 50%;
}

.btn-icon-sm {
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.btn-icon-md {
    height: 45px;
    width: 45px;
    line-height: 45px;
}

.btn-twitter {
    color: #fff;
    background-color: #00c7f7;
    border-color: #00c7f7;
}

    .btn-twitter:hover {
        color: #fff;
        background-color: #00a6ce;
        border-color: #0096ba;
    }

.btn-facebook {
    color: #fff;
    background-color: #335397;
    border-color: #335397;
}

    .btn-facebook:hover {
        color: #fff;
        background-color: #294279;
        border-color: #243a69;
    }

.btn-gplus, .btn-google-plus {
    color: #fff;
    background-color: #dd4a38;
    border-color: #dd4a38;
}

    .btn-gplus:hover, .btn-google-plus:hover {
        color: #fff;
        background-color: #ca3522;
        border-color: #b8301f;
    }

.btn-instagram {
    color: #fff;
    background-color: #82685a;
    border-color: #82685a;
}

    .btn-instagram:hover {
        color: #fff;
        background-color: #6a5549;
        border-color: #5e4b41;
    }

.btn-vimeo {
    color: #fff;
    background-color: #63879c;
    border-color: #63879c;
}

    .btn-vimeo:hover {
        color: #fff;
        background-color: #537183;
        border-color: #4b6777;
    }

.btn-flickr {
    color: #fff;
    background-color: #0061db;
    border-color: #0061db;
}

    .btn-flickr:hover {
        color: #fff;
        background-color: #004fb2;
        border-color: #00469e;
    }

.btn-github {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b;
}

    .btn-github:hover {
        color: #fff;
        background-color: #272727;
        border-color: #1c1c1c;
    }

.btn-pinterest {
    color: #fff;
    background-color: #d73532;
    border-color: #d73532;
}

    .btn-pinterest:hover {
        color: #fff;
        background-color: #bc2725;
        border-color: #ab2421;
    }

.btn-tumblr {
    color: #fff;
    background-color: #586980;
    border-color: #586980;
}

    .btn-tumblr:hover {
        color: #fff;
        background-color: #475568;
        border-color: #3f4b5c;
    }

.btn-linkedin {
    color: #fff;
    background-color: #018faf;
    border-color: #018faf;
}

    .btn-linkedin:hover {
        color: #fff;
        background-color: #016e86;
        border-color: #015d72;
    }

.btn-dribbble {
    color: #fff;
    background-color: #ea73a0;
    border-color: #ea73a0;
}

    .btn-dribbble:hover {
        color: #fff;
        background-color: #e55088;
        border-color: #e23e7c;
    }

.btn-stumbleupon {
    color: #fff;
    background-color: #ea4b24;
    border-color: #ea4b24;
}

    .btn-stumbleupon:hover {
        color: #fff;
        background-color: #d13914;
        border-color: #bf3412;
    }

.btn-lastfm {
    color: #fff;
    background-color: #b80638;
    border-color: #b80638;
}

    .btn-lastfm:hover {
        color: #fff;
        background-color: #90052c;
        border-color: #7d0426;
    }

.btn-evernote {
    color: #fff;
    background-color: #3bab27;
    border-color: #3bab27;
}

    .btn-evernote:hover {
        color: #fff;
        background-color: #308a1f;
        border-color: #2a791c;
    }

.btn-skype {
    color: #fff;
    background-color: #00b0f6;
    border-color: #00b0f6;
}

    .btn-skype:hover {
        color: #fff;
        background-color: #0093cd;
        border-color: #0084b9;
    }

.btn-soundcloud {
    color: #fff;
    background-color: #06f;
    border-color: #06f;
}

    .btn-soundcloud:hover {
        color: #fff;
        background-color: #0056d6;
        border-color: #004ec2;
    }

.btn-behance {
    color: #fff;
    background-color: #b80638;
    border-color: #b80638;
}

    .btn-behance:hover {
        color: #fff;
        background-color: #90052c;
        border-color: #7d0426;
    }

.btn-rss {
    color: #fff;
    background-color: #f79638;
    border-color: #f79638;
}

    .btn-rss:hover {
        color: #fff;
        background-color: #f58111;
        border-color: #e87709;
    }

.btn-youtube {
    color: #fff;
    background-color: #cc181e;
    border-color: #cc181e;
}

    .btn-youtube:hover {
        color: #fff;
        background-color: #a71419;
        border-color: #951216;
    }

.btn-metro {
    position: relative;
    padding: 0;
    border: 0;
    width: 180px;
    height: 180px;
    font-size: 21px;
    text-align: center;
}

    .btn-metro i {
        font-size: 48px;
        line-height: 180px;
    }

    .btn-metro span {
        position: absolute;
        left: 15px;
        bottom: 15px;
    }

html {
    overflow: hidden;
}

    html.page {
        overflow-y: auto;
    }

@-webkit-keyframes fade-up-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fade-up-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-o-keyframes fade-up-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fade-up-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes fade-down-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fade-down-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-o-keyframes fade-down-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fade-down-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}


@-webkit-keyframes fade-up-leave {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}

@-moz-keyframes fade-up-leave {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}

@-o-keyframes fade-up-leave {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}

@keyframes fade-up-leave {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}

.animate-fade-up.ng-enter {
    -webkit-animation: 0.35s fade-up-enter;
    -moz-animation: 0.35s fade-up-enter;
    -o-animation: 0.35s fade-up-enter;
    animation: 0.35s fade-up-enter;
}

@-webkit-keyframes animate-flip-y-enter {
    0% {
        -webkit-transform: perspective(3000px) rotateY(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(3000px) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes animate-flip-y-enter {
    0% {
        -webkit-transform: perspective(3000px) rotateY(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(3000px) rotateY(0deg);
        opacity: 1;
    }
}

@-o-keyframes animate-flip-y-enter {
    0% {
        -webkit-transform: perspective(3000px) rotateY(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(3000px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes animate-flip-y-enter {
    0% {
        -webkit-transform: perspective(3000px) rotateY(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(3000px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes animate-flip-y-leave {
    0% {
        -webkit-transform: perspective(3000px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(3000px) rotateY(-90deg);
        opacity: 0;
    }
}

@-moz-keyframes animate-flip-y-leave {
    0% {
        -webkit-transform: perspective(3000px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(3000px) rotateY(-90deg);
        opacity: 0;
    }
}

@-o-keyframes animate-flip-y-leave {
    0% {
        -webkit-transform: perspective(3000px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(3000px) rotateY(-90deg);
        opacity: 0;
    }
}

@keyframes animate-flip-y-leave {
    0% {
        -webkit-transform: perspective(3000px) rotateY(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(3000px) rotateY(-90deg);
        opacity: 0;
    }
}

.animate-flip-y.ng-enter {
    -webkit-animation: 0.5s animate-flip-y-enter;
    -moz-animation: 0.5s animate-flip-y-enter;
    -o-animation: 0.5s animate-flip-y-enter;
    animation: 0.5s animate-flip-y-enter;
}

.animate-flip-y.ng-leave {
    -webkit-animation: 0.5s animate-flip-y-leave;
    -moz-animation: 0.5s animate-flip-y-leave;
    -o-animation: 0.5s animate-flip-y-leave;
    animation: 0.5s animate-flip-y-leave;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        transform: translateY(0);
    }
}

@-moz-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        transform: translateY(0);
    }
}

@-o-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

@-moz-keyframes slideOutUp {
    0% {
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

@-o-keyframes slideOutUp {
    0% {
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

.animate-vertical-slide.ng-hide-add {
    -webkit-animation: 0.35s slideOutUp ease-in-out;
    -moz-animation: 0.35s slideOutUp ease-in-out;
    -o-animation: 0.35s slideOutUp ease-in-out;
    animation: 0.35s slideOutUp ease-in-out;
}

.animate-vertical-slide.ng-hide-remove {
    -webkit-animation: 0.35s 0.35s slideInDown ease-in-out;
    -moz-animation: 0.35s 0.35s slideInDown ease-in-out;
    -o-animation: 0.35s 0.35s slideInDown ease-in-out;
    animation: 0.35s 0.35s slideInDown ease-in-out;
}

.badge-primary {
    background-color: #f06623;
}

.badge-success {
    background-color: #60cd9b;
}

.badge-info {
    background-color: #66b5d7;
}

.badge-warning {
    background-color: #eec95a;
}

.badge-danger {
    background-color: #e87352;
}

.breadcrumb a {
    color: #767676;
}

    .breadcrumb a:hover {
        text-decoration: none;
    }

.breadcrumb-alt {
    overflow: hidden;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

    .breadcrumb-alt > li {
        float: left;
        margin: 0 25px 0 0;
    }

        .breadcrumb-alt > li > a {
            position: relative;
            float: left;
            background-color: #eee;
            color: #767676;
            font-size: 12px;
            padding: 10px;
        }

            .breadcrumb-alt > li > a:before {
                position: absolute;
                top: 50%;
                left: -1em;
                margin-top: -1.6em;
                border-color: #eee #eee #eee rgba(0,0,0,0);
                border-style: solid;
                border-width: 1.5em 0 1.7em 1em;
                content: "";
            }

            .breadcrumb-alt > li > a:after {
                position: absolute;
                top: 50%;
                right: -1em;
                margin-top: -1.5em;
                border-bottom: 1.5em solid rgba(0,0,0,0);
                border-left: 1em solid #eee;
                border-top: 1.5em solid rgba(0,0,0,0);
                content: "";
            }

            .breadcrumb-alt > li > a:hover, .breadcrumb-alt > li > a.active {
                text-decoration: none;
                background-color: #f06623;
                color: #fff;
            }

                .breadcrumb-alt > li > a:hover:before, .breadcrumb-alt > li > a.active:before {
                    border-color: #f06623 #f06623 #f06623 rgba(0,0,0,0);
                }

                .breadcrumb-alt > li > a:hover:after, .breadcrumb-alt > li > a.active:after {
                    border-left: 1em solid #f06623;
                }

.callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

    .callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .callout p:last-child {
        margin-bottom: 0;
    }

.callout-success {
    background-color: #f3faf3;
    border-color: #60cd9b;
}

    .callout-success h4 {
        color: #60cd9b;
    }

.callout-info {
    background-color: #f4f8fa;
    border-color: #66b5d7;
}

    .callout-info h4 {
        color: #66b5d7;
    }

.callout-warning {
    background-color: #fcf8f2;
    border-color: #eec95a;
}

    .callout-warning h4 {
        color: #eec95a;
    }

.callout-danger {
    background-color: #fdf7f7;
    border-color: #e87352;
}

    .callout-danger h4 {
        color: #e87352;
    }

.dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .dropdown-menu.dropdown-dark {
        background-color: #242633;
    }

        .dropdown-menu.dropdown-dark.with-arrow:after {
            border-bottom: 7px solid #242633;
        }

        .dropdown-menu.dropdown-dark > li > a {
            color: #999;
        }

    .dropdown-menu.with-arrow {
        margin-top: 0;
    }

        .dropdown-menu.with-arrow:before {
            content: " ";
            position: absolute;
            left: 12px;
            top: -16px;
            border: 8px solid transparent;
            border-bottom: 8px solid rgba(0,0,0,0.15);
        }

        .dropdown-menu.with-arrow:after {
            content: " ";
            position: absolute;
            left: 13px;
            top: -14px;
            border: 7px solid transparent;
            border-bottom: 7px solid #fff;
        }        
        .dropup .dropdown-menu.with-arrow:before {
            content: " ";
            position: absolute;
            left: 12px;
            bottom: -16px;
            top: auto;
            border: 8px solid transparent;
            border-top: 8px solid rgba(0,0,0,0.15);
        }

        .dropup .dropdown-menu.with-arrow:after {
            content: " ";
            position: absolute;
            left: 13px;
            bottom: -14px;
            top: auto;
            border: 7px solid transparent;
            border-top: 7px solid #fff;
        }

        .dropdown-menu.with-arrow.pull-right {
            margin-top: 0;
        }

            .dropdown-menu.with-arrow.pull-right:before {
                left: auto;
                right: 12px;
            }

            .dropdown-menu.with-arrow.pull-right:after {
                left: auto;
                right: 13px;
            }

        .dropdown-menu.with-arrow.panel-default:before {
            border-bottom: 8px solid #e9e9e9;
        }

        .dropdown-menu.with-arrow.panel-default:after {
            border-bottom: 7px solid #f6f6f6;
        }

        .dropdown-menu.with-arrow.panel-dark:before {
            border-bottom: 8px solid #242633;
        }

        .dropdown-menu.with-arrow.panel-dark:after {
            border-bottom: 7px solid #242633;
        }

        .dropdown-menu.with-arrow.panel-primary:before {
            border-bottom: 8px solid #f06623;
        }

        .dropdown-menu.with-arrow.panel-primary:after {
            border-bottom: 7px solid #f06623;
        }

        .dropdown-menu.with-arrow.panel-success:before {
            border-bottom: 8px solid #d5ffe1;
        }

        .dropdown-menu.with-arrow.panel-success:after {
            border-bottom: 7px solid #eefff6;
        }

        .dropdown-menu.with-arrow.panel-info:before {
            border-bottom: 8px solid #cbebff;
        }

        .dropdown-menu.with-arrow.panel-info:after {
            border-bottom: 7px solid #eff6ff;
        }

        .dropdown-menu.with-arrow.panel-warning:before {
            border-bottom: 8px solid #ffeed6;
        }

        .dropdown-menu.with-arrow.panel-warning:after {
            border-bottom: 7px solid #fffbef;
        }

        .dropdown-menu.with-arrow.panel-danger:before {
            border-bottom: 8px solid #ffd6d4;
        }

        .dropdown-menu.with-arrow.panel-danger:after {
            border-bottom: 7px solid #fff1ed;
        }

.square-icon {
    display: block;
    text-align: center;
}

    .square-icon.sm {
        width: 35px;
        height: 35px;
        font-size: 16px;
        line-height: 35px;
    }

img.img30_30 {
    width: 30px;
    height: 30px;
    display: -moz-box;
}

img.img64_64 {
    width: 64px;
    height: 64px;
    display: -moz-box;
}

img.img80_80 {
    width: 80px;
    height: 80px;
    display: -moz-box;
}

img.img100_100 {
    width: 100px;
    height: 100px;
    display: -moz-box;
}

img.img200_200 {
    width: 200px;
    height: 200px;
    display: -moz-box;
}

img.img400_400 {
    width: 400px;
    height: 400px;
    display: -moz-box
}

img.img468_60 {
    width: 468px;
    height: 60px;
    display: -moz-box;
}

.img-border {
    border: 1px solid #c0c0c0;
}

.label {
    padding: .5em .8em;
}

.label-info-alt {
    background: #8170ca;
}

.list-group-item {
    padding: 5px;
    border: 1px solid #f3f3f3;
}

.list-info li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

    .list-info li:last-child {
        border-bottom: none;
    }

    .list-info li .icon {
        margin-right: 10px;
        color: #f06623;
    }

    .list-info li label {
        width: 100px;
    }

.mail-categories .list-group .list-group-item {
    padding: 0;
}

    .mail-categories .list-group .list-group-item.active > a {
        border-left: 3px solid #f06623;
        color: #f06623;
        background-color: #fafafa;
    }

    .mail-categories .list-group .list-group-item > a {
        display: block;
        padding: 15px;
        text-decoration: none;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

        .mail-categories .list-group .list-group-item > a:hover {
            border-left: 3px solid #f06623;
            color: #f06623;
            background-color: #fafafa;
        }

        .mail-categories .list-group .list-group-item > a > i {
            font-size: 16px;
            width: 18px;
            margin-right: 5px;
        }

            .mail-categories .list-group .list-group-item > a > i.fa-circle {
                font-size: 14px;
            }

.mail-container .mail-options {
    padding: 12px;
}

.mail-container .table {
    margin-bottom: 0;
    border-top: 1px solid #ddd;
}

    .mail-container .table tr:hover {
        cursor: pointer;
    }

    .mail-container .table tr > td {
        padding: 12px;
    }

        .mail-container .table tr > td > .fa-star {
            color: #ccc;
        }

            .mail-container .table tr > td > .fa-star.active {
                color: #e87352;
            }

    .mail-container .table label.ui-checkbox {
        margin-bottom: 0;
    }

    .mail-container .table .mail-unread {
        font-weight: bold;
        color: #333;
    }

    .mail-container .table .mail-hightlight td {
        background-color: #fffbef;
    }

.mail-container .mail-header {
    padding: 15px 0;
}

    .mail-container .mail-header h3 {
        margin-top: 0;
    }

.mail-container .mail-info {
    padding: 10px 15px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

    .mail-container .mail-info .col-md-8, .mail-container .mail-info .col-md-4 {
        padding: 0;
    }

.mail-container .mail-content {
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
}

.mail-container .mail-attachments {
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
}

    .mail-container .mail-attachments .list-attachs img {
        max-width: 200px;
        max-height: 200px;
    }

.mail-container .mail-actions {
    margin-top: 10px;
}

.mail-compose .form-group > input {
    border: none;
}

    .mail-compose .form-group > input:focus {
        border: none;
    }

.mail-compose .mail-actions {
    margin-top: 10px;
}

.nav-boxed {
    background-color: #fff;
    border-radius: 0;
}

    .nav-boxed.nav-justified > li > a {
        margin: 0;
    }

    .nav-boxed > li > a {
        display: block;
        padding: 10px 5px;
        border-left: 0;
        border-top: 1px solid #f3f3f3;
    }

@media (min-width: 768px) {
    .nav-boxed > li > a {
        border-top: 0;
        border-left: 1px solid #f3f3f3;
    }
}

.nav-boxed > li > a > i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 2px;
    font-size: 30px;
}

.nav-boxed > li:first-child > a {
    border-left: none;
    border-top: 0;
}

@media (min-width: 768px) {
    .nav-boxed > li:first-child > a {
        border-left: 1px solid #f3f3f3;
    }
}

.panel .panel-heading {
    text-transform: uppercase;
}

.panel .panel-title {
    font-size: 14px;
}

.panel-dark {
    border-color: #242633;
}

    .panel-dark > .panel-heading {
        color: #fff;
        background-color: #242633;
        border-color: #242633;
    }

        .panel-dark > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #242633;
        }

        .panel-dark > .panel-heading .badge {
            color: #242633;
            background-color: #fff;
        }

    .panel-dark > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #242633;
    }

.panel-box {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
}

    .panel-box .panel-item {
        display: table-cell;
        padding: 30px;
        width: 1%;
        vertical-align: top;
        border-radius: 0;
    }

    .panel-box .panel-left {
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .panel-box .panel-right {
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .panel-box.info-box i {
        line-height: 70px;
    }

    .panel-box .panel-top, .panel-box .panel-bottom {
        display: block;
    }

    .panel-box .panel-top {
        padding: 30px 20px;
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

    .panel-box .panel-bottom {
        padding: 10px;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

        .panel-box .panel-bottom p {
            margin: 0;
        }

    .panel-box .list-justified-container {
        padding: 15px 0;
    }

    .panel-box ul.list-justified {
        display: table;
        width: 100%;
        list-style: none;
        padding: 0;
    }

        .panel-box ul.list-justified > li {
            float: none;
            display: table-cell;
            padding: 10px;
            width: 1%;
            border-right: 1px solid #eee;
        }

            .panel-box ul.list-justified > li:last-child {
                border: none;
            }

            .panel-box ul.list-justified > li p {
                margin: 0;
            }

    .panel-box .panel-icon {
        display: block;
        margin: -75px auto 0;
        padding: 28px 35px 35px;
        border-radius: 50%;
        border: 10px solid #fff;
        width: 150px;
        height: 150px;
        line-height: 80px;
        text-align: center;
        font-size: 58px;
        text-shadow: -6px 8px 5px rgba(0,0,0,0.3);
    }

.mini-box {
    min-height: 105px;
    padding: 20px;
}

    .mini-box .box-icon {
        display: block;
        float: left;
        margin: 0 15px 10px 0;
        width: 65px;
        height: 65px;
        line-height: 65px;
        vertical-align: middle;
        text-align: center;
        font-size: 35px;

    }

    .ex-mini-box .box-icon {
        display: block;
        float: left;
        margin: 0 15px 25px 0;
        width: 45px;
        height: 45px;
        line-height: 45px;
        vertical-align: middle;
        text-align: center;
        font-size: 30px;
        border-radius: 8px;
    }

        .box-icon .rounded {
            border-radius: 8px;
        }

    .mini-box .box-info p {
        margin: 0;
    }
#SetupHome fieldset > .row { -webkit-column-count: 2; -moz-column-count:2;column-count:2;position: relative;z-index: 0;}
#SetupHome fieldset > .row > .col-sm-6 {
	width:100%;
    webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.info-nav-part .panel.ex-mini-box {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 0 20px;
	border-bottom: 1px solid #f2f2f2;
}
.panel-profile {
    border: none;
}

    .panel-profile .profile {
        margin: 5px 15px 5px 5px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 5px #51d3d1,0 0 10px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 0 5px #51d3d1,0 0 10px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 0 5px #51d3d1,0 0 10px 0 rgba(0,0,0,0.2);
    }

        .panel-profile .profile img {
            border-radius: 50%;
        }

    .panel-profile .list-group > li > i {
        margin-right: 10px;
        font-size: 16px;
        color: #999;
        table-layout: fixed;
    }

    .panel-profile .list-justified-container {
        padding: 15px 0;
    }

    .panel-profile ul.list-justified {
        display: table;
        width: 100%;
        list-style: none;
        padding: 0;
    }

        .panel-profile ul.list-justified > li {
            float: none;
            display: table-cell;
            padding: 10px;
            width: 1%;
            border-right: 1px solid #eee;
        }

            .panel-profile ul.list-justified > li:last-child {
                border: none;
            }

            .panel-profile ul.list-justified > li p {
                margin: 0;
            }

.pricing-table {
    margin-bottom: 20px;
    text-align: center;
    background-color: #ccc;
    color: #fff;
}

    .pricing-table > header {
        display: block;
        margin: 0;
        padding: 25px 10px;
        background-color: rgba(0,0,0,0.05);
        font-size: 22px;
        line-height: 1;
        font-weight: bold;
        text-transform: uppercase;
    }

    .pricing-table .pricing-price {
        position: relative;
        padding: 35px 10px;
        font-size: 60px;
        line-height: 1;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

        .pricing-table .pricing-price em {
            font-size: .6em;
            font-weight: 300;
            font-style: normal;
            vertical-align: 10px;
        }

        .pricing-table .pricing-price sup {
            font-size: .45em;
        }

        .pricing-table .pricing-price sub {
            color: rgba(255,255,255,0.7);
            font-size: .25em;
            margin-left: -50px;
        }

    .pricing-table .pricing-body > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
    }

        .pricing-table .pricing-body > ul > li {
            padding: 22px 10px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

    .pricing-table > footer > a {
        display: block;
        margin: 0;
        padding: 22px 10px;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        background-color: rgba(0,0,0,0.05);
    }

        .pricing-table > footer > a > i {
            margin-right: 10px;
        }

.pricing-table-success {
    background-color: #60cd9b;
}

.pricing-table-info {
    background-color: #66b5d7;
}

.pricing-table-warning {
    background-color: #eec95a;
}

.pricing-table-danger {
    background-color: #e87352;
}

.ui-ribbon-container {
    position: relative;
}

    .ui-ribbon-container .ui-ribbon-wrapper {
        position: absolute;
        overflow: hidden;
        width: 85px;
        height: 88px;
        top: -3px;
        right: -3px;
    }

    .ui-ribbon-container .ui-ribbon {
        position: relative;
        display: block;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        padding: 7px 0;
        left: -5px;
        top: 15px;
        width: 120px;
        line-height: 20px;
        background-color: #555;
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

        .ui-ribbon-container .ui-ribbon:before, .ui-ribbon-container .ui-ribbon:after {
            position: absolute;
            content: " ";
            line-height: 0;
            border-top: 2px solid #555;
            border-left: 2px solid transparent;
            border-right: 2px solid transparent;
            bottom: -2px;
        }

        .ui-ribbon-container .ui-ribbon:before {
            left: 0;
            bottom: -1px;
        }

        .ui-ribbon-container .ui-ribbon:after {
            right: 0;
        }

    .ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
        background-color: #f06623;
    }

        .ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after {
            border-top: 2px solid #f06623;
        }

    .ui-ribbon-container.ui-ribbon-success .ui-ribbon {
        background-color: #60cd9b;
    }

        .ui-ribbon-container.ui-ribbon-success .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-success .ui-ribbon:after {
            border-top: 2px solid #60cd9b;
        }

    .ui-ribbon-container.ui-ribbon-info .ui-ribbon {
        background-color: #66b5d7;
    }

        .ui-ribbon-container.ui-ribbon-info .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-info .ui-ribbon:after {
            border-top: 2px solid #66b5d7;
        }

    .ui-ribbon-container.ui-ribbon-warning .ui-ribbon {
        background-color: #eec95a;
    }

        .ui-ribbon-container.ui-ribbon-warning .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-warning .ui-ribbon:after {
            border-top: 2px solid #eec95a;
        }

    .ui-ribbon-container.ui-ribbon-danger .ui-ribbon {
        background-color: #e87352;
    }

        .ui-ribbon-container.ui-ribbon-danger .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-danger .ui-ribbon:after {
            border-top: 2px solid #e87352;
        }

.flags-sprite, .flags-american, .flags-china, .flags-france, .flags-germany, .flags-italy, .flags-japan, .flags-korea, .flags-portugal, .flags-russia, .flags-spain {
    background: url(/GZContent/ui/images/flags-sda58b55ae6.png) no-repeat;
}

.flags-american {
    background-position: 0 -160px;
    height: 32px;
    width: 32px;
}

.flags-china {
    background-position: 0 -64px;
    height: 32px;
    width: 32px;
}

.flags-france {
    background-position: 0 -192px;
    height: 32px;
    width: 32px;
}

.flags-germany {
    background-position: 0 -256px;
    height: 32px;
    width: 32px;
}

.flags-italy {
    background-position: 0 -224px;
    height: 32px;
    width: 32px;
}

.flags-japan {
    background-position: 0 -128px;
    height: 32px;
    width: 32px;
}

.flags-korea {
    background-position: 0 0;
    height: 32px;
    width: 32px;
}

.flags-portugal {
    background-position: 0 -32px;
    height: 32px;
    width: 32px;
}

.flags-russia {
    background-position: 0 -288px;
    height: 32px;
    width: 32px;
}

.flags-spain {
    background-position: 0 -96px;
    height: 32px;
    width: 32px;
}

.ui-timline-container {
    padding: 15px;
}

.ui-timline-left .ui-timeline:before {
    left: 0;
}

@media (min-width: 768px) {
    .ui-timline-left .ui-timeline .tl-item:before {
        display: none;
    }
}

@media (min-width: 768px) {
    .ui-timline-left .ui-timeline .tl-item .tl-caption {
        margin-left: -55px;
    }
}

@media (min-width: 768px) {
    .ui-timline-left .ui-timeline .tl-item .tl-body .tl-time {
        left: auto;
        right: 15px;
        color: #999;
    }
}

.ui-timeline {
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    .ui-timeline:before {
        background-color: #d5d5d5;
        bottom: 0px;
        content: "";
        position: absolute;
        left: 0;
        top: 30px;
        width: 1px;
        z-index: 0;
    }

@media (min-width: 768px) {
    .ui-timeline:before {
        left: 50%;
    }
}

.ui-timeline .tl-item {
    display: table-row;
    margin-bottom: 5px;
}

    .ui-timeline .tl-item:before {
        display: none;
        content: "";
    }

@media (min-width: 768px) {
    .ui-timeline .tl-item:before {
        display: block;
        width: 50%;
    }
}

.ui-timeline .tl-item .tl-caption {
    width: 150px;
    margin-left: -55px;
}

@media (min-width: 768px) {
    .ui-timeline .tl-item .tl-caption {
        margin-left: -110px;
    }
}

@media (min-width: 768px) {
    .ui-timeline .tl-item.alt {
        text-align: right;
    }

        .ui-timeline .tl-item.alt:before {
            display: none;
        }

        .ui-timeline .tl-item.alt:after {
            content: "";
            display: block;
            width: 50%;
        }

        .ui-timeline .tl-item.alt .tl-body .tl-entry {
            margin: 0 35px 15px 0;
        }

        .ui-timeline .tl-item.alt .tl-body .tl-time {
            right: -220px;
            left: auto;
            text-align: left;
        }

        .ui-timeline .tl-item.alt .tl-body .tl-icon {
            right: -53px;
            left: auto;
        }

        .ui-timeline .tl-item.alt .tl-body .tl-content:after {
            right: -16px;
            left: auto;
            border: 8px solid transparent;
            border-left: 8px solid #fff;
        }
}

.ui-timeline .tl-item .tl-body {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

    .ui-timeline .tl-item .tl-body .tl-entry {
        position: relative;
        margin: 0 0 15px 36px;
    }

    .ui-timeline .tl-item .tl-body .tl-time {
        z-index: 1;
        position: absolute;
        left: auto;
        right: 15px;
        top: 5px;
        width: 150px;
        color: #999;
        line-height: 35px;
        text-align: right;
    }

@media (min-width: 768px) {
    .ui-timeline .tl-item .tl-body .tl-time {
        left: -220px;
        right: auto;
        color: #767676;
    }
}

.ui-timeline .tl-item .tl-body .tl-icon {
    position: absolute;
    left: -53px;
    top: 5px;
}

.ui-timeline .tl-item .tl-body .tl-content {
    position: relative;
    padding: 15px;
    border-radius: 0;
    background-color: #fff;
}

    .ui-timeline .tl-item .tl-body .tl-content:after {
        content: " ";
        line-height: 0;
        position: absolute;
        left: -16px;
        top: 15px;
        border: 8px solid transparent;
        border-right: 8px solid #fff;
    }

.ui-accordion .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #e9e9e9;
}

.ui-accordion .panel {
    border: 1px solid #e9e9e9;
}

.ui-accordion .panel-heading {
    padding: 0;
    background-color: #f6f6f6;
}

    .ui-accordion .panel-heading .panel-title > a {
        display: block;
        padding: 15px;
        font-size: 14px;
    }

        .ui-accordion .panel-heading .panel-title > a:hover {
            cursor: pointer;
            text-decoration: none;
        }

.ui-accordion-success .panel {
    border: 1px solid #60cd9b;
}

.ui-accordion-success .panel-heading {
    background-color: #60cd9b;
    color: #fff;
}

.ui-accordion-info .panel {
    border: 1px solid #66b5d7;
}

.ui-accordion-info .panel-heading {
    background-color: #66b5d7;
    color: #fff;
}

.ui-accordion-warning .panel {
    border: 1px solid #eec95a;
}

.ui-accordion-warning .panel-heading {
    background-color: #eec95a;
    color: #fff;
}

.ui-accordion-danger .panel {
    border: 1px solid #e87352;
}

.ui-accordion-danger .panel-heading {
    background-color: #e87352;
    color: #fff;
}

.ui-accordion-dark .panel {
    border: 1px solid #242633;
}

.ui-accordion-dark .panel-heading {
    background-color: #242633;
    color: #fff;
}

.fieldCollapsed .cf-group-controls i.fa-angle-up,
.cf-group-controls > button i.fa-angle-down,
.fieldCollapsed .cf-content {
    display: none;
}
.fieldCollapsed .cf-group-controls > button i.fa-angle-down {
    display: inline;
}

.fieldCollapsed.fieldFiltered .cf-content {
    display: block;
}
.cf-group-controls {
    padding: 2px;
}
.cf-group-controls .btn.btn-xs.btn-primary {
    position:relative;
    top: 10px;
    float:right;
}
.cf-group-controls:hover {
    background: #f9f9f9;
    cursor: pointer;
}

.ui-map {
    display: block;
    height: 400px;
}

.pagination > li > a {
    cursor: pointer;
}

.pagination > li > a, .pagination > li > span {
    margin-left: 1px;
}

.progress {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f6f6f6;
}

.progress-rounded {
    border-radius: 50px;
}

.progress-bar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.progressbar-xs {
    height: 10px;
}

.progressbar-sm {
    height: 15px;
}

.ui-tab-container {
    border: 1px solid #e9e9e9;
    border-radius: 0;
}

    .ui-tab-container .ui-tab .nav-tabs {
        margin-bottom: 0;
    }

    .ui-tab-container .nav-tabs {
        background-color: #f6f6f6;
        border-bottom: 1px solid #e9e9e9;
    }

        .ui-tab-container .nav-tabs.nav-justified {
            border-bottom: 0;
        }

            .ui-tab-container .nav-tabs.nav-justified > li > a {
                border-bottom-color: transparent;
            }

        .ui-tab-container .nav-tabs > li.active > a {
            background-color: #fff;
            border: 1px solid transparent;
        }

            .ui-tab-container .nav-tabs > li.active > a:hover {
                border: 1px solid transparent;
            }

        .ui-tab-container .nav-tabs > li > a {
            padding: 10px 15px;
        }

            .ui-tab-container .nav-tabs > li > a:hover {
                background-color: #f1f1f1;
                border: 1px solid #f1f1f1;
            }

    .ui-tab-container .tab-content {
        padding: 15px;
    }

    .ui-tab-container.ui-tab-success {
        border: 1px solid #d5ffe1;
    }

        .ui-tab-container.ui-tab-success .nav-tabs {
            background-color: #eefff6;
            border-bottom: 1px solid #d5ffe1;
        }

    .ui-tab-container.ui-tab-info {
        border: 1px solid #cbebff;
    }

        .ui-tab-container.ui-tab-info .nav-tabs {
            background-color: #eff6ff;
            border-bottom: 1px solid #cbebff;
        }

    .ui-tab-container.ui-tab-warning {
        border: 1px solid #ffeed6;
    }

        .ui-tab-container.ui-tab-warning .nav-tabs {
            background-color: #fffbef;
            border-bottom: 1px solid #ffeed6;
        }

    .ui-tab-container.ui-tab-danger {
        border: 1px solid #ffd6d4;
    }

        .ui-tab-container.ui-tab-danger .nav-tabs {
            background-color: #fff1ed;
            border-bottom: 1px solid #ffd6d4;
        }

.ui-tab .nav-tabs {
    margin-bottom: 15px;
}

    .ui-tab .nav-tabs.nav-justified > li.active > a {
        border-bottom-color: transparent;
    }

    .ui-tab .nav-tabs > li.active > a {
        background-color: #fff;
    }

    .ui-tab .nav-tabs a:hover {
        cursor: pointer;
    }

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal {
        width: 100% !important;
        height: 4px;
    }

        .slider.slider-horizontal .slider-track {
            height: 2px;
            width: 100%;
            margin-top: -1px;
            top: 50%;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .slider.slider-horizontal .slider-handle {
            margin-left: -15px;
            margin-top: -15px;
        }

            .slider.slider-horizontal .slider-handle.triangle {
                border-width: 0 2px 2px 2px;
                width: 0;
                height: 0;
                border-bottom-color: #0480be;
                margin-top: 0;
            }

    .slider.slider-vertical {
        height: 210px;
        width: 4px;
    }

        .slider.slider-vertical .slider-track {
            width: 2px;
            height: 100%;
            margin-left: -1px;
            left: 50%;
            top: 0;
        }

        .slider.slider-vertical .slider-selection {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
        }

        .slider.slider-vertical .slider-handle {
            margin-left: -15px;
            margin-top: -15px;
        }

            .slider.slider-vertical .slider-handle.triangle {
                border-width: 2px 0 2px 2px;
                width: 1px;
                height: 1px;
                border-left-color: #0480be;
                margin-left: 0;
            }

    .slider.slider-disabled .slider-handle {
        pointer-events: none;
        background-color: #f5f5f5;
    }

    .slider.slider-disabled .slider-track {
        opacity: 0.65;
        cursor: not-allowed;
    }

    .slider input {
        display: none;
    }

    .slider .tooltip-inner {
        white-space: nowrap;
    }

.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #eee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 0;
}

.slider-selection {
    position: absolute;
    background-color: #f06623;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -moz-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-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

.slider-handle {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
}

    .slider-handle.round {
        border-radius: 50%;
    }

    .slider-handle.triangle {
        background: transparent none;
    }

table.responsive {
    border: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
    table.responsive {
        margin-bottom: 0;
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

        .pinned table {
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            border-right: none;
            border-left: none;
            width: 100%;
        }

            .pinned table th, .pinned table td {
                white-space: nowrap;
            }

        .pinned td:last-child {
            border-bottom: 0;
        }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }

        div.table-wrapper div.scrollable {
            margin-left: 35%;
        }

        div.table-wrapper div.scrollable {
            overflow: scroll;
            overflow-y: hidden;
        }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

        table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
            display: none;
        }
}



.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a, .toast-message label {
        color: #ffffff;
    }

        .toast-message a:hover {
            color: #cccccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

    .toast-close-button:hover, .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        border-radius: 0;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

    #toast-container > :hover {
        -moz-box-shadow: 0 0 12px #000000;
        -webkit-box-shadow: 0 0 12px #000000;
        box-shadow: 0 0 12px #000000;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #toast-container > .toast-info {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
    }

    #toast-container > .toast-error {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
    }

    #toast-container > .toast-success {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
    }

    #toast-container > .toast-warning {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
    }

    #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin: auto;
    }

.toast {
    background-color: #333;
}

.toast-success {
    background-color: #41c387;
}

.toast-error {
    background-color: #e3562e;
}

.toast-info {
    background-color: #46a5cf;
}

.toast-warning {
    background-color: #eabd35;
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .wizard a, .tabcontrol a {
        outline: 0;
    }

    .wizard ul, .tabcontrol ul {
        list-style: none !important;
        padding: 0;
        margin: 0;
    }

        .wizard ul > li, .tabcontrol ul > li {
            display: block;
            padding: 0;
        }

    .wizard > .steps .current-info, .tabcontrol > .steps .current-info {
        position: absolute;
        left: -999em;
    }

    .wizard > .content > .title, .tabcontrol > .content > .title {
        position: absolute;
        left: -999em;
    }

    .wizard > .steps {
        position: relative;
        display: block;
        width: 100%;
    }

        .wizard > .steps > ul > li {
            width: 100%;
        }

@media (min-width: 600px) {
    .wizard > .steps > ul > li {
        width: 25%;
    }
}

.wizard.vertical > .steps {
    display: block;
    width: 100%;
}

@media (min-width: 600px) {
    .wizard.vertical > .steps {
        display: inline;
        float: left;
        width: 30%;
    }
}

.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}

.wizard.vertical > .content {
    width: 100%;
}

@media (min-width: 600px) {
    .wizard.vertical > .content {
        display: inline;
        float: left;
        margin: 0 2.5% 0.5em 2.5%;
        width: 65%;
    }
}

.wizard > .steps .number {
    font-size: 1.429em;
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #f06623;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #f06623;
    color: #fff;
    opacity: .6;
}

.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: #e87352;
    color: #fff;
}

.wizard > .content {
    background-color: #eee;
    display: block;
    margin: 0.5em;
    min-height: 25em;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .wizard > .content > .body {
        float: left;
        position: absolute;
        width: 95%;
        height: 95%;
        padding: 2.5%;
    }

        .wizard > .content > .body ul {
            list-style: disc !important;
        }

            .wizard > .content > .body ul > li {
                display: list-item;
            }

        .wizard > .content > .body > iframe {
            border: 0 none;
            width: 100%;
            height: 100%;
        }

        .wizard > .content > .body input {
            display: block;
            border: 1px solid #ccc;
        }

            .wizard > .content > .body input[type="checkbox"] {
                display: inline-block;
            }

            .wizard > .content > .body input.error {
                background: #fbe3e4;
                border: 1px solid #fbc2c4;
                color: #8a1f11;
            }

        .wizard > .content > .body label {
            display: inline-block;
            margin-bottom: 0.5em;
        }

            .wizard > .content > .body label.error {
                color: #8a1f11;
                display: inline-block;
                margin-left: 1.5em;
            }

.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}

    .wizard > .actions > ul > li {
        margin: 0 0.5em;
    }

.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #f06623;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
}

.tabcontrol > .steps {
    position: relative;
    display: block;
    width: 100%;
}

    .tabcontrol > .steps > ul {
        position: relative;
        margin: 6px 0 0 0;
        top: 1px;
        z-index: 1;
    }

        .tabcontrol > .steps > ul > li {
            float: left;
            margin: 5px 2px 0 0;
            padding: 1px;
            -webkit-border-top-left-radius: 0;
            -webkit-border-top-right-radius: 0;
            -moz-border-radius-topleft: 0;
            -moz-border-radius-topright: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

            .tabcontrol > .steps > ul > li:hover {
                background: #edecec;
                border: 1px solid #bbb;
                padding: 0;
            }

            .tabcontrol > .steps > ul > li.current {
                background: #fff;
                border: 1px solid #bbb;
                border-bottom: 0 none;
                padding: 0 0 1px 0;
                margin-top: 0;
            }

            .tabcontrol > .steps > ul > li > a {
                color: #5f5f5f;
                display: inline-block;
                border: 0 none;
                margin: 0;
                padding: 10px 30px;
                text-decoration: none;
            }

                .tabcontrol > .steps > ul > li > a:hover {
                    text-decoration: none;
                }

            .tabcontrol > .steps > ul > li.current > a {
                padding: 15px 30px 10px 30px;
            }

.tabcontrol > .content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

    .tabcontrol > .content > .body {
        float: left;
        position: absolute;
        width: 95%;
        height: 95%;
        padding: 2.5%;
    }

        .tabcontrol > .content > .body ul {
            list-style: disc !important;
        }

            .tabcontrol > .content > .body ul > li {
                display: list-item;
            }

.angular-ui-tree {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    list-style: none;
}

.angular-ui-tree-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    border: 1px dashed #e9e9e9;
    background-color: #eff6ff;
    border-radius: 0;
}

.angular-ui-tree-handle {
    position: relative;
    display: block;
    margin: 5px 0;
    padding: 10px 10px;
    text-decoration: none;
    border: 1px solid #e9e9e9;
    background: #fff;
    cursor: move;
    border-radius: 0;
}

    .angular-ui-tree-handle:hover .angular-ui-tree-icon-action {
        display: inline;
    }

.angular-ui-tree-icon:hover {
    cursor: pointer;
}

.angular-ui-tree-icon-collapse {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 40px;
    margin: -10px 0 0 -10px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

    .angular-ui-tree-icon-collapse:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .angular-ui-tree-icon-collapse.uncollapsed:before {
        content: '-';
    }

.angular-ui-tree-icon-action {
    margin-left: 7px;
    display: none;
    color: #999;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .angular-ui-tree-icon-action:hover {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        color: #767676;
    }

.angular-ui-tree-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #fff;
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
}

.angular-ui-tree-nodes {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .angular-ui-tree-nodes .angular-ui-tree-nodes {
        padding-left: 30px;
    }

.angular-ui-tree-node, .angular-ui-tree-placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px;
}

.angular-ui-tree-hidden {
    display: none;
}

.angular-ui-tree-drag {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: .8;
}

.morris-hover {
    z-index: 1;
    position: absolute;
}

    .morris-hover.morris-default-style {
        border-radius: 0;
        padding: 6px;
        color: #666;
        background: rgba(255,255,255,0.8);
        border: solid 2px rgba(230,230,230,0.8);
        font-size: 12px;
        text-align: center;
    }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-weight: bold;
            margin: 0.25em 0;
        }

        .morris-hover.morris-default-style .morris-hover-point {
            white-space: nowrap;
            margin: 0.1em 0;
        }

.jqvmap-label {
    position: absolute;
    display: none;
    border-radius: 0;
    background: #242633;
    color: #fff;
    font-size: smaller;
    padding: 3px;
}

.jqvmap-zoomin, .jqvmap-zoomout {
    position: absolute;
    left: 10px;
    border-radius: 0;
    background: #242633;
    padding: 3px;
    color: #fff;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jqvmap-zoomin {
    top: 10px;
}

.jqvmap-zoomout {
    top: 30px;
}

.jqvmap-region {
    cursor: pointer;
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px;
}

.ui-tags-input .host {
    position: relative;
    margin: 5px 0;
}

    .ui-tags-input .host:active {
        outline: none;
    }

.ui-tags-input .tags {
    overflow: hidden;
    word-wrap: break-word;
    cursor: text;
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #767676;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cbd5dd;
    border-radius: 0;
}

    .ui-tags-input .tags: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);
        -moz-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);
    }

    .ui-tags-input .tags.focused {
        outline: none;
    }

    .ui-tags-input .tags .tag-list {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .ui-tags-input .tags .tag-item {
        display: inline-block;
        float: left;
        margin: 2px;
        padding: 6px 8px;
        border-radius: 0;
        background-color: #f06623;
        color: #fff;
    }

        .ui-tags-input .tags .tag-item .remove-button {
            margin: 0 0 0 5px;
            padding: 0;
            border: none;
            background: none;
            cursor: pointer;
            vertical-align: middle;
            color: #eee;
            text-decoration: none;
        }

            .ui-tags-input .tags .tag-item .remove-button:active {
                color: #e87352;
            }

    .ui-tags-input .tags .input {
        border: 0;
        outline: none;
        margin: 2px;
        padding: 0;
        padding-left: 5px;
        float: left;
        line-height: 30px;
    }

        .ui-tags-input .tags .input.invalid-tag {
            color: #e87352;
        }

        .ui-tags-input .tags .input::-ms-clear {
            display: none;
        }

.ui-tags-input .autocomplete {
    margin-top: 5px;
    position: absolute;
    padding: 5px 0;
    z-index: 1100 !important;
    width: 100%;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.2);
}

    .ui-tags-input .autocomplete .suggestion-list {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .ui-tags-input .autocomplete .suggestion-item {
        overflow: hidden;
        padding: 5px 10px;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #242633;
        background-color: #fff;
    }

        .ui-tags-input .autocomplete .suggestion-item.selected {
            color: white;
            background-color: #0097cf;
        }

            .ui-tags-input .autocomplete .suggestion-item.selected em {
                color: white;
                background-color: #0097cf;
            }

        .ui-tags-input .autocomplete .suggestion-item em {
            color: #242633;
            background-color: white;
        }

.non-display {
    display: none;
}

.page-form-ele h3 {
    margin: 0;
}

.page-err {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
}

    .page-err .err-container {
        width: 100%;
        height: 75%;
        background-color: #f06623;
        border-bottom: 1px solid #c74a0d;
        padding: 45px 0 0;
    }

@media (min-width: 768px) {
    .page-err .err-container {
        padding: 100px 0 0;
    }
}

.page-err .err-status h1 {
    margin: 0 0 -45px;
    color: #fafafa;
    font-size: 100px;
}

@media (min-width: 768px) {
    .page-err .err-status h1 {
        font-size: 180px;
    }
}

[nv-file-select].is-errored {
    border: 1px solid red;
}
.page-err .err-message {
    background-color: #f06623;
    padding: 24px;
    text-transform: uppercase;
}

    .page-err .err-message h2 {
        font-size: 32px;
        color: #fff;
        font-weight: 300;
    }

@media (min-width: 768px) {
    .page-err .err-message h2 {
        font-size: 50px;
    }
}

.page-err .err-body {
    padding: 20px 10px;
}

.page-err .btn-goback {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

    .page-err .btn-goback:hover, .page-err .btn-goback:focus, .page-err .btn-goback:active, .page-err .btn-goback.active {
        color: #3dcdcb;
        background-color: #fff;
    }

.open .page-err .btn-goback.dropdown-toggle {
    color: #3dcdcb;
    background-color: #fff;
}

.page-err .footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.page-lock .lock-centered {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -65px;
}

@media screen and (min-width: 768px) {
    .page-lock .lock-centered {
        margin-top: -75px;
    }
}

.page-lock .lock-container {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

.page-lock .lock-box {
    position: absolute;
    left: 0;
    right: 0;
}

    .page-lock .lock-box .lock-user {
        background: #fff;
        width: 50%;
        float: left;
        height: 50px;
        line-height: 50px;
        margin-top: 50px;
        padding: 0 20px;
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        color: #f06623;
    }

    .page-lock .lock-box .lock-img img {
        position: absolute;
        border-radius: 50%;
        left: 40%;
        width: 80px;
        height: 80px;
        border: 6px solid #fff;
        background: #fff;
    }

@media screen and (min-width: 768px) {
    .page-lock .lock-box .lock-img img {
        left: 33%;
        width: 150px;
        height: 150px;
        border: 10px solid #fff;
    }
}

.page-lock .lock-box .lock-pwd {
    background: #fff;
    width: 50%;
    float: right;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 50px;
    margin-top: 50px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #f06623;
}

@media screen and (min-width: 768px) {
    .page-lock .lock-box .lock-pwd {
        padding: 0 0 0 80px;
    }
}

.page-lock .lock-box .lock-pwd input {
    width: 80%;
    height: 50px;
    color: #555;
    border: 0;
}

.page-lock .lock-box .lock-pwd .btn-submit {
    position: absolute;
    top: 50%;
    right: 20px;
}

.page-tasks .task-list .view {
    display: block;
}

.page-tasks .task-list .edit {
    display: none;
}

.page-tasks .task-list li.editing .view {
    display: none;
}

.page-tasks .task-list li.editing .edit {
    display: block;
}

.page-tasks .add-task {
    position: relative;
}

    .page-tasks .add-task input {
        height: 44px;
        padding: 6px 12px 6px 40px;
    }

    .page-tasks .add-task a.submit-button {
        position: absolute;
        top: 12px;
        left: 12px;
        color: #999;
    }

.page-tasks label {
    font-weight: normal;
}

.page-tasks .filters {
    margin: 15px 0;
}

.page-tasks .nav-tabs > li.active > a, .page-tasks .nav-tabs > li.active > a:hover, .page-tasks .nav-tabs > li.active > a:focus {
    background-color: #f3f3f3;
}

.page-tasks .task-list .view {
    position: relative;
    margin-bottom: 10px;
    padding: 0 12px 0 40px;
    border-radius: 0;
    background-color: #fff;
}

    .page-tasks .task-list .view:hover .glyphicon-pencil, .page-tasks .task-list .view:hover .glyphicon-remove {
        display: block;
    }

    .page-tasks .task-list .view input[type="checkbox"] {
        position: absolute;
        top: 11px;
        left: 16px;
    }

    .page-tasks .task-list .view label {
        line-height: 20px;
        margin: 0;
        width: 100%;
        padding: 12px 0 12px;
    }

    .page-tasks .task-list .view .glyphicon-pencil, .page-tasks .task-list .view .glyphicon-remove {
        display: none;
        position: absolute;
        top: 14px;
        color: #999;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .page-tasks .task-list .view .glyphicon-pencil:hover, .page-tasks .task-list .view .glyphicon-remove:hover {
            cursor: pointer;
            color: #333;
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transform: scale(1.3);
        }

    .page-tasks .task-list .view .glyphicon-pencil {
        right: 40px;
    }

    .page-tasks .task-list .view .glyphicon-remove {
        right: 16px;
    }

.page-tasks .task-list .completed .view label {
    color: #999;
    text-decoration: line-through;
}

.page-tasks .task-list input.edit {
    margin-bottom: 10px;
    height: 44px;
    padding: 6px 12px 6px 40px;
}

.page-tasks .task-footer {
    margin: 15px 0;
    border-top: 4px double #e2e2e2;
    padding: 12px;
}

    .page-tasks .task-footer .list-inline > li {
        float: left;
        width: 30%;
    }

        .page-tasks .task-footer .list-inline > li.first-item {
            width: 40%;
        }

    .page-tasks .task-footer .clear-completed {
        color: #999;
        border-radius: 0;
        -webkit-transition: color,0.2s ease-in-out;
        -moz-transition: color,0.2s ease-in-out;
        -o-transition: color,0.2s ease-in-out;
        transition: color,0.2s ease-in-out;
    }

        .page-tasks .task-footer .clear-completed:hover {
            cursor: pointer;
            color: #767676;
        }

.page-tasks .tips h3 {
    margin-top: 0;
}

.page .page-header {
    padding: 25px 0;
    background-color: #330066;
    margin: 0;
    border: none;
}

    .page .page-header .logo {
        font-size: 46px;
        font-weight: bold;
    }

        .page .page-header .logo a:hover {
            text-decoration: none;
        }

.page .page-body {
    border-top: 1px solid #f8f8f8;
    padding: 20px 0;
}
.page-signup .logo img {float:right;}
.page-signin .page-body {
    padding: 40px 0;
}
.page-signin .line-thru, .page-signup .line-thru {
    margin: 1em 0;
    display: block;
    font-size: .875em;
    font-weight: bold;
    margin-bottom: 1em;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

    .page-signin .line-thru:before, .page-signup .line-thru:before {
        width: 50px;
        height: 10px;
        background-color: #f3f3f3;
        content: '';
        margin: -5px 0 0 -20px;
        left: 50%;
        position: absolute;
        top: 50%;
        z-index: -1;
    }

    .page-signin .line-thru:after, .page-signup .line-thru:after {
        width: 100%;
        border-bottom: 1px solid #d9d9d9;
        content: '';
        display: block;
        position: absolute;
        top: 49%;
        z-index: -2;
    }

.page-forgot .signin-header {
    padding: 25px 0;
    background-color: #dfe0e6;
}

.page-forgot .logo {
    font-size: 46px;
    font-weight: bold;
}

    .page-forgot .logo a:hover {
        text-decoration: none;
    }

.page-forgot .info {
    padding: 25px 0 0;
    max-width: 420px;
    margin: 0 auto 20px;
}

    .page-forgot .info h2 {
        font-size: 18px;
        color: #242633;
    }

.page-forgot .form-container {
    max-width: 420px;
    margin: 10px auto;
}

.page-profile img.media-object {
    border-radius: 0;
}

.page-icons .bs-glyphicons {
    overflow: hidden;
}

    .page-icons .bs-glyphicons li {
        float: left;
        width: 25%;
        height: 115px;
        padding: 10px;
        font-size: 10px;
        line-height: 1.4;
        text-align: center;
        border: 1px solid #f9f9f9;
    }

    .page-icons .bs-glyphicons .glyphicon {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .page-icons .bs-glyphicons .glyphicon-class {
        display: block;
        text-align: center;
        word-wrap: break-word;
    }

.page-icons .bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}

.page-services h2 {
    font-size: 40px;
    font-weight: 300;
}

.page-services .services-container {
    margin: 50px 0;
}

.page-services .service-item {
    margin: 0 auto 40px auto;
    text-align: center;
    max-width: 480px;
}

@media (min-width: 768px) {
    .page-services .service-item {
        text-align: left;
        max-width: none;
    }
}

.page-services .service-item .service-icon {
    float: none;
    margin: 0 0 30px 0;
}

@media (min-width: 768px) {
    .page-services .service-item .service-icon {
        float: left;
        margin: 0 30px 30px 0;
    }
}

.page-services .service-item h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-services .service-item p {
    font-size: 12px;
    line-height: 20px;
}

.page-contact .contactmap-container {
    margin: -15px -15px 0;
}

.page-contact .contact-info-container {
    margin: 0 -15px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

    .page-contact .contact-info-container > ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 18px;
        text-align: center;
    }

        .page-contact .contact-info-container > ul li {
            display: block;
            border-top: 1px solid #e9e9e9;
            padding: 20px;
        }

@media (min-width: 992px) {
    .page-contact .contact-info-container > ul li {
        display: inline-block;
        padding: 30px 20px;
        border-top: 0;
        border-right: 1px solid #e9e9e9;
    }

        .page-contact .contact-info-container > ul li:first-child {
            border-left: 1px solid #e9e9e9;
        }
}

.page-contact .contact-info-container > ul li > i {
    margin-right: 10px;
    font-size: 22px;
}

.page-contact .contact-info-container > ul li a {
    color: #767676;
}

.page-contact .social-item-container {
    max-width: 900px;
    margin: auto;
}

.page-contact .social-item {
    margin-bottom: 15px;
}

.page-about h2 {
    font-size: 40px;
    font-weight: 300;
}

.page-about .intro {
    margin: 20px 0 70px;
}

.page-about .stat-container {
    margin-bottom: 30px;
}

    .page-about .stat-container .stat-item {
        margin-bottom: 20px;
        border-bottom: 2px solid #e9e9e9;
    }

    .page-about .stat-container .stat-num {
        display: block;
        color: #f06623;
        font-size: 72px;
        font-weight: 300;
        line-height: 66px;
    }

    .page-about .stat-container .stat-desc {
        display: inline-block;
        margin-bottom: -2px;
        padding-bottom: 20px;
        border-bottom: 2px solid #f06623;
        font-size: 20px;
        line-height: 22px;
        font-weight: bold;
    }

.page-about .info-container .desc {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 20px;
}

.page-invoice .invoice-wrapper {
    padding: 0 0 30px;
    background-color: #fff;
}

.page-invoice .invoice-container {
    padding: 15px 15px 30px;
    background-color: #fff;
}

    .page-invoice .invoice-container .invoice-sum li {
        margin-bottom: 5px;
        padding: 10px;
        background-color: #f9f9f9;
    }

.page-invoice .table.table-bordered {
    border: 0;
}

.page-invoice .table .bg-dark > th {
    border: 0;
}

.weather-icon-list {
    text-align: center;
}

    .weather-icon-list .example {
        text-align: center;
        margin: 10px 3px;
    }

        .weather-icon-list .example .icon {
            font-size: 24px;
        }

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

    .bs-glyphicons .glyphicon {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .bs-glyphicons .glyphicon-class {
        display: block;
        text-align: center;
    }

    .bs-glyphicons li {
        float: left;
        width: 25%;
        height: 115px;
        padding: 10px;
        margin: 0 -1px -1px 0;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 12.5%;
    }
}

.page-grid .grid-structure .row {
    margin-top: 10px;
}

    .page-grid .grid-structure .row .widget-container {
        margin-top: 5px;
        background: #eee;
        padding: 10px 15px 12px;
        min-height: 0;
        border-radius: 0;
    }

.page-form-ele .list-checkbox-radio li:nth-child(even) {
    margin-bottom: 20px;
}

.page-form-ele .list-checkbox-radio li > div {
    float: left;
    margin-right: 10px;
}

.demoslider-container {
    max-width: 600px;
    margin: auto;
}
#nav-container {
    z-index: 11;
    position: absolute;
    top: 150px;
    bottom: 0;
    left: -200px;
    width: 200px;
    padding: 0;
    background-color: #242633;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: -blackberry-touch;
}
@media (min-width: 700px) {
    #nav-container {
        top:100px;
    }
}
@media (min-width: 768px) {
    #nav-container {
        left: 0;
    }
}
@media (min-width: 992px) {
    #nav-container {
        top:50px;
    }
}

#nav-container ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 50px;
}

#nav-wrapper {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: -blackberry-touch;
    width: 100%;
    height: 100%;
}

#nav {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: -blackberry-touch;
}

    #nav > li > a > i, #nav > li > a > .nav-icon {
        display: inline-block;
        margin-right: 10px;
        width: 20px;
        line-height: 1;
        text-align: center;
        font-size: 16px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    #nav a {
        font-size: 13px;
        color: #767676;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        #nav a:hover {
            text-decoration: none;
        }

    #nav > li {
        position: relative;
        margin: 0;
        text-align: left;
        font-weight: bold;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        #nav > li.open > a, #nav > li:hover > a {
            background-color: #191b24;
            color: #fafafa;
        }

        #nav > li.open > .fa, #nav > li:hover > .fa {
            color: #fafafa;
        }

        #nav > li.active > a {
            background-color: #330066;
            color: #fafafa;
        }

        #nav > li.active > .fa {
            color: #fafafa;
        }

        #nav > li:first-child > a {
            border-top: 0;
        }

        #nav > li > a {
            position: relative;
            display: block;
            padding: 10px 10px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            #nav > li > a > .badge {
                position: absolute;
                top: 16px;
                right: 5px;
            }

        #nav > li > .icon-has-ul {
            position: absolute;
            top: 18px;
            right: 15px;
        }

    #nav ul {
        background-color: #242633;
        display: none;
    }

        #nav ul a {
            font-size: 13px;
        }

        #nav ul li {
            position: relative;
            padding: 0;
        }

            #nav ul li:hover a, #nav ul li.active a {
                color: #f06623;
            }

            #nav ul li:last-child > a {
                border-bottom: 0;
            }

            #nav ul li > a {
                position: relative;
                display: block;
                padding: 13px 0 13px 25px;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                #nav ul li > a:first-child {
                    border-top: none;
                }

                #nav ul li > a i.fa-caret-right {
                    margin-right: 25px;
                }

                #nav ul li > a > .badge {
                    position: absolute;
                    right: 5px;
                    top: 12px;
                }

.on-canvas #nav-container {
    left: 0;
}

@media (min-width: 768px) {
    .on-canvas .top-header .top-nav {
        margin-left: 0;
    }
}

.on-canvas #content {
    left: 180px;
}

@media (min-width: 768px) {
    .nav-min #nav-container {
        width: 60px;
    }

    .nav-min #content {
        left: 60px;
    }

    .nav-min .slimScrollDiv {
        overflow: visible !important;
        height: auto !important;
    }

        .nav-min .slimScrollDiv .slimScrollBar, .nav-min .slimScrollDiv .slimScrollRail {
            display: none !important;
        }

    .nav-min #nav-wrapper {
        overflow: visible !important;
    }

    .nav-min #nav {
        overflow: visible !important;
    }

        .nav-min #nav > li > a {
            padding: 15px 15px;
            text-align: center;
        }

            .nav-min #nav > li > a > i {
                margin: 0;
                font-size: 20px;
            }

            .nav-min #nav > li > a > span {
                display: none;
            }

        .nav-min #nav > li .icon-has-ul {
            display: none;
        }

        .nav-min #nav > li > ul {
            position: absolute;
            left: 100%;
            top: 0;
            width: 180px;
            -moz-border-radius-topright: 0;
            -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
            -moz-border-radius-bottomright: 0;
            -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
            -webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.2);
            -moz-box-shadow: 1px 0 3px rgba(0,0,0,0.2);
            box-shadow: 1px 0 3px rgba(0,0,0,0.2);
        }

        .nav-min #nav > li:hover > ul, .nav-min #nav > li.open > ul {
            display: block !important;
        }
}

.top-header {
    z-index: 1002;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-color: #306;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
@media (min-width: 700px) {
    .top-header {
        height: 100px;
		background-color: #fff;
    }
}
@media (min-width: 992px) {
    .top-header {
        height: 50px;
    }
}

.top-header a:hover {
    text-decoration: none;
}

.top-header .hidden-mobile {
    display: none;
}

@media (min-width: 480px) {
    .top-header .hidden-mobile {
        display: inline;
    }
}

.top-header .logo {
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #fff;
    color: #fafafa;
    line-height: 50px;
    text-align: left;
	padding-left: 10px;
}
.top-header .logo img {
	width: 170px;
	}

@media (min-width: 992px) {
    .top-header .logo {
        display: inline-block;
        background-color: #fff;
        color: #767676;
    }

}

.top-header .logo > a {
    font-size: 24px;
    vertical-align: middle;
    color: #fafafa;
}

@media (min-width: 768px) {
    .top-header .logo > a {
        color: #767676;
    }
}

.top-header .logo > a .logo-icon {
    color: #7adddc;
    margin-right: 12px;
}

.top-header .menu-button {
    display: block;
    position: absolute;
    top: 8px;
    right: 20px;
    width: 46px;
    padding: 10px 12px;
    border-radius: 4px;
}

    .top-header .menu-button:hover {
        cursor: pointer;
        background-color: #0f1015;
    }

    .top-header .menu-button .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #04599c;
    }

        .top-header .menu-button .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .top-header .menu-button {
        display: none;
    }
}

.top-header .dropdown-menu.panel {
    padding: 0;
    white-space: nowrap;
}

    .top-header .dropdown-menu.panel .panel-heading, .top-header .dropdown-menu.panel .panel-footer {
        padding: 10px 15px;
    }

    .top-header .dropdown-menu.panel .list-group-item {
        padding: 0;
    }

    .top-header .dropdown-menu.panel .list-group-item > a {
        font-size: 12px;font-weight: bold;display: inline-block;width: 100%;padding: 6px 15px 6px 40px;position: relative;z-index: 1;
    }
    .top-header .dropdown-menu.panel .list-group-item > .fab,
    .top-header .dropdown-menu.panel .list-group-item > .fa,
    .top-header .dropdown-menu.panel .list-group-item > .fas {
        font-size: 16px;
        width: 0;
        color: #f06623;
        position: absolute;
        top: 8px;
        left: 15px;
    }
    .top-header .dropdown-menu.panel .media .media-body {
        padding-right: 75px;
    }
	.top-header #toolbar-website .dropdown-menu.panel .list-group-item {
    padding: 5px 8px;
	}
	.top-header .dropdown a:hover {
	color: #f06623;
	}
   .top-header .dropdown a.no-access:hover {
    color: #d3d3d3;
    }
	.top-header .dropdown-menu.panel .list-group-item:hover {
        background-color:#f2f2f2;
    }

.top-header .top-nav {
    width: 100%;
    background-color: #330066;
    height: 50px;
    margin: 50px 0 0;
    display: block;
    text-align: right;
}

@media (min-width: 992px) {
    .top-header .top-nav {
        padding: 0;
		margin: 0;
        background-color: #fff;
    }
	.top-header .top-nav .nav-right {
    display: inline-block;
}
}

.top-header .top-nav .nav-left, .top-header .top-nav .nav-right {
    font-size: 17px;
    line-height: 22px;
}
.top-header .top-nav .nav-left .fa, .top-header .top-nav .nav-right .fa {
    font-size: 20px;
	color: #fff;
}
.top-header .top-nav .nav-right .search-wrapper li .fa {
    color: #f06623;
    font-size:16px;
}
.top-header .top-nav .nav-right .search-wrapper li:hover .fa, .top-header .top-nav .nav-right .search-wrapper li.active .fa {
    color: #ffffff;
}
.top-header .top-nav .nav-right .fa.fa-bolt, #toolbar-quick-actions {
    font-size:14px;
}
#toolbar-quick-actions .fa {
	padding-right:3px;
	font-size:14px;
 }
    .top-header .top-nav .nav-left > li, .top-header .top-nav .nav-right > li {
        float: left;
    }

        .top-header .top-nav .nav-left > li.nav-profile > a, .top-header .top-nav .nav-right > li.nav-profile > a {
            padding: 10px 15px;
        }

        .top-header .top-nav .nav-left > li.nav-profile .hidden-xs, .top-header .top-nav .nav-right > li.nav-profile .hidden-xs {
            padding-right: 8px;
        }

        .top-header .top-nav .nav-left > li.nav-profile i, .top-header .top-nav .nav-right > li.nav-profile i {
            width: 18px;
            font-size: 16px;
            margin-right: 5px;
        }

        .top-header .top-nav .nav-left > li > .toggle-min, .top-header .top-nav .nav-right > li > .toggle-min {
            display: none;
        }

@media (min-width: 768px) {
    .top-header .top-nav .nav-left > li > .toggle-min, .top-header .top-nav .nav-right > li > .toggle-min {
        display: block;
    }
}

.top-header .top-nav .nav-left > li:hover,
.top-header .top-nav .nav-left > li:focus,
.top-header .top-nav .nav-right > li:hover,
.top-header .top-nav .nav-right > li:focus {
    text-decoration: none;
    opacity: .8;
}
.top-header .top-nav .nav-right > li.open:hover,
.top-header .top-nav .nav-right > li.open:focus {
    opacity: 1;
}

.top-header .top-nav .nav-left > li > .btn-group > a, .top-header .top-nav .nav-left > li > a, .top-header .top-nav .nav-right > li > .btn-group > a, .top-header .top-nav .nav-right > li > a {
    position: relative;
    display: block;
    height: 50px;
    padding: 14px 10px;
}

.top-header .top-nav .nav-left > li > .btn-group > a .badge, .top-header .top-nav .nav-left > li > a .badge, .top-header .top-nav .nav-right > li > .btn-group > a .badge, .top-header .top-nav .nav-right > li > a .badge {
    position: absolute;
    top: 6px;
    right: 3px;
}

.top-header .top-nav .nav-left > li ul.dropdown-menu a:hover, .top-header .top-nav .nav-right > li ul.dropdown-menu a:hover {
    background-color: #f06623;
    color: #fff;
}

.top-header .top-nav .nav-left > li ul.dropdown-menu .glyphicon, .top-header .top-nav .nav-right > li ul.dropdown-menu .glyphicon {
    margin-right: 10px;
}

.top-header .top-nav .nav-right {
    padding: 0;
	display:inline-block;
	width:100%;
}

    .top-header .top-nav .nav-right > li > a {
        width: 50px;
        text-align: center;
		border-right: 1px solid #ccc;
		border-right: 1px solid rgba(255, 255, 255, 0.39);
    }
    .top-header .top-nav .nav-right > li:last-child > a {
		border:0;
	}

    .top-header .top-nav .nav-right > li > a img {
        width: 35px;
        height: 35px;
        margin-top: 3px;
        margin-left: 6px;
    }

    .top-header .top-nav .nav-right .badge-info {
		background-color: #f06623;
        color: #ffffff;
		-webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
    }

.top-header .langs .active-flag .flag {
    margin-top: -5px;
}

.top-header .langs .list-langs a {
    position: relative;
    padding: 8px 20px 8px 57px;
}

    .top-header .langs .list-langs a .flag {
        position: absolute;
        top: 2px;
        left: 15px;
    }
@media (min-width: 768px) {
    .top-header .top-nav .nav-left > li > .btn-group > a, .top-header .top-nav .nav-left > li > a, .top-header .top-nav .nav-right > li > .btn-group > a, .top-header .top-nav .nav-right > li > a {
        padding: 14px 15px;
    }
	.top-header .top-nav .nav-right {
	width: auto;
	}
}

.view-containter {
    position: relative;
}

#content {
    position: absolute;
    padding: 15px;
    top: 150px;
    right: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow-y: auto;
	overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: -blackberry-touch;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
@media (min-width: 768px) {
    #content {
        width: auto;
        left: 200px;
		top: 100px;
    }
}
@media (min-width: 992px) {
    #content {
    top: 50px;
	padding: 30px;
    }
}

#content.contentOpen {
    right: 300px;
}

.body-special #content {
    z-index: 2;
    top: 0;
    left: 0;
}

.body-lock #content {
    background: url(/images/background/3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.editor-label{
    margin: .5em 1em 0 0;
}

.dynamic-list {
    position: relative;
    margin-bottom: 20px;
}

.dynamic-list-content {
    position: relative;
    vertical-align: middle;
}
/*.dynamic-list-content div.row {
    margin-top:0px!important;
	}*/
.dynamic-list-actions {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: top;
    padding-left: 20px;
}

.dynamic-list-multi-actions {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    padding-left: 20px;
}

.dynamic-list-right-actions {
    padding-left: 0;
    padding-right: 0;
}

.dynamic-list-actions .btn, .dynamic-list-multi-actions .btn {
    height: 22px;
    width: 22px;
    margin-top: 2px;
    border: 1px solid #bdbdbd;
    border-radius: 100%;
    opacity: .7;
    float: right;
}
    .dynamic-list-actions .btn.bg-primary:hover, .btn.bg-primary:hover {
		color:#fff;
		opacity: .8;
	}
.dynamic-list-actions .btn .glyphicon.glyphicon-remove {
    top: 1.5px;
    left: -.7px;
}
.dynamic-list-actions .btn .glyphicon.glyphicon-plus {
    top: 1.1px;
    left: -.3px;
}
.modal-content .input-group-addon-control .btn,
.modal-content .input-group .btn {
	border-radius:100%;
	width:22px;
	height:22px;
	opacity: .7;
	border: 1px solid #bdbdbd;
	background-color: #ececec;
	color: #858585;
}
.modal-content .datetime-menu .btn {
	border-radius:5px;
	height:auto;
	width:100%;
}
.modal-content .input-group-addon-control .btn:hover,
.modal-content .input-group .btn:hover,
.dynamic-list-actions .btn:hover {
	opacity: 1;
}

.dynamic-list.has-items {
    margin-bottom: 0;
}

    .dynamic-list.has-items .dynamic-list-actions {
        padding-bottom: 0;
		padding-right: 0;
    }

@media (max-width: 767px) {
    .dynamic-list-header .dynamic-list-content > * {
        display: none;
    }
}

@media (min-width: 768px) {
    .dynamic-list-header label {
        margin-bottom: 0;
    }

    .dynamic-list.has-items .dynamic-list-header label {
        margin-bottom: 0;
    }
}

.datetime-menu {
    padding: 3px;
}

.datetime-date td > button {
    width: auto !important;
    min-width: 100% !important;
}

.tenant-name {
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: white;
    width: 125px;
}
.name-style {
	font-weight:bold;margin-top:10px
	}
.company-style {}

.chart {
    width: 250px;
    height: 250px;
}

.chart .tick {
    font-size: 7.5pt;
}

.chart .pie-label {
    font-size: 7pt;
}

.chart .bar-label {
    font-size: 8pt;
}

.header-stripe {
    height: 13px;
    background-color: #f06623;
}

.sign-up-message
{
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

#sign-up-button {
    margin-top: 25px;
    max-width: 200px;
    margin: auto;
}

#login-container {
    max-width: 400px;
    margin: 0 auto;
}

.status-type {}

.table-heading {
    font-size: 12pt;
	margin: 0;
    padding: 5px 0;
}

.mni-background {
    background-color: #04599c;
}

.mni-toolbar-btn {
    background-color: #330066;
}

div[ui-view], .list-view-wrapper, .standard-view {
    background-color: #fff;
    padding: 15px;
    border: #ddd 1px solid;
}
div[ui-view] .standard-view {
    padding: 0;
    border: 0;
}
.list-view-wrapper h3 {
	margin-top:10px;
}
.pageheader-title {
    margin-top: 5px;
}
div[ui-view] > .panel-default, .standard-view > .panel-default {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mni-card.container.style2 {
    background-color: #faf9fe;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,#ede9fb 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,#ede9fb 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,#ede9fb 100%);
    border: 1px solid #e4e0f5;
}
.mni-card.container.style5  {
    background-color: #fff;
	background: #fff;
    border: #d9d7d7 1px solid;
}

.mni-card.container.mni-primary-card {
    background-color: #ffa45b;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,#ffa45b 200%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,#ffa45b 200%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,#ffa45b 200%);
    border: 3px solid #000;
}

.mni-card a, .mni-card span.mni-card-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.mni-card span.mni-card-title, .mni-card a.mni-card-title {
    font-weight: bold;
    max-width: 100%;
    display: inline-block;
}
.contact-card-info i, .resource-card-info i {
	position:absolute;
	top: 1px;
    left: 15px;
}
.mni-card .resource-card-info i.copy-to-clipboard {
    position: relative;
    left: 0;
    top: 0;
}
.mni-card .resource-card-actions {
    float: right;
    display: inline;
}
.mni-card .resource-card-date {
    display: inline;
    position: absolute;
    bottom: 0;
}
#nav a.no-access {
    cursor: not-allowed;
    color:  black;
}

a.no-access {
    cursor: not-allowed;
    color: lightgrey;
}

.mn-dragdrop {
    height: 100px;
    background: #f6f8fb;
    border: 2px dashed #7da4bc;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

.mn-overlay-container {
    display: inline-block;
    position: relative;
    /*border: 1px solid #8466a3;*/
}
div[id="Setup.GeneralSettings"] .mn-overlay-container {
    background-color: #ddd;
}

.mn-overlay-container .mn-overlay {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    font-size: 2em;
    pointer-events: none;
}

.mn-overlay-container:hover .mn-overlay {
    display: block;
}

.mn-modal-upload .progress {
    margin: 10px 0 0;
}

.image-gallery {
    position: relative;
    display: block;
    overflow: hidden;
    background: #F3F3F3;
    border-radius: 5px;
    border: solid 5px #F3F3F3;
    box-sizing: content-box;
}

.image-gallery .images,
.image-gallery .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-gallery .image {
    overflow: hidden;
    background: #F3F3F3;
    border-radius: 5px;
}

.image-gallery .image img {
    display: block;
    max-width: 100%;
    /*width: 100%;*/
    margin: auto;
}

.image-gallery .image .caption {
    position: absolute;
    left: 80px;
    right: 80px;
    bottom: 115px;
    padding: 10px;
    background: rgba(0,0,0,.40);
    color: #FFF;
    border-radius: 5px;
}

.image-gallery .image .caption > :first-child {
    margin-top: 0;
}

.image-gallery .image .caption > :last-child {
    margin-bottom: 0;
}

.image-gallery .thumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: block;
    margin: 5px 0;
    list-style: none;
    padding: 0 5px;
}

.image-gallery .thumbs li {
    display: inline-block;
    margin: 0 5px;
}

.image-gallery .thumbs a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background: #F3F3F3;
    padding: 5px;
}

.image-gallery .thumbs img {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.image-gallery .thumbs .active {
    background-color: #000;
}

.image-gallery .control {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin: -25px 5px 0 5px;
    text-align: center;
    line-height: 50px;
    font-size: 50px;
}

.image-gallery .control.left {
    left: 0;
}

.image-gallery .control.right {
    right: 0;
}

.image-gallery .actions {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 5px;
}

.image-reorder {
    list-style: none;
    margin: 0;
    padding: 0;
}

.image-reorder li {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    background: #F3F3F3;
    padding: 5px;
    margin: 5px;
    cursor: move;
    border-radius: 5px;
}

.image-reorder .ui-sortable-placeholder {
    visibility: visible !important;
    border: dashed 1px #999;
    opacity: 0.25;
    padding: 4px;
}

.image-reorder img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.input-group-addon-control {
    position: relative;
    width: 1%;
    display: table-cell;
    vertical-align: top;
}

.input-group-addon-control .form-control {
    display: block;
    float: none;
    width: auto;
}
.contactName-wrapper .contactName {
	margin-bottom:0;
}
.contactName {
    font-size: 20px;
	line-height: 24px;
    font-weight: bold;
	margin-bottom:10px;
    -moz-animation: bold;
}
.search-wrapper {
    position: relative;
	border-left: 1px solid #645176;
    border-right: 1px solid #645176;
}
.global-search-box {
	font-size: 10pt;
	height: 49px;
	width: 100%;
	padding: 0 22px;
	border: 0;
	background-color: rgba(250, 249, 254, 0.15);
}
.global-search-box::-webkit-input-placeholder {
  color: #ad99c1;
}
.global-search-box::-moz-placeholder {
  color: #ad99c1;
}
.global-search-box:-ms-input-placeholder {
  color: #ad99c1;
}
.global-search-box:-moz-placeholder {
  color: #ad99c1;
}
@media (min-width: 768px) {
.search-wrapper {
    width: auto;
    position: relative;
    float: left;
    vertical-align: top;
}
}
@media (min-width: 992px) {
.global-search-box {
    background-color: #faf9fe;
}
	.search-wrapper {
		border:1px solid #e4e0f5;
	}
}
.search-wrapper:after {
    color: #c1b2d1;
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    font-weight: 900;
    right: 15px;
    top: 14px;
    position: absolute;
    line-height: 20px;
    cursor: text;
}

.ng-table th {
    text-align: left;
}

.ui-select-container.form-control {
    z-index: 3;
}



tr.group-total {
    font-weight: bold;
}

tags-input .host {
    margin: 0;
}

    tags-input .tags.focused {
        box-shadow: none;
        border-color: #f06623;
    }

    .contactName-wrapper tags-input .tags .input {
        margin: 1px 3px 3px;
        height: 20px;
        background-color: #fff;
        width: 140px!important;
        border: 1px solid #999;
		outline: none;
	    padding: 0;
	    padding-left: 5px;
	    font-size:12px;
    }
    tags-input .tags .input {
	height: 24px;
    background-color: #f7f7f7;
    border: 1px solid #d6d6d6;
	font: inherit;
	width: 100%!important;
    margin: 0;
    }

button.checkbox {
    min-height: 0;
    margin: 0;
    height: 24px;
	background-color: #f7f7f7;
    border: 1px solid #ccc;
	display: block;
}
.modal-content button.checkbox {
	background-color: #f7f7f7;
    border: 1px solid #ccc;
}

button.checkbox .glyphicon-ok {
    visibility: hidden;
}

button.checkbox.checked .glyphicon-ok {
    visibility: visible;
}
/*.btn[disabled].checkbox.checked .glyphicon-ok {color:#fff}*/
.fixed-header {
    position: relative;
    padding-top: 0;
    margin-bottom: 20px;
	margin-top: 15px;
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgb(226, 226, 226) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgb(226, 226, 226) 100%);
    background: linear-gradient(to bottom,rgb(255, 255, 255) 0%,rgb(226, 226, 226) 100%);
}
.fixed-header-fixed a {color:#767676;}
.fixed-header-content {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
}

.fixed-header-content > table {
    margin: 0;
    border-collapse: separate;
    border-top: 0!important
}

.fixed-header-content > table > thead > tr > th {
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1.5px solid #ddd;
    border-right: 1px solid #ddd;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: #fff;
}

.fixed-header-fake {
    height: 0;
    overflow-y: hidden;
}

.fixed-header-fixed {
    padding: 5px;
}

.fixed-footer-fake {
    height: 0;
    overflow-y: hidden;
}

.fixed-footer-fixed {
    position: absolute;
    bottom: 0;
    padding: 5px;
    margin: 0 0 0 -5px;
}

tbody.ui-sortable td.grip {
    width: 1%;
    white-space: nowrap;
}

tbody.ui-sortable td.grip .btn > span {
    line-height: 1;
    font-size: 10px;
}

table > tbody.ui-sortable > tr.ui-sortable-helper > td {
    border-top-color: transparent;
}

@media (min-width: 768px) {

    .sign-up-guy {
        margin-top: -95px;
    }

    .form-horizontal + fieldset {
        margin-top: 10px;
    }

    .form-horizontal .form-group {
        display: inline-table;
        margin: 0 0 10px;
    }

    .form-horizontal .control-label {
        padding-top: 0;
		line-height: 12px;
        padding-right: 5px;
    }

    .form-horizontal .col-sm-label {
        display: table-cell;
        vertical-align: middle;
        width: 75px;
        min-width: 75px;
    }

    .form-horizontal .col-sm-control {
        display: table-cell;
        vertical-align: top;
        width: 100%;
    }

    .form-spacer {
        height: 55px;
    }
}
@media (min-width: 992px) {
	.page-signin .sign-up-guy {
		padding: 0 40px 0 0;
	}
}
.table th.actions,
.table td.actions {
    width: 1%;
    white-space: nowrap;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;
    overflow: visible;
}

.report-table {
    overflow-x: auto;
}

    .table-responsive > .table {
        margin-bottom: 0;
    }

.scrtabs-tab-container {
    position: relative;
    border-bottom: 0;
}

.scrtabs-tab-container .nav-tabs {
    border-bottom: none;
}

.scrtabs-tab-container .nav-tabs > li {
    margin-bottom: 0;
}

.scrtabs-tab-container .nav-tabs > li:last-child > a {
    margin-right: 0;
}

.scrtabs-tabs-fixed-container {
    width: auto;
    float: none;
}

.scrtabs-tab-scroll-arrow {
    display: none;
    position: absolute;
    top: 0;
}

.scrtabs-js-tab-scroll-arrow-left {
    right: 100%;
}

.scrtabs-js-tab-scroll-arrow-right {
    left: 100%;
}

.scrtabs-tab-scroll-arrows {
    margin: 0 20px;
}

.scrtabs-tab-scroll-arrows .scrtabs-tab-scroll-arrow {
    display: block;
}

.cke_button__mergefield_label {
    display: inline !important;
}

.cke_button_disabled .cke_button_label {
    opacity: 0.3;
}

.menuField {
    border: 0px solid transparent;
    border-radius:8px;
    background-color: white;
}



.mni-nowrap {
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.audit-info-dlg {
    padding-left: 20px;
    font-size: 11px;
    margin-top: -21px;
}

tr.Invoice, tr.Invoice>td>table>tbody, tr.Invoice>td>table>tbody>tr {
    background-color: #fef7f4!important;
}

tr.Payment, tr.Payment>td>table>tbody, tr.Payment>td>table>tbody>tr {
    background-color: #efe9f4!important;
}

tr.Refund {
    background-color: #feffcf;
}

tr.Refund > td > table > tbody {
    background-color: #feffcf;
}

tr.WriteOff {
    background-color: #f0fbe6;
}

tr.WriteOff > td > table > tbody {
    background-color: #f0fbe6;
}

tr.primary {
    font-weight: bold;
}

tr.inactive {
    text-decoration: line-through;
}

td.right-alignment {
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
    text-align: -ms-right;
}

#preview-panel {
    overflow-y: scroll !important;
    position:fixed !important;
    width: 600px;
    max-height: 500px;
    right: 25px;
    top: 120px;
    display: block;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
    z-index:2001;
}

.color-dot {
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

  .critical {
    background-color:red;
  }
  .major {
    background-color:orange;
  }
  .minor {
    background-color: #643d8b;
  }
  .none {
    background-color:green;
  }

.color-dot.minor {
    background-color: yellow;
}

  .key-value-row {
      margin-bottom: 7px;
  }

  .nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


#CommunicationCommunicationPreview-Body {
    max-height: 360px;
    overflow-y: auto;
}

#EmailAttachments {
    max-height: 72px;
    overflow-y: auto;
}

/* Criteria TAGS */
 .criteria-tag {
  margin: 2px;
  padding: 1px 5px;
  display: inline-block;
  height: auto;
  line-height: 18px;
  border-radius: 3px;
  font: 10px "Roboto", Helvetica, Arial, sans-serif;
  border: 1px solid #c1b2d1;
  color: #8565a5;
  background: -moz-linear-gradient(top,rgba(251, 250, 254) 0%,#ede9fb 100%);
  background: -webkit-linear-gradient(top,rgba(251, 250, 254) 0%,#ede9fb 100%);
  background: linear-gradient(to bottom,rgb(251, 250, 254) 0%,#ede9fb 100%);
  word-break: break-word;
}

 .criteria-remove-button {
      margin: 0 0 0 5px;
      padding: 0;
      border: none;
      background: none;
      cursor: pointer;
      vertical-align: middle;
      font: bold 16px Arial, sans-serif;
      color: #585858;
 }

 /* for ngPrint */
 @media screen {
    #printSection {
        display: none;
    }
}

@media print {
    style {
        display: none !important;
    }
    body * {
        display: none;
    }
    #printSection, #printSection * {
        display: inline;
    }
    #printSection {
        position:absolute;
        z-index: 10000;
        left:0;
        top:0;
    }
    #printSection tr td {
        display: block;
        page-break-inside: avoid!important;
    }
    #printSection table:not(.table-striped) tr td {
        font-weight:normal;
    }
    #printSection table:not(.table-striped) tr td:first-child {
        font-weight: bold;
        padding-bottom: 0!important;
        font-size: 110%
    }
    #printSection .table>tbody>tr>td {
        border: 0;
    }
    #printSection td[data-title="'Name'"] {
        font-weight: bold;
    }
    html, body, .modal-open {
        position: relative!important;
        overflow: visible!important;
    }
    #printSection table.table-striped {
        display: table
    }
    #printSection table.table-striped tr {
        display: table-row
    }
    #printSection table.table-striped td {
        display: table-cell
    }
    #printSection table.table-striped  tbody {
        display: table-row-group
    }
}/* end for ngPrint */

 /*
     Report pages
 */

 .report-results {
     background-color: white;
     border: 1px solid grey;
        -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
 }

 .display-mode {
     margin-top: 5px;
 }


.tbl-fld-row .actions .btn {
    background-color: #fff1ea;
    color: #f06623;
    border-color: #faddcf;
}
.showButtons .btn {
    visibility:visible !important;
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkboxLayer {
    z-index: 1060 !important;
}

.isteven-custom-button {
    height: 100% !important;
    min-height: 24px;
}

.fc-unthemed tbody {
    background-color: transparent;
}

.grid-middle-align {
    padding-top: 17px !important;
}

.calendar-item-completed {
    /*text-decoration:line-through !important;*/
}

.calendar-item-completed:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #444;
    width: 100%;
}

.tooltip-container {
        width: 300px;
        font-weight: normal;
        font-size: 11px;
        color: #666666;
        padding: 4px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: #d6cce0 1px solid;
        background-color: #d6cce0;
        -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    }

    .tooltip-event-name {
        font-weight: bold;
    }

    .tooltip-container div {
        box-sizing: border-box;
        box-sizing: padding-box;
        -moz-box-sizing: border-box;
        -moz-box-sizing: padding-box;
        -khtml-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .tooltip-container-inner {
        float: left;
        border: #d8d8d8 1px solid;
        border-color: #aecada #d8d8d8 #d8d8d8 #aecada;
        background-color: #ffffff;
        width: 100%;
    }

    .tooltip-container-body {
        padding: 10px;
        word-wrap: break-word;
    }

    .tooltip-event-desc {
        word-wrap: break-word;
        overflow: auto;
        height: 77px;
        line-height: 17px;
        margin-top: 5px;
        padding: 5px;
        border: 1px solid #efeeee;
    }

    table.angular-ui-tree > tbody > tr > td{
        vertical-align: middle;
    }


.fc-button-group {
    float: right !important;
}

.fc .fc-toolbar > *:not(.fc-button-group) > *:not(.fc-button-group) {
    float: none !important;
}

.fc th, .fc-basic-view .fc-week-number, .fc-icon, .fc-toolbar {
    text-align: center;
}

.search-filter {
    /*z-index: 993;
    position: relative;*//*removing for MZ-6008 and MZ-5916*/
	min-height: 45px;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
}

table tbody[data-ui-tree-nodes] tr {
}

.fr-element {
    /*padding: 3px 3px !important;*/
}
.fr-box:not(.fr-basic) .fr-wrapper {
    margin: 5px !important;
}
.fr-box:not(.fr-basic) .fr-element p {
    margin: 0px;
}
.fr-box:not(.fr-basic) {
    /*border-style: solid !important;
    border-width: 1px !important;
    box-shadow: none !important;*/

    -webkit-appearance: textfield;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    padding: 1px;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    margin: 0em 0em 0em 0em;
    color: #767676;
	background-image: none;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
}
.fr-toolbar .fr-command.fr-btn, .fr-popup .fr-command.fr-btn {
    width: auto !important;
}
.isteven-custom-button.ng-invalid {
    border: 1px red solid;
}

[name=signUpForm] .form-custom-checkbox .input-group{
    width: 20%;
}

[name=signUpForm] .form-custom-checkbox label{
    float: left;
}
/* MZ-3216 - adjusting the bottom-margin to handle dropdown scolling issue on some browsers */
#ContactsInfo\.Financial table#BillingHistory {
	margin-bottom:100px;
}

.modal-dialog .readonly-body .modal-body select:not(.readonly-immune),
.modal-dialog .readonly-body .modal-body input:not(.readonly-immune),
.modal-dialog .readonly-body .modal-body button.btn:not(.readonly-immune),
.modal-dialog .readonly select:not(.readonly-immune),
.modal-dialog .readonly input:not(.readonly-immune),
.modal-dialog .readonly button.btn:not(.readonly-immune),
.report-criteria.readonly fieldset:first-of-type button.btn:not(.readonly-immune),
.report-criteria.readonly fieldset:first-of-type .form-control:not(.readonly-immune) {
    pointer-events: none;
    opacity: 0.75;
    background-color: #cccccc;
}
.modal-dialog .readonly-body .modal-body button.btn:not(.readonly-immune),
.modal-dialog .readonly  button.btn:not(.readonly-immune) {
    color:#FFF;
    border-color:#FFF;
}

.modal-dialog .readonly-body .modal-body div:not(.readonly-immune) > a,
.modal-dialog .readonly div:not(.readonly-immune) > a {
    pointer-events: none;
    opacity: 0.75;
    color:#cccccc;
}
.modal-dialog .readonly-body .modal-body .ui-sortable:not(.readonly-immune),
.modal-dialog .readonly .ui-sortable:not(.readonly-immune) {
    pointer-events: none;
}
.modal-dialog .readonly .modal-footer button:not(.readonly-immune) {
    display:none;
 }
#chat-holder img {
    max-width: 100%;
    height: auto;
}
.ng-table th {
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.ng-table th.sortable {
	cursor: pointer
}
span.sort-indicator {
    display: inline;
    padding-right: 10px;
    position: relative;
}
.ng-table th.sortable .sort-indicator {
    padding-right: 15px;
    position: relative;
    display: block
}
span.sort-indicator:after, span.sort-indicator:before, .ng-table th.sortable .sort-indicator:after, .ng-table th.sortable .sort-indicator:before {
	content: "";
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #000 transparent;
	visibility: visible;
	right: 5px;
	top: 50%;
	position: absolute;
	opacity: .3;
	margin-top: -4px
}
span.sort-indicator:before, .ng-table th.sortable .sort-indicator:before {
    margin-top: 2px;
    border-bottom: none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000
}
span.sort-indicator:hover:after, span.sort-indicator:before, .ng-table th.sortable .sort-indicator:hover:after, .ng-table th.sortable .sort-indicator:hover:before {
    opacity: 1;
    visibility: visible
}
.ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc {
	background-color: rgba(51, 0, 102, 0.1);
	text-shadow: 0 1px 1px rgba(255,255,255,.75)
}
.ng-table th.sortable.sort-desc .sort-indicator:after, .ng-table th.sortable.sort-asc .sort-indicator:after {
	margin-top: -2px
}
.ng-table th.sortable.sort-desc .sort-indicator:before, .ng-table th.sortable.sort-asc .sort-indicator:before {
	visibility: hidden
}
.ng-table th.sortable.sort-asc .sort-indicator:after, .ng-table th.sortable.sort-asc .sort-indicator:hover:after {
	visibility: visible;
	filter: alpha(opacity=60);
	-khtml-opacity: .6;
	-moz-opacity: .6;
	opacity: .6
}
.ng-table th.sortable.sort-desc .sort-indicator:after {
	border-bottom: none;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	visibility: visible;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity=60);
	-khtml-opacity: .6;
	-moz-opacity: .6;
	opacity: .6
}
.ng-table th.filter .input-filter {
	margin: 0;
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.ng-table+.pagination {
	margin-top: 0
}

@media only screen and (max-width:800px) {
.ng-table-responsive {
	border-bottom: 1px solid #999
}
.ng-table-responsive tr {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999
}
.ng-table-responsive td:before {
	position: absolute;
	padding: 8px;
	left: 0;
	top: 0;
	width: 50%;
	white-space: nowrap;
	text-align: left;
	font-weight: bold
}
.ng-table-responsive thead tr th {
	text-align: left
}
.ng-table-responsive thead tr.ng-table-filters th {
	padding: 0
}
.ng-table-responsive thead tr.ng-table-filters th form>div {
	padding: 8px
}
.ng-table-responsive td {
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align: left
}
.ng-table-responsive td:before {
	content: attr(data-title-text)
}
.ng-table-responsive, .ng-table-responsive thead, .ng-table-responsive tbody, .ng-table-responsive th, .ng-table-responsive td, .ng-table-responsive tr {
	display: block
}
}
div[infinite-scroll-container="'#content'"] thead {
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgb(226, 226, 226) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgb(226, 226, 226) 100%);
    background: linear-gradient(to bottom,rgb(255, 255, 255) 0%,rgb(226, 226, 226) 100%);
	/*border: 1px solid #e6e6e6; removing */
}
.table.content-table.ng-table > thead > tr > th,
.table.content-table.ng-table > thead > tr > td,
.table.content-table.ng-table > tbody > tr > th,
.table.content-table.ng-table > tbody > tr > td,
.table.content-table.ng-table > tfoot > tr > th,
.table.content-table.ng-table > tfoot > tr > td {
border-top: 0;
}
.ng-table>tbody>tr:nth-child(odd)>td, .ng-table>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
.ng-table {
border: 1px solid #efefef;
margin-top: 5px;
}
.ng-table>tbody td p {margin:0;}
tags-input {
	display: block
}
tags-input *, tags-input *:before, tags-input *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
tags-input .host {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100%
}
tags-input .host:active {
	outline: none
}
tags-input .tags {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    overflow: hidden;
    word-wrap: break-word;
    cursor: text;
    box-shadow: 1px 1px 1px 0 lightgrey inset;
    height: 100%;
    box-shadow: none;
    padding: 0;
	height: 100%
}
tags-input .tags.focused {
	outline: none;
	-webkit-box-shadow: 0 0 3px 1px rgba(5,139,242,.6);
	-moz-box-shadow: 0 0 3px 1px rgba(5,139,242,.6);
	box-shadow: 0 0 3px 1px rgba(5,139,242,.6)
}
tags-input .tags .tag-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}
tags-input .tags .tag-item {
	margin: 2px;
	padding: 0 5px;
	display: inline-block;
	float: left;
	height: 20px;
	line-height: 25px;
	border-radius: 3px;
	font: 10px "Roboto", Helvetica, Arial, sans-serif;
    border: 1px solid #c1b2d1;
    color: #8565a5;
    background: -moz-linear-gradient(top,rgba(251, 250, 254) 0%,#ede9fb 100%);
    background: -webkit-linear-gradient(top,rgba(251, 250, 254) 0%,#ede9fb 100%);
    background: linear-gradient(to bottom,rgb(251, 250, 254) 0%,#ede9fb 100%);
}
tags-input .tags .tag-item.selected {
	background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
	background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%)
}
tags-input .tags .tag-item.invalid-tag {
	background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
	background: linear-gradient(to bottom, #febbbb 0%, #fe9090 45%, #ff5c5c 100%)
}
tags-input .tags .tag-item .remove-button {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	vertical-align: middle;
	font: bold 16px Arial, sans-serif;
	color: #585858
}
tags-input .tags .tag-item .remove-button:active {
	color: red
}
tags-input .tags .input.invalid-tag {
	color: red
}
tags-input .tags .input::-ms-clear {
display:none
}
tags-input.ng-invalid .tags {
	-webkit-box-shadow: 0 0 3px 1px rgba(255,0,0,.6);
	-moz-box-shadow: 0 0 3px 1px rgba(255,0,0,.6);
	box-shadow: 0 0 3px 1px rgba(255,0,0,.6)
}
tags-input[disabled] .host:focus {
	outline: none
}
tags-input[disabled] .tags {
	background-color: #eee;
	cursor: default
}
tags-input[disabled] .tags .tag-item {
	opacity: .65;
	background: -webkit-linear-gradient(top, #f0f9ff 0%, rgba(203,235,255,.75) 47%, rgba(161,219,255,.62) 100%);
	background: linear-gradient(to bottom, #f0f9ff 0%, rgba(203,235,255,.75) 47%, rgba(161,219,255,.62) 100%)
}
tags-input[disabled] .tags .tag-item .remove-button {
	cursor: default
}
tags-input[disabled] .tags .tag-item .remove-button:active {
	color: #585858
}
tags-input[disabled] .tags .input {
	background-color: #eee;
	cursor: default
}
tags-input .autocomplete {
	margin-top: 5px;
	position: absolute;
	padding: 5px 0;
	z-index: 10001;
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}
tags-input .autocomplete .suggestion-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	max-height: 280px;
	overflow-y: auto;
	position: relative
}
tags-input .autocomplete .suggestion-item {
	padding: 5px 10px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #fff
}
tags-input .autocomplete .suggestion-item.selected {
	color: #fff;
	background-color: #0097cf
}
tags-input .autocomplete .suggestion-item.selected em {
	color: #fff;
	background-color: #0097cf
}
tags-input .autocomplete .suggestion-item em {
	font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #fff
}
.scrtabs-tab-container * {
	box-sizing: border-box
}
.scrtabs-tab-container {
	height: 42px
}
.scrtabs-tab-container .tab-content {
	clear: left
}
.scrtabs-tabs-fixed-container {
	float: left;
	height: 42px;
	overflow: hidden;
	width: 100%
}
.scrtabs-tabs-movable-container {
	position: relative
}
.scrtabs-tab-scroll-arrow {
	border: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background-color: #fbfbfb;
	color: #f06724;
	cursor: pointer;
	float: left;
	font-size: 12px;
	height: 41px;
	margin-bottom: -1px;
	padding-left: 2px;
	padding-top: 16px;
	width: 20px;
}
.scrtabs-js-tab-scroll-arrow-right { border-radius: 0 50px 0 0;}
.scrtabs-js-tab-scroll-arrow-left { border-radius: 50px 0 0 0;}
.scrtabs-tab-scroll-arrow:hover {
	background-color: #eee
}
.scrtabs-tabs-fixed-container ul.nav-tabs {
	height: 41px
}
.scrtabs-tabs-fixed-container ul.nav-tabs>li {
	white-space: nowrap
}
.scrtabs-tab-content-hidden {
	display: none
}
.angular-ui-tree-empty {
	border: 1px dashed #bbb;

	min-height: 100px;
	background-color: #e5e5e5;
	background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff);
	background-image: linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff), linear-gradient(45deg, #fff 25%, transparent 0, transparent 75%, #fff 0, #fff);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
	pointer-events: none
}
.angular-ui-tree-nodes {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none
}
.angular-ui-tree-nodes .angular-ui-tree-nodes {
	padding-left: 20px
}
.angular-ui-tree-node, .angular-ui-tree-placeholder {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	line-height: 20px
}
.angular-ui-tree-hidden {
	display: none
}
.angular-ui-tree-placeholder {
	margin: 5px 0;
	padding: 0;
	min-height: 30px
}
.angular-ui-tree-handle {
	cursor: move;
	text-decoration: none;
	font-weight: 700;
	box-sizing: border-box;
	min-height: 20px;
	line-height: 20px
}
.angular-ui-tree-drag {
	position: absolute;
	pointer-events: none;
	z-index: 999;
	opacity: .8
}
html {
	font-family: 'Roboto', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
[ng-cloak] {
	display: none!important
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	color: #f06623;
	background: transparent;
	cursor: hand
}
a:active, a:hover {
	outline: 0
}
a.edit-dialog {
	text-decoration: underline
}
a.edit-screen {
	text-decoration: underline
}
#Finance\.Overview a.edit-dialog {
    text-decoration: none
}
#Finance\.Overview a.edit-screen {
    text-decoration: none
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong, .bold {
	font-weight: bold
}
.bold-purple {
    color: rgb(85, 57, 130);
    font-weight: bold;
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
td.fa-exchange-alt:before {
    content: none;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none;
	white-space: nowrap
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}

textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/GZContent/fonts/glyphicons-halflings-regular.eot);
    src: url(/GZContent/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/GZContent/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/GZContent/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/GZContent/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/GZContent/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}
.glyphicon {
	display: inline-block;
	text-align:center;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale

}
/*span.glyphicon.glyphicon-remove {
    position: relative;
    top: 1px;
}*/
.glyphicon-asterisk:before {
	content: "*"
}
.glyphicon-plus:before {
	content: "+"
}
.glyphicon-euro:before {
	content: "€"
}
.glyphicon-minus:before {
	content: "−"
}
.glyphicon-cloud:before {
	content: "☁"
}
.glyphicon-envelope:before {
	content: "✉"
}
.glyphicon-pencil:before {
	content: "✏"
}
.glyphicon-glass:before {
	content: ""
}
.glyphicon-music:before {
	content: ""
}
.glyphicon-search:before {
	content: ""
}
.glyphicon-heart:before {
	content: ""
}
.glyphicon-star:before {
	content: ""
}
.glyphicon-star-empty:before {
	content: ""
}
.glyphicon-user:before {
	content: ""
}
.glyphicon-film:before {
	content: ""
}
.glyphicon-th-large:before {
	content: ""
}
.glyphicon-th:before {
	content: ""
}
.glyphicon-th-list:before {
	content: ""
}
.glyphicon-ok:before {
	content: ""
}
.glyphicon-remove:before {
	content: ""
}
.glyphicon-zoom-in:before {
	content: ""
}
.glyphicon-zoom-out:before {
	content: ""
}
.glyphicon-off:before {
	content: ""
}
.glyphicon-signal:before {
	content: ""
}
.glyphicon-cog:before {
	content: ""
}
.glyphicon-trash:before {
	content: ""
}
.glyphicon-home:before {
	content: ""
}
.glyphicon-file:before {
	content: ""
}
.glyphicon-time:before {
	content: ""
}
.glyphicon-road:before {
	content: ""
}
.glyphicon-download-alt:before {
	content: ""
}
.glyphicon-download:before {
	content: ""
}
.glyphicon-upload:before {
	content: ""
}
.glyphicon-inbox:before {
	content: ""
}
.glyphicon-play-circle:before {
	content: ""
}
.glyphicon-repeat:before {
	content: ""
}
.glyphicon-refresh:before {
	content: ""
}
.glyphicon-list-alt:before {
	content: ""
}
.glyphicon-lock:before {
	content: ""
}
.glyphicon-flag:before {
	content: ""
}
.glyphicon-headphones:before {
	content: ""
}
.glyphicon-volume-off:before {
	content: ""
}
.glyphicon-volume-down:before {
	content: ""
}
.glyphicon-volume-up:before {
	content: ""
}
.glyphicon-qrcode:before {
	content: ""
}
.glyphicon-barcode:before {
	content: ""
}
.glyphicon-tag:before {
	content: ""
}
.glyphicon-tags:before {
	content: ""
}
.glyphicon-book:before {
	content: ""
}
.glyphicon-bookmark:before {
	content: ""
}
.glyphicon-print:before {
	content: ""
}
.glyphicon-camera:before {
	content: ""
}
.glyphicon-font:before {
	content: ""
}
.glyphicon-bold:before {
	content: ""
}
.glyphicon-italic:before {
	content: ""
}
.glyphicon-text-height:before {
	content: ""
}
.glyphicon-text-width:before {
	content: ""
}
.glyphicon-align-left:before {
	content: ""
}
.glyphicon-align-center:before {
	content: ""
}
.glyphicon-align-right:before {
	content: ""
}
.glyphicon-align-justify:before {
	content: ""
}
.glyphicon-list:before {
	content: ""
}
.glyphicon-indent-left:before {
	content: ""
}
.glyphicon-indent-right:before {
	content: ""
}
.glyphicon-facetime-video:before {
	content: ""
}
.glyphicon-picture:before {
	content: ""
}
.glyphicon-map-marker:before {
	content: ""
}
.glyphicon-adjust:before {
	content: ""
}
.glyphicon-tint:before {
	content: ""
}
.glyphicon-edit:before {
	content: ""
}
.glyphicon-share:before {
	content: ""
}
.glyphicon-check:before {
	content: ""
}
.glyphicon-move:before {
	content: ""
}
.glyphicon-step-backward:before {
	content: ""
}
.glyphicon-fast-backward:before {
	content: ""
}
.glyphicon-backward:before {
	content: ""
}
.glyphicon-play:before {
	content: ""
}
.glyphicon-pause:before {
	content: ""
}
.glyphicon-stop:before {
	content: ""
}
.glyphicon-forward:before {
	content: ""
}
.glyphicon-fast-forward:before {
	content: ""
}
.glyphicon-step-forward:before {
	content: ""
}
.glyphicon-eject:before {
	content: ""
}
.glyphicon-chevron-left:before {
	content: ""
}
.glyphicon-chevron-right:before {
	content: ""
}
.glyphicon-plus-sign:before {
	content: ""
}
.glyphicon-minus-sign:before {
	content: ""
}
.glyphicon-remove-sign:before {
	content: ""
}
.glyphicon-ok-sign:before {
	content: ""
}
.glyphicon-question-sign:before {
	content: ""
}
.glyphicon-info-sign:before {
	content: ""
}
.glyphicon-screenshot:before {
	content: ""
}
.glyphicon-remove-circle:before {
	content: ""
}
.glyphicon-ok-circle:before {
	content: ""
}
.glyphicon-ban-circle:before {
	content: ""
}
.glyphicon-arrow-left:before {
	content: ""
}
.glyphicon-arrow-right:before {
	content: ""
}
.glyphicon-arrow-up:before {
	content: ""
}
.glyphicon-arrow-down:before {
	content: ""
}
.glyphicon-share-alt:before {
	content: ""
}
.glyphicon-resize-full:before {
	content: ""
}
.glyphicon-resize-small:before {
	content: ""
}
.glyphicon-exclamation-sign:before {
	content: ""
}
.glyphicon-gift:before {
	content: ""
}
.glyphicon-leaf:before {
	content: ""
}
.glyphicon-fire:before {
	content: ""
}
.glyphicon-eye-open:before {
	content: ""
}
.glyphicon-eye-close:before {
	content: ""
}
.glyphicon-warning-sign:before {
	content: ""
}
.glyphicon-plane:before {
	content: ""
}
.glyphicon-calendar:before {
	content: ""
}
.glyphicon-random:before {
	content: ""
}
.glyphicon-comment:before {
	content: ""
}
.glyphicon-magnet:before {
	content: ""
}
.glyphicon-chevron-up:before {
	content: ""
}
.glyphicon-chevron-down:before {
	content: ""
}
.glyphicon-retweet:before {
	content: ""
}
.glyphicon-shopping-cart:before {
	content: ""
}
.glyphicon-folder-close:before {
	content: ""
}
.glyphicon-folder-open:before {
	content: ""
}
.glyphicon-resize-vertical:before {
	content: ""
}
.glyphicon-resize-horizontal:before {
	content: ""
}
.glyphicon-hdd:before {
	content: ""
}
.glyphicon-bullhorn:before {
	content: ""
}
.glyphicon-bell:before {
	content: ""
}
.glyphicon-certificate:before {
	content: ""
}
.glyphicon-thumbs-up:before {
	content: ""
}
.glyphicon-thumbs-down:before {
	content: ""
}
.glyphicon-hand-right:before {
	content: ""
}
.glyphicon-hand-left:before {
	content: ""
}
.glyphicon-hand-up:before {
	content: ""
}
.glyphicon-hand-down:before {
	content: ""
}
.glyphicon-circle-arrow-right:before {
	content: ""
}
.glyphicon-circle-arrow-left:before {
	content: ""
}
.glyphicon-circle-arrow-up:before {
	content: ""
}
.glyphicon-circle-arrow-down:before {
	content: ""
}
.glyphicon-globe:before {
	content: ""
}
.glyphicon-wrench:before {
	content: ""
}
.glyphicon-tasks:before {
	content: ""
}
.glyphicon-filter:before {
	content: ""
}
.glyphicon-briefcase:before {
	content: ""
}
.glyphicon-fullscreen:before {
	content: ""
}
.glyphicon-dashboard:before {
	content: ""
}
.glyphicon-paperclip:before {
	content: ""
}
.glyphicon-heart-empty:before {
	content: ""
}
.glyphicon-link:before {
	content: ""
}
.glyphicon-phone:before {
	content: ""
}
.glyphicon-pushpin:before {
	content: ""
}
.glyphicon-usd:before {
	content: ""
}
.glyphicon-gbp:before {
	content: ""
}
.glyphicon-sort:before {
	content: ""
}
.glyphicon-sort-by-alphabet:before {
	content: ""
}
.glyphicon-sort-by-alphabet-alt:before {
	content: ""
}
.glyphicon-sort-by-order:before {
	content: ""
}
.glyphicon-sort-by-order-alt:before {
	content: ""
}
.glyphicon-sort-by-attributes:before {
	content: ""
}
.glyphicon-sort-by-attributes-alt:before {
	content: ""
}
.glyphicon-unchecked:before {
	content: ""
}
.glyphicon-expand:before {
	content: ""
}
.glyphicon-collapse-down:before {
	content: ""
}
.glyphicon-collapse-up:before {
	content: ""
}
.glyphicon-log-in:before {
	content: ""
}
.glyphicon-flash:before {
	content: ""
}
.glyphicon-log-out:before {
	content: ""
}
.glyphicon-new-window:before {
	content: ""
}
.glyphicon-record:before {
	content: ""
}
.glyphicon-save:before {
	content: ""
}
.glyphicon-open:before {
	content: ""
}
.glyphicon-saved:before {
	content: ""
}
.glyphicon-import:before {
	content: ""
}
.glyphicon-export:before {
	content: ""
}
.glyphicon-send:before {
	content: ""
}
.glyphicon-floppy-disk:before {
	content: ""
}
.glyphicon-floppy-saved:before {
	content: ""
}
.glyphicon-floppy-remove:before {
	content: ""
}
.glyphicon-floppy-save:before {
	content: ""
}
.glyphicon-floppy-open:before {
	content: ""
}
.glyphicon-credit-card:before {
	content: ""
}
.glyphicon-transfer:before {
	content: ""
}
.glyphicon-cutlery:before {
	content: ""
}
.glyphicon-header:before {
	content: ""
}
.glyphicon-compressed:before {
	content: ""
}
.glyphicon-earphone:before {
	content: ""
}
.glyphicon-phone-alt:before {
	content: ""
}
.glyphicon-tower:before {
	content: ""
}
.glyphicon-stats:before {
	content: ""
}
.glyphicon-sd-video:before {
	content: ""
}
.glyphicon-hd-video:before {
	content: ""
}
.glyphicon-subtitles:before {
	content: ""
}
.glyphicon-sound-stereo:before {
	content: ""
}
.glyphicon-sound-dolby:before {
	content: ""
}
.glyphicon-sound-5-1:before {
	content: ""
}
.glyphicon-sound-6-1:before {
	content: ""
}
.glyphicon-sound-7-1:before {
	content: ""
}
.glyphicon-copyright-mark:before {
	content: ""
}
.glyphicon-registration-mark:before {
	content: ""
}
.glyphicon-cloud-download:before {
	content: ""
}
.glyphicon-cloud-upload:before {
	content: ""
}
.glyphicon-tree-conifer:before {
	content: ""
}
.glyphicon-tree-deciduous:before {
	content: ""
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 1.32857;
	color: #767676;
	background-color: #f3f3f3;
	word-wrap: break-word
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
.search-filter .center button {
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgb(226, 226, 226) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgb(226, 226, 226) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgb(226, 226, 226) 100%);
    border-radius:5px;
    border:1px solid #bfbcbc;opacity:.9;
}
.search-filter .center button:hover {
    opacity:1;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgb(214, 214, 214) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgb(214, 214, 214) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgb(214, 214, 214) 100%);
}
.search-filter .center {
	padding-left: 8px
}
.search-filter .left {
	padding-right: 0
}
a {
	cursor: pointer
}
a:hover, a:focus {
	color: #0d0d0d;
	text-decoration: underline
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
figure {
	margin: 0
}
img {
	vertical-align: middle
}
.img-responsive {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: 0
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	width: 100% \9;
	max-width: 100%;
	height: auto
}
.img-circle {
	border-radius: 50%
}
.img-marging-top {
	margin-top: 20px
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size: 65%
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size: 75%
}
h1, .h1 {
	font-size: 36px
}
h2, .h2 {
	font-size: 30px
}
h3, .h3 {
	font-size: 24px
}
h4, .h4 {
	font-size: 18px
}
h5, .h5 {
	font-size: 14px
}
h6, .h6 {
	font-size: 12px
}
p {
	margin: 0 0 10px
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media(min-width:768px) {
.lead {
	font-size: 21px
}
}
small, .small {
	font-size: 85%
}
cite {
	font-style: normal
}
mark, .mark {
	background-color: #fffbef;
	padding: .2em
}
.text-left {
	text-align: left
}
.text-left-force {
	text-align: left!important
}

.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
.text-nowrap {
	white-space: nowrap
}
.text-lowercase {
	text-transform: lowercase
}
.text-uppercase {
	text-transform: uppercase
}
.text-capitalize {
	text-transform: capitalize
}
.text-muted {
	color: #999
}
.text-primary, label.control-label.text-primary {
	color: #330066;
}
a.text-primary:hover {
	color: #ef7b2d
}
.text-success {
	color: #4c9c77
}
a.text-success:hover {
	color: #3b7a5d
}
.text-warning {
	color: #bfa34c
}
a.text-warning:hover {
	color: #9f8639
}
.text-danger {
	color: #ca674c
}
a.text-danger:hover {
	color: #af4e34
}
.text-bold {
    font-weight:bold;
}

fieldset {
	margin: 0;
	background-color: #fff;
	border: 0;
	padding: 0;
}
#login-container fieldset {
    background-color: transparent
}
tbody.ng-pristine {
	background-color: transparent
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0;
	font-weight: darker;
	font-size: small;
	color: #a9a9a9
}
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 4px 0;
	margin-top: 1px \9;
	line-height: normal
}
input[type="file"] {
	display: block
}
input[type="range"] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.form-control::-moz-placeholder {
color:#999;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn:hover, .btn:focus {
	color: #767676;
	text-decoration: none
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-default .badge {
	color: #fafafa;
	background-color: #767676
}
.btn-primary {
	color: #fff;
	background-color: #f06623;
	border-color: #c74a0d
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #ef7b2d;
	border-color: #dd691c
}
.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
	background-image: none
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	background-color: #f06623;
	border-color: #c74a0d
}
.btn-primary .badge {
	color: #f06623;
	background-color: #fff
}
.btn-success {
	color: #fff;
	background-color: #60cd9b;
	border-color: #4dc78f
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #3cbe82;
	border-color: #33a370
}
.btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
	background-image: none
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
	background-color: #60cd9b;
	border-color: #4dc78f
}
.btn-success .badge {
	color: #60cd9b;
	background-color: #fff
}
.btn-info {
	color: #fff;
	background-color: #f06623;
	border-color: #c74a0d
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle, .btn-info:active:focus {
	color: #fff;
	background-color: #f06623;
        border-color: #c74a0d;
        opacity: .8;
}
.btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
	background-image: none
}
.modal-content .datetime-menu .btn-info:active, .modal-content .datetime-menu .btn-info.active,
.modal-content .datetime-menu .open>.btn-info.dropdown-toggle {
		background-color:#bdbdbd;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
	background-color: #66b5d7;
	border-color: #52abd2
}
.btn-info .badge {
	color: #66b5d7;
	background-color: #fff
}
.btn-warning {
	color: #fff;
	background-color: #eec95a;
	border-color: #ecc143
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #e9ba2c;
	border-color: #dbaa17
}
.btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
	background-image: none
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
	background-color: #eec95a;
	border-color: #ecc143
}
.btn-warning .badge {
	color: #eec95a;
	background-color: #fff
}
.btn-danger {
	color: #fff;
	background-color: #e87352;
	border-color: #e5613b
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #e24f25;
	border-color: #c9411b
}
.btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
	background-image: none
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
	background-color: #e87352;
	border-color: #e5613b
}
.btn-danger .badge {
	color: #e87352;
	background-color: #fff
}
.btn-link {
	color: #333;
	font-weight: normal;
	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: #0d0d0d;
	text-decoration: underline;
	background-color: transparent
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
	color: #999;
	text-decoration: none
}
.btn-lg, .btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 5px
}
.btn-sm, .btn-group-sm>.btn {
	padding: 5px 9px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 5px
}
.btn-xs, .btn-group-xs>.btn {
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1;
	border-radius: 5px
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: 5px
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
tr.collapse.in {
	display: table-row
}
tbody.collapse.in {
	display: table-row-group
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.caret-bigger {
	border-top: 6px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent
}
.dropdown {
	position: relative
}
.dropdown-toggle:focus {
	outline: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1100;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #f06623
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .top-header .top-nav .nav-left .dropdown-menu>.active>a .fa, .top-header .top-nav .nav-left .dropdown-menu>.active>a:hover .fa, .top-header .top-nav .nav-left .dropdown-menu>.active>a:focus .fa {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #f06623
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	color: #999
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}
.open>.dropdown-menu {
	display: block
}
.open>a {
	outline: 0
}
.dropdown-menu-right {
	left: auto;
	right: 0
}
.dropdown-menu-left {
	left: 0;
	right: auto
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #999;
	white-space: nowrap
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}
.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

@media(min-width:768px) {
.navbar-right .dropdown-menu {
	right: 0;
	left: auto
}
.navbar-right .dropdown-menu-left {
	left: 0;
	right: auto
}
}
.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.btn-group>.btn, .btn-group-vertical>.btn {
	position: relative;
	float: left
}
.btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:hover, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
	z-index: 2
}
.btn-group>.btn:focus, .btn-group-vertical>.btn:focus {
	outline: 0
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.btn-toolbar {
	margin-left: -5px
}
.btn-toolbar:before, .btn-toolbar:after {
	content: " ";
	display: table
}
.btn-toolbar:after {
	clear: both
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.btn-group>.btn:first-child {
	margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group>.btn-group {
	float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}
.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}
.btn-group>.btn-lg+.dropdown-toggle, .btn-group-lg.btn-group>.btn+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn .caret {
	margin-left: 0
}
.btn-lg .caret, .btn-group-lg>.btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}
.dropup .btn-lg .caret, .dropup .btn-group-lg>.btn .caret {
	border-width: 0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}
.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
	content: " ";
	display: table
}
.btn-group-vertical>.btn-group:after {
	clear: both
}
.btn-group-vertical>.btn-group>.btn {
	float: none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}
.btn-group-justified>.btn-group .btn {
	width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}
[data-toggle="buttons"]>.btn>input[type="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0)
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 100%
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	color: #888;
}
.input-group-addon, .input-group-btn, .input-group-btn2, .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, .input-group-btn2 {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #767676;
	text-align: center;
	background-color: #eee;
	border: 1px solid #cbd5dd;
	border-radius: 0
}
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 0
}
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 0
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.input-group-addon:first-child {
	border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.input-group-addon:last-child {
	border-left: 0
}
.input-group-btn, .input-group-btn2 {
	position: relative;
	font-size: 0;
	white-space: nowrap
}
.input-group-btn>.btn, .input-group-btn2>.btn {
	position: relative;

	height: 24px
}
.input-group-btn>.btn+.btn {
	margin-left: -1px
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
	z-index: 2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: -1px
}
.input-group-btn2>.btn {
	margin-left: 3px
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}
.nav:before, .nav:after {
	content: " ";
	display: table
}
.nav:after {
	clear: both
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
}
.nav>li.disabled>a {
	color: #999
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	color: #999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eee;
	border-color: #333
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav>li>a>img {
	max-width: none
}



.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}
.nav-justified, .nav-tabs.nav-justified {
	width: 100%
}
.nav-justified>li, .nav-tabs.nav-justified>li {
	float: none
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media(min-width:768px) {
.nav-justified>li, .nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
	margin-bottom: 0
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0
}
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 0
}
.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media(min-width:768px) {
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 0 0 0 0
}
.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus {
	border-bottom-color: #f3f3f3
}
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}
.navbar:before, .navbar:after {
	content: " ";
	display: table
}
.navbar:after {
	clear: both
}

@media(min-width:768px) {
.navbar {
	border-radius: 0
}
}
.navbar-header:before, .navbar-header:after {
	content: " ";
	display: table
}
.navbar-header:after {
	clear: both
}

@media(min-width:768px) {
.navbar-header {
	float: left
}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling: touch
}
.navbar-collapse:before, .navbar-collapse:after {
	content: " ";
	display: table
}
.navbar-collapse:after {
	clear: both
}
.navbar-collapse.in {
	overflow-y: auto
}

@media(min-width:768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	box-shadow: none
}
.navbar-collapse.collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important
}
.navbar-collapse.in {
	overflow-y: visible
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	padding-left: 0;
	padding-right: 0
}
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px
}

@media(max-width:480px) and (orientation:landscape) {
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 200px
}
}
.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

@media(min-width:768px) {
.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
	margin-right: 0;
	margin-left: 0
}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media(min-width:768px) {
.navbar-static-top {
	border-radius: 0
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media(min-width:768px) {
.navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0
}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}
.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none
}

@media(min-width:768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -15px
}
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0
}
.navbar-toggle:focus {
	outline: 0
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media(min-width:768px) {
.navbar-toggle {
	display: none
}
}
.navbar-nav {
	margin: 7.5px -15px
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media(max-width:767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px
}
.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
	background-image: none
}
}

@media(min-width:768px) {
.navbar-nav {
	float: left;
	margin: 0
}
.navbar-nav>li {
	float: left
}
.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px
}
.navbar-nav.navbar-right:last-child {
	margin-right: -15px
}
}

@media(min-width:768px) {
.navbar-left {
	float: left!important
}
.navbar-right {
	float: right!important
}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	margin-top: 8px;
	margin-bottom: 8px
}

@media(min-width:768px) {
.navbar-form {
	width: auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.navbar-form.navbar-right:last-child {
	margin-right: -15px
}
}
.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-btn {
	margin-top: 8px;
	margin-bottom: 8px
}
.navbar-btn.btn-sm, .btn-group-sm>.navbar-btn.btn {
	margin-top: 10px;
	margin-bottom: 10px
}
.navbar-btn.btn-xs, .btn-group-xs>.navbar-btn.btn {
	margin-top: 14px;
	margin-bottom: 14px
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media(min-width:768px) {
.navbar-text {
	float: left;
	margin-left: 15px;
	margin-right: 15px
}
.navbar-text.navbar-right:last-child {
	margin-right: 0
}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}
.navbar-default .navbar-brand {
	color: #777
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent
}
.navbar-default .navbar-text {
	color: #777
}
.navbar-default .navbar-nav>li>a {
	color: #777
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}
.navbar-default .navbar-toggle {
	border-color: #ddd
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #e7e7e7;
	color: #555
}

@media(max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #777
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
	color: #ccc;
	background-color: transparent
}
}
.navbar-default .navbar-link {
	color: #777
}
.navbar-default .navbar-link:hover {
	color: #333
}
.navbar-default .btn-link {
	color: #777
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc
}
.navbar-inverse {
	background-color: #222;
	border-color: #090909
}
.navbar-inverse .navbar-brand {
	color: #999
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-text {
	color: #999
}
.navbar-inverse .navbar-nav>li>a {
	color: #999
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #090909
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
	color: #444;
	background-color: transparent
}
.navbar-inverse .navbar-toggle {
	border-color: #333
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #090909;
	color: #fff
}

@media(max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
	border-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #999
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
	color: #444;
	background-color: transparent
}
}
.navbar-inverse .navbar-link {
	color: #999
}
.navbar-inverse .navbar-link:hover {
	color: #fff
}
.navbar-inverse .btn-link {
	color: #999
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f6f6f6;
	border-radius: 0
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li+li:before {
	content: "/ ";
	padding: 0 5px;
	color: #e9e9e9
}
.breadcrumb>.active {
	color: #999
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #333;
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
	margin-left: -1px
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
	color: #fff;
	background-color: #f06623;
	border-color: #f06623
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #f06623;
	border-color: #f06623;
	cursor: default
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	color: #999;
	background-color: #f6f6f6;
	border-color: #f6f6f6;
	cursor: not-allowed
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}
.pager:before, .pager:after {
	content: " ";
	display: table
}
.pager:after {
	clear: both
}
.pager li {
	display: inline
}
.pager li>a, .pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
	border-radius: 15px
}
.pager li>a:hover, .pager li>a:focus {
	text-decoration: none;
	background-color: #f06623
}
.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: #999;
	background-color: #f6f6f6;
	cursor: not-allowed
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}
.label:empty {
	display: none
}
.btn .label {
	position: relative;
	top: -1px
}
a.label:hover, a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
.label-default {
	background-color: #999
}
.label-default[href]:hover, .label-default[href]:focus {
	background-color: gray
}
.label-primary {
	background-color: #f06623
}
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #ef7b2d
}
.label-success {
	background-color: #60cd9b
}
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #3cbe82
}
.label-info {
	background-color: #66b5d7
}
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #3ea1cc
}
.label-warning {
	background-color: #eec95a
}
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #e9ba2c
}
.label-danger {
	background-color: #e87352
}
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #e24f25
}
.badge {
	background-color: rgba(51, 0, 102, 0.35);
}
.sales-badge .badge {
	position:absolute;right:15px;
}
#Finance\.Overview .badge {
    display: inline-block;
    min-width: 50px;
    font-weight: bold;
    color: #f06623;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 10px;
    width: auto
}
.badge:empty {
	display: none
}
.btn-xs .badge, .btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px
}
a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #333;
	background-color: #fff
}
.nav-pills>li>a>.badge {
	margin-left: 3px
}
a.badge:hover, a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
#Finance\.Overview a.badge:hover, #Stat a.badge:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer
}
.jumbotron {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}
.jumbotron h1, .jumbotron .h1 {
	color: inherit
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}
.jumbotron>hr {
	border-top-color: #d5d5d5
}
.container .jumbotron {
	border-radius: 0
}
.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
.jumbotron {
	padding-top: 48px;
	padding-bottom: 48px
}
.container .jumbotron {
	padding-left: 60px;
	padding-right: 60px
}
.jumbotron h1, .jumbotron .h1 {
	font-size: 63px
}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.thumbnail>img, .thumbnail a>img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}
.thumbnail .caption {
	padding: 9px;
	color: #767676
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #333
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0
}
.alert h4 {
	margin-top: 0;
	color: inherit
}
.alert .alert-link {
	font-weight: bold
}
.alert>p, .alert>ul {
	margin-bottom: 0
}
.alert>p+p {
	margin-top: 5px
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}
.alert-success {
	background-color: #eefff6;
	border-color: #d5ffe1;
	color: #4c9c77
}
.alert-success hr {
	border-top-color: #bbffd0
}
.alert-success .alert-link {
	color: #3b7a5d
}
.alert-info {
	background-color: #eff6ff;
	border-color: #cbebff;
	color: #538da7
}
.alert-info hr {
	border-top-color: #b2e0ff
}
.alert-info .alert-link {
	color: #427085
}
.alert-warning {
	background-color: #fffbef;
	border-color: #ffeed6;
	color: #bfa34c
}
.alert-warning hr {
	border-top-color: #ffe3bc
}
.alert-warning .alert-link {
	color: #9f8639
}
.alert-danger {
	background-color: #fff1ed;
	border-color: #ffd6d4;
	color: #ca674c
}
.alert-danger hr {
	border-top-color: #ffbeba
}
.alert-danger .alert-link {
	color: #af4e34
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #f06623;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}
.progress-striped .progress-bar, .progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}
.progress.active .progress-bar, .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
	min-width: 30px
}
.progress-bar[aria-valuenow="0"] {
	color: #999;
	min-width: 30px;
	background-color: transparent;
	background-image: none;
	box-shadow: none
}
.progress-bar-success {
	background-color: #60cd9b
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
	background-color: #66b5d7
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
	background-color: #eec95a
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
	background-color: #e87352
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.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 {
	margin-bottom: 20px;
	padding-left: 0
}
.list-group-item {
	position: relative;
	display: block;
	padding: 5px 5px;
	margin-bottom: -1px;
	background-color: transparent;
	border: 1px solid #eff2f7
}
.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.list-group-item>.badge {
	float: right
}
.list-group-item>.badge+.badge {
	margin-right: 5px
}
a.list-group-item {
	color: #555
}
a.list-group-item .list-group-item-heading {
	color: #333
}
a.list-group-item:hover, a.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	background-color: #eee;
	color: #999
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
	color: inherit
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
	color: #999
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #f06623;
	border-color: #eff2f7
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>small, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading>.small {
	color: inherit
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
	color: #cbf2f1
}
.list-group-item-success {
	color: #4c9c77;
	background-color: #eefff6
}
a.list-group-item-success {
	color: #4c9c77
}
a.list-group-item-success .list-group-item-heading {
	color: inherit
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
	color: #4c9c77;
	background-color: #d5ffe9
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #4c9c77;
	border-color: #4c9c77
}
.list-group-item-info {
	color: #538da7;
	background-color: #eff6ff
}
a.list-group-item-info {
	color: #538da7
}
a.list-group-item-info .list-group-item-heading {
	color: inherit
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
	color: #538da7;
	background-color: #d6e8ff
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #538da7;
	border-color: #538da7
}
.list-group-item-warning {
	color: #bfa34c;
	background-color: #fffbef
}
a.list-group-item-warning {
	color: #bfa34c
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
	color: #bfa34c;
	background-color: #fff5d6
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #bfa34c;
	border-color: #bfa34c
}
.list-group-item-danger {
	color: #ca674c;
	background-color: #fff1ed
}
a.list-group-item-danger {
	color: #ca674c
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
	color: #ca674c;
	background-color: #ffddd4
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #ca674c;
	border-color: #ca674c
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
	padding: 15px
}
.panel-body:before, .panel-body:after {
	content: " ";
	display: table
}
.panel-body:after {
	clear: both
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: -1;
	border-top-left-radius: -1
}
.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}
.panel-title>a {
	color: inherit
}
.panel-footer {
	padding: 10px 15px;
	color: #fff;
	background-color: #04599c;
	border-top: 1px solid #e9e9e9;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}
.panel>.list-group {
	margin-bottom: 0
}
.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -1;
	border-top-left-radius: -1
}
.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}
.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}
.list-group+.panel-footer {
	border-top-width: 0
}
.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table {
	margin-bottom: 0
}
.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
	border-top-right-radius: -1;
	border-top-left-radius: -1
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: -1
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: -1
}
.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: -1
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: -1
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0
}
.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}
.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}
.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}
.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}
.panel-group {
	margin-bottom: 20px
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0
}
.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 #e9e9e9
}
.panel-group .panel-footer {
	border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #e9e9e9
}
.panel-default {
	border-color: #e9e9e9
}
.panel-default>.panel-heading {
	color: #fff;
	background-color: #04599c;
	border-color: #e9e9e9
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #e9e9e9
}
.panel-default>.panel-heading .badge {
	color: #f6f6f6;
	background-color: #767676
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #e9e9e9
}
.panel-primary {
	border-color: #f06623
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #f06623;
	border-color: #f06623
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #f06623
}
.panel-primary>.panel-heading .badge {
	color: #f06623;
	background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #f06623
}
.panel-success {
	border-color: #d5ffe1
}
.panel-success>.panel-heading {
	color: #4c9c77;
	background-color: #eefff6;
	border-color: #d5ffe1
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d5ffe1
}
.panel-success>.panel-heading .badge {
	color: #eefff6;
	background-color: #4c9c77
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d5ffe1
}
.panel-info {
	border-color: #cbebff
}
.panel-info>.panel-heading {
	color: #538da7;
	background-color: #eff6ff;
	border-color: #cbebff
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #cbebff
}
.panel-info>.panel-heading .badge {
	color: #eff6ff;
	background-color: #538da7
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #cbebff
}
.panel-warning {
	border-color: #ffeed6
}
.panel-warning>.panel-heading {
	color: #bfa34c;
	background-color: #fffbef;
	border-color: #ffeed6
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ffeed6
}
.panel-warning>.panel-heading .badge {
	color: #fffbef;
	background-color: #bfa34c
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ffeed6
}
.panel-danger {
	border-color: #ffd6d4
}
.panel-danger>.panel-heading {
	color: #ca674c;
	background-color: #fff1ed;
	border-color: #ffd6d4
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ffd6d4
}
.panel-danger>.panel-heading .badge {
	color: #fff1ed;
	background-color: #ca674c
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ffd6d4
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%
}
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15)
}
.well-lg {
	padding: 24px;
	border-radius: 0
}
.well-sm {
	padding: 9px;
	border-radius: 0
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}
.modal-open {
	overflow: hidden
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, -25%, 0);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	background-clip: padding-box;
	outline: 0
}
.modal-content>.well {
	margin: 0
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}
.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857px;
	background-color: #330066;
	background-image: url(/GZContent/Images/MZ_UI_titlebar_bg.png);
	background-repeat: no-repeat;
	cursor: move
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857;
	color: #fafafa
}
.modal-body {
	position: relative;
	padding: 20px
}
.modal-body .table {
	border: 1px solid #ddd;
}
.modal-footer {
	padding: 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
	background-color: #fff;
    background-image: url(/GZContent/Images/MZ_UI_titlebar_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.modal-footer:before, .modal-footer:after {
	content: " ";
	display: table
}
.modal-footer:after {
	clear: both
}
.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media(min-width:768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 300px
}
}

.modal-lg {
	width: 90%;
	max-width: 880px
}
.modal-xl {
	width: 90%;
	max-width: 1200px
}
.modal-xxl {
    width: 97%;
    max-width: 97%;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0)
}
.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 0
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	white-space: normal
}
.popover.top {
	margin-top: -10px
}
.popover.right {
	margin-left: 10px
}
.popover.bottom {
	margin-top: 10px
}
.popover.left {
	margin-left: -10px
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: -1 -1 0 0
}
.popover-content {
	padding: 9px 14px
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover>.arrow {
	border-width: 11px
}
.popover>.arrow:after {
	border-width: 10px;
	content: ""
}
.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: fadein(rgba(0,0,0,.2), 5%);
	bottom: -11px
}
.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: fadein(rgba(0,0,0,.2), 5%)
}
.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}
.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: fadein(rgba(0,0,0,.2), 5%);
	top: -11px
}
.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: fadein(rgba(0,0,0,.2), 5%)
}
.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}
.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	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;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0%, rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5) 0%, rgba(0,0,0,.0001) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,.5) 0%, rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0%, rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0%, rgba(0,0,0,.5) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0%, rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif
}
.carousel-control .icon-prev:before {
	content: '‹'
}
.carousel-control .icon-next:before {
	content: '›'
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0)
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -15px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -15px
}
.carousel-caption {
	left: 20%;
	right: 20%;
	padding-bottom: 30px
}
.carousel-indicators {
	bottom: 20px
}
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.hidden {
	display: none!important;
	visibility: hidden!important
}
.affix {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
@-ms-viewport {
width:device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none!important
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none!important
}

@media(max-width:767px) {
.visible-xs {
	display: block!important
}
table.visible-xs {
	display: table
}
tr.visible-xs {
	display: table-row!important
}
th.visible-xs, td.visible-xs {
	display: table-cell!important
}
}

@media(max-width:767px) {
.visible-xs-block {
	display: block!important
}
}

@media(max-width:767px) {
.visible-xs-inline {
	display: inline!important
}
}

@media(max-width:767px) {
.visible-xs-inline-block {
	display: inline-block!important
}
}

@media(min-width:768px) and (max-width:991px) {
.visible-sm {
	display: block!important
}
table.visible-sm {
	display: table
}
tr.visible-sm {
	display: table-row!important
}
th.visible-sm, td.visible-sm {
	display: table-cell!important
}
}

@media(min-width:768px) and (max-width:991px) {
.visible-sm-block {
	display: block!important
}
}

@media(min-width:768px) and (max-width:991px) {
.visible-sm-inline {
	display: inline!important
}
}

@media(min-width:768px) and (max-width:991px) {
.visible-sm-inline-block {
	display: inline-block!important
}
}

@media(min-width:992px) and (max-width:1199px) {
.visible-md {
	display: block!important
}
table.visible-md {
	display: table
}
tr.visible-md {
	display: table-row!important
}
th.visible-md, td.visible-md {
	display: table-cell!important
}
}

@media(min-width:992px) and (max-width:1199px) {
.visible-md-block {
	display: block!important
}
}

@media(min-width:992px) and (max-width:1199px) {
.visible-md-inline {
	display: inline!important
}
}

@media(min-width:992px) and (max-width:1199px) {
.visible-md-inline-block {
	display: inline-block!important
}
}

@media(min-width:1200px) {
.visible-lg {
	display: block!important
}
table.visible-lg {
	display: table
}
tr.visible-lg {
	display: table-row!important
}
th.visible-lg, td.visible-lg {
	display: table-cell!important
}
}

@media(min-width:1200px) {
.visible-lg-block {
	display: block!important
}
}

@media(min-width:1200px) {
.visible-lg-inline {
	display: inline!important
}
}

@media(min-width:1200px) {
.visible-lg-inline-block {
	display: inline-block!important
}
}

@media(max-width:767px) {
.hidden-xs {
	display: none!important
}
}

@media(min-width:768px) and (max-width:991px) {
.hidden-sm {
	display: none!important
}
}

@media(min-width:992px) and (max-width:1199px) {
.hidden-md {
	display: none!important
}
}

@media(min-width:1200px) {

.hidden-lg {
	display: none!important
}
}
.visible-print {
	display: none!important
}
.visible-print-block {
	display: none!important
}
.visible-print-inline {
	display: none!important
}
.visible-print-inline-block {
	display: none!important
}
body {
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important
}
::selection {
	background: #f06623;
	color: #fff
}
::-moz-selection {
background:#f06623;
color:#fff
}
span.block {
	display: block
}
.no-margin {
	margin: 0
}
.no-border {
	border: 0
}
a.bg-primary {
	background-color: #f06623;
	color: #fff
}
a.bg-primary:hover {
	background-color: #f06623;
	color: #fff
}
a.bg-success {
	background-color: #60cd9b;
	color: #fff
}
a.bg-success:hover {
	background-color: #60cd9b;
	color: #fff
}
a.bg-info {
	background-color: #66b5d7;
	color: #fff
}
a.bg-info:hover {
	background-color: #66b5d7;
	color: #fff
}
a.bg-warning {
	background-color: #eec95a;
	color: #fff
}
a.bg-warning:hover {
	background-color: #eec95a;
	color: #fff
}
a.bg-danger {
	background-color: #e87352;
	color: #fff
}
a.bg-danger:hover {
	background-color: #e87352;
	color: #fff
}
a.bg-orange {
	background-color: #ef9549;
	color: #fff
}
a.bg-orange:hover {
	background-color: #ef9549;
	color: #fff
}
.bg-primary {
	background-color: #f06623;
	color: #fff
}
.bg-primary-light {
	background-color: #5bdddc;
	color: #fff
}
.bg-success {
	background-color: #f06623;
	color: #fff
}
.bg-info {
	background-color: #5b3284;
	color: #fff
}
.bg-warning {
	background-color: #eec95a;
	color: #fff
}
.bg-danger {
	background-color: #e87352;
	color: #fff
}
.bg-orange {
	background-color: #ef9549;
	color: #fff
}
.bg-violet {
	background-color: #8170ca;
	color: #fff
}
.bg-dark {
	background-color: #242633;
	color: #fff
}
.bg-bright {
	background-color: #fafafa;
	color: #767676
}
.bg-reverse {
	background-color: #fff;
	color: #767676
}
.bg-facebook {
	background-color: #335397;
	color: #fff
}
.bg-twitter {
	background-color: #00c7f7;
	color: #fff
}
.bg-google-plus {
	background-color: #df4a32;
	color: #fff
}
.page-container {
	max-width: 1170px;
	margin: auto
}
.gradient-text {
	font-size: 150px;
	font-weight: 300;
	color: #f06623;
	background: -webkit-linear-gradient(92deg, #fb83fa, #00aced);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.divider {
	display: block;
	height: 10px
}
.divider-sm {
	height: 15px
}
.divider-md {
	height: 20px
}
.divider-lg {
	height: 30px
}
.divider-xl {
	height: 50px
}
.space {
	display: inline;
	padding: 5px
}
.space-md {
	padding: 15px
}
.space-lg {
	padding: 25px
}
.table-dynamic .table-filters {
	margin: 10px 0;
	padding: 8px
}
.table-dynamic .filter-result-info {
	padding: 7px
}
.table-dynamic .table-bordered {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}
.table-dynamic .table-bordered thead th {
	position: relative;
	padding: 0
}
.table-dynamic .table-bordered thead th>.th {
	position: relative;
	padding: 8px 20px 8px 8px
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up, .table-dynamic .table-bordered thead th .glyphicon-chevron-down {
	position: absolute;
	color: #999
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up:hover, .table-dynamic .table-bordered thead th .glyphicon-chevron-down:hover {
	color: #f06623;
	cursor: pointer
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up.active, .table-dynamic .table-bordered thead th .glyphicon-chevron-down.active {
	color: #f06623
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up {
	top: 4px;
	right: 5px
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-down {
	top: 18px;
	right: 6px
}
.table-dynamic .table-footer {
	margin: 10px 0;
	padding: 8px
}
.table-dynamic .page-num-info span {
	padding: 6px
}
.table-dynamic .pagination-container ul {
	margin: 0
}
.table-dynamic .pagination-container ul li:hover {
	cursor: pointer
}

@media only screen and (max-width:800px) {
.table-flip-scroll .cf:after {

	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.table-flip-scroll * html .cf {
	zoom: 1
}
.table-flip-scroll *:first-child+html .cf {
	zoom: 1
}
.table-flip-scroll table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}
.table-flip-scroll th, .table-flip-scroll td {
	margin: 0;
	vertical-align: top
}
.table-flip-scroll th {
	text-align: left
}
.table-flip-scroll table {
	display: block;
	position: relative;
	width: 100%
}
.table-flip-scroll thead {
	display: block;
	float: left
}
.table-flip-scroll tbody {
	display: block;
	width: auto;
	position: relative;
	overflow-x: auto;
	white-space: nowrap
}
.table-flip-scroll thead tr {
	display: block
}
.table-flip-scroll .table>thead>tr>th:first-child {
	border-top: 1px solid #ddd
}
.table-flip-scroll th {
	display: block;
	text-align: right
}
.table-flip-scroll tbody tr {
	display: inline-block;
	vertical-align: top
}
.table-flip-scroll td {
	display: block;
	min-height: 1.25em;
	text-align: left
}
.table-flip-scroll th {
	border-bottom: 0;
	border-left: 0
}
.table-flip-scroll td {
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}
.table-flip-scroll tbody tr {
	border-left: 1px solid #babcbf
}
.table-flip-scroll th:last-child, .table-flip-scroll td:last-child {
	border-bottom: 1px solid #babcbf
}
}
.ui-radio {
	position: relative;
	margin: 0 20px 10px 20px
}
.ui-radio input[type="radio"] {
	display: none
}
.ui-radio input[type="radio"]+span {
	font-weight: normal
}
.ui-radio input[type="radio"]+span:before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: -20px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #ccc
}
.ui-radio input[type="radio"]:disabled+span:before {
	opacity: .65;
	border: 1px solid #ccc;
	cursor: no-drop
}
.ui-radio input[type="radio"]:checked+span:after {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 7px;
	left: -15px;
	background-color: #f06623;
	border-radius: 50%;
	display: block
}
.ui-radio input[type="radio"]:disabled:checked+span:after {
	opacity: .65;
	cursor: no-drop;
	background-color: #ccc
}
.ui-checkbox {
	position: relative;
	margin: 0 20px 10px 20px
}
.ui-checkbox input[type="checkbox"] {
	display: none
}
.ui-checkbox input[type="checkbox"]+span {
	font-weight: normal
}
.ui-checkbox input[type="checkbox"]+span:before {
	content: "";
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: -20px;
	background-color: transparent;
	border-radius: 0;
	border: 1px solid #ccc
}
.ui-checkbox input[type="checkbox"]:disabled+span:before {
	opacity: .65;
	border: 1px solid #ccc;
	cursor: no-drop
}
.ui-checkbox input[type="checkbox"]:checked+span:before {
	background-color: #f06623;
	border: 1px solid #f06623
}
.ui-checkbox input[type="checkbox"]:checked+span:after {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 7px;
	left: -15px;
	background: url(/GZContent/img/checkmark.png) no-repeat center center;
	background-size: 14px 14px;
	display: block
}
.ui-checkbox input[type="checkbox"]:disabled:checked+span:before {
	opacity: .65;
	background-color: #ccc;
	border: 1px solid #ccc
}
.ui-checkbox input[type="checkbox"]:disabled:checked+span:after {
	opacity: .65;
	cursor: no-drop;
	background: url(/GZContent/img/checkmark.png) no-repeat center center
}
.ui-editor .btn-toolbar {
	margin-bottom: 10px
}
.ui-editor .btn-toolbar .btn {
	font-size: 12px
}
.ui-editor .btn-toolbar .btn-group {
	margin: 5px
}
.ui-editor .btn-toolbar .btn-default {
	background-color: #fff;
	color: #767676
}
.ui-editor #taTextElement {
	overflow: auto;
	min-height: 300px
}
.ui-datepicker table {
	margin: 0 5px
}
.ui-datepicker table th, .ui-datepicker table td {
	padding: 1px
}
.ui-timepicker td {
	padding: 1px
}
.ui-rating .fa {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px
}
.ui-rating .fa.fa-star {
	color: #5bdddc
}
.ui-rating.ui-rating-success .fa.fa-star {
	color: #60cd9b
}
.ui-rating.ui-rating-info .fa.fa-star {
	color: #66b5d7
}
.ui-rating.ui-rating-warning .fa.fa-star {
	color: #eec95a
}
.ui-rating.ui-rating-danger .fa.fa-star {
	color: #e87352
}
.multiSelect .form-control .caret {
}
.form-control:focus {
	border-color: #f06623;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.form-group .col-sm-10 {
	position: relative
}
.form-group .col-sm-10 .icon {
	position: absolute;
	right: 25px;
	top: 10px
}
input.input-primary {
	border-color: #f06623
}
input.input-primary:focus {
	border-color: #f06623
}
input.input-info {
	border-color: #66b5d7
}
input.input-info:focus {
	border-color: #66b5d7
}
input.input-success {
	border-color: #60cd9b
}
input.input-success:focus {
	border-color: #60cd9b
}
input.input-warning {
	border-color: #eec95a
}
input.input-warning:focus {
	border-color: #eec95a
}
input.input-danger {
	border-color: #e87352
}
input.input-danger:focus {
	border-color: #e87352
}
.drop-box {
	width: 100%;
	height: 100px;
	background: #f8f8f8;
	border: 2px dashed #ddd;
	text-align: center;
	padding-top: 35px;
	border-radius: 0
}
.ui-select {
	position: relative
}
.ui-select>select {
	margin: 10px 0;
	padding: 10px 15px 10px 10px;
	width: 200px;
	position: relative;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-indent: .01px;
	border: 1px solid #cbd5dd;
	border-radius: 0;
	text-overflow: ellipsis;
	-webkit-appearance: none
}
.ui-select:after {
	z-index: 0;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	color: #cbd5dd;
	width: 0;
	margin-top: -3px;
	height: 0;
	border-top: 6px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent
}
.ui-spinner {
	max-width: 200px
}
.ui-spinner .input-group-btn.btn-group-vertical>.btn {
	height: 17px;
	margin: 0;
	padding: 0 6px;
	text-align: center
}
.ui-spinner .input-group-btn.btn-group-vertical>.btn:first-child {
	border-radius: 0 0 0 0!important
}
.ui-spinner .input-group-btn.btn-group-vertical>.btn:last-child {
	border-radius: 0 0 0 0
}
.ui-spinner .input-group-btn.btn-group-vertical>.btn i {
	display: block;
	margin-top: -2px
}
.switch input {
	display: none
}
.switch i {
	display: inline-block;
	cursor: pointer;
	padding-right: 25px;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	border-radius: 30px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.5);
	box-shadow: inset 0 0 1px rgba(0,0,0,.5)
}
.switch i:before {
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.5)
}
.switch :checked+i {
	padding-right: 0;
	padding-left: 25px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #f06623;
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #f06623;
	box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #f06623
}
.switch.switch-success :checked+i {
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #60cd9b;
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #60cd9b;
	box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #60cd9b
}
.switch.switch-info :checked+i {
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #66b5d7;
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #66b5d7;
	box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #66b5d7
}
.switch.switch-warning :checked+i {
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #eec95a;
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #eec95a;
	box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #eec95a
}
.switch.switch-danger :checked+i {
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #e87352;
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #e87352;
	box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 50px #e87352
}
.btn-info-alt {
	color: #fff;
	background-color: #8170ca;
	border-color: #715dc3
}
.btn-info-alt:hover, .btn-info-alt:focus, .btn-info-alt:active, .btn-info-alt.active, .open>.btn-info-alt.dropdown-toggle {
	color: #fff;
	background-color: #604bbc;
	border-color: #513da6
}
.btn-info-alt:active, .btn-info-alt.active, .open>.btn-info-alt.dropdown-toggle {
	background-image: none
}
.btn-info-alt.disabled, .btn-info-alt.disabled:hover, .btn-info-alt.disabled:focus, .btn-info-alt.disabled:active, .btn-info-alt.disabled.active, .btn-info-alt[disabled], .btn-info-alt[disabled]:hover, .btn-info-alt[disabled]:focus, .btn-info-alt[disabled]:active, .btn-info-alt[disabled].active, fieldset[disabled] .btn-info-alt, fieldset[disabled] .btn-info-alt:hover, fieldset[disabled] .btn-info-alt:focus, fieldset[disabled] .btn-info-alt:active, fieldset[disabled] .btn-info-alt.active {
	background-color: #8170ca;
	border-color: #715dc3
}
.btn-info-alt .badge {
	color: #8170ca;
	background-color: #fff
}
.btn-dark {
	color: #fff;
	background-color: #242633;
	border-color: #191b24
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #0f1015;
	border-color: #000
}
.btn-dark:active, .btn-dark.active, .open>.btn-dark.dropdown-toggle {
	background-image: none
}
.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
	background-color: #242633;
	border-color: #191b24
}
.btn-dark .badge {
	color: #242633;
	background-color: #fff
}
.btn-line-default {
	color: #767676;
	background-color: transparent;
	border-color: #ededed
}
.btn-line-default:hover, .btn-line-default:focus, .btn-line-default:active, .btn-line-default.active {
	color: #767676;
	background-color: #fafafa
}
.open .btn-line-default.dropdown-toggle {
	color: #767676;
	background-color: #fafafa
}
.btn-line-primary {
	color: #767676;
	background-color: transparent;
	border-color: #c74a0d
}
.btn-line-primary:hover, .btn-line-primary:focus, .btn-line-primary:active, .btn-line-primary.active {
	color: #fff;
	background-color: #f06623
}
.open .btn-line-primary.dropdown-toggle {
	color: #fff;
	background-color: #f06623
}
.btn-line-success {
	color: #767676;
	background-color: transparent;
	border-color: #4dc78f
}
.btn-line-success:hover, .btn-line-success:focus, .btn-line-success:active, .btn-line-success.active {
	color: #fff;
	background-color: #60cd9b
}
.open .btn-line-success.dropdown-toggle {
	color: #fff;
	background-color: #60cd9b
}
.btn-line-info {
	color: #767676;
	background-color: transparent;
	border-color: #52abd2
}
.btn-line-info:hover, .btn-line-info:focus, .btn-line-info:active, .btn-line-info.active {
	color: #fff;
	background-color: #66b5d7
}
.open .btn-line-info.dropdown-toggle {
	color: #fff;
	background-color: #66b5d7
}
.btn-line-warning {
	color: #767676;
	background-color: transparent;
	border-color: #ecc143
}
.btn-line-warning:hover, .btn-line-warning:focus, .btn-line-warning:active, .btn-line-warning.active {
	color: #fff;
	background-color: #eec95a
}
.open .btn-line-warning.dropdown-toggle {
	color: #fff;
	background-color: #eec95a
}
.btn-line-danger {
	color: #767676;
	background-color: transparent;
	border-color: #e5613b
}
.btn-line-danger:hover, .btn-line-danger:focus, .btn-line-danger:active, .btn-line-danger.active {
	color: #fff;
	background-color: #e87352
}
.open .btn-line-danger.dropdown-toggle {
	color: #fff;
	background-color: #e87352
}
.btn-line-dark {
	color: #767676;
	background-color: transparent;
	border-color: #191b24
}
.btn-line-dark:hover, .btn-line-dark:focus, .btn-line-dark:active, .btn-line-dark.active {
	color: #fff;
	background-color: #242633
}
.open .btn-line-dark.dropdown-toggle {
	color: #fff;
	background-color: #242633
}
.btn-direction {
	position: relative;
	border: 0;
	line-height: 20px
}
.btn-left:before {
	content: " ";
	line-height: 0;
	position: absolute;
	top: 0;
	left: -26px;
	border: 16px solid transparent;
	border-right: 10px solid #fafafa
}
.btn-left:hover:before {
	border-right: 10px solid #e6e6e6
}
.btn-left.btn-primary:before {
	border-right: 10px solid #f06623
}
.btn-left.btn-primary:hover:before {
	border-right: 10px solid #299f9e
}
.btn-left.btn-success:before {
	border-right: 10px solid #60cd9b
}
.btn-left.btn-success:hover:before {
	border-right: 10px solid #41c387
}
.btn-left.btn-info:before {
	border-right: 10px solid #66b5d7
}
.btn-left.btn-info:hover:before {
	border-right: 10px solid #46a5cf
}
.btn-left.btn-warning:before {
	border-right: 10px solid #eec95a
}
.btn-left.btn-warning:hover:before {
	border-right: 10px solid #eabd35
}
.btn-left.btn-danger:before {
	border-right: 10px solid #e87352
}
.btn-left.btn-danger:hover:before {
	border-right: 10px solid #e3562e
}
.btn-right:before {
	content: " ";
	line-height: 0;
	position: absolute;
	top: 0;
	right: -26px;
	border: 16px solid transparent;
	border-left: 10px solid #fafafa
}
.btn-right:hover:before {
	border-left: 10px solid #e6e6e6
}
.btn-right.btn-primary:before {
	border-left: 10px solid #f06623
}
.btn-right.btn-primary:hover:before {
	border-left: 10px solid #299f9e
}
.btn-right.btn-success:before {
	border-left: 10px solid #60cd9b
}
.btn-right.btn-success:hover:before {
	border-left: 10px solid #41c387
}
.btn-right.btn-info:before {
	border-left: 10px solid #66b5d7
}
.btn-right.btn-info:hover:before {
	border-left: 10px solid #46a5cf
}
.btn-right.btn-warning:before {
	border-left: 10px solid #eec95a
}
.btn-right.btn-warning:hover:before {
	border-left: 10px solid #eabd35
}
.btn-right.btn-danger:before {
	border-left: 10px solid #e87352
}
.btn-right.btn-danger:hover:before {
	border-left: 10px solid #e3562e
}
.btn-up:before {
	content: " ";
	line-height: 0;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-bottom: 8px solid #fafafa
}
.btn-up:hover:before {
	border-bottom: 8px solid #e6e6e6
}
.btn-up.btn-primary:before {
	border-bottom: 8px solid #f06623
}
.btn-up.btn-primary:hover:before {
	border-bottom: 8px solid #299f9e
}
.btn-up.btn-success:before {
	border-bottom: 8px solid #60cd9b
}
.btn-up.btn-success:hover:before {
	border-bottom: 8px solid #41c387
}
.btn-up.btn-info:before {
	border-bottom: 8px solid #66b5d7
}
.btn-up.btn-info:hover:before {
	border-bottom: 8px solid #46a5cf
}
.btn-up.btn-warning:before {
	border-bottom: 8px solid #eec95a
}
.btn-up.btn-warning:hover:before {
	border-bottom: 8px solid #eabd35
}
.btn-up.btn-danger:before {
	border-bottom: 8px solid #e87352
}
.btn-up.btn-danger:hover:before {
	border-bottom: 8px solid #e3562e
}
.btn-down:before {
	content: " ";
	line-height: 0;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 8px solid #fafafa
}
.btn-down:hover:before {
	border-top: 8px solid #e6e6e6
}
.btn-down.btn-primary:before {
	border-top: 8px solid #f06623
}
.btn-down.btn-primary:hover:before {
	border-top: 8px solid #299f9e
}
.btn-down.btn-success:before {
	border-top: 8px solid #60cd9b
}
.btn-down.btn-success:hover:before {
	border-top: 8px solid #41c387
}
.btn-down.btn-info:before {
	border-top: 8px solid #66b5d7
}
.btn-down.btn-info:hover:before {
	border-top: 8px solid #46a5cf
}
.btn-down.btn-warning:before {
	border-top: 8px solid #eec95a
}
.btn-down.btn-warning:hover:before {
	border-top: 8px solid #eabd35
}
.btn-down.btn-danger:before {
	border-top: 8px solid #e87352
}
.btn-down.btn-danger:hover:before {
	border-top: 8px solid #e3562e
}
.btn-w-xs {
	min-width: 80px
}
.btn-w-sm {
	min-width: 100px
}
.btn-w-md {
	min-width: 120px
}
.btn-w-lg {
	min-width: 150px
}
.btn-round {
	border-radius: 25px
}
.btn-gap {
	margin: 5px
}
.btn-gap-h {
	margin: 0 5px
}
.btn-gap-v {
	margin: 0 0 5px
}
.btn-icon {
	display: inline-block;
	text-align: center;
	border-radius: 0
}
.btn-icon:hover {
	color: #fff
}
.btn-icon-round {
	border-radius: 50%
}
.btn-icon-sm {
	height: 30px;
	width: 30px;
	line-height: 30px
}
.btn-icon-md {
	height: 45px;
	width: 45px;
	line-height: 45px
}
.btn-twitter {
	color: #fff;
	background-color: #00c7f7;
	border-color: #00c7f7
}
.btn-twitter:hover {
	color: #fff;
	background-color: #00a6ce;
	border-color: #0096ba
}
.btn-facebook {
	color: #fff;
	background-color: #335397;
	border-color: #335397
}
.btn-facebook:hover {
	color: #fff;
	background-color: #294279;
	border-color: #243a69
}
.btn-gplus, .btn-google-plus {
	color: #fff;
	background-color: #dd4a38;
	border-color: #dd4a38
}
.btn-gplus:hover, .btn-google-plus:hover {
	color: #fff;
	background-color: #ca3522;
	border-color: #b8301f
}
.btn-instagram {
	color: #fff;
	background-color: #82685a;
	border-color: #82685a
}
.btn-instagram:hover {
	color: #fff;
	background-color: #6a5549;
	border-color: #5e4b41
}
.btn-vimeo {
	color: #fff;
	background-color: #63879c;
	border-color: #63879c
}
.btn-vimeo:hover {
	color: #fff;
	background-color: #537183;
	border-color: #4b6777
}
.btn-flickr {
	color: #fff;
	background-color: #0061db;
	border-color: #0061db
}
.btn-flickr:hover {
	color: #fff;
	background-color: #004fb2;
	border-color: #00469e
}
.btn-github {
	color: #fff;
	background-color: #3b3b3b;
	border-color: #3b3b3b
}
.btn-github:hover {
	color: #fff;
	background-color: #272727;
	border-color: #1c1c1c
}
.btn-pinterest {
	color: #fff;
	background-color: #d73532;
	border-color: #d73532
}
.btn-pinterest:hover {
	color: #fff;
	background-color: #bc2725;
	border-color: #ab2421
}
.btn-tumblr {
	color: #fff;
	background-color: #586980;
	border-color: #586980
}
.btn-tumblr:hover {
	color: #fff;
	background-color: #475568;
	border-color: #3f4b5c
}
.btn-linkedin {
	color: #fff;
	background-color: #018faf;
	border-color: #018faf
}
.btn-linkedin:hover {
	color: #fff;
	background-color: #016e86;
	border-color: #015d72
}
.btn-dribbble {
	color: #fff;
	background-color: #ea73a0;
	border-color: #ea73a0
}
.btn-dribbble:hover {
	color: #fff;
	background-color: #e55088;
	border-color: #e23e7c
}
.btn-stumbleupon {
	color: #fff;
	background-color: #ea4b24;
	border-color: #ea4b24
}
.btn-stumbleupon:hover {
	color: #fff;
	background-color: #d13914;
	border-color: #bf3412
}
.btn-lastfm {
	color: #fff;
	background-color: #b80638;
	border-color: #b80638
}
.btn-lastfm:hover {
	color: #fff;
	background-color: #90052c;
	border-color: #7d0426
}
.btn-evernote {
	color: #fff;
	background-color: #3bab27;
	border-color: #3bab27
}
.btn-evernote:hover {
	color: #fff;
	background-color: #308a1f;
	border-color: #2a791c
}
.btn-skype {
	color: #fff;
	background-color: #00b0f6;
	border-color: #00b0f6
}
.btn-skype:hover {
	color: #fff;
	background-color: #0093cd;
	border-color: #0084b9
}
.btn-soundcloud {
	color: #fff;
	background-color: #06f;
	border-color: #06f
}
.btn-soundcloud:hover {
	color: #fff;
	background-color: #0056d6;
	border-color: #004ec2
}
.btn-behance {
	color: #fff;
	background-color: #b80638;
	border-color: #b80638
}
.btn-behance:hover {
	color: #fff;
	background-color: #90052c;
	border-color: #7d0426
}
.btn-rss {
	color: #fff;
	background-color: #f79638;
	border-color: #f79638
}
.btn-rss:hover {
	color: #fff;
	background-color: #f58111;
	border-color: #e87709
}
.btn-youtube {
	color: #fff;
	background-color: #cc181e;
	border-color: #cc181e
}
.btn-youtube:hover {
	color: #fff;
	background-color: #a71419;
	border-color: #951216
}
.btn-metro {
	position: relative;
	padding: 0;
	border: 0;
	width: 180px;
	height: 180px;
	font-size: 21px;
	text-align: center
}
.btn-metro i {
	font-size: 48px;
	line-height: 180px
}
.btn-metro span {
	position: absolute;
	left: 15px;
	bottom: 15px
}
html {
	overflow: hidden
}
html.page {
	overflow-y: auto
}
@-webkit-keyframes fade-up-enter {
0% {
opacity:0;
-webkit-transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0)
}
}
@-moz-keyframes fade-up-enter {
0% {
opacity:0;
-webkit-transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0)
}
}
@-o-keyframes fade-up-enter {
0% {
opacity:0;
-webkit-transform:translateY(20px);
}
100% {
opacity:1;
-webkit-transform:translateY(0);
}
}
@keyframes fade-up-enter {
0% {
opacity:0;
-webkit-transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0)
}
}
@-webkit-keyframes fade-up-leave {
0% {
opacity:1;
-webkit-transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-20px)
}
}
@-moz-keyframes fade-up-leave {
0% {
opacity:1;
-webkit-transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-20px)
}
}
@-o-keyframes fade-up-leave {
0% {
opacity:1;
-webkit-transform:translateY(0);
}
100% {
opacity:0;
-webkit-transform:translateY(-20px);
}
}
@keyframes fade-up-leave {
0% {
opacity:1;
-webkit-transform:translateY(0)
}
100% {
opacity:0;
-webkit-transform:translateY(-20px)
}
}
.animate-fade-up.ng-enter {
	-webkit-animation: .35s fade-up-enter;
	-moz-animation: .35s fade-up-enter;
	-o-animation: .35s fade-up-enter;
	animation: .35s fade-up-enter
}
@-webkit-keyframes animate-flip-y-enter {
0% {
-webkit-transform:perspective(3000px) rotateY(90deg);
opacity:0
}
100% {
-webkit-transform:perspective(3000px) rotateY(0deg);
opacity:1
}
}
@-moz-keyframes animate-flip-y-enter {
0% {
-webkit-transform:perspective(3000px) rotateY(90deg);
opacity:0
}
100% {
-webkit-transform:perspective(3000px) rotateY(0deg);
opacity:1
}
}
@-o-keyframes animate-flip-y-enter {
0% {
-webkit-transform:perspective(3000px)rotateY(90deg);
opacity:0;
}
100% {
-webkit-transform:perspective(3000px)rotateY(0deg);
opacity:1;
}
}
@keyframes animate-flip-y-enter {
0% {
-webkit-transform:perspective(3000px) rotateY(90deg);
opacity:0
}
100% {
-webkit-transform:perspective(3000px) rotateY(0deg);
opacity:1
}
}
@-webkit-keyframes animate-flip-y-leave {
0% {
-webkit-transform:perspective(3000px) rotateY(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(3000px) rotateY(-90deg);
opacity:0
}
}
@-moz-keyframes animate-flip-y-leave {
0% {
-webkit-transform:perspective(3000px) rotateY(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(3000px) rotateY(-90deg);
opacity:0
}
}
@-o-keyframes animate-flip-y-leave {
0% {
-webkit-transform:perspective(3000px)rotateY(0deg);
opacity:1;
}
100% {
-webkit-transform:perspective(3000px)rotateY(-90deg);
opacity:0;
}
}
@keyframes animate-flip-y-leave {
0% {
-webkit-transform:perspective(3000px) rotateY(0deg);
opacity:1
}
100% {
-webkit-transform:perspective(3000px) rotateY(-90deg);
opacity:0
}
}
.animate-flip-y.ng-enter {
	-webkit-animation: .5s animate-flip-y-enter;
	-moz-animation: .5s animate-flip-y-enter;
	-o-animation: .5s animate-flip-y-enter;
	animation: .5s animate-flip-y-enter
}
.animate-flip-y.ng-leave {
	-webkit-animation: .5s animate-flip-y-leave;
	-moz-animation: .5s animate-flip-y-leave;
	-o-animation: .5s animate-flip-y-leave;
	animation: .5s animate-flip-y-leave
}
@-webkit-keyframes slideInDown {
0% {
opacity:0;
transform:translateY(-2000px)
}
100% {
transform:translateY(0)
}
}
@-moz-keyframes slideInDown {
0% {
opacity:0;
transform:translateY(-2000px)
}
100% {
transform:translateY(0)
}
}
@-o-keyframes slideInDown {
0% {
opacity:0;
transform:translateY(-2000px);
}
100% {
transform:translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity:0;
transform:translateY(-2000px)
}
100% {
transform:translateY(0)
}
}
@-webkit-keyframes slideOutUp {
0% {
transform:translateY(0)
}
100% {
opacity:0;
transform:translateY(-2000px)
}
}
@-moz-keyframes slideOutUp {
0% {
transform:translateY(0)
}
100% {
opacity:0;
transform:translateY(-2000px)
}
}
@-o-keyframes slideOutUp {
0% {
transform:translateY(0);
}
100% {
opacity:0;
transform:translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
transform:translateY(0)
}
100% {
opacity:0;
transform:translateY(-2000px)
}
}
.animate-vertical-slide.ng-hide-add {
	-webkit-animation: .35s slideOutUp ease-in-out;
	-moz-animation: .35s slideOutUp ease-in-out;
	-o-animation: .35s slideOutUp ease-in-out;
	animation: .35s slideOutUp ease-in-out
}
.animate-vertical-slide.ng-hide-remove {
	-webkit-animation: .35s .35s slideInDown ease-in-out;
	-moz-animation: .35s .35s slideInDown ease-in-out;
	-o-animation: .35s .35s slideInDown ease-in-out;
	animation: .35s .35s slideInDown ease-in-out
}
.badge-primary {
	background-color: #f06623
}
.badge-success {
	background-color: #60cd9b
}
.badge-info {
	background-color: #66b5d7
}
.badge-warning {
	background-color: #eec95a
}
.badge-danger {
	background-color: #e87352
}
.breadcrumb a {
	color: #767676
}
.breadcrumb a:hover {
	text-decoration: none
}
.breadcrumb-alt {
	overflow: hidden;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	width: 100%
}
.breadcrumb-alt>li {
	float: left;
	margin: 0 25px 0 0
}
.breadcrumb-alt>li>a {
	position: relative;
	float: left;
	background-color: #eee;
	color: #767676;
	font-size: 12px;
	padding: 10px
}
.breadcrumb-alt>li>a:before {
	position: absolute;
	top: 50%;
	left: -1em;
	margin-top: -1.6em;
	border-color: #eee #eee #eee rgba(0,0,0,0);
	border-style: solid;
	border-width: 1.5em 0 1.7em 1em;
	content: ""
}
.breadcrumb-alt>li>a:after {
	position: absolute;
	top: 50%;
	right: -1em;
	margin-top: -1.5em;
	border-bottom: 1.5em solid rgba(0,0,0,0);
	border-left: 1em solid #eee;
	border-top: 1.5em solid rgba(0,0,0,0);
	content: ""
}
.breadcrumb-alt>li>a:hover, .breadcrumb-alt>li>a.active {
	text-decoration: none;
	background-color: #f06623;
	color: #fff
}
.breadcrumb-alt>li>a:hover:before, .breadcrumb-alt>li>a.active:before {
	border-color: #f06623 #f06623 #f06623 rgba(0,0,0,0)
}
.breadcrumb-alt>li>a:hover:after, .breadcrumb-alt>li>a.active:after {
	border-left: 1em solid #f06623
}
.callout {
	margin: 20px 0;
	padding: 20px;
	border-left: 3px solid #eee
}
.callout h4 {
	margin-top: 0;
	margin-bottom: 5px
}
.callout p:last-child {
	margin-bottom: 0
}
.callout-success {
	background-color: #f3faf3;
	border-color: #60cd9b
}
.callout-success h4 {
	color: #60cd9b
}
.callout-info {
	background-color: #f4f8fa;
	border-color: #66b5d7
}
.callout-info h4 {
	color: #66b5d7
}
.callout-warning {
	background-color: #fcf8f2;
	border-color: #eec95a
}
.callout-warning h4 {
	color: #eec95a
}
.callout-danger {
	background-color: #fdf7f7;
	border-color: #e87352
}
.callout-danger h4 {
	color: #e87352
}
.dropdown-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.dropdown-menu.dropdown-dark {
	background-color: #242633
}
.dropdown-menu.dropdown-dark.with-arrow:after {
	border-bottom: 7px solid #242633
}
.dropdown-menu.dropdown-dark>li>a {
	color: #999
}
.dropdown-menu.with-arrow {
	margin-top: 0
}
.dropdown-menu.with-arrow:before {
	content: " ";
	position: absolute;
	left: 12px;
	top: -16px;
	border: 8px solid transparent;
	border-bottom: 8px solid rgba(0,0,0,.15)
}
.dropdown-menu.with-arrow:after {
	content: " ";
	position: absolute;
	left: 13px;
	top: -14px;
	border: 7px solid transparent;
	border-bottom: 7px solid #fff
}
.dropdown-menu.with-arrow.pull-right {
	margin-top: 0
}
.dropdown-menu.with-arrow.pull-right:before {
	left: auto;
	right: 12px
}
.dropdown-menu.with-arrow.pull-right:after {
	left: auto;
	right: 13px
}
.dropdown-menu.with-arrow.panel-default:before {
	border-bottom: 8px solid #e9e9e9
}
.dropdown-menu.with-arrow.panel-default:after {
	border-bottom: 7px solid #f6f6f6
}
.dropdown-menu.with-arrow.panel-dark:before {
	border-bottom: 8px solid #242633
}
.dropdown-menu.with-arrow.panel-dark:after {
	border-bottom: 7px solid #242633
}
.dropdown-menu.with-arrow.panel-primary:before {
	border-bottom: 8px solid #f06623
}
.dropdown-menu.with-arrow.panel-primary:after {
	border-bottom: 7px solid #f06623
}
.dropdown-menu.with-arrow.panel-success:before {
	border-bottom: 8px solid #d5ffe1
}
.dropdown-menu.with-arrow.panel-success:after {
	border-bottom: 7px solid #eefff6
}
.dropdown-menu.with-arrow.panel-info:before {
	border-bottom: 8px solid #cbebff
}
.dropdown-menu.with-arrow.panel-info:after {
	border-bottom: 7px solid #eff6ff
}
.dropdown-menu.with-arrow.panel-warning:before {
	border-bottom: 8px solid #ffeed6
}
.dropdown-menu.with-arrow.panel-warning:after {
	border-bottom: 7px solid #fffbef
}
.dropdown-menu.with-arrow.panel-danger:before {
	border-bottom: 8px solid #ffd6d4
}
.dropdown-menu.with-arrow.panel-danger:after {
	border-bottom: 7px solid #fff1ed
}
.square-icon {
	display: block;
	text-align: center
}
.square-icon.sm {
	width: 35px;
	height: 35px;
	font-size: 16px;
	line-height: 35px
}
img.img30_30 {
	width: 30px;
	height: 30px;
	display: -moz-box
}
img.img64_64 {
	width: 64px;
	height: 64px;
	display: -moz-box
}
img.img80_80 {
	width: 70px;
	height: 70px;
}
.profile img.img80_80 {
    /*box-shadow: 2px 2px 5px #cacaca;----removed for transparent logos----*/
}
.profile img.img80_80:hover {
    opacity: .8;
    cursor: pointer;
}
img.img100_100 {
	width: 100px;
	height: 100px;
	display: -moz-box
}
img.img200_200 {
	width: 200px;
	height: 200px;
	display: -moz-box
}
img.img400_400 {
    width: 400px;
    height: 400px;
    display: -moz-box
}
.img-border {
	border: 1px solid silver
}
.label {
	padding: .5em .8em
}
.label-info-alt {
	background: #8170ca
}
.list-group-item {
	padding: 5px;
	border: 1px solid #f3f3f3
}
.list-info li {
	padding: 10px;
	border-bottom: 1px solid #eee
}
.list-info li:last-child {
	border-bottom: none
}
.list-info li .icon {
	margin-right: 10px;
	color: #f06623
}
.list-info li label {
	width: 100px
}
.mail-categories .list-group .list-group-item {
	padding: 0
}
.mail-categories .list-group .list-group-item.active>a {
	border-left: 3px solid #f06623;
	color: #f06623;
	background-color: #fafafa
}
.mail-categories .list-group .list-group-item>a {
	display: block;
	padding: 15px;
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}
.mail-categories .list-group .list-group-item>a:hover {
	border-left: 3px solid #f06623;
	color: #f06623;
	background-color: #fafafa
}
.mail-categories .list-group .list-group-item>a>i {
	font-size: 16px;
	width: 18px;
	margin-right: 5px
}
.mail-categories .list-group .list-group-item>a>i.fa-circle {
	font-size: 14px
}
.mail-container .mail-options {
	padding: 12px
}
.mail-container .table {
	margin-bottom: 0;
	border-top: 1px solid #ddd
}
.mail-container .table tr:hover {
	cursor: pointer
}
.mail-container .table tr>td {
	padding: 12px
}
.mail-container .table tr>td>.fa-star {
	color: #ccc
}
.mail-container .table tr>td>.fa-star.active {
	color: #e87352
}
.mail-container .table label.ui-checkbox {
	margin-bottom: 0
}
.mail-container .table .mail-unread {
	font-weight: bold;
	color: #333
}
.mail-container .table .mail-hightlight td {
	background-color: #fffbef
}
.mail-container .mail-header {
	padding: 15px 0
}
.mail-container .mail-header h3 {
	margin-top: 0
}
.mail-container .mail-info {
	padding: 10px 15px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1
}
.mail-container .mail-info .col-md-8, .mail-container .mail-info .col-md-4 {
	padding: 0
}
.mail-container .mail-content {
	padding: 15px 0;
	border-bottom: 1px solid #f1f1f1
}
.mail-container .mail-attachments {
	padding: 15px 0;
	border-bottom: 1px solid #f1f1f1
}
.mail-container .mail-attachments .list-attachs img {
	max-width: 200px;
	max-height: 200px
}
.mail-container .mail-actions {
	margin-top: 10px
}
.mail-compose .form-group>input {
	border: none
}
.mail-compose .form-group>input:focus {
	border: none
}
.mail-compose .mail-actions {
	margin-top: 10px
}
.nav-boxed {
	background-color: #fff;
	border-radius: 0
}
.nav-boxed.nav-justified>li>a {
	margin: 0
}
.nav-boxed>li>a {
	display: block;
	padding: 10px 5px;
	border-left: 0;
	border-top: 1px solid #f3f3f3
}

@media(min-width:768px) {
.nav-boxed>li>a {
	border-top: 0;
	border-left: 1px solid #f3f3f3
}
}
.nav-boxed>li>a>i {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 2px;
	font-size: 30px
}
.nav-boxed>li:first-child>a {
	border-left: none;
	border-top: 0
}

@media(min-width:768px) {
.nav-boxed>li:first-child>a {
	border-left: 1px solid #f3f3f3
}
}
.panel .panel-heading {
	text-transform: uppercase
}
.panel .panel-title {
	font-size: 14px
}
.panel-dark {
	border-color: #242633
}
.panel-dark>.panel-heading {
	color: #fff;
	background-color: #242633;
	border-color: #242633
}
.panel-dark>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #242633
}
.panel-dark>.panel-heading .badge {
	color: #242633;
	background-color: #fff
}
.panel-dark>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #242633
}
.panel-box {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	border: none
}
.panel-box .panel-item {
	display: table-cell;
	padding: 30px;
	width: 1%;
	vertical-align: top;
	border-radius: 0
}
.panel-box .panel-left {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0
}
.panel-box .panel-right {
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0
}
.panel-box.info-box i {
	line-height: 70px
}
.panel-box .panel-top, .panel-box .panel-bottom {
	display: block
}
.panel-box .panel-top {
	padding: 30px 20px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0
}
.panel-box .panel-bottom {
	padding: 10px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0
}
.panel-box .panel-bottom p {
	margin: 0
}
.panel-box .list-justified-container {
	padding: 15px 0
}
.panel-box ul.list-justified {
	display: table;
	width: 100%;
	list-style: none;
	padding: 0
}
.panel-box ul.list-justified>li {
	float: none;
	display: table-cell;
	padding: 10px;
	width: 1%;
	border-right: 1px solid #eee
}
.panel-box ul.list-justified>li:last-child {
	border: none
}
.panel-box ul.list-justified>li p {
	margin: 0
}
.panel-box .panel-icon {
	display: block;
	margin: -75px auto 0;
	padding: 28px 35px 35px;
	border-radius: 50%;
	border: 10px solid #fff;
	width: 150px;
	height: 150px;
	line-height: 80px;
	text-align: center;
	font-size: 58px;
	text-shadow: -6px 8px 5px rgba(0,0,0,.3)
}
.mini-box {
	min-height: 105px;
	padding: 20px
}
.mini-box .box-icon {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	width: 65px;
	height: 65px;
	line-height: 65px;
	vertical-align: middle;
	text-align: center;
	font-size: 35px
}
.box-icon .rounded {
	border-radius: 8px
}
.mini-box .box-info p {
	margin: 0
}
.panel-profile {
	border: none
}
.panel-profile .profile {
	margin: 5px 15px 5px 5px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 5px #51d3d1, 0 0 10px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 0 5px #51d3d1, 0 0 10px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 0 5px #51d3d1, 0 0 10px 0 rgba(0,0,0,.2)
}
.panel-profile .profile img {
	border-radius: 50%
}
.panel-profile .list-group>li>i {
	margin-right: 10px;
	font-size: 16px;
	color: #999;
	table-layout: fixed
}
.panel-profile .list-justified-container {
	padding: 15px 0
}
.panel-profile ul.list-justified {
	display: table;
	width: 100%;
	list-style: none;
	padding: 0
}
.panel-profile ul.list-justified>li {
	float: none;
	display: table-cell;
	padding: 10px;
	width: 1%;
	border-right: 1px solid #eee
}
.panel-profile ul.list-justified>li:last-child {
	border: none
}
.panel-profile ul.list-justified>li p {
	margin: 0
}
.pricing-table {
	margin-bottom: 20px;
	text-align: center;
	background-color: #ccc;
	color: #fff
}
.pricing-table>header {
	display: block;
	margin: 0;
	padding: 25px 10px;
	background-color: rgba(0,0,0,.05);
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase
}
.pricing-table .pricing-price {
	position: relative;
	padding: 35px 10px;
	font-size: 60px;
	line-height: 1;
	border-bottom: 1px solid rgba(255,255,255,.1)
}
.pricing-table .pricing-price em {
	font-size: .6em;
	font-weight: 300;
	font-style: normal;
	vertical-align: 10px
}
.pricing-table .pricing-price sup {
	font-size: .45em
}
.pricing-table .pricing-price sub {
	color: rgba(255,255,255,.7);
	font-size: .25em;
	margin-left: -50px
}
.pricing-table .pricing-body>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px
}
.pricing-table .pricing-body>ul>li {
	padding: 22px 10px;
	border-bottom: 1px solid rgba(255,255,255,.1)
}
.pricing-table>footer>a {
	display: block;
	margin: 0;
	padding: 22px 10px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color: rgba(0,0,0,.05)
}
.pricing-table>footer>a>i {
	margin-right: 10px
}
.pricing-table-success {
	background-color: #60cd9b
}
.pricing-table-info {
	background-color: #66b5d7
}
.pricing-table-warning {
	background-color: #eec95a
}
.pricing-table-danger {
	background-color: #e87352
}
.ui-ribbon-container {
	position: relative
}
.ui-ribbon-container .ui-ribbon-wrapper {
	position: absolute;
	overflow: hidden;
	width: 85px;
	height: 88px;
	top: -3px;
	right: -3px
}
.ui-ribbon-container .ui-ribbon {
	position: relative;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	line-height: 20px;
	background-color: #555;
	box-shadow: 0 0 3px rgba(0,0,0,.3)
}
.ui-ribbon-container .ui-ribbon:before, .ui-ribbon-container .ui-ribbon:after {
	position: absolute;
	content: " ";
	line-height: 0;
	border-top: 2px solid #555;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	bottom: -2px
}
.ui-ribbon-container .ui-ribbon:before {
	left: 0;
	bottom: -1px
}
.ui-ribbon-container .ui-ribbon:after {
	right: 0
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
	background-color: #f06623
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after {
	border-top: 2px solid #f06623
}
.ui-ribbon-container.ui-ribbon-success .ui-ribbon {
	background-color: #60cd9b
}
.ui-ribbon-container.ui-ribbon-success .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-success .ui-ribbon:after {
	border-top: 2px solid #60cd9b
}
.ui-ribbon-container.ui-ribbon-info .ui-ribbon {
	background-color: #66b5d7
}
.ui-ribbon-container.ui-ribbon-info .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-info .ui-ribbon:after {
	border-top: 2px solid #66b5d7
}
.ui-ribbon-container.ui-ribbon-warning .ui-ribbon {
	background-color: #eec95a
}
.ui-ribbon-container.ui-ribbon-warning .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-warning .ui-ribbon:after {
	border-top: 2px solid #eec95a
}
.ui-ribbon-container.ui-ribbon-danger .ui-ribbon {
	background-color: #e87352
}
.ui-ribbon-container.ui-ribbon-danger .ui-ribbon:before, .ui-ribbon-container.ui-ribbon-danger .ui-ribbon:after {
	border-top: 2px solid #e87352
}
.flags-sprite, .flags-american, .flags-china, .flags-france, .flags-germany, .flags-italy, .flags-japan, .flags-korea, .flags-portugal, .flags-russia, .flags-spain {
	background: url(/GZContent/ui/images/flags-sda58b55ae6.png) no-repeat
}
.flags-american {
	background-position: 0 -160px;
	height: 32px;
	width: 32px
}
.flags-china {
	background-position: 0 -64px;
	height: 32px;
	width: 32px
}
.flags-france {
	background-position: 0 -192px;
	height: 32px;
	width: 32px
}
.flags-germany {
	background-position: 0 -256px;
	height: 32px;
	width: 32px
}
.flags-italy {
	background-position: 0 -224px;
	height: 32px;
	width: 32px
}
.flags-japan {
	background-position: 0 -128px;
	height: 32px;
	width: 32px
}
.flags-korea {
	background-position: 0 0;
	height: 32px;
	width: 32px
}
.flags-portugal {
	background-position: 0 -32px;
	height: 32px;
	width: 32px
}
.flags-russia {
	background-position: 0 -288px;
	height: 32px;
	width: 32px
}
.flags-spain {
	background-position: 0 -96px;
	height: 32px;
	width: 32px
}
.ui-timline-container {
	padding: 15px
}
.ui-timline-left .ui-timeline:before {
	left: 0
}

@media(min-width:768px) {
.ui-timline-left .ui-timeline .tl-item:before {
	display: none
}
}

@media(min-width:768px) {
.ui-timline-left .ui-timeline .tl-item .tl-caption {
	margin-left: -55px
}
}

@media(min-width:768px) {
.ui-timline-left .ui-timeline .tl-item .tl-body .tl-time {
	left: auto;
	right: 15px;
	color: #999
}
}
.ui-timeline {
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse
}
.ui-timeline:before {
	background-color: #d5d5d5;
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	top: 30px;
	width: 1px;
	z-index: 0
}

@media(min-width:768px) {
.ui-timeline:before {
	left: 50%
}
}
.ui-timeline .tl-item {
	display: table-row;
	margin-bottom: 5px
}
.ui-timeline .tl-item:before {
	display: none;
	content: ""
}

@media(min-width:768px) {
.ui-timeline .tl-item:before {
	display: block;
	width: 50%
}
}
.ui-timeline .tl-item .tl-caption {
	width: 150px;
	margin-left: -55px
}

@media(min-width:768px) {
.ui-timeline .tl-item .tl-caption {
	margin-left: -110px
}
}

@media(min-width:768px) {
.ui-timeline .tl-item.alt {
	text-align: right
}
.ui-timeline .tl-item.alt:before {
	display: none
}
.ui-timeline .tl-item.alt:after {
	content: "";
	display: block;
	width: 50%
}
.ui-timeline .tl-item.alt .tl-body .tl-entry {
	margin: 0 35px 15px 0
}
.ui-timeline .tl-item.alt .tl-body .tl-time {
	right: -220px;
	left: auto;
	text-align: left
}
.ui-timeline .tl-item.alt .tl-body .tl-icon {
	right: -53px;
	left: auto
}
.ui-timeline .tl-item.alt .tl-body .tl-content:after {
	right: -16px;
	left: auto;
	border: 8px solid transparent;
	border-left: 8px solid #fff
}
}
.ui-timeline .tl-item .tl-body {
	display: table-cell;
	width: 50%;
	vertical-align: top
}
.ui-timeline .tl-item .tl-body .tl-entry {
	position: relative;
	margin: 0 0 15px 36px
}
.ui-timeline .tl-item .tl-body .tl-time {
	z-index: 1;
	position: absolute;
	left: auto;
	right: 15px;
	top: 5px;
	width: 150px;
	color: #999;
	line-height: 35px;
	text-align: right
}

@media(min-width:768px) {

.ui-timeline .tl-item .tl-body .tl-time {
	left: -220px;
	right: auto;
	color: #767676
}
}
.ui-timeline .tl-item .tl-body .tl-icon {
	position: absolute;
	left: -53px;
	top: 5px
}
.ui-timeline .tl-item .tl-body .tl-content {
	position: relative;
	padding: 15px;
	border-radius: 0;
	background-color: #fff
}
.ui-timeline .tl-item .tl-body .tl-content:after {
	content: " ";
	line-height: 0;
	position: absolute;
	left: -16px;
	top: 15px;
	border: 8px solid transparent;
	border-right: 8px solid #fff
}
.ui-accordion .panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 1px solid #e9e9e9
}
.ui-accordion .panel {
	border: 1px solid #e9e9e9
}
.ui-accordion .panel-heading {
	padding: 0;
	background-color: #f6f6f6
}
.ui-accordion .panel-heading .panel-title>a {
	display: block;
	padding: 15px;
	font-size: 14px
}
.ui-accordion .panel-heading .panel-title>a:hover {
	cursor: pointer;
	text-decoration: none
}
.ui-accordion-success .panel {
	border: 1px solid #60cd9b
}
.ui-accordion-success .panel-heading {
	background-color: #60cd9b;
	color: #fff
}
.ui-accordion-info .panel {
	border: 1px solid #66b5d7
}
.ui-accordion-info .panel-heading {
	background-color: #66b5d7;
	color: #fff
}
.ui-accordion-warning .panel {
	border: 1px solid #eec95a
}
.ui-accordion-warning .panel-heading {
	background-color: #eec95a;
	color: #fff
}
.ui-accordion-danger .panel {
	border: 1px solid #e87352
}
.ui-accordion-danger .panel-heading {
	background-color: #e87352;
	color: #fff
}
.ui-accordion-dark .panel {
	border: 1px solid #242633
}
.ui-accordion-dark .panel-heading {
	background-color: #242633;
	color: #fff
}
.ui-map {
	display: block;
	height: 400px
}
.pagination>li>a {
	cursor: pointer
}
.pagination>li>a, .pagination>li>span {
	margin-left: 1px
}
.progress {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #f6f6f6
}
.progress-rounded {
	border-radius: 50px
}
.progress-bar {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.progressbar-xs {
	height: 10px
}
.progressbar-sm {
	height: 15px
}
.ui-tab-container {
	border: 1px solid #e9e9e9;
	border-radius: 0
}
.ui-tab-container .ui-tab .nav-tabs {
	margin-bottom: 0
}
.ui-tab-container .nav-tabs {
	background-color: #f6f6f6;
	border-bottom: 1px solid #e9e9e9
}
.ui-tab-container .nav-tabs.nav-justified {
	border-bottom: 0
}
.ui-tab-container .nav-tabs.nav-justified>li>a {
	border-bottom-color: transparent
}
.ui-tab-container .nav-tabs>li.active>a {
	background-color: #fff;
	border: 1px solid transparent
}
.ui-tab-container .nav-tabs>li.active>a:hover {
	border: 1px solid transparent
}
.ui-tab-container .nav-tabs>li>a {
	padding: 10px 15px
}
.ui-tab-container .nav-tabs>li>a:hover {
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1
}
.ui-tab-container .tab-content {
	padding: 15px
}
.ui-tab-container.ui-tab-success {
	border: 1px solid #d5ffe1
}
.ui-tab-container.ui-tab-success .nav-tabs {
	background-color: #eefff6;
	border-bottom: 1px solid #d5ffe1
}
.ui-tab-container.ui-tab-info {
	border: 1px solid #cbebff
}
.ui-tab-container.ui-tab-info .nav-tabs {
	background-color: #eff6ff;
	border-bottom: 1px solid #cbebff
}
.ui-tab-container.ui-tab-warning {
	border: 1px solid #ffeed6
}
.ui-tab-container.ui-tab-warning .nav-tabs {
	background-color: #fffbef;
	border-bottom: 1px solid #ffeed6
}
.ui-tab-container.ui-tab-danger {
	border: 1px solid #ffd6d4
}
.ui-tab-container.ui-tab-danger .nav-tabs {
	background-color: #fff1ed;
	border-bottom: 1px solid #ffd6d4
}
.ui-tab .nav-tabs {
	margin-bottom: 15px
}
.ui-tab .nav-tabs.nav-justified>li.active>a {
	border-bottom-color: transparent
}
.ui-tab .nav-tabs>li.active>a {
	background-color: #fff
}
.ui-tab .nav-tabs a:hover {
	cursor: pointer
}
.slider {
	display: inline-block;
	vertical-align: middle;
	position: relative
}
.slider.slider-horizontal {
	width: 100%!important;
	height: 4px
}
.slider.slider-horizontal .slider-track {
	height: 2px;
	width: 100%;
	margin-top: -1px;
	top: 50%;
	left: 0
}
.slider.slider-horizontal .slider-selection {
	height: 100%;
	top: 0;
	bottom: 0
}
.slider.slider-horizontal .slider-handle {
	margin-left: -15px;
	margin-top: -15px
}
.slider.slider-horizontal .slider-handle.triangle {
	border-width: 0 2px 2px 2px;
	width: 0;
	height: 0;
	border-bottom-color: #0480be;
	margin-top: 0
}
.slider.slider-vertical {
	height: 210px;
	width: 4px
}
.slider.slider-vertical .slider-track {
	width: 2px;
	height: 100%;
	margin-left: -1px;
	left: 50%;
	top: 0
}
.slider.slider-vertical .slider-selection {
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0
}
.slider.slider-vertical .slider-handle {
	margin-left: -15px;
	margin-top: -15px
}
.slider.slider-vertical .slider-handle.triangle {
	border-width: 2px 0 2px 2px;
	width: 1px;
	height: 1px;
	border-left-color: #0480be;
	margin-left: 0
}
.slider.slider-disabled .slider-handle {
	pointer-events: none;
	background-color: #f5f5f5
}
.slider.slider-disabled .slider-track {
	opacity: .65;
	cursor: not-allowed
}
.slider input {
	display: none
}
.slider .tooltip-inner {
	white-space: nowrap
}
.slider-track {
	position: absolute;
	cursor: pointer;
	background-color: #eee;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	border-radius: 0
}
.slider-selection {
	position: absolute;
	background-color: #f06623;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0
}
.slider-handle {
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	border: 1px solid rgba(0,0,0,.1)
}
.slider-handle.round {
	border-radius: 50%
}
.slider-handle.triangle {
	background: transparent none
}
table.responsive {
	border: 1px solid #ddd
}

@media only screen and (max-width:767px) {
table.responsive {
	margin-bottom: 0
}
.pinned {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 35%;
	overflow: hidden;
	overflow-x: scroll;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc
}
.pinned table {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: none;
	border-left: none;
	width: 100%
}
.pinned table th, .pinned table td {
	white-space: nowrap
}
.pinned td:last-child {
	border-bottom: 0
}
div.table-wrapper {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	border-right: 1px solid #ccc
}
div.table-wrapper div.scrollable {
	margin-left: 35%
}
div.table-wrapper div.scrollable {
	overflow: scroll;
	overflow-y: hidden
}
table.responsive td, table.responsive th {
	position: relative;
	white-space: nowrap;
	overflow: hidden
}
table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
	display: none
}
}
.toast-title {
	font-weight: bold
}
.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word
}
.toast-message a, .toast-message label {
	color: #fff
}
.toast-message a:hover {
	color: #ccc;
	text-decoration: none
}
.toast-close-button {
	position: relative;
	right: -.3em;
	top: -.3em;
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: .8;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80)
}
.toast-close-button:hover, .toast-close-button:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40)
}
button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}
.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%
}
.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%
}
.toast-top-left {
	top: 12px;
	left: 12px
}
.toast-top-right {
	top: 12px;
	right: 12px
}
.toast-bottom-right {
	right: 12px;
	bottom: 12px
}
.toast-bottom-left {
	bottom: 12px;
	left: 12px
}
#toast-container {
	position: fixed;
	z-index: 999999
}
#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#toast-container>div {
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	border-radius: 0;
	background-position: 15px center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 12px #999;
	-webkit-box-shadow: 0 0 12px #999;
	box-shadow: 0 0 12px #999;
	color: #fff;
	opacity: .8;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80)
}
#toast-container>:hover {
	-moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 12px #000;
	box-shadow: 0 0 12px #000;
	opacity: 1;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer
}
#toast-container>.toast-info {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
}
#toast-container>.toast-error {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
}
#toast-container>.toast-success {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
}
#toast-container>.toast-warning {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
}
#toast-container.toast-top-full-width>div, #toast-container.toast-bottom-full-width>div {
	width: 96%;
	margin: auto
}
.toast {
	background-color: #333
}
.toast-success {
	background-color: #41c387
}
.toast-error {
	background-color: #e3562e
}
.toast-info {
	background-color: #46a5cf
}
.toast-warning {
	background-color: #eabd35
}

@media all and (max-width:240px) {
#toast-container>div {
	padding: 8px 8px 8px 50px;
	width: 11em
}
#toast-container .toast-close-button {
	right: -.2em;
	top: -.2em
}
}

@media all and (min-width:241px) and (max-width:480px) {
#toast-container>div {
	padding: 8px 8px 8px 50px;
	width: 18em
}
#toast-container .toast-close-button {
	right: -.2em;
	top: -.2em
}
}

@media all and (min-width:481px) and (max-width:768px) {
#toast-container>div {
	padding: 15px 15px 15px 50px;
	width: 25em
}
}
.jqstooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.wizard, .tabcontrol {
	display: block;
	width: 100%;
	overflow: hidden
}
.wizard a, .tabcontrol a {
	outline: 0
}
.wizard ul, .tabcontrol ul {
	list-style: none!important;
	padding: 0;
	margin: 0
}
.wizard ul>li, .tabcontrol ul>li {
	display: block;
	padding: 0
}
.wizard>.steps .current-info, .tabcontrol>.steps .current-info {
	position: absolute;
	left: -999em
}
.wizard>.content>.title, .tabcontrol>.content>.title {
	position: absolute;
	left: -999em
}
.wizard>.steps {
	position: relative;
	display: block;
	width: 100%
}
.wizard>.steps>ul>li {
	width: 100%
}

@media(min-width:600px) {
.wizard>.steps>ul>li {
	width: 25%
}
}
.wizard.vertical>.steps {
	display: block;
	width: 100%
}

@media(min-width:600px) {
.wizard.vertical>.steps {
	display: inline;
	float: left;
	width: 30%
}
}
.wizard.vertical>.steps>ul>li {
	float: none;
	width: 100%
}
.wizard.vertical>.content {
	width: 100%
}

@media(min-width:600px) {
.wizard.vertical>.content {
	display: inline;
	float: left;
	margin: 0 2.5% .5em 2.5%;
	width: 65%
}
}
.wizard>.steps .number {
	font-size: 1.429em
}
#HangfireRecurringJobsViewModelListItem .actions button,
.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left
}
.wizard>.steps a, .wizard>.steps a:hover, .wizard>.steps a:active {
	display: block;
	width: auto;
	margin: 0 .5em .5em;
	padding: 1em 1em;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.wizard>.steps .disabled a, .wizard>.steps .disabled a:hover, .wizard>.steps .disabled a:active {
	background: #eee;
	color: #aaa;
	cursor: default
}
.wizard>.steps .current a, .wizard>.steps .current a:hover, .wizard>.steps .current a:active {
	background: #f06623;
	color: #fff;
	cursor: default
}
.wizard>.steps .done a, .wizard>.steps .done a:hover, .wizard>.steps .done a:active {
	background: #f06623;
	color: #fff;
	opacity: .6
}
.wizard>.steps .error a, .wizard>.steps .error a:hover, .wizard>.steps .error a:active {
	background: #e87352;
	color: #fff
}
.wizard>.content {
	background-color: #eee;
	display: block;
	margin: .5em;
	min-height: 25em;
	overflow: hidden;
	position: relative;
	width: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.wizard>.content>.body {
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5%
}
.wizard>.content>.body ul {
	list-style: disc!important
}
.wizard>.content>.body ul>li {
	display: list-item
}
.wizard>.content>.body>iframe {
	border: 0 none;
	width: 100%;
	height: 100%
}
.wizard>.content>.body input {
	display: block;
	border: 1px solid #ccc
}
.wizard>.content>.body input[type="checkbox"] {
	display: inline-block
}
.wizard>.content>.body input.error {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #8a1f11
}
.wizard>.content>.body label {
	display: inline-block;
	margin-bottom: .5em
}
.wizard>.content>.body label.error {
	color: #8a1f11;
	display: inline-block;
	margin-left: 1.5em
}
.wizard>.actions {
	position: relative;
	display: block;
	text-align: right;
	width: 100%
}
.wizard.vertical>.actions {
	display: inline;
	float: right;
	margin: 0 2.5%;
	width: 95%
}
.wizard>.actions>ul {
	display: inline-block;
	text-align: right
}
.wizard>.actions>ul>li {
	margin: 0 .5em
}
.wizard.vertical>.actions>ul>li {
	margin: 0 0 0 1em
}
.wizard>.actions a, .wizard>.actions a:hover, .wizard>.actions a:active {
	background: #f06623;
	color: #fff;
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.wizard>.actions .disabled a, .wizard>.actions .disabled a:hover, .wizard>.actions .disabled a:active {
	background: #eee;
	color: #aaa
}
.tabcontrol>.steps {
	position: relative;
	display: block;
	width: 100%
}
.tabcontrol>.steps>ul {
	position: relative;
	margin: 6px 0 0 0;
	top: 1px;
	z-index: 1
}
.tabcontrol>.steps>ul>li {
	float: left;
	margin: 5px 2px 0 0;
	padding: 1px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.tabcontrol>.steps>ul>li:hover {
	background: #edecec;
	border: 1px solid #bbb;
	padding: 0
}
.tabcontrol>.steps>ul>li.current {
	background: #fff;
	border: 1px solid #bbb;
	border-bottom: 0 none;
	padding: 0 0 1px 0;
	margin-top: 0
}
.tabcontrol>.steps>ul>li>a {
	color: #5f5f5f;
	display: inline-block;
	border: 0 none;
	margin: 0;
	padding: 10px 30px;
	text-decoration: none
}
.tabcontrol>.steps>ul>li>a:hover {
	text-decoration: none
}
.tabcontrol>.steps>ul>li.current>a {
	padding: 15px 30px 10px 30px
}
.tabcontrol>.content {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 35em;
	overflow: hidden;
	border-top: 1px solid #bbb;
	padding-top: 20px
}
.tabcontrol>.content>.body {
	float: left;
	position: absolute;
	width: 95%;
	height: 95%;
	padding: 2.5%
}
.tabcontrol>.content>.body ul {
	list-style: disc!important
}
.tabcontrol>.content>.body ul>li {
	display: list-item
}
.angular-ui-tree {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	list-style: none
}
.angular-ui-tree-placeholder {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	border: 1px dashed #e9e9e9;
	background-color: #eff6ff;
	border-radius: 0
}
.angular-ui-tree-handle {
	position: relative;
	display: block;
	margin: 5px 0;
	padding: 10px 10px;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	background: #fff;
	cursor: move;
	border-radius: 0
}
.angular-ui-tree-handle:hover .angular-ui-tree-icon-action {
	display: inline
}
.angular-ui-tree-icon:hover {
	cursor: pointer
}
.angular-ui-tree-icon-collapse {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 40px;
	margin: -10px 0 0 -10px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	font-weight: bold
}
.angular-ui-tree-icon-collapse:before {
	content: '+';
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0
}
.angular-ui-tree-icon-collapse.uncollapsed:before {
	content: '-'
}
.angular-ui-tree-icon-action {
	margin-left: 7px;
	display: none;
	color: #999;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.angular-ui-tree-icon-action:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	color: #767676
}
.angular-ui-tree-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #fff;
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px
}
.angular-ui-tree-nodes {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none
}
.angular-ui-tree-nodes .angular-ui-tree-nodes {
	padding-left: 30px
}
.angular-ui-tree-node, .angular-ui-tree-placeholder {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	line-height: 20px
}
.angular-ui-tree-hidden {
	display: none
}
.angular-ui-tree-drag {
	position: absolute;
	pointer-events: none;
	z-index: 999;
	opacity: .8
}
.morris-hover {
	z-index: 1;
	position: absolute
}
.morris-hover.morris-default-style {
	border-radius: 0;
	padding: 6px;
	color: #666;
	background: rgba(255,255,255,.8);
	border: solid 2px rgba(230,230,230,.8);
	font-size: 12px;
	text-align: center
}
.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight: bold;
	margin: .25em 0
}
.morris-hover.morris-default-style .morris-hover-point {
	white-space: nowrap;
	margin: .1em 0
}
.jqvmap-label {
	position: absolute;
	display: none;
	border-radius: 0;
	background: #242633;
	color: #fff;
	font-size: smaller;
	padding: 3px
}
.jqvmap-zoomin, .jqvmap-zoomout {
	position: absolute;
	left: 10px;
	border-radius: 0;
	background: #242633;
	padding: 3px;
	color: #fff;
	cursor: pointer;
	line-height: 10px;
	text-align: center
}
.jqvmap-zoomin {
	top: 10px
}
.jqvmap-zoomout {
	top: 30px
}
.jqvmap-region {
	cursor: pointer
}
.jqvmap-ajax_response {
	width: 100%;
	height: 500px
}
.ui-tags-input .host {
	position: relative;
	margin: 5px 0
}
.ui-tags-input .host:active {
	outline: none
}
.ui-tags-input .tags {
	overflow: hidden;
	word-wrap: break-word;
	cursor: text;
	display: block;
	width: 100%;
	min-height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #767676;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cbd5dd;
	border-radius: 0
}
.ui-tags-input .tags:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.ui-tags-input .tags.focused {
	outline: none
}
.ui-tags-input .tags .tag-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.ui-tags-input .tags .tag-item {
	display: inline-block;
	float: left;
	margin: 2px;
	padding: 6px 8px;
	border-radius: 0;
	background-color: #f06623;
	color: #fff
}
.ui-tags-input .tags .tag-item .remove-button {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	vertical-align: middle;
	color: #eee;
	text-decoration: none
}
.ui-tags-input .tags .tag-item .remove-button:active {
	color: #e87352
}
.ui-tags-input .tags .input {
	border: 0;
	outline: none;
	margin: 2px;
	padding: 0;
	padding-left: 5px;
	line-height: 30px
}
.ui-tags-input .tags .input.invalid-tag {
	color: #e87352
}
.ui-tags-input .tags .input::-ms-clear {
display:none
}
.ui-tags-input .autocomplete {
	margin-top: 5px;
	position: absolute;
	padding: 5px 0;
	z-index: 1100!important;
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2)
}
.ui-tags-input .autocomplete .suggestion-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.ui-tags-input .autocomplete .suggestion-item {
	overflow: hidden;
	padding: 5px 10px;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #242633;
	background-color: #fff
}
.ui-tags-input .autocomplete .suggestion-item.selected {
	color: #fff;
	background-color: #0097cf
}
.ui-tags-input .autocomplete .suggestion-item.selected em {
	color: #fff;
	background-color: #0097cf
}
.ui-tags-input .autocomplete .suggestion-item em {
	color: #242633;
	background-color: #fff
}
.non-display {
	display: none
}
.page-form-ele h3 {
	margin: 0
}
.page-err {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fafafa
}
.page-err .err-container {
	width: 100%;
	height: 75%;
	background-color: #f06623;
	border-bottom: 1px solid #c74a0d;
	padding: 45px 0 0
}

@media(min-width:768px) {
.page-err .err-container {
	padding: 100px 0 0
}
}
.page-err .err-status h1 {
	margin: 0 0 -45px;
	color: #fafafa;
	font-size: 100px
}

@media(min-width:768px) {
.page-err .err-status h1 {
	font-size: 180px
}
}
.page-err .err-message {
	background-color: #f06623;
	padding: 24px;
	text-transform: uppercase
}
.page-err .err-message h2 {
	font-size: 32px;
	color: #fff;
	font-weight: 300
}

@media(min-width:768px) {
.page-err .err-message h2 {
	font-size: 50px
}
}
.page-err .err-body {
	padding: 20px 10px
}
.page-err .btn-goback {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}
.page-err .btn-goback:hover, .page-err .btn-goback:focus, .page-err .btn-goback:active, .page-err .btn-goback.active {
	color: #3dcdcb;
	background-color: #fff
}
.open .page-err .btn-goback.dropdown-toggle {
	color: #3dcdcb;
	background-color: #fff
}
.page-err .footer {
	position: absolute;
	bottom: 20px;
	width: 100%
}
.page-lock .lock-centered {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -65px
}

@media screen and (min-width:768px) {
.page-lock .lock-centered {
	margin-top: -75px
}
}
.page-lock .lock-container {
	position: relative;
	max-width: 420px;
	margin: 0 auto
}
.page-lock .lock-box {
	position: absolute;
	left: 0;
	right: 0
}
.page-lock .lock-box .lock-user {
	background: #fff;
	width: 50%;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-top: 50px;
	padding: 0 20px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #f06623
}
.page-lock .lock-box .lock-img img {
	position: absolute;
	border-radius: 50%;
	left: 40%;
	width: 80px;
	height: 80px;
	border: 6px solid #fff;
	background: #fff
}

@media screen and (min-width:768px) {
.page-lock .lock-box .lock-img img {
	left: 33%;
	width: 150px;
	height: 150px;
	border: 10px solid #fff
}
}
.page-lock .lock-box .lock-pwd {
	background: #fff;
	width: 50%;
	float: right;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 50px;
	margin-top: 50px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #f06623
}


.weather-icon-list {
	text-align: center
}
.weather-icon-list .example {
	text-align: center;
	margin: 10px 3px
}
.weather-icon-list .example .icon {
	font-size: 24px
}
.bs-glyphicons {
	padding-left: 0;
	padding-bottom: 1px;
	margin-bottom: 20px;
	list-style: none;
	overflow: hidden
}
.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px
}
.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center
}
.bs-glyphicons li {
	float: left;
	width: 25%;
	height: 115px;
	padding: 10px;
	margin: 0 -1px -1px 0;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #ddd
}

@media(min-width:768px) {
.bs-glyphicons li {
	width: 12.5%
}
}
.page-grid .grid-structure .row {
	margin-top: 10px
}
.page-grid .grid-structure .row .widget-container {
	margin-top: 5px;
	background: #eee;
	padding: 10px 15px 12px;
	min-height: 0;
	border-radius: 0
}
.page-form-ele .list-checkbox-radio li:nth-child(even) {
	margin-bottom: 20px
}
.page-form-ele .list-checkbox-radio li>div {
	float: left;
	margin-right: 10px
}

.view-containter {
	position: relative
}
.body-special #content {
	z-index: 2;
	top: 0;
	left: 0
}
.body-lock #content {
	background: url(/images/background/3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.form-validation tags-input.ng-valid-required.ng-dirty:not(tr) {
	border-right: 0;
}
.form-validation .ng-valid-required.ng-dirty:not(tr):not(.ng-invalid),
.form-validation tags-input.ng-valid-required.ng-dirty:not(tr) .tags input {
	border-right: 5px #60cd9b solid;
}
.ui-select-container.selectize-control.ng-invalid,
.form-validation .ng-invalid,
.form-validation input.ng-invalid-required,
.form-validation textarea.ng-invalid-required,
.form-validation select.ng-invalid-required,
input.ng-invalid-lower-than,
input.ng-invalid-higher-than,
input.ng-invalid-min, input.ng-invalid-max {
    border-right: 5px red solid;
}

.form-validation ng-form.ng-invalid {
    border-right: none;
}

.editor-label {
    margin: .5em 1em 0 0
}
.dynamic-list {
	position: relative;
	margin-bottom: 20px
}
.dynamic-list-content {
	position: relative;
	vertical-align: middle
}
.dynamic-list-actions {
	position: relative;
	white-space: nowrap;
	width: 1%;
	padding-left: 20px
}
.dynamic-list-right-actions {
	padding-left: 0;
	padding-right: 0
}
.dynamic-list.has-items {
	margin-bottom: 0
}
.dynamic-list.has-items .dynamic-list-actions {
	padding-bottom: 0;
	padding-right: 0
}

.dynamic-list.table.table-striped {
    background-color: white;
    margin-bottom: 10px;
}

@media(max-width:767px) {
.dynamic-list-header .dynamic-list-content>* {
	display: none
}
}

@media(min-width:768px) {
.dynamic-list-header label {
	margin-bottom: 0
}
.dynamic-list.has-items .dynamic-list-header label {
	margin-bottom: 0
}
}
.datetime-menu {
	padding: 3px
}
.datetime-date td>button {
	width: auto!important;
	min-width: 100%!important
}
.chart {
	width: 250px;
	height: 250px
}
.chart .tick {
	font-size: 7.5pt
}
.chart .pie-label {
	font-size: 7pt
}
.chart .bar-label {
	font-size: 8pt
}
.header-stripe {
	height: 13px;
	background-color: #f06623
}
.sign-up-message {
	color: #666;
	font-size: 18px;
	line-height: 24px;
	text-align: center
}
#sign-up-button {
	margin-top: 25px;
	max-width: 200px;
	margin: auto
}
#login-container {
	max-width: 400px;
	margin: 0 auto
}
.table-heading {
	font-size: 12pt
}
.mni-card {
	display: inline-block;
	max-width: 300px;
	min-width: 300px;
	background-color: #fff;
	border: #ddd 1px solid;
	min-height: 78px;
	margin: 5px;
	padding: 7px 7px 5px;
	box-shadow: 5px 5px 2px #bebebe;
	vertical-align: top;
	border-radius: 5px
}
.mni-card img {
	max-width: 50px;
	max-height: 50px;
	vertical-align: top;
	float: left;
	margin-bottom: 3px;
	border-radius: 5px;
	background-color: transparent;
}
.mni-card a {
	white-space: nowrap;
	font-weight:bold;
}
#nav a.no-access {
	cursor: not-allowed;
	color: #000
}
a.no-access {
	cursor: not-allowed;
	color: #d3d3d3
}
.mn-dragdrop {
	height: 100px;
	background: #f6f8fb;
	border: 2px dashed #7da4bc;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: default
}
.mn-overlay-container {
	display: inline-block;
	position: relative
}
.mn-overlay-container .mn-overlay {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	font-size: 2em;
	pointer-events: none
}
.mn-overlay-container:hover .mn-overlay {
	display: block
}
.mn-modal-upload img {
    max-height:none;
}
.mn-modal-upload .progress {
	margin: 10px 0 0
}
.image-gallery {
	position: relative;
	display: block;
	overflow: hidden;
	background: #f3f3f3;
	border-radius: 5px;
	border: solid 5px #f3f3f3;
	box-sizing: content-box
}
.image-gallery .images, .image-gallery .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.image-gallery .image {
	overflow: hidden;
	background: #f3f3f3;
	border-radius: 5px
}
.image-gallery .image img {
	display: block;
	max-width: 100%
}
.image-gallery .image .caption {
	position: absolute;
	left: 80px;
	right: 80px;
	bottom: 115px;
	padding: 10px;
	background: rgba(0,0,0,.4);
	color: #fff;
	border-radius: 5px
}
.image-gallery .image .caption>:first-child {
	margin-top: 0
}
.image-gallery .image .caption>:last-child {
	margin-bottom: 0
}
.image-gallery .thumbs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
	display: block;
	margin: 5px 0;
	list-style: none;
	padding: 0 5px
}
.image-gallery .thumbs li {
	display: inline-block;
	margin: 0 5px
}
.image-gallery .thumbs a {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	background: #f3f3f3;
	padding: 5px
}
.image-gallery .thumbs img {
	display: block;
	border-radius: 5px;
	overflow: hidden
}
.image-gallery .thumbs .active {
	background-color: #000
}
.image-gallery .control {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin: -25px 5px 0 5px;
	text-align: center;
	line-height: 50px;
	font-size: 50px
}
.image-gallery .control.left {
	left: 0
}
.image-gallery .control.right {
	right: 0
}
.image-gallery .actions {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	padding: 5px
}
.image-reorder {
	list-style: none;
	margin: 0;
	padding: 0
}
.image-reorder li {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	background: #f3f3f3;
	padding: 5px;
	margin: 5px;
	cursor: move;
	border-radius: 5px
}
.image-reorder .ui-sortable-placeholder {
	visibility: visible!important;
	border: dashed 1px #999;
	opacity: .25;
	padding: 4px
}
.image-reorder img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px
}
.input-group-addon-control {
	position: relative;
	width: 1%;
	display: table-cell;
	vertical-align: top
}
.input-group-addon-control .form-control {
	display: block;
	float: none;
	width: auto
}
.ng-table th {
	text-align: left
}
.ui-select-container.form-control {
	z-index: 3
}
tr.group-total {
	font-weight: bold
}
tags-input .host {
	margin: 0
}
tags-input .tags {
	box-shadow: none;
	border: 0;
    background: transparent;
	padding: 0
}
tags-input .tags.focused {
	box-shadow: none;
	border-color: #f06623
}

tbody.ui-sortable td.grip {
	width: 1%;
	white-space: nowrap
}
tbody.ui-sortable td.grip .btn>span {
	line-height: 1;
	font-size: 10px
}
table>tbody.ui-sortable>tr.ui-sortable-helper>td {
	border-top-color: transparent
}

@media(min-width:768px) {
.sign-up-guy {
	margin-top: -95px
}
.form-horizontal+fieldset {
	margin-top: 10px
}
.form-horizontal .form-group {
	display: inline-table;
	margin: 0 0 10px
}
.form-horizontal .control-label {
	padding-top: 0;
	line-height: 12px;
	padding-right: 5px
}
.form-horizontal .col-sm-label {
	display: table-cell;
	vertical-align: middle;
	width: 75px;
	min-width: 75px
}
.form-horizontal .col-sm-control {
	display: table-cell;
	vertical-align: top;
	width: 100%
}
}
.table th.actions, .table td.actions {
	width: 1%;
	white-space: nowrap;
    text-align: right;
}
.scrtabs-tabs-fixed-container {
	width: auto;
	float: none
}
.scrtabs-tab-scroll-arrow {
	display: none;
	position: absolute;
	top: 0;
    text-align: center;
}
.scrtabs-js-tab-scroll-arrow-left {
	right: 100%
}
.scrtabs-js-tab-scroll-arrow-right {
	left: 100%
}
.scrtabs-tab-scroll-arrows {
	margin: 0 20px
}
.scrtabs-tab-scroll-arrows .scrtabs-tab-scroll-arrow {
	display: block
}
.cke_button__mergefield_label {
	display: inline!important
}
.cke_button_disabled .cke_button_label {
	opacity: .3
}
.menuField {
	border: 0 solid transparent;
	border-radius: 8px;
	background-color: #fff
}
.mni-nowrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.large-hourglass {
    position: fixed;
    left: 50%;
    top: 50%;
    font-size: 100px;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
    z-index: 20000;
}
.audit-info-dlg {
	padding-left: 20px;
	font-size: 11px;
	margin-top: -21px
}
#BillingHistory .table > thead > tr > th,
#BillingHistory .table > thead > tr > td,
#BillingHistory .table > tbody > tr > th,
#BillingHistory .table > tbody > tr > td,
#BillingHistory .table > tfoot > tr > th,
#BillingHistory .table > tfoot > tr > td {
    border-top:none
}
tr.primary {
	font-weight: bold
}

#CommunicationCommunicationPreview-Body {
	max-height: 360px;
	overflow-y: auto
}
.report-criteria {
	border: 1px solid #d3d3d3;
	border-radius: 0;
	padding: 15px;
	background: #fff
}
.report-results {
	background-color: #fff;
	border: 1px solid grey;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	box-shadow: 2px 2px 5px rgba(0,0,0,.5)
}
.display-mode {
	margin-top: 5px
}
.checkboxLayer {
	z-index: 1060!important
}
.isteven-custom-button {
	height: 100%!important;
	min-height: 24px
}
.fc-unthemed tbody {
	background-color: transparent
}
.grid-middle-align {
	padding-top: 17px!important
}
.calendar-item-completed {
}
.calendar-item-completed:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	border-bottom: 1px solid #444;
	width: 100%
}
.tooltip-event-name {
	font-weight: bold
}
.tooltip-container div {
	box-sizing: border-box;
	box-sizing: padding-box;
	-moz-box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-khtml-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.tooltip-container-inner {
	float: left;
	border: #d8d8d8 1px solid;
	border-color: #aecada #d8d8d8 #d8d8d8 #aecada;
	background-color: #fff;
	width: 100%
}
.tooltip-container-body {
	padding: 10px;
	word-wrap: break-word
}
.tooltip-event-desc {
	word-wrap: break-word;
	overflow: auto;
	height: 77px;
	line-height: 17px;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #efeeee
}
table.angular-ui-tree>tbody>tr>td {
	vertical-align: middle
}
.fc-button-group {
	float: right!important
}
.fc .fc-toolbar>*:not(.fc-button-group)>*:not(.fc-button-group) {
	float: none!important
}
.fc th, .fc-basic-view .fc-week-number, .fc-icon, .fc-toolbar {
	text-align: center
}
.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.angular-ui-tree-placeholder {
	background: #f0f9ff;
	border: 2px dashed #bed2db;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%!important;
	height: 100%!important
}
table tbody[data-ui-tree-nodes] tr {
}
.fr-element {
}
.fr-box:not(.fr-basic) .fr-wrapper {
	margin: 5px!important
}
.fr-box:not(.fr-basic) .fr-element p {
	margin: 0
}
.isteven-custom-button.ng-invalid {
	border: 1px red solid
}
[name=signUpForm] .form-custom-checkbox .input-group {
	width: 20%
}
[name=signUpForm] .form-custom-checkbox label {
	float: left
}
#ContactsInfo\.Financial table#BillingHistory {
	margin-bottom: 100px
}
/* MZ-4180 - Need easy place to find Secured Login URL / disallow non-secure */
 .site-module-types option[label="Login"],
 .site-module-types option[label="Sales"],
 .site-module-types option[label="Integration instructions"],
 .site-module-types option[label="Sms"],
 .site-module-types option[label="Error"],
 .site-module-types option[label="Confirmation"] {
    display:none;
 }
.modal-dialog .readonly input, .modal-dialog .readonly .form-group button {
	pointer-events: none;
	opacity: .75;
	background-color: #ccc
}
.modal-dialog .readonly .modal-footer button.btn-danger, .modal-dialog .readonly .modal-footer button.bg-primary {
	display: none
}
.ui-select-highlight {
	font-weight: bold
}
.ui-select-offscreen {
	clip: rect(0 0 0 0)!important;
	width: 1px!important;
	height: 1px!important;
	border: 0!important;
	margin: 0!important;
	padding: 0!important;
	overflow: hidden!important;
	position: absolute!important;
	outline: 0!important;
	left: 0!important;
	top: 0!important
}
.ui-select-choices-row:hover {
	background-color: #f5f5f5
}
.ng-dirty.ng-invalid>a.select2-choice {
	border-color: #d44950
}
.select2-result-single {
	padding-left: 0
}
.select2-locked>.select2-search-choice-close {
	display: none
}
.select-locked>.ui-select-match-close {
	display: none
}
body>.select2-container.open {
	z-index: 9999
}
.ui-select-container[theme="select2"].direction-up .ui-select-match {
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-width: 1px;
	border-top-style: solid;
	box-shadow: 0 -4px 8px rgba(0,0,0,.25);
	margin-top: -4px
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
	margin-top: 4px
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
	border-bottom-color: #5897fb
}
.selectize-input.selectize-focus {
	border-color: #007fbb!important
}
.selectize-input {
    padding: 5px 8px !important;
    border-radius: 0 !important;
}
.selectize-control>.selectize-input>input {
	width: 100%
}
.selectize-control>.selectize-dropdown {
	width: 100%
}
.ng-dirty.ng-invalid>div.selectize-input {
	border-color: #d44950
}
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
	box-shadow: 0 -4px 8px rgba(0,0,0,.25);
	margin-top: -2px
}
.btn-default-focus {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
	text-decoration: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.ui-select-bootstrap .ui-select-toggle {
	position: relative;
	height: 100%
}
.ui-select-bootstrap .ui-select-toggle>.caret {
	position: absolute;
	height: 10px;
	top: 50%;
	right: 10px;
	margin-top: -2px
}
.input-group>.ui-select-bootstrap.dropdown {
	position: static
}
.input-group>.ui-select-bootstrap>input.ui-select-search.form-control {
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up {
	border-radius: 4px!important;
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important
}
.ui-select-bootstrap>.ui-select-match>.btn {
	text-align: left!important
}
.ui-select-bootstrap>.ui-select-match>.caret {
	position: absolute;
	top: 45%;
	right: 15px
}
.ui-select-bootstrap>.ui-select-choices {
	width: 100%;
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
	margin-top: -1px
}
body>.ui-select-bootstrap.open {
	z-index: 1000
}
.ui-select-multiple.ui-select-bootstrap {
    min-height: 24px;
	height: auto;
	padding: 3px 3px 0 3px
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
	background-color: transparent!important;
	border: none;
	outline: none;
	height: 1.666666em;
	margin-bottom: 3px;
    position: absolute;
    height: 100%; /*v1 does not have chevron indicator made 100% to make it easier to click /*/
    top: 0;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
	font-size: 1.6em;
	line-height: .75
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
	outline: 0;
	margin: 0 3px 3px 0
}
.ui-select-multiple .ui-select-match-item {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
}
.ui-select-multiple .ui-select-match-item.dropping-before:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	margin-right: 2px;
	border-left: 1px solid #428bca
}
.ui-select-multiple .ui-select-match-item.dropping-after:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	margin-left: 2px;
	border-right: 1px solid #428bca
}
.ui-select-bootstrap .ui-select-choices-row>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}
.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}
.ui-select-bootstrap .ui-select-choices-row.active>a {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca
}
.ui-select-bootstrap .ui-select-choices-row.disabled>a, .ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}
.ui-select-match.ng-hide-add, .ui-select-search.ng-hide-add {
	display: none!important
}
.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match {
	border-color: #d44950
}
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
	box-shadow: 0 -4px 8px rgba(0,0,0,.25)
}
.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
	visibility: visible!important;
	background: #f2f2f2!important;
	background: rgba(0,0,0,.06)!important;
	border: 0 none!important;
	-webkit-box-shadow: inset 0 0 12px 4px #fff;
	box-shadow: inset 0 0 12px 4px #fff
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
	content: '!';
	visibility: hidden
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
	box-shadow: 0 2px 5px rgba(0,0,0,.2)
}
.selectize-dropdown-header {
	position: relative;
	padding: 5px 8px;
	border-bottom: 1px solid #d0d0d0;
	background: #f8f8f8;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0
}
.selectize-dropdown-header-close {
	position: absolute;
	right: 8px;
	top: 50%;
	color: #303030;
	opacity: .4;
	margin-top: -12px;
	line-height: 20px;
	font-size: 20px!important
}
.selectize-dropdown-header-close:hover {
	color: #000
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
	border-right: 1px solid #f2f2f2;
	border-top: 0 none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
	border-right: 0 none
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
	display: none
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
	border-top: 0 none
}
.selectize-control.plugin-remove_button [data-value] {
	position: relative;
	padding-right: 24px!important
}
.selectize-control.plugin-remove_button [data-value] .remove {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 0 0 0;
	border-left: 1px solid #0073bb;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
	background: rgba(0,0,0,.05)
}
.selectize-control.plugin-remove_button [data-value].active .remove {
	border-left-color: #00578d
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
	background: none
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
	border-left-color: #aaa
}
.selectize-control {
	position: relative;
	height: 24px;
	color: #767676
}
.selectize-dropdown, .selectize-input, .selectize-input input {
	color: #767676;
	font-family: inherit;
	-webkit-font-smoothing: inherit
}
.selectize-input, .selectize-control.single .selectize-input.input-active {
	background: #fff;
	cursor: text;
	display: inline-block
}
.selectize-input {
	border: 1px solid #d0d0d0;
	padding: 4px 8px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.selectize-control.multi .selectize-input.has-items {
	padding: 5px 8px 2px
}
.selectize-input.full {
	background-color: #fff
}
.selectize-input.disabled, .selectize-input.disabled * {
	cursor: default!important
}
.selectize-input.focus {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.15)
}
.selectize-input.dropdown-active {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0
}
.selectize-input>* {
	vertical-align: baseline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
*display:inline
}
.selectize-control.multi .selectize-input>div {
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 2px 6px;
	background: #1da7ee;
	color: #fff;
	border: 1px solid #0073bb
}
.selectize-control.multi .selectize-input>div.active {
	background: #92c836;
	color: #fff;
	border: 1px solid #00578d
}
.selectize-control.multi .selectize-input.disabled>div, .selectize-control.multi .selectize-input.disabled>div.active {
	color: #fff;
	background: #d2d2d2;
	border: 1px solid #aaa
}
.selectize-input>input {
	display: inline-block!important;
	padding: 0!important;
	min-height: 0!important;
	max-height: none!important;
	max-width: 100%!important;
	margin: 0 1px!important;
	text-indent: 0!important;
	border: 0 none!important;
	background: none!important;
	line-height: inherit!important;
	-webkit-user-select: auto!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
.selectize-input>input::-ms-clear {
display:none
}
.selectize-input>input:focus {
	outline: none!important
}
.selectize-input::after {
	content: ' ';
	display: block;
	clear: left
}
.selectize-input.dropdown-active::before {
	content: ' ';
	display: block;
	position: absolute;
	background: #f0f0f0;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0
}
.selectize-dropdown {
	position: absolute;
	z-index: 10;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin: -1px 0 0 0;
	border-top: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px
}
.selectize-dropdown [data-selectable] {
	cursor: pointer;
	overflow: hidden
}
.selectize-dropdown [data-selectable] .highlight {
	background: rgba(125,168,208,.2);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}
.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
	padding: 5px 8px
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
	border-top: 0 none
}
.selectize-dropdown .optgroup-header {
	color: #303030;
	background: #fff;
	cursor: default
}
.selectize-dropdown .active {
	background-color: #f5fafd;
	color: #495c68
}
.selectize-dropdown .active.create {
	color: #495c68
}
.selectize-dropdown .create {
	color: rgba(48,48,48,.5)
}
.selectize-dropdown-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
	cursor: pointer
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
	cursor: text
}
.selectize-control.single .selectize-input:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: gray transparent transparent transparent
}
.selectize-control.single .selectize-input.dropdown-active:after {
	margin-top: -4px;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent gray transparent
}
.selectize-control.rtl.single .selectize-input:after {
	left: 15px;
	right: auto
}
.selectize-control.rtl .selectize-input>input {
	margin: 0 4px 0 -2px!important
}
.selectize-control .selectize-input.disabled {
	opacity: .5;
	background-color: #fafafa
}
.selectize-control.multi .selectize-input.has-items, .padding-left-right-5 {
	padding-left: 5px;
	padding-right: 5px
}
.selectize-control.multi .selectize-input.disabled [data-value] {
	color: #999;
	text-shadow: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.selectize-control.multi .selectize-input.disabled [data-value], .selectize-control.multi .selectize-input.disabled [data-value] .remove {
	border-color: #e6e6e6
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
	background: none
}
.selectize-control.multi .selectize-input [data-value] {
	text-shadow: 0 1px 0 rgba(0,51,83,.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #1b9dec;
	background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
	background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
	background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
	background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2), inset 0 1px rgba(255,255,255,.03);
	box-shadow: 0 1px 0 rgba(0,0,0,.2), inset 0 1px rgba(255,255,255,.03)
}
.selectize-control.multi .selectize-input [data-value].active {
	background-color: #0085d4;
	background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
	background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
	background-image: -o-linear-gradient(top, #008fd8, #0075cf);
	background-image: linear-gradient(to bottom, #008fd8, #0075cf);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0)
}
.selectize-control.single .selectize-input {
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.8);
	box-shadow: 0 1px 0 rgba(0,0,0,.05), inset 0 1px 0 rgba(255,255,255,.8);
	background-color: #f9f9f9;
	background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
	background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
	background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0)
}
.selectize-control.ng-valid.ng-dirty {
	border-right: 3px #60cd9b solid
}
.selectize-dropdown .optgroup-header {
	padding-top: 7px;
	font-weight: bold;
	font-size: .85em
}
.selectize-dropdown .optgroup {
	border-top: 1px solid #f0f0f0
}
.selectize-dropdown .optgroup:first-child {
	border-top: 0 none
}
.multiSelect .vertical {
	float: none
}
.multiSelect .horizontal:not(.multiSelectGroup) {
	float: left
}
.multiSelect .line {
	padding: 2px 0 4px 0;
	max-height: 30px;
	overflow: hidden;
	box-sizing: content-box
}
.multiSelect .acol {
	display: inline-block;
	min-width: 12px
}
.multiSelect .inlineBlock {
	display: inline-block
}
.multiSelect>button {
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	border: 1px solid #c6c6c6;
	padding: 1px 8px 1px 8px;
	color: #555;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	white-space: normal;
}
.multiSelect>button:hover, .multiSelect>button.form-control:hover {
    background: -webkit-linear-gradient(#f7f7f7 0%, #dfdfdf 100%);
    background: -o-linear-gradient(#f7f7f7 0%, #dfdfdf 100%);
    background: linear-gradient(#f7f7f7 0%, #dfdfdf 100%);
    border: 1px solid #ccc;
}
.multiSelect>button:disabled {
	background-image: -webkit-linear-gradient(#fff, #fff);
	background-image: -o-linear-gradient(#fff, #fff);
	background-image: linear-gradient(#fff, #fff);
	border: 1px solid #ddd;
	color: #999
}
.multiSelect .buttonClicked {
	box-shadow: 0 2px 5px rgba(0,0,0,.15) inset, 0 1px 2px rgba(0,0,0,.05)
}
.multiSelect .buttonLabel {
	display: inline-block;
	padding: 1px 0 1px 0
}
.multiSelect .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 1px 12px!important;
	vertical-align: middle;
	border-top: 4px solid #333;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 0 dotted
}
.multiSelect .checkboxLayer {
	background-color: #fff;
	position: absolute;
	z-index: 999;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	min-width: 278px;
	display: none!important
}
.multiSelect .helperContainer {
	border-bottom: 1px solid #ddd;
	padding: 8px 8px 0 8px
}
.multiSelect .helperButton {
	display: inline;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ccc;
	height: 26px;
	font-size: 13px;
	border-radius: 2px;
	color: #666;
	background-color: #f1f1f1;
	line-height: 1.6;
	margin: 0 0 8px 0
}
.multiSelect .helperButton.reset {
	float: right
}
.multiSelect .helperButton:not(.reset) {
	margin-right: 4px
}
.multiSelect .clearButton {
	position: absolute;
	display: inline;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ccc;
	height: 22px;
	width: 22px;
	font-size: 13px;
	border-radius: 2px;
	color: #666;
	background-color: #f1f1f1;
	line-height: 1.4;
	right: 2px;
	top: 4px
}
.multiSelect .inputFilter {
	border-radius: 2px;
	border: 1px solid #ccc;
	height: 26px;
	font-size: 14px;
	width: 100%;
	padding-left: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #888;
	margin: 0 0 8px 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.multiSelect .clearButton:hover, .multiSelect .helperButton:hover {
	border: 1px solid #ccc;
	color: #999;
	background-color: #f4f4f4
}
.multiSelect .helperButton:disabled {
	color: #ccc;
	border: 1px solid #ddd
}
.multiSelect .clearButton:focus, .multiSelect .helperButton:focus, .multiSelect .inputFilter:focus {
	border: 1px solid #66afe9!important;
	outline: 0;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102,175,233,.6)!important;
	box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102,175,233,.6)!important
}
.multiSelect .checkBoxContainer {
	display: block;
	padding: 8px;
    overflow: hidden;
}
.multiSelect .show {
	display: block!important
}
.multiSelect .multiSelectItem {
	display: block;
	padding: 3px;
	color: #444;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	position: relative;
	min-width: 278px;
	min-height: 32px
}
.multiSelect .checkBoxContainer .multiSelectItem {
    white-space: normal;
}
.multiSelect .multiSelectItem:not(.multiSelectGroup).selected {
	background-image: linear-gradient(#e9e9e9, #f1f1f1);
	color: #555;
	cursor: pointer;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #d9d9d9
}
.multiSelect .multiSelectItem:not(.multiSelectGroup):hover span {
	color: #fff
}
.multiSelect .multiSelectItem .acol label {
	display: inline-block;
	padding-right: 30px;
	margin: 0;
	font-weight: normal;
	line-height: normal
}
.multiSelect .multiSelectItem:hover, .multiSelect .multiSelectGroup:hover {
	background-image: -webkit-linear-gradient(#c1c1c1, #999);
	background-image: -o-linear-gradient(#c1c1c1, #999);
	background-image: linear-gradient(#c1c1c1, #999);
	color: #fff!important;
	cursor: pointer;
	border: 1px solid #ccc!important
}
.multiSelect .multiSelectFocus {
	background-image: -webkit-linear-gradient(#c1c1c1, #999);
	background-image: -o-linear-gradient(#c1c1c1, #999);
	background-image: linear-gradient(#c1c1c1, #999);
	color: #fff!important;
	cursor: pointer;
	border: 1px solid #ccc!important
}
.multiSelect .multiSelectItem span:hover, .multiSelect .multiSelectGroup span:hover {
	cursor: pointer
}
.multiSelect .multiSelectGroup {
	display: block;
	clear: both
}
.multiSelect .tickMark {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 7px;

	font-size: 10px
}
.multiSelect .checkbox {
	color: #ddd!important;
	position: absolute;
	left: -9999px;
	cursor: pointer
}
.multiSelect .disabled, .multiSelect .disabled:hover, .multiSelect .disabled label input:hover~span {
	color: #c4c4c4!important;
	cursor: not-allowed!important
}
.multiSelect img {
	vertical-align: middle;
	margin-bottom: 0;
	max-height: 22px;
	max-width: 22px
}
.jcrop-holder {
	direction: ltr;
	text-align: left;
background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
.jcrop-vline, .jcrop-hline {
	background: #fff url(/GZContent/Jcrop/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
}
.jcrop-tracker {
	height: 100%;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none
}
.jcrop-handle {
	background-color: #333;
	border: 1px #eee 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
}
.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
}
.jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline {
	background: #fff;
	filter: alpha(opacity=70)!important;
	opacity: .7!important
}
.jcrop-light .jcrop-handle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #000;
	border-color: #fff;
	border-radius: 3px
}
.jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline {
	background: #000;
	filter: alpha(opacity=70)!important;
	opacity: .7!important
}
.jcrop-dark .jcrop-handle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fff;
	border-color: #000;
	border-radius: 3px
}
.solid-line .jcrop-vline, .solid-line .jcrop-hline {
	background: #fff
}
.jcrop-holder img, img.jcrop-preview {
	max-width: none
}
.jcrop-keymgr {
	filter: alpha(opacity=0)!important;
	opacity: 0!important
}
.loadable-property {
    min-height: 50px;
}
.loadable-property.property-loading {
    position: relative;
    opacity: 0.50;
    pointer-events: none;
}
.loadable-property.property-loading:before {
    content: '\f110';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 45%;
    top: 0;
    font-size: 50px;
}

.loading {
    width: 300px;
    background-color: #a9a9a9;
    margin: auto;
    color: #fff;
    font-size: large;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}
.role-claims td {
	padding: 5px
}
.Contacts-Type-1 {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #6495ed
}
.Contacts-Type-1:before {
	content: ""
}
.Contacts-Type-2 {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #6495ed
}
.Contacts-Type-2:before {
	content: ""
}
.menuField {
	font-size: 9pt
}

.action-list{
    padding-left:65px;
}

.action-list li {
	font-size: 8pt
}
.mni-list p {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold
}
.widget-dashboard {
	margin-top: 0;
	min-height: 1000px
}
.widget-dashboard .gridster-item .widget-header {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #767676;
    font-size: 18px;
    font-weight: normal;
}
.widget-dashboard .gridster-item .widget-header .widget-menu {
	position: absolute;
	right: 11px;
	top: 2px
}
.widget-dashboard .gridster-item .widget-header .widget-menu .dropdown-menu {
	left: -120px;
	border: 1px solid #f06623;
	margin-top: -1px
}
.widget-dashboard .gridster-item .widget-header .widget-menu .dropdown-menu a {
	text-transform: capitalize
}
.widget-dashboard .gridster-item .widget-header .widget-menu .btn {
	background-color: #fff;
	border: none;
	margin: -4px -11px 0 0;
	padding-bottom: 2px;
	position: relative;
	z-index: 1099
}
.widget-dashboard .gridster-item .widget-header .widget-menu.open .btn {
	outline: none;
	box-shadow: none;
	border: 1px solid #f06623;
	border-bottom: 0;
	border-radius: 0;
	background-color: #fff
}
.widget-dashboard .gridster-item .widget-header .drag-handle {
	background: url(/GZContent/angular-gridster/handle.png) no-repeat;
	position: absolute;
	right: 0;
	top: 5px;
	height: 10px;
	width: 50px;
	cursor: move
}
.widget-dashboard .gridster-item .widget-header .hide-drag-handle {
	position: absolute;
	left: 60px;
	top: -3px;
	height: 10px;
	width: 10px
}
.widget-dashboard .page-header {
	padding-bottom: 0;
    margin: 0px 10px 20px;
    border-bottom: 1px solid #eeeeee;
}
.widget-dashboard .add-widget-menu .btn {
	background-color: #fff
}
.widget-dashboard .add-widget-menu .dropdown-menu a.disabled {
	color: #888;
	background-color: #fff
}
.widget-dashboard .add-widget-menu .dropdown-menu a.disabled:hover {
	background-color: #fff
}
.widget-dashboard .add-widget-menu>ul {
	z-index: 3000
}
.widget-dashboard .add-widget-menu .dropdown-menu a.disabled {
	color: #888;
	background-color: #fff
}
.widget-dashboard .add-widget-menu .dropdown-menu a.disabled:hover {
	background-color: #fff
}
.widget-dashboard .add-widget-menu .btn {
	background-color: #f06623;
        color: #fff;
}
.widget-dashboard .widget-no-data-message {
    font-weight: bold;
    padding: 135px;
    vertical-align: middle;
    text-align: center;
    background-color: #f8f8f8;
    white-space: nowrap;
    display: inline-block;
    line-height: 30px
}
.newsletter-template {
	width: 80%;
	margin: 0 auto;
	border: 1px solid #ddd
}

#mmp-content {
	color: #444;
	direction: ltr;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 130%;
	position: relative;
	text-align: left;
	text-indent: 0;
	text-justify: auto;
	text-outline: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal
}
#mmp-content a, #mmp-content abbr, #mmp-content acronym, #mmp-content address, #mmp-content b, #mmp-content bdo, #mmp-content big, #mmp-content blockquote, #mmp-content button, #mmp-content caption, #mmp-content cite, #mmp-content code, #mmp-content col, #mmp-content colgroup, #mmp-content dd, #mmp-content del, #mmp-content dfn, #mmp-content div, #mmp-content dl, #mmp-content dt, #mmp-content em, #mmp-content fieldset, #mmp-content form, #mmp-content h1, #mmp-content span.mn-section-head-text, #mmp-content h3, #mmp-content h4, #mmp-content h5, #mmp-content h6, #mmp-content head, #mmp-content hr, #mmp-content i, #mmp-content img, #mmp-content input, #mmp-content ins, #mmp-content kbd, #mmp-content label, #mmp-content legend, #mmp-content li, #mmp-content ol, #mmp-content optgroup, #mmp-content option, #mmp-content p, #mmp-content pre, #mmp-content q, #mmp-content samp, #mmp-content small, #mmp-content span, #mmp-content strong, #mmp-content sub, #mmp-content sup, #mmp-content table, #mmp-content tbody, #mmp-content td, #mmp-content textarea, #mmp-content tfoot, #mmp-content th, #mmp-content thead, #mmp-content title, #mmp-content tr, #mmp-content tt, #mmp-content ul, #mmp-content var {
	appearance: normal;
	bottom: auto;
	box-sizing: content-box;
	clear: none;
	color: inherit;
	content: normal;
	direction: inherit;
	display: block;
	empty-cells: show;
	float: none;
	font: inherit;
	left: auto;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: initial;
	min-width: initial;
	opacity: 1;
	outline: invert none medium;
	outline-offset: 0;
	overflow: visible;
	padding: 0;
	position: static;
	resize: none;
	right: auto;
	rotation: 0;
	table-layout: auto;
	text-align: inherit;
	text-decoration: none;
	text-indent: inherit;
	text-justify: inherit;
	text-outline: inherit;
	text-overflow: clip;
	text-transform: inherit;
	top: auto;
	vertical-align: baseline;
	visibility: inherit;
	white-space: inherit;
	word-break: inherit;
	word-spacing: inherit;
	word-wrap: inherit;
	z-index: auto;
	background: none;
	border: none;
	border-collapse: separate;
	border-image: none 100% 1 0 stretch;
	border-radius: 0;
	height: auto;
	width: auto;
	box-shadow: none
}
#mmp-content br {
	appearance: normal;
	bottom: auto;
	box-sizing: content-box;
	clear: none;
	color: inherit;
	content: normal;
	direction: inherit;
	display: block;
	empty-cells: show;
	float: none;
	font: inherit;
	left: auto;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: initial;
	min-width: initial;
	opacity: 1;
	outline: invert none medium;
	outline-offset: 0;
	overflow: visible;
	padding: 0;
	position: static;
	resize: none;
	right: auto;
	rotation: 0;
	table-layout: auto;
	text-align: inherit;
	text-decoration: none;
	text-indent: inherit;
	text-justify: inherit;
	text-outline: inherit;
	text-overflow: clip;
	text-transform: inherit;
	top: auto;
	vertical-align: baseline;
	visibility: inherit;
	white-space: inherit;
	word-break: inherit;
	word-spacing: inherit;
	word-wrap: inherit;
	z-index: auto;
	background: none;
	border: none;
	border-collapse: separate;
	border-image: none 100% 1 0 stretch;
	border-radius: 0;
	height: auto;
	width: auto
}
#mmp-content .mn-module-content {
	float: left;
	width: 100%;
	margin-bottom: 30px
}
#mmp-content object {
	appearance: normal;
	bottom: auto;
	box-sizing: content-box;
	clear: none;
	color: inherit;
	content: normal;
	direction: inherit;
	display: block;
	empty-cells: show;
	float: none;
	font: inherit;
	left: auto;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: initial;
	min-width: initial;
	opacity: 1;
	outline: invert none medium;
	outline-offset: 0;
	overflow: visible;
	padding: 0;
	position: static;
	resize: none;
	right: auto;
	rotation: 0;
	table-layout: auto;
	text-align: inherit;
	text-decoration: none;
	text-indent: inherit;
	text-justify: inherit;
	text-outline: inherit;
	text-overflow: clip;
	text-transform: inherit;
	top: auto;
	vertical-align: baseline;
	visibility: inherit;
	white-space: inherit;
	word-break: inherit;
	word-spacing: inherit;
	word-wrap: inherit;
	z-index: auto;
	background: none;
	border: none;
	border-collapse: separate;
	border-image: none 100% 1 0 stretch;
	border-radius: 0;
	box-shadow: none
}
#mmp-content select {
	appearance: normal;
	bottom: auto;
	box-sizing: content-box;
	clear: none;
	color: inherit;
	content: normal;
	direction: inherit;
	display: block;
	empty-cells: show;
	float: none;
	font: inherit;
	left: auto;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: initial;
	min-width: initial;
	opacity: 1;
	outline: invert none medium;
	outline-offset: 0;
	overflow: visible;
	padding: 0;
	position: static;
	resize: none;
	right: auto;
	rotation: 0;
	table-layout: auto;
	text-align: inherit;
	text-decoration: none;
	text-indent: inherit;
	text-justify: inherit;
	text-outline: inherit;
	text-overflow: clip;
	text-transform: inherit;
	top: auto;
	vertical-align: baseline;
	visibility: inherit;
	white-space: inherit;
	word-break: inherit;
	word-spacing: inherit;
	word-wrap: inherit;
	z-index: auto
}
#mmp-content a, #mmp-content abbr, #mmp-content acronym, #mmp-content b, #mmp-content bdo, #mmp-content big, #mmp-content br, #mmp-content button, #mmp-content cite, #mmp-content code, #mmp-content dd, #mmp-content del, #mmp-content dfn, #mmp-content em, #mmp-content i, #mmp-content img, #mmp-content input, #mmp-content ins, #mmp-content kbd, #mmp-content label, #mmp-content link, #mmp-content map, #mmp-content object, #mmp-content q, #mmp-content samp, #mmp-content select, #mmp-content small, #mmp-content span, #mmp-content strong, #mmp-content sub, #mmp-content sup, #mmp-content textarea, #mmp-content tt, #mmp-content var {
	display: inline
}
#mmp-content dl, #mmp-content ol, #mmp-content p, #mmp-content pre, #mmp-content ul {
	margin: 1em 0
}
#mmp-content blockquote {
	margin: 1em 40px
}
#mmp-content hr {
	margin: .5em 0
}
#mmp-content li {
	display: list-item
}
#mmp-content table {
	display: table
}
#mmp-content thead {
	display: table-header-group
}
#mmp-content tfoot {
	display: table-footer-group
}
#mmp-content tbody {
	display: table-row-group
}
#mmp-content tr {
	display: table-row
}
#mmp-content th, #mmp-content td {
	display: table-cell
}
#mmp-content input, #mmp-content textarea, #mmp-content select {
	border: solid 1px #ccc;
	padding: 3px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}
#mmp-content option {
	padding-left: 6px;
	padding-right: 6px
}
#mmp-content input[type=submit], #mmp-content input[type=reset], #mmp-content input[type=button], #mmp-content button {
	text-align: center;
	cursor: pointer
}
#mmp-content input[type=submit]:focus, #mmp-content input[type=reset]:focus, #mmp-content input[type=button]:focus, #mmp-content button:focus {
	outline: thin dotted;
	outline-offset: -2px
}
#mmp-content input[type=submit]::-moz-focus-inner, #mmp-content input[type=reset]::-moz-focus-inner, #mmp-content input[type=button]::-moz-focus-inner, #mmp-content button::-moz-focus-inner {
border:0;
padding:0
}
#mmp-content input[type=submit]:hover, #mmp-content input[type=reset]:hover, #mmp-content input[type=button]:hover, #mmp-content button:hover, #mmp-content input[type=submit]:focus, #mmp-content input[type=reset]:focus, #mmp-content input[type=button]:focus, #mmp-content button:focus {
	background-color: #e6e6e6;
	border-color: #adadad
}
#mmp-content input[type=submit]:active:hover, #mmp-content input[type=reset]:active:hover, #mmp-content input[type=button]:active:hover, #mmp-content button:active:hover, #mmp-content input[type=submit]:active:focus, #mmp-content input[type=reset]:active:focus, #mmp-content input[type=button]:active:focus, #mmp-content button:active:focus {
	background-color: #d4d4d4;
	border-color: #8c8c8c
}
#mmp-content input[disabled], #mmp-content button[disabled], #mmp-content select[disabled], #mmp-content textarea[disabled], #mmp-content input[disabled]:hover, #mmp-content button[disabled]:hover, #mmp-content select[disabled]:hover, #mmp-content textarea[disabled]:hover, #mmp-content input[disabled]:focus, #mmp-content button[disabled]:focus, #mmp-content select[disabled]:focus, #mmp-content textarea[disabled]:focus, #mmp-content input[disabled]:active:hover, #mmp-content button[disabled]:active:hover, #mmp-content select[disabled]:active:hover, #mmp-content textarea[disabled]:active:hover, #mmp-content input[disabled]:active:focus, #mmp-content button[disabled]:active:focus, #mmp-content select[disabled]:active:focus, #mmp-content textarea[disabled]:active:focus {
	background-color: #fff;
	border-color: #ccc;
	opacity: .65;
	cursor: not-allowed
}
#mmp-content textarea {
	white-space: pre-wrap
}
#mmp-content a {
	color: #224884
}
#mmp-content a:hover {
	color: #777
}
#mmp-content h1, #mmp-content h2, #mmp-content h3, #mmp-content h4, #mmp-content h5, #mmp-content h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444
}
#mmp-content h1 {
	font-size: 32px
}
#mmp-content h2 {
	font-size: 24px
}
#mmp-content h3 {
	font-size: 18.72px
}
#mmp-content h4 {
	font-size: 16px
}
#mmp-content h5 {
	font-size: 13.28px
}
#mmp-content h6 {
	font-size: 10.72px
}
#mmp-content ul, #mmp-content ol {
	padding-left: 40px
}
#mmp-content a {
	word-wrap: break-word
}
#mmp-content a:hover {
	text-decoration: underline
}
#mmp-content #calendar {
	float: left;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	width: 300px;
	border: solid 1px #ccc;
	margin-bottom: 10px
}
#mmp-content #calendar>div.header {
	float: left;
	width: 100%;
	background: #2875c7;
	height: 40px;
	color: #fff
}
#mmp-content #calendar>div.header>* {
	height: 40px;
	line-height: 40px!important;
	display: inline-block;
	vertical-align: middle
}
#mmp-content #calendar>div.header>i {
	float: left;
	width: 40px;
	font-size: 1.125em;
	font-weight: bold;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	cursor: pointer
}
#mmp-content #calendar>div.header>i.fa-angle-left {
	text-align: left
}
#mmp-content #calendar>div.header>i.fa-angle-right {
	text-align: right;
	margin-left: -40px
}
#mmp-content #calendar>div.header>span {
	float: left;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 50px;
	margin-left: -40px;
	text-align: center;
	padding-right: 40px;
	color: inherit
}
#mmp-content #calendar>div.month {
	float: left;
	width: 100%;
	border-top: solid 1px #ccc;
	color: #2875c7;
	font-weight: bold;
	text-align: center
}
#mmp-content #calendar>div.week {
	float: left;
	width: 100%;
	border-top: solid 1px #ccc
}
#mmp-content #calendar>div.week:first-child {
	border-top: none
}
#mmp-content #calendar>div.week>span.day {
	float: left;
	width: 14.285714286%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: solid 1px #ccc;
	font-size: .75em;
	text-align: center;
	height: 30px;
	line-height: 30px!important;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	cursor: pointer;
	color: #000
}
#mmp-content #calendar>div.week>span.day:first-child {
	border-left: none
}
#mmp-content #calendar>div.week>span.day.today {
	background: #e3f2ff
}
#mmp-content #calendar>div.week>span.day.different-month {
	color: silver
}
#mmp-content #calendar>div.week>span.day.selected {
	background: #2875c7;
	color: #fff
}
#mmp-content #calendar>div.week.names>span {
	color: #2875c7;
	font-weight: bold
}
.field-validation-error {
	color: red
}
.validation-summary-errors {
	color: red
}
.modal-content .dynamic-list-multi-row td.dynamic-list-content {
    padding: 5px 0 10px 0;
}
.modal-content td.dynamic-list-content > .row {
    margin-left: -5px;
    margin-right: -5px;
}
.modal-content .dynamic-list-multi-row td.dynamic-list-content > .row {
    border-radius: 5px;
    border: 1px solid #e4e0f5;
}
.modal-content .dynamic-list-multi-row td.dynamic-list-content > .row:before {
    margin-top: 5px;
}

.profile .form-group {
    display: inline-block;
}
.form-group.profile {
    display: inline-block;
    vertical-align: top;
}
.profile {
	width: 75px;
    display: inline-block;
    vertical-align: top;
	padding: 0;
}
.contactName-wrapper {
    display: inline-block;
    margin-left: 10px;
	white-space: nowrap;
}
p.contactName-tags {
    margin: 0;
	top: -8px;
    position: relative;
    display: inline-block;
}
.contactName-tags span {
    display: inline-block;
}
.contactName-wrapper .input-group {
    position: relative;
    top: 3px;
    margin-left: 5px;
	display: inline-block;
}
.pagination-area {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    width: auto;
	height: 10px;
    vertical-align: middle;
    float: left;
    position: relative;
    margin-right: 5px;
}
.navleftbutton, .navrightbutton {
    width: auto;
    margin: 0;
    padding: 0;
}
.navleftbutton .btn, .navrightbutton .btn {
    color:#aaa9a9;
}
.navlabel {
    width: auto;
    top: 4px;
    padding: 0 5px;
}
.membership-card-text, .reports-card-text, .sales-card-text {
	padding-left:20px;
}
.white-text, .white-text label {
	color:#fff;
}
.contactName-wrapper tags-input .tags .input {float:none;}
.ng-table>tbody>tr.highlight:nth-child(odd)>td, .ng-table>tbody>tr.highlight:nth-child(odd)>th {
background-color: #f06623;
color: #fff;
}
.left-col > .row > .col-sm-12 {
    margin-bottom: 10px;
}
.mni-table-widget a.color-primary {position:relative;top:5px;font-size:14px;}
.mni-table-widget a.fa.color-primary,
.mni-table-widget a.far.color-primary,
.mni-table-widget a.fas.color-primary {
    top: 3px;
}
a.color-primary:hover, a.color-primary:focus {
    color: #f06623;
    opacity: .7;
    text-decoration: none;
}
label[for="FilterItems"] {
	margin-right: 5px;
    margin-top: 13px;/*added for report are display*/
}
.card-view {
    z-index: 1;
    position: relative;
}
.mni-card.container {
position: relative;
box-shadow:none;
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%);
}
.mni-card.container:before, .mni-card.container:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 2px;
    left: 10px;
    max-width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 2px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-2deg);
    width: 150px;
    height: 55px;
}
.mni-card.container:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(2deg);
  right: 10px;
  left: auto;
}
.editable-click, a.editable-click {
    color: #5b3284;
    border-bottom: dashed 1px #5b3284;
}
.editable-click:hover, a.editable-click:hover {
    color: #8466a3;
    border-bottom-color: #8466a3;
}

.quick-text {
	display:none;
}
@media (max-width: 600px){
	#toolbar-quick-actions a {
		width: 50px!important;
	}
	.top-header #toolbar-quick-actions .dropdown-menu.panel {
		left: 0;
		width: 210px;
	}
	#toolbar-quick-actions .dropdown-menu.with-arrow:after {
		content: none;
	}
	#toolbar-quick-actions .dropdown-menu.with-arrow.pull-right:before {
		left: 15px;
		right: auto;
		border-bottom: 8px solid #fff;
	}
}
@media (min-width: 500px){
	.quick-text {display:inline-block;}
}
@media (max-width: 767px) {
	.top-header .top-nav .nav-right > li:last-child {
	float: right;
	border-left: 1px solid;
	}
	.top-header .top-nav .nav-right {
		width: 100%;
		background-color: #330066;
	}
}
.modal-arrow {
-webkit-transform: scale(.8);
    -moz-transform: scale(.8);
     -ms-transform: scale(.8);
      -o-transform: scale(.8);
         transform: scale(.8);
	background-color: transparent;
    border: 0;
    padding: 4px 5px 2px;
    color: #735a8c;
}

.modal-arrow-box {
    
    text-align:right;
    background-color: #3d1367;
    border: 1px solid #4d2179;
    position: relative;
    display: inline-block;
    top: 1px;
	cursor: default;
}
.modal-arrow-box .modal-arrow-count {
    color:white;
}
.getting-started p { font-size: 13px;}
.getting-started li {font-size:13px;}
.getting-started ul ul {margin-left:35px;}
.getting-started .card-block ul {padding:0;}

.getting-started .item-seperator {
    vertical-align: middle;
    display: block;
	background-color: #faf9fe;
    border: 1px solid #e8e6f2;
    border-radius: 8px;
    margin-top: 10px;
    padding: 10px 15px 15px;
}
.getting-started .mni-list-heading {
	color: #330066;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 0;
	display: inline-block;
}
.getting-started .heading-text {
	font-size: 13px;
	color: #767676;
}
.getting-started .item-seperator button.checkbox {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.getting-started .item-seperator label {
	font-weight: 500;
	color: #767676;
	display: inline-block;
	max-width: 85%;
	font-size: 13px;
}
.getting-started .card-block {
	margin-top: 15px;
	margin-left: 30px;
}
.getting-started .card-block li {
	font-size: 13px;
}
.getting-started .card-block li.size {
	font-size: 15px;
}
.getting-started .btn-primary {
	margin-left: 15px;
}
/*.highcharts-color-0 {fill: #ad99c1;}*/
.highcharts-data-label-connector.highcharts-color-0 {fill:none;}
.highcharts-plot-border, .highcharts-plot-background {fill:none;}
.highcharts-legend-item.highcharts-color-0 rect, .highcharts-legend-item.highcharts-color-0 path {fill:#ad99c1}
.highcharts-tick {stroke: #e7e5e5;}
.highcharts-root {font-family:'Roboto'!important; font-size: 14px !important;}
.highcharts-root text {color: #767676!important;fill: #767676!important;}

.sticky-tasks {
  position: absolute;
  display: block;
  right: 0;
  top: 175px;
  text-align: right;
  z-index: 992;
  }
.sticky-tasks .btn-group>.btn:hover, .sticky-tasks .btn-group>.btn:focus, .sticky-tasks .btn-group>.btn:active, .sticky-tasks .btn-group>.btn.active, .sticky-tasks .btn-group-vertical>.btn:hover, .sticky-tasks .btn-group-vertical>.btn:focus, .sticky-tasks .btn-group-vertical>.btn:active, .sticky-tasks .btn-group-vertical>.btn.active {
	z-index:1001;
	opacity: 1;
}
.sticky-tasks-btn .btn, #content .sticky-tasks .btn-info {
  width:68px;
  background-color:#330066;
  border: 1px solid #5b3284;
  white-space:normal;
  font-size: 15px;
  line-height:12px;
  padding: 10px 5px 6px;
  overflow-wrap: normal;
  font-weight: normal;
  transform: scale(.9);
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
  z-index:1001;
  }
.sticky-tasks-btn .btn::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 30px solid #1e003d;
  position:absolute;
  top:-10.5px;
  right:0;
}
.sticky-tasks-btn .btn::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 30px solid #1e003d;
  position:absolute;
  bottom:-10px;
  right:0;
}
.sticky-tasks-btn .dropdown-menu {
    left: -180px;
    top: -6px;
    padding: 15px 30px 15px 0;
	background-color: #fff1ea;
    width: 210px;
    font-size: 12px;
    -webkit-animation: fade-up-enter .3s;
    -moz-animation: fade-up-enter .3s;
    -o-animation:  fade-up-enter .3s;
    animation: fade-up-enter .3s;
    z-index: 1000;
}
/*.sticky-tasks-btn:hover .dropdown-menu {
    display: block;
}*/
.sticky-tasks-btn .list-group-item {
    padding: 5px 0;
    border: 0;
}

.sticky-tasks-btn .dropdown-menu>li>a {
    color: #f06623;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sticky-tasks-btn .dropdown-menu>li>a:hover {
	background-color: transparent;
    color: #222;
}
.sticky-tasks-btn .btn .fa {
  font-size:15px;
  padding:10px;
  margin-bottom: 10px;
  background-color: #f06623;
  width: 35px;
  height: 35px;
  border-radius:50px;
  }
.sticky-tasks-btn .open .caret {
}
.sticky-padding {
  padding-right: 30px;
}
.sticky-padding div[ui-view] {
  padding-right: 45px;
}
@media (min-width:992px) {
.tbl-fld-row .btn:not(.visible-actions) {
  visibility:hidden;
}
.tbl-fld-row:hover .btn {
 visibility:visible;
}
.sticky-padding {
  padding-right: 15px;
}
.sticky-tasks {
	right:0px;
}
}
@media (max-width:991px) {
    /*.sticky-padding {
        padding-right: 10px;
    }*/

    .sticky-tasks {
        right: 0px;
    }
}
@media (min-width:768px) and (max-width:1199px) {
.table-condensed > tbody > tr > td span a {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.table.content-table.ng-table > thead > tr > th,
.table.content-table.ng-table > thead > tr > td,
.table.content-table.ng-table > tbody > tr > th,
.table.content-table.ng-table > tbody > tr > td,
.table.content-table.ng-table > tfoot > tr > th,
.table.content-table.ng-table > tfoot > tr > td {
max-width: 100px;
}
}
@media (min-width: 1200px) {
.table.content-table.ng-table > thead > tr > th,
.table.content-table.ng-table > thead > tr > td,
.table.content-table.ng-table > tbody > tr > th,
.table.content-table.ng-table > tbody > tr > td,
.table.content-table.ng-table > tfoot > tr > th,
.table.content-table.ng-table > tfoot > tr > td {
max-width: 190px;
}
.sticky-tasks {
	right:0px;
}
.sticky-padding {
  padding-right: 15px;
}

/* Ribbon styling */
.ribbon {
  font-size: 12px !important;
  /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
  position: relative;
  background: #330066;
  color: #fff;
  text-align: center;
  padding: .5em 1em;
  /* Adjust to suit */
  margin: 0 0 2.5em;
  /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
.ribbon .ribbon-content:before,.ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #00345c transparent transparent;
  bottom: -7px;
}
.ribbon .ribbon-content:before {
  left: 0;
  border-width: 7px 0 0 10px;
}
.ribbon .ribbon-content:after {
  right: 0;
  border-width: 7px 10px 0 0;
}
.content {
  margin: -30px 10px 0;
  background-color: #fff1ea;
}
.content .list-group {
  margin-bottom: 0;
}
.content .list-group-item {
    border: 1px solid #ffffff;
}
.ribbon-bottom .ribbon-content:before,.ribbon-bottom .ribbon-content:after {
  top: -7px;
  bottom: inherit;
}
.ribbon-bottom .ribbon-content:before {
  border-width: 0 0 7px 10px;
  border-color: transparent transparent #00345c;
}
.ribbon-bottom .ribbon-content:after {
  border-width: 0 10px 7px 0;
  border-color: transparent transparent #00345c;
}
}

span.feature-level {
     font-size: 9px; font-weight: 600; color: #fff; background-color: #c35726; border-radius: 10px; width: 30px; padding: 2px 0px; text-align: center; position: absolute; top: 12px; left: 155px;opacity: .5;
}

span.form-control {
    min-height: 30px;
}

#nav > li:hover span.feature-level {
	opacity: 1;
}
.fixed-responsive {
	width: 100%;
    display: block;
}
.fr-wrapper {
    min-height: 150px !important;
}
iframe.fr-iframe {
    min-height: 150px;
    height: 100%;
    resize: vertical;
}

@-moz-document url-prefix() {
    .fr-placeholder {
        font-size: 16px !important;
        line-height: 20px !important;
        padding-right: 5px !important;
        margin-right: 8px !important;
    }
}

.voided-date .control-label {
    color:red;
}
.voided-date .form-control {
    color:red;
    border-color: red;
}
#BillingHistory .voided td {
    opacity:0.75;
}
#BillingHistory .voided td.actions {
    opacity: initial;
}
#BillingHistory .voided a.edit-dialog {
    text-decoration: line-through;
}
#nav-wrapper .slim-scroll-scrollbar {
	-webkit-transition: 2s opacity ease;
	-moz-transition: 2s opacity ease;
	-o-transition: 2s opacity ease;
	-ms-transition: 2s opacity ease;
    transition: 2s opacity ease;
    opacity: 0;
}
#nav-wrapper:hover .slim-scroll-scrollbar {
    opacity: 1;
}

td.onofffield {
    width: 30px;
}
.edition {
    text-align: left;
    color: #f06623;
    display: inline-block;
    font-size: 13px;
    position: relative;
    font-style: italic;
    top: 7px;
}
img[src="/GZContent/Images/MZ/Main-logo.png"] {top:2px;position:relative;}

td[datatype]{
    min-width: 100px !important;
}

td[datatype="1"], td[datatype="2"], td[datatype="4"], td[datatype="8"] {
    min-width: 150px !important;
}

td[datatype] div {
    padding: 0;
}
td.actions .btn-default, .btn-multiple-actions {
    background-color: #f0f0f0;
    color: #767676;
    border-color: #ddd;
}
td.actions .btn-default:hover, .btn-multiple-actions:hover {
	color: #f06623;
}
td.actions .btn-default[disabled], .btn-multiple-actions[disabled] {
    background-color: #f0f0f0;
}
.min-height-25 {
    min-height: 25px;
}
.height-25 {
    height: 25px;
}
#action-RunGlobalIndexingNow .glyphicon.glyphicon-reset {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.evt-setup-bold {
    font-weight: bold;
    font-size: 12px;
}

.table-condensed tbody .table-condensed tbody tr:first-child {
    border-top-style: hidden;
}

.table-condensed tbody .table-condensed {
    margin-bottom: 0px;
}
.height-30 {
    height: 30px;
}
.height-40 {
    height: 40px;
}
.height-45 {
    height: 45px;
}
.tooltip-container-body div:last-child {max-height:150px;overflow-y:auto;}/*restrict height of description on calendar*/
.instruction td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.instruction th {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
/*    */
.only-external-site-types option[value="number:0"],
.membership-owned-by option[value="number:4"] {
    display: none
}

.flex-display {
    display: flex;
}
.form-group.flex-display button {
    margin-left: 3px;
}
.form-group.flex-display input {
    min-width: 0;
}

.merge-fields .multiSelect .checkBoxContainer {
    max-height: 400px !important;
    overflow-y: scroll !important;
}

div.ScreenData-ScreenInfo .dynamic-list .dynamic-list-content .control-label {
    margin-left: -5px !important;
}

div.ScreenData-ScreenInfo .dynamic-list .dynamic-list-content .form-group {
    margin-left: 5px !important;
}

div.ScreenData-Fields > fieldset > table > tbody tr > td:nth-child(1) > div > div:nth-child(1) {
    padding-left: 10px;
}

div.ScreenData-Fields > fieldset > table:first-child {
    margin-left: 3px !important;
}

.fr-counter {
    display: none;
}
.banner-ad-img-editor .form-control-image {
    text-align: center;
}

.banner-ad-img-editor .form-control-image img{
    min-height: 50px;
    min-width: 100px;
}
.tenant-logo-img .form-control-image img {
    min-height: 50px;
    min-width: 50px;
}
.Advertisements .dynamic-list-content > .row {
    margin:5px;
}
.Advertisements .dynamic-list-body.invalid-ratio {
    border: 1px solid red;
}
select[name="PreviousStepId"] option[value=""],
.Advertisements select[name="AdAreaId"] option[value=""] {
    display: none;
}

.table > tbody > tr.active > td {
    background-color: darkgrey;
}

.filterGroupOn {
    font-weight: bold;
    background-color: lightblue;
}


table[issortable=True] thead tr th:first-child, table[issortable=True] [data-ui-tree-node] td:first-child {
    width: 3% !important;
}
table[data-ui-tree] thead tr th, [data-ui-tree-node] td {
    width: 20%;
    /*float: left;*/
    word-wrap: break-word;
}
.event-scroller h4 {
    font-family: verdana;
    font-weight: bold;
    font-size: 20px;
}
.event-scroller p {
    margin-bottom:18px;
}
.event-scroller {
    background-color: #330068;
    border-top: 10px solid #f16720;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    margin: 40px 0;
    padding: 10px 10px 20px 10px;
}
.event-scroller .mn-scroll-date {
    width:45px;
    height:45px;
    background-color:#f16720;
    border-radius:50px;
    padding:9px;
    margin-left:8px;
}
.event-scroller .mn-scroll-date span {
    display: block;
    line-height: .9;
}
.event-scroller .mn-scroll-date span:first-child {
    font-size:12px;
}
.event-scroller .mn-scroll-date span:last-child {
    font-size: 21px;
    white-space: nowrap;
}
.event-scroller .mn-scroll-item {
    background-color:rgba(255, 255, 255, 0.14);
    padding:8px;
}
.event-scroller .mn-scroll-item:hover {
    background-color:rgba(255, 255, 255, 0.24);
}
.event-scroller .mn-scroll-item a {
    color:#fff;
    font-size:14px;
    height:43px;
    overflow:hidden;
    line-height:1.2;
    padding-left: 55px;
    padding-top:7px;
    text-align:left;
}
.event-scroller .mn-scroll-item:after {
    content:"...";
    font-size:22px;line-height:.3;
     background-color:rgb(81, 39, 126);
    height:20px;
    width:29px;
    top:34px;
    right:12px;
    color:#fff;
    position:absolute;
}
.event-scroller .mn-scroll-item:hover:after {
    background-color: #643f8d;
}
.event-scroller-ribbon {
     position: absolute;
     width: 150px;
     right: -3px;
     bottom: -25px;
     background: #f16720;
     text-align: center;
     padding: 8px 15px;
     margin:10px;
     line-height: 16px;
}
.event-scroller-ribbon:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    border: 16px solid #f2681e;
    z-index: 1;
    left: -15px;
    border-right-width: 5px;
    border-left-color: transparent;
}
.event-scroller-ribbon a {
     color: #fff;
}
.event-scroller-ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #b34509;
}
@media (min-width: 768px) {
    .event-scroller {
	margin:0;
	}
    .report-criteria  .col-sm-3:nth-child(4n) .multiSelect .checkboxLayer {
    right:0;
    }
    .report-criteria .col-sm-3:nth-child(4n) .multiSelect .datepicker-dropdown {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
.event-scroller {
	margin:0 0 0 40px;
	}
}
.custom-tooltip-icon {
    width: 16px;
    margin-left: 1px;
    height: 15px;
    vertical-align: top;
    color: black;
}

.flex-display-tooltip {
    display: flex;
}

.flex-display-tooltip label {
    display: inline;
}

.selectize-input.ng-invalid {
    border-right: 5px red solid;
}

/*indent-level*/
.indent-level-1 {
    text-indent: 1em;
}
.indent-level-2 {
    text-indent: 2em;
}
.indent-level-3 {
    text-indent: 3em;
}
.indent-level-4 {
    text-indent: 4em;
}
.indent-level-5 {
    text-indent: 5em;
}
.indent-level-6 {
    text-indent: 6em;
}
.indent-level-7 {
    text-indent: 7em;
}
.indent-level-8 {
    text-indent: 8em;
}
.indent-level-9 {
    text-indent: 9em;
}
.indent-level-10 {
    text-indent: 10em;
}
.indent-row .actions {
    text-indent: 0;
}
#workflow-steps-editor {
    text-align: center;
}
#workflow-steps-editor .workflow-lane {
    display: inline-block;
    background: #f4f3f3;
    border: 1px solid #f4f3f3;
    border-radius: 5px;
    padding: 5px;
    list-style: none;
    position: relative;
    margin: 5px;
    vertical-align: top;
}
#workflow-steps-editor .workflow-lanes {
    list-style: none;
    position: relative;
    padding:0px;
}
#workflow-steps-editor .workflow-steps {
    display: block;
    padding: 20px 0 20px 0;
    margin: 0px;
    list-style: none;
    position: relative;
    min-width: 175px;
    min-height: 80px;
}
#workflow-steps-editor .workflow-step .step-disabled {
    opacity: 0.5;
}
#workflow-steps-editor .workflow-step:first-child {
    margin-top: 5px;
}
#workflow-steps-editor .workflow-step:first-child:before {
    display: none;
}
#workflow-steps-editor .branch-steps .workflow-step:first-child {
    margin-top: 23px;
}
#workflow-steps-editor .branch-steps .workflow-step:first-child:before,
#workflow-steps-editor .workflow-step:before {
    display:block;
    content: '\f063';
    position: absolute;
    top: -23px;
    right: 140px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    font-weight:900;
}
#workflow-steps-editor .branch-steps .branch-steps .branch-steps .branch-steps,
#workflow-steps-editor .workflow-step:after {
    display: none;
}
#workflow-steps-editor .workflow-step {
    position: relative;
    cursor: move;
    display: block;
    margin: 5px;
    margin-top: 23px;
}
#workflow-steps-editor ul.branch-steps {
    list-style: none;
    padding-top: 1px;
    padding-left: 10px;
    padding-bottom: 15px;
    position: relative;
    margin-left: 27px;
    border-left: 3px dashed rgb(115,115,115);
}
#workflow-steps-editor ul.branch-steps:before {
    content: '\f063';
    position: absolute;
    bottom: -26px;
    left: -10px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    font-weight: 900;
}
#workflow-steps-editor ul.branch-steps.empty {
    min-height: 85px;
}
#workflow-steps-editor ul.branch-steps.empty:after {
    display:block;
    content:'';
    border: 1px dashed black;
    border-radius: 3px;
    height: 78px;
    width: 260px;
    position: absolute;
    top: 7px;
}
#workflow-steps-editor .workflow-step-inner:hover {
    border: rgb(115,115,115) 1px solid;
}
#workflow-steps-editor .workflow-step-inner {
    display: block;
    min-height: 78px;
    min-width: 300px;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: #ddd 1px solid;
    padding: 7px 7px 5px;
    vertical-align: top;
    border-radius: 5px;
    box-shadow: none;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%);
    text-align: left;
}
#workflow-steps-editor .workflow-step-inner .pending-badge {
    display:none;
    position:absolute;
    padding:3px 5px;
    height: 20px;
    padding: 0 10px;
    border-radius: 15px;
    background-color: #ec2059;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    top: -6px;
    right: -4px;
    z-index: 1;
    opacity:0.75;
}
#workflow-steps-editor .workflow-step-inner .pending-badge.has-pending {
    display:inline;
}
#workflow-steps-editor .workflow-step-inner .pending-badge:hover {
    cursor: pointer;
    opacity: 1;
}
#workflow-steps-editor .workflow-step-inner.logic-step > .logic-guide {
    display:block;
    position:absolute;
    bottom: 5px;
    font-weight: bold;
}
#workflow-steps-editor .workflow-step-inner.logic-step > .logic-yes,
#workflow-steps-editor .workflow-step-inner.logic-step.inverse-logic > .logic-no {
    left:auto;
    right:145px;
}
#workflow-steps-editor .workflow-step-inner.logic-step > .logic-no,
#workflow-steps-editor .workflow-step-inner.logic-step.inverse-logic > .logic-yes {
    right: auto;
    left: 20px;
}
#workflow-steps-editor .workflow-step-inner[step-type]:before {
    content: '\f063';
    opacity: 0.50;
    float: right;
    font-family: 'Font Awesome 5 Pro';
    font-size: 30px;
    font-weight: 900;
}
#workflow-steps-editor .workflow-step-inner[step-type="1"]:before {
    content: '\f252';
}
#workflow-steps-editor .workflow-step-inner[step-type="2"]:before {
    content: '\f017';
}
#workflow-steps-editor .workflow-step-inner[step-type="3"]:before {
    content: '\f0e0';
}
#workflow-steps-editor .workflow-step-inner[step-type="4"]:before {
    content: '\f063';
}
#workflow-steps-editor .workflow-step-inner[step-type="5"]:before {
    content: '\f063';
}
#workflow-steps-editor .workflow-step-inner[step-type="6"]:before {
    content: '\f271';
}
#workflow-steps-editor .workflow-step-inner[step-type="7"]:before {
    content: '\f03a';
}
#workflow-steps-editor .workflow-step-inner[step-type="8"]:before {
    content: '\f03a';
}
#workflow-steps-editor .workflow-step-inner[step-type="9"]:before {
    content: '\f03a';
}
#workflow-steps-editor .workflow-step-inner[step-type="10"]:before {
    content: '\f0c0';
}
#workflow-steps-editor .workflow-step-inner[step-type="11"]:before {
    content: '\f02c';
}
#workflow-steps-editor .workflow-step-inner[step-type="12"]:before {
    content: '\f128';
}
#workflow-steps-editor .workflow-step-inner[step-type="13"]:before {
    content: '\f112';
}
#workflow-steps-editor .workflow-step-inner[step-type="14"]:before {
    content: '\f2f5';
}
#workflow-steps-editor .workflow-step-inner[step-type="15"]:before {
    content: '\f14c';
}
#workflow-steps-editor .workflow-step-inner[step-type="16"]:before {
    content: '\f08b';
}
#workflow-steps-editor .workflow-step-inner > .logic-guide,
.not-deleteable .delete-button {
    display: none;
}
.workflow-metrics li:first-child {
    width: 98% !important;
}
.workflow-metrics li:nth-child(even), .workflow-metrics li:last-child {
    top: 130px !important;
}

.widget-type-styling,
.database-feed-standard,
.database-feed-box,
#widget-styling[widget-type="5"] .styling-selector option[value="0"],
#widget-styling[widget-type="5"] .styling-selector option[value="1"],
#widget-styling .styling-selector option.feed-only-style,
#widget-styling .styling-selector option.donate-only-style,
.all-feeds-options .marquee-options,
#widget-styling[widget-type="8"],
#widget-styling[widget-type="10"],
#widget-styling[widget-type="6"],
#widget-styling[widget-type="9"],
#widget-styling[widget-type="7"],
#widget-styling[widget-type="0"],
#widget-styling .widget-control-group,
#widget-controls[widget-type="4"] .database-feed .feed-options,
#widget-controls .widget-control-group {
    display: none;
}

#widget-styling[widget-type="4"] .styling-selector option.feed-only-style,
#widget-styling[widget-type="5"] .styling-selector option.donate-only-style,
.all-feeds-options[animation-type="1"] .marquee-options,

#widget-styling[widget-type="3"] .login-widget,
#widget-styling[widget-type="1"] .business-directory-search,
#widget-styling[widget-type="4"] .database-feed,
#widget-styling[widget-type="5"] .fundraising-donate,

[widget-style="2"] .widget-type-styling,
[widget-style="3"] .widget-type-styling,
[widget-style="2"] .database-feed-standard,
[widget-style="3"] .database-feed-box,

#widget-controls[widget-type="4"] .database-feed[feed-type="3"] .web-content-feed-options,
#widget-controls[widget-type="4"] .database-feed[feed-type="2"] .events-feed-options,
#widget-controls[widget-type="4"] .database-feed[feed-type="1"] .member-feed-options,

#widget-controls[widget-type="9"] .forums-widget,
#widget-controls[widget-type="8"] .ads-widget,
#widget-controls[widget-type="10"] .ads-widget2,
#widget-controls[widget-type="7"] .subscriptions-widget,
#widget-controls[widget-type="6"] .sponsorships-widget,
#widget-controls[widget-type="5"] .fundraising-donate,
#widget-controls[widget-type="4"] .database-feed,
#widget-controls[widget-type="4"] .database-feed .feed-options.all-feeds-options,
#widget-controls[widget-type="3"] .login-widget,
#widget-controls[widget-type="1"] .business-directory-search {
    display:block;
}
#widget-selection {
    margin-bottom: 15px;
}
#widget-preview {
    text-align:center;
    height:250px;
    overflow:hidden;
}
#widget-preview iframe {
    border:0;
    margin: 10px 0;
    width: 100%;
    height:200px;
}
#widget-preview[widget-type="4"][widget-style="3"] iframe {
    width: 200%;
    height:400px;
    -ms-zoom: 0.5;
    -moz-transform: scale(0.5);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.5);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
}
#widget-builder codemirror .CodeMirror {
    height: 150px;
}
#CertificationOverviewBottom {
    padding-top: 25px;
}
#CertificationOverviewBottom .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 190px;
    padding: 15px;
    border: 1px solid #e4e0f5;
    border-radius: 5px;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,#faf9fe 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,#faf9fe 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,#faf9fe 100%);
}
#CertificationOverviewBottom .ex-mini-box ul {
    list-style: none;
    padding: 0;
}
#CertificationOverviewBottom .ex-mini-box li {
    padding: 2px 0;
}

.certification-type-attachments .file-explorer-container {
    overflow-y: visible !important;
}

/*FA 5 Shim for Frola editor*/
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-rotate-left:before {
    content: "\f0e2";
}

.certification-component-payment-required > td {
    background-color: #e6e9ed !important;
}
.scroll-height-150 {
    max-height: 150px;
    overflow-y: scroll;
}
.scroll-height-300 {
    max-height: 300px;
    overflow-y: scroll;
}
.copy-btn{
    margin-left: 10px;
}
.td1 {
    width: 30%;
    padding: 5px;
    border: 1px solid #ddd
}

.td2 {
    width: 70%;
    padding: 5px;
    border: 1px solid #ddd
}
.accept-registration-fieldset {
    background-color: transparent
}
.accept-registration-message {
    font-size: 20px;
}

.cf-currency {
    font-size: 12px;
    padding: 5px 10px;
}
#Areas .sa-for-system,
#Areas .sa-role-hidden,
#Areas .sa-no-default .sa-right-list option[value=""],
#Areas .sa-no-custom option[label="Custom"][value="number:9"],
#Areas .sa-no-delete option[label="Delete"][value="number:7"],
#Areas .sa-no-create option[label="Create"][value="number:2"],
#Areas .sa-no-edit option[label="Edit"][value="number:5"],
#Areas .sa-no-view option[label="View"][value="number:3"] {
    display: none;
}
#Areas .si-create-only option[label="Full Control"][value="number:1"],
#Areas .si-create-only option[label="Delete"][value="number:7"],
#Areas .si-create-only option[label="Edit"][value="number:5"],
#Areas .si-create-only option[label="View"][value="number:3"] {
    display:none;
}
#Areas .si-view-only option[label="Full Control"][value="number:1"],
#Areas .si-view-only option[label="Delete"][value="number:7"],
#Areas .si-view-only option[label="Edit"][value="number:5"],
#Areas .si-view-only option[label="Create"][value="number:2"] {
    display:none;
}
#Areas .si-edit-only option[label="Full Control"][value="number:1"],
#Areas .si-edit-only option[label="Delete"][value="number:7"],
#Areas .si-edit-only option[label="View"][value="number:3"],
#Areas .si-edit-only option[label="Create"][value="number:2"] {
    display:none;
}
#Areas .Areas-SubAreaItems option[value=""] {
    display:none;
}
.role-type-1 #Areas .sa-for-system {
    display: table-row;
}
tr.light-danger td.event-invoice {
    background-color: #ffe3d8 !important;
}

tr.light-danger-writeoff td.event-invoice {
    text-decoration: line-through;
}

tr.light-safe td.event-invoice {
    background-color: #e0f7e0 !important;
}

.role-type-2.only-info-hub .sa-no-custom {
    display: none;
}
.role-type-2.only-info-hub .sa-no-custom.sa-user-only {
    display: table-row;
}

.only-info-hub .sa-user-only .Areas-SubItems 
{
    display: block !important;
}
.only-info-hub .sa-user-only .sa-more-rights
{
    display:none !important;
}

.sa-more-rights {
    text-align: right;
}
.sa-more-rights label {
    display: inline !important;
    margin-right: 5px;
}
.sa-more-rights button {
    float:right;
    margin-right: 20px;
}
.Areas-SubItems .sa-subitems-title {
    margin: 5px;
}
.Areas-SubItems {
    margin-bottom:10px;
}

.validation-error {
    font-weight: bold;
    color: red !important;
}

.validation-error.validation-msg {
    margin-top: 8px;
}

.dialog-list-error {
    color: red !important;
}
.dialog-list-error ul {
    padding-left: 15px;
}

.success {
    color: green !important;
}

[uib-daypicker] .btn[disabled] {
    background-color: #8c8c8c !important;
}

.btn-xa-disable, .btn-xa-enable {
    display:none;
    float:left;
}
.contact-login-enabled .btn-xa-disable,
.contact-login-disabled .btn-xa-enable {
    display: block;
}
.contact-login-disabled .contact-login-username span {
    color:red;
}
.contact-login-disabled .contact-login-username span:after {
    content:' - Account Disabled';
}
.table-cf-wrapper {
    overflow: auto;
}
.cf-uploader .cf-upload-progress {
    max-width: 200px;
    width: 100%;
}
.cf-uploader.hasFile .cf-upload-file {
    display:block;
}
.cf-uploader.uploading .cf-upload-progress {
    display: inline-block;
}
.cf-uploader .cf-upload-error {
    color: red;
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    line-height: 35px;
    font-size:12px;
}
.cf-uploader.hasFile .mn-dragdrop,
.cf-uploader.uploading .cf-upload-info,
.cf-uploader .cf-upload-progress,
.cf-uploader .cf-upload-file {
    display:none;
}
.event-cf-warning, .membership-cf-warning {
    color: red;
    height: auto;
}
.row-no-margin-top {
    margin-right: -15px;
    margin-left: -15px;
}
.no-login [data-title="'Type'"] span{
    visibility: inherit;
}

.grid-group > div, .grid-group > span {
    float: left;
    margin-right: 15px;
}

.grid-line-break {
    clear: both;
}

.fake-link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.login-border {
    text-align: center;
    border-bottom: 2px solid #a9a9a9;
    width: 100%;
    margin: 10px 0 20px;
    line-height:0.1em;
}

.login-border span{
    padding: 0 10px;
    background: #f3f3f3;
    font-size: 18px;
    color: #a9a9a9;
}

.sso-signin-btn {
    max-width: 300px;
    margin: auto;
}

.disable-delete-msg {
    text-align: left;
    width: 75%;
    display: block;
    padding-bottom: 10px;
}

.delete-warning-msg {
    text-align: left;
    width: 60%;
    display: block;
    padding-bottom: 10px;
}

table td.amt-col-width {
    width: 30%;
}


.inline-block {
    display: inline-block;
}

.connection-sub-title-font-size {
    font-size: small;
}

.connection-title-font-size {
    font-size: medium;
}

.ui-select-match-item.btn {
    background-color: cornsilk;
}

.toast {
    opacity: 1 !important;
}

.btn-slim, #action-Load {
    padding: 2px 20px;
}
.cf-content label {
    color: #666;
		font-size: 14.5px;
    font-weight: normal;
    padding-left: 3px;
}
.cf-content span.cf-visibility-icon {
    display: none;
}

tr.false {
    text-decoration: line-through;
    font-weight: lighter;
}
.RefundItems .form-control {
    height: auto;
}
.table-responsive.ChangeHistory-scroll {
    overflow-x: auto;
}
#ChangeHistory table.column-table-ChangeItems .data-value span {
    max-width: 600px;
    display: inline-block;
}

#WorkflowParticipants table .row,
#WorkflowExclusions table .row {
    margin: 0 -5px;
}
.store-download-message {
    margin-bottom: 20px;
}
.store-download-message span {
    color: #767676;
    font-size: larger;
    font-weight: bold;
    text-align: center;
}
.fr-toolbar.fr-desktop.fr-inline {
    z-index: 10009 !important;
}
button.btn-select {
    background-image: -webkit-linear-gradient(#fff, #e9e9e9);
    background-image: -o-linear-gradient(#fff, #e9e9e9);
    background-image: linear-gradient(#fff, #e9e9e9);
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 12px;
    padding: 3px 8px;
    position: relative;
    text-align:left;
    width: 100%;
}
button.btn-select:hover {
    background: -webkit-linear-gradient(#f7f7f7 0%, #dfdfdf 100%);
    background: -o-linear-gradient(#f7f7f7 0%, #dfdfdf 100%);
    background: linear-gradient(#f7f7f7 0%, #dfdfdf 100%);
    border: 1px solid #ccc;
}
button.btn-select .caret {
    position: absolute;
    right: 8px;
    top: 10px;
}
.ContactInfos-scroll .table>tbody>tr>td span a {
    word-break: break-word;
}

.banner-msg {
    background-color: #e9e9e9;
    text-align: center;
    line-height: 35px;
    margin-bottom: 15px;
}
.dialog-banner-msg {
    line-height: 15px;
    padding: 15px;
    text-align: left;
}

.dialog-banner-msg.warning, .dialog-banner-msg.error {
    border: 1px solid red;
}

.dialog-banner-msg.error span:first-of-type:before {
    font-family:"Font Awesome 5 Pro";
    content: "\f071";
    display:inline-block;
    color: red;
    font-weight: bold;
    font-size: 15px;
    padding-right: 5px;
}

.banner-msg span, .banner-msg a {
    vertical-align: middle;
}

.warning-message:before {
    content: "\f071";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    font-size: 1.4rem;
    color: red;
}

.warning-message {
    display: inline-flex;
    height: 100%;
}
.drop-notes.form-control {
    height: auto;
}
.scoreboard-numbers {
    width: 100%;
    display:block;
    text-align:
    center;
    cursor:
    default;
}
@media (min-width: 768px) {
    .scoreboard-numbers {
    width: 50%;
    display: inline-block;
    }
}
@media (min-width: 1200px) {
    .scoreboard-numbers {
    width: 25%;
    }
}
.report-banner-msg {
    line-height: 16px;
    margin-bottom: 10px;
    background-color: transparent;
    text-align: left;
}
.report-banner-msg span {
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.store-item-dd .multi-file-chooser-button,
.store-item-dd .multi-file-chooser-files {
    float: none;
}
.store-item-dd .multi-file-chooser-files table {
    width: 100%;
}
.store-item-dd .multi-file-chooser-files tbody {
    background-color: transparent;
}
.store-item-dd .multi-file-chooser-files.has-files .multi-file-link:before {
    display: block;
    float: left;
    content: 'File/Folder:';
    font-size: 18px;
    margin:10px;
    font-weight: 500;
    line-height: 1.1;
    color: black;
}
.store-item-dd .multi-file-chooser-files .multi-file-link {
    text-align: left;
    color: #f06623;
}
.event-fields-note {
    margin-bottom: 15px;
}
.EventCustomFields .cf-content label,
.NARCustomFields .cf-content label {
    font-size: small;
}
.NARCustomFields .cf-group-controls:hover {
    cursor: default;
}
.NARCustomFields .cf-group-controls {
    pointer-events: none;
}
.EventCustomFields .cf-group-controls h4,
.NARCustomFields .cf-group-controls h4 {
    margin-bottom: 5px;
    margin-left: 0;
    padding: 10px 0 5px 0;
    font-size: 15px;
    line-height: inherit;
    color: #666666;
    border: 0;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
}
.NARCustomFields .cf-group-controls button {
    display:none;
}
.NARCustomFields .fieldCollapsed .cf-content {
    display: block;
}

.highlight-changes input.ng-dirty,
.highlight-changes button.ng-dirty,
.highlight-changes textarea.ng-dirty {
    background-color: #ffa67b;
    color: black;
}

.text-pre-line {
    white-space: pre-line !important;
    height: auto !important;
}
.highlight-changes select.ng-dirty {
    border-color: #ff9460;
    color: black;
}
.linkbox-category-header {
    color: #f06623;
    font-weight: bold;
    margin-top: 10px;
}
.linkbox-category-header:first-of-type {
    margin-top: 0px;
}

.linkbox-item img {
    width: 13px;
    margin-left: 2px;
    vertical-align: top;
}

.fieldset-heading-row {
    font-weight: bold;
}

.key-value-row .fas.fa-check-circle {
    color: #008000;
}

.key-value-row .fas.fa-times-circle {
    color: #ff0000;
}

.fieldset-with-border > .row {
    border: 1px solid #e4e0f5;
    margin-left: 0;
    padding-top: 7px;
    margin-bottom: 5px;
}
.fieldset-with-border legend {
    border-bottom: none;
    margin-bottom: 0;
}

.fieldset-with-border .dynamic-list-content {
    padding-bottom: 15px;
}

.fieldset-with-border .dynamic-list-content .dynamic-list-content {
    padding: 0;
}

.fieldset-key-values .dynamic-list-content .key-value-row, .fieldset-key-values .dynamic-list-content .dynamic-list-content .fieldset-heading-row {
    margin-left: 10px;
}

.fieldset-key-values .dynamic-list-content .dynamic-list-content .key-value-row {
    margin-left: 20px;
}

.logo.env-staging {
    background-color: #95F204;
}
.logo.env-productionclone {
    background-color: #80FFFF;
}
.logo.env-testing {
    background-color: #FFD700;
}
.logo.env-development {
    background-color: #66CDAA;
}
.logo.env-local {
    background-color: #00BFFF;
}


#ContactsInfo\.Engagement legend, #ContactsInfo\.Engagement .pageheader-title {
    color: #330066;
}

#ContactsInfo\.Engagement .widget-dashboard {
    min-height: 200px;
}

.inline-table {
    display: inline-table;
}
.datetime-time {
    max-width:245px;
}
p.table-heading-sub {
    font-size: 10pt;
    color: #767676;
    font-weight: bold;
}
.project-custom-fields .cf-row > div {
    display: none;
}
.project-custom-fields .cf-row > div.fieldRequired {
    display: block;
}
.ui-select-container.ng-invalid-required {
    border-right: 4px solid red;
}
.fa.no-content {
    color:transparent;
}
.fa.no-content:before {
    color: #767676;
}
a.fa.no-content:before {
    color: #f06623;
}
img.venue-floor {
    max-width: 100px;
}
#action-SearchNRDS {
    margin-top: 8px;
}

.mn-stripe-element {
    border: 1px solid #ccc;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 3px 3px;
    height: 24px;
    margin-left: 14px;
}
#ContactsInfo\.Engagement .fieldset-heading-row,
#ContactsInfo\.Engagement .table-heading {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #767676;
    font-size: 18px;
    font-weight: normal;
}
.field-separator {
    border-right: 2px solid #a9a9a9;
    border-image: linear-gradient(to bottom, rgba(0,0,0,0) 10%, #a9a9a9 10%, #a9a9a9 75%, rgba(0,0,0,0) 75%);
    border-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 10%, #a9a9a9 10%, #a9a9a9 75%, rgba(0,0,0,0) 75%);
    border-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 10%, #a9a9a9 10%, #a9a9a9 75%, rgba(0,0,0,0) 75%);
    border-image-slice: 2;
}
#Setup\.MembershipSettings\.NARSettings[infinite-scroll]{
    overflow-y:auto;
}
.break-all {
    word-break: break-all;
}

.break-all-nested table td[data-title="'Value'"] {
    word-break: break-all;
}

option[label="Canceled"][value="number:5"],
option[label="Postponed"][value="number:6"] {
    display: none;
}

.refer-image {
    background-color: #330068;
    border-top: 10px solid #f16720;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 6px;
    margin: 0 40px 0 0;
}

.refer-image img {
    max-height: 330px;
}

.menu-context {
    padding-left: 0 !important;
}

#table-management-editor ul {
    list-style: none;
    padding-inline-start: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#table-management-editor .group-members {
    padding:10px 0 0 0;
}
#table-management-editor .event-group {
    margin: 5px 0 0 0;
    border: 1px solid #efefef;
    padding: 5px;
}
#table-management-editor .group-name {
    margin: 0px;
}
#table-management-editor .group-candidates {
    border: 1px solid #efefef;
}
#table-management-editor .group-members .group-member {
    margin:0 -5px;
}
#table-management-editor .group-members .group-member,
#table-management-editor .group-candidates .group-candidate {
    font-size: 11pt;
    padding: 10px;
    background: #fff;
    border:1px solid transparent;
}
#table-management-editor .group-members .group-member:not(.not-sortable):hover,
#table-management-editor .group-candidates .group-candidate:not(.not-sortable):hover {
    border: 1px solid #8466a3;
    cursor: move;
}
#table-management-editor .group-status {
    font-size: small;
}
#table-management-editor .group-status.isFull {
    color:green;
}
#table-management-editor .group-status.isUnder {
    color: orange;
}
#table-management-editor .group-status.isOver {
    color: red;
}
#table-management-editor .group-status {
    font-size: smaller;
}
#table-management-editor .group-members .group-member:nth-child(odd),
#table-management-editor .group-candidates .group-candidate:nth-child(odd) {
    background: #f9f9f9;
}
#table-management-editor .sort-options .sort-option {
    font-size:smaller;
    color: #f06623;
    cursor: pointer;
}
#table-management-editor .member-regid {
    float: right;
}
#table-management-editor .group-name,
#table-management-editor .group-candidates.organization .member-org-name,
#table-management-editor .group-candidates.namesort .member-name,
#table-management-editor .group-candidates.registrationtypename .member-reg-type,
#table-management-editor .group-candidates.eventregistrationid .member-regid {
    font-weight: bold;
}
#table-management-editor .member-reg-type,
#table-management-editor .member-reg-type-header
{
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    vertical-align: bottom;
}
#table-management-editor .member-reg-type {
    max-width: 200px;
}
#table-management-editor .sort-options .sort-option:hover {
    text-decoration: underline;
}
#table-management-editor .scroll-wrapper {
    overflow-y: auto;
}
#table-management-editor .event-group.waitlist-group,
#table-management-editor .group-candidates .group-candidate.waitlist-member,
#table-management-editor .event-group.waitlist-group .group-members .group-member {
    background: lightgray;
}
#table-management-editor .waitlist-group .badge{
    background: #767676;
    float: right;
    margin-right: 10px;
}
#table-management-editor .result-status-dot {
    margin-bottom: 2px;
    margin-right: 5px;
}
.modal-dialog.modal-full-screen {
    height: 100%;
    width: 100%;
    margin: 0;
}
.modal-dialog.modal-full-screen .modal-content {
    height: 100%;
    width: 100%;
    position: absolute;
}
.modal-dialog.modal-full-screen .modal-content .modal-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 19001;
}
.table-rows-count {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 1.32857;
    color: #767676;
}

.copy-to-clipboard {
    vertical-align: super;
    cursor: pointer;
}

.mni-CloudFileBase\.CloudResources-card span[data-title="'Title'"], .mni-CloudFileBase\.CloudResources-card span[data-title="'Category'"], .mni-CloudFileBase\.CloudResources-card span[data-title="'Shared with'"] {
    display: block;
}

.input-group[class*="col-"].input-group-currency {
    padding-left: 15px;
    padding-right: 15px;
}

.payrix-form {
    min-width: 350px;
}

.payrix-form-ele {
    width: 100%;
}

.payrix-label {
    margin-top: 6px;
}

.payrix-form-row {
    height: 73px;
    min-width: 300px;
}

.payrix-address-row {
    height: 438px;
    min-width: 300px;
}

.affinipay-iframe iframe {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    color: #888;
    height: 24px;
    background-color: #f7f7f7;
    font-size: 12px;
    line-height: 1.1;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.clear-left {
    clear: left;
}
.credit-card-info {
    margin-left: -14px;
}
.scheduled-billing-run-confirm-message label
{
    position: absolute;
    left: 45px;
    top: 3px;
}
.modal-dialog .dynamic-table {
    background-color: white;
    max-height: 400px;
    overflow-y: auto;
}
.dropdown-menu.dropdown-menu-right a[disabled="disabled"] {
    pointer-events: none;
    opacity: 0.75;
}
.memType-selector.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    border-radius: 5px;
    width: auto;
}
.white-space-pre-wrap {
    white-space: pre-wrap;
}
.height-0 {
    height:0px !important;
    min-height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

@media (min-width: 768px) {
    .email-donations-template-category {
        float: right;
        position: absolute;
        right: 140px;
    }
    .donors-to-email-table .row {
        min-height:25px;
    }
}

.mni-card.mni-CloudFileBase\.CloudResources-card {
    min-height: 89px;
}
.resource-card-info .resource-item-card {
    height: 54px;
}
/* Firefox fix of dropdown arrows */
@supports (-moz-appearance:none) {

    .selectWrap select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
    }

    .selectWrap {
        position: relative;
    }

    div.selectWrap {
        width: 100%;
    }

    .selectWrap::before {
        content: '\f078';
        position: absolute;
        right: 10px;
        z-index: 99;
        font-family: 'Font Awesome 5 Pro';
        top: 5px;
        pointer-events: none;
        font-size: 0.9em;
    }

    .search-filter .selectWrap::before {
        top: 1px;
        right: 15px;
    }
}

/* Safari fix of dropdown arrows */
@media not all and (min-resolution:.001dpcm){
    @supports (-webkit-appearance:none) {

        .selectWrap select {
            -webkit-appearance: none;
            text-indent: 0.01px;
            text-overflow: '';
        }

        .selectWrap {
            position: relative;
        }

        div.selectWrap {
            width: 100%;
        }

        .selectWrap::before {
            content: '\f078';
            position: absolute;
            right: 10px;
            z-index: 99;
            font-family: 'Font Awesome 5 Pro';
            top: 5px;
            pointer-events: none;
            font-size: 0.9em;
        }

        .search-filter .selectWrap::before {
            top: 1px;
            right: 15px;
        }
    }
}

.category-item-dynamic-field {
    all: revert;
    width: 25%;
}

.field-icon {
    padding-left: 5px;
}

.dialog-action-btn {
    margin: 15px;
}
@media (max-width: 1200px) {
    .staging-env-notification {
        display: none;
    }
}

.mni-toolbar-btn a.alert-btn {
    width: 120px !important;
    color: white;
    font-weight: bold;
    margin-left: -1px;
    margin-right: -1px;
}

.mni-toolbar-btn a.alert-btn span{
    padding-left: 3px;
    float: left;
}

.mni-toolbar-btn a.alert-btn i {
    float: left;
    margin: 0 3px 0 7px;
    font-size: 24px !important;
}

.lineSeparator {
    border-top: 1px solid #eee;
    margin-top:10px; 
    margin-bottom: 10px;
}

.empty-block {
    display: inline;
    margin: 5px;
}
.account-number-edit .editable-error {
    position:absolute;
}

.dynamic-list-body .coe-cycle option[value*="number"] {
    display: none;
}

.dynamic-list-body.C1 .coe-cycle option[value="number:1"],
.dynamic-list-body.C2 .coe-cycle option[value="number:2"],
.dynamic-list-body.C3 .coe-cycle option[value="number:3"],
.dynamic-list-body.C4 .coe-cycle option[value="number:4"],
.dynamic-list-body.C5 .coe-cycle option[value="number:5"],
.dynamic-list-body.C6 .coe-cycle option[value="number:6"],
.dynamic-list-body.C7 .coe-cycle option[value="number:7"],
.dynamic-list-body.C8 .coe-cycle option[value="number:8"],
.dynamic-list-body.C9 .coe-cycle option[value="number:9"],
.dynamic-list-body.C10 .coe-cycle option[value="number:10"],
.dynamic-list-body.C11 .coe-cycle option[value="number:11"],
.dynamic-list-body.C12 .coe-cycle option[value="number:12"],
.dynamic-list-body.C13 .coe-cycle option[value="number:13"],
.dynamic-list-body.C14 .coe-cycle option[value="number:14"],
.dynamic-list-body.C15 .coe-cycle option[value="number:15"],
.dynamic-list-body.C16 .coe-cycle option[value="number:16"],
.dynamic-list-body.C17 .coe-cycle option[value="number:17"],
.dynamic-list-body.C18 .coe-cycle option[value="number:18"],
.dynamic-list-body.C19 .coe-cycle option[value="number:19"],
.dynamic-list-body.C20 .coe-cycle option[value="number:20"],
.dynamic-list-body.C21 .coe-cycle option[value="number:21"],
.dynamic-list-body.C22 .coe-cycle option[value="number:22"],
.dynamic-list-body.C23 .coe-cycle option[value="number:23"],
.dynamic-list-body.C24 .coe-cycle option[value="number:24"],
.dynamic-list-body.C25 .coe-cycle option[value="number:25"] {
    display: block;
}

.dynamic-list-body .fh-cycle option[value*="number"] {
    display: none;
}

.dynamic-list-body.C1 .fh-cycle option[value="number:1"],
.dynamic-list-body.C2 .fh-cycle option[value="number:2"],
.dynamic-list-body.C3 .fh-cycle option[value="number:3"],
.dynamic-list-body.C4 .fh-cycle option[value="number:4"],
.dynamic-list-body.C5 .fh-cycle option[value="number:5"],
.dynamic-list-body.C6 .fh-cycle option[value="number:6"],
.dynamic-list-body.C7 .fh-cycle option[value="number:7"],
.dynamic-list-body.C8 .fh-cycle option[value="number:8"],
.dynamic-list-body.C9 .fh-cycle option[value="number:9"],
.dynamic-list-body.C10 .fh-cycle option[value="number:10"],
.dynamic-list-body.C11 .fh-cycle option[value="number:11"],
.dynamic-list-body.C12 .fh-cycle option[value="number:12"],
.dynamic-list-body.C13 .fh-cycle option[value="number:13"],
.dynamic-list-body.C14 .fh-cycle option[value="number:14"],
.dynamic-list-body.C15 .fh-cycle option[value="number:15"],
.dynamic-list-body.C16 .fh-cycle option[value="number:16"],
.dynamic-list-body.C17 .fh-cycle option[value="number:17"],
.dynamic-list-body.C18 .fh-cycle option[value="number:18"],
.dynamic-list-body.C19 .fh-cycle option[value="number:19"],
.dynamic-list-body.C20 .fh-cycle option[value="number:20"],
.dynamic-list-body.C21 .fh-cycle option[value="number:21"],
.dynamic-list-body.C22 .fh-cycle option[value="number:22"],
.dynamic-list-body.C23 .fh-cycle option[value="number:23"],
.dynamic-list-body.C24 .fh-cycle option[value="number:24"],
.dynamic-list-body.C25 .fh-cycle option[value="number:25"] {
    display: block;
}

.dynamic-list-body .gz-help, .dynamic-list-body .custom-tooltip-icon {
    display: none;
}

.undeposited-payments-view-all-link {
    padding-top: 25px !important;
    padding-left: 0 !important;
    margin-left: -5px;
}

#content.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none
}

.merge-field-groups ul {
    padding: 5px; 
    margin: 0;
}
.merge-field-groups ul.merge-field-fields {
    max-height: 315px;
    overflow-y: scroll;
    background-color: #eee;
}
.merge-field-groups ul > li {
    list-style: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

.merge-field-groups div {
    padding-top: 15px;
}
.gzui-multiselectfield .buttonLabel {
    pointer-events: none;
}
.buttonLabel:after {
    content: ',';
}
.gzui-multiselectfield .empty-message {
    display: none;
}
.gzui-multiselectfield .isteven-custom-button.is-empty .empty-message {
    display: inline-block;
}

.col-sm-12 > .form-group > .gz-help, .col-sm-12 > .gz-help {
    white-space: normal;
    overflow: unset;
    text-overflow: unset;
    position: unset;
}

.gz-help {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    
/*.gz-help.gz-help-section {
    position: relative;
}
*/

.screen-data-fields, .screen-data-field-info div {
    margin-top: 10px;
}
.screen-data-field-info div[data-value],
.screen-data-field-info .selectize-dropdown-content,
.screen-data-field-info .selectize-dropdown {
    margin-top: 0;
}
.screen-data-field {
    padding: 15px 0;
    border: 1px solid #e4e0f5;
    border-radius: 5px;
    margin: 0 0 15px 0;
}

.dynamic-list button.checkbox ~ .gz-help {
    font-size: 12px;
    position: relative;
    top: -20px;
    padding-left: 30px;
}

#attendstatuslist option[value*="? number"] {
    display: none;
}

.model-help-description {
    margin-bottom: 8px;
}

.report-filter-row {
    margin-bottom: 10px;
}

th.attachment-badge div.sort-indicator span {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

th.attachment-badge div.sort-indicator span:before {
    content: "\f0c6";
}
/*GZ-35528 shim for real-estate custom fields always being displayed */
.gzui-tablefield.real-estate-custom-fields .table > tbody + tbody {
    display: none;
}
.gzui-fieldgroup-table td .fieldgroup-table-label,
.gzui-fieldgroup-table td button.checkbox {
    display: inline;
}

#list-view-SetupEventSponsorBenefits .fa.fa-check {
    color: green;
}

#list-view-SetupEventSponsorBenefits .fa.fa-times {
    color: red;
}

.quickbooks-connect-button {
    background-image: url(/GZContent/Images/c2qb_green_btn_med_default.png);
    width: 223px;
    height: 36px;
    display: block;
    color: transparent;
}
.quickbooks-connect-button:hover {
    background-image: url(/GZContent/Images/c2qb_green_btn_med_hover.png);
    width: 223px;
    height: 36px;
    display: block;
    color: transparent;
}
.btn:has(> .quickbooks-connect-button),
.btn:has(> .quickbooks-connect-button):hover,
.btn:has(> .quickbooks-connect-button):active,
.btn:has(> .quickbooks-connect-button):active:hover {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px !important;
}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.13.2 - 2015-10-09T15:34:24.045Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;  /* FIXME hardcoded value :-/ */
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
  height: 100%;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 100%; /*getting override in v2 making it 100% for consistency between v1 and v2*/
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}
/**
 * selectize.default.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * 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.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control {
  position: relative;
  height: 24px;
  color: #767676;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #767676;
  font-family: inherit;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 4px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.ng-valid.ng-dirty {
  border-right: 3px #60cd9b solid;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
/* 
 * Don't modify things marked with ! - unless you know what you're doing
 */

/* ! vertical layout */
.multiSelect .vertical {
    float: none;        
}

/* ! horizontal layout */
.multiSelect .horizontal:not(.multiSelectGroup) {
    float: left;
}

/* ! create a "row" */
.multiSelect .line {
    padding:  2px 0px 4px 0px;
    max-height: 30px;   
    overflow: hidden;
    box-sizing: content-box;
}

/* ! create a "column" */
.multiSelect .acol {
    display: inline-block;    
    min-width: 12px;
}

/* ! */
.multiSelect .inlineBlock {
    display: inline-block;
}

/* the multiselect button */
.multiSelect > button {
    display: inline-block;
    position: relative;
    text-align: center;    
    cursor: pointer;
    border: 1px solid #c6c6c6;    
    padding: 1px 8px 1px 8px;    
    color: #555;   
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; 
    white-space:normal;
    background-color: #fff;
    background-image: linear-gradient(#fff, #f7f7f7);      
}

/* button: hover */
.multiSelect > button:hover {    
    background-image: linear-gradient(#fff, #e9e9e9);    
}

/* button: disabled */
.multiSelect > button:disabled {
    background-image: linear-gradient(#fff, #fff);      
    border: 1px solid #ddd;    
    color: #999;
}

/* button: clicked */
.multiSelect .buttonClicked {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* labels on the button */
.multiSelect .buttonLabel {
    display: inline-block;
    padding: 1px 0px 1px 0px; 
}

/* downward pointing arrow */
.multiSelect .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0px 0px 1px 12px  !important;    
    vertical-align: middle;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted; 
}

/* the main checkboxes and helper layer */
.multiSelect .checkboxLayer {
    background-color: #fff;
    position: absolute;
    z-index: 999;
    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);    
    min-width:278px;
    display: none !important;    
}

/* container of helper elements */
.multiSelect .helperContainer {
    border-bottom: 1px solid #ddd;
    padding: 8px 8px 0px 8px;    
}

/* helper buttons (select all, none, reset); */
.multiSelect .helperButton {
    display: inline;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    height: 26px;
    font-size: 13px;
    border-radius: 2px;
    color: #666;    
    background-color: #f1f1f1;
    line-height: 1.6;
    margin: 0px 0px 8px 0px;
}

.multiSelect .helperButton.reset{
    float: right;
}

.multiSelect .helperButton:not( .reset ) {
    margin-right: 4px;    
}

/* clear button */
.multiSelect .clearButton {
    position: absolute;
    display: inline;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    height: 22px;
    width: 22px;
    font-size: 13px;
    border-radius: 2px;
    color: #666;    
    background-color: #f1f1f1;
    line-height: 1.4;
    right : 2px;
    top: 4px;
}

/* filter */
.multiSelect .inputFilter {
    border-radius: 2px; 
    border: 1px solid #ccc;
    height: 26px;
    font-size: 14px;
    width:100%;    
    padding-left:7px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */    
    color: #888;
    margin: 0px 0px 8px 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

/* helper elements on hover & focus */
.multiSelect .clearButton:hover,
.multiSelect .helperButton:hover {
    border: 1px solid #ccc;
    color: #999;    
    background-color: #f4f4f4;    
}
.multiSelect .helperButton:disabled {
    color: #ccc;    
    border: 1px solid #ddd;
}

.multiSelect .clearButton:focus,
.multiSelect .helperButton:focus,
.multiSelect .inputFilter:focus {
    border: 1px solid #66AFE9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important;
            box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important;
}

/* container of multi select items */
.multiSelect .checkBoxContainer {
    display: block;
    padding: 8px;   
    max-height: 300px;
    overflow: auto;
}

/* ! to show / hide the checkbox layer above */
.multiSelect .show {
    display: block !important;
}

/* item labels */
.multiSelect .multiSelectItem {
    display: block;
    padding: 3px;
    color: #444;       
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;      
    border: 1px solid transparent;
    position: relative;
    min-width:278px;    
    min-height: 32px;    
}

/* Styling on selected items */
.multiSelect .multiSelectItem:not(.multiSelectGroup).selected
{
    background-image: linear-gradient( #e9e9e9, #f1f1f1 );    
    color: #555;        
    cursor: pointer;        
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;    
    border-right: 1px solid #d9d9d9;            
}
.multiSelect .multiSelectItem:not(.multiSelectGroup):hover span {
  color:#fff;
}

.multiSelect .multiSelectItem .acol label {
    display: inline-block;
    padding-right: 30px;    
    margin: 0px;
    font-weight: normal;    
    line-height: normal;
}

/* item labels focus on mouse hover */
.multiSelect .multiSelectItem:hover, 
.multiSelect .multiSelectGroup:hover {
    background-image: linear-gradient( #c1c1c1, #999 ) !important;    
    color: #fff !important;    
    cursor: pointer;        
    border: 1px solid #ccc !important;
}

/* item labels focus using keyboard */
.multiSelect .multiSelectFocus { 
    background-image: linear-gradient( #c1c1c1, #999 ) !important;    
    color: #fff !important;    
    cursor: pointer;        
    border: 1px solid #ccc !important;
}

/* change mouse pointer into the pointing finger */
.multiSelect .multiSelectItem span:hover, 
.multiSelect .multiSelectGroup span:hover
{    
    cursor: pointer;  
}

/* ! group labels */
.multiSelect .multiSelectGroup {    
    display: block;
    clear: both;
}

/* right-align the tick mark (&#10004;) */
.multiSelect .tickMark {
    display:inline-block; 
    position: absolute; 
    right: 10px; 
    top: 7px;
    font-size: 10px;          
}

/* hide the original HTML checkbox away */
.multiSelect .checkbox {    
    color: #ddd !important;    
    position: absolute;
    left: -9999px;
    cursor: pointer;    
}

/* checkboxes currently disabled */
.multiSelect .disabled, 
.multiSelect .disabled:hover,
.multiSelect .disabled label input:hover ~ span {
    color: #c4c4c4 !important;
    cursor: not-allowed !important;
}

/* If you use images in button / checkbox label, you might want to change the image style here. */
.multiSelect img {
    vertical-align: middle;
    margin-bottom:0px;
    max-height: 22px;
    max-width:22px;
}

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url(/GZContent/Jcrop/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;
}
/* 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: .70!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;
}
.jcrop-keymgr {
  filter: alpha(opacity=0) !important;
  opacity: 0!important;
}
/*!
 * FullCalendar v2.5.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
}

.fc-rtl {
	text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #ddd;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
	background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}

.fc-unthemed .fc-today {
	background: #fcf8e3;
}

.fc-highlight { /* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
	background: rgb(143, 223, 130);
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #d7d7d7;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;

	/* don't allow browser text-selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
	position: relative;
	margin: 0 -1em; /* ensures character will be centered, regardless of width */
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
	left: 3%;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
	left: -3%;
}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%;
	left: -2%;
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%;
	left: 2%;
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%;
}

.fc-icon-x:after {
	content: "\000D7";
	font-size: 200%;
	top: 6%;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0; }
	
.fc-state-default { /* non-theme */
	border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
	position: relative;
	top: -0.05em; /* seems to be a good adjustment across browsers */
	margin: 0 .2em;
	vertical-align: middle;
}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9em;
	margin-top: 2px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
	border-style: solid;
	border-width: 1px;
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* normalize cross-browser */
}

.fc th {
	text-align: center;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double; /* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent; 
}

.fc-row:first-child table {
	border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;

}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none; /* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller { /* this class goes on elements for guaranteed vertical scrollbars */
	overflow-y: scroll;
	overflow-x: hidden;
}

.fc-scroller > * { /* we expect an immediate inner element */
	position: relative; /* re-scope all positions */
	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
	overflow: hidden; /* don't let negative margins or absolute positioning create further scroll */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #d5d5d5; /* default BORDER color */
	background-color: #eaeaea; /* default BACKGROUND color */
	font-weight: normal; /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #555; /* default TEXT color */
	text-decoration: none; /* if <a> has an href */
}
span.fc-title {
    line-height: 2;
}
.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
	cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
	z-index: 1;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

.fc-event .fc-content {
	position: relative;
	z-index: 2;
}

.fc-event .fc-resizer {
	position: absolute;
	z-index: 3;
}


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px; /* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px; /* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* resizer */

.fc-h-event .fc-resizer { /* positioned it to overcome the event's borders */
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	width: 5px;
}

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
	right: auto; /* ignore the right and only use the left */
	cursor: w-resize;
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
	left: auto; /* ignore the left and only use the right */
	cursor: e-resize;
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0; /* spacing between events and edges */
	padding: 0 1px;
}


.fc-day-grid-event .fc-content { /* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

.fc-day-grid-event .fc-resizer { /* enlarge the default hit area */
	left: -3px;
	right: -3px;
	width: 7px;
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
	margin-left: 0;
}
	
/* title text */

.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}
	
.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* we are sure there are no day numbers in these views, so... */
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
	text-align: center;
}

.fc-basic-view .fc-week-number span {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-day-number.fc-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/GZContent/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/GZContent/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
	z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
	z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
	z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
	z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
	background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
	position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container, /* a div within a cell within the fc-content-skeleton */
.fc-time-grid .fc-bgevent-container { /* a div within a cell within the fc-bgevent-skeleton */
	position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start { /* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
	overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em; /* make the title text the same size as the time */
	padding: 0; /* undo padding from above */
}

/* resizer */

.fc-time-grid-event .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
	content: "=";
}

.loading {
  width: 300px;
  background-color: darkgray;
  margin: auto;
  color: white;
  font-size: large;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.role-claims td {
  padding: 5px;
}
.Contacts-Type-1 {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: cornflowerblue;
}
.Contacts-Type-1:before {
  content: "\e008";
}
.Contacts-Type-2 {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: cornflowerblue;
}
.Contacts-Type-2:before {
  content: "\f1ad";
}
.menuField {
  font-size: 9pt;
}
.action-list li {
  font-size: 8pt;
}
.mni-list p {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.newsletter-template {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #dddddd;
}




body.gz-v2-ui-enabled.gz-v25-enabled a {
  color: #266cf6;
}
body.gz-v2-ui-enabled.gz-v25-enabled .nav-tabs > li > a {
  color: white;
}
body.gz-v2-ui-enabled.gz-v25-enabled .nav-tabs > li.active > a,
body.gz-v2-ui-enabled.gz-v25-enabled .nav-tabs > li.active > a:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .nav-tabs > li.active > a:focus {
  color: #555555;
}
body.gz-v2-ui-enabled.gz-v25-enabled a.color-primary,
body.gz-v2-ui-enabled.gz-v25-enabled span.color-primary {
  color: #3e4c5e;
}
body.gz-v2-ui-enabled.gz-v25-enabled button.btn-primary,
body.gz-v2-ui-enabled.gz-v25-enabled button.bg-primary {
  background-color: #3e4c5e;
  border-color: #3e4c5e;
}
body.gz-v2-ui-enabled.gz-v25-enabled button.btn-primary .glyphicon,
body.gz-v2-ui-enabled.gz-v25-enabled button.bg-primary .glyphicon {
  color: white;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .btn-info.active.focus,
body.gz-v2-ui-enabled.gz-v25-enabled #content .btn-info.active:focus,
body.gz-v2-ui-enabled.gz-v25-enabled #content .btn-info.active:hover,
body.gz-v2-ui-enabled.gz-v25-enabled #content .btn-info:active.focus,
body.gz-v2-ui-enabled.gz-v25-enabled #content .btn-info:active:focus,
body.gz-v2-ui-enabled.gz-v25-enabled #content .btn-info:active:hover,
body.gz-v2-ui-enabled.gz-v25-enabled #content .open > .dropdown-toggle.btn-info.focus,
body.gz-v2-ui-enabled.gz-v25-enabled #content .open > .dropdown-toggle.btn-info:focus,
body.gz-v2-ui-enabled.gz-v25-enabled #content .open > .dropdown-toggle.btn-info:hover {
  font-family: Open Sans;
  background-color: #f4f7fa;
  color: #161d26;
  border: 1px solid #161d26;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  padding: 6px 40px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .btn-info,
body.gz-v2-ui-enabled.gz-v25-enabled #content .widget-dashboard .add-widget-menu .btn {
  font-family: Open Sans;
  background-color: #f4f7fa;
  color: #161d26;
  border: 1px solid #161d26;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 40px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .gzui-datetimefield .btn-info.active,
body.gz-v2-ui-enabled.gz-v25-enabled #content .gzui-datetimefield .btn-info.active:hover,
body.gz-v2-ui-enabled.gz-v25-enabled #content .gzui-datetimefield .btn-info.active:focus {
  padding: 0;
  background-color: black;
  opacity: 1;
  color: #f4f7fa;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content ul.dropdown-menu {
  font-family: Open Sans;
  color: #161d26;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  background: #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content ul.dropdown-menu label.dropdown-item {
  display: flex;
  line-height: 2;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content ul.dropdown-menu label.dropdown-item input[type=checkbox] {
  height: auto;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content ul.dropdown-menu a {
  color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content ul.dropdown-menu li:not(.date-pickers):hover,
body.gz-v2-ui-enabled.gz-v25-enabled #content ul.dropdown-menu a:hover {
  background: #e5eaf0;
  font-weight: 600;
  color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dropdown > button.btn-default.dropdown-toggle {
  background-color: #3e4c5e;
  border-color: #3e4c5e;
  color: white;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .tbl-fld-row .actions button.btn-default.dropdown-toggle,
body.gz-v2-ui-enabled.gz-v25-enabled #content .list-view-screen table .actions button.btn-default.dropdown-toggle {
  background-color: unset;
  border-color: white;
  font-size: 16px;
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-dialog .edit-form a {
  margin-bottom: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-dialog .btn-info,
body.gz-v2-ui-enabled.gz-v25-enabled .modal-dialog #action-Load {
  font-family: Open Sans;
  background-color: #f4f7fa;
  color: #161d26;
  border: 1px solid #161d26;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 40px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-dialog .gzui-buttonfield .btn-form {
  position: relative;
  top: 15px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-dialog ul.dropdown-menu {
  font-family: Open Sans;
  color: #161d26;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  background: #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-dialog ul.dropdown-menu label.dropdown-item {
  display: flex;
  line-height: 2;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-dialog ul.dropdown-menu label.dropdown-item input[type=checkbox] {
  height: auto;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-dialog ul.dropdown-menu a {
  color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-dialog ul.dropdown-menu li:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .modal-dialog ul.dropdown-menu a:hover {
  background: #e5eaf0;
  font-weight: 600;
  color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-dialog .dropdown > button.btn-default.dropdown-toggle {
  background-color: #3e4c5e;
  border-color: #3e4c5e;
  color: white;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-icon-button {
  border-radius: 5px;
  font-size: 12px;
  width: auto;
  height: auto;
  padding: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-icon-button.gzui-action-primary,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-icon-button.gzui-action-primary:hover {
  color: #e9f0fe;
  background-color: #266cf6;
  border: 1px solid #266cf6;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-icon-button.gzui-action-secondary,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-icon-button.gzui-action-secondary:hover {
  color: #161d26;
  background-color: #f4f7fa;
  border: 1px solid #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-icon-button .glyphicon-plus {
  left: 1px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-add-button {
  float: right;
  margin-bottom: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .dynamic-list-actions .btn,
body.gz-v2-ui-enabled.gz-v25-enabled .dynamic-list-multi-actions .btn {
  margin: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-currencyfield button {
  height: 25px;
  width: 25px;
  top: 6px;
  position: relative;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-currencyfield button i {
  font-weight: 400;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-currencyfield button:focus {
  color: white;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #f4f7fa;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons button[disabled],
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons html input[disabled] {
  pointer-events: none;
  color: #a4afb7;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons button {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  border: none;
  background: #f4f7fa;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #161d26;
  padding: 12px 16px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons button i {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons button.possible-toolbar-btn:not(.ng-hide) ~ .possible-toolbar-btn:not(.ng-hide) {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons .toolbar-action-dd {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  width: 40px;
  height: 40px;
  justify-content: center;
  background: #f4f7fa;
  box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0px 4px 4px 0px;
  flex: none;
  order: 1;
  flex-grow: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons .toolbar-action-dd i {
  color: #3e4c5e;
  font-size: 20px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons .toolbar-action-dd .toolbar-action-list {
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  background: #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons .toolbar-action-dd .toolbar-action-list ul {
  margin: 10px 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons .toolbar-action-dd .toolbar-action-list li {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #161d26;
  display: block;
  white-space: nowrap;
  padding: 5px 15px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons .toolbar-action-dd .toolbar-action-list li a {
  display: block;
  color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons .toolbar-action-dd .toolbar-action-list li a.no-access,
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons .toolbar-action-dd .toolbar-action-list li a[disabled] {
  pointer-events: none;
  color: #a4afb7;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons .toolbar-action-dd .toolbar-action-list li:hover {
  background: #e5eaf0;
  font-weight: 600;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons .toolbar-action-dd .toolbar-action-list li.possible-toolbar-btn {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-buttons .toolbar-action-dd .toolbar-action-list li.possible-toolbar-btn:not(.ng-hide) ~ .possible-toolbar-btn:not(.ng-hide) {
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .action-wrapper {
  margin-right: -5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .action-wrapper > * {
  padding: 0 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .action-wrapper a {
  font-size: 16px;
}

/* are possibly connected might be able to fade or mix*/


body.gz-v2-ui-enabled.gz-v25-enabled .table-responsive.allow-scrolling {
  overflow-x: scroll;
}
body.gz-v2-ui-enabled.gz-v25-enabled table.content-table thead tr {
  background-color: #f8fbff;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  font-family: Open Sans;
  font-size: 14px;
  color: #191a20;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
}
body.gz-v2-ui-enabled.gz-v25-enabled table.content-table thead tr th {
  height: 48px;
}
body.gz-v2-ui-enabled.gz-v25-enabled table.content-table thead tr th.sortable.sort-desc {
  background-color: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled table.content-table > tbody > tr:nth-child(odd) > td,
body.gz-v2-ui-enabled.gz-v25-enabled table.content-table > tbody > tr:nth-child(odd) > th {
  background-color: unset;
}
body.gz-v2-ui-enabled.gz-v25-enabled table.content-table > tbody > tr {
  background-color: white;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
  font-family: Open Sans;
  font-size: 14px;
  color: #191a20;
  line-height: 150%;
  font-weight: 400;
  font-style: normal;
}
body.gz-v2-ui-enabled.gz-v25-enabled table.content-table > tbody > tr a,
body.gz-v2-ui-enabled.gz-v25-enabled table.content-table > tbody > tr a.color-primary {
  color: #266cf6;
}


body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown {
  position: relative;
  font-family: Open Sans;
  font-size: 14px;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .caret {
  border-top: 7px solid #282931;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  right: 8px;
  top: 14px;
  pointer-events: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown li > a:hover,
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown li > a:focus {
  background: #e5eaf0;
  font-weight: 600;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown li > a {
  color: #282931;
  padding-left: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown {
  left: auto;
  right: 0;
  border-radius: 3px;
  background: #f8fbff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  width: 225px;
  padding: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown:before {
  content: " ";
  position: absolute;
  right: 8px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.15);
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown:after {
  content: " ";
  position: absolute;
  right: 9px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom: 7px solid #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown div.form-group {
  min-height: auto;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown li.date-pickers:hover {
  background: #f8fbff;
  font-weight: 400;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown li div.form-inline.datepicker-group > div {
  position: relative;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown li div.form-inline.datepicker-group div.form-group.datepicker-group {
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown li div.form-inline.datepicker-group div.form-group.datepicker-group input {
  width: 100%;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown li div.form-inline.datepicker-group div.form-group.datepicker-icon {
  position: absolute;
  top: 5px;
  right: 15px;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown li div.form-inline.datepicker-group input.custom-dropdown-datepicker-text {
  width: 100%;
  margin-bottom: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown li div.form-inline.datepicker-group .custom-dropdown-datepicker-button {
  background: transparent;
  border: none;
  box-shadow: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown li div.form-inline.datepicker-group .custom-dropdown-datepicker-button i.glyphicon-calendar.custom-dropdown-datepicker-button:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f073";
  font-size: 16px;
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown li div.form-inline.datepicker-group .custom-dropdown-datepicker-button i.glyphicon-calendar.custom-dropdown-datepicker-button {
  width: 0;
  height: 0;
  content: "";
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown li div.form-inline.datepicker-group .custom-dropdown-datepicker-button:active,
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown li div.form-inline.datepicker-group .custom-dropdown-datepicker-button:focus,
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown ul.dropdown-menu.datepicker-dropdown li div.form-inline.datepicker-group .custom-dropdown-datepicker-button:hover {
  border: none;
  box-shadow: none;
  color: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .uib-day .btn-default:active,
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .uib-day .btn-default.active,
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .uib-day .open > .btn-default.dropdown-toggle {
  background-color: #161d26;
  opacity: 1;
  color: #f4f7fa;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu td.uib-day > button {
  width: 46px;
  height: 48px;
  font-weight: 900;
  border: 1px solid white;
  color: #161d26;
  padding: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .btn-default.active .text-info {
  color: #f4f7fa;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .text-info {
  color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu th.text-center {
  height: 32px;
  font-weight: 400;
  color: #3e4c5e;
  align-content: center;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu th.text-center small {
  position: center;
  font-size: 12px;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .btn-default.btn-sm {
  opacity: 1;
  background-color: #f4f7fa;
  border: 1px solid white;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .btn-default.btn-sm.uib-title {
  width: 238px;
  height: 48px;
  color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .btn-default.btn-sm.pull-left.uib-left {
  width: 46px;
  height: 48px;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .btn-default.btn-sm.pull-left.uib-left i {
  width: 11.91px;
  height: 20px;
  font-size: 1.5em;
  color: #191a20;
  -webkit-text-stroke: 1px #f4f7fa;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .btn-default.btn-sm.pull-right.uib-right {
  width: 46px;
  height: 48px;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .btn-default.btn-sm.pull-right.uib-right i {
  width: 11.91px;
  height: 20px;
  font-size: 1.5em;
  color: #191a20;
  -webkit-text-stroke: 1px #f4f7fa;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .uib-button-bar .btn {
  padding: 5px 9px !important;
  text-transform: unset !important;
  font-size: 12px !important;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .uib-close {
  background-color: #161d26;
  border-radius: 4px;
  border-color: #161d26;
  font-weight: 600;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .uib-close:hover {
  background-color: #3e4c5e;
  border-color: #3e4c5e;
  border-radius: 4px;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .uib-datepicker-current {
  color: #161d26;
  background-color: #f4f7fa !important;
  border: 1px solid #161d26 !important;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .uib-datepicker-current:hover {
  background-color: #e5eaf0 !important;
  opacity: unset;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .uib-clear {
  color: #161d26;
  background-color: #f4f7fa;
  border: 1px solid #161d26;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 4px;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.multiSelect.dropdown.custom-dropdown .uib-datepicker-popup.dropdown-menu .uib-clear:hover {
  background-color: #e5eaf0;
}


body.gz-v2-ui-enabled.gz-v25-enabled table.gzui-fieldgroup-table {
  border: none;
  table-layout: fixed;
}
body.gz-v2-ui-enabled.gz-v25-enabled table.gzui-fieldgroup-table tr {
  border: none;
  background-color: transparent;
  font-family: Open Sans;
  font-size: 18px;
  color: #191a20;
  line-height: 20px;
  font-weight: bold;
}
body.gz-v2-ui-enabled.gz-v25-enabled table.gzui-fieldgroup-table tr td {
  border: none;
  background-color: transparent;
  padding: 8px 5px 8px 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled table.gzui-fieldgroup-table tr td .gz-help {
  position: relative;
  font-weight: normal;
}


body.gz-v2-ui-enabled.gz-v25-enabled .modal-body.cloud-explorer {
  padding: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gz-img-breadcrumb-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px;
  position: static;
  width: 100%;
  height: 88px;
  left: 0px;
  top: 72px;
  background: #e9f0fe;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.16);
}
body.gz-v2-ui-enabled.gz-v25-enabled .gz-img-breadcrumb-container .gz-library {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.4px;
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gz-img-breadcrumb-container i {
  font-size: 14px;
  color: black;
  margin-left: 15px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gz-img-breadcrumb-container span.path-item {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  margin-left: 12px;
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gz-img-breadcrumb-container span.path-item span {
  margin-right: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gz-img-breadcrumb-container span.path-item a {
  color: #266cf6;
}
body.gz-v2-ui-enabled.gz-v25-enabled .file-explorer-container {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled .file-explorer-container table {
  border: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .file-explorer-container table tr {
  height: 56px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .file-explorer-container table tr.folder-row {
  background: #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled .file-explorer-container table tr.file-row:hover {
  cursor: pointer;
}
body.gz-v2-ui-enabled.gz-v25-enabled .file-explorer-container table th {
  border: none;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  background: #f4f7fa;
  color: #191a20;
  opacity: 0.72;
}
body.gz-v2-ui-enabled.gz-v25-enabled .file-explorer-container table td a {
  color: #266cf6;
}
body.gz-v2-ui-enabled.gz-v25-enabled .file-explorer-container table td.file-icon {
  padding: 15px;
}


.gz-v2-ui {
  display: none;
}
body.gz-v2-ui-enabled .gz-v1-ui {
  display: none;
}
body.gz-v2-ui-enabled .gz-v2-ui {
  display: block;
}
body.gz-v2-ui-enabled .top-navigation {
  display: flex;
}
body.gz-v2-ui-enabled .top-header {
  margin-left: 204px;
  height: 50px;
}
body.gz-v2-ui-enabled .top-header .top-nav {
  padding: 0;
  margin: 0;
  background: white;
}
body.gz-v2-ui-enabled .has-badge:after {
  content: '';
  background: red;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 10px;
  height: 10px;
  display: none;
}
body.gz-v2-ui-enabled .has-badge[data-badge]:after {
  content: attr(data-badge);
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 1px;
  text-shadow: 1px 1px black;
  font-size: smaller;
  white-space: nowrap;
}
body.gz-v2-ui-enabled .has-badge.badge-enabled:after {
  display: block;
}
body.gz-v2-ui-enabled .gzui-search input.search-box {
  background: white;
  width: 100%;
  height: 100%;
  outline: none !important;
  font-size: 14px;
  border: 0px;
  padding-left: 24px;
  padding-right: 59.5px;
  display: block;
  border-radius: 0;
}
body.gz-v2-ui-enabled .gzui-search input.search-box:focus,
body.gz-v2-ui-enabled .gzui-search input.search-box:hover {
  background: linear-gradient(0deg, #f8fbff, #f8fbff), white;
  box-shadow: inset 0px -2px 0px #266cf6;
}
body.gz-v2-ui-enabled .gzui-search .bar-icon {
  color: #282931;
  font-size: 20px;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: 14.5px;
}
@media (max-width: 412px) {
  body.gz-v2-ui-enabled .gzui-search .bar-icon {
    font-size: 20px;
  }
}
body.gz-v2-ui-enabled .gzui-search.results .fa-times-circle {
  display: block;
  cursor: pointer;
}
body.gz-v2-ui-enabled .gzui-search.searching .fa-spinner {
  display: block;
}
body.gz-v2-ui-enabled .gzui-search.default .fa-search {
  display: block;
}
body.gz-v2-ui-enabled .top-nav-btn .dropdown-menu.standard,
body.gz-v2-ui-enabled .widget-action .dropdown-menu.standard {
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  background: #f8fbff;
}
body.gz-v2-ui-enabled .top-nav-btn .dropdown-menu.standard .list-unstyled,
body.gz-v2-ui-enabled .widget-action .dropdown-menu.standard .list-unstyled {
  margin: 10px 0;
}
body.gz-v2-ui-enabled .top-nav-btn .dropdown-menu.standard a,
body.gz-v2-ui-enabled .widget-action .dropdown-menu.standard a {
  font-family: Open Sans;
  font-style: normal;
  font-size: 14px;
  /* not in the palette? */
  color: #3c4043;
  display: block;
}
body.gz-v2-ui-enabled .top-nav-btn .dropdown-menu.standard a span,
body.gz-v2-ui-enabled .widget-action .dropdown-menu.standard a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 15px;
}
body.gz-v2-ui-enabled .top-nav-btn .dropdown-menu.standard i.fa,
body.gz-v2-ui-enabled .widget-action .dropdown-menu.standard i.fa {
  float: right;
  font-size: 14px;
}
body.gz-v2-ui-enabled .top-nav-btn .dropdown-menu.standard li,
body.gz-v2-ui-enabled .widget-action .dropdown-menu.standard li {
  padding: 5px 15px;
  font-weight: 400;
}
body.gz-v2-ui-enabled .top-nav-btn .dropdown-menu.standard li:hover,
body.gz-v2-ui-enabled .widget-action .dropdown-menu.standard li:hover {
  background: #e5eaf0;
  font-weight: 600;
}
body.gz-v2-ui-enabled .top-nav-btn .dropdown-menu.standard .non-link,
body.gz-v2-ui-enabled .widget-action .dropdown-menu.standard .non-link {
  font-family: Open Sans;
  font-style: normal;
  font-size: 14px;
  color: #3c4043;
  display: block;
}
body.gz-v2-ui-enabled .top-nav-btn .dropdown-menu.standard .non-link:hover,
body.gz-v2-ui-enabled .widget-action .dropdown-menu.standard .non-link:hover {
  background: #f8fbff;
  font-weight: 400;
}
body.gz-v2-ui-enabled .top-nav-btn .dropdown-menu.standard .seperator-bottom,
body.gz-v2-ui-enabled .widget-action .dropdown-menu.standard .seperator-bottom {
  margin-bottom: 10px;
}
body.gz-v2-ui-enabled .top-nav-btn .dropdown-menu.standard .seperator-top,
body.gz-v2-ui-enabled .widget-action .dropdown-menu.standard .seperator-top {
  margin-top: 10px;
}
body.gz-v2-ui-enabled .top-nav-btn {
  background-color: white;
  -moz-box-shadow: rgba(25, 26, 32, 0.16) 1px 1px inset;
  -webkit-box-shadow: rgba(25, 26, 32, 0.16) 1px 1px inset;
  box-shadow: rgba(25, 26, 32, 0.16) 1px 1px inset;
  height: 50px;
  padding: 16px;
  cursor: pointer;
  position: relative;
}
body.gz-v2-ui-enabled .top-nav-btn i {
  color: #282931;
  font-size: 20px;
}
body.gz-v2-ui-enabled .top-nav-btn:hover,
body.gz-v2-ui-enabled .top-nav-btn.open {
  background: #e5eaf0;
}
body.gz-v2-ui-enabled .top-nav-btn.user {
  padding: 5px;
  cursor: default;
}
@media (max-width: 900px) {
  body.gz-v2-ui-enabled .top-nav-btn.user .user-image {
    padding: 4px 5px 0;
  }
  body.gz-v2-ui-enabled .top-nav-btn.user .user-header .user-titles {
    display: none;
  }
  body.gz-v2-ui-enabled .top-nav-btn.user .user-menu .user-titles {
    display: block;
  }
  body.gz-v2-ui-enabled .top-nav-btn.user .user-menu.with-arrow.pull-right:before {
    right: 16px;
  }
  body.gz-v2-ui-enabled .top-nav-btn.user .user-menu.with-arrow.pull-right:after {
    right: 17px;
  }
}
@media (min-width: 900px) {
  body.gz-v2-ui-enabled .top-nav-btn.user {
    /* Desktop */
    width: 293px;
  }
  body.gz-v2-ui-enabled .top-nav-btn.user .user-image {
    padding: 4px 19px 0;
  }
  body.gz-v2-ui-enabled .top-nav-btn.user .user-header .user-titles {
    display: block;
  }
  body.gz-v2-ui-enabled .top-nav-btn.user .user-menu .user-titles {
    display: none;
  }
  body.gz-v2-ui-enabled .top-nav-btn.user .user-menu.with-arrow.pull-right:before {
    right: 30px;
  }
  body.gz-v2-ui-enabled .top-nav-btn.user .user-menu.with-arrow.pull-right:after {
    right: 31px;
  }
}
body.gz-v2-ui-enabled .top-nav-btn.user .user-header {
  cursor: pointer;
}
body.gz-v2-ui-enabled .top-nav-btn.user .user-menu {
  width: 307px;
  z-index: 1201;
}
body.gz-v2-ui-enabled .top-nav-btn.user .user-menu .user-titles {
  margin-bottom: 20px;
}
body.gz-v2-ui-enabled .top-nav-btn.user .user-menu.with-arrow.pull-right:before {
  left: auto;
}
body.gz-v2-ui-enabled .top-nav-btn.user .user-menu.with-arrow.pull-right:after {
  left: auto;
  border-bottom: 7px solid #f8fbff;
}
body.gz-v2-ui-enabled .top-nav-btn.user .circle {
  border-radius: 16px;
  box-sizing: border-box;
}
body.gz-v2-ui-enabled .top-nav-btn.user .icon i {
  font-size: 32px;
}
body.gz-v2-ui-enabled .top-nav-btn.user .user-image {
  float: right;
}
body.gz-v2-ui-enabled .top-nav-btn.user .user-image img.circle {
  width: 32px;
  height: 32px;
  border: 1px solid #191a20;
}
body.gz-v2-ui-enabled .top-nav-btn.user .user-titles {
  vertical-align: middle;
  text-align: left;
  margin-right: 80px;
  margin-left: 19px;
  margin-top: 0.205px;
}
body.gz-v2-ui-enabled .top-nav-btn.user .user-titles div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Open Sans;
  font-style: normal;
  /* not in the palette? */
  color: #3c4043;
}
body.gz-v2-ui-enabled .top-nav-btn.user .user-titles .main {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.4px;
}
body.gz-v2-ui-enabled .top-nav-btn.user .user-titles .sub {
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.8px;
  opacity: 0.64;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search {
  padding: 1px 0 0 0;
  position: relative;
  flex: 1;
}
@media (max-width: 412px) {
  body.gz-v2-ui-enabled .top-nav-btn.gzui-search {
    /* Phone */
    padding: 16px;
  }
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .dropdown-menu {
  width: 100%;
  margin-top: 0;
  border-radius: 0 0 3px 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .dropdown-menu .uib-typeahead-match a {
  padding: 6px 0px;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .dropdown-menu .uib-typeahead-match a i {
  font-size: 13px;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .dropdown-menu .uib-typeahead-match.active a {
  background: #e5eaf0;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row {
  /* not in the palette? */
  color: #3c4043;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row:hover {
  font-weight: bold;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row:focus {
  font-weight: bold;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row div {
  display: inline-block;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-data {
  margin: 0 150px 0 40px;
  display: flex;
  flex-wrap: wrap;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-id {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
  margin-top: 2px;
  float: right;
}
@media (max-width: 1400px) {
  body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-id {
    width: 75px;
  }
}
@media (min-width: 1400px) {
  body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-id {
    width: 275px;
  }
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-location {
  text-align: right;
  display: flex;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-name {
  font-family: Open Sans;
  font-style: normal;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.4px;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 120px;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-name .related {
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.8px;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-icon {
  float: left;
  margin: 2px 0 0 6px;
  color: #282931;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot {
  background-color: #4d4f5c;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  float: right;
  margin: 8px 30px 8px 8px;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.Active {
  background-color: #61d255;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.Approved {
  background-color: #61d255;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.Canceled {
  background-color: #eb3336;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.Courtesy {
  background-color: #61d255;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.Declined {
  background-color: #eb3336;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.Draft {
  background-color: #fceb9c;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.Dropped {
  background-color: #eb3336;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.Expired {
  background-color: #eb3336;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.Lead {
  background-color: #4d4f5c;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.NonMember {
  background-color: #4d4f5c;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.PendingApproval {
  background-color: #ffc477;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.Postponed {
  background-color: #eb3336;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.Prospect {
  background-color: #4d4f5c;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.Trial {
  background-color: #4d4f5c;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row .result-status-dot.Suspended {
  background-color: #fceb9c;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row.results .fa-spinner {
  display: none;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row.results .fa-times-circle {
  display: block;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row.results .fa-search {
  display: none;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row.results input[type="text"] {
  background: linear-gradient(0deg, #f8fbff, #f8fbff), white;
  box-shadow: inset 0px -2px 0px #266cf6;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row.searching .fa-spinner {
  display: block;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row.searching .fa-times-circle {
  display: none;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row.searching .fa-search {
  display: none;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row.default .fa-spinner {
  display: none;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row.default .fa-times-circle {
  display: none;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .result-row.default .fa-search {
  display: block;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .top-nav-btn.add .add-item-menu {
  width: 150px;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .top-nav-btn.add .add-item-menu.with-arrow.pull-left:before {
  left: 18px;
}
body.gz-v2-ui-enabled .top-nav-btn.gzui-search .top-nav-btn.add .add-item-menu.with-arrow.pull-left:after {
  left: 19px;
  border-bottom: 7px solid #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled .header-1 {
  font-family: 'Open Sans';
  color: #191a20;
  font-size: 40px;
  font-weight: 300;
}
body.gz-v2-ui-enabled.gz-v25-enabled .header-2 {
  font-family: 'Open Sans';
  color: #191a20;
  font-size: 36px;
  font-weight: 400;
}
body.gz-v2-ui-enabled.gz-v25-enabled .header-3 {
  font-family: 'Open Sans';
  color: #191a20;
  font-size: 32px;
  font-weight: 600;
}
body.gz-v2-ui-enabled.gz-v25-enabled .header-4 {
  font-family: 'Open Sans';
  color: #191a20;
  font-size: 24px;
  font-weight: 400;
}
body.gz-v2-ui-enabled.gz-v25-enabled .header-5 {
  font-family: 'Open Sans';
  color: #191a20;
  font-size: 24px;
  font-weight: 400;
}
body.gz-v2-ui-enabled.gz-v25-enabled .header-5 .section-heading {
  opacity: 0.6;
  font-size: 20px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .header-6 {
  font-family: 'Open Sans';
  color: #191a20;
  font-size: 20px;
  font-weight: 700;
}
body.gz-v2-ui-enabled.gz-v25-enabled .subtitle-1 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.8px;
  color: #010101;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot {
  background-color: #4d4f5c;
  display: inline-block;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Active {
  background-color: #61d255;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.AdminReview {
  background-color: #ffc477;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Approved {
  background-color: #61d255;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Applied {
  background-color: #61d255;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Attended {
  background-color: #61d255;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Canceled {
  background-color: #eb3336;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Completed {
  background-color: #9ff194;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Courtesy {
  background-color: #61d255;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Declined {
  background-color: #eb3336;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Draft {
  background-color: #fceb9c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Dropped {
  background-color: #eb3336;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Expired {
  background-color: #eb3336;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Expiring {
  background-color: #fceb9c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Inactive {
  background-color: #eb3336;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.InProgress {
  background-color: #61d255;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Lead {
  background-color: #4d4f5c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Lost {
  background-color: #eb3336;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.NonMember {
  background-color: #4d4f5c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.NonResponsive {
  background-color: #fceb9c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.NotCompleted {
  background-color: #fceb9c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.OnHold {
  background-color: #ffc477;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.PendingApproval,
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Pending {
  background-color: #ffc477;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Postponed,
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.PostPoned {
  background-color: #eb3336;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Prospect {
  background-color: #4d4f5c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Registered {
  background-color: #61d255;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Replaced {
  background-color: #4d4f5c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Terminated {
  background-color: #eb3336;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Trial {
  background-color: #4d4f5c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Suspended {
  background-color: #fceb9c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Unknown {
  background-color: #61d255;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.WaitingList {
  background-color: #4d4f5c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .result-status-dot.Won {
  background-color: #61d255;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content {
  padding: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .deluxe-collection-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .list-view-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view,
body.gz-v2-ui-enabled.gz-v25-enabled #content .report-view {
  margin: 24px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .deluxe-collection-screen .banner-msg,
body.gz-v2-ui-enabled.gz-v25-enabled #content .list-view-screen .banner-msg,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view .banner-msg,
body.gz-v2-ui-enabled.gz-v25-enabled #content .report-view .banner-msg {
  margin: 0;
  background: unset;
  padding: 0;
  font-family: 'Open Sans';
  color: #191a20;
  font-size: 13px;
  background: white;
  padding: 15px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  line-height: 16px;
  text-align: left;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .deluxe-collection-screen .banner-msg.warning,
body.gz-v2-ui-enabled.gz-v25-enabled #content .list-view-screen .banner-msg.warning,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view .banner-msg.warning,
body.gz-v2-ui-enabled.gz-v25-enabled #content .report-view .banner-msg.warning {
  border: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .deluxe-collection-screen .banner-msg.warning:before,
body.gz-v2-ui-enabled.gz-v25-enabled #content .list-view-screen .banner-msg.warning:before,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view .banner-msg.warning:before,
body.gz-v2-ui-enabled.gz-v25-enabled #content .report-view .banner-msg.warning:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f06a";
  display: inline-block;
  color: #f4b53f;
  font-weight: 900;
  font-size: 14px;
  position: relative;
  top: 1px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .deluxe-collection-screen .banner-msg.error,
body.gz-v2-ui-enabled.gz-v25-enabled #content .list-view-screen .banner-msg.error,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view .banner-msg.error,
body.gz-v2-ui-enabled.gz-v25-enabled #content .report-view .banner-msg.error {
  border: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .deluxe-collection-screen .banner-msg.error span:first-of-type:before,
body.gz-v2-ui-enabled.gz-v25-enabled #content .list-view-screen .banner-msg.error span:first-of-type:before,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view .banner-msg.error span:first-of-type:before,
body.gz-v2-ui-enabled.gz-v25-enabled #content .report-view .banner-msg.error span:first-of-type:before {
  content: unset;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .deluxe-collection-screen .banner-msg.error:before,
body.gz-v2-ui-enabled.gz-v25-enabled #content .list-view-screen .banner-msg.error:before,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view .banner-msg.error:before,
body.gz-v2-ui-enabled.gz-v25-enabled #content .report-view .banner-msg.error:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f071";
  display: inline-block;
  color: #eb3336;
  font-weight: 900;
  font-size: 14px;
  position: relative;
  top: 1px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view .banner-msg {
  margin: 5px -5px 5px 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen {
  padding: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page {
  background-color: transparent;
  border: none;
  padding: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page .list-view-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page .list-view-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page .getting-started,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page .getting-started,
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page .standard-view:not(.gzui-columned-layout),
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page .standard-view:not(.gzui-columned-layout) {
  margin: 24px;
  background-color: white;
  padding: 15px 15px 15px 15px;
  border: #dddddd 1px solid;
  border-radius: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page .calendar-view,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page .calendar-view {
  background-color: white;
  border: #dddddd 1px solid;
  padding: 0 24px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page .deluxe-collection-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page .deluxe-collection-screen {
  padding: 0 24px;
  margin: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page .menu-page-with-child-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page .menu-page-with-child-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page .main-entity-parent-page-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page .main-entity-parent-page-screen {
  padding: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page .menu-page-with-child-screen .menu-page .main-entity-parent-page-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page .menu-page-with-child-screen .menu-page .main-entity-parent-page-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page .main-entity-parent-page-screen .menu-page .main-entity-parent-page-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page .main-entity-parent-page-screen .menu-page .main-entity-parent-page-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page .menu-page-with-child-screen .menu-page .menu-page-with-child-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page .menu-page-with-child-screen .menu-page .menu-page-with-child-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page .main-entity-parent-page-screen .menu-page .menu-page-with-child-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page .main-entity-parent-page-screen .menu-page .menu-page-with-child-screen {
  padding: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page .menu-page-with-child-screen .menu-page .deluxe-collection-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page .menu-page-with-child-screen .menu-page .deluxe-collection-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page .main-entity-parent-page-screen .menu-page .deluxe-collection-screen,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page .main-entity-parent-page-screen .menu-page .deluxe-collection-screen {
  padding: 0 24px;
  margin: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen .menu-page .button-header-row.gzui-only,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen .menu-page .button-header-row.gzui-only {
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .menu-page-with-child-screen.page-with-tabs .list-view-screen .list-view-heading h3,
body.gz-v2-ui-enabled.gz-v25-enabled #content .main-entity-parent-page-screen.page-with-tabs .list-view-screen .list-view-heading h3 {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .deluxe-collection-screen-actions {
  float: right;
  margin-top: -27px;
  margin-right: -27px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .deluxe-collection-screen-actions button.action-button {
  background-color: #161d26;
  padding: 0px 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .deluxe-collection-screen-actions button.action-button span:first-of-type {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .deluxe-collection-screen-fields {
  position: absolute;
  margin: -22px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .deluxe-collection-screen-help {
  font-size: 14px;
  margin-top: 24px;
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view {
  border-radius: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout {
  background-color: transparent;
  border: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset {
  background-color: transparent;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .row-no-margin-top {
  margin: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui-tableformfield,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui-tablefield,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-imagegalleryfield,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-videogalleryfield,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-linkboxwithtitlefield,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-widgetlayoutfield,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-listviewfield {
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 15px;
  margin: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui-tableformfield.combine-section-top,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui-tablefield.combine-section-top,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-imagegalleryfield.combine-section-top,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-videogalleryfield.combine-section-top,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-linkboxwithtitlefield.combine-section-top,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-widgetlayoutfield.combine-section-top,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-listviewfield.combine-section-top {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui-tableformfield.combine-section-bottom,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui-tablefield.combine-section-bottom,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-imagegalleryfield.combine-section-bottom,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-videogalleryfield.combine-section-bottom,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-linkboxwithtitlefield.combine-section-bottom,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-widgetlayoutfield.combine-section-bottom,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-listviewfield.combine-section-bottom {
  padding-top: 0px;
  margin-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui-tableformfield .panel,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui-tablefield .panel,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-imagegalleryfield .panel,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-videogalleryfield .panel,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-linkboxwithtitlefield .panel,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-widgetlayoutfield .panel,
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-listviewfield .panel {
  border: none;
  background: transparent;
  padding: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-widgetcollectionfield {
  margin: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-dynamicfieldlistfield {
  padding: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-dynamicfieldlistfield .gzui-dynamicfieldlistgroup-section {
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 15px;
  margin: 5px 5px 10px 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .standard-view.gzui-columned-layout fieldset .gzui.gzui-dynamicfieldlistfield .cf-row {
  padding: 15px;
}
@media (min-width: 900px) {
  body.gz-v2-ui-enabled .form-horizontal .col-sm-control {
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  body.gz-v2-ui-enabled .pull-right-lg {
    float: right;
  }
}
body.gz-v2-ui-enabled div.environment {
  font-family: 'Open Sans';
  color: #191a20;
  font-size: 14px;
  font-weight: bolder;
  font-style: italic;
  align-content: center;
  pointer-events: none;
}
body.gz-v2-ui-enabled div.environment.apitesting {
  background-color: gold;
}
body.gz-v2-ui-enabled div.environment.env-development {
  background-color: mediumaquamarine;
}
body.gz-v2-ui-enabled div.environment.env-local {
  background-color: deepskyblue;
}
body.gz-v2-ui-enabled div.environment.env-productionclone {
  background-color: #80ffff;
}
body.gz-v2-ui-enabled div.environment.env-productiontrial {
  background-color: #80ffff;
}
body.gz-v2-ui-enabled div.environment.env-staging {
  background-color: #95f204;
}
body.gz-v2-ui-enabled div.environment.env-testing {
  background-color: gold;
}
body.gz-v2-ui-enabled .image-bottom-padding {
  padding-bottom: 15px;
}


.gzui-only {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-only {
  display: initial;
}
body.gz-v2-ui-enabled.gz-v25-enabled .mzui-only {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-field .form-row {
  min-height: 85px;
  margin-bottom: 0;
  position: relative;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group.gzui-keyvaluefield,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-field .form-row.gzui-keyvaluefield {
  min-height: 30px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group .selectWrap,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-field .form-row .selectWrap {
  display: block;
  position: relative;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group .selectWrap .form-control,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-field .form-row .selectWrap .form-control {
  background-image: url('data:image/svg+xml;utf8,<svg class="shadow" xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:rgb(25, 26, 32); filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4))" /></svg>');
  background-position: right 9px top 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group .selectWrap:before,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-field .form-row .selectWrap:before {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group.multi-select-filter .selectWrap:after,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-field .form-row.multi-select-filter .selectWrap:after {
  top: 30px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group.form-group-25,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-field .form-row.form-group-25 {
  min-height: 25px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group.form-group-50,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-field .form-row.form-group-50 {
  min-height: 50px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group.form-group-170,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-field .form-row.form-group-170 {
  min-height: 170px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group.form-group-200,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-field .form-row.form-group-200 {
  min-height: 200px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group.form-group-300,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-field .form-row.form-group-300 {
  min-height: 300px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group .gzui-radio-field input,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-field .form-row .gzui-radio-field input {
  height: unset;
  transform: scale(1.4);
}
body.gz-v2-ui-enabled.gz-v25-enabled tr.gzui-hiddenfield {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .feature-hide {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly:not(:has(a)) label {
  opacity: 0.6;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-textinputfield.gzui-readonly,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield.gzui-readonly,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-integerfield.gzui-readonly,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-currencyfield.gzui-readonly,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-onofffield.gzui-readonly,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-passwordfield.gzui-readonly,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield.gzui-readonly {
  min-height: 85px;
  margin-bottom: 0;
  position: relative;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-textinputfield.gzui-readonly button:disabled,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield.gzui-readonly button:disabled,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-integerfield.gzui-readonly button:disabled,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-currencyfield.gzui-readonly button:disabled,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-onofffield.gzui-readonly button:disabled,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-passwordfield.gzui-readonly button:disabled,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield.gzui-readonly button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-textinputfield.gzui-readonly.form-group-25,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield.gzui-readonly.form-group-25,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-integerfield.gzui-readonly.form-group-25,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-currencyfield.gzui-readonly.form-group-25,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-onofffield.gzui-readonly.form-group-25,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-passwordfield.gzui-readonly.form-group-25,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield.gzui-readonly.form-group-25 {
  min-height: 25px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-textinputfield.gzui-readonly.form-group-50,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield.gzui-readonly.form-group-50,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-integerfield.gzui-readonly.form-group-50,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-currencyfield.gzui-readonly.form-group-50,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-onofffield.gzui-readonly.form-group-50,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-passwordfield.gzui-readonly.form-group-50,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield.gzui-readonly.form-group-50 {
  min-height: 50px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-textinputfield.gzui-readonly.form-group-200,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield.gzui-readonly.form-group-200,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-integerfield.gzui-readonly.form-group-200,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-currencyfield.gzui-readonly.form-group-200,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-onofffield.gzui-readonly.form-group-200,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-passwordfield.gzui-readonly.form-group-200,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield.gzui-readonly.form-group-200 {
  min-height: 200px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-textinputfield.gzui-readonly.form-group-300,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield.gzui-readonly.form-group-300,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-integerfield.gzui-readonly.form-group-300,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-currencyfield.gzui-readonly.form-group-300,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-onofffield.gzui-readonly.form-group-300,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-passwordfield.gzui-readonly.form-group-300,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield.gzui-readonly.form-group-300 {
  min-height: 300px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .screen-data-field .gzui-textinputfield.gzui-readonly,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-hiddeninputfield {
  min-height: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .dynamic-list.has-items .dynamic-list-column.gzui-required label.control-label:after {
  content: '*';
}
body.gz-v2-ui-enabled.gz-v25-enabled .dynamic-list .dynamic-list-column.gzui-required label.control-label:after {
  content: '';
}
body.gz-v2-ui-enabled.gz-v25-enabled .dynamic-list .dynamic-list-body .gzui-tooltip,
body.gz-v2-ui-enabled.gz-v25-enabled .dynamic-list .dynamic-list-body .gz-help {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .dynamic-list-body .form-group,
body.gz-v2-ui-enabled.gz-v25-enabled .dynamic-list-body .gzui-textinputfield.gzui-readonly,
body.gz-v2-ui-enabled.gz-v25-enabled .dynamic-list-body .gzui-datetimefield.gzui-readonly,
body.gz-v2-ui-enabled.gz-v25-enabled .dynamic-list-body .gzui-integerfield.gzui-readonly,
body.gz-v2-ui-enabled.gz-v25-enabled .dynamic-list-body .gzui-passwordfield.gzui-readonly,
body.gz-v2-ui-enabled.gz-v25-enabled .dynamic-list-body .gzui-currencyfield.gzui-readonly {
  min-height: 60px;
}
body.gz-v2-ui-enabled.gz-v25-enabled label.control-label {
  font-family: Open Sans;
  font-weight: bold;
  font-size: 16px;
  color: #191a20;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-required label.control-label:after {
  content: '*';
  color: #d12c3a;
  margin-left: 2px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .input-group.gzui-typeahead,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .input-group .form-control {
  pointer-events: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .selectWrap .form-control {
  background-image: url('data:image/svg+xml;utf8,<svg class="shadow" xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:rgba(25, 26, 32, 0.25); filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4))" /></svg>');
  background-position: right 9px top 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .form-control,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .form-control-static,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .selectize-control {
  height: 36px;
  background: #f8fbff;
  border: 1px solid #e5eaf0;
  box-sizing: border-box;
  border-radius: 4px;
  font-style: normal;
  font-size: 14px;
  color: #191a20;
  padding: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 14px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .form-control.gzui-no-border,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .form-control-static.gzui-no-border,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .selectize-control.gzui-no-border {
  background: white;
  border: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .form-control.gzui-placeholder,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .form-control-static.gzui-placeholder,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .selectize-control.gzui-placeholder {
  border: none;
  background: transparent;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .form-control.gzui-link,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .form-control-static.gzui-link,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .selectize-control.gzui-link {
  color: #266cf6;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly.gzui-textinputfield p {
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 14px;
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly.gzui-textinputfield .gzui-link {
  color: #266cf6;
  background: white;
  border: none;
  padding: 11px 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly.gzui-textinputfield .gzui-wraptext {
  text-overflow: unset;
  overflow: unset;
  white-space: unset;
  line-height: 18px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly.gzui-textinputfield i.fa-times-circle {
  opacity: 0.6;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly.gzui-onofffield button,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly.gzui-nav-button button,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly.gzui-onofffield label,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly.gzui-nav-button label,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly.gzui-onofffield .gzui-label,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly.gzui-nav-button .gzui-label {
  opacity: 0.5;
  pointer-events: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .form-group .selectWrap:after {
  background-color: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .form-group .gzui-typeahead-status {
  color: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .form-group input,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly .form-group select {
  pointer-events: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-readonly textarea.form-control {
  white-space: break-spaces;
  height: 135px;
  overflow: auto;
  pointer-events: unset;
}
body.gz-v2-ui-enabled.gz-v25-enabled .readonly .form-group,
body.gz-v2-ui-enabled.gz-v25-enabled .readonly .gzui-text {
  opacity: 0.5;
}
body.gz-v2-ui-enabled.gz-v25-enabled .readonly .form-group input,
body.gz-v2-ui-enabled.gz-v25-enabled .readonly .gzui-text input,
body.gz-v2-ui-enabled.gz-v25-enabled .readonly .form-group select,
body.gz-v2-ui-enabled.gz-v25-enabled .readonly .gzui-text select,
body.gz-v2-ui-enabled.gz-v25-enabled .readonly .form-group tags-input .host,
body.gz-v2-ui-enabled.gz-v25-enabled .readonly .gzui-text tags-input .host,
body.gz-v2-ui-enabled.gz-v25-enabled .readonly .form-group .gzui-radio-label,
body.gz-v2-ui-enabled.gz-v25-enabled .readonly .gzui-text .gzui-radio-label {
  pointer-events: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled a.readonly,
body.gz-v2-ui-enabled.gz-v25-enabled button.readonly {
  opacity: 0.5;
  pointer-events: none;
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-control-static.gzui-link {
  font-size: 14px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .flex-display-tooltip label.control-label {
  line-height: 25px;
}
body.gz-v2-ui-enabled.gz-v25-enabled input {
  font-family: Open Sans;
  padding: 8px;
  height: 36px;
}
body.gz-v2-ui-enabled.gz-v25-enabled input.form-control:focus {
  padding: 7px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-validation .ng-valid-required.ng-dirty,
body.gz-v2-ui-enabled.gz-v25-enabled input.ng-invalid-required {
  border-right: 1px solid #4d4f5c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-validation tr.ng-valid-required.ng-dirty {
  border-right: initial;
}
body.gz-v2-ui-enabled.gz-v25-enabled input.form-control,
body.gz-v2-ui-enabled.gz-v25-enabled .form-control.dropdown,
body.gz-v2-ui-enabled.gz-v25-enabled select.form-control,
body.gz-v2-ui-enabled.gz-v25-enabled textarea.form-control,
body.gz-v2-ui-enabled.gz-v25-enabled .custom-dropdown-button {
  font-family: Open Sans;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #4d4f5c;
  font-size: 14px;
  color: #191a20;
  line-height: 14px;
  background: #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled input.form-control.ng-invalid,
body.gz-v2-ui-enabled.gz-v25-enabled .form-control.dropdown.ng-invalid,
body.gz-v2-ui-enabled.gz-v25-enabled select.form-control.ng-invalid,
body.gz-v2-ui-enabled.gz-v25-enabled textarea.form-control.ng-invalid,
body.gz-v2-ui-enabled.gz-v25-enabled .custom-dropdown-button.ng-invalid {
  border: 2px solid #d12c3a;
}
body.gz-v2-ui-enabled.gz-v25-enabled input.form-control:focus,
body.gz-v2-ui-enabled.gz-v25-enabled .form-control.dropdown:focus,
body.gz-v2-ui-enabled.gz-v25-enabled select.form-control:focus,
body.gz-v2-ui-enabled.gz-v25-enabled textarea.form-control:focus,
body.gz-v2-ui-enabled.gz-v25-enabled .custom-dropdown-button:focus {
  border: 2px solid #266cf6;
  background: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-control.dropdown.cf-multi-choice {
  height: auto;
  min-height: 36px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 3px;
}
body.gz-v2-ui-enabled.gz-v25-enabled select.form-control {
  padding: 8px;
  appearance: none;
  height: 36px;
}
body.gz-v2-ui-enabled.gz-v25-enabled select.form-control:focus {
  padding: 9px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [micronet-rich-text-editor] {
  background: #f8fbff;
  border-radius: 3px;
  border: 1px solid #4d4f5c;
}
body.gz-v2-ui-enabled.gz-v25-enabled input.form-control,
body.gz-v2-ui-enabled.gz-v25-enabled textarea.form-control {
  padding: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.selectize-control {
  font-family: Open Sans;
  border-radius: 3px;
  border: 1px solid #4d4f5c;
  color: #191a20;
  background: #f8fbff;
  height: auto;
  line-height: 14px;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.selectize-control.ng-invalid {
  border: 2px solid #d12c3a;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.selectize-control div.selectize-input {
  border: none;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  line-height: 14px;
  color: #191a20;
  display: flex;
  align-items: center;
  height: 36px;
  opacity: 1;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.selectize-control div.selectize-input ::placeholder {
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.selectize-control div.selectize-input:after {
  content: "";
  width: 14px;
  height: 7px;
  background-color: #191a20;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  position: absolute;
  top: 15px;
  right: 9px;
  z-index: 100;
  pointer-events: none;
  border: none;
  margin-top: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.selectize-control div.selectize-input.disabled:after {
  background-color: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled div.selectize-dropdown {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 23.8px;
  color: #191a20;
  background: #f8fbff;
  z-index: 101;
}
body.gz-v2-ui-enabled.gz-v25-enabled .col-sm-12 > .form-group > .gz-help,
body.gz-v2-ui-enabled.gz-v25-enabled .col-sm-12 > .gz-help {
  white-space: normal;
  overflow: unset;
  text-overflow: unset;
  position: unset;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gz-help {
  font-family: Open Sans;
  color: #4d4f5c;
  font-size: 12px;
  position: absolute;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 14px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gz-help.gz-help-section {
  position: relative;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-only.gz-help {
  /* help text needs to be block to stay constrained within the form-group box */
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled button.checkbox {
  background-color: white;
  border: solid #191a20;
  border-width: 1px;
  border-radius: 10%;
  display: inline;
  /* so help text doesn't overlap*/
  z-index: 1;
}
body.gz-v2-ui-enabled.gz-v25-enabled button.checkbox:hover {
  background-color: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled button.btn {
  outline: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled button.checkbox.checked {
  background-color: #266cf6;
  border: solid #266cf6;
  border-width: 1px;
  border-radius: 10%;
}
body.gz-v2-ui-enabled.gz-v25-enabled button.checkbox.checked .glyphicon-ok {
  color: white;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tooltip {
  font-family: Open Sans;
  color: #4d4f5c;
  font-size: 14px;
  vertical-align: top;
}
body.gz-v2-ui-enabled.gz-v25-enabled textarea.form-control {
  line-height: 23.8px;
  height: 135px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .text-area-max {
  text-align: right;
  font-weight: 600;
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .text-area-max span.current-length {
  color: #f4b53f;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead input:focus {
  border: 2px solid #266cf6;
  background: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead .gzui-typeahead-status {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 3;
  font-size: 16px;
  display: none;
  color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead .gzui-typeahead-status.fa-search {
  pointer-events: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead.searching .gzui-typeahead-status.fa-search {
  display: none !important;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead.searching .gzui-typeahead-status.fa-spinner {
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead.searching .gzui-typeahead-status.fa-times-circle {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead.results .gzui-typeahead-status.fa-times-circle {
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead.results .gzui-typeahead-status.fa-search {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead.results .gzui-typeahead-status.fa-spinner {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead.default .gzui-typeahead-status.fa-search {
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead.default .gzui-typeahead-status.fa-times-circle {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead.default .gzui-typeahead-status.fa-spinner {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead.no-add .gzui-typeahead-status {
  right: 6px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead.no-add .dropdown-menu:before {
  right: 7px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead.no-add .dropdown-menu:after {
  right: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead .dropdown-menu {
  border-radius: 3px;
  width: 100%;
  background: #f8fbff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  margin-top: 2px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead .dropdown-menu:before {
  content: " ";
  position: absolute;
  right: 30px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.15);
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead .dropdown-menu:after {
  content: " ";
  position: absolute;
  right: 31px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom: 7px solid #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead .dropdown-menu .uib-typeahead-match a {
  padding: 5px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group.gzui-typeahead .dropdown-menu .uib-typeahead-match.active a {
  background-color: #e5eaf0;
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .range-wrap {
  position: relative;
  margin: 0 auto 3rem;
}
body.gz-v2-ui-enabled.gz-v25-enabled .range-wrap label {
  position: relative;
  top: 10px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .range-wrap label.rangeValueStartLabel {
  float: left;
}
body.gz-v2-ui-enabled.gz-v25-enabled .range-wrap label.rangeValueEndLabel {
  float: right;
}
body.gz-v2-ui-enabled.gz-v25-enabled .range-wrap .range {
  width: 100%;
  accent-color: #282931;
}
body.gz-v2-ui-enabled.gz-v25-enabled .range-wrap .bubble.gzui-only {
  background: #e5eaf0;
  color: #191a20;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .range-wrap .bubble.gzui-only::after {
  content: "";
  width: 2px;
  height: 2px;
  top: -1px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group-currency span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  font-family: Open Sans;
  height: auto;
  border: 1px solid #4d4f5c;
  font-size: 14px;
  color: #191a20;
  line-height: 14px;
  background: #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled .input-group-currency input {
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-control.dropdown {
  padding: 3px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-control.dropdown.open {
  padding: 2px;
  border: 2px solid #266cf6;
  background: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-control.dropdown:after {
  content: "";
  width: 1.2em;
  height: 0.6em;
  background-color: #191a20;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  position: absolute;
  top: 14px;
  right: 9px;
  z-index: 100;
  pointer-events: none;
  font-size: 12px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-control.dropdown .ui-select-match-item {
  font-family: Open Sans;
  border-radius: 3px;
  border: 1px solid #f8fbff;
  font-size: 14px;
  color: #191a20;
  line-height: 14px;
  background: #f8fbff;
  padding: 5px;
  text-align: left;
  width: 100%;
  height: auto !important;
  margin: 1px;
  width: auto;
  cursor: default;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-control.dropdown .ui-select-match-item:hover {
  border: 1px solid #4d4f5c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-control.dropdown .ui-select-match-item .close {
  float: left;
  color: #f8fbff;
  text-shadow: none;
  opacity: 1;
  line-height: 14px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-control.dropdown .ui-select-match-item .close:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 200;
  content: '\f00d';
  font-size: 20px;
  margin: 0px 2px;
  color: #191a20;
  position: absolute;
  left: 5px;
  top: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .dropdown input[type="text"].form-control:focus {
  border: 2px solid #266cf6;
  padding: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .cf-content .gzui-datetimefield .input-group.dropdown span.input-group-btn2 {
  right: 20px;
  top: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-menu .btn-info:active,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-menu .btn-info.active,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-menu .open > .btn-info.dropdown-toggle {
  background-color: black;
  opacity: 1;
  color: #f4f7fa;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-menu.dropdown-menu {
  width: fit-content;
  height: fit-content;
  font-family: 'Open Sans';
  font-weight: 900;
  font-size: 14px;
  left: auto;
  right: 0;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16), 0px 0px 2px rgba(0, 0, 0, 0.32);
  /* with-arrow styles */

  /*Calendar dates*/

  /*Calendar days of week*/

}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-menu.dropdown-menu:before {
  content: " ";
  position: absolute;
  right: 8px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.15);
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-menu.dropdown-menu:after {
  content: " ";
  position: absolute;
  right: 9px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom: 7px solid white;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-menu.dropdown-menu.datetime-date td > button {
  width: 46px;
  height: 48px;
  border: 1px solid white;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-menu.dropdown-menu th.text-center {
  height: 32px;
  font-weight: 400;
  color: #3e4c5e;
  align-content: center;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-menu.dropdown-menu th.text-center small {
  position: center;
  font-size: 12px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .btn-default.btn-sm {
  opacity: 1;
  background-color: #f4f7fa;
  border: 1px solid white;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .btn-default.btn-sm.uib-title {
  width: 238px;
  color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .btn-default.btn-sm.pull-left.uib-left {
  width: 46px;
  height: 48px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .btn-default.btn-sm.pull-left.uib-left i {
  width: 11.91px;
  height: 20px;
  font-size: 1.5em;
  color: #191a20;
  -webkit-text-stroke: 1px #f4f7fa;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .btn-default.btn-sm.pull-right.uib-right {
  width: 46px;
  height: 48px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .btn-default.btn-sm.pull-right.uib-right i {
  width: 11.91px;
  height: 20px;
  font-size: 1.5em;
  color: #191a20;
  -webkit-text-stroke: 1px #f4f7fa;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .btn-default.btn-sm.btn-info {
  padding: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-menu .btn {
  border-radius: 4px;
  font-family: 'Open Sans';
  height: 48px;
  width: 100%;
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  color: #161d26;
  background-color: #f4f7fa;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datepicker-dropdown .custom-dropdown-datepicker-button {
  padding: 6px 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .btn-info.active .text-info {
  color: #f4f7fa;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .text-info {
  color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .input-group.dropdown span.input-group-btn2 {
  position: absolute;
  right: 30px;
  z-index: 3;
  top: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .input-group.dropdown span.input-group-btn2 .btn {
  background: #f8fbff;
  border: none;
  opacity: 1;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .input-group.dropdown span.input-group-btn2 .btn i {
  opacity: 1;
  color: black;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .input-group.dropdown span.input-group-btn2 .btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .gzui-datetimefield .glyphicon-calendar:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f073";
  font-size: 1.25em;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .gzui-datetimefield .time-only .glyphicon-calendar:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f017";
  font-size: 1.25em;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-time {
  margin-top: 5px;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-time a.btn.btn-link {
  border: 1px solid white;
  outline: none;
  font-size: 1.5em;
  width: 48px;
  height: 48px;
  color: #191a20;
  -webkit-text-stroke: 1px #f4f7fa;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-time input[type="text"].form-control {
  width: 48px;
  height: 48px;
  border: 1px solid white;
  outline: none;
  background-color: white;
  font-weight: 400;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-time button[type="button"] {
  width: 48px;
  height: 48px;
  border: 1px solid white;
  outline: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-time .uib-time.am-pm button[type="button"] {
  height: 144px;
  margin-top: -48px;
  margin-bottom: -48px;
  background: white;
  outline: none;
  position: relative;
  font-weight: 400;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-time .uib-time.am-pm button[type="button"]:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-time .uib-time.am-pm button[type="button"]:before {
  display: inline-block;
  text-align: center;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;
  content: '\e113';
  position: absolute;
  top: 0px;
  left: 3px;
  height: 46px;
  width: 46px;
  background: #f4f7fa;
  border-radius: 3px;
  font-size: 21px;
  -webkit-text-stroke-color: #f4f7fa;
  -webkit-text-stroke-width: 1px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-datetimefield .datetime-time .uib-time.am-pm button[type="button"]:after {
  display: inline-block;
  text-align: center;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;
  content: '\e114';
  position: absolute;
  bottom: 0px;
  left: 3px;
  height: 46px;
  width: 46px;
  background: #f4f7fa;
  border-radius: 3px;
  font-size: 21px;
  -webkit-text-stroke-color: #f4f7fa;
  -webkit-text-stroke-width: 1px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table-heading,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tableformfield .table-heading,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-imagegalleryfield .table-heading,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-videogalleryfield .table-heading,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-dynamicfieldlistgroup-section .table-heading,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-widgetlayoutfield .table-heading,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-listviewfield .table-heading {
  font-family: Open Sans;
  font-weight: bold;
  font-size: 18px;
  color: #191a20;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .gzui-only.gz-help,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .gzui-only.gz-help {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table-responsive,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table-responsive {
  /*we cannot scroll because the interior pop-up windows will cause scrolling
                overflow: auto;
            */
  overflow: visible;
  /*
                no border-radius or drop shadow filter as it creates stacking content
                stacking content freates z-index issues on our dropdowns
                border-radius: 8px;
                filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.16));
            */
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  background-color: #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table-responsive.scroll-height-150,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table-responsive.scroll-height-150,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table-responsive.scroll-height-300,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table-responsive.scroll-height-300 {
  overflow-y: auto;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table-responsive.allow-scrolling,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table-responsive.allow-scrolling {
  overflow: auto;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table {
  border: none;
  font-family: Open Sans;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table tr,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table tr {
  border: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table td,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table td {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  background-color: white;
  color: #191a20;
  height: 56px;
  padding: 10px 20px 10px 20px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table td .color-primary,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table td .color-primary {
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table td a,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table td a,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table td a.color-primary,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table td a.color-primary {
  color: #266cf6;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table td i.popover-link,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table td i.popover-link {
  color: #266cf6;
  cursor: pointer;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table td i.cellIcon-before,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table td i.cellIcon-before {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table th,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table th {
  line-height: 24px;
  color: #161d26;
  font-size: 14px;
  font-weight: 600;
  border: none;
  height: 56px;
  padding: 10px 20px 10px 20px;
  z-index: 99;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table .actions .gzui-col-heading,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table .actions .gzui-col-heading {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table .actions .dropdown.open .btn-multiple-actions,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table .actions .dropdown.open .btn-multiple-actions {
  box-shadow: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table .actions .dropdown.open .dropdown-menu a,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table .actions .dropdown.open .dropdown-menu a {
  color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table .actions .dropdown.open .dropdown-menu a:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table .actions .dropdown.open .dropdown-menu a:hover {
  background-color: #e5eaf0;
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table .actions .dropdown.open .dropdown-menu a .color-primary,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table .actions .dropdown.open .dropdown-menu a .color-primary {
  color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table .actions .btn,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table .actions .btn {
  border: none;
  color: #161d26;
  background: none;
  font-size: 14px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table .actions .btn .color-primary,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table .actions .btn .color-primary {
  color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table .actions .btn.btn-multiple-actions,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table .actions .btn.btn-multiple-actions {
  font-size: 20px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table .actions .btn.btn-multiple-actions .fa-ellipsis-h,
body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-content .table .actions .btn.btn-multiple-actions .fa-ellipsis-h {
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled ::selection {
  background: #266cf6;
  color: white;
}
body.gz-v2-ui-enabled.gz-v25-enabled ::-moz-selection {
  background: #266cf6;
  color: white;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-imagefield button {
  border: none;
  background-color: #f4f7fa;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-imagefield button.img80_80 {
  height: 80px;
  width: 80px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-imagefield button.img100_100 {
  height: 100px;
  width: 100px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-imagefield button i {
  font-size: 44px;
  color: #3e4c5e;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-imagefield .mn-overlay {
  color: #266cf6;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-imagegalleryfield a,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-videogalleryfield a {
  color: #3e4c5e;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-fileexplorerfield table th a,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield table th a {
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-onofffield.scheduled-billing-run-confirm-message label {
  position: unset;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group.gzui-onofffield {
  display: flex;
  padding-top: 25px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group.gzui-onofffield div.flex-display-tooltip {
  order: 2;
  margin-left: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .form-group.gzui-onofffield .gz-help {
  padding-top: 36px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-fieldgroup-table tr.gzui-onofffield {
  padding: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-fieldgroup-table tr.gzui-onofffield .gz-help {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-fieldgroup .dynamic-list .form-group.gzui-onofffield {
  padding: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-fieldgroup .dynamic-list .form-group.gzui-onofffield .gz-help {
  font-size: 14px;
  position: relative;
  padding-left: 8px;
  padding-top: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .dynamic-list button.checkbox + .gz-help {
  top: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-radiobuttonfield label.gzui-radio-label {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.4px;
  color: #191a20;
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-radiobuttonfield label.gzui-radio-label input {
  margin-right: 7px;
  transform: scale(1.4);
  margin-top: 0;
  height: unset;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-radiobuttonfield label.gzui-radio-label span {
  margin-left: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-widgetcollectionfield .flex-display-tooltip {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .tg-multiselect .input-group-btn {
  width: 28px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tableformfield .max-row-wrapper.has-default-rows.max-rows-5:not(.show-all) tr:nth-child(n+6),
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-dynamicfieldlistgroup-section .max-row-wrapper.has-default-rows.max-rows-5:not(.show-all) tr:nth-child(n+6) {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tableformfield .max-row-wrapper.has-default-rows.max-rows-10:not(.show-all) tr:nth-child(n+11),
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-dynamicfieldlistgroup-section .max-row-wrapper.has-default-rows.max-rows-10:not(.show-all) tr:nth-child(n+11) {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tableformfield .max-row-wrapper.has-default-rows.max-rows-20:not(.show-all) tr:nth-child(n+21),
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-dynamicfieldlistgroup-section .max-row-wrapper.has-default-rows.max-rows-20:not(.show-all) tr:nth-child(n+21) {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tableformfield .max-row-wrapper.hide-some:not(.show-all),
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-dynamicfieldlistgroup-section .max-row-wrapper.hide-some:not(.show-all) {
  max-height: 240px;
  overflow: hidden;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tableformfield .show-more,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-dynamicfieldlistgroup-section .show-more {
  color: #161d26;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tableformfield .show-more:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-dynamicfieldlistgroup-section .show-more:hover {
  cursor: pointer;
  text-decoration: underline;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-passwordfield .input-group {
  position: relative;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-passwordfield .input-group .eye-toggle {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 3;
}
.gzui-resourcepreviewfield embed {
  width: 100%;
  height: auto;
}
.gzui-resourcepreviewfield img {
  width: 100%;
}
.gzui-scalable-lookup-field .gzui-typeahead {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-scalable-lookup-field.use-type-ahead .gzui-typeahead {
  display: table;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-scalable-lookup-field.use-type-ahead .gzui-dropdown {
  display: none;
}


body.gz-v2-ui-enabled.gz-v25-enabled .gzui-modal-xl .modal-dialog {
  width: 90%;
  max-width: 1200px;
  font-family: Open Sans;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-content {
  border-radius: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-content div:has(.email-information) {
  min-height: unset;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-content fieldset {
  background: initial;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-content fieldset.fieldset-no-border {
  border-bottom: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-content fieldset:last-of-type {
  border-bottom: 1px solid transparent;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-header {
  background-color: white;
  background-image: none;
  border-radius: 8px 8px 0 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-header i.fa {
  color: #191a20;
  font-size: 1.5em;
  font-weight: 300;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-header .btn-xs {
  padding: 5px 7px;
  background-color: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-header .modal-arrow-box {
  background-color: white;
  border-color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-header .modal-arrow-box .modal-arrow-count {
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-footer {
  background-color: white;
  background-image: none;
  border-radius: 0 0 8px 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-footer button.btn {
  min-width: 150px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid #191a20;
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-footer button.btn:hover {
  background-color: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-footer button.btn.checkbox {
  min-width: auto;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-footer button.btn.btn-danger,
body.gz-v2-ui-enabled.gz-v25-enabled .modal-footer button.btn.bg-primary {
  background-color: #191a20;
  color: white;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-footer button.checkbox.checked {
  background-color: #266cf6;
  border: solid #266cf6;
  border-width: 1px;
  border-radius: 10%;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body {
  font-family: Open Sans;
  padding: 0 20px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-tableformfield .table.content-table {
  border: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .warning-message {
  white-space: normal;
  height: auto;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body.modal-msg {
  font-size: 14px;
  color: #191a20;
  padding: 20px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body p.text-primary.table-heading {
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-multiselectfield table div.row div.gzui-textinputfield.gzui-readonly {
  min-height: 80px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-multiselectfield table div .form-group.gzui-multiselectfield div.form-group {
  min-height: 60px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-multiselectfield table tr.highlight {
  background-color: #97bdfa;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-multiselectfield table tr.highlight td {
  background-color: #97bdfa;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-multiselectfield table td {
  background-color: white;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-multiselectfield table td span {
  font-size: 16px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-multiselectfield table td a {
  font-size: 16px;
  color: #266cf6;
  text-decoration: unset;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-multiselectfield table td a:focus,
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-multiselectfield table td a:hover {
  text-decoration: underline;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-multiselectfield table .fixed-header-fixed {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-multiselectfield table .fixed-header-fixed input[type="checkbox"] {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10%;
  border-width: 2px;
  border-radius: 10%;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-multiselectfield table .fixed-header-fixed input[type="radio"] {
  transform: scale(1.4);
  height: unset;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-multiselectfield table .fixed-header-fixed a {
  color: #191a20;
  text-decoration: unset;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .multi-file-chooser-files {
  left: 60px;
  max-width: 630px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .gzui-multifilechooserfield {
  padding-top: 3px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .banner-line-height {
  line-height: 18px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .dialog-banner-msg {
  background: transparent;
  font-family: 'Open Sans';
  font-size: 13px;
  text-align: left;
  line-height: 16px;
  color: #191a20;
  font-weight: bold;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .dialog-banner-msg.warning {
  border: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .dialog-banner-msg.warning:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f06a";
  display: inline-block;
  color: #f4b53f;
  font-weight: 900;
  font-size: 14px;
  position: relative;
  top: 2px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .dialog-banner-msg.error {
  border: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .dialog-banner-msg.error span:first-of-type:before {
  content: unset;
}
body.gz-v2-ui-enabled.gz-v25-enabled .modal-body .dialog-banner-msg.error:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f071";
  display: inline-block;
  color: #eb3336;
  font-weight: 900;
  font-size: 14px;
  position: relative;
  top: 2px;
}


body.gz-v2-ui-enabled.gz-v25-enabled .readonly .form-group.gzui-multiselectfield .isteven-custom-button,
body.gz-v2-ui-enabled.gz-v25-enabled .readonly .form-group.gzui-enumlookupfield .isteven-custom-button,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield.gzui-readonly .isteven-custom-button,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield.gzui-readonly .isteven-custom-button {
  background: #f8fbff !important;
  border: 1px solid #e5eaf0 !important;
  pointer-events: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .readonly .form-group.gzui-multiselectfield .isteven-custom-button .caret,
body.gz-v2-ui-enabled.gz-v25-enabled .readonly .form-group.gzui-enumlookupfield .isteven-custom-button .caret,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield.gzui-readonly .isteven-custom-button .caret,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield.gzui-readonly .isteven-custom-button .caret {
  border-top: 7px solid #e5eaf0 !important;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .show-search .searchbox,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .show-search .searchbox {
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .searchbox,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .searchbox {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .searchbox .inputFilter,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .searchbox .inputFilter {
  font-family: Open Sans;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #4d4f5c;
  font-size: 14px;
  color: #191a20;
  line-height: 14px;
  background: #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .searchbox .inputFilter:focus,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .searchbox .inputFilter:focus {
  border: 2px solid #266cf6 !important;
  background: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .searchbox.searching .fa-search,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .searchbox.searching .fa-search {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .searchbox.searching .fa-times-circle,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .searchbox.searching .fa-times-circle {
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .searchbox .fa,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .searchbox .fa {
  position: absolute;
  top: 10px;
  right: 7px;
  font-weight: bold;
  font-size: 20px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .searchbox .fa-search,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .searchbox .fa-search {
  display: block;
  pointer-events: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .searchbox .fa-times-circle,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .searchbox .fa-times-circle {
  display: none;
  cursor: pointer;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .input-group,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .input-group {
  table-layout: fixed;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .multiSelect,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .multiSelect {
  position: relative;
  display: block;
  min-height: 36px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .buttonClicked .isteven-custom-button,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .buttonClicked .isteven-custom-button {
  border: 2px solid #266cf6;
  padding: 1px;
  padding-right: 30px;
  background: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .buttonClicked .isteven-custom-button .caret,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .buttonClicked .isteven-custom-button .caret {
  right: 7px;
  top: 13px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .empty-message,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .empty-message {
  display: none;
  margin: 0 0 0 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button.is-empty .empty-message,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button.is-empty .empty-message {
  display: block;
  visibility: hidden;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button {
  font-family: Open Sans;
  border-radius: 3px;
  border: 1px solid #4d4f5c;
  font-size: 14px;
  color: #191a20;
  line-height: 14px;
  background: #f8fbff;
  padding: 2px;
  text-align: left;
  width: 100%;
  min-height: 36px;
  height: auto !important;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 30px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button.has-more .more-button,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button.has-more .more-button {
  display: inline-block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button.has-more.show-all,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button.has-more.show-all {
  white-space: normal;
  position: absolute;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button.has-more.show-all .more-button,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button.has-more.show-all .more-button {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button.has-more.show-all .buttonLabel.is-hidden,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button.has-more.show-all .buttonLabel.is-hidden {
  display: inline-block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button .more-button,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button .more-button,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button .buttonLabel,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button .buttonLabel {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  border-radius: 3px;
  background-color: #f8fbff;
  padding: 6px 3px;
  margin: 1px;
  border: 1px solid transparent;
  pointer-events: all;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button .more-button:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button .more-button:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button .buttonLabel:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button .buttonLabel:hover {
  border: 1px solid #a4afb7;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button .more-button,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button .more-button {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button .buttonLabel.is-hidden,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button .buttonLabel.is-hidden {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button .buttonLabel:before,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button .buttonLabel:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 200;
  content: '\f00d';
  font-size: 20px;
  margin: 0px 2px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button .caret,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button .caret {
  border-top: 7px solid #282931;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  right: 8px;
  top: 14px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .isteven-custom-button.ng-invalid.ng-invalid-required,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .isteven-custom-button.ng-invalid.ng-invalid-required {
  border: 2px solid #d12c3a;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .single-select .helperContainer .select-all,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .single-select .helperContainer .select-all {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .helperContainer .select-all,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .helperContainer .select-all {
  display: block;
  padding: 10px 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .helperContainer .select-all-none,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .helperContainer .select-all-none {
  user-select: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .helperContainer .select-all-none .select-all-total,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .helperContainer .select-all-none .select-all-total {
  float: right;
  background: #e5eaf0;
  border: 1px solid #e5eaf0;
  padding: 0 5px;
  border-radius: 2px;
  line-height: 12px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .helperContainer .select-all-none .select-all-checkbox,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .helperContainer .select-all-none .select-all-checkbox {
  border-radius: 2px;
  border: 1px solid #266cf6;
  color: white;
  background: white;
  display: inline-block;
  height: 16px;
  width: 16px;
  text-align: center;
  margin-left: 7px;
  cursor: pointer;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .helperContainer .select-all-none.has-selection .select-all-checkbox,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .helperContainer .select-all-none.has-selection .select-all-checkbox {
  background: #266cf6;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .helperContainer .select-all-none .select-all-label,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .helperContainer .select-all-none .select-all-label {
  margin-left: 18px;
  color: #191a20;
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
  line-height: 14px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkboxLayer,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkboxLayer {
  width: 100%;
  min-width: auto;
  top: 36px;
  border-radius: 0;
  background: #f8fbff;
  background-image: none !important;
  color: #282931 !important;
  border: none !important;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkboxLayer.with-arrow:before,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkboxLayer.with-arrow:before {
  content: " ";
  position: absolute;
  right: 8px;
  top: -15px;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.15);
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkboxLayer.with-arrow:after,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkboxLayer.with-arrow:after {
  content: " ";
  position: absolute;
  right: 9px;
  top: -13px;
  border: 7px solid transparent;
  border-bottom: 7px solid #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer {
  padding: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .acol,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .acol {
  margin: 0 0 0 15px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .acol.tree-spacer,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .acol.tree-spacer {
  margin: 0;
  min-width: 7px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .acol label,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .acol label {
  padding: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .acol label span,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .acol label span {
  color: #191a20;
  font-size: 14px;
  font-weight: normal;
  margin-left: 15px;
  line-height: 14px;
  vertical-align: middle;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .tickMark,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .tickMark {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .multiSelectItem,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .multiSelectItem,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .multiSelectFocus,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .multiSelectFocus {
  background: #f8fbff !important;
  padding: 7px 0;
  min-width: auto;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .multiSelectItem:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .multiSelectItem:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .multiSelectItem.selected:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .multiSelectItem.selected:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .multiSelectItem.selected,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .multiSelectItem.selected {
  background: #e5eaf0 !important;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .multiSelectItem:hover .acol label span,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .multiSelectItem:hover .acol label span,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .multiSelectItem.selected:hover .acol label span,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .multiSelectItem.selected:hover .acol label span,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .multiSelectItem.selected .acol label span,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .multiSelectItem.selected .acol label span {
  font-weight: 600;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .multiSelectItem:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .multiSelectItem:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .multiSelectItem,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .multiSelectItem,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .multiSelectItem.selected:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .multiSelectItem.selected:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .multiSelectItem.selected,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .multiSelectItem.selected {
  border: none !important;
  color: #191a20 !important;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .checkBoxContainer .checkbox,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .checkBoxContainer .checkbox {
  padding: 0;
  position: relative;
  left: 0;
  margin: 0;
  pointer-events: none;
  width: 16px;
  height: 16px;
  display: inline;
  vertical-align: bottom;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .selected-count,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .selected-count {
  height: 36px;
  display: block;
  border-top: 1px solid #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-multiselectfield .selected-count div,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-enumlookupfield .selected-count div {
  margin: 10px 15px;
}


body.gz-v2-ui-enabled a.edit-screen {
  text-decoration: unset;
}
body.gz-v2-ui-enabled span.edit-dialog {
  text-decoration: underline;
}
body.gz-v2-ui-enabled #gz-navigation {
  display: block;
  position: absolute;
  z-index: 4;
  height: 100%;
  width: 204px;
  background: #191a20;
}
body.gz-v2-ui-enabled #content {
  top: 50px;
  left: 204px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content {
  top: 114px;
}
body.gz-v2-ui-enabled .gz-label {
  position: absolute;
  height: 25px;
  left: 56px;
  top: 16px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.8px;
  color: white;
}
body.gz-v2-ui-enabled .edition {
  position: absolute;
  height: 16px;
  left: 56px;
  top: 40px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.8px;
  color: #ff8a4d;
  opacity: 0.72;
}
body.gz-v2-ui-enabled .menu-container .logo {
  position: absolute;
  left: 16px;
  top: 16px;
  background: #191a20;
}
body.gz-v2-ui-enabled .menu-container .logo-img {
  width: 32px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
body.gz-v2-ui-enabled #nav-expand-icon {
  display: none;
}
body.gz-v2-ui-enabled #nav-container {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 104px;
  background: #191a20;
}
body.gz-v2-ui-enabled .nav-toggle {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 20px;
  top: 72px;
  background: #97bdfa;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 0px 8px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  z-index: 1002;
  border: none;
}
body.gz-v2-ui-enabled .nav-toggle span.hide-menu {
  font-size: 10px;
  color: #97bdfa;
  margin-left: 21px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.8px;
}
body.gz-v2-ui-enabled .nav-toggle i {
  color: #282931;
  font-size: 14px;
  vertical-align: middle;
}
body.gz-v2-ui-enabled #app-status.nav-minimize #gz-navigation {
  width: 64px !important;
}
body.gz-v2-ui-enabled #app-status.nav-minimize .fixed-header-wrapper {
  padding-left: 64px;
}
body.gz-v2-ui-enabled #app-status.nav-minimize #content {
  left: 64px !important;
}
body.gz-v2-ui-enabled #app-status.nav-minimize .gz-label,
body.gz-v2-ui-enabled #app-status.nav-minimize .edition,
body.gz-v2-ui-enabled #app-status.nav-minimize #nav .menu-label,
body.gz-v2-ui-enabled #app-status.nav-minimize .nav-toggle > div {
  display: none;
}
body.gz-v2-ui-enabled #app-status.nav-minimize .top-header {
  margin-left: 64px !important;
}
body.gz-v2-ui-enabled #app-status.nav-minimize .nav-toggle #nav-expand-icon {
  display: block;
}
body.gz-v2-ui-enabled #nav > li > a {
  height: 40px;
}
body.gz-v2-ui-enabled #nav > li > a.no-access {
  cursor: not-allowed !important;
}
body.gz-v2-ui-enabled #nav > li > a.no-access i,
body.gz-v2-ui-enabled #nav > li > a.no-access span {
  color: #4d4f5c;
}
body.gz-v2-ui-enabled #nav > li i {
  position: absolute;
  font-size: 16px;
  left: 22px;
  top: 12px;
  color: #f8fbff;
}
body.gz-v2-ui-enabled #nav > li span {
  position: absolute;
  width: 140px;
  left: 56px;
  top: 10px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: -0.4px;
  color: #f8fbff;
}
body.gz-v2-ui-enabled #nav > li.active span {
  font-weight: bold;
}
body.gz-v2-ui-enabled #nav > li.active > a {
  background-color: #282931;
  box-shadow: inset 4px 0px 0px #f8fbff;
}
body.gz-v2-ui-enabled #nav > li:hover > a {
  background: #4d4f5c;
}
body.gz-v2-ui-enabled #nav > li:hover > a.no-access i,
body.gz-v2-ui-enabled #nav > li:hover > a.no-access span {
  color: #f8fbff;
}


body.gz-v2-ui-enabled .info-banner {
  height: 48px;
  width: 100%;
  text-align: left;
  padding: 15px 24px;
}
body.gz-v2-ui-enabled .info-banner .info-banner-title {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  color: #191a20;
}
body.gz-v2-ui-enabled .info-banner .info-banner-msg {
  font-size: 14px;
  display: inline-block;
  color: #191a20;
  margin-left: 8px;
}
body.gz-v2-ui-enabled .info-banner .info-banner-link {
  font-size: 12px;
  display: inline-block;
  color: #266cf6;
  margin-left: 20px;
}
body.gz-v2-ui-enabled .info-banner.promo {
  background-color: #e9ccff;
}
body.gz-v2-ui-enabled .info-banner.tip {
  background-color: #f4f7fa;
}
body.gz-v2-ui-enabled .info-banner.info {
  background-color: #cbf7fe;
}
body.gz-v2-ui-enabled .info-banner.success {
  background-color: #e5fddc;
}
body.gz-v2-ui-enabled .info-banner.warning {
  background-color: #fef7cd;
}
body.gz-v2-ui-enabled .info-banner.critical {
  background-color: #ffdbac;
}
body.gz-v2-ui-enabled .info-banner.error {
  background-color: #f9dde1;
}
body.gz-v2-ui-enabled .show-notification .info-banner {
  display: block;
}
body.gz-v2-ui-enabled .show-notification #content {
  top: 100px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .show-notification #content {
  top: 164px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .show-notification .fixed-header-wrapper {
  top: 100px;
}
body.gz-v2-ui-enabled .status-loading {
  cursor: progress !important;
}
body.gz-v2-ui-enabled .status-loading a,
body.gz-v2-ui-enabled .status-loading [ng-click] {
  cursor: progress !important;
}
body.gz-v2-ui-enabled .event-green::after {
  content: '\f058';
  font-family: 'Font Awesome 5 Pro', sans-serif;
  padding-left: 4px;
  color: #61d255;
  font-weight: 900;
}
body.gz-v2-ui-enabled .event-yellow::after {
  content: '\f017';
  font-family: 'Font Awesome 5 Pro', sans-serif;
  padding-left: 4px;
  color: #f4b53f;
  font-weight: 900;
}
body.gz-v2-ui-enabled .event-red::after {
  content: '\f06a';
  font-family: 'Font Awesome 5 Pro', sans-serif;
  padding-left: 4px;
  color: #eb3336;
  font-weight: 900;
}
body.gz-v2-ui-enabled .gz-warning-message {
  color: #191a20;
  margin-left: 8px;
  padding-bottom: 8px;
}
body.gz-v2-ui-enabled .gz-warning-message:before {
  font-weight: 900;
  content: '\f071';
  font-family: 'Font Awesome 5 Pro';
  padding: 4px;
  color: #f4b53f;
}


body.gz-v2-ui-enabled.gz-v25-enabled .fixed-header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 3;
  left: 0;
  top: 50px;
  padding-left: 204px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header {
  height: 64px;
  display: flex;
  background-color: white;
  flex-direction: row;
  border-radius: 0;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.16);
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-title {
  width: 50%;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 144%;
  color: #191a20;
  padding-top: 12px;
  padding-left: 24px;
  flex-grow: 1;
  display: flex;
}
@media (max-width: 1024px) {
  body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-title {
    width: 95%;
  }
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-title.page-title-full-width {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-title.page-title-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
@media (max-width: 1024px) {
  body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-title.page-title-truncate {
    width: 95%;
  }
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-title .gzui.gzui-imagefield {
  margin-left: 16px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-title .gzui.gzui-imagefield.profile {
  width: 56px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-title .gzui.gzui-imagefield .form-group.gzui-imagefield {
  min-height: 56px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-title .gzui.gzui-imagefield .form-group.gzui-imagefield.profile {
  width: 56px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-title .gzui.gzui-imagefield .form-group.gzui-imagefield .img80_80 {
  height: 56px;
  width: 56px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-title .gzui.gzui-imagefield .form-group.gzui-imagefield i {
  font-size: 30px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-title .gzui.gzui-imagefield .form-group.gzui-imagefield .mn-overlay {
  font-size: 24px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .gzui-pagination {
  float: right;
  font-size: 14px;
  line-height: 14px;
  background: #f8fbff;
  color: #282931;
  padding: 6px;
  margin: 16px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .gzui-pagination > div {
  display: inline-block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .gzui-pagination .nav-records {
  min-width: 50px;
  text-align: center;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .gzui-pagination button {
  border: none;
  background: transparent;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .gzui-pagination button i {
  font-size: 16px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions {
  padding-left: 16px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons {
  display: flex;
  flex-flow: row-reverse;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons a.external-link-action:after {
  margin-left: 5px;
  float: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .external-link-action:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: bold;
  float: right;
  color: #161d26;
  content: "\f08e";
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .external-link-action a {
  margin-right: 20px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-btn,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd {
  float: right;
  margin-top: 12px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-btn {
  height: 40px;
  border-radius: 4px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid #161d26;
  min-width: 153px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-btn i {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-btn.header-btn-0 {
  background: #161d26;
  color: #f4f7fa;
  margin-right: 24px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-btn.header-btn-0:disabled {
  pointer-events: none;
  background-color: #a4afb7;
}
@media (max-width: 1024px) {
  body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-btn.header-btn-0 {
    display: none;
  }
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-btn.header-btn-1 {
  background: #f4f7fa;
  color: #161d26;
  margin-right: 16px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-btn.header-btn-1:disabled {
  pointer-events: none;
  color: #a4afb7;
}
@media (max-width: 1024px) {
  body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-btn.header-btn-1 {
    display: none;
  }
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd {
  margin-right: 16px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd.header-tablet-only-actions {
  display: none;
}
@media (max-width: 1024px) {
  body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd.header-tablet-only-actions {
    display: block;
  }
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd .header-action-btn {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px;
  background: #f4f7fa;
  border-radius: 4px;
  cursor: pointer;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd .header-action-btn i {
  color: #282931;
  font-size: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd .header-action-btn:hover {
  background: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd.open .header-action-btn {
  background: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd .header-action-list {
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  background: #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd .header-action-list ul {
  margin: 10px 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd .header-action-list li {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  padding: 5px 15px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd .header-action-list li a {
  color: #161d26;
  text-decoration: none;
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd .header-action-list li a.no-access,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd .header-action-list li a[disabled] {
  pointer-events: none;
  color: #a4afb7;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd .header-action-list li:hover {
  background: #e5eaf0;
  font-weight: 600;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd .header-action-list li.divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: transparent;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd .header-action-list li.dd-main-header-action {
  display: none;
}
@media (max-width: 1024px) {
  body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd .header-action-list li.dd-main-header-action {
    display: block;
  }
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-actions .header-buttons .header-action-dd .header-action-list li.external-link-action:after {
  margin-top: -18px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-back {
  width: 80px;
  height: 64px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-back a {
  color: #3e4c5e;
  display: block;
  height: 64px;
  text-align: center;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-back a i {
  font-size: 18px;
  margin-top: 24px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .page-header-back a:hover {
  background-color: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-grow: 1;
  min-width: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .contacts-info-page-header {
  padding-top: 4px;
  padding-left: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .contacts-info-page-header i.copy-to-clipboard {
  display: none;
  font-size: 18px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .contacts-info-page-header:hover i.copy-to-clipboard {
  display: inline-block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .contacts-info-page-header .contacts-info-title {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  font-size: 28px;
  font-weight: 400;
  bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .contacts-info-page-header .contacts-info-title .contacts-account {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  bottom: 30px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .contacts-info-page-header .contacts-info-title .contacts-account i.copy-to-clipboard {
  font-size: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .contacts-info-page-header .contacts-info-title.page-header-loading {
  visibility: hidden;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .events-page-header {
  padding-left: 0;
  padding-top: 4px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .events-page-header .event-title {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  font-weight: 400;
  bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 12px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .page-header-status {
  width: 125px;
  font-family: 'Open Sans';
  color: #191a20;
  text-align: center;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .page-header-status.page-header-loading {
  visibility: hidden;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .page-header-status .contact-status {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #191a20;
  padding: 5px 5px 5px 5px;
  letter-spacing: -0.4px;
  border-radius: 4px;
  margin: 18px 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .page-header-status .contact-status.Active,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .page-header-status .contact-status.Courtesy {
  background-color: #e5fddc;
  padding-left: 8px;
  padding-right: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .page-header-status .contact-status.Dropped {
  background-color: #f9dde1;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .page-header-status .contact-status.Expired {
  background-color: #f9dde1;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .page-header-status .contact-status.Non-Member {
  background-color: #a4afb7;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .page-header-status .contact-status.Pending.Approval {
  background-color: #ffdbac;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .page-header-status .contact-status.Prospect {
  background-color: #a4afb7;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .page-header-status .contact-status.Trial {
  background-color: #a4afb7;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-header .custom-header-wrapper .page-header-status .contact-status.Suspended {
  background-color: #fef7cd;
}


body.gz-v2-ui-enabled.gz-v25-enabled .Synched.edit-dialog span,
body.gz-v2-ui-enabled.gz-v25-enabled .UserVoice.edit-screen span {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield.real-estate-custom-fields .table-responsive {
  box-shadow: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield.real-estate-custom-fields .table tr {
  box-shadow: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield.real-estate-custom-fields .table td {
  color: #3e4c5e;
  border: none;
  padding: 0px;
  height: 40px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #table-management-editor .table-heading.text-primary {
  font-family: 'Open Sans';
  color: #191a20;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.6;
}
body.gz-v2-ui-enabled.gz-v25-enabled #table-management-editor .sort-options .sort-option {
  color: #266cf6;
}
body.gz-v2-ui-enabled.gz-v25-enabled #userpilot-resource-centre-frame:not([style*="width: 100%"]) {
  width: 38px !important;
  height: 133px !important;
  right: -7px !important;
  z-index: 999 !important;
}
body.gz-v2-ui-enabled.gz-v25-enabled #Setup-EditPaymentGateway ~ .modal-body label[for="RepresentativeStatus"],
body.gz-v2-ui-enabled.gz-v25-enabled #Setup-EditPaymentGateway ~ .modal-body label[for="StripeAccountInfo"],
body.gz-v2-ui-enabled.gz-v25-enabled #Setup-EditPaymentGateway ~ .modal-body label[for="AccountType"] {
  color: #191a20;
  font-size: 24px;
  opacity: 0.6;
  font-weight: 400;
}
body.gz-v2-ui-enabled.gz-v25-enabled .flatfile_iframe-wrapper.flatfile_displayAsModal {
  z-index: 99998;
}
body.gz-v2-ui-enabled.gz-v25-enabled .flatfile_outer-shell {
  z-index: 99999;
  width: 100%;
  height: 100vh;
}
body.ProcessingFee-ConfigCat-Disabled th.processing-fee {
  display: none;
}
body.ProcessingFee-ConfigCat-Disabled td.processing-fee {
  display: none;
}
body.ProcessingFee-ConfigCat-Enabled td.processing-fee {
  display: block;
}
body.PointOfSaleApp-ConfigCat-Disabled th.point-of-sale {
  display: none;
}
body.PointOfSaleApp-ConfigCat-Disabled td.point-of-sale {
  display: none;
}
body.PointOfSaleApp-ConfigCat-Enabled td.point-of-sale {
  display: block;
}
.registration-visibility-selector [value="number:5"] {
  display: none;
}
.sponsor-options-enabled .registration-visibility-selector [value="number:5"] {
  display: block;
}


body.gz-v2-ui-enabled.gz-v25-enabled .dataTables_scrollBody table td span {
  display: inline-block;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper input[type="checkbox"] {
  height: auto;
  margin: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollHead table {
  background: white;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  margin-top: 0px !important;
  table-layout: fixed;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollHead table tr th:first-of-type {
  border-top-left-radius: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollHead table tr th:last-of-type {
  border-top-right-radius: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollHead table th {
  padding: 10px 10px 10px 8px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.4px;
  color: #191a20;
  opacity: 0.72;
  border-left: none;
  border-right: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollHead table th.dtfc-fixed-left-last {
  border-right: 1px solid rgba(0, 0, 0, 0.16);
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollHead table th.dtfc-fixed-right {
  border-left: 1px solid rgba(0, 0, 0, 0.16);
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollHead table th.attachment-badge {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollHead table th.attachment-badge:before {
  content: "\f0c6";
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollHead table .sorting:after {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollHead table .sorting_asc,
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollHead table .sorting_desc {
  padding-right: 30px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollHead table .sorting_asc:after,
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollHead table .sorting_desc:after {
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody {
  border: none !important;
  background: white;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table {
  white-space: nowrap;
  border-collapse: collapse !important;
  /* pseudo empty row */

}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table th {
  padding: 4px 10px 4px 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table th.sorting_asc,
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table th.sorting_desc {
  padding-right: 30px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table tbody:before,
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table tbody:after {
  display: block;
  text-align: center;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #191a20;
  border-left: none;
  border-right: none;
  padding: 4px 10px 4px 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table tbody:before {
  content: '&nbsp;';
  visibility: hidden;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table tbody:after {
  content: 'No data available in table';
  position: absolute;
  top: 0;
  right: 50%;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table tbody.has-data:after,
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table tbody.has-data:before {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table tr.stylefalse .data-wrapper span,
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table tr.light-danger-writeoff .data-wrapper.event-invoice > span {
  text-decoration: line-through;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table tr.voided {
  opacity: 0.8;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table tr.voided a .data-wrapper span {
  text-decoration: line-through;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table tr.odd td {
  background-color: #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #191a20;
  border-left: none;
  border-right: none;
  padding: 4px 10px 4px 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td i.favorite-star.report-icon {
  position: relative;
  bottom: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td i.favorite-star.report-icon:before {
  color: gold;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td .data-wrapper > span {
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td .data-wrapper.col-size-small > span {
  max-width: 200px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td .data-wrapper.col-size-large > span {
  max-width: 500px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td .data-wrapper.allow-wrap > span {
  white-space: normal;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td .data-wrapper.full-width > span {
  max-width: 100%;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td.dtfc-fixed-left-last {
  border-right: 1px solid rgba(0, 0, 0, 0.16);
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td.dtfc-fixed-right {
  border-left: 1px solid rgba(0, 0, 0, 0.16);
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td a {
  color: #266cf6;
  text-decoration: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td a.readonly {
  opacity: 1;
  pointer-events: none;
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td a.readonly span.review-renewel-billing-icon::after {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td a.convert-link-to-label {
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td .result-status-dot {
  margin-bottom: 7px;
  margin-right: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td.event-invoice {
  text-decoration: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td.event-invoice .fa-times {
  color: #eb3336;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td.event-invoice .fa-check {
  color: #61d255;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td i {
  vertical-align: text-top;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td .link-items {
  display: inline-block;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table td .popover-link {
  color: #266cf6;
  cursor: pointer;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody .fl-scrolls {
  z-index: 1;
  bottom: 48px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_scrollBody .fl-scrolls-hidden.fl-scrolls[data-orientation=horizontal] {
  bottom: 9999px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_info,
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_paginate {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #191a20;
  margin-top: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_paginate .paginate_button a {
  color: #191a20;
  border-radius: 4px;
  background-color: #f4f7fa;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_paginate .paginate_button.active > a {
  color: white;
  border: 1px solid #161d26;
  background-color: #161d26;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled) a:hover {
  background-color: #e5eaf0;
  border: 1px solid #e5eaf0;
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  pointer-events: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer {
  position: sticky;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 1;
  margin: 0;
  min-height: 48px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #4d4f5c;
  padding: 0px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper {
  display: flex;
  height: 48px;
  align-items: center;
  background: white;
  color: #191a20;
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 5px 5px;
  padding-left: 15px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item {
  margin-right: 15px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item.total-items span,
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item.selected-total span {
  color: #191a20;
  font-weight: 700;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item.table-settings {
  cursor: pointer;
  min-width: 15px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item.table-settings:hover {
  opacity: 0.75;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item.page-scroller {
  font-size: 14px;
  padding: 5px 0;
  border-radius: 5px;
  margin-left: 0px;
  background: #f4f7fa;
  min-width: 134px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item.page-scroller .page-count {
  margin: 0 5px;
  min-width: 50px;
  display: inline-block;
  text-align: center;
  min-width: 65px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item.page-scroller .fas {
  font-size: 14px;
  padding: 0 8px;
  cursor: pointer;
  color: #3e4c5e;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item.page-scroller i.disabled {
  opacity: 0.5;
  pointer-events: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item.download-export {
  margin-left: auto;
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item.download-export .btn-download {
  cursor: pointer;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item.download-export i {
  font-size: 20px;
  color: #282931;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item.download-export i:focus,
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item.download-export i:hover {
  opacity: 80%;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper .footer-item.selection-options {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection {
  background: #266cf6;
  color: white;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .selection-options.selected-total {
  display: inline-block;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .selection-options.selection-actions {
  flex-grow: 1;
  justify-content: center;
  display: inline-flex;
  height: 48px;
  margin: 0;
  box-shadow: inset 1px 0px 0px rgba(248, 251, 255, 0.24);
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .selection-options.selection-actions .btn {
  border: none;
  background: none;
  color: white;
  padding: 10px;
  margin: 0 10px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .selection-options.selection-actions .btn span.fa-users:before {
  margin-right: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .selection-options.selection-actions .btn span.far {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  margin-top: 2px;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .selection-options.selection-actions .btn span .btn-name {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: white;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .selection-options.selection-actions .btn:active {
  box-shadow: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .selection-options.selection-actions .btn:hover {
  line-height: 1.42857;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .selection-options.minimize-buttons .btn-name {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .page-scroller {
  background: #5592f7;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .page-scroller .fas {
  color: white;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .download-export {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .total-items span,
body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .selected-total span {
  color: white;
}
@media (max-width: 1400px) {
  body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .selection-options.selection-actions .btn .btn-name {
    max-width: 100px;
    white-space: break-spaces;
    text-align: left;
  }
}
@media (max-width: 1200px) {
  body.gz-v2-ui-enabled.gz-v25-enabled #content .dataTables_wrapper .gzui-table-footer .gzui-table-pagination .gzui-table-footer-wrapper.has-selection .selection-options.selection-actions .btn .btn-name {
    display: none;
  }
}
body.gz-v2-ui-enabled.gz-v25-enabled .actions-wrapper.in-process {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .actions-wrapper .item-actions {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 12px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .actions-wrapper .item-actions .item-action {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .actions-wrapper .item-actions .item-action i.color-primary {
  color: #010101;
}
body.gz-v2-ui-enabled.gz-v25-enabled .actions-wrapper .item-actions .action-title {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .is-dropdown {
  cursor: pointer;
  text-align: right;
  position: relative;
  outline: none;
  display: inline-block;
  float: right;
}
body.gz-v2-ui-enabled.gz-v25-enabled .is-dropdown:before {
  content: '\f141';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 21px;
  color: #010101;
}
body.gz-v2-ui-enabled.gz-v25-enabled .is-dropdown .item-actions {
  display: none;
  position: absolute;
  right: -7px;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #f8fbff;
  z-index: 2;
  padding: 3px 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .is-dropdown .item-actions:before {
  content: " ";
  position: absolute;
  right: 8px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.15);
}
body.gz-v2-ui-enabled.gz-v25-enabled .is-dropdown .item-actions:after {
  content: " ";
  position: absolute;
  right: 9px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom: 7px solid #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled .is-dropdown .item-actions .item-action {
  white-space: nowrap;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 7px 10px;
  height: 30px;
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .is-dropdown .item-actions .item-action i,
body.gz-v2-ui-enabled.gz-v25-enabled .is-dropdown .item-actions .item-action .action-title {
  font-size: 14px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .is-dropdown .item-actions .item-action:hover {
  background: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .is-dropdown .item-actions .action-title {
  display: inline;
}
body.gz-v2-ui-enabled.gz-v25-enabled .is-dropdown:focus-within .item-actions {
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-items {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-field.has-rows {
  cursor: pointer;
  float: right;
  position: relative;
  margin-left: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-field.has-rows:before {
  content: '\f05a';
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-size: 16px;
  color: #266cf6;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-field.has-rows .table-items {
  cursor: default;
  list-style: none;
  margin: 0;
  padding: 0;
  outline: none;
  position: absolute;
  left: 25px;
  top: -10px;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #f8fbff;
  z-index: 2;
  padding: 5px;
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-field.has-rows .table-items:before {
  content: " ";
  position: absolute;
  left: -16px;
  top: 13px;
  border: 8px solid transparent;
  border-right: 8px solid rgba(0, 0, 0, 0.15);
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-field.has-rows .table-items:after {
  content: " ";
  position: absolute;
  left: -14px;
  top: 14px;
  border: 7px solid transparent;
  border-right: 7px solid #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-field.has-rows .table-item {
  margin: 0 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-field.has-rows:focus-within .table-items {
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen {
  border-radius: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen .table-responsive {
  overflow-x: auto;
  padding: 3px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen .list-view-header {
  position: relative;
  min-height: 20px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen .list-view-header .list-view-actions {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  margin-bottom: 10px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table {
  background: white;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  margin-top: 0px !important;
  /* spacing to allow for larger dropdowns without scrolling */
  margin-bottom: 250px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table.ng-table {
  border: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr th {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.4px;
  color: #191a20;
  opacity: 0.72;
  border-left: none;
  border-right: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr th .sort-indicator:before,
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr th .sort-indicator:after {
  content: '';
  border: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr th.sort-asc .sort-indicator::after {
  content: '\e155';
  font-family: 'Glyphicons Halflings', sans-serif;
  font-size: 14px;
  margin-top: -8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr th.sort-desc .sort-indicator::after {
  content: '\e156';
  font-family: 'Glyphicons Halflings', sans-serif;
  font-size: 14px;
  margin-top: -8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr th:first-of-type {
  border-top-left-radius: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr th:last-of-type {
  border-top-right-radius: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr td {
  padding: 7px 8px;
  font-size: 14px;
  line-height: 150%;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr td:not(.actions) {
  white-space: normal;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr td.actions .dropdown-toggle i {
  cursor: pointer;
  font-size: 20px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr td .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr td.actions button.btn-xs {
  background-color: unset;
  border-color: white;
  font-size: 14px;
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .list-view-screen table tr:nth-child(even) > td {
  background: #f8fbff !important;
}
body.gz-v2-ui-enabled.gz-v25-enabled .link-items > .link-item {
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .link-items > .link-item:not(.ng-hide) ~ .link-item:not(.ng-hide) {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table .text-input-link {
  overflow-wrap: anywhere;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tableformfield table.content-table {
  margin-bottom: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tableformfield table.content-table tr {
  box-shadow: none;
  color: #3e4c5e;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tableformfield table.content-table tr td {
  border: none;
  height: 40px;
  padding-left: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tableformfield table.content-table tr td p {
  margin: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield {
  margin-top: 10px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table-fixed-layout table.content-table {
  table-layout: fixed;
}
body.gz-v2-ui-enabled.gz-v25-enabled .cell-icon-success {
  color: #61d255;
}
body.gz-v2-ui-enabled.gz-v25-enabled .cell-icon-warning {
  color: #f4b53f;
}
body.gz-v2-ui-enabled.gz-v25-enabled .cell-icon-error {
  color: #d12c3a;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config {
  background: white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  width: 100%;
  padding: 5px;
  margin: 15px 0px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-config-header {
  background: #f8fbff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 5px;
  margin: -5px -5px 0 -5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-config-header .table-config-display,
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-config-header .table-config-toggle {
  float: right;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-config-header span {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  color: #191a20;
  opacity: 0.72;
  padding: 0px 25px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-columns {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #4d4f5c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-columns li {
  display: block;
  font-size: 20px;
  padding: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-columns li.hide-column {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-columns li.hide-visibility i.column-toggle {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-columns li:hover {
  background-color: #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-columns li i.sort-handle {
  cursor: grab;
  padding-right: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-columns li i.column-toggle {
  cursor: pointer;
  float: right;
  font-size: 28px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-columns li .fa-toggle-on {
  color: #266cf6;
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-columns li.column-on .fa-toggle-on {
  display: inline-block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-columns li.column-on .fa-toggle-off {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-columns li .table-column-display {
  float: right;
  font-size: 14px;
  margin-left: 20px;
  width: 105px;
  position: relative;
  top: -4px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .table-column-config .table-columns li .table-column-display .form-control {
  background-image: url('data:image/svg+xml;utf8,<svg class="shadow" xmlns="http://www.w3.org/2000/svg" width="100" height="50"><polygon points="0,0 100,0 50,50" style="fill:rgb(25, 26, 32); filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .4))" /></svg>');
  background-position: right 9px top 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}


body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tabs {
  height: 56px;
  background-color: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tabs.scrtabs-tab-scroll-arrows {
  margin: 0 72px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tabs .scrtabs-tab-scroll-arrow {
  height: 100%;
  background-color: white;
  width: 72px;
  border-radius: 0;
  font-size: 20px;
  text-align: center;
  border: none;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.16);
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tabs .scrtabs-tab-scroll-arrow.scrtabs-js-tab-scroll-arrow-right {
  border-left: 1px solid #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tabs .scrtabs-tab-scroll-arrow.scrtabs-js-tab-scroll-arrow-left {
  border-right: 1px solid #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tabs .scrtabs-tab-scroll-arrow:hover {
  background-color: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tabs .scrtabs-tab-scroll-arrow span {
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tabs .scrtabs-tabs-fixed-container {
  height: 56px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tabs .scrtabs-tabs-fixed-container ul.nav-tabs li > a {
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px 25px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.4px;
  color: #191a20;
  border: none;
  border-radius: 0;
  margin-right: 0px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tabs .scrtabs-tabs-fixed-container ul.nav-tabs li > a span.badge {
  top: 3px;
  left: 3px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tabs .scrtabs-tabs-fixed-container ul.nav-tabs li.active a {
  box-shadow: inset 0px -2px 0px #191a20;
  font-weight: 700;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tabs .scrtabs-tabs-fixed-container ul.nav-tabs li > a:hover {
  background-color: #e5eaf0;
}


body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield .tags {
  display: grid;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield .tags .tag-list {
  order: 2;
  white-space: nowrap;
  overflow-x: auto;
  height: 39px;
  overflow-y: hidden;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield .tags .tag-list .tag-item {
  font-family: Open Sans;
  border-radius: 3px;
  border: 1px solid #f8fbff;
  font-size: 14px;
  color: #191a20;
  line-height: 14px;
  background: #f8fbff;
  padding: 5px;
  text-align: left;
  width: 100%;
  height: auto !important;
  margin: 1px;
  width: auto;
  cursor: default;
  position: relative;
  display: inline-block;
  float: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield .tags .tag-list .tag-item.invalid-tag {
  border: 1px solid #d12c3a;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield .tags .tag-list .tag-item.invalid-tag:hover {
  border: 1px solid #d12c3a;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield .tags .tag-list .tag-item.invalid-tag .remove-button:after {
  color: #d12c3a;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield .tags .tag-list .tag-item ng-include {
  display: flex;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield .tags .tag-list .tag-item ng-include a {
  order: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield .tags .tag-list .tag-item ng-include span {
  order: 1;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield .tags .tag-list .tag-item:hover {
  border: 1px solid #4d4f5c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield .tags .tag-list .tag-item .remove-button {
  color: #f8fbff;
  text-shadow: none;
  opacity: 1;
  line-height: 14px;
  width: 20px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield .tags .tag-list .tag-item .remove-button:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 200;
  content: '\f00d';
  font-size: 20px;
  margin: 0px 2px;
  color: #191a20;
  position: absolute;
  left: 5px;
  top: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield tags-input.ng-invalid {
  border: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield tags-input.ng-invalid .tags {
  box-shadow: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tagentryfield tags-input.ng-invalid .tags input {
  border: 2px solid #d12c3a;
}


body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar {
  height: 56px;
  display: flex;
  background-color: white;
  flex-direction: row;
  border-radius: 8px;
  margin-bottom: 24px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-search {
  width: 480px;
  position: relative;
  border-right: 1px solid #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-search .search-box {
  border-radius: 8px 0 0 8px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-search .bar-icon {
  top: 4px;
}
@media (max-width: 900px) {
  body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-search {
    width: 250px;
  }
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-quick-filter {
  width: 60px;
  background-color: white;
  cursor: pointer;
  position: relative;
  border-right: 1px solid #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-quick-filter .with-arrow:before {
  left: 21px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-quick-filter .with-arrow:after {
  left: 22px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-quick-filter .quick-filter-btn {
  width: 100%;
  height: 56px;
  text-align: center;
  padding: 20px 24px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-quick-filter .quick-filter-btn i {
  color: #3e4c5e;
  font-size: 20px;
  display: inline-block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-quick-filter .quick-filter-dd {
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  background: #f8fbff;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-quick-filter .quick-filter-dd ul {
  margin: 10px 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-quick-filter .quick-filter-dd li {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #161d26;
  display: block;
  white-space: nowrap;
  padding: 5px 15px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-quick-filter .quick-filter-dd li:hover {
  background: #e5eaf0;
  font-weight: 600;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-quick-filter:hover,
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-quick-filter.open {
  background: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-filter {
  width: 60px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-filter .customize-filter {
  height: 100%;
  padding: 20px;
  position: relative;
  cursor: pointer;
  float: left;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-filter .customize-filter .fa-filter {
  font-size: 20px;
  color: #282931;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-filter .customize-filter:hover {
  background-color: #e5eaf0;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-filter .customize-filter:after {
  background-color: #5592f7;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-filter-criteria {
  flex: 1;
  margin-left: 3px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-filter-criteria .filter-criteria {
  padding-top: 16px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-filter-criteria .filter-criteria [tags] {
  margin-right: 40px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-filter-criteria .filter-criteria .clear-filter {
  padding: 2px 10px;
  float: right;
  font-size: 20px;
  color: #282931;
  cursor: pointer;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-filter-criteria .criteria-value {
  font-weight: bold;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-toolbar .toolbar-filter-criteria .criteria-filter {
  cursor: pointer;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tag {
  font-family: Open Sans;
  border-radius: 3px;
  border: 1px solid #f8fbff;
  font-size: 14px;
  color: #191a20;
  line-height: 14px;
  background: #f8fbff;
  padding: 5px;
  text-align: left;
  width: 100%;
  height: auto !important;
  margin: 1px;
  width: auto;
  cursor: default;
  position: relative;
  display: inline-block;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tag:hover {
  border: 1px solid #4d4f5c;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tag .close {
  float: left;
  color: #f8fbff;
  text-shadow: none;
  opacity: 1;
  line-height: 14px;
  width: 20px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tag .close:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 200;
  content: '\f00d';
  font-size: 20px;
  margin: 0px 2px;
  color: #191a20;
  position: absolute;
  left: 5px;
  top: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .menu-page .gzui-toolbar {
  margin-top: 24px;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-screen-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin-left: auto;
}
body.gz-v2-ui-enabled.gz-v25-enabled .toolbar-screen-actions.searching {
  display: none;
}


body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gzui-readonly .mn-dragdrop,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gzui-readonly .mn-dragdrop,
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gzui-readonly .cf-upload-file-v2 button,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gzui-readonly .cf-upload-file-v2 button {
  opacity: 0.75;
  pointer-events: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gzui-required [cf-upload] .cf-uploader .mn-dragdrop,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gzui-required [cf-upload] .cf-uploader .mn-dragdrop {
  border: 2px dashed #d12c3a;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-file-v2,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-file-v2,
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-img-upload-progress,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-img-upload-progress {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .mn-dragdrop,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .mn-dragdrop {
  border-radius: 6px;
  height: 64px;
  background: #f8fbff;
  border: 2px dashed #a4afb7;
  line-height: 64px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-progress,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-progress {
  max-width: none;
  overflow: visible;
  height: auto;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader.uploading .cf-upload-progress,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload.uploading .cf-upload-progress {
  display: block;
  background-color: transparent;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader.uploading .gz-img-placeholder,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload.uploading .gz-img-placeholder,
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader.uploading .gz-img-container,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload.uploading .gz-img-container {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .pflow-button,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .pflow-button {
  cursor: pointer;
  color: #266cf6;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-progress-container,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-progress-container {
  width: 90%;
  display: block;
  margin: auto;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-progress-container .progress-bar-container,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-progress-container .progress-bar-container {
  background-color: #e5eaf0;
  width: 100%;
  height: 8px;
  position: relative;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-progress-container .progress-bar,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-progress-container .progress-bar {
  height: 8px;
  background-color: #3e4c5e;
  position: absolute;
  z-index: 2;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-progress-container .progress-bar.progress-COMPLETED,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-progress-container .progress-bar.progress-COMPLETED {
  background-color: #459eb2;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-progress-container .progress-bar.progress-FAILED,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-progress-container .progress-bar.progress-FAILED {
  background-color: #d12c3a;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader.hasFile .cf-upload-file-v2,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload.hasFile .cf-upload-file-v2 {
  display: block;
  position: relative;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader.hasFile .cf-upload-file-v2 .cf-uploaded-file-icon,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload.hasFile .cf-upload-file-v2 .cf-uploaded-file-icon {
  font-size: 30px;
  float: left;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader.hasFile .cf-upload-file-v2 .cf-uploaded-file-icon .file-icon-ext,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload.hasFile .cf-upload-file-v2 .cf-uploaded-file-icon .file-icon-ext {
  top: 16px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader.hasFile .cf-upload-file-v2 .cf-uploaded-file-name,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload.hasFile .cf-upload-file-v2 .cf-uploaded-file-name {
  width: 100%;
  display: block;
  margin-left: 35px;
  padding-top: 10px;
  vertical-align: bottom;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader.hasFile .cf-upload-file-v2 .cf-uploaded-file-name .cf-uploaded-file-link,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload.hasFile .cf-upload-file-v2 .cf-uploaded-file-name .cf-uploaded-file-link {
  float: left;
  color: #191a20;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader.hasFile .cf-upload-file-v2 .cf-uploaded-file-name .cf-uploaded-file-link a,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload.hasFile .cf-upload-file-v2 .cf-uploaded-file-name .cf-uploaded-file-link a {
  color: #266cf6;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .file-icon-ext,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .file-icon-ext {
  font-size: 12px;
  display: block;
  border: 1px solid #767676;
  padding: 0px 2px;
  line-height: 12px;
  position: absolute;
  background: white;
  left: 3px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-file-icon,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-file-icon {
  font-size: 30px;
  position: absolute;
  left: 0;
  margin-top: 20px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-file-icon .file-icon-ext,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-file-icon .file-icon-ext {
  top: 27px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-status-icon,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-status-icon {
  position: absolute;
  right: 0;
  margin-top: 60px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-status-icon i,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-status-icon i {
  display: none;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-status-icon.cf-upload-status-COMPLETED i.fa-check,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-status-icon.cf-upload-status-COMPLETED i.fa-check {
  color: #459eb2;
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-status-icon.cf-upload-status-FAILED i.fa-exclamation-triangle,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-status-icon.cf-upload-status-FAILED i.fa-exclamation-triangle {
  color: #d12c3a;
  display: block;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-file-status,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-file-status {
  width: 90%;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-file-status .cf-upload-file-name,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-file-status .cf-upload-file-name {
  float: left;
  color: #191a20;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-file-status .cf-upload-file-size,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-file-status .cf-upload-file-size {
  float: right;
  color: #191a20;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-progress-status,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-progress-status {
  width: 90%;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-progress-status .cf-status-text,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-progress-status .cf-status-text {
  float: left;
  color: #191a20;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  opacity: 0.48;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .cf-upload-progress-status .cf-status-text .cf-status-error,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .cf-upload-progress-status .cf-status-text .cf-status-error {
  color: #eb3336;
  margin-left: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-add-image-container,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-add-image-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-add-image-container .gz-img-dragdrop,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-add-image-container .gz-img-dragdrop {
  height: 92px;
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-add-image-container .gz-img-dragdrop .gz-dragdrop-msg-container,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-add-image-container .gz-img-dragdrop .gz-dragdrop-msg-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-add-image-container .gz-img-dragdrop .gz-dragdrop-msg-container .gz-dragdrop-msg,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-add-image-container .gz-img-dragdrop .gz-dragdrop-msg-container .gz-dragdrop-msg {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  color: #191a20;
  line-height: 22px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-add-image-container .gz-img-dragdrop .gz-dragdrop-msg-container .gz-img-types,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-add-image-container .gz-img-dragdrop .gz-dragdrop-msg-container .gz-img-types {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 12px;
  flex: none;
  flex-grow: 0;
  order: 1;
  color: #191a20;
  opacity: 0.56;
  line-height: 22px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-add-image-container .gz-img-dragdrop .gz-dragdrop-msg-container .gz-img-types span,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-add-image-container .gz-img-dragdrop .gz-dragdrop-msg-container .gz-img-types span {
  font-weight: 600;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-add-image-container .gz-library-button,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-add-image-container .gz-library-button {
  height: 92px;
  width: 49%;
  display: inline-block;
  background: #e9f0fe;
  border-radius: 6px;
  padding: 0;
  color: #191a20;
  font-weight: 600;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-img-placeholder,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-img-placeholder {
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-img-placeholder .no-image-msg,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-img-placeholder .no-image-msg {
  width: 31%;
  height: 48px;
  font-size: 14px;
  background: #f4f7fa;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 12px;
  justify-content: center;
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-img-placeholder .no-image-msg i,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-img-placeholder .no-image-msg i {
  font-size: 20px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-img-placeholder .no-image-msg span,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-img-placeholder .no-image-msg span {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader.uploading .gz-img-upload-progress,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload.uploading .gz-img-upload-progress {
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader.uploading .gz-img-upload-progress .cf-upload-progress,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload.uploading .gz-img-upload-progress .cf-upload-progress {
  height: 100px;
  width: 100%;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader.uploading .gz-img-upload-progress .cf-upload-progress .cf-upload-file-icon,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload.uploading .gz-img-upload-progress .cf-upload-progress .cf-upload-file-icon {
  margin-top: 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader.uploading .gz-img-upload-progress .cf-upload-progress .cf-upload-file-status,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload.uploading .gz-img-upload-progress .cf-upload-progress .cf-upload-file-status {
  width: 90%;
  display: block;
  vertical-align: baseline;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader.uploading .gz-img-upload-progress .cf-upload-progress .cf-upload-progress-status,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload.uploading .gz-img-upload-progress .cf-upload-progress .cf-upload-progress-status {
  width: 90%;
  display: block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-img-container,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-img-container {
  display: flex;
  margin: 20px 0 0 0;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  justify-content: space-between;
  height: 400px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-img-container .gz-img-info,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-img-container .gz-img-info {
  display: flex;
  flex-direction: column;
  width: 29%;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-img-container .gz-img-info div.form-group,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-img-container .gz-img-info div.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  min-height: 80px;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-img-container .gz-img-info div.form-group span.gz-file-name,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-img-container .gz-img-info div.form-group span.gz-file-name {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #191a20;
}
body.gz-v2-ui-enabled.gz-v25-enabled [cf-upload] .cf-uploader .gz-img-container .gz-img-edit-container,
body.gz-v2-ui-enabled.gz-v25-enabled .mn-modal-upload .gz-img-container .gz-img-edit-container {
  display: flex;
  align-items: center;
  padding: 8px;
  position: static;
  background: #a4afb7;
  border-radius: 4px;
  width: 69%;
  height: 100%;
  justify-content: center;
}


.widget-layout-screen {
  margin: 24px 9px;
  height: 100%;
}
.widget-layout-screen ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-layout-screen ul li {
  position: relative;
  padding: 0;
}
.widget-layout-screen fieldset#mniFormnoid {
  background-color: transparent;
}
.widget-layout-screen .save-text,
.widget-layout-screen .widget-hidden {
  display: none;
}
.widget-layout-screen .widget-panel .panel-controls {
  display: block;
}
.widget-layout-screen div.widget-panel .subtitle-1 {
  font-size: 16px;
}
.widget-panel .panel-controls {
  display: none;
  position: absolute;
  color: #010101;
  font-size: 16px;
  opacity: 0.75;
  right: 0;
  z-index: 2;
  top: -18px;
  cursor: pointer;
}
.widget-panel .panel-controls:hover {
  opacity: 1;
}
.widget-panel .widget-controls {
  height: 40px;
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  font-family: Open Sans;
}
.widget-panel .widget-controls .layout-control {
  display: inline-block;
  width: 160px;
}
.widget-panel .widget-controls .layout-control .layout-dd {
  padding: 8px;
  height: 36px;
  font-family: Open Sans;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  color: #191a20;
  line-height: 14px;
  background: white;
  border-color: white;
}
.widget-panel .widget-controls .layout-control .layout-dd:focus-visible {
  outline: none;
}
.widget-panel .widget-controls .edit-controls {
  display: inline-block;
  color: #010101;
  font-size: 14px;
  z-index: 2;
  cursor: pointer;
  height: 36px;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  padding: 10px;
  margin-left: 10px;
  border-radius: 8px;
}
.widget-panel .widget-controls .edit-controls:hover {
  opacity: 1;
}
.widget-panel .widget-panel {
  display: none;
  position: absolute;
  width: 100%;
  left: 20px;
  top: 9px;
  font-size: 21px;
  color: #010101;
  text-align: center;
  z-index: 1;
}
.widget-panel .widget-panel i {
  opacity: 0.75;
  cursor: pointer;
}
.widget-panel .widget-panel i:hover {
  opacity: 1;
}
.widget-panel .widget-panel .widget-visibility {
  margin-top: 6px;
  font-size: 16px;
}
.widget-panel .widget-panel .widget-visibility .fa-eye-slash {
  display: none;
}
.widget-panel .summary-panel {
  display: none;
}
.widget-panel .summary-panel i {
  display: inline-block;
  margin: 0 5px;
}
.widget-panel .summary-panel i:hover {
  cursor: pointer;
}
.widget-panel .summary-panel .widget-visibility .fa-eye-slash {
  display: none;
}
.widget-panel .widget-collapse i {
  cursor: pointer;
}
.widget-panel.editing .half-widgets,
.widget-panel.editing .summary-items {
  padding-bottom: 300px;
}
.widget-panel.editing .edit-text,
.widget-panel.editing .widget-collapse i {
  display: none;
}
.widget-panel.editing .save-text,
.widget-panel.editing .widget-panel,
.widget-panel.editing .widget-hidden {
  display: block;
}
.widget-panel.editing .summary-panel {
  display: inline-block;
}
.widget-panel.editing .summary-item {
  cursor: default;
}
.widget-panel.editing .summary-item .badge {
  display: none;
}
.widget-panel.editing .widget-content {
  opacity: 0.5;
  pointer-events: none;
}
.widget-panel.editing .gz-widget .widget-name {
  opacity: 1;
  margin-left: 32px;
}
.widget-panel.editing .widget-hidden .widget-visibility .fa-eye-slash {
  display: inline;
}
.widget-panel.editing .widget-hidden .widget-visibility .fa-eye {
  display: none;
}
.widget-panel ul {
  list-style: none;
  padding: 0;
}
.widget-panel ul li {
  position: relative;
  padding: 0;
}
.widget-panel .summary-name {
  padding: 10px;
}
.widget-panel .summary-item {
  height: 30px;
  font-size: 14px;
  color: #161d26;
  padding: 5px 10px;
}
.widget-panel .summary-item.widget-hidden {
  opacity: 0.5;
}
.widget-panel .summary-item:hover {
  cursor: pointer;
  background: #e5eaf0;
  font-weight: bold;
  border-right: 1px solid #010101;
}
.widget-panel .summary-item .summary-bubble {
  padding: 2px 8px;
  font-size: 12px;
  background-color: white;
  color: #161d26;
  border-radius: 17px;
  font-weight: 600;
  line-height: 16px;
  float: right;
}
.widget-panel .gz-widget {
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 10px;
  min-height: 100px;
}
.widget-panel .gz-widget.widget-collapsed {
  max-height: 43px;
  min-height: unset;
  overflow: hidden;
  white-space: nowrap;
}
.widget-panel .gz-widget .widget-name {
  opacity: 0.72;
  margin: 0 0 10px 15px;
  display: inline-block;
}
.widget-panel .gz-widget .widget-name .summary-bubble {
  padding: 1px 8px 2px 8px;
  font-size: 12px;
  background-color: #e5eaf0;
  border-radius: 17px;
  margin-left: 5px;
  vertical-align: top;
}
.widget-panel .gz-widget .widget-inner-box {
  padding: 16px;
  border-radius: 8px;
  background: #f8fbff;
  border: 1px solid #e5eaf0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  color: #161d26;
  font-weight: normal;
}
.widget-panel .gz-widget .widget-quick-search {
  float: right;
  font-size: 16px;
  cursor: pointer;
  color: #010101;
  padding: 0 15px;
}
.widget-panel .gz-widget .widget-quick-search .dropdown-menu.standard {
  width: 240px;
}
.widget-panel .gz-widget .widget-quick-search .dropdown-menu.standard li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.widget-panel .gz-widget .widget-action-wrapper {
  margin-right: 7px;
}
.widget-panel .gz-widget .widget-action-wrapper .widget-action {
  float: right;
  font-size: 16px;
  padding: 0 8px;
  cursor: pointer;
  color: #010101;
}
.widget-panel .gz-widget .show-more {
  color: #161d26;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  margin-top: 10px;
}
.widget-panel .gz-widget .show-more:hover {
  cursor: pointer;
  text-decoration: underline;
}
.widget-panel .gz-widget .quicklook-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  overflow-x: auto;
}
.widget-panel .gz-widget .quicklook-items ul {
  width: 100%;
  list-style: none;
  height: 146px;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 0 8px;
  min-width: 800px;
}
.widget-panel .gz-widget .quicklook-items ul li {
  padding: 0 8px;
}
.widget-panel .gz-widget .quicklook-items ul li .mini-widget-card {
  height: 124px;
}
.widget-panel .gz-widget .quicklook-items ul li .mini-widget-card .mini-value {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  color: #010101;
  height: 43px;
}
.widget-panel .gz-widget .quicklook-items ul li .mini-widget-card .mini-name {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #4d4f5c;
  height: 13px;
}
.widget-panel .gz-widget .quicklook-items ul li .mini-widget-card .mini-subheading {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #a4afb7;
  height: 24px;
}
.widget-panel .gz-widget .quicklook-items ul li .mini-widget-card .mini-action {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #266cf6;
  height: 12px;
}
.widget-panel .gz-widget .quicklook-items ul li .mini-widget-card .overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.widget-panel .gz-widget .quicklook-items ul li .mini-widget-card:hover {
  background: #e9f0fe;
  border: 1px solid #97bdfa;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.widget-panel .gz-widget .quicklook-items ul li .mini-widget-card:hover .mini-value {
  color: #266cf6;
}
.widget-panel .gz-widget .widget-current-filter {
  padding: 0px 15px;
}
.widget-panel .gz-widget.widget-entity-search .widget-action {
  padding: 8px 15px;
}
.widget-panel .gz-widget.widget-entity-search .widget-name {
  float: left;
}
.widget-panel .gz-widget.widget-entity-search .widget-search {
  position: relative;
  width: 200px;
  float: right;
}
.widget-panel .gz-widget.widget-entity-search .gzui-search input.search-box {
  background: #f8fbff;
  border-radius: 3px;
}
.widget-panel .gz-widget.widget-entity-search .widget-footer-actions {
  height: 30px;
  padding: 15px 15px;
}
.widget-panel .gz-widget.widget-entity-search .widget-footer-actions .widget-footer-action {
  cursor: pointer;
  font-weight: bold;
}
.widget-panel .gz-widget.widget-entity-search .bar-icon {
  margin: 8px;
  color: #010101;
}
.widget-panel .gz-widget.widget-entity-search .widget-results {
  padding: 3px 0px;
}
.widget-panel .gz-widget.widget-entity-search .widget-results li {
  border: 1px solid transparent;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.widget-panel .gz-widget.widget-entity-search .widget-results li:hover,
.widget-panel .gz-widget.widget-entity-search .widget-results li.active {
  background: #e5eaf0;
  font-weight: bold;
  border-right: 1px solid #010101;
}
.widget-panel .gz-widget.widget-entity-search .widget-infos li {
  padding: 5px;
  font-size: 14px;
}
.widget-panel .gz-widget.widget-entity-search .widget-infos li .widget-info-value {
  font-weight: bold;
}
.widget-panel .gz-widget.widget-entity-search .empty-result {
  display: none;
}
.widget-panel .gz-widget.widget-entity-search .is-empty .empty-result {
  display: block;
  pointer-events: none;
}
.widget-panel .gz-widget.widget-entity-search .is-empty .see-more {
  display: none;
}
.widget-panel .gz-widget.widget-key-value .widget-key,
.widget-panel .gz-widget.widget-key-value .widget-value {
  font-size: 14px;
  color: #161d26;
}
.widget-panel .gz-widget.widget-key-value .widget-items {
  padding: 0px;
  max-height: 120px;
  overflow: hidden;
  margin-top: 2px;
}
.widget-panel .gz-widget.widget-key-value .widget-items.show-all {
  max-height: none;
}
.widget-panel .gz-widget.widget-key-value .emphasized .widget-key,
.widget-panel .gz-widget.widget-key-value .emphasized .widget-value {
  font-weight: bold;
}
.widget-panel .gz-widget.widget-key-value .invalid .widget-value,
.widget-panel .gz-widget.widget-key-value .invalid .widget-value a {
  color: #eb3336;
}
.widget-panel .gz-widget.widget-key-value .invalid .invalid-email:before {
  content: '\f071';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.widget-panel .gz-widget.widget-key-value .item-actions {
  z-index: 1;
  position: absolute;
  right: 15px;
}
.widget-panel .gz-widget.widget-key-value .item-actions .item-action {
  cursor: pointer;
  color: #010101;
  font-size: 16px;
}
.widget-panel .gz-widget.widget-key-value .widget-item {
  height: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.widget-panel .gz-widget.widget-key-value .widget-item .widget-value .link-item {
  white-space: nowrap;
  overflow: hidden;
  margin-right: 100px;
  display: flex;
}
.widget-panel .gz-widget.widget-key-value .widget-item .widget-value .link-item span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.widget-panel .gz-widget.widget-key-value .widget-item .widget-value .link-item span:hover {
  height: auto;
  overflow: visible;
  white-space: normal;
}
.widget-panel .gz-widget.widget-key-value .widget-item .widget-value .link-item i.copy-to-clipboard {
  display: none;
  font-size: 14px;
  margin-left: 3px;
  vertical-align: text-top;
  line-height: 16px;
}
.widget-panel .gz-widget.widget-key-value .widget-item .widget-value .link-item:hover i.copy-to-clipboard {
  display: inline-block;
}
.widget-panel .gz-widget.widget-table-type .widget-table-wrapper {
  max-height: 250px;
  padding: 3px;
}
.widget-panel .gz-widget.widget-table-type .widget-table-wrapper.max-height {
  overflow: hidden;
}
.widget-panel .gz-widget.widget-table-type .widget-table-wrapper.show-all {
  max-height: none;
  overflow: visible;
}
.widget-panel .gz-widget.widget-table-type .widget-table {
  padding: 0px;
  background: white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  width: 100%;
}
.widget-panel .gz-widget.widget-table-type .widget-table tbody {
  background: transparent;
  border-radius: 8px;
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-header {
  background: #f8fbff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-header th {
  padding: 10px 10px 10px 8px;
  background: transparent;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.16), inset -1px 0px 0px rgba(0, 0, 0, 0.08);
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-header th:first-of-type {
  border-top-left-radius: 8px;
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-header th:last-of-type {
  border-top-right-radius: 8px;
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-header th span {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  color: #191a20;
  opacity: 0.72;
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-header.widget-actions-2 th.widget-action-th {
  min-width: 92px;
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-header.widget-actions-3 th.widget-action-th {
  min-width: 130px;
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-row {
  background: transparent;
  font-weight: 400;
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-row.emphasized {
  font-weight: bold;
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-row td {
  padding: 4px 10px 4px 8px;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.16);
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-row td span,
.widget-panel .gz-widget.widget-table-type .widget-table .widget-row td a {
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.4px;
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-row td span {
  color: #161d26;
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-row td .copy-wrapper {
  width: 13px;
  display: inline-block;
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-row td .copy-wrapper i.copy-to-clipboard {
  display: none;
  font-size: 14px;
  margin-left: 3px;
  vertical-align: text-top;
}
.widget-panel .gz-widget.widget-table-type .widget-table .widget-row td:hover i.copy-to-clipboard {
  display: inline-block;
}
.widget-panel .gz-widget.widget-table-type .widget-table .is-dropdown {
  height: 16px;
  bottom: 4px;
}
.widget-panel .gz-widget.widget-table-type .widget-table .item-actions .item-action {
  float: right;
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
  color: #010101;
  font-size: 16px;
}
.widget-panel .gz-widget.widget-table-type .widget-table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 8px;
}
.widget-panel .gz-widget.widget-table-type .widget-table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 8px;
}
.widget-panel .gz-widget.widget-tags .gzui-tag {
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
}
.widget-panel .gz-widget.widget-tags .gzui-tag:hover {
  border: 1px solid #f8fbff;
}
.widget-panel .empty-message {
  display: none;
  text-align: left;
  opacity: 0.72;
  font-style: italic;
}
.widget-panel .no-records .empty-message {
  display: block;
}
.widget-panel .widget-loading {
  opacity: 0.75;
  pointer-events: none;
}
.widget-panel .widget-loading.no-records .empty-message {
  display: none;
}
.widget-panel .widget-loading:before {
  content: '\f110';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  display: block;
  margin: 0 auto;
  position: absolute;
  left: calc(42%);
  top: calc(25%);
  font-size: 50px;
}
.widget-panel .widget-loading.widget-collapsed:before {
  font-size: 25px;
}
.widget-panel .TwoColumn .gz-widget {
  margin-top: 5px;
  margin-bottom: 5px;
}
.widget-panel .TwoColumn .col-lg-8 .widget-table-type tr.widget-row-condensed {
  display: none;
}
.widget-panel .TwoColumn .col-lg-8 .widget-key-value .widget-item-condensed {
  display: none;
}
.widget-panel .TwoColumn .col-lg-4 .widget-table-type th,
.widget-panel .TwoColumn .col-lg-4 .widget-table-type tr.widget-row {
  display: none;
}
.widget-panel .TwoColumn .col-lg-4 .widget-table-type th:first-of-type,
.widget-panel .TwoColumn .col-lg-4 .widget-table-type th.widget-action-th {
  display: table-cell;
}
.widget-panel .TwoColumn .col-lg-4 .widget-table-type .widget-table-wrapper {
  max-height: 378px;
}
.widget-panel .TwoColumn .col-lg-4 .widget-table-type .widget-table-wrapper.show-all {
  max-height: none;
  overflow: visible;
}
.widget-panel .TwoColumn .col-lg-4 .widget-table-type tr.widget-row-condensed {
  display: table-row;
}
.widget-panel .TwoColumn .col-lg-4 .widget-table-type tr.widget-row-condensed .condensed-widget-actions {
  float: right;
}
.widget-panel .TwoColumn .col-lg-4 .widget-table-type tr.widget-row-condensed .condensed-widget-actions div:not(.is-dropdown) li {
  margin: 0 8px;
}
.widget-panel .TwoColumn .col-lg-4 .widget-table-type tr.widget-row-condensed td > div:not(:first-child) {
  display: inline-block;
  margin-right: 3px;
}
.widget-panel .TwoColumn .col-lg-4 .widget-table-type tr.widget-row-condensed td > div:not(:first-child) span {
  font-size: 12px;
}
.widget-panel .TwoColumn .col-lg-4 .widget-key-value .widget-key,
.widget-panel .TwoColumn .col-lg-4 .widget-key-value .widget-value {
  display: none;
}
.widget-panel .TwoColumn .col-lg-4 .widget-key-value .widget-items {
  max-height: 275px;
}
.widget-panel .TwoColumn .col-lg-4 .widget-key-value .widget-items.show-all {
  max-height: none;
}
.widget-panel .TwoColumn .col-lg-4 .widget-key-value .widget-items .widget-item {
  height: 40px;
}
.widget-panel .TwoColumn .col-lg-4 .widget-key-value .widget-item-condensed {
  display: block;
}
.widget-panel .TwoColumn .col-lg-4 .widget-key-value .widget-item-condensed .link-item {
  display: flex;
}
.widget-panel .TwoColumn .col-lg-4 .widget-key-value .widget-item-condensed .link-subitem {
  font-size: 12px;
}
.widget-panel .TwoColumn .col-lg-4 .widget-key-value .emphasized .link-subitem {
  font-weight: normal;
}
.widget-panel .TwoColumn .col-lg-4 .status-item {
  float: left;
}
.widget-panel .NoColumns .gz-widget {
  margin: 5px 0;
}
.widget-panel .NoColumns .gz-widgets {
  margin-bottom: 5px;
}
.widget-panel .NoColumns .widget-table-type .widget-row-condensed {
  display: none;
}
.widget-panel .NoColumns .widget-key-value .widget-item-condensed {
  display: none;
}
.widget-panel .OneColumn .gz-widget,
.widget-panel .TwoColumnWithHeader .gz-widget {
  margin: 5px;
}
.widget-panel .OneColumn .widget-table-type .widget-row-condensed,
.widget-panel .TwoColumnWithHeader .widget-table-type .widget-row-condensed {
  display: none;
}
.widget-panel .OneColumn .widget-key-value .widget-item-condensed,
.widget-panel .TwoColumnWithHeader .widget-key-value .widget-item-condensed {
  display: none;
}


.gz-wizard-wrapper.step-loading {
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}
.gz-wizard-wrapper.step-loading:before {
  content: '\f110';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 45%;
  top: 45%;
  font-size: 100px;
  z-index: 1;
}
.gz-wizard-wrapper .gz-wizard-dialog {
  display: flex;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-container {
  flex-grow: 1;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-container .gz-wizard-content {
  min-height: 560px;
  display: flex;
  align-items: center;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-container .gz-wizard-content form {
  width: 100%;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-container .gz-wizard-content .wizard-step {
  display: none;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-container .gz-wizard-content[step="0"] .wizard-step[step="0"],
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-container .gz-wizard-content[step="1"] .wizard-step[step="1"],
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-container .gz-wizard-content[step="2"] .wizard-step[step="2"],
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-container .gz-wizard-content[step="3"] .wizard-step[step="3"],
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-container .gz-wizard-content[step="4"] .wizard-step[step="4"],
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-container .gz-wizard-content[step="5"] .wizard-step[step="5"],
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-container .gz-wizard-content[step="6"] .wizard-step[step="6"],
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-container .gz-wizard-content[step="7"] .wizard-step[step="7"],
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-container .gz-wizard-content[step="8"] .wizard-step[step="8"],
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-container .gz-wizard-content[step="9"] .wizard-step[step="9"] {
  display: block;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-navigation {
  min-width: 250px;
  min-height: 700px;
  background: #f8fbff;
  border-right: 1px solid #e5eaf0;
  display: flex;
  border-radius: 8px 0 0 8px;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-navigation .wizard-navigation-steps {
  list-style: none;
  margin: auto;
  padding: 0 15px;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-navigation .wizard-navigation-step {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #161d26;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-navigation .wizard-navigation-step div.step-name {
  height: 40px;
  display: flex;
  align-items: center;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-navigation .wizard-navigation-step div.step-name span.step-icon {
  height: 40px;
  width: 40px;
  padding: 4px 16px;
  border-radius: 20px;
  margin-right: 15px;
  border: 4px solid #161d26;
  box-sizing: border-box;
  display: inline-block;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-navigation .wizard-navigation-step div.step-name span.step-icon i {
  display: none;
  color: #f4f7fa;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-navigation .wizard-navigation-step div.step-separator {
  height: 25px;
  width: 23px;
  border-right: 5px dotted #161d26;
  margin: 6px 0 6px 0;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-navigation .wizard-navigation-step.current div.step-name span.step-icon {
  padding: 8px 11px;
  background-color: #161d26;
  box-sizing: border-box;
  border: none;
  border-radius: 20px;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-navigation .wizard-navigation-step.current div.step-name span.step-icon i.current {
  display: inline;
  color: #f4f7fa;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-navigation .wizard-navigation-step.complete div.step-name {
  color: #266cf6;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-navigation .wizard-navigation-step.complete div.step-name span.step-icon {
  padding: 8px 12px;
  background-color: #266cf6;
  box-sizing: border-box;
  border: none;
  border-radius: 20px;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-navigation .wizard-navigation-step.complete div.step-name span.step-icon i.completed {
  display: inline;
  color: #f4f7fa;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-navigation .wizard-navigation-step.complete div.step-separator {
  width: 0px;
  border: 2px solid #266cf6;
  margin: 6px 0 6px 19px;
  border-radius: 2px;
  background-color: #266cf6;
}
.gz-wizard-wrapper .gz-wizard-dialog .gz-wizard-navigation .wizard-navigation-step:last-of-type div.step-separator {
  display: none;
}
.gz-wizard-wrapper .gz-wizard-dialog .modal-header {
  border-radius: 0 8px 0 0 !important;
}
.gz-wizard-wrapper .gz-wizard-dialog .modal-footer {
  border-radius: 0 0 8px 0 !important;
}
.gz-wizard-wrapper .wizard-creation-choice {
  text-align: center;
}
.gz-wizard-wrapper .wizard-creation-choice .creation-button {
  display: inline-block;
  text-align: center;
  border: 3px solid #3e4c5e;
  background-color: #f4f7fa;
  border-radius: 8px;
  width: 275px;
  height: 275px;
  padding-top: 75px;
  margin: 30px;
  cursor: pointer;
}
.gz-wizard-wrapper .wizard-creation-choice .creation-button .creation-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  color: #3e4c5e;
}
.gz-wizard-wrapper .wizard-creation-choice .creation-button .creation-icon i {
  font-size: 72px;
}
.gz-wizard-wrapper .wizard-creation-choice .creation-button .creation-label {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.8px;
  color: #3e4c5e;
}
.gz-wizard-wrapper .wizard-creation-choice .creation-button.selected {
  background-color: #266cf6;
  border-color: #266cf6;
}
.gz-wizard-wrapper .wizard-creation-choice .creation-button.selected .creation-icon {
  color: white;
}
.gz-wizard-wrapper .wizard-creation-choice .creation-button.selected .creation-icon i.fa-plus-square {
  color: #266cf6;
}
.gz-wizard-wrapper .wizard-creation-choice .creation-button.selected .creation-label {
  color: white;
}

body.gz-v2-ui-enabled.gz-v25-enabled .add-contact-benefits tr th:first-child,
body.gz-v2-ui-enabled.gz-v25-enabled .add-contact-benefits tr td:first-child {
  display: none;
}


#AddEventWizardModel .gz-wizard-navigation .wizard-navigation-step[order="0"] .step-separator {
  visibility: hidden;
}
#AddEventWizardModel .creation-button .creation-icon i.fa-plus-square {
  font-size: 42px;
  position: absolute;
  bottom: -3px;
  right: -1px;
  z-index: 0;
  color: #f4f7fa;
}
#AddEventWizardModel .creation-button.selected .creation-icon i.fa-plus-square {
  color: #266cf6;
}


.gz-v2-ui-enabled.gz-v25-enabled #ChangeHistory .wordwrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.gz-v2-ui-enabled.gz-v25-enabled #ChangeHistory .column-table-ChangeItems {
  table-layout: fixed;
  width: 100%;
}
.gz-v2-ui-enabled.gz-v25-enabled #ChangeHistory .column-table-ChangeItems td {
  width: 100px;
}
.gz-v2-ui-enabled.gz-v25-enabled #ChangeHistory .column-table-ChangeItems thead td {
  background-color: #f8fbff;
}


.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement {
  font-family: 'Open Sans';
}
.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement .header-5 .section-heading {
  opacity: 1;
}
.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement legend,
.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement .pageheader-title,
.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement .fieldset-heading-row,
.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement .key-value-row,
.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement .widget-heading,
.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement .table-heading {
  color: #191a20;
}
.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement .form-control.no-border {
  border: none;
  background: transparent;
}
.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement .gzui-tablefield {
  padding-left: 20px;
  padding-right: 20px;
}
.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement .fieldset-key-values .dynamic-list-body .form-group,
.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement .fieldset-key-values .dynamic-list-body .gzui-textinputfield.gzui-readonly {
  min-height: 36px;
}
.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement .fieldset-key-values .dynamic-list-body .dynamic-list-content .dynamic-list-content .fieldset-heading-row {
  margin-left: 0;
}
.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement .fieldset-key-values .dynamic-list-body .dynamic-list-content .fieldset-heading-row {
  margin-bottom: 0;
}
.gz-v2-ui-enabled.gz-v25-enabled #ContactsInfo\.Engagement .key-value-row {
  font-size: 14px;
}

body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table-responsive.FailedStats-scroll {
  overflow-x: scroll;
}
body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .failure-reason {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 450px;
  white-space: nowrap;
}

.gz-v2-ui-enabled.gz-v25-enabled .screen-data-field-info .hide-conditions div {
  margin-top: 0;
}


#ImportContactsWizardModel .wizard-confirmation-step .wizard-confirmation-items ul {
  margin-left: -10px;
}
#ImportContactsWizardModel .wizard-confirmation-step .wizard-confirmation-items ul li {
  color: #191a20;
  font-size: 16px;
  margin-top: 20px;
}
#ImportContactsWizardModel .wizard-confirmation-step .wizard-confirmation-message {
  margin-top: 100px;
  color: #191a20;
  font-style: italic;
  font-size: 14px;
}
#ImportContactsWizardModel .wizard-confirmation-step .wizard-email-consent .gzui-onofffield {
  display: block;
}
#ImportContactsWizardModel .wizard-confirmation-step .wizard-email-consent button {
  float: left;
  margin: 10px;
}
#ImportContactsWizardModel .wizard-confirmation-step .wizard-email-consent .wizard-consent-message {
  padding: 5px;
}


#ImportGZPayRatesWizardModel .wizard-confirmation-step .wizard-confirmation-items ul {
  margin-left: -10px;
}
#ImportGZPayRatesWizardModel .wizard-confirmation-step .wizard-confirmation-items ul li {
  color: #191a20;
  font-size: 16px;
  margin-top: 20px;
}
#ImportGZPayRatesWizardModel .wizard-confirmation-step .wizard-confirmation-message {
  margin-top: 100px;
  color: #191a20;
  font-style: italic;
  font-size: 14px;
}
#ImportGZPayRatesWizardModel .wizard-confirmation-step .wizard-email-consent .gzui-onofffield {
  display: block;
}
#ImportGZPayRatesWizardModel .wizard-confirmation-step .wizard-email-consent button {
  float: left;
  margin: 10px;
}
#ImportGZPayRatesWizardModel .wizard-confirmation-step .wizard-email-consent .wizard-consent-message {
  padding: 5px;
}


.my-account {
  font-family: 'Open Sans';
  color: #191a20;
  font-size: 14px;
}
.my-account div,
.my-account ul {
  margin-bottom: 15px;
}
.my-account .heading {
  font-weight: 900;
  text-align: center;
}
.my-account .sub-heading {
  text-align: center;
}
.my-account .underlined-heading {
  text-decoration: underline;
  font-weight: 900;
  margin-bottom: 5px;
}
.my-account .list-heading {
  font-weight: 900;
  margin-bottom: 5px;
}

body.gz-v2-ui-enabled.gz-v25-enabled .gzui-tablefield .table-responsive.DnsRecordCheckResults-scroll {
  overflow-x: scroll;
}


#WMSImportWizardModel .wizard-confirmation-step .wizard-confirmation-items ul {
  margin-left: -10px;
}
#WMSImportWizardModel .wizard-confirmation-step .wizard-confirmation-items ul li {
  color: #191a20;
  font-size: 16px;
  margin-top: 20px;
}
#WMSImportWizardModel .wizard-confirmation-step .wizard-confirmation-message {
  margin-top: 100px;
  color: #191a20;
  font-style: italic;
  font-size: 14px;
}
#WMSImportWizardModel .wizard-confirmation-step .wizard-email-consent .gzui-onofffield {
  display: block;
}
#WMSImportWizardModel .wizard-confirmation-step .wizard-email-consent button {
  float: left;
  margin: 10px;
}
#WMSImportWizardModel .wizard-confirmation-step .wizard-email-consent .wizard-consent-message {
  padding: 5px;
}

@charset "utf-8";
#mmp-content {
  color: #444444;
  direction: ltr;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 130%;
  position: relative;
  text-align: left;
  text-indent: 0;
  text-justify: auto;
  text-outline: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
#mmp-content a,
#mmp-content abbr,
#mmp-content acronym,
#mmp-content address,
#mmp-content b,
#mmp-content bdo,
#mmp-content big,
#mmp-content blockquote,
#mmp-content button,
#mmp-content caption,
#mmp-content cite,
#mmp-content code,
#mmp-content col,
#mmp-content colgroup,
#mmp-content dd,
#mmp-content del,
#mmp-content dfn,
#mmp-content div,
#mmp-content dl,
#mmp-content dt,
#mmp-content em,
#mmp-content fieldset,
#mmp-content form,
#mmp-content h1,
#mmp-content span.mn-section-head-text,
#mmp-content h3,
#mmp-content h4,
#mmp-content h5,
#mmp-content h6,
#mmp-content head,
#mmp-content hr,
#mmp-content i,
#mmp-content img,
#mmp-content input,
#mmp-content ins,
#mmp-content kbd,
#mmp-content label,
#mmp-content legend,
#mmp-content li,
#mmp-content ol,
#mmp-content optgroup,
#mmp-content option,
#mmp-content p,
#mmp-content pre,
#mmp-content q,
#mmp-content samp,
#mmp-content small,
#mmp-content span,
#mmp-content strong,
#mmp-content sub,
#mmp-content sup,
#mmp-content table,
#mmp-content tbody,
#mmp-content td,
#mmp-content textarea,
#mmp-content tfoot,
#mmp-content th,
#mmp-content thead,
#mmp-content title,
#mmp-content tr,
#mmp-content tt,
#mmp-content ul,
#mmp-content var {
  appearance: normal;
  bottom: auto;
  box-sizing: content-box;
  clear: none;
  color: inherit;
  content: normal;
  direction: inherit;
  display: block;
  empty-cells: show;
  float: none;
  font: inherit;
  left: auto;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: initial;
  min-width: initial;
  opacity: 1;
  outline: invert none medium;
  outline-offset: 0;
  overflow: visible;
  padding: 0;
  position: static;
  resize: none;
  right: auto;
  rotation: 0;
  table-layout: auto;
  text-align: inherit;
  text-decoration: none;
  text-indent: inherit;
  text-justify: inherit;
  text-outline: inherit;
  text-overflow: clip;
  text-transform: inherit;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  white-space: inherit;
  word-break: inherit;
  word-spacing: inherit;
  word-wrap: inherit;
  z-index: auto;
  background: none;
  border: none;
  border-collapse: separate;
  border-image: none 100% 1 0 stretch;
  border-radius: 0;
  height: auto;
  width: auto;
  box-shadow: none;
}
#mmp-content br {
  appearance: normal;
  bottom: auto;
  box-sizing: content-box;
  clear: none;
  color: inherit;
  content: normal;
  direction: inherit;
  display: block;
  empty-cells: show;
  float: none;
  font: inherit;
  left: auto;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: initial;
  min-width: initial;
  opacity: 1;
  outline: invert none medium;
  outline-offset: 0;
  overflow: visible;
  padding: 0;
  position: static;
  resize: none;
  right: auto;
  rotation: 0;
  table-layout: auto;
  text-align: inherit;
  text-decoration: none;
  text-indent: inherit;
  text-justify: inherit;
  text-outline: inherit;
  text-overflow: clip;
  text-transform: inherit;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  white-space: inherit;
  word-break: inherit;
  word-spacing: inherit;
  word-wrap: inherit;
  z-index: auto;
  background: none;
  border: none;
  border-collapse: separate;
  border-image: none 100% 1 0 stretch;
  border-radius: 0;
  height: auto;
  width: auto;
}
#mmp-content .mn-module-content {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#mmp-content object {
  appearance: normal;
  bottom: auto;
  box-sizing: content-box;
  clear: none;
  color: inherit;
  content: normal;
  direction: inherit;
  display: block;
  empty-cells: show;
  float: none;
  font: inherit;
  left: auto;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: initial;
  min-width: initial;
  opacity: 1;
  outline: invert none medium;
  outline-offset: 0;
  overflow: visible;
  padding: 0;
  position: static;
  resize: none;
  right: auto;
  rotation: 0;
  table-layout: auto;
  text-align: inherit;
  text-decoration: none;
  text-indent: inherit;
  text-justify: inherit;
  text-outline: inherit;
  text-overflow: clip;
  text-transform: inherit;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  white-space: inherit;
  word-break: inherit;
  word-spacing: inherit;
  word-wrap: inherit;
  z-index: auto;
  background: none;
  border: none;
  border-collapse: separate;
  border-image: none 100% 1 0 stretch;
  border-radius: 0;
  box-shadow: none;
}
#mmp-content select {
  appearance: normal;
  bottom: auto;
  box-sizing: content-box;
  clear: none;
  color: inherit;
  content: normal;
  direction: inherit;
  display: block;
  empty-cells: show;
  float: none;
  font: inherit;
  left: auto;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: initial;
  min-width: initial;
  opacity: 1;
  outline: invert none medium;
  outline-offset: 0;
  overflow: visible;
  padding: 0;
  position: static;
  resize: none;
  right: auto;
  rotation: 0;
  table-layout: auto;
  text-align: inherit;
  text-decoration: none;
  text-indent: inherit;
  text-justify: inherit;
  text-outline: inherit;
  text-overflow: clip;
  text-transform: inherit;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  white-space: inherit;
  word-break: inherit;
  word-spacing: inherit;
  word-wrap: inherit;
  z-index: auto;
}
#mmp-content a,
#mmp-content abbr,
#mmp-content acronym,
#mmp-content b,
#mmp-content bdo,
#mmp-content big,
#mmp-content br,
#mmp-content button,
#mmp-content cite,
#mmp-content code,
#mmp-content dd,
#mmp-content del,
#mmp-content dfn,
#mmp-content em,
#mmp-content i,
#mmp-content img,
#mmp-content input,
#mmp-content ins,
#mmp-content kbd,
#mmp-content label,
#mmp-content link,
#mmp-content map,
#mmp-content object,
#mmp-content q,
#mmp-content samp,
#mmp-content select,
#mmp-content small,
#mmp-content span,
#mmp-content strong,
#mmp-content sub,
#mmp-content sup,
#mmp-content textarea,
#mmp-content tt,
#mmp-content var {
  display: inline;
}
#mmp-content dl,
#mmp-content ol,
#mmp-content p,
#mmp-content pre,
#mmp-content ul {
  margin: 1em 0;
}
#mmp-content blockquote {
  margin: 1em 40px;
}
#mmp-content hr {
  margin: 0.5em 0;
}
#mmp-content li {
  display: list-item;
}
#mmp-content table {
  display: table;
}
#mmp-content thead {
  display: table-header-group;
}
#mmp-content tfoot {
  display: table-footer-group;
}
#mmp-content tbody {
  display: table-row-group;
}
#mmp-content tr {
  display: table-row;
}
#mmp-content th,
#mmp-content td {
  display: table-cell;
}
#mmp-content input,
#mmp-content textarea,
#mmp-content select {
  border: solid 1px #cccccc;
  padding: 3px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#mmp-content option {
  padding-left: 6px;
  padding-right: 6px;
}
#mmp-content input[type=submit],
#mmp-content input[type=reset],
#mmp-content input[type=button],
#mmp-content button {
  text-align: center;
  cursor: pointer;
}
#mmp-content input[type=submit]:focus,
#mmp-content input[type=reset]:focus,
#mmp-content input[type=button]:focus,
#mmp-content button:focus {
  outline: thin dotted;
  outline-offset: -2px;
}
#mmp-content input[type=submit]::-moz-focus-inner,
#mmp-content input[type=reset]::-moz-focus-inner,
#mmp-content input[type=button]::-moz-focus-inner,
#mmp-content button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#mmp-content input[type=submit]:hover,
#mmp-content input[type=reset]:hover,
#mmp-content input[type=button]:hover,
#mmp-content button:hover,
#mmp-content input[type=submit]:focus,
#mmp-content input[type=reset]:focus,
#mmp-content input[type=button]:focus,
#mmp-content button:focus {
  background-color: #e6e6e6;
  border-color: #adadad;
}
#mmp-content input[type=submit]:active:hover,
#mmp-content input[type=reset]:active:hover,
#mmp-content input[type=button]:active:hover,
#mmp-content button:active:hover,
#mmp-content input[type=submit]:active:focus,
#mmp-content input[type=reset]:active:focus,
#mmp-content input[type=button]:active:focus,
#mmp-content button:active:focus {
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
#mmp-content input[disabled],
#mmp-content button[disabled],
#mmp-content select[disabled],
#mmp-content textarea[disabled],
#mmp-content input[disabled]:hover,
#mmp-content button[disabled]:hover,
#mmp-content select[disabled]:hover,
#mmp-content textarea[disabled]:hover,
#mmp-content input[disabled]:focus,
#mmp-content button[disabled]:focus,
#mmp-content select[disabled]:focus,
#mmp-content textarea[disabled]:focus,
#mmp-content input[disabled]:active:hover,
#mmp-content button[disabled]:active:hover,
#mmp-content select[disabled]:active:hover,
#mmp-content textarea[disabled]:active:hover,
#mmp-content input[disabled]:active:focus,
#mmp-content button[disabled]:active:focus,
#mmp-content select[disabled]:active:focus,
#mmp-content textarea[disabled]:active:focus {
  background-color: white;
  border-color: #cccccc;
  opacity: 0.65;
  cursor: not-allowed;
}
#mmp-content textarea {
  white-space: pre-wrap;
}
#mmp-content a {
  color: #224884;
}
#mmp-content a:hover {
  color: #777777;
}
#mmp-content h1,
#mmp-content h2,
#mmp-content h3,
#mmp-content h4,
#mmp-content h5,
#mmp-content h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: #444444;
}
#mmp-content h1 {
  font-size: 32px;
}
#mmp-content h2 {
  font-size: 24px;
}
#mmp-content h3 {
  font-size: 18.72px;
}
#mmp-content h4 {
  font-size: 16px;
}
#mmp-content h5 {
  font-size: 13.28px;
}
#mmp-content h6 {
  font-size: 10.72px;
}
#mmp-content ul,
#mmp-content ol {
  padding-left: 40px;
}
#mmp-content a {
  word-wrap: break-word;
}
#mmp-content a:hover {
  text-decoration: underline;
}
#mmp-content #calendar {
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  width: 300px;
  border: solid 1px #cccccc;
  margin-bottom: 10px;
}
#mmp-content #calendar > div.header {
  float: left;
  width: 100%;
  background: #2875c7;
  height: 40px;
  color: white;
}
#mmp-content #calendar > div.header > * {
  height: 40px;
  line-height: 40px !important;
  display: inline-block;
  vertical-align: middle;
}
#mmp-content #calendar > div.header > i {
  float: left;
  width: 40px;
  font-size: 1.125em;
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  cursor: pointer;
}
#mmp-content #calendar > div.header > i.fa-angle-left {
  text-align: left;
}
#mmp-content #calendar > div.header > i.fa-angle-right {
  text-align: right;
  margin-left: -40px;
}
#mmp-content #calendar > div.header > span {
  float: left;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  margin-left: -40px;
  text-align: center;
  padding-right: 40px;
  color: inherit;
}
#mmp-content #calendar > div.month {
  float: left;
  width: 100%;
  border-top: solid 1px #cccccc;
  color: #2875c7;
  font-weight: bold;
  text-align: center;
}
#mmp-content #calendar > div.week {
  float: left;
  width: 100%;
  border-top: solid 1px #cccccc;
}
#mmp-content #calendar > div.week:first-child {
  border-top: none;
}
#mmp-content #calendar > div.week > span.day {
  float: left;
  width: 14.285714286%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 1px #cccccc;
  font-size: 0.75em;
  text-align: center;
  height: 30px;
  line-height: 30px !important;
  display: inline-block;
  vertical-align: middle;
  background: white;
  cursor: pointer;
  color: black;
}
#mmp-content #calendar > div.week > span.day:first-child {
  border-left: none;
}
#mmp-content #calendar > div.week > span.day.today {
  background: #e3f2ff;
}
#mmp-content #calendar > div.week > span.day.different-month {
  color: silver;
}
#mmp-content #calendar > div.week > span.day.selected {
  background: #2875c7;
  color: white;
}
#mmp-content #calendar > div.week.names > span {
  color: #2875c7;
  font-weight: bold;
}
@media (max-width: 480px) {
  .ui-dialog.auth-net-profiles-modal {
    width: 100% !important;
    left: 0 !important;
  }
}
.field-validation-error {
  color: red;
}
.validation-summary-errors {
  color: red;
}
.mn-required label:after {
  content: "*";
  color: red;
}
#widget #mn-new-bank-info #mn-bank-authorization {
  margin-top: 5px;
}
#widget #mn-new-bank-info #mn-bank-auth-agree {
  margin-left: 10px;
}
#widget .mn-stripe-element {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 6px 12px;
  height: 34px;
}
.payrix-form {
  min-width: 350px;
}
.payrix-form-ele {
  width: 100%;
}
.payrix-label {
  margin-top: 6px;
}
.payrix-form-row {
  height: 73px;
  min-width: 300px;
}
.payrix-address-row {
  height: 438px;
  min-width: 300px;
}
.gzui-only {
  display: none;
}
.pay-online-message {
  font-weight: 700;
}

.gridster{position:relative;margin:auto;height:0}.gridster>ul{margin:0;list-style:none;padding:0}.gridster-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;list-style:none;z-index:2;position:absolute;display:none}.gridster-loaded{-webkit-transition:height .3s;-moz-transition:height .3s;-o-transition:height .3s;transition:height .3s}.gridster-loaded .gridster-item{display:block;position:absolute;-webkit-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-moz-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-o-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-webkit-transition-delay:50ms;-moz-transition-delay:50ms;-o-transition-delay:50ms;transition-delay:50ms}.gridster-loaded .gridster-preview-holder{display:none;z-index:1;position:absolute;background-color:#ddd;border-color:#fff;opacity:.2}.gridster-loaded .gridster-item.gridster-item-moving,.gridster-loaded .gridster-preview-holder{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.gridster-mobile{height:auto !important}.gridster-mobile .gridster-item{height:auto;position:static;float:none}.gridster-item.ng-leave.ng-leave-active{opacity:0}.gridster-item.ng-enter{opacity:1}.gridster-item-moving{z-index:3}.gridster-item-resizable-handler{position:absolute;font-size:1px;display:block;z-index:5}.handle-se{cursor:se-resize;width:0;height:0;right:1px;bottom:1px;border-style:solid;border-width:0 0 12px 12px;border-color:transparent}.handle-ne{cursor:ne-resize;width:12px;height:12px;right:1px;top:1px}.handle-nw{cursor:nw-resize;width:12px;height:12px;left:1px;top:1px}.handle-sw{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.handle-e{cursor:e-resize;width:12px;bottom:0;right:1px;top:0}.handle-s{cursor:s-resize;height:12px;right:0;bottom:1px;left:0}.handle-n{cursor:n-resize;height:12px;right:0;top:1px;left:0}.handle-w{cursor:w-resize;width:12px;left:1px;top:0;bottom:0}.gridster .gridster-item:hover .gridster-box{border:1.5px solid #B3B2B3}.gridster .gridster-item:hover .handle-se{border-color:transparent transparent #ccc}
/*!
 * angularjs-color-picker v3.4.8
 * https://github.com/ruhley/angular-color-picker/
 *
 * Copyright 2017 ruhley
 *
 * 2017-10-06 09:52:03
 *
 */.color-picker-wrapper{position:relative}.color-picker-wrapper .color-picker-input-wrapper{display:table;position:relative}.color-picker-wrapper .input-group{position:relative;border-collapse:separate}.color-picker-wrapper .input-group .color-picker-input,.color-picker-wrapper .input-group .input-group-addon{display:table-cell}.color-picker-wrapper .input-group .color-picker-input{position:relative;z-index:2;float:left;margin-bottom:0}.color-picker-wrapper .input-group .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc}.color-picker-wrapper .input-group .input-group-addon:first-child{border-right-width:0}.color-picker-wrapper .input-group .input-group-addon:last-child{border-left-width:0}.color-picker-wrapper .input-group .color-picker-input-swatch{padding-left:12px}.color-picker-wrapper .color-picker-input-swatch{padding-left:36px}.color-picker-wrapper .color-picker-swatch{cursor:pointer;z-index:3}.color-picker-wrapper .color-picker-swatch:not(.input-group-addon){position:absolute;top:3px;width:28px;height:70%;box-sizing:border-box;border-radius:3px;vertical-align:middle;background-position:-80px 0;border:solid 1px #ccc;padding:0;margin:0;display:inline-block}.color-picker-wrapper .color-picker-swatch:not(.input-group-addon).color-picker-swatch-left{left:3px}.color-picker-wrapper .color-picker-swatch:not(.input-group-addon).color-picker-swatch-right{right:3px}.color-picker-wrapper .color-picker-panel{position:absolute;background:#fff;border:solid 1px #ccc;box-shadow:0 0 20px rgba(0,0,0,.5);z-index:99999;width:150px;table-layout:fixed;border:1px solid #fff;padding-right:1px;box-sizing:content-box}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper{display:table;width:100%}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row{display:table-row}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-overlay{position:absolute;width:100%;height:150px;top:0;left:0;z-index:2}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation{background-image:linear-gradient(45deg,grey 25%,transparent 25%),linear-gradient(-45deg,grey 25%,transparent 25%),linear-gradient(45deg,transparent 75%,grey 75%),linear-gradient(-45deg,transparent 75%,grey 75%);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity,.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation{display:table-cell;position:relative;left:1px;width:20px;background-color:#fff;cursor:row-resize}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-slider{position:absolute;top:0;left:0;width:18px;height:2px;background:#fff;border:solid 1px #000;box-sizing:content-box;margin-top:-1px;z-index:3}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid{display:table-cell;position:relative;width:150px;height:150px;cursor:crosshair}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-grid-inner{width:150px;height:150px;z-index:9}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-overlay{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAC9FBMVEUDAwMTExMFBQUGBgYMDAwICAgFBQUDAwMGBgYDAwMPDw8SEhIYGBgLCwsTExMfHx8GBgYcHBwGBgYmJiYcHBwfHx8XFxcJCQkODg4fHx8RERExMTEmJiYGBgYuLi4ZGRlDQ0MqKioICAgcHBxFRUUUFBQKCgooKCgzMzMnJycbGxsTExM8PDwvLy8xMTErKysLCwtNTU1CQkI5OTkUFBQlJSVmZmZeXl4mJiYfHx81NTVKSkoPDw9FRUVjY2NYWFhLS0srKys6OjpISEhQUFBsbGxEREQLCwsNDQ3a2to4ODhBQUE7OzsMDAwXFxchISFSUlJnZ2d4eHhlZWUzMzOampo+Pj4tLS1ISEhtbW1SUlJ0dHQQEBAwMDAhISFWVlZaWlpWVlZiYmJLS0snJyf09PQfHx+Xl5dHR0dPT08+Pj5qamrOzs5QUFBXV1dUVFR6enonJyddXV1xcXE2NjYWFhY8PDxKSkrNzc1/f3+hoaFfX1+KioqAgIB3d3esrKyYmJiKiookJCS7u7uhoaE6OjqLi4ssLCy8vLx6enpubm6Hh4eioqKFhYXp6enCwsKMjIzBwcGRkZHu7u44ODhycnLFxcVra2uioqLc3Nzl5eV4eHjl5eWSkpK+vr7h4eEzMzOSkpK7u7shISHW1taurq5aWlrPz89vb2/y8vJlZWWBgYHKyspeXl64uLh+fn4YGBg2NjbZ2dl6enrMzMy8vLyTk5POzs5xcXG/v79PT09paWmEhISbm5urq6u3t7djY2Pl5eXh4eFaWlqLi4u1tbW5ubl/f3/Q0NCCgoKTk5Ovr69KSkp1dXWpqanZ2dmvr6+ysrJMTEyenp719fWbm5tUVFSYmJjz8/ODg4PZ2dn19fWzs7NjY2Nra2uHh4enp6eIiIijo6PU1NSnp6eWlpbKysqpqal3d3ff39+KiorCwsLS0tLg4OC+vr7r6+uqqqry8vLj4+OWlpatra3r6+v39/fu7u75+fnv7+/5+fkBAQFzkre4AAAA+3RSTlP97ePc/P3u+Onz8/z79+Hz0+rL++D89bvl19jr8sL6wPndsq7m0anI0uPLyfry27Oh8O7oZ+n42tCl+x98o+jk+r7y2+Wxv5mGpr/O4JBcR6/AvI6b89iltO7Z5HF2kc7A8c7MiPKavHeIhuB2waL61H37n8m0qpfkyKqy9/j56OC/Ovbkki8sh66AsfbrZeXf0uvos9X21L6A93TB0MKyao5IvMSvfvX6jqIQj/Dm41Bd5u/Unay/xlpqYticw7Zv1kiWn9kenp2M+ZtOkG33ffZbg6LPQkjVaNSyyjRUVpF+0ipZdbP4RTjOqmKQbqDZfuhjOFPDxfhv3SDpqyEAABolSURBVHgBdNKxaipbGMVx38sn8EHs5jk8VtNMZRgYGNJIrGwOllqIVU4jJCSkihwiOIqDxmh1/2vW3pfBy11r7al/fNr5aaX/c+tT4rzevm/fr98x79/vIev3dcx4PQ45jo8h1+M1Jr2m6Tk9xyzOC7JdbGM+t59Nlp/L5fJp+RTSYt1+buz/TKhcUG2T20ahiq6zqjlb5t6ryFPTO1b/pt18rZbqdneptetYJJNqmElGRVcbRpWzUS2STZFllNqHZBOoV9a4mFmGWaZBii7LooqGpGl6PadG+QfUg7SIp2odC5VfZElkU6PKjFJkUi6YLv+inMP6gOnw3z9WJMUAU4xSpLr/Wznta8lkF6IsQ5VlUXXBdXECClXeqJyxYaiqIxsdR1empFeb6O7MDJNKvYMZpQnVhdWPrqyfCYUpC6i5THOb8vdcW+fFel0UB24lFK3GlYLJKjdJQ3bp7qwuZkFVLrZl09P29KkOPpcnqSIKVrfTRjlWzV2hlPySI5PqvVgX6wMwpTdWkR1FG1UjJ6VJmjBUMbPFjMGiUpW4iFyDJR08DbrLbvdJ7fSVh4d+9hBR9WvNZNKl9PIcFSlySISPSKDkquK9RtW14l4jrpVcIaVslwA673Z49NSyiVE61gmSXEZpXKtRNTVLKqPIhedTEf+EuVEFKki9ChXTpaiT6FY6VrKL15oxbkXLUi5uVXIux7C7axmV0YeszuqgqufAYAlkFSLq9IpeTy5gPlXblaj+BdXAQkRKVYHEZAKlLLsDGtORSbEKkoLKyTVI0eUccGFSKrVaaaOJUHZpRKq9BsuxKsAcuZS2q4PKMEyOTUa9zfO3nN3fqrCJrdyRO5mAMsmqvSqUXb7Wpnw5UX0GLzaZ1b6WU6vRJRkkq9RHtVAVqwxbYWIixSYJI3u62+/3vNk+ojChKlmgRdiHz6X84lr3KpGmDNQbyxksq9jveCuyMoo3oZxKxzIqqITCRJXNbLPZ2IWKIPoaDF4+Bh+sq1oVWH+MUqb1fDoF9abmVmEChuvxd1H8RkbNok0iajLkmyTDZLgfAguR6nm2YbMS2ItqFe9LMlTQPhC5kfWnbjqf1kJpupXy+IZIKL2G1Jj+9lZ/TQLFsRwuBWmoDxw98rx/foaFKiSqZKIfXzbRAPvVCajGNeUZBQmX82gZl3oEpQmlriybMLuGWlANhbIKEd1sWFAxTC8DnmTAmkhkllBKzZv+wxYdrDSPhlEc9w69ndCl36LuSjfDgNAhMNKNiAwNLkrNShiodIqBfkRKk4AtQuHb5Abmf877mBGZc5436x8nQwYUHJvsIn+AOika66xfeA5TcslEGGr7a7vVR1spA0p1ZAL1obmMUh2x5DJKHVCh4oUJlWAnqqnOJ7nUO1rcFdy1t3K2yAYVU0klV//+3vQ/m+Yn/bDLqsGltciwVpCEopkue1u8Lf5MNYmlxFJAnc9/cwWuO6uui2udAon84m22m5hLJFB9/940nF0KJlA7+m0tJbaaw8osCpUil0xkUJ1VXKQouLRWqLaoBAuW06sEklFN80HDJRW0UImVUPN/5n9RTHNUGaZMJonCtJDpqyql4AdKJJJQa7Po/6Pk6hsnUGRHce3Gu/FX1pwKxQ0opsqo8kinkk1PjzNIvMFVcJ+BpLbblhdb0WpzdGMsTjCzDh9UJgUWvRpfBQsXESqbv80zw4LkYHKFSi0lChYl62K9xmRWy1ItBVTxNnb1PecE6gAKEzWLP4gLklxizaVKMlwimaWKtEAUnT3OQKE6zc6z8gyuLEqh7LouUDGUTiZ1Q48EV8Dqvm4oLBXUYac6V+rYDRaRaB4mkybcdDHlRJqKpIOER7XpVl0r2qqViqlaTJXe0VuBojVJKkiYPlVfUIpcFwNq2GqiLiYcWyUUj6mQWVVqKg5XiUl/kCOtSipgQqFSnfqopaSqm2VTYxJMMexFLpMIayXUb2pGOasooMk0ZaY6pZpS3IKit+tYK5nMqiJhsqvmUkDVVAF0eNm9cOGyClaoEgnRkCnnhOmb6lawUH1zVapMqZ1QamR54JZCOaBQXaVGLjA5GW/CUoItZBq2mqnPs9k+sSJMpQRptB4ZFKYcU84dq+7odl1ddxSTe1gCo0ylc4y6FOphfMFSnGATbsLFUqF6Vq3i9vtS/aoybESBjdqVWq2AWZVXXdVJday77gaUnlyhej28/qeil5cBu5ApEiiz7lMDRfdhok/lE6oIotFIpNFKrFWbt6u8ojmvyzurGEqkG255I5TzukS1jLkuZaJSPYgV+WHUD3o/uU+qZ6v2zwmVxnqyioZKlUwmok+Vr4zKNZVgzk0nFSyaZKiWry+qXTq7HlgrkYQSKVB2aSqyn+6RfaIwQfJWvxulCLVacSTHJBUo3UCyKVQxllFLu4yKwHq4sIr+SxYdqya2RlEcz0P5HAZG0t3UmtvapVHJaTQDtxVCwDQWtxhic4rAiDCKWFhEON00YxOYykeY/39/bgnMWus79Y99Hkq+PYgymw0jmkqWqIprupyqmnorTkUCZRKl6fOpqFG2srrsAdXhcH0ARs8qrpWk/zAVkCZrILlEGX8gqum9KiMqb2VLdi+73S+6+/W0u5hWoJ6CtdJUAulwvZBkUL1yLVV5KpusPNXm9PP0k52WZxinUsWtbKLqYNUv39cvVBTHChV9emKT4lohcgcbsgXzYIvrV1X2KlUpShRvsDltTngYt0qUJWdT9/6+tojq9XcKKV0E1UTUBBRdyTIFdXg7GDyoAuXMVareH769Rwd2M2Cqimt5Oi6jU1wlwrr3VFQNClONx613a0AZXBNI6Sp5s28HujjQyPUiSJ7r6mwCxNKFCdhpcDKqluwYx5qyYjqjiB+vxbHMCyobpqxZsRVThYgiE8W9AnVNjaxQiTKDQVGB2lDDqU7HyNSWdD0Vq7uiIIFiJZIi+4QR7pUoWZRwrLfFOa/WyEKUGbxDEibKmjAt3bI5ThvLoVCRUGVStaPbHd3vKJvsVeW15jZVouzFdWGVW5VoSlWibKSZqnJdG7moPt1qu95iYph0TUrNfDJfhcpm/r6VrPCkKV2aqkF1qhKFChflVA0tKMse68e1j2oqqv1WlNGUqPk8VJ6qx5u9LdhipquNq/3a/vwTP94/yMDGqSBpqo7HiibKfEZ1R916JOpsghQje7cvKtqZdDqyrLCe5+rRRQ/XDFeboaLtYCXqvaC+2iCpqjQNRZWk6VnSqO4CGokiXMpmBJkOA0XnnXmJqF5P1KyHSdQMVDumrCXrw0IigapKS47DpkpUqJ4bTM+ghD26OkxEFItb9T1Wn3Yst5p3/oK5gBGOxWsbVW1Y55wPRZMEalgdmyElgJoGEotbmUduVbK14y0bYwLU7+9ReSsTsDTZCKgIJkgsXa0L62vJoKjMsBoOuZZths8NlcRGIzaKa1FlYzeGVFSalHX6iApMlTOq0pW09gUGimsVk41TMXIDClXVDIfFBYmRUWkmULpQbeP1+0yYKpuqu7vO3fyOoWKibKZVUOH65xUWopLKYaKeqkQZHN/F9Rk1Go/g4CJ9JqwkTelSZXs2Iut2xlC5dqvFULWuUkX03JTP8EaSEZSo388jRn77+WJVjb+oingqXqr+79gfnR93bM65vFZx/du7tbezaGvWcu0/TNGxiupqFMXxeahbOmVgSs1xKuNhuKS4xyLEKoQozBSWAQkEq/sCaXLBJoWdnY/iU9z/3nshWWvls/2x9RJYQYrOSUI57AyJPZ/PnyfBVePiXqlVJmdRMjBQprr/+sUg3UFFMP3Z/oNKMhvXeoVrScWU73B1tn+77zOk6DPCpWrqrjTl41h8YUq8wxAbuBTzSIUpXLst91L+2mLh8XuhyjKuFbcicSsGyHqmLuJa5hGsZj91nVJQmEChSqKohDKTo/Qn8rgLEp9gcvkTyf7L+BPDpHSoAHWfHS+mMyb/njRMdc33Y0t1LVclKSQz0QRU5H4fqI6lYDIVqC2ziPRyca43UzHFQA9cpurOwCKYbl4uBcuT2tJIggsVI8PALDK5qvjDU1FXRVDJlZks22aQSJZxLZkenw9M5FOob1wWRAwTT32rFZGkirrJqoSruNsQhYrNTXsfLgrIanv7DBTBZfU4SbmdbzZSPx0mFRXKTIpgzTAUQ1Hci8JI1B6H7ardLPvdfr/dZzwZLkTqm1BkhqKtTNZIHabSV0/1lFpZMqHRsWhjqKaQ685TFVVl98JEWZDCRAyGiikzllSH7nzo2q6F1ra3VirBylKqiUqV4ErSVaI0nIqayb5A3SkBJdUJFaOSZVY/F4P1CBRB5IV0OLeguFV7u41BKm8lq3nLeiphTaiIuWiyok3SMFRNYfUQXAqu0+7ErJCYIpUCKwLnceAB1TJQnGo0FaOYakSBMhcwgmg1JSvCnVahCtQgFyRf5EQhIct3+WmfezGpcxYcRkC17YESYOYaIdnKEVAEkk1xFTNa07CIm3Sq4h0PHyKq5Ce51MV+schsYqESjLQdaxVuhQgVJJtQcslEFUfJRJeMvtNqWYUMFSM7Bmx/ykO1YNaMioVI8TspcPg8pdXSe6deDZZMUWVpDRV7Z5Xt9A4qkkeVRb6wYbLnI/tYwJLJegR2NJR1purHclP2PSoPpst0WV3wzF2AvqSCROwHlFS4qjU0uegsnAqYs3At3gJ1tJqLtldI7VWqzbgpNxtEuIKEybtC9kKtvhqKCxNzEaAlM5SZ6BrU2pqzcOlWVPnIKCyp6NFUV0TH8erFxKUAjT2yyKXHdOFW3r/plzVcbPm1nAWVggnZGhMPqLU3//2ihQxUXEsiTPR6vKLio6DIuOl5+3BdLixQPI4imADZ5yb7JPJPKLZeAwsZJki/Wf4RXXhJ9sG1AmXfy2Sqq4H+54qOUVvXoigMZ0bqYlxE6uTgYLgPDJIcsI0FaoRalx6FHp5CmlSZ4Pv//fa9B+5aS9spP05+m+iMaQaVuT0hEc71BkgYD8UoIf2btv7N3YVZIgwSLj5cDtX7GVX8D8lLikJlDQ9lM5ien89/Z46R9I+qNFFNJlXLr6Xvf9H+zaqimuIzZ6fIvKMSZbzxWn+bjCgXmT/nmQ/Xk8mykasrJrZce1iSQsUHiR3vjJ9MqBjBJk1bsuK1zMP+PP6QhiQNYfKxZvKkeFgmUO6iarkuiw+19MygulthfsfAdWGKBkyTLSksUbLiDo/PzwckUPlYaZpv8+0537hFdWH/kzh9yHqWEcXMMVyso9OxO0+apvP5EC5b8iIp88M3POQMQ9x5mEtEobptaJwLFWU1LaanS0FFM93x3nWY6LGbpuNEAjYdztF3aw4HWOkyww+FpokAK7SN3fBpCpSL6LosGVHgzFpQqBwmM/GLK2SgJlGhsv71UlRwbIg0CWKmhhQuQYz6UnpsMfW0Xdo+etd1b+8r7SzhHDVZAwmYBZY0ZLBMQRkzOzzWgSI1KHOxGVWOSAoRW93arqpYt6aMTG5ykTSJMiZYX4Y7fA0sUw91jSlgGyssUUUlarws4zKyttXlhEGKiCK4SLpsUbFoJlh60lRctWWQCCYbEcQpERWq1rWZNep7GU22CtvWbSdKd362mGRJyqh6HdhrsowqB6jhI6fN6eJnR+uEJarASkIGCk8FCpXdhmw3hWra7Q7Ydnb3Isog+gLEQvRaFxVtRNlTo6i5nE5uPI2iTOs8acque0nVWlXAqqrqqu22ClGieCtgFE0pr2Ug/VYhsvV3HWncpgFGT41v5VSNLExGlKaPdt/uXWS1VVSTqnUrzRhMlni0GVmaLBGVKmHSABFIBk8DSRQk6yIfqD5a7n4EFdUEai9KE4ds2Zb9LSsoWYJcRhecbz7afDe6GPGx/qOD7nHTV7cojDOLWyJhZNAtCE4aUiUWrgK1i3ToPwCkyB4RdeZ4nsf7ZWPOx1prv25/sihOFKNwjtwJ1+nP15/TF3/r9PWUF2s02ZjZ3037wknWE+rXBsp82BJJiTLHb0BWFSh+lSjOPkiWzVO9vFdTSYUtii11iwLSxFCRNCWKdN+s+2bHe8OlyTMpirQTjCXIOoKr2lf7d64kYfWd9UN/aaIYKJ/LR2dFdaLY1NNR0/HkCsqLDrT1dw0vbftSWk0u9s4osoDZCCS6XxST72/UXdiH/SgqRAHrEHVHIgoVzeAZTgMi5tO2LcegcfnDMntHZwHFFoio+S29kF8u0nUXSgB59gjNnFjUDFFGREETRQJWtbfqVrWVm7vqaQVVT1toYhFIP5BEfVD+jyY+JE0kUZOot4r64ZGWtSxTlSGruJGXp566r0tFeYtE8ZvoBMtgyqQqZb3tITGfYXD/AbsxSXZkBUVqYYgmVv6tRxKUpCbbrbs1Eh4+XG+ZHs4fte2HLZ0CZ8P8hOl2y1M2srEax7EeIRlfWZFkXX8u1/KnrqxrLo2TxLNujlQaXa97XGtRmYFRXVbdZjNsWivGh4giIzMVLmYzybray5XHl7s0tmOUTSCGSBck2nORrd16A7Ob7SZQudsjo80Ul5uzAqXGeU3DHllHI8LO/q1Anem2wCCVgBoon5YBvFE2Z7mE0VVds3tWC02ZJvrvpEhP0TAKzObvSljU6CmmzfKWHSmilSVjvVqxcrKeVfMkKmVn6mMjW+t2M1KaMku71LXUxKtrtUTFqKtTlqzP6ydrvNL1Z/OK6tW9QvKKKdLHhIHyyEEXOwTsECTqc+N4REVXSyuppC7PIkwWCit9pT6QOMrO0VmwnHdut2V8DtvdYXcgG47XLzhVkJ6jyMf9PQs4zuQXzieNSCKKAuWZXdTfVFwHXIetvZMQRafRe/7nWVE8/2TRFGm6d04L0ht7eztP3b2F6pFD/q2IqMj/lzHCw4ppueJZaaNszpolTc95u/ccJqPrLy7IYNVRIAqi+QYRpBVBF73QNm8x4UFwNfj/HzWnypvp6Km61S4P0h81rM6IKrYqKj9qZQnt7KVEoXqNF63p7/RnQmmaVCesLAax1rkowUx+5vfMvWcnSYpGLOUtvKVbSbEaMAIjglhnrWlyz/vvdRDN63W8tBV+1MzM9CWhmRPvKBEpvG50UYLYFXsRtKYzFbsd9jqsxMjN7/DipDMQVOq9P2rrnFCSVLLH+ypVusKPYsl4fowXK/KYbuBz0ACxQE6DMswqh9f8mnWVFFmTWX2RshZgaGCpUV5j52Dke1z+0zZt2xFi00XoGDDiIvKJwHCRIvRNTym2JFTYMKpSZVRGvMypxz6qkJHOleETKjNU1FBalOXys8AjVk9OKeMEueQ1lyCcqKYjFFi0tpDSHrznXZwg9vSCRe9C7OWmJc2UfJNJ0Qo+UFPHPFpMXuTGA5crB8XqSWXipd9gE/0i6TBjeEKJeiAVqWFlmlyabDUGyk1r2pTKsO3bsB/7cfAQeEY5Kz05Ra1S1GZtWlqGVim9XzQFO4s1TXFHpdI8tmBXd3VgZPT0UBgIXcjvQPgQv9WrpS1C9Ew8uc2pz3cahZbq5fvWCh2wFDwVGqAkcJLU81flYOEAKeJHbpA1qeftoc2qQxvHYpwJqfhAa69WTDjdvcA2zkJ5qhJCjrBU4iTkSQzpezVCm77JHEOrW+Qhq8rdpzoRi0UrbVRGN/pPei7TXjSUhBPPPzbIHNdRKAqiDImjNxiDrC8+O3DYSe9/YV114KFL4xrqPrIjvqg7gba/2/bRcJAfn8/6WVfPH1kbBRRIZyLSweXcBV4piuZZ5CeNWEA1JCIDtK3b5quCJmnlqjS/KHZeCSQH/w9WbAYgTE6s0sFy19oMzAcaatfVUDcmu75SMldSflJSo2GCTJE8PJ6UDL871kbuUM43VadWJuqlpqSTbCQ60M4U96fx8AgylP7VUEoXYCZnWuHxVTQyyuYA546EwGGt6gQVxTNyyqjsvnENv8MTLHAmes6KQcp5yjmLi63wVYaidCQR5spkILmkUcvDZD+iGpthgmrsTNTs0J0IG2ltTDVL+1RKrmBvFxgvlc2U3AOKhgHLVLh08HyXkSTORaD11VGD31WWfPqkEZEEWHoLACXCBImqNKqxm6wtomCkcyfqleZeKAYzUV8VjtZkyExolHdCvVx0pYILMLCaZpnDL5p3MB8G9RTzs0xEicE07ysZUCxWoPIEiclQ9MCa7dkNysfJzDIveVl0TyiltQkmhpXvGgRFh3Hw7NKHuRpYB5AScFo0RpnbOIzb777JOGz0QyDByEgEGSqom6WJIrQ48nI+UIRSsOcL3cMZqJB6/Hg/GpDTFOmebboTJ0IBFoEiGeoJA5f9rxgy2I0bBmKoEtiSpayu/f//9KXUM2vZSrV1gQIlOZyRc8jDlo+WzaEwTJsAiS7w3iqY5XVYuerHL3cV7P1Rioa62jg9GnBIKx/qGdar+5SZBpWXSNpIULGAsja7ePDGIBAPKB9UHKligKeFogcWu/S7s9EmUnzyUFNe7EEGgys756816Mv7xDgv5Y+KwEVZZLy22EZf9P+jfHyy+PQZTURwuPIo+JuqvhW5dSW4dhgFc3CpiWfjsDY386nkm4X1BRCmkF+QFFz5XiqjJyo0lzs2a5mMMOgOBpugBiRWgASIt6qNhKZqaXhado1m4pbV3dREuQUUyh2mIAu/kCmggcyPqXJFMXPLOWpa8dAfMjT4CDQuVuxYC4O/i2+1LrbkhbJM2RKrdTSYFImr336azB0aD/9YbSKfzFxVk+UEYhKpXndIyFjuQXEAOpWCMR4pMc25ddWbU3cTZ9ZynTZSyo8F1qB1WX+ntC5pherY0Oj0VnkxNEdXvpwAzxTCag7iiznzTimJ1iDaaILC4WLRsO3ExRHWv1JSbraS+2bEnirvmHTfsUKP/FCJoVijUkrBvojHLicoiM07oJUMGuGeUxLPRDDJSidy6VvoQD5H7eSfaPcE8yRvK7uV0HyKs7/+n34CHR2uy7vpg7IAAAAASUVORK5CYII=);pointer-events:none}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-picker{position:absolute;top:70px;left:70px;width:12px;height:12px;border:solid 1px #000;border-radius:10px;margin-top:-6px;margin-left:-6px;background:0 0;box-sizing:content-box;z-index:99}.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-picker>div{position:absolute;top:0;left:0;width:8px;height:8px;border-radius:8px;border:solid 2px #fff;box-sizing:content-box}.color-picker-wrapper .color-picker-panel .color-picker-actions .color-picker-action{width:calc(33.3333% - 6px);margin:3px}.color-picker-wrapper .color-picker-panel.color-picker-show-inline{position:relative}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-lightness.color-picker-show-alpha{width:230px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-lightness{width:210px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-alpha{width:210px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-lightness.color-picker-show-alpha{width:210px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-lightness{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-alpha{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-alpha{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-lightness{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-lightness.color-picker-show-alpha{width:210px}.color-picker-wrapper .color-picker-panel.color-picker-show-lightness.color-picker-show-alpha{width:190px}.color-picker-wrapper .color-picker-panel.color-picker-show-hue{width:170px}.color-picker-wrapper .color-picker-panel.color-picker-show-saturation{width:170px}.color-picker-wrapper .color-picker-panel.color-picker-show-lightness{width:170px}.color-picker-wrapper .color-picker-panel.color-picker-show-alpha{width:170px}.color-picker-wrapper .color-picker-panel.color-picker-panel-bottom{top:auto}.color-picker-wrapper .color-picker-panel.color-picker-panel-top{bottom:100%}.color-picker-wrapper .color-picker-panel.color-picker-panel-left{left:0}.color-picker-wrapper .color-picker-panel.color-picker-panel-right{right:0}.color-picker-wrapper .color-picker-panel.color-picker-panel-round .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-overlay{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAC/VBMVEVHcEx/YZRsq11jnYp2lXKEZYmShGCagIB+f3yAfX5up19rZqKRT5xcopqkW2qAfHxdaqmYl1R6S6xVaLKrR4x+QLOMAspUU7utVFSmX1lWp6ixRl4yBP1CL92BAPJCTMz0AH97uEi9PUtet1ulQ5pYLNJTv15JU8M9AvZXAOnLLzywL6VXtHQ8RNWhl07ENkN8u0S3nD2sAM6QM7RoPcGvOptOurU8H+ktLO6DKMF3AORRuo5L1E0vP+aJ5ACiAMiatDpMzVZ5HMpH+ilqxUWAANmyqzVRorSIzyheB+BG/yhLxYBeOMd9/gBJfr3STCidILi0FrND5EjBJ56/hDnUALnUJjWQAOOYqkS6ArflAI1SAPxFz9HAAMlLxLfNGpS4ZEC8AMBnD9mA3RtvzDvJKW7QAaqeyh9cAPJoAPnRlide4DBHncXaHy/CtCSlANxCBe/sAJM9y/HBMnOWwS+zlUT1BxNx+ADEojCsuCvPIWVO8SzaFlrrAEeYAOyVANZD7D46cNTTrR1zAO2C8ADuBh1C+6rCWjhSx1RE3rgzXd8+td/gFirjVxjnDiPJUzBl0TtB56Y/9XpA5G8tW+/qAG3pAMDJezBGvMzSAMW7ANexb0a5Ono/pNU4h9ziCVJD2to3l+WFxzTWEIBIzZNJ20frbQ5BdMg/7WF+APzcAJbFwQ8xcOg9wOdE9vaY9gDScydE15lAkc612ADaRSFV5jHgAnRH0LdC4JFb6yTaix2Z1Q9y5RngtwIyh/ApSfr0AFw0nflF0nc4qu/fsxBB/I1p2DDEyQDiALAoJvnbaB+r0gJC4Oau5QD0ADlC2221whlD6+9D+sT1eQDoALTriQU5uvr0WQVA/m4sZ/pt7wuf4AD0AKUwgfk/2PlA64XRyQD1NAte/gRD58jjeRVB8LXsowBD8NXRANHrUBGV7gDnMxb1lgBB9jtA8pjjlhHtLhL1tQDpvADI1gBE+t3fNx0//kvgyQA/9luxAOdY9hdRIP33AM3H6gD21QDrnpHAAAAA/HRSTlMAOlc9MC47AyQaSEZQT0UOVk1fZ1xvqHZiVGBx+bvqm/dkg21opHuI7NKnh2KtXJZ3e9F9gXZ/y96KynWmy8u4gpea7oO5jXCjwfmJk/l9s5WhwpWLzLbab6/a+K/cj6l+xLC0lKC5r+TxrLmMxKvk3unkkJZp++qaoLHcw+b0x9Gpudvc7fOQi7u+vtLW36KgzeTD3+X0np3n8G+ArrvVwcyKu5mz5ZPV+8jG0ND6+bCtn+TDxtCivdDAvsPY4PP29KLfyPWs1dfyxM3U8/eyu+j09+bm9fb29Nba9vT20uT498/T3+Xh+Ojp3fXk4dPr9+j09c/29eb65VLGWq2zAAAbp0lEQVR4AbTSsariaBwF8C0uZLSReQSbLQf2BcKCU12w2VdIYSFMtYNFGgufxNbCIlhIcrtBiyBYJ01IGbDQgIFAwp7zHROvbKWj5/y/7zZX+PH/8sdjsSzzp9ftzh1nNrxkyS5njj/vdnvt/706Lcni/aU/jyYNSCiqmmTx/OsXq/33l6N4dfpBlA6HKfsZpl5SLavY75utvRamN3n7HqQpPDgs5tak7ESrdqO/3177mpbZU5Qqza4mlw4zdZnhBaHaIbyrqgr7Hf78ZajuJm1RDDgYXtkkmxBlXBjK0Fb279dXwIRap0pLapJxMkyTHatUHMAWgj0dVd6gWEzr0vxfpuSEbZ8L4+faX9+akHKizNgZTqYyMaZ15WyeE/bteR+/ped7f09RoMp0UqYlVJxIKoxCWJyhOxxvh/G8FpbrKa3nrKqzgQcgzCAtSwxQaKRSM2lQs5gqljDPy+DCUMUUVfWj84SF8f0G7whhg8GAKKhwGhQPaUqsmngsAljewIq8zn8+YWGdFU3oIJXJJFKVGYvYMzvG2EI1MgUuhq6iXnR+9wG1KoSbGtyoGhQOQJFt02WThQqlyoUBSgsrfj7+kNz0mCK9Hsu4ZeQKpNiqIRF1VYWSmSRekicJUQWmqH889JBSva20KK6KKpBcToSuozUmClCgApxPCdkYDUMPs0WvMrl+vT3m0gNKJdSBKHpciDjBGqrAxgCGtiZcuAXzWMCgAiopksKkPn17wIVf/Nl+VIblKmuXMESmQNcV5XNCtskWqu1nWC5X/dcDqt73K+pQHg5YlFRrJWAVuRyM7ftmkBC41oVupWKIkqt3z8KosqZGdSaKdeGiSlkFGFVxnMABzMcwlIUsURyuizEqDHOs619w3bWrKUgGZUwKUVOYVpgAE4w5YwcmFPHVNnJpX0IZ1yk5FafiiMp1167OeMGzUR0uu5pOjUohiKaxTIzf0pQ9G+4X4UIuJpELLLqOd7i4K6D0gIwL1dSlaXolMbgdtg1NzsgfOaP9SCq6wsUCNKI+WLOuExZ2p6v3z9mozvyqtCqoDEoZr8bKBqaNs8E4CkAYXD5qVHt/sSdsi2GSj+SDr0jYsf6PUfp3UeSM4zheJGC2SPrUga1SeP0WI4gMKZ/q/gAhoGBlwOnEylK0SC/MIWydRrA51JQKy8B0NstUJsNeIZZ5f3/snHFZuffn0frFV9VV+xZXrRZO9r/CRLCGEqqhoTxE3a2QfLENkwcMFZ/HPfcC9vdaryUwVUm4voHFRccniVudDMWheK+o0O3yaOsoLd7GMaT4d1vVXmQOI/sdV+4ihY3sZ7ytusf0GyxR0bBChb9CcFLaVVNF8icwp7nqyrXWc9GXlaGsD7ddovr1ZL2qxOUsmZBApVueNond9f9ElrjMYdr6ceUwy1x/iOuW6vtzpTKUFYbBTSwV0gMiKdZPzKtKZKB4PZ2oRvvHESiGye5VfCleipcjK34Q1w3W4pSL6vyPzV12qJCG1FSgJqi2hmrHk3Zs6+sSGzST7Xuo9iNcj+JyWCGu4kVdpbDeV+1A5afzWV1DLwQeQXKUbOK1mZnmrN/vywdaX2BJDxcpDJep1nYuVRXH4wuv876LP1Z+yoGdgeE6D8/DxTDgoq6oBHVtaiOS5u2+TWEJMAKVcC5ouBS2rmDFqtCO0q2/1x0mdlbUYohKClpqQXp4mBgLEs9JHIvvOSg+UiLTkHGu3giYumhVMnMdxUV37x5rlkt6Ky4FTGYopipcrmq0G21HyeZ8LHeZzFkWMP0hpXK1KgvLWEsA7/yEudxKroVJUcFDZChC1fiKarqqQvEi1mLOctioN5LWI1OVnAtY5ud6OtrPeK2q3eWWqXCJLCzsWMa6VLExa7abzeZcnruieWQuWzJQl1fBRFaWRQkrO2ageHe1Ny6knx01ZQtHWeklqtEQlZukuY0XNTHJosqVtBJgg+pe5lquS1TqyiRQ7E8Qb1Tf5do0F5W4aLYIszDzv5VlpxLTuDnmVF69WY/qqOoRCawV8aF+qyWsQW+Aq2Ou5VdYxr04Vwbr6eknGNes2SbfiGrKtRZTTELipWGXpjtXNchUoC5Jzfq8DozHyaxWnweMg8FCxRt1Xs+1LK2MXHV8hnH9f0fFBDVV1Ewmt7pUTQTVGNOlinmRzeJiLWswUFiHAeNaS1wKy3juIv71V6zDRlW45FYHcQlqls52otpVtxJU21X35vHeytw1aAlKBqwDzFzlsnwun02VPUmfKparfhTVZrpBpa7FQVG7sEMFSlUPpiJU97J6/Z699tFG0cfoQ8RzGDKpg4vERahKdT1/ypi6fr46178byk11OCwOB/kFSVSK+iykCmUm2S++/7iof5dG8zUM42Iy8Qeo2CVOFQ9MISHuNtOkWjicKVKkEZlCgrVg6XD+AQ2BiSKnyIDNFGHLwYAwYcvANkE46BaWizghDIKkiP3e1/0+8VXv7zvWH64nTPGXYpj0Vy49XL+GauraA/bHnnJpP/6QSqxQketlrAwqaqHSDQUDRS2p9PUVC1W4hHr3DCVTsWhZERhDJhXvpYvJpQHDRS3trxu95chl1lxvqnqQ6m+pREKlwfqtb1TEkujfoORhxaI+w6Ty836V6iMos1AxUHZFLY0rkgvXX4M5syLWkVmo5EqGCpdUfZ2wn6oUy6p3Mv0ik2HTpS7LtP/wbwuYVJbhOhcrYL+LFbVubnLkClbn6E/BHh7+FGtq6v2v51b9//f7UqWpqGUTC1CszGdYWgyUVHq42nvtvb1zPbkGkStcN79zxXOzvAWp9EA9/I1L61GrZ1fEqv5WlQpUqDDxSsXiLK9cjFcufyx/PNAzzDNrq/3fNjBcYsk1+DGwy7vxFp5irR2hItaDbwhKD1W3z0ARqwoqbYVodlYfJqlm/ZcXrgNUoPTsUq5pL2CDAarWj5ZQP8ml5Z9yPRzJpScVtaTCBStOqEerKrFeqfQZxVDxmGAHliUwVFu42oaBOlcsw2C1xPrpWq1prOyRBwrXqV5Pk6obtaqoxHpXfaaaLZVmS24VpNVZfVJFMooJdRAsw9pbbUYsZKAGLbvM8t6IBOv9tVUJDNSpUKolFCpGK1geptK/Suo0Na3qLeqPPv5A8w40BUOlz7n4ccnVxuVY5FKt1k8GqxGsplmghg+nuHpJLbn6uDpCdarVpFUFFCrdL1CLvNXFVVTJn/JqorJLvQzDFb1AwTo3atDSVAvV7c1tSyRt5QiWJpVrnfbI1Y1aHb1qh1awKvqs8gWZTXrMOE2uCIbLuXZR2ZUscTGuqEUtwRYca+3aruFwmNTyEXEJ5VgdVBoomQKFSqZYoPSlwdJeZ2e4XteqOdeFYqGy65ZceaG4Ia6hYHKdaj1exOp2OvzgvUqVVBVYmlG8WG41PsvC5V5n+txrV6zGVrvRbp+0z0+ACRUwq+y6vYC1MoQFClW4HMsqhokTVipWGcWWwpRbzOnj8a3mpocExTujl1CwtoSCdeJaA2At716o8c1Yrp8r+nHNX7Ph9ZChEqvZa3Zxdbr6ZXFEt6qkrbhgisos5jKAsvqHzrJwOZdqiQVMtRoNcp2fiFVDdXHRupCqJZVqsXn9uJaEUq6hckWsJq6uJ5NVsKSqSFV5qcoEKptdzAYMlVcoF8rlfOI62z3bNYtcjRNcqOxqPVLrXq6xXQWx6pNrL2rd4aJWE1W4hOJJBUqzagmUXjaTy2anHyzTloElrrxUZweqFS5UGrku5NJc6165xrBqYt1N4oij4fBOKsWaqr53I1YdV6qSySqxMjk9SjGpwhV3LNh1IJZgUsnV0KJWjUmlWo+PqiXW2Kx7/a81MitRJbAms+o7rDqq96g0brg2W5IrLpiR5NWe90prabuG2aVYNeXSHEsqXKqFa7wyszS51htdSzUa3lkVR0QlV73zDCXVmmP5gppSZUIz78/NQJlV8O8rjyt+XA3vhBll1qOmWPfUYsszmQmua7mkkuuueUes782uWVLV62IFTCh9UxawqWl+Puvvda9CgVxn+ahFLqka7RTGkiPCAvZpeeb9BJdVI6F8Q7s8u6p1saxaq4AqLeHKoEpRLGzhWpbqqVY+cr2u5VyPzCyjbm/XZ75+m2hSadSKXD4iLmqhwmWVY6lWhvmCoVqYwrJv7DJMrkJBudJaCWzzda17uca4DgV7nNmBNZqMolaodpoRS6qqjmjWh8qaVSVU6QXDtMBskytYObnSXG9BrTfWA7VR26jVti+2n9fSVOvT9sxILM2xEtfXZrhYnb0n11OtJU2stFWgPFi4gAmlM0YtsXYFW49aJ8jkota+XZ/FOlassVjjGVTUsutSKNX6imoHFSckFrWIhapkV4Y9tXo23xFV1PIV+c2/lYpayrW5KdbGBrXItf+4r1ifQ8Vmvn0T7GoyuhqNLqMWqp2dhBW5NFjA1vhpZZJaLFQrCytauMhlF78uzmgXseQSzGd0re3atnKpFbXGuG4Pb2FNzJJKrEuZpEprpSipPiS10iOCCpVNfImLI75RreWopbmWYMSilmJJRa19u+4/Hx+Pjw/Hh0ktuVBdoeKKyIgl1xc9WC9qLRlmVbiilWeWXZGLWuGySrWUC5hdgnFDxdIN5To8/CQXLMGutNHV5aVcrrWjK1LrS93zb+vDhzVyGRVHfCNUqpqzCpdryWSVXPlC1JJpN1BinbgWsfZRyTVWrLRWmkswuXbkmuYySxNLrcIVtZhZRs3NGRZX1KJWxHqbf6ute5uNzQ2uuL3hI+671jFLa0n1jVyXV6DIFa4vX0BxRKvIFTfMxBHnpzfEpVkVLNeasoC51m6C0v6hy45ZGsv3MI7noBkcPKMhKnLHYkACgnKZ4uK8hdvZCFMNY5UuNkkXYpFiGiPTBSxiYrBIYxqLlMGQdgjY2K1vZJv9Ps/5+/dkmH3O2a0/fH9HdtFDzbWIda5aVsVaWlCxW08oYmlWwRIs1lpZt6toFjOLYLlaLLpAwdKyWEvf/LlqMcdaquVZRS2jQq38DR0r98knq6tFAPGI+VrFNdcyioVYe47FT6JgIZZZ8YjLtaxaquVcYl1/r32vxVrxiFktJlZwebGWYrlW/tvady7fEBdDZReqK1S5b+sl1nIsFmOJVcvdUK4SLKmotVKMuQQzKqrebRQDKrDeVHbFWkax5Vq4nl6e6k/1X3Vc49vxbee208lqMVrVvtRwsXDEEizDioplVlTFWIYxwbajy6w/1mKB5VrEeslcsMawbmGBunmrBcuxYi1UK3z0Ca6Qi4m0FOtdspGASlVrO9zQ+70WMyrWCixcT3VqOdZYsTqwblDFWieZawvWxw/Khcoffd7lSeVaSVbLKsf687cVXeHbWvxYwPrlWPW6XGOmI37ruBau2nWNWXUCa+sjsFI4onOxV1dUGaUvi1gptbhhXtX43LBrGeVcF6HWz8I3WKxeVy6OiEojFqoHw1wLFHOtErnWlStZTVbtEkw0o6ziP9QJKrn4tshVMay33wMmV/Wwetg8bH792vraOm+dXw1+Xl3gUqwF/xt4K1bdrHFduTrjDrluUMkVcqkWqP9ntUqhlmDulV/Rs8modFuqPaMci1yoVAsUr2oNrq4GoPRtLch1XvjyEllW4dK+KdcDucIRayfZFV9zrWtJAsyKN1RgbSRsI8XFDdWq4iP2etkRq66Fi1qt1vkgq0UsclFrv7ASbzjmcSx241xy1R6yWie4lMu1fEZ6JcqVBYsPS2xisFC5lmOh6jWCixPycMNzsQa4xLJqsVH4AOq5/vx7LVRZLatwieVauJCt08tfPSv+tqQoVdYqRcUVaVURi0+rwT5X2WGzKRWxWlIpFlvItVHYrMMybD4fz8fjoXK5FiymWqBqjnWyBUyqeEaCofgTSqo0zVCwrKKWY1XjF9/UFz9ANfg5uPANtc1CYfzy/GxVvW4XsKFZ7NqwUa0GiwEjFzAWYIl7BVrC6xm2FKsSb8g4oWsxYimXXKq1cK2rQqFwrVix1tCqTl+sh5tQSy5f8TWXYeshWHDl/vFX5VjbKaqKVMd7xz3W0BGrjQx1SCqjtAvth1mfYX1Qref58xyXYLBQ9W/6dmkjXCGXVKwUWXlZ7JSkSUQ5FirFQhVqMcNayjXgjLAMW2j/gbUmlV1iDckFDBe52gGFamQVtRixlmBJHpbaxBNZ+VhWGdX0Wl6sFY64VuBXuvXg8obzoHKurJZcZkXYksswlvBYtZGup1HF587yqhysxataUgXX42JxsalfgHeM0mOVlqna5GqT62E0GjnXrlTBpUVXkKV2gcq3Uqze8XFPLt+w+u+1HqVatApifUQ1e57Ns3FERi4GS1MsXAeG7VoVZXmaQCFUbLXtVpU9VOwoxmra1bprtSatwcS1uq+w7E93m1bNZvNZrNUfGtV/aLfbqsWodWDWbgYrlXlKpVSqNDz6V15VNkoXpFaGOn2NddZs3jXvgmvQFap78SjV43tQvuIMl1TT+XAaWFq7ryu2R94BuQ5Q0QuYZQHmxyS/nk1BpVHrqNcwrHpaPauiakoFajJRrq5UdnFDs2qvtaZvLqZeDBYwf112MbvKeoDx2lVO48rbfsIBM9VR7wjV6WkDFaxm8+xOtVqZqtvNXNp+YK2B8mBNxbo3TLGAWeVcB2ZFWEZDpqccaOXsdSzPKqGscivH0hFdy6yoolYRkjfPUOQCNpzC6t+HIzLDdEPBdg+s0uNepcyV8v6NR49LlaOJcUAeq2AZhUmqyUSu7qTLHruONXj7E/pbLXY/5JHrMnONeD/xwLLLufKXZOiE0jBVQPHuhBMe6Tk6PTpl+rAYJzRsAkwurkgus/xzaNZ7mf6aTWdSDYPr0i7vU/uTXcy9rNrh3draMSs3QpkllUuZxSjFe6ZYLK8ahFqefw6D6wGVnqlrTe/vVevysn/Zvgwu9TqgVx62u2OYguW2A2one44r/4uq5Vh3Z1HFrAqwaogl1kpQBdcwuHhw/de1/mHTDnlUR8MojsvJzU2uuLtMsoIEQ1ZsUO1mqahBV5RMEMU0rHh9PwIWzbWbbMY1o5Gw6/oBMCTMJ1mz//M+fQIlnPO0Zswvp8jxvVC5a8T9REffeX2PReQoQAlnKEyKxlJAkfa9PbSHwxqQ/bQmsL7BcdfL3/9+ElygVLL72MVs5VJj5BItNRg1GSSOFyLd7zTB5VPRe1UdpBIK1uFHlE3+oYcXV2mur7AkOwLbSyXXX5jobEvNpJIUFnUXh4cAsheoxIpJedgq2FaMBWqNCpSxfKw+Rxvrcy+VXD6Xu3wtXAOZwzzAEismldhWy7dlXXN1YKsACtWascSSaoLqx70J4X+fyuUo1/5j7yoy281mmmvWuwqhuBSWHkjpiCPGSeJUBNcQpd5QPLiiqqGgJpNfoAxcR1C6PTBz5dDMtQXWuwqTAaOCcSNvYrVoKV35W/lWSvV2myq0oSVrqYhQMQdTPcx1Ya6L5sKFapff5nKXUMWvqlieaEqpx1CZo6TSVFUdFMay9CjGmkTYz0AeXB9SXZjrDpZLNhbMXbbYEAYKUpoNZJikMhcqUtV1FQRrB2s1uJqnY4n1FRRBRVDlxkKFy/eamorgSovUk4DK0ixJcGWJRGpJ9AF9qypYTNX1qoiKrm9iPbq2Ut1gchGDjW8uZAVngYamb8KLwMKUlVLpWZZLpVqGZagctWq7dt3RJrqiqn5QGevLQJVTg6HizCWVXG6iLrMktMy4HsVQhqppsKxAoeo62yqirrCe/WO6fvXmOl32p34vssOVo7LBJAM29S9JMmvmsjI+pUdbaaqKT8hJJVdUdV2zPkvVoLra7/2JaweJSjXfz/M5exFcYyabjWWiqLhiWjzAFsaSyFWATBVjU61Ct6JSrc9RdUV1vb4/VflnPJ04ZMCiTCquDzBVsEJdeDNVr3IxmOpVKNuKbpgKmI1Fzg0sVLCaL6Z4/hmlAjU/MRcqarBoUqWywMJj1SllhMn2ioiCeq0sYRO4ldLFYKKm8k/43LU7Wcxlsj/uB/tzNra9PIupOI5SSrpcaCi5XLWppNqsglTRde7OqEAp9ctzlcKf8v97uWMUt/EwCuDbDJNAILAMTuPxNmuQWm+CEsMiGFDhbofFiMGokCu5kk8gF76DwbqB9yTjPqUPoCsYqdj3vmd5/2YHnDHOvPdJaTLix2czU+n/H4uRC9W++M3v37sk1gl2xIvTecQ8mSqUKtWuxPqu7JR/zrxD9o6mLWowuYIWpkxBM5tkGpJQoWii6gklKpQKGadkaVdEsczNuVfuaqjYr6wlkCu4D1oX2p8e2ulPH6YPnamR3JAUhqFUIUjcVapdraVql9XcnX9B8RNRHLm0L8RgI6BaGVCtCwXMoREV8qIsTLktyxhJoHpeG2q1W62g+nJORddv2zbOvph7ljD1mA5GjVpUyCpclQIRCpVQK2RH1d9nVWTd/nnqmgumcGHsCU2wCK5OhArFYVLWkhD2DBZd6+8rwHbNrnm+Pa9iPsLVNZa3/eoRdmSNOGAh05GJlAjtRBFRrEgWmQZAjdOE24KJqpWFqh97sZr7CrrbbtdUW48qNJgHgU8YaxuzRCOIMLwBxAkPlQqzMFU6GJsqWTPcFT/DZvyDKrmgoos1lWA+KhijlUFmKoWqA2qBDhaDQaomljU/Q+zKttW0qte4GMEoQwDzLSP2mIiNRJNrEYG0ACrEokKYBsmAH2C7K6qY16no+iiX1/WQOcbia2EuLJJrGA1Jokgm3rAqDJLShVAl1gUqpd9VPMEOLgwj2HB06JAq3kzFYWAKTSWUWEJVaNM8UvXafGr3tT2F+S/DDq6hSFIx/1NV60qqL5cdgVJ7Ly3MlQ1ZJ4u2UqFSyVUm5bqkaoU2q7tLj2a5cb9gLczHACbVKWwhWawO2JxN8qTMaZKqomp8Q9Vlrl/kcheWoYAhS193RxazrkoosliqDFU1T3z85YcR1XNDsUzm0ZXh8jOIlpjhcokLEy+pQhmYYpAULqtkqrJimup3PvvinP6mcGAcyATz5WJjZSFYTlmCQrUuOVI9vb/CQVd11zLpTryJuSAyVLak65hYVSA6plS4Kw5Whcde4ViwvlgeXTNckim0uTLBclUq1mKox/ZYsCssLGjXhUIml0xy9di4t4x71riAqXgBlX7Qqq7hcmBwcWbebJbNMk6PFYtjrLyXF3EB1z4v9vl+X3KqfZXcXfW8RT6pnhuLyVTIUKpmuBCZAJKKFYoF6sNPOTmwDiaCWWZwIT3dem0KDFwFkhfFvtgTxqTXRjmw/hGlysQeYSApRJHElH9dH+XC3te+I3PS28w2vU2xAQttXdgWMvj1/c9CCXbLv5Sfp61Lsg27AQwuylqUTOEfN/rJNziGtR5lk8lGbV0gbYhSC5risNYxrG94aG394GdQIbg5KTBI/K1+d8v//abn6eqfuv48nS43J4k70bcaW2IuJf0L+L3oUNPhVQ0AAAAASUVORK5CYII=);border-radius:50%}.color-picker-wrapper .color-picker-panel.color-picker-panel-round .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-grid-inner{background-color:#fff}.color-picker-wrapper .color-picker-hidden{display:none}.color-picker-wrapper.color-picker-disabled .color-picker-grid,.color-picker-wrapper.color-picker-disabled .color-picker-hue,.color-picker-wrapper.color-picker-disabled .color-picker-input,.color-picker-wrapper.color-picker-disabled .color-picker-opacity,.color-picker-wrapper.color-picker-disabled .color-picker-swatch{cursor:not-allowed!important}.color-picker-wrapper.color-picker-swatch-only .color-picker-input{padding-left:33px;padding-right:0;width:35px}.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon{width:35px;height:100%;border-right:1px solid #ccc}.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon:first-child{border-right-width:1px}.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon:last-child{border-left-width:1px}.color-picker-wrapper.color-picker-swatch-only .input-group .color-picker-input{padding:0;width:1px;opacity:0;cursor:pointer}.color-picker-wrapper.color-picker-swatch-only .input-group .color-picker-input:focus{outline:0}.color-picker-wrapper.color-picker-closed .color-picker-panel{display:none}.color-picker-wrapper.color-picker-horizontal .color-picker-panel{width:150px!important}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row{display:block}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid{display:block}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation{cursor:col-resize;display:block;left:0;width:150px;height:20px}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue .color-picker-overlay,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness .color-picker-overlay,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity .color-picker-overlay,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation .color-picker-overlay{height:20px}.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue .color-picker-slider,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness .color-picker-slider,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity .color-picker-slider,.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation .color-picker-slider{width:2px;height:18px;margin-top:0}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs/dt-1.11.5/fc-4.0.2
 *
 * Included libraries:
 *   DataTables 1.11.5, FixedColumns 4.0.2
 */

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: "Glyphicons Halflings", sans-serif;
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  opacity: 0.5;
  content: "\e155";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  opacity: 0.5;
  content: "\e156";
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}


table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
  background-color: white;
}
table.dataTable tbody tr td {
  background-color: #ffffff;
}
table.dataTable.table-striped tbody tr.odd td {
  background-color: #f9f9f9;
}
table.dataTable th.dtfc-fixed-left,
table.dataTable th.dtfc-fixed-right,
table.dataTable td.dtfc-fixed-left,
table.dataTable td.dtfc-fixed-right {
  z-index: 1;
}

div.dtfc-right-top-blocker,
div.dtfc-left-top-blocker {
  margin-top: 6px;
  border-bottom: 0px solid #ddd !important;
}

table.dataTable.table-bordered.dtfc-has-left {
  border-left: none;
}

div.dataTables_scroll.dtfc-has-left table.table-bordered {
  border-left: none;
}

div.dataTables_scrollBody {
  border-left: 1px solid #ddd !important;
}

div.dataTables_scrollFootInner table.table-bordered tr th:first-child,
div.dataTables_scrollHeadInner table.table-bordered tr th:first-child {
  border-left: 1px solid #ddd !important;
}

tr.dt-rowReorder-moving td.dtfc-fixed-left,
tr.dt-rowReorder-moving td.dtfc-fixed-right {
  border-top: 2px solid #888 !important;
  border-bottom: 2px solid #888 !important;
}
tr.dt-rowReorder-moving td.dtfc-fixed-left:first-child {
  border-left: 2px solid #888 !important;
}
tr.dt-rowReorder-moving td.dtfc-fixed-right:last-child {
  border-right: 2px solid #888 !important;
}



table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:before{height:1em;width:1em;margin-top:-9px;display:inline-block;color:white;border:.15em solid white;border-radius:1em;box-shadow:0 0 .2em #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:"Courier New",Courier,monospace;line-height:1em;content:"+";background-color:#31b131}table.dataTable tr.dt-hasChild td.dt-control:before{content:"-";background-color:#d33333}table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:"Glyphicons Halflings",sans-serif;opacity:.5}table.dataTable thead .sorting:after{opacity:.2;content:""}table.dataTable thead .sorting_asc:after{opacity:.5;content:""}table.dataTable thead .sorting_desc:after{opacity:.5;content:""}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after{display:none}div.dataTables_scrollBody>table>tbody>tr:first-child>th,div.dataTables_scrollBody>table>tbody>tr:first-child>td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable{border-right-width:0}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:1px}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child{padding-right:0}

table.DTCR_clonedTable.dataTable{position:absolute !important;background-color:rgba(255, 255, 255, 0.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#0259c4;z-index:201}

.fl-scrolls{overflow:auto;position:fixed}.fl-scrolls div{overflow:hidden;pointer-events:none}.fl-scrolls div:before{content:"\A0"}.fl-scrolls,.fl-scrolls div{font-size:1px;line-height:0;margin:0;padding:0}.fl-scrolls-hidden div:before{content:"\A0\A0"}.fl-scrolls-viewport{position:relative}.fl-scrolls-body{overflow:auto}.fl-scrolls-viewport .fl-scrolls{position:absolute}.fl-scrolls-hoverable .fl-scrolls{opacity:0;transition:opacity .5s .3s}.fl-scrolls-hoverable:hover .fl-scrolls{opacity:1}.fl-scrolls:not([data-orientation]),.fl-scrolls[data-orientation=horizontal]{bottom:0;min-height:17px}.fl-scrolls:not([data-orientation]) div,.fl-scrolls[data-orientation=horizontal] div{height:1px}.fl-scrolls-hidden.fl-scrolls:not([data-orientation]),.fl-scrolls-hidden.fl-scrolls[data-orientation=horizontal]{bottom:9999px}.fl-scrolls-viewport .fl-scrolls:not([data-orientation]),.fl-scrolls-viewport .fl-scrolls[data-orientation=horizontal]{left:0}.fl-scrolls[data-orientation=vertical]{right:0;min-width:17px}.fl-scrolls[data-orientation=vertical] div{width:1px}.fl-scrolls-hidden.fl-scrolls[data-orientation=vertical]{right:9999px}.fl-scrolls-viewport .fl-scrolls[data-orientation=vertical]{top:0}
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: -20px;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

