/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3,
  .eventlistview .summary.url {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  .eventlistview .summary.url {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label,
  .tagslabel + .blogtags a {
    border: 1px solid #000;
  }
  .table,
  .forums table,
  .forumview table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th,
  .forums table td,
  .forums table th,
  .forumview table td,
  .forumview table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td,
  .forums table th,
  .forums table td,
  .forumview table th,
  .forumview table td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.fthumbs img,
.gallerylist .galleryitem > a > img,
.fthumbs img > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role=button] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.blogitem .subtitle,
.commenteditpanel legend label,
.ec-title td:nth-child(2),
.eventcalheader td:nth-child(2),
.eventcalheader td:nth-child(2) h3,
.eventlistview .summary.url,
.commenteditpanel legend .operationheading,
.commenteditpanel legend .addcontent > strong,
.commenteditpanel legend .settinglabel {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small,
.blogitem .subtitle small,
.blogitem .subtitle .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
.blogitem .subtitle,
.commenteditpanel legend label,
.ec-title td:nth-child(2),
.eventcalheader td:nth-child(2),
.eventcalheader td:nth-child(2) h3,
.eventlistview .summary.url,
.commenteditpanel legend .operationheading,
.commenteditpanel legend .addcontent > strong,
.commenteditpanel legend .settinglabel {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small,
.blogitem .subtitle small,
.blogitem .subtitle .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2,
.ec-title td:nth-child(2),
.eventcalheader td:nth-child(2),
.eventcalheader td:nth-child(2) h3 {
  font-size: 30px;
}
h3,
.h3,
.blogitem .subtitle,
.commenteditpanel legend label,
.eventlistview .summary.url,
.commenteditpanel legend .operationheading,
.commenteditpanel legend .addcontent > strong,
.commenteditpanel legend .settinglabel {
  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%;
}
mark,
.mark,
.searchterm {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger,
[id*="PasswordRecovery"][id*="FailureText"] {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header,
.blogwrapper.blogview .moduletitle,
.blogmodule.blogarchive .moduletitle,
.blogmodule.blogcategories .moduletitle {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
ul.simplelist,
ul.blognav,
ol.searchresultlist,
ol.formlist,
ul.userstats,
ul.yui-nav,
.formwizlist > ul,
.buttoncontainer > ul,
.pagetree ul.treecommands {
  padding-left: 0;
  list-style: none;
}
.list-inline,
.member-list > ul,
ul.simplehorizontalmenu {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li,
.member-list > ul > li,
ul.simplehorizontalmenu > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
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 #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.top-pane .panelwrapper,
.bottom-pane .panelwrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container,
  .top-pane .panelwrapper,
  .bottom-pane .panelwrapper {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .top-pane .panelwrapper,
  .bottom-pane .panelwrapper {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .top-pane .panelwrapper,
  .bottom-pane .panelwrapper {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row,
.fileoperations,
.fileselection {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table,
.forums table,
.forumview table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.forums table > thead > tr > th,
.forums table > tbody > tr > th,
.forums table > tfoot > tr > th,
.forums table > thead > tr > td,
.forums table > tbody > tr > td,
.forums table > tfoot > tr > td,
.forumview table > thead > tr > th,
.forumview table > tbody > tr > th,
.forumview table > tfoot > tr > th,
.forumview table > thead > tr > td,
.forumview table > tbody > tr > td,
.forumview table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th,
.forums table > thead > tr > th,
.forumview table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td,
.forums table > caption + thead > tr:first-child > th,
.forums table > colgroup + thead > tr:first-child > th,
.forums table > thead:first-child > tr:first-child > th,
.forums table > caption + thead > tr:first-child > td,
.forums table > colgroup + thead > tr:first-child > td,
.forums table > thead:first-child > tr:first-child > td,
.forumview table > caption + thead > tr:first-child > th,
.forumview table > colgroup + thead > tr:first-child > th,
.forumview table > thead:first-child > tr:first-child > th,
.forumview table > caption + thead > tr:first-child > td,
.forumview table > colgroup + thead > tr:first-child > td,
.forumview table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody,
.forums table > tbody + tbody,
.forumview table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table,
.forums table .forums table,
.forumview table .forumview table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td,
.forums table > thead > tr > th,
.forums table > tbody > tr > th,
.forums table > tfoot > tr > th,
.forums table > thead > tr > td,
.forums table > tbody > tr > td,
.forums table > tfoot > tr > td,
.forumview table > thead > tr > th,
.forumview table > tbody > tr > th,
.forumview table > tfoot > tr > th,
.forumview table > thead > tr > td,
.forumview table > tbody > tr > td,
.forumview table > tfoot > tr > td {
  padding: 5px;
}
.table-bordered,
.forums table,
.forumview table {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td,
.forums table > thead > tr > th,
.forums table > tbody > tr > th,
.forums table > tfoot > tr > th,
.forums table > thead > tr > td,
.forums table > tbody > tr > td,
.forums table > tfoot > tr > td,
.forumview table > thead > tr > th,
.forumview table > tbody > tr > th,
.forumview table > tfoot > tr > th,
.forumview table > thead > tr > td,
.forumview table > tbody > tr > td,
.forumview table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.forums table > thead > tr > th,
.forums table > thead > tr > td,
.forumview table > thead > tr > th,
.forumview table > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd),
.forums table > tbody > tr:nth-of-type(odd),
.forumview table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th,
.forums table > thead > tr > td.active,
.forums table > tbody > tr > td.active,
.forums table > tfoot > tr > td.active,
.forums table > thead > tr > th.active,
.forums table > tbody > tr > th.active,
.forums table > tfoot > tr > th.active,
.forums table > thead > tr.active > td,
.forums table > tbody > tr.active > td,
.forums table > tfoot > tr.active > td,
.forums table > thead > tr.active > th,
.forums table > tbody > tr.active > th,
.forums table > tfoot > tr.active > th,
.forumview table > thead > tr > td.active,
.forumview table > tbody > tr > td.active,
.forumview table > tfoot > tr > td.active,
.forumview table > thead > tr > th.active,
.forumview table > tbody > tr > th.active,
.forumview table > tfoot > tr > th.active,
.forumview table > thead > tr.active > td,
.forumview table > tbody > tr.active > td,
.forumview table > tfoot > tr.active > td,
.forumview table > thead > tr.active > th,
.forumview table > tbody > tr.active > th,
.forumview table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th,
.forums table > thead > tr > td.success,
.forums table > tbody > tr > td.success,
.forums table > tfoot > tr > td.success,
.forums table > thead > tr > th.success,
.forums table > tbody > tr > th.success,
.forums table > tfoot > tr > th.success,
.forums table > thead > tr.success > td,
.forums table > tbody > tr.success > td,
.forums table > tfoot > tr.success > td,
.forums table > thead > tr.success > th,
.forums table > tbody > tr.success > th,
.forums table > tfoot > tr.success > th,
.forumview table > thead > tr > td.success,
.forumview table > tbody > tr > td.success,
.forumview table > tfoot > tr > td.success,
.forumview table > thead > tr > th.success,
.forumview table > tbody > tr > th.success,
.forumview table > tfoot > tr > th.success,
.forumview table > thead > tr.success > td,
.forumview table > tbody > tr.success > td,
.forumview table > tfoot > tr.success > td,
.forumview table > thead > tr.success > th,
.forumview table > tbody > tr.success > th,
.forumview table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th,
.forums table > thead > tr > td.info,
.forums table > tbody > tr > td.info,
.forums table > tfoot > tr > td.info,
.forums table > thead > tr > th.info,
.forums table > tbody > tr > th.info,
.forums table > tfoot > tr > th.info,
.forums table > thead > tr.info > td,
.forums table > tbody > tr.info > td,
.forums table > tfoot > tr.info > td,
.forums table > thead > tr.info > th,
.forums table > tbody > tr.info > th,
.forums table > tfoot > tr.info > th,
.forumview table > thead > tr > td.info,
.forumview table > tbody > tr > td.info,
.forumview table > tfoot > tr > td.info,
.forumview table > thead > tr > th.info,
.forumview table > tbody > tr > th.info,
.forumview table > tfoot > tr > th.info,
.forumview table > thead > tr.info > td,
.forumview table > tbody > tr.info > td,
.forumview table > tfoot > tr.info > td,
.forumview table > thead > tr.info > th,
.forumview table > tbody > tr.info > th,
.forumview table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th,
.forums table > thead > tr > td.warning,
.forums table > tbody > tr > td.warning,
.forums table > tfoot > tr > td.warning,
.forums table > thead > tr > th.warning,
.forums table > tbody > tr > th.warning,
.forums table > tfoot > tr > th.warning,
.forums table > thead > tr.warning > td,
.forums table > tbody > tr.warning > td,
.forums table > tfoot > tr.warning > td,
.forums table > thead > tr.warning > th,
.forums table > tbody > tr.warning > th,
.forums table > tfoot > tr.warning > th,
.forumview table > thead > tr > td.warning,
.forumview table > tbody > tr > td.warning,
.forumview table > tfoot > tr > td.warning,
.forumview table > thead > tr > th.warning,
.forumview table > tbody > tr > th.warning,
.forumview table > tfoot > tr > th.warning,
.forumview table > thead > tr.warning > td,
.forumview table > tbody > tr.warning > td,
.forumview table > tfoot > tr.warning > td,
.forumview table > thead > tr.warning > th,
.forumview table > tbody > tr.warning > th,
.forumview table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th,
.forums table > thead > tr > td.danger,
.forums table > tbody > tr > td.danger,
.forums table > tfoot > tr > td.danger,
.forums table > thead > tr > th.danger,
.forums table > tbody > tr > th.danger,
.forums table > tfoot > tr > th.danger,
.forums table > thead > tr.danger > td,
.forums table > tbody > tr.danger > td,
.forums table > tfoot > tr.danger > td,
.forums table > thead > tr.danger > th,
.forums table > tbody > tr.danger > th,
.forums table > tfoot > tr.danger > th,
.forumview table > thead > tr > td.danger,
.forumview table > tbody > tr > td.danger,
.forumview table > tfoot > tr > td.danger,
.forumview table > thead > tr > th.danger,
.forumview table > tbody > tr > th.danger,
.forumview table > tfoot > tr > th.danger,
.forumview table > thead > tr.danger > td,
.forumview table > tbody > tr.danger > td,
.forumview table > tfoot > tr.danger > td,
.forumview table > thead > tr.danger > th,
.forumview table > tbody > tr.danger > th,
.forumview table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table,
  .table-responsive > .forums table,
  .table-responsive > .forumview table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .forums table > thead > tr > th,
  .table-responsive > .forums table > tbody > tr > th,
  .table-responsive > .forums table > tfoot > tr > th,
  .table-responsive > .forums table > thead > tr > td,
  .table-responsive > .forums table > tbody > tr > td,
  .table-responsive > .forums table > tfoot > tr > td,
  .table-responsive > .forumview table > thead > tr > th,
  .table-responsive > .forumview table > tbody > tr > th,
  .table-responsive > .forumview table > tfoot > tr > th,
  .table-responsive > .forumview table > thead > tr > td,
  .table-responsive > .forumview table > tbody > tr > td,
  .table-responsive > .forumview table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered,
  .table-responsive > .forums table,
  .table-responsive > .forumview table {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .forums table > thead > tr > th:first-child,
  .table-responsive > .forums table > tbody > tr > th:first-child,
  .table-responsive > .forums table > tfoot > tr > th:first-child,
  .table-responsive > .forums table > thead > tr > td:first-child,
  .table-responsive > .forums table > tbody > tr > td:first-child,
  .table-responsive > .forums table > tfoot > tr > td:first-child,
  .table-responsive > .forumview table > thead > tr > th:first-child,
  .table-responsive > .forumview table > tbody > tr > th:first-child,
  .table-responsive > .forumview table > tfoot > tr > th:first-child,
  .table-responsive > .forumview table > thead > tr > td:first-child,
  .table-responsive > .forumview table > tbody > tr > td:first-child,
  .table-responsive > .forumview table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .forums table > thead > tr > th:last-child,
  .table-responsive > .forums table > tbody > tr > th:last-child,
  .table-responsive > .forums table > tfoot > tr > th:last-child,
  .table-responsive > .forums table > thead > tr > td:last-child,
  .table-responsive > .forums table > tbody > tr > td:last-child,
  .table-responsive > .forums table > tfoot > tr > td:last-child,
  .table-responsive > .forumview table > thead > tr > th:last-child,
  .table-responsive > .forumview table > tbody > tr > th:last-child,
  .table-responsive > .forumview table > tfoot > tr > th:last-child,
  .table-responsive > .forumview table > thead > tr > td:last-child,
  .table-responsive > .forumview table > tbody > tr > td:last-child,
  .table-responsive > .forumview table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .forums table > tbody > tr:last-child > th,
  .table-responsive > .forums table > tfoot > tr:last-child > th,
  .table-responsive > .forums table > tbody > tr:last-child > td,
  .table-responsive > .forums table > tfoot > tr:last-child > td,
  .table-responsive > .forumview table > tbody > tr:last-child > th,
  .table-responsive > .forumview table > tfoot > tr:last-child > th,
  .table-responsive > .forumview table > tbody > tr:last-child > td,
  .table-responsive > .forumview table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label,
.operationheading,
.addcontent > strong,
.settinglabel {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control, select.forminput, input[type=text].forminput {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus, select.forminput:focus, input[type=text].forminput: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, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder, select.forminput::-moz-placeholder, input[type=text].forminput::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, select.forminput:-ms-input-placeholder, input[type=text].forminput:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder, select.forminput::-webkit-input-placeholder, input[type=text].forminput::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand, select.forminput::-ms-expand, input[type=text].forminput::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, select.forminput[disabled], select.forminput[readonly], fieldset[disabled] select.forminput, input[type=text].forminput[disabled], input[type=text].forminput[readonly], fieldset[disabled] input[type=text].forminput, .auto-complete + .form-control, .auto-complete + select.forminput, .auto-complete + input[type=text].forminput {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control, select.forminput[disabled], fieldset[disabled] select.forminput, input[type=text].forminput[disabled], fieldset[disabled] input[type=text].forminput, .auto-complete + .form-control, .auto-complete + select.forminput, .auto-complete + input[type=text].forminput {
  cursor: not-allowed;
}
textarea.form-control, textareaselect.forminput, textareainput[type=text].forminput {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="date"]select.forminput,
  input[type="time"]select.forminput,
  input[type="datetime-local"]select.forminput,
  input[type="month"]select.forminput,
  input[type="date"]input[type="text"].forminput,
  input[type="time"]input[type="text"].forminput,
  input[type="datetime-local"]input[type="text"].forminput,
  input[type="month"]input[type="text"].forminput {
    line-height: 34px;
  }
  input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group,
.settingrow,
.ui-widget,
.pagelayout-buttons,
[id*="_divRole"],
.modulepager,
.gmap,
.uploadcontainer,
[id*="pnlNewFolder"],
[id*="_pnlLookup"] {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label,
.radio .operationheading,
.checkbox .operationheading,
.radio .addcontent > strong,
.checkbox .addcontent > strong,
.radio .settinglabel,
.checkbox .settinglabel {
  min-height: 20px;
  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], .rbroles input[type=radio], .rbroles input[type=checkbox], .box-inline li input[type=radio], .box-inline li input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline,
.rbroles,
.box-inline li {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline,
.box-inline li + li {
  margin-top: 0;
  margin-left: 10px;
}
input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label,
.radio.disabled .operationheading,
.checkbox.disabled .operationheading,
fieldset[disabled] .radio .operationheading,
fieldset[disabled] .checkbox .operationheading,
.radio.disabled .addcontent > strong,
.checkbox.disabled .addcontent > strong,
fieldset[disabled] .radio .addcontent > strong,
fieldset[disabled] .checkbox .addcontent > strong,
.radio.disabled .settinglabel,
.checkbox.disabled .settinglabel,
fieldset[disabled] .radio .settinglabel,
fieldset[disabled] .checkbox .settinglabel {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control, .form-group-sm select.forminput, .form-group-sm input[type=text].forminput {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control, .form-group-sm selectselect.forminput, .form-group-sm selectinput[type=text].forminput {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control,
.form-group-sm textareaselect.forminput,
.form-group-sm select[multiple]select.forminput,
.form-group-sm textareainput[type="text"].forminput,
.form-group-sm select[multiple]input[type="text"].forminput {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control, .form-group-lg select.forminput, .form-group-lg input[type=text].forminput {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control, .form-group-lg selectselect.forminput, .form-group-lg selectinput[type=text].forminput {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control,
.form-group-lg textareaselect.forminput,
.form-group-lg select[multiple]select.forminput,
.form-group-lg textareainput[type="text"].forminput,
.form-group-lg select[multiple]input[type="text"].forminput {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback select.forminput, .has-feedback input[type=text].forminput {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback, .form-group-lg select.forminput + .form-control-feedback, .form-group-lg input[type=text].forminput + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback, .form-group-sm select.forminput + .form-control-feedback, .form-group-sm input[type=text].forminput + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success.radio .operationheading,
.has-success.checkbox .operationheading,
.has-success.radio-inline .operationheading,
.has-success.checkbox-inline .operationheading,
.has-success.radio .addcontent > strong,
.has-success.checkbox .addcontent > strong,
.has-success.radio-inline .addcontent > strong,
.has-success.checkbox-inline .addcontent > strong,
.has-success.radio .settinglabel,
.has-success.checkbox .settinglabel,
.has-success.radio-inline .settinglabel,
.has-success.checkbox-inline .settinglabel {
  color: #3c763d;
}
.has-success .form-control, .has-success select.forminput, .has-success input[type=text].forminput {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success select.forminput:focus, .has-success input[type=text].forminput:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning.radio .operationheading,
.has-warning.checkbox .operationheading,
.has-warning.radio-inline .operationheading,
.has-warning.checkbox-inline .operationheading,
.has-warning.radio .addcontent > strong,
.has-warning.checkbox .addcontent > strong,
.has-warning.radio-inline .addcontent > strong,
.has-warning.checkbox-inline .addcontent > strong,
.has-warning.radio .settinglabel,
.has-warning.checkbox .settinglabel,
.has-warning.radio-inline .settinglabel,
.has-warning.checkbox-inline .settinglabel {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning select.forminput, .has-warning input[type=text].forminput {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning select.forminput:focus, .has-warning input[type=text].forminput:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error.radio .operationheading,
.has-error.checkbox .operationheading,
.has-error.radio-inline .operationheading,
.has-error.checkbox-inline .operationheading,
.has-error.radio .addcontent > strong,
.has-error.checkbox .addcontent > strong,
.has-error.radio-inline .addcontent > strong,
.has-error.checkbox-inline .addcontent > strong,
.has-error.radio .settinglabel,
.has-error.checkbox .settinglabel,
.has-error.radio-inline .settinglabel,
.has-error.checkbox-inline .settinglabel {
  color: #a94442;
}
.has-error .form-control, .has-error select.forminput, .has-error input[type=text].forminput {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error select.forminput:focus, .has-error input[type=text].forminput:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback,
.has-feedback .operationheading ~ .form-control-feedback,
.has-feedback .addcontent > strong ~ .form-control-feedback,
.has-feedback .settinglabel ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback,
.has-feedback .operationheading.sr-only ~ .form-control-feedback,
.has-feedback .addcontent > strong.sr-only ~ .form-control-feedback,
.has-feedback .settinglabel.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline select.forminput, .form-inline input[type=text].forminput {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control, .form-inline .input-group select.forminput, .form-inline .input-group input[type=text].forminput {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .input-group > select.forminput, .form-inline .input-group > input[type=text].forminput {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label,
  .form-inline .radio .operationheading,
  .form-inline .checkbox .operationheading,
  .form-inline .radio .addcontent > strong,
  .form-inline .checkbox .addcontent > strong,
  .form-inline .radio .settinglabel,
  .form-inline .checkbox .settinglabel {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline,
.form-horizontal .box-inline li {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .box-inline li {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn, .newpost, .newthread, .ec-next-prev a, .buttonlink, [id*="_btnRename"], [id*="_lnkRefresh"], [id*="_LinkButton2"], .fileinput-button, .uploadfilelist .ui-button, .poll [id*="_btnRemoveCurrent"], .poll [id*="_btnChoose"], .poll [id*="_btnCopyToNewPoll"], .poll [id*="_lnkEdit"], .poll [id*="_lnkNewPoll"], .survey [id*="_btnNewQuestion"], .survey [id*="_lnkAddNew"], .SiteSearch [type=submit], .addnewtemplate > a[id*="_lnkAddNew"], [id*="_btnGridDelete"], [id*="_btnGridUpdate"], [id*="_btnGridCancel"], .ui-datepicker-trigger, .operationpanel [id=btnSubmit], #pnlNewFolder [id=btnNewFolder], [id*="PasswordRecovery"][id*="SubmitButton"], .createuserbutton, [id*="_grdHistory"][id*="_btnDelete"], [id*="_grdHistory"][id*="_btnRestoreToEditor"], .ui-datepicker-trigger, .eventNextPrevious, .search-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus, .newpost:focus, .newthread:focus, .ec-next-prev a:focus, .buttonlink:focus, [id*="_btnRename"]:focus, [id*="_lnkRefresh"]:focus, [id*="_LinkButton2"]:focus, .fileinput-button:focus, .uploadfilelist .ui-button:focus, .poll [id*="_btnRemoveCurrent"]:focus, .poll [id*="_btnChoose"]:focus, .poll [id*="_btnCopyToNewPoll"]:focus, .poll [id*="_lnkEdit"]:focus, .poll [id*="_lnkNewPoll"]:focus, .survey [id*="_btnNewQuestion"]:focus, .survey [id*="_lnkAddNew"]:focus, .SiteSearch [type=submit]:focus, .addnewtemplate > a[id*="_lnkAddNew"]:focus, [id*="_btnGridDelete"]:focus, [id*="_btnGridUpdate"]:focus, [id*="_btnGridCancel"]:focus, .ui-datepicker-trigger:focus, .operationpanel [id=btnSubmit]:focus, #pnlNewFolder [id=btnNewFolder]:focus, [id*="PasswordRecovery"][id*="SubmitButton"]:focus, .createuserbutton:focus, [id*="_grdHistory"][id*="_btnDelete"]:focus, [id*="_grdHistory"][id*="_btnRestoreToEditor"]:focus, .ui-datepicker-trigger:focus, .eventNextPrevious:focus, .search-button:focus, .newpost:active:focus, .newthread:active:focus, .ec-next-prev a:active:focus, .buttonlink:active:focus, [id*="_btnRename"]:active:focus, [id*="_lnkRefresh"]:active:focus, [id*="_LinkButton2"]:active:focus, .fileinput-button:active:focus, .uploadfilelist .ui-button:active:focus, .poll [id*="_btnRemoveCurrent"]:active:focus, .poll [id*="_btnChoose"]:active:focus, .poll [id*="_btnCopyToNewPoll"]:active:focus, .poll [id*="_lnkEdit"]:active:focus, .poll [id*="_lnkNewPoll"]:active:focus, .survey [id*="_btnNewQuestion"]:active:focus, .survey [id*="_lnkAddNew"]:active:focus, .SiteSearch [type=submit]:active:focus, .addnewtemplate > a[id*="_lnkAddNew"]:active:focus, [id*="_btnGridDelete"]:active:focus, [id*="_btnGridUpdate"]:active:focus, [id*="_btnGridCancel"]:active:focus, .ui-datepicker-trigger:active:focus, .operationpanel [id=btnSubmit]:active:focus, #pnlNewFolder [id=btnNewFolder]:active:focus, [id*="PasswordRecovery"][id*="SubmitButton"]:active:focus, .createuserbutton:active:focus, [id*="_grdHistory"][id*="_btnDelete"]:active:focus, [id*="_grdHistory"][id*="_btnRestoreToEditor"]:active:focus, .ui-datepicker-trigger:active:focus, .eventNextPrevious:active:focus, .search-button:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus, .newpost:hover, .newthread:hover, .ec-next-prev a:hover, .buttonlink:hover, [id*="_btnRename"]:hover, [id*="_lnkRefresh"]:hover, [id*="_LinkButton2"]:hover, .fileinput-button:hover, .uploadfilelist .ui-button:hover, .poll [id*="_btnRemoveCurrent"]:hover, .poll [id*="_btnChoose"]:hover, .poll [id*="_btnCopyToNewPoll"]:hover, .poll [id*="_lnkEdit"]:hover, .poll [id*="_lnkNewPoll"]:hover, .survey [id*="_btnNewQuestion"]:hover, .survey [id*="_lnkAddNew"]:hover, .SiteSearch [type=submit]:hover, .addnewtemplate > a[id*="_lnkAddNew"]:hover, [id*="_btnGridDelete"]:hover, [id*="_btnGridUpdate"]:hover, [id*="_btnGridCancel"]:hover, .ui-datepicker-trigger:hover, .operationpanel [id=btnSubmit]:hover, #pnlNewFolder [id=btnNewFolder]:hover, [id*="PasswordRecovery"][id*="SubmitButton"]:hover, .createuserbutton:hover, [id*="_grdHistory"][id*="_btnDelete"]:hover, [id*="_grdHistory"][id*="_btnRestoreToEditor"]:hover, .ui-datepicker-trigger:hover, .eventNextPrevious:hover, .search-button:hover, .newpost:focus, .newthread:focus, .ec-next-prev a:focus, .buttonlink:focus, [id*="_btnRename"]:focus, [id*="_lnkRefresh"]:focus, [id*="_LinkButton2"]:focus, .fileinput-button:focus, .uploadfilelist .ui-button:focus, .poll [id*="_btnRemoveCurrent"]:focus, .poll [id*="_btnChoose"]:focus, .poll [id*="_btnCopyToNewPoll"]:focus, .poll [id*="_lnkEdit"]:focus, .poll [id*="_lnkNewPoll"]:focus, .survey [id*="_btnNewQuestion"]:focus, .survey [id*="_lnkAddNew"]:focus, .SiteSearch [type=submit]:focus, .addnewtemplate > a[id*="_lnkAddNew"]:focus, [id*="_btnGridDelete"]:focus, [id*="_btnGridUpdate"]:focus, [id*="_btnGridCancel"]:focus, .ui-datepicker-trigger:focus, .operationpanel [id=btnSubmit]:focus, #pnlNewFolder [id=btnNewFolder]:focus, [id*="PasswordRecovery"][id*="SubmitButton"]:focus, .createuserbutton:focus, [id*="_grdHistory"][id*="_btnDelete"]:focus, [id*="_grdHistory"][id*="_btnRestoreToEditor"]:focus, .ui-datepicker-trigger:focus, .eventNextPrevious:focus, .search-button:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active, .newpost:active, .newthread:active, .ec-next-prev a:active, .buttonlink:active, [id*="_btnRename"]:active, [id*="_lnkRefresh"]:active, [id*="_LinkButton2"]:active, .fileinput-button:active, .uploadfilelist .ui-button:active, .poll [id*="_btnRemoveCurrent"]:active, .poll [id*="_btnChoose"]:active, .poll [id*="_btnCopyToNewPoll"]:active, .poll [id*="_lnkEdit"]:active, .poll [id*="_lnkNewPoll"]:active, .survey [id*="_btnNewQuestion"]:active, .survey [id*="_lnkAddNew"]:active, .SiteSearch [type=submit]:active, .addnewtemplate > a[id*="_lnkAddNew"]:active, [id*="_btnGridDelete"]:active, [id*="_btnGridUpdate"]:active, [id*="_btnGridCancel"]:active, .ui-datepicker-trigger:active, .operationpanel [id=btnSubmit]:active, #pnlNewFolder [id=btnNewFolder]:active, [id*="PasswordRecovery"][id*="SubmitButton"]:active, .createuserbutton:active, [id*="_grdHistory"][id*="_btnDelete"]:active, [id*="_grdHistory"][id*="_btnRestoreToEditor"]:active, .ui-datepicker-trigger:active, .eventNextPrevious:active, .search-button: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, .newpost[disabled], .newthread[disabled], .ec-next-prev a[disabled], .buttonlink[disabled], [id*="_btnRename"][disabled], [id*="_lnkRefresh"][disabled], [id*="_LinkButton2"][disabled], .fileinput-button[disabled], .uploadfilelist .ui-button[disabled], .poll [id*="_btnRemoveCurrent"][disabled], .poll [id*="_btnChoose"][disabled], .poll [id*="_btnCopyToNewPoll"][disabled], .poll [id*="_lnkEdit"][disabled], .poll [id*="_lnkNewPoll"][disabled], .survey [id*="_btnNewQuestion"][disabled], .survey [id*="_lnkAddNew"][disabled], .SiteSearch [type=submit][disabled], .addnewtemplate > a[id*="_lnkAddNew"][disabled], [id*="_btnGridDelete"][disabled], [id*="_btnGridUpdate"][disabled], [id*="_btnGridCancel"][disabled], .ui-datepicker-trigger[disabled], .operationpanel [id=btnSubmit][disabled], #pnlNewFolder [id=btnNewFolder][disabled], [id*="PasswordRecovery"][id*="SubmitButton"][disabled], .createuserbutton[disabled], [id*="_grdHistory"][id*="_btnDelete"][disabled], [id*="_grdHistory"][id*="_btnRestoreToEditor"][disabled], .ui-datepicker-trigger[disabled], .eventNextPrevious[disabled], .search-button[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default, .newpost, .newthread, .ec-next-prev a, .fileinput-button, .uploadfilelist .ui-button, .poll [id*="_lnkNewPoll"], #gallerynav .btn, .SiteSearch [type=submit], .addnewtemplate > a[id*="_lnkAddNew"], [id*="PasswordRecovery"][id*="SubmitButton"], .ui-datepicker-trigger, .eventNextPrevious, .search-button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus, .newpost:focus, .newthread:focus, .ec-next-prev a:focus, .fileinput-button:focus, .uploadfilelist .ui-button:focus, .poll [id*="_lnkNewPoll"]:focus, #gallerynav .btn:focus, .SiteSearch [type=submit]:focus, .addnewtemplate > a[id*="_lnkAddNew"]:focus, [id*="PasswordRecovery"][id*="SubmitButton"]:focus, .ui-datepicker-trigger:focus, .eventNextPrevious:focus, .search-button:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover, .newpost:hover, .newthread:hover, .ec-next-prev a:hover, .fileinput-button:hover, .uploadfilelist .ui-button:hover, .poll [id*="_lnkNewPoll"]:hover, #gallerynav .btn:hover, .SiteSearch [type=submit]:hover, .addnewtemplate > a[id*="_lnkAddNew"]:hover, [id*="PasswordRecovery"][id*="SubmitButton"]:hover, .ui-datepicker-trigger:hover, .eventNextPrevious:hover, .search-button:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .newpost:active, .newthread:active, .ec-next-prev a:active, .fileinput-button:active, .uploadfilelist .ui-button:active, .poll [id*="_lnkNewPoll"]:active, #gallerynav .btn:active, .SiteSearch [type=submit]:active, .addnewtemplate > a[id*="_lnkAddNew"]:active, [id*="PasswordRecovery"][id*="SubmitButton"]:active, .ui-datepicker-trigger:active, .eventNextPrevious:active, .search-button:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus, .newpost:active:hover, .newthread:active:hover, .ec-next-prev a:active:hover, .fileinput-button:active:hover, .uploadfilelist .ui-button:active:hover, .poll [id*="_lnkNewPoll"]:active:hover, #gallerynav .btn:active:hover, .SiteSearch [type=submit]:active:hover, .addnewtemplate > a[id*="_lnkAddNew"]:active:hover, [id*="PasswordRecovery"][id*="SubmitButton"]:active:hover, .ui-datepicker-trigger:active:hover, .eventNextPrevious:active:hover, .search-button:active:hover, .newpost:active:focus, .newthread:active:focus, .ec-next-prev a:active:focus, .fileinput-button:active:focus, .uploadfilelist .ui-button:active:focus, .poll [id*="_lnkNewPoll"]:active:focus, #gallerynav .btn:active:focus, .SiteSearch [type=submit]:active:focus, .addnewtemplate > a[id*="_lnkAddNew"]:active:focus, [id*="PasswordRecovery"][id*="SubmitButton"]:active:focus, .ui-datepicker-trigger:active:focus, .eventNextPrevious:active:focus, .search-button:active:focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .newpost:active, .newthread:active, .ec-next-prev a:active, .fileinput-button:active, .uploadfilelist .ui-button:active, .poll [id*="_lnkNewPoll"]:active, #gallerynav .btn:active, .SiteSearch [type=submit]:active, .addnewtemplate > a[id*="_lnkAddNew"]:active, [id*="PasswordRecovery"][id*="SubmitButton"]:active, .ui-datepicker-trigger:active, .eventNextPrevious:active, .search-button:active {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .newpost[disabled]:hover, .newthread[disabled]:hover, .ec-next-prev a[disabled]:hover, .fileinput-button[disabled]:hover, .uploadfilelist .ui-button[disabled]:hover, .poll [id*="_lnkNewPoll"][disabled]:hover, #gallerynav .btn[disabled]:hover, .SiteSearch [type=submit][disabled]:hover, .addnewtemplate > a[id*="_lnkAddNew"][disabled]:hover, [id*="PasswordRecovery"][id*="SubmitButton"][disabled]:hover, .ui-datepicker-trigger[disabled]:hover, .eventNextPrevious[disabled]:hover, .search-button[disabled]:hover, .newpost[disabled]:focus, .newthread[disabled]:focus, .ec-next-prev a[disabled]:focus, .fileinput-button[disabled]:focus, .uploadfilelist .ui-button[disabled]:focus, .poll [id*="_lnkNewPoll"][disabled]:focus, #gallerynav .btn[disabled]:focus, .SiteSearch [type=submit][disabled]:focus, .addnewtemplate > a[id*="_lnkAddNew"][disabled]:focus, [id*="PasswordRecovery"][id*="SubmitButton"][disabled]:focus, .ui-datepicker-trigger[disabled]:focus, .eventNextPrevious[disabled]:focus, .search-button[disabled]:focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success, .poll [id*="_btnChoose"], .survey [id*="_lnkAddNew"], .survey [id*="_btnStartSurvey"], [id*="_btnGridUpdate"], .operationpanel [id=btnSubmit], #pnlNewFolder [id=btnNewFolder] {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus, .poll [id*="_btnChoose"]:focus, .survey [id*="_lnkAddNew"]:focus, .survey [id*="_btnStartSurvey"]:focus, [id*="_btnGridUpdate"]:focus, .operationpanel [id=btnSubmit]:focus, #pnlNewFolder [id=btnNewFolder]:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover, .poll [id*="_btnChoose"]:hover, .survey [id*="_lnkAddNew"]:hover, .survey [id*="_btnStartSurvey"]:hover, [id*="_btnGridUpdate"]:hover, .operationpanel [id=btnSubmit]:hover, #pnlNewFolder [id=btnNewFolder]:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .poll [id*="_btnChoose"]:active, .survey [id*="_lnkAddNew"]:active, .survey [id*="_btnStartSurvey"]:active, [id*="_btnGridUpdate"]:active, .operationpanel [id=btnSubmit]:active, #pnlNewFolder [id=btnNewFolder]:active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus, .poll [id*="_btnChoose"]:active:hover, .survey [id*="_lnkAddNew"]:active:hover, .survey [id*="_btnStartSurvey"]:active:hover, [id*="_btnGridUpdate"]:active:hover, .operationpanel [id=btnSubmit]:active:hover, #pnlNewFolder [id=btnNewFolder]:active:hover, .poll [id*="_btnChoose"]:active:focus, .survey [id*="_lnkAddNew"]:active:focus, .survey [id*="_btnStartSurvey"]:active:focus, [id*="_btnGridUpdate"]:active:focus, .operationpanel [id=btnSubmit]:active:focus, #pnlNewFolder [id=btnNewFolder]:active:focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .poll [id*="_btnChoose"]:active, .survey [id*="_lnkAddNew"]:active, .survey [id*="_btnStartSurvey"]:active, [id*="_btnGridUpdate"]:active, .operationpanel [id=btnSubmit]:active, #pnlNewFolder [id=btnNewFolder]:active {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .poll [id*="_btnChoose"][disabled]:hover, .survey [id*="_lnkAddNew"][disabled]:hover, .survey [id*="_btnStartSurvey"][disabled]:hover, [id*="_btnGridUpdate"][disabled]:hover, .operationpanel [id=btnSubmit][disabled]:hover, #pnlNewFolder [id=btnNewFolder][disabled]:hover, .poll [id*="_btnChoose"][disabled]:focus, .survey [id*="_lnkAddNew"][disabled]:focus, .survey [id*="_btnStartSurvey"][disabled]:focus, [id*="_btnGridUpdate"][disabled]:focus, .operationpanel [id=btnSubmit][disabled]:focus, #pnlNewFolder [id=btnNewFolder][disabled]:focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info,
.poll [id*="_btnCopyToNewPoll"] {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus,
.poll [id*="_btnCopyToNewPoll"]:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover,
.poll [id*="_btnCopyToNewPoll"]:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.poll [id*="_btnCopyToNewPoll"]:active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus,
.poll [id*="_btnCopyToNewPoll"]:active:hover,
.poll [id*="_btnCopyToNewPoll"]:active:focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.poll [id*="_btnCopyToNewPoll"]:active {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.poll [id*="_btnCopyToNewPoll"][disabled]:hover,
.poll [id*="_btnCopyToNewPoll"][disabled]:focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning,
[id*="_btnGridCancel"],
[id*="_grdHistory"][id*="_btnRestoreToEditor"] {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus,
[id*="_btnGridCancel"]:focus,
[id*="_grdHistory"][id*="_btnRestoreToEditor"]:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover,
[id*="_btnGridCancel"]:hover,
[id*="_grdHistory"][id*="_btnRestoreToEditor"]:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning,
[id*="_btnGridCancel"]:active,
[id*="_grdHistory"][id*="_btnRestoreToEditor"]:active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus,
[id*="_btnGridCancel"]:active:hover,
[id*="_grdHistory"][id*="_btnRestoreToEditor"]:active:hover,
[id*="_btnGridCancel"]:active:focus,
[id*="_grdHistory"][id*="_btnRestoreToEditor"]:active:focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning,
[id*="_btnGridCancel"]:active,
[id*="_grdHistory"][id*="_btnRestoreToEditor"]:active {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
[id*="_btnGridCancel"][disabled]:hover,
[id*="_grdHistory"][id*="_btnRestoreToEditor"][disabled]:hover,
[id*="_btnGridCancel"][disabled]:focus,
[id*="_grdHistory"][id*="_btnRestoreToEditor"][disabled]:focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger,
[id*="_btnGridDelete"],
.poll [id*="_btnRemoveCurrent"],
[id*="_grdHistory"][id*="_btnDelete"] {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus,
[id*="_btnGridDelete"]:focus,
.poll [id*="_btnRemoveCurrent"]:focus,
[id*="_grdHistory"][id*="_btnDelete"]:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover,
[id*="_btnGridDelete"]:hover,
.poll [id*="_btnRemoveCurrent"]:hover,
[id*="_grdHistory"][id*="_btnDelete"]:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
[id*="_btnGridDelete"]:active,
.poll [id*="_btnRemoveCurrent"]:active,
[id*="_grdHistory"][id*="_btnDelete"]:active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus,
[id*="_btnGridDelete"]:active:hover,
.poll [id*="_btnRemoveCurrent"]:active:hover,
[id*="_grdHistory"][id*="_btnDelete"]:active:hover,
[id*="_btnGridDelete"]:active:focus,
.poll [id*="_btnRemoveCurrent"]:active:focus,
[id*="_grdHistory"][id*="_btnDelete"]:active:focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
[id*="_btnGridDelete"]:active,
.poll [id*="_btnRemoveCurrent"]:active,
[id*="_grdHistory"][id*="_btnDelete"]:active {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
[id*="_btnGridDelete"][disabled]:hover,
.poll [id*="_btnRemoveCurrent"][disabled]:hover,
[id*="_grdHistory"][id*="_btnDelete"][disabled]:hover,
[id*="_btnGridDelete"][disabled]:focus,
.poll [id*="_btnRemoveCurrent"][disabled]:focus,
[id*="_grdHistory"][id*="_btnDelete"][disabled]:focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link,
.buttonlink,
[id*="_btnRename"],
[id*="_lnkRefresh"],
[id*="_LinkButton2"],
.poll [id*="_lnkEdit"] {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link,
.buttonlink,
[id*="_btnRename"],
[id*="_lnkRefresh"],
[id*="_LinkButton2"],
.poll [id*="_lnkEdit"],
.buttonlink:active,
[id*="_btnRename"]:active,
[id*="_lnkRefresh"]:active,
[id*="_LinkButton2"]:active,
.poll [id*="_lnkEdit"]:active,
.buttonlink[disabled],
[id*="_btnRename"][disabled],
[id*="_lnkRefresh"][disabled],
[id*="_LinkButton2"][disabled],
.poll [id*="_lnkEdit"][disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.buttonlink,
[id*="_btnRename"],
[id*="_lnkRefresh"],
[id*="_LinkButton2"],
.poll [id*="_lnkEdit"],
.buttonlink:hover,
[id*="_btnRename"]:hover,
[id*="_lnkRefresh"]:hover,
[id*="_LinkButton2"]:hover,
.poll [id*="_lnkEdit"]:hover,
.buttonlink:focus,
[id*="_btnRename"]:focus,
[id*="_lnkRefresh"]:focus,
[id*="_LinkButton2"]:focus,
.poll [id*="_lnkEdit"]:focus,
.buttonlink:active,
[id*="_btnRename"]:active,
[id*="_lnkRefresh"]:active,
[id*="_LinkButton2"]:active,
.poll [id*="_lnkEdit"]:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus,
.buttonlink:hover,
[id*="_btnRename"]:hover,
[id*="_lnkRefresh"]:hover,
[id*="_LinkButton2"]:hover,
.poll [id*="_lnkEdit"]:hover,
.buttonlink:focus,
[id*="_btnRename"]:focus,
[id*="_lnkRefresh"]:focus,
[id*="_LinkButton2"]:focus,
.poll [id*="_lnkEdit"]:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus,
.buttonlink[disabled]:hover,
[id*="_btnRename"][disabled]:hover,
[id*="_lnkRefresh"][disabled]:hover,
[id*="_LinkButton2"][disabled]:hover,
.poll [id*="_lnkEdit"][disabled]:hover,
.buttonlink[disabled]:focus,
[id*="_btnRename"][disabled]:focus,
[id*="_lnkRefresh"][disabled]:focus,
[id*="_LinkButton2"][disabled]:focus,
.poll [id*="_lnkEdit"][disabled]:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn,
[id*="_btnGridDelete"],
[id*="_btnGridUpdate"],
[id*="_btnGridCancel"],
[id*="_grdHistory"][id*="_btnDelete"],
[id*="_grdHistory"][id*="_btnRestoreToEditor"] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn,
.buttonlink,
[id*="_btnRename"],
[id*="_LinkButton2"] {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control, .input-group select.forminput, .input-group input[type=text].forminput {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group select.forminput:focus, .input-group input[type=text].forminput:focus {
  z-index: 3;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group-lg > select.forminput, .input-group-lg > input[type=text].forminput {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn, select.input-group-lg > select.forminput, select.input-group-lg > input[type=text].forminput {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > select.forminput, select[multiple].input-group-lg > select.forminput, textarea.input-group-lg > input[type=text].forminput, select[multiple].input-group-lg > input[type=text].forminput {
  height: auto;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-group-sm > select.forminput, .input-group-sm > input[type=text].forminput {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn, select.input-group-sm > select.forminput, select.input-group-sm > input[type=text].forminput {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > select.forminput, select[multiple].input-group-sm > select.forminput, textarea.input-group-sm > input[type=text].forminput, select[multiple].input-group-sm > input[type=text].forminput {
  height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control, .input-group select.forminput, .input-group input[type=text].forminput {
  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),
.input-group select.forminput:not(:first-child):not(:last-child),
.input-group input[type="text"].forminput:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .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,
.input-group select.forminput:first-child,
.input-group input[type="text"].forminput:first-child {
  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,
.input-group select.forminput:last-child,
.input-group input[type="text"].forminput:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapseX {
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form select.forminput, .navbar-form input[type=text].forminput {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control, .navbar-form .input-group select.forminput, .navbar-form .input-group input[type=text].forminput {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .input-group > select.forminput, .navbar-form .input-group > input[type=text].forminput {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label,
  .navbar-form .radio .operationheading,
  .navbar-form .checkbox .operationheading,
  .navbar-form .radio .addcontent > strong,
  .navbar-form .checkbox .addcontent > strong,
  .navbar-form .radio .settinglabel,
  .navbar-form .checkbox .settinglabel {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm,
.navbar-btn[id*="_btnGridDelete"],
.navbar-btn[id*="_btnGridUpdate"],
.navbar-btn[id*="_btnGridCancel"],
.navbar-btn[id*="_grdHistory"][id*="_btnDelete"],
.navbar-btn[id*="_grdHistory"][id*="_btnRestoreToEditor"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs,
.navbar-btn.buttonlink,
.navbar-btn[id*="_btnRename"],
.navbar-btn[id*="_LinkButton2"] {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb,
.feedmanagerpage .breadcrumbs {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager,
.blogview .blogpager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #777777;
  background-color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}
.label,
.tagslabel + .blogtags a {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info,
.tagslabel + .blogtags a {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert, div[data-val-validationgroup=profile], .contactform [id$="_lblMessage"], div.txterror, .modulecontent.accessdenied, body.pagenotfound .pnfmsg {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4, div[data-val-validationgroup=profile] h4, .contactform [id$="_lblMessage"] h4, div.txterror h4, .modulecontent.accessdenied h4, body.pagenotfound .pnfmsg h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link, div[data-val-validationgroup=profile] .alert-link, .contactform [id$="_lblMessage"] .alert-link, div.txterror .alert-link, .modulecontent.accessdenied .alert-link, .modulecontent.accessdenied a, body.pagenotfound .pnfmsg .alert-link {
  font-weight: bold;
}
.alert > p, .alert > ul, div[data-val-validationgroup=profile] > p, div[data-val-validationgroup=profile] > ul, .contactform [id$="_lblMessage"] > p, .contactform [id$="_lblMessage"] > ul, div.txterror > p, div.txterror > ul, .modulecontent.accessdenied > p, .modulecontent.accessdenied > ul, body.pagenotfound .pnfmsg > p, body.pagenotfound .pnfmsg > ul {
  margin-bottom: 0;
}
.alert > p + p, div[data-val-validationgroup=profile] > p + p, .contactform [id$="_lblMessage"] > p + p, div.txterror > p + p, .modulecontent.accessdenied > p + p, body.pagenotfound .pnfmsg > 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,
.contactform [id$="_lblMessage"] {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr,
.contactform [id$="_lblMessage"] hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link,
.contactform [id$="_lblMessage"] .alert-link {
  color: #2b542c;
}
.alert-info,
.modulecontent.accessdenied {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr,
.modulecontent.accessdenied hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link,
.modulecontent.accessdenied .alert-link,
.modulecontent.accessdenied a {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger, div[data-val-validationgroup=profile], div.txterror, body.pagenotfound .pnfmsg {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr, div[data-val-validationgroup=profile] hr, div.txterror hr, body.pagenotfound .pnfmsg hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link, div[data-val-validationgroup=profile] .alert-link, div.txterror .alert-link, body.pagenotfound .pnfmsg .alert-link {
  color: #843534;
}
.media,
.authorinfo {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body,
.authorinfo,
.authorbio {
  zoom: 1;
  overflow: hidden;
}
.media-body,
.authorbio {
  width: 10000px;
}
.media-object,
.authorinfo .avatar img {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left,
.authorinfo .avatar {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body,
.authorbio,
.authorinfo .avatar {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel,
.templatewrapper,
.formwizlist > ul > li {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body,
.templatebody,
.formwizlist > ul > li > div {
  padding: 15px;
}
.panel-heading,
.templatetitle {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer,
.templateinfo {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table,
.panel > .forums table,
.panel > .table-responsive > .forums table,
.panel > .panel-collapse > .forums table,
.panel > .forumview table,
.panel > .table-responsive > .forumview table,
.panel > .panel-collapse > .forumview table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption,
.panel > .forums table caption,
.panel > .table-responsive > .forums table caption,
.panel > .panel-collapse > .forums table caption,
.panel > .forumview table caption,
.panel > .table-responsive > .forumview table caption,
.panel > .panel-collapse > .forumview table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .forums table:first-child,
.panel > .table-responsive:first-child > .forums table:first-child,
.panel > .forumview table:first-child,
.panel > .table-responsive:first-child > .forumview table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .forums table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .forums table:first-child > thead:first-child > tr:first-child,
.panel > .forums table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .forums table:first-child > tbody:first-child > tr:first-child,
.panel > .forumview table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .forumview table:first-child > thead:first-child > tr:first-child,
.panel > .forumview table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .forumview table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .forums table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .forums table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .forums table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .forums table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .forums table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .forums table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .forums table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .forums table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .forumview table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .forumview table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .forumview table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .forumview table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .forumview table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .forumview table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .forumview table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .forumview table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .forums table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .forums table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .forums table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .forums table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .forums table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .forums table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .forums table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .forums table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .forumview table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .forumview table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .forumview table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .forumview table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .forumview table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .forumview table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .forumview table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .forumview table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .forums table:last-child,
.panel > .table-responsive:last-child > .forums table:last-child,
.panel > .forumview table:last-child,
.panel > .table-responsive:last-child > .forumview table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .forums table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .forums table:last-child > tbody:last-child > tr:last-child,
.panel > .forums table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .forums table:last-child > tfoot:last-child > tr:last-child,
.panel > .forumview table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .forumview table:last-child > tbody:last-child > tr:last-child,
.panel > .forumview table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .forumview table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .forums table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .forums table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .forums table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .forums table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .forums table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .forums table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .forums table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .forums table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .forumview table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .forumview table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .forumview table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .forumview table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .forumview table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .forumview table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .forumview table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .forumview table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .forums table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .forums table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .forums table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .forums table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .forums table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .forums table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .forums table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .forums table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .forumview table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .forumview table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .forumview table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .forumview table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .forumview table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .forumview table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .forumview table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .forumview table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body,
.panel > .panel-body + .forums table,
.panel > .forums table + .panel-body,
.panel > .panel-body + .forumview table,
.panel > .forumview table + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .forums table > tbody:first-child > tr:first-child th,
.panel > .forums table > tbody:first-child > tr:first-child td,
.panel > .forumview table > tbody:first-child > tr:first-child th,
.panel > .forumview table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered,
.panel > .forums table,
.panel > .table-responsive > .forums table,
.panel > .forumview table,
.panel > .table-responsive > .forumview table {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .forums table > thead > tr > th:first-child,
.panel > .table-responsive > .forums table > thead > tr > th:first-child,
.panel > .forums table > tbody > tr > th:first-child,
.panel > .table-responsive > .forums table > tbody > tr > th:first-child,
.panel > .forums table > tfoot > tr > th:first-child,
.panel > .table-responsive > .forums table > tfoot > tr > th:first-child,
.panel > .forums table > thead > tr > td:first-child,
.panel > .table-responsive > .forums table > thead > tr > td:first-child,
.panel > .forums table > tbody > tr > td:first-child,
.panel > .table-responsive > .forums table > tbody > tr > td:first-child,
.panel > .forums table > tfoot > tr > td:first-child,
.panel > .table-responsive > .forums table > tfoot > tr > td:first-child,
.panel > .forumview table > thead > tr > th:first-child,
.panel > .table-responsive > .forumview table > thead > tr > th:first-child,
.panel > .forumview table > tbody > tr > th:first-child,
.panel > .table-responsive > .forumview table > tbody > tr > th:first-child,
.panel > .forumview table > tfoot > tr > th:first-child,
.panel > .table-responsive > .forumview table > tfoot > tr > th:first-child,
.panel > .forumview table > thead > tr > td:first-child,
.panel > .table-responsive > .forumview table > thead > tr > td:first-child,
.panel > .forumview table > tbody > tr > td:first-child,
.panel > .table-responsive > .forumview table > tbody > tr > td:first-child,
.panel > .forumview table > tfoot > tr > td:first-child,
.panel > .table-responsive > .forumview table > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .forums table > thead > tr > th:last-child,
.panel > .table-responsive > .forums table > thead > tr > th:last-child,
.panel > .forums table > tbody > tr > th:last-child,
.panel > .table-responsive > .forums table > tbody > tr > th:last-child,
.panel > .forums table > tfoot > tr > th:last-child,
.panel > .table-responsive > .forums table > tfoot > tr > th:last-child,
.panel > .forums table > thead > tr > td:last-child,
.panel > .table-responsive > .forums table > thead > tr > td:last-child,
.panel > .forums table > tbody > tr > td:last-child,
.panel > .table-responsive > .forums table > tbody > tr > td:last-child,
.panel > .forums table > tfoot > tr > td:last-child,
.panel > .table-responsive > .forums table > tfoot > tr > td:last-child,
.panel > .forumview table > thead > tr > th:last-child,
.panel > .table-responsive > .forumview table > thead > tr > th:last-child,
.panel > .forumview table > tbody > tr > th:last-child,
.panel > .table-responsive > .forumview table > tbody > tr > th:last-child,
.panel > .forumview table > tfoot > tr > th:last-child,
.panel > .table-responsive > .forumview table > tfoot > tr > th:last-child,
.panel > .forumview table > thead > tr > td:last-child,
.panel > .table-responsive > .forumview table > thead > tr > td:last-child,
.panel > .forumview table > tbody > tr > td:last-child,
.panel > .table-responsive > .forumview table > tbody > tr > td:last-child,
.panel > .forumview table > tfoot > tr > td:last-child,
.panel > .table-responsive > .forumview table > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .forums table > thead > tr:first-child > td,
.panel > .table-responsive > .forums table > thead > tr:first-child > td,
.panel > .forums table > tbody > tr:first-child > td,
.panel > .table-responsive > .forums table > tbody > tr:first-child > td,
.panel > .forums table > thead > tr:first-child > th,
.panel > .table-responsive > .forums table > thead > tr:first-child > th,
.panel > .forums table > tbody > tr:first-child > th,
.panel > .table-responsive > .forums table > tbody > tr:first-child > th,
.panel > .forumview table > thead > tr:first-child > td,
.panel > .table-responsive > .forumview table > thead > tr:first-child > td,
.panel > .forumview table > tbody > tr:first-child > td,
.panel > .table-responsive > .forumview table > tbody > tr:first-child > td,
.panel > .forumview table > thead > tr:first-child > th,
.panel > .table-responsive > .forumview table > thead > tr:first-child > th,
.panel > .forumview table > tbody > tr:first-child > th,
.panel > .table-responsive > .forumview table > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .forums table > tbody > tr:last-child > td,
.panel > .table-responsive > .forums table > tbody > tr:last-child > td,
.panel > .forums table > tfoot > tr:last-child > td,
.panel > .table-responsive > .forums table > tfoot > tr:last-child > td,
.panel > .forums table > tbody > tr:last-child > th,
.panel > .table-responsive > .forums table > tbody > tr:last-child > th,
.panel > .forums table > tfoot > tr:last-child > th,
.panel > .table-responsive > .forums table > tfoot > tr:last-child > th,
.panel > .forumview table > tbody > tr:last-child > td,
.panel > .table-responsive > .forumview table > tbody > tr:last-child > td,
.panel > .forumview table > tfoot > tr:last-child > td,
.panel > .table-responsive > .forumview table > tfoot > tr:last-child > td,
.panel > .forumview table > tbody > tr:last-child > th,
.panel > .table-responsive > .forumview table > tbody > tr:last-child > th,
.panel > .forumview table > tfoot > tr:last-child > th,
.panel > .table-responsive > .forumview table > 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: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default,
.templatewrapper,
.formwizlist > ul > li {
  border-color: #ddd;
}
.panel-default > .panel-heading,
.templatetitle {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well,
.fileupload-dropzone,
.searchcontrols {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote,
.searchcontrols blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm,
.searchcontrols {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.popover,
.pagetree ul.treecommands {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top,
.pagetree ul.treecommands.top {
  margin-top: -10px;
}
.popover.right,
.pagetree ul.treecommands.right,
.popover.pagetree ul.treecommands {
  margin-left: 10px;
}
.popover.bottom,
.pagetree ul.treecommands.bottom {
  margin-top: 10px;
}
.popover.left,
.pagetree ul.treecommands.left {
  margin-left: -10px;
}
.popover-title,
.pagetree ul.treecommands .pageinfo {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content,
.pagetree ul.treecommands {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after,
.pagetree ul.treecommands > .arrow,
.pagetree ul.treecommands > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow,
.pagetree ul.treecommands > .arrow {
  border-width: 11px;
}
.popover > .arrow:after,
.pagetree ul.treecommands > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow,
.pagetree ul.treecommands.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after,
.pagetree ul.treecommands.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow,
.pagetree ul.treecommands.right > .arrow,
.popover.pagetree ul.treecommands > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after,
.pagetree ul.treecommands.right > .arrow:after,
.popover.pagetree ul.treecommands > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow,
.pagetree ul.treecommands.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after,
.pagetree ul.treecommands.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow,
.pagetree ul.treecommands.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after,
.pagetree ul.treecommands.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.blogwrapper.blogview .modulecontent:before,
.blogwrapper.blogview .modulecontent:after,
.blogmodule.blogarchive .modulecontent:before,
.blogmodule.blogarchive .modulecontent:after,
.blogmodule.blogcategories .modulecontent:before,
.blogmodule.blogcategories .modulecontent:after,
.rsswrapper:before,
.rsswrapper:after,
.rssmodule .modulecontent:before,
.rssmodule .modulecontent:after,
.stats .modulecontent:before,
.stats .modulecontent:after,
.stats .onlinemembers:before,
.stats .onlinemembers:after,
.formwizlist > ul > li:before,
.formwizlist > ul > li:after,
.top-pane .panelwrapper:before,
.top-pane .panelwrapper:after,
.bottom-pane .panelwrapper:before,
.bottom-pane .panelwrapper:after,
.blogview .blogpager:before,
.blogview .blogpager:after,
.templatebody:before,
.templatebody:after,
.formwizlist > ul > li > div:before,
.formwizlist > ul > li > div:after,
.fileoperations:before,
.fileoperations:after,
.fileselection:before,
.fileselection:after {
  content: " ";
  display: block;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.blogwrapper.blogview .modulecontent:after,
.blogmodule.blogarchive .modulecontent:after,
.blogmodule.blogcategories .modulecontent:after,
.rsswrapper:after,
.rssmodule .modulecontent:after,
.stats .modulecontent:after,
.stats .onlinemembers:after,
.formwizlist > ul > li:after,
.top-pane .panelwrapper:after,
.bottom-pane .panelwrapper:after,
.blogview .blogpager:after,
.templatebody:after,
.formwizlist > ul > li > div:after,
.fileoperations:after,
.fileselection: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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 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 !important;
  }
  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 !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.breadcrumb > li + li:before {
  content: "\00a0 /";
}
.breadcrumb > li > .active,
.breadcrumb > li > .selectedcrumb {
  color: #777777;
}
.newpost:active, .newthread:active, .ec-next-prev a:active, .fileinput-button:active, .uploadfilelist .ui-button:active, .poll [id*="_lnkNewPoll"]:active, #gallerynav .btn:active, .SiteSearch [type=submit]:active, .addnewtemplate > a[id*="_lnkAddNew"]:active, [id*="PasswordRecovery"][id*="SubmitButton"]:active, .ui-datepicker-trigger:active, .eventNextPrevious:active, .search-button:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default, .newpost, .newthread, .ec-next-prev a, .fileinput-button, .uploadfilelist .ui-button, .poll [id*="_lnkNewPoll"], #gallerynav .btn, .SiteSearch [type=submit], .addnewtemplate > a[id*="_lnkAddNew"], [id*="PasswordRecovery"][id*="SubmitButton"], .ui-datepicker-trigger, .eventNextPrevious, .search-button {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  text-shadow: 0 1px 0 #fff;
}
.btn-default:active, .btn-default:active:hover, .btn-default:active:focus, .newpost:active, .newthread:active, .ec-next-prev a:active, .fileinput-button:active, .uploadfilelist .ui-button:active, .poll [id*="_lnkNewPoll"]:active, #gallerynav .btn:active, .SiteSearch [type=submit]:active, .addnewtemplate > a[id*="_lnkAddNew"]:active, [id*="PasswordRecovery"][id*="SubmitButton"]:active, .ui-datepicker-trigger:active, .eventNextPrevious:active, .search-button:active, .newpost:active:hover, .newthread:active:hover, .ec-next-prev a:active:hover, .fileinput-button:active:hover, .uploadfilelist .ui-button:active:hover, .poll [id*="_lnkNewPoll"]:active:hover, #gallerynav .btn:active:hover, .SiteSearch [type=submit]:active:hover, .addnewtemplate > a[id*="_lnkAddNew"]:active:hover, [id*="PasswordRecovery"][id*="SubmitButton"]:active:hover, .ui-datepicker-trigger:active:hover, .eventNextPrevious:active:hover, .search-button:active:hover, .newpost:active:focus, .newthread:active:focus, .ec-next-prev a:active:focus, .fileinput-button:active:focus, .uploadfilelist .ui-button:active:focus, .poll [id*="_lnkNewPoll"]:active:focus, #gallerynav .btn:active:focus, .SiteSearch [type=submit]:active:focus, .addnewtemplate > a[id*="_lnkAddNew"]:active:focus, [id*="PasswordRecovery"][id*="SubmitButton"]:active:focus, .ui-datepicker-trigger:active:focus, .eventNextPrevious:active:focus, .search-button:active:focus {
  background-color: #d4d4d4;
  background-image: none;
  border-color: #ccc;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default:hover, .btn-default:focus, .newpost:hover, .newthread:hover, .ec-next-prev a:hover, .fileinput-button:hover, .uploadfilelist .ui-button:hover, .poll [id*="_lnkNewPoll"]:hover, #gallerynav .btn:hover, .SiteSearch [type=submit]:hover, .addnewtemplate > a[id*="_lnkAddNew"]:hover, [id*="PasswordRecovery"][id*="SubmitButton"]:hover, .ui-datepicker-trigger:hover, .eventNextPrevious:hover, .search-button:hover, .newpost:focus, .newthread:focus, .ec-next-prev a:focus, .fileinput-button:focus, .uploadfilelist .ui-button:focus, .poll [id*="_lnkNewPoll"]:focus, #gallerynav .btn:focus, .SiteSearch [type=submit]:focus, .addnewtemplate > a[id*="_lnkAddNew"]:focus, [id*="PasswordRecovery"][id*="SubmitButton"]:focus, .ui-datepicker-trigger:focus, .eventNextPrevious:focus, .search-button:focus {
  background-color: #f5f5f5;
  background-position: 0 -15px;
  border-color: #ccc;
}
.btn-default[disabled], .newpost[disabled], .newthread[disabled], .ec-next-prev a[disabled], .fileinput-button[disabled], .uploadfilelist .ui-button[disabled], .poll [id*="_lnkNewPoll"][disabled], #gallerynav .btn[disabled], .SiteSearch [type=submit][disabled], .addnewtemplate > a[id*="_lnkAddNew"][disabled], [id*="PasswordRecovery"][id*="SubmitButton"][disabled], .ui-datepicker-trigger[disabled], .eventNextPrevious[disabled], .search-button[disabled] {
  background-color: #f5f5f5;
  background-image: none;
  border-color: #ccc;
  box-shadow: none;
}
.poll [id*="_btnChoose"], .survey [id*="_lnkAddNew"], .survey [id*="_btnStartSurvey"], [id*="_btnGridUpdate"], .operationpanel [id=btnSubmit], #pnlNewFolder [id=btnNewFolder] {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.poll [id*="_btnChoose"]:active, .survey [id*="_lnkAddNew"]:active, .survey [id*="_btnStartSurvey"]:active, [id*="_btnGridUpdate"]:active, .operationpanel [id=btnSubmit]:active, #pnlNewFolder [id=btnNewFolder]:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.poll [id*="_btnCopyToNewPoll"] {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.poll [id*="_btnCopyToNewPoll"]:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
[id*="_btnGridCancel"],
[id*="_grdHistory"][id*="_btnRestoreToEditor"] {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
[id*="_btnGridCancel"]:active,
[id*="_grdHistory"][id*="_btnRestoreToEditor"]:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
[id*="_btnGridDelete"],
.poll [id*="_btnRemoveCurrent"],
[id*="_grdHistory"][id*="_btnDelete"] {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
[id*="_btnGridDelete"]:active,
.poll [id*="_btnRemoveCurrent"]:active,
[id*="_grdHistory"][id*="_btnDelete"]:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.buttonlink,
[id*="_btnRename"],
[id*="_lnkRefresh"],
[id*="_LinkButton2"],
.poll [id*="_lnkEdit"] {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.buttonlink:active,
[id*="_btnRename"]:active,
[id*="_lnkRefresh"]:active,
[id*="_LinkButton2"]:active,
.poll [id*="_lnkEdit"]:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(input):empty {
  display: none;
}
.btn-group > .btn:not(input):empty + .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.settinglabel {
  font-size: smaller;
  margin-bottom: 0;
  margin-right: 5px;
  margin-top: 9px;
  min-height: 24px;
  vertical-align: top;
  width: 18em;
}
.box-inline label,
.rbroles label,
.box-inline .operationheading,
.rbroles .operationheading,
.box-inline .addcontent > strong,
.rbroles .addcontent > strong,
.box-inline .settinglabel,
.rbroles .settinglabel {
  font-size: smaller;
  width: auto;
}
input[type=file] {
  display: inline-block;
}
@media (min-width: 768px) {
  .form-control, select.forminput, input[type=text].forminput {
    display: inline-block;
    width: 260px;
    vertical-align: middle;
  }
  textarea.form-control, textareaselect.forminput, textareainput[type=text].forminput {
    width: 100%;
  }
  .widetextbox textarea.form-control, .widetextbox textareaselect.forminput, .widetextbox textareainput[type=text].forminput {
    width: 50%;
  }
}
input.slider-input {
  -webkit-appearance: none;
  display: inline-block;
  margin: 4.5px 10px 4.5px 0;
  vertical-align: middle;
  width: 260px;
}
input.slider-input::-webkit-slider-runnable-track {
  background: white;
  border-radius: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 25px;
  width: 100%;
}
input.slider-input::-moz-range-track {
  background: white;
  border-radius: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 25px;
  width: 100%;
}
input.slider-input::-ms-track {
  background: white;
  border-color: transparent;
  box-sizing: border-box;
  color: transparent;
  cursor: pointer;
  height: 25px;
  width: 100%;
}
input.slider-input::-ms-track > * {
  box-sizing: border-box;
}
input.slider-input::-ms-fill-lower {
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input.slider-input::-ms-fill-upper {
  background: white;
  border: 0.1px solid #ccc;
  border-radius: 4px;
}
input.slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #337ab7;
  border: 0 none;
  border-radius: 2px;
  cursor: pointer;
  height: 34px;
  margin-top: -4.6px;
  width: 16px;
}
input.slider-input::-moz-range-thumb {
  background: #337ab7;
  border: 0 none;
  border-radius: 2px;
  cursor: pointer;
  height: 34px;
  width: 16px;
}
input.slider-input::-ms-thumb {
  background: #337ab7;
  border: 0 none;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 1.5px;
  height: 34px;
  width: 16px;
}
input.slider-input:focus {
  outline: none;
}
input.slider-input:focus::-webkit-slider-runnable-track {
  background: white;
  border-color: #66afe9;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
input.slider-input:focus::-moz-range-track {
  border-color: #66afe9;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
input.slider-input:focus::-ms-fill-lower {
  background: white;
  border-color: #66afe9;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
input.slider-input:focus::-ms-fill-upper {
  background: white;
  border-color: #66afe9;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
.slider-output {
  border: 0 none;
  display: inline-block;
  font-weight: 700;
  padding: 0;
  vertical-align: middle;
}
textarea.form-control, textareaselect.forminput, textareainput[type=text].forminput {
  resize: vertical;
}
.panelwrapper.pagetree table {
  width: 100%;
}
.panelwrapper.pagetree table td:nth-child(2) {
  width: 400px;
}
.page-tree {
  max-width: 400px;
  width: 100%;
}
.auto-complete + .form-control, .auto-complete + select.forminput, .auto-complete + input[type=text].forminput {
  width: 6em;
}
@media (min-width: 768px) {
  .pwd-regex,
  textarea.inline-textarea {
    display: inline-block;
    width: 40%;
  }
}
div.forminput {
  display: inline-block;
}
[id*="mainContent_ddImage"] {
  min-height: 150px;
}
.date-picker {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: inline-block;
  vertical-align: inherit;
  width: 226px;
}
.date-picker + .ui-datepicker-trigger {
  background-color: #F2F2F2;
  border-left: 0 none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: 700;
  padding: 6px 0;
  vertical-align: inherit;
  width: 34px;
}
.settingrow [type=text].smalltextbox {
  width: 6em;
}
.table select, .table [type=text], .forums table select, .forums table [type=text], .forumview table select, .forumview table [type=text] {
  max-width: 100%;
}
.contentmanager .table select, .contentmanager .table [type=text], .contentmanager .forums table select, .contentmanager .forums table [type=text], .contentmanager .forumview table select, .contentmanager .forumview table [type=text] {
  width: auto;
}
.panelayout h2 {
  font-size: 20px;
  text-align: center;
}
.panelayout .regularpanes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.panelayout .regularpanes .pane {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(100%/3);
  flex: 1 0 calc(100%/3);
  padding: 0 15px;
}
.panelayout .panelistbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panelayout .pane select {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.panelayout .pane .layoutbuttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-left: 6px;
}
.panelayout .pane .layoutbuttons > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 4px;
}
.panelayout .layoutalt1,
.panelayout .layoutalt2 {
  margin: 0 -15px;
}
.panelayout .layoutalt1 .panelistbox,
.panelayout .layoutalt2 .panelistbox {
  margin: 0 auto;
  padding: 0 15px;
  width: calc(100%/3);
}
.box-inline {
  display: inline-block;
  list-style: none outside none;
  margin: 8px 0 0;
  padding-left: 0;
}
.rbroles,
.box-inline li {
  margin-right: 10px;
  vertical-align: top;
}
.box-inline li + li {
  margin-left: 0;
}
.box-inline li input[type=checkbox] {
  margin-top: 5px;
}
.box-inline li label,
.box-inline li .operationheading,
.box-inline li .addcontent > strong,
.box-inline li .settinglabel {
  display: inline;
  font-weight: 400;
  margin: 0;
}
.settingrow > input[type=checkbox], .settingrow > span.forminput > input[type=checkbox] {
  margin-top: 10px;
}
.authorinfo .avatar img {
  max-width: none;
}
.authorbio,
.authorinfo .avatar {
  display: table-cell;
  vertical-align: top;
}
.mojo-tabs .nav-tabs {
  margin-bottom: 15px;
}
.blogview .blogpager .postlink {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 0;
  padding: 5px 14px;
}
.blogview .blogpager .postlink::before,
.blogview .blogpager .postlink::after {
  font-size: 14px;
}
.blogview .blogpager .postlink:hover,
.blogview .blogpager .postlink:focus {
  background-color: #eeeeee;
  text-decoration: none;
}
.blogview .blogpager .nextpost {
  float: right;
}
.blogview .blogpager .nextpost::before {
  content: "Next Post";
}
.blogview .blogpager .nextpost::after {
  content: "\f101";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.blogview .blogpager .nextpost::after {
  margin-left: 6px;
}
.blogview .blogpager .prevpost {
  float: left;
}
.blogview .blogpager .prevpost::before {
  content: "\f100";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.blogview .blogpager .prevpost::before {
  margin-right: 6px;
}
.blogview .blogpager .prevpost::after {
  content: "Previous Post";
}
.pagination a[title*="Page"]:not([title*="Navigate to Page"]) {
  font-family: FontAwesome;
}
.templatetitle {
  margin: 0;
}
.templateinfo *:last-child {
  margin-bottom: 0;
}
.modulelinks,
.ModuleEditLink {
  font-family: arial, sans-serif;
  font-size: 12px;
  text-transform: capitalize;
}
.inlineedittoggle {
  display: inline-block;
  vertical-align: sub;
}
.editlink::before,
#editLink::before,
[id*="_editLink"]::before {
  content: "\f044";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.editlink img,
#editLink img,
[id*="_editLink"] img {
  display: none;
}
a.mhelp {
  color: #5bc0de !important;
  margin-left: 6px;
  vertical-align: baseline;
}
a.mhelp::before {
  content: "\f059";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
a.mhelp:hover {
  color: #31b0d5 !important;
  text-decoration: none;
}
a.mhelp::before {
  font-size: 18px;
}
a.mhelp img {
  display: none;
}
#fm1_pnlFile > table,
.filemanager .modulecontent > [id*="_pnlFile"] > table {
  max-width: 100%;
  width: 100%;
}
.table-file-manager {
  margin-bottom: 0;
}
.gallerylist .galleryitem > a,
.fthumbs img {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.gallerylist .galleryitem > a > img,
.fthumbs img > img {
  margin-left: auto;
  margin-right: auto;
}
.gallerylist .galleryitem > a:hover,
.fthumbs img:hover,
.gallerylist .galleryitem > a:focus,
.fthumbs img:focus,
.gallerylist .galleryitem > a.active,
.fthumbs img.active {
  border-color: #337ab7;
}
.pageditnotes {
  margin: 0 0 10px;
}
.text-indent-1 {
  text-indent: 40px;
}
.text-indent-2 {
  text-indent: 60px;
}
.text-indent-3 {
  text-indent: 80px;
}
.logolist,
.pageicons,
.fsubcribe1,
.moduleIconsList {
  display: none;
}
.m-a-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-a-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.text-xs-left {
  text-align: left !important;
}
.text-xs-right {
  text-align: right !important;
}
.text-xs-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
.forums table h3 {
  font-size: 20px;
  margin-top: 0;
}
.forumEdit,
.threadEdit {
  font: normal normal normal 14px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
}
.forumEdit::before,
.threadEdit::before {
  content: "\f044";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.commentEdit::before {
  content: "\f044\00a0";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.newpost {
  text-transform: capitalize;
}
.newpost::before {
  content: "\f075\00a0";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.newthread {
  text-transform: capitalize;
}
.newthread::before {
  content: "\f040\00a0";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.forumsearch {
  text-align: right;
}
.forumview .modulepager,
.forumthreadview .modulepager,
.postlistwrap,
.forumnotify {
  margin-bottom: 20px;
}
.postcontainer {
  border: 1px solid #ddd;
}
.postcontainer + .postcontainer {
  border-top: 0 none;
}
.postwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.forumpostheader {
  border-bottom: 1px solid #ddd;
  padding: 4px 15px;
}
.postleft {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  text-align: center;
  padding: 15px;
}
.postright {
  border-left: 1px solid #ddd;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}
.posttopic h3,
.posttopic h4 {
  font-size: 20px;
  margin-top: 0;
}
.forumpostusername [id*="_Hyperlink"]::before,
.forumpostusername [id*="_edituser"]::before,
.forumpostusername [id*="_useredit"]::before {
  content: "\f007";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.forumpostusername [id*="_Hyperlink"] img,
.forumpostusername [id*="_edituser"] img,
.forumpostusername [id*="_useredit"] img {
  display: none;
}
.blogitem {
  margin-bottom: 60px;
}
.blogwrapper.blogview [class*="blognav"] .bsidelist:first-of-type h3 {
  margin-top: 0;
}
.blogwrapper.blogview .moduletitle,
.blogmodule.blogarchive .moduletitle,
.blogmodule.blogcategories .moduletitle {
  font-size: 36px;
}
.blogwrapper.blogview .modulecontent,
.blogmodule.blogarchive .modulecontent,
.blogmodule.blogcategories .modulecontent {
  margin-left: -15px;
  margin-right: -15px;
}
h3.subtitle {
  margin-top: 0;
}
[class*="blognav"] {
  font-size: 14px;
}
.blogtitle {
  font-size: 30px;
}
.blogitem .subtitle {
  display: block;
}
.blogview .blogtext > h2:first-child,
.blogview .blogtext > h3:first-child,
.blogview .blogtext > h4:first-child,
.blogview .blogtext > h5:first-child,
.blogview .blogtext > h6:first-child {
  margin-top: 0;
}
.blogcommentlink {
  display: none;
}
div.blogdate {
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  margin-top: 20px;
  padding-top: 20px;
}
div.blogdate .blogauthor {
  display: none;
}
div.blogdate .bdate {
  margin-right: 10px;
}
div.blogdate .bdate::before {
  content: "\f017";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
div.blogdate .bdate::before {
  margin-right: 6px;
}
div.blogdate .tagslabel::before {
  content: "\f02c";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
div.blogdate .tagslabel::before {
  margin-right: 6px;
}
.paddiv {
  display: none;
}
.commenteditpanel legend {
  border-bottom: 0 none;
  margin-bottom: 10px;
}
.commenteditpanel legend label,
.commenteditpanel legend .operationheading,
.commenteditpanel legend .addcontent > strong,
.commenteditpanel legend .settinglabel {
  font-weight: 400;
  margin: 0;
}
.commenteditpanel .settingrow:last-child {
  margin-bottom: 0;
}
.rsswrapper {
  margin-left: -15px;
  margin-right: -15px;
}
[class*="rssnav"] {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
[class*="rssnav"] .feedlink,
[class*="rssnav"] [id*="FeedList"][id*="_Hyperlink3"] {
  color: #FFA500;
}
[class*="rssnav"] .feedlink::before,
[class*="rssnav"] [id*="FeedList"][id*="_Hyperlink3"]::before {
  content: "\f143";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
[class*="rssnav"] .feedlink img,
[class*="rssnav"] [id*="FeedList"][id*="_Hyperlink3"] img {
  display: none;
}
.feededit [class*="rssnav"] [id*="FeedListName"],
.feededit [class*="rssnav"] [id*="FeedListName"] + br {
  display: none;
}
[class*="rsscenter"] {
  padding-left: 15px;
  padding-right: 15px;
  width: 75%;
}
.rssnavright,
.rsscenter-leftnav {
  float: right;
}
.rssnavleft,
.rsscenter-rightnav {
  float: left;
}
.rssmodule .modulecontent {
  margin-left: -15px;
  margin-right: -15px;
}
.feededit .rssmodule [id*="pnlEdit"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 75%;
}
[id*="_btnClearCache"] {
  clear: both;
  display: block;
  margin-left: 15px;
}
[class*="rssfeedentry"][class$="False"] {
  opacity: 0.5;
}
.event-cal [colspan="7"],
.event-cal-pro [colspan="7"] {
  padding: 0;
}
.ec-title,
.eventcalheader {
  width: 100%;
}
.ec-title td,
.eventcalheader td {
  padding: 6px;
}
.ec-title td:nth-child(2),
.eventcalheader td:nth-child(2) {
  text-align: center;
}
.ec-title td:nth-child(3),
.eventcalheader td:nth-child(3) {
  text-align: right;
}
.eventcalheader td {
  text-align: left;
}
.eventcalheader td:nth-child(2) h3 {
  margin: 0;
}
.ec-next-prev a {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 8px 20px 5px;
}
.eventNextPrevious {
  padding: 6px;
}
.ec-head {
  font-weight: bold;
  text-align: center;
  width: 14.28571429%;
}
.ec-day {
  height: 100px;
  text-align: right;
}
.event-cal-pro .ec-day {
  height: auto;
}
.eventcontainer {
  text-align: left;
  margin-bottom: 10px;
}
.eventcontainer:last-child {
  margin-bottom: 0;
}
.eventcontainer .eventlink,
.eventcontainer #lnkItemUrl {
  display: inline-block;
  font-size: 10px;
  line-height: 1.2;
}
.ec-other-month {
  background-color: #fcfcfc;
}
.ec-other-month a {
  color: #777;
}
.ec-today {
  background-color: #eff5fb;
}
.calexportlinks a {
  display: inline-block;
  margin-right: 10px;
}
.calexportlinks a::before {
  content: '\f073';
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.calexportlinks a::before {
  margin-right: 6px;
}
.eventdetailview .daterow .settinglabel,
.eventdetailview .localrow .settinglabel {
  font-size: 14px;
  margin-top: 0;
  min-height: 0;
  width: 5em;
}
.eventdetailview .localrow .settinglabel::after {
  content: ':';
}
.eventlistview .summary.url {
  color: #337ab7;
  display: inline-block;
}
.eventlistview .summary.url:hover {
  color: #23527c;
}
.eventlistview .location {
  display: block;
}
.eventlistview .location,
.eventlistview .eventdate,
.eventlistview .eventtime {
  margin-bottom: 10px;
}
.eventmenu .rsslink {
  background: none no-repeat scroll 0 0 transparent;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
}
.eventmenu .rsslink::before {
  content: '\f09e';
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.eventmenu .rsslink::after {
  content: ' Subscribe to Feed';
}
.eventmenu .rsslink img {
  display: none;
}
.FileManager_table {
  width: 100%;
}
.shared-files-table {
  margin-bottom: 0;
}
.shared-files-table .col-rename {
  display: none;
}
.shared-files-table .col-edit a[href*="Download.aspx"]::before {
  content: "\f019";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.shared-files-table .col-edit a[href*="Download.aspx"] img {
  display: none;
}
.trfilecount {
  text-align: right;
}
.trfilecount .sfcount {
  color: #777777;
  font-size: 85%;
}
.filemanager .modulecontent > [id*="_pnlFile"] > table:first-of-type > tbody > tr:nth-child(3) {
  text-align: right;
}
.filemanager .modulecontent > [id*="_pnlFile"] > table:first-of-type > tbody > tr:nth-child(3) [id*="lblCounter"] {
  color: #777777;
  font-size: 85%;
}
.fileupload-dropzone {
  text-align: center;
}
.fileinput-button {
  overflow: hidden;
  position: relative;
}
.fileinput-button::before {
  content: "\f0c5";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.fileinput-button::before {
  margin-right: 6px;
}
.fileinput-button::after {
  content: "Choose Files";
}
.fileinput-button button.ui-button {
  display: none;
}
.fileinput-button input {
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fileinput-button input::-webkit-file-upload-button {
  cursor: pointer;
}
.newfolderpanel {
  margin-bottom: 20px;
}
.newfolderpanel + [id*="_btnRefresh"] {
  display: none;
}
.uploadfilelist .ui-button::before {
  content: "\f093";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.uploadfilelist .ui-button::before {
  margin-right: 6px;
}
ul.filelist .ui-icon.ui-icon-trash {
  background: none repeat scroll 0 0 transparent;
  color: #d9534f;
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: auto;
  margin-left: 6px;
  overflow: visible;
  text-indent: 0;
  text-rendering: auto;
  vertical-align: middle;
  width: auto;
}
ul.filelist .ui-icon.ui-icon-trash::before {
  content: "\f00d";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.choose-file.btn {
  overflow: hidden;
  position: relative;
}
.choose-file.btn .fileimportstyles {
  -webkit-appearance: none;
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.choose-file.btn .fileimportstyles::-webkit-file-upload-button {
  cursor: pointer;
}
.clear-input {
  color: #d9534f;
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 6px;
  vertical-align: middle;
}
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2011 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.0 (jPlayer 2.1.0)
 * Date: 1st September 2011
 */
/* KLD - Added to avoid clashes with general ul and li styles */
div.jp-audio ul li,
div.jp-video ul li {
  background-image: none;
  padding-left: 0;
  margin: 0;
}
div.jp-audio,
div.jp-video {
  /* Edit the font-size to counteract inherited font sizing.
   * Eg. 1.25em = 1 / 0.8em
   */
  font-size: 1.25em;
  /* 1.25em for testing in site pages */
  /* No parent CSS that can effect the size in the demos ZIP */
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.6;
  color: #666;
  border: 1px solid #337ab7;
  background-color: #eee;
  position: relative;
}
div.jp-audio {
  width: 422px;
}
div.jp-video-270p {
  width: 482px;
}
div.jp-video-360p {
  width: 642px;
}
div.jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
  position: relative;
}
div.jp-video-full div.jp-jplayer {
  top: 0;
  left: 0;
  /* Rules for IE6 (full-screen) */
  position: fixed !important;
  position: relative;
  overflow: hidden;
  z-index: 11000;
}
div.jp-video-full div.jp-gui {
  /* Rules for IE6 (full-screen) */
  position: fixed !important;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11000;
}
div.jp-video-full div.jp-interface {
  /* Rules for IE6 (full-screen) */
  position: absolute !important;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 11000;
}
div.jp-interface {
  position: relative;
  background-color: #eee;
  width: 100%;
}
div.jp-audio div.jp-type-single div.jp-interface {
  height: 80px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
  height: 80px;
}
div.jp-video div.jp-interface {
  border-top: 1px solid #337ab7;
}
/* @group CONTROLS */
div.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}
div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div.jp-audio ul.jp-controls {
  width: 380px;
  padding: 20px 20px 0 20px;
}
div.jp-video div.jp-type-single ul.jp-controls {
  width: 78px;
  margin-left: 200px;
}
div.jp-video div.jp-type-playlist ul.jp-controls {
  width: 134px;
  margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}
div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
a.jp-play,
a.jp-pause {
  width: 40px;
  height: 40px;
}
a.jp-play {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") 0 0 no-repeat;
}
a.jp-play:hover {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -41px 0 no-repeat;
}
a.jp-pause {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") 0 -42px no-repeat;
  display: none;
}
a.jp-pause:hover {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -41px -42px no-repeat;
}
a.jp-stop,
a.jp-previous,
a.jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px;
}
a.jp-stop {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") 0 -83px no-repeat;
  margin-left: 10px;
}
a.jp-stop:hover {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -29px -83px no-repeat;
}
a.jp-previous {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") 0 -112px no-repeat;
}
a.jp-previous:hover {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -29px -112px no-repeat;
}
a.jp-next {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") 0 -141px no-repeat;
}
a.jp-next:hover {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -29px -141px no-repeat;
}
/* @end */
/* @group progress bar */
div.jp-progress {
  overflow: hidden;
  background-color: #ddd;
}
div.jp-audio div.jp-progress {
  position: absolute;
  top: 32px;
  height: 15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
  left: 110px;
  width: 186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
  left: 100px;
  width: 130px;
}
.AudioPlayer div.jp-audio div.jp-type-playlist div.jp-progress {
  left: 166px;
  width: 130px;
}
div.jp-video div.jp-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px;
}
div.jp-seek-bar {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") 0 -202px repeat-x;
  width: 0px;
  height: 100%;
  cursor: pointer;
}
div.jp-play-bar {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") 0 -218px repeat-x;
  width: 0px;
  height: 100%;
}
/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.seeking.gif");
}
/* @end */
/* @group volume controls */
a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 18px;
  height: 15px;
  margin-top: 12px;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
  margin-left: 210px;
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
  margin-left: 154px;
}
div.jp-audio a.jp-volume-max {
  margin-left: 56px;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
  position: absolute;
  top: 12px;
  margin-top: 0;
}
div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
  left: 50px;
}
div.jp-video a.jp-volume-max {
  left: 134px;
}
a.jp-mute {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") 0 -170px no-repeat;
}
a.jp-mute:hover {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -19px -170px no-repeat;
}
a.jp-unmute {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -60px -170px no-repeat;
  display: none;
}
a.jp-unmute:hover {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -79px -170px no-repeat;
}
a.jp-volume-max {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -19px -186px no-repeat;
}
div.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") 0 -250px repeat-x;
  width: 46px;
  height: 5px;
  cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
  top: 37px;
  left: 330px;
}
div.jp-video div.jp-volume-bar {
  top: 17px;
  left: 72px;
}
div.jp-volume-bar-value {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") 0 -256px repeat-x;
  width: 0px;
  height: 5px;
}
/* @end */
/* @group current time and duration */
div.jp-audio div.jp-time-holder {
  position: absolute;
  top: 50px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
  left: 110px;
  width: 186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
  left: 166px;
  width: 130px;
}
div.jp-current-time,
div.jp-duration {
  width: 60px;
  font-size: .64em;
  font-style: oblique;
}
div.jp-current-time {
  float: left;
  display: inline;
}
div.jp-duration {
  float: right;
  display: inline;
  text-align: right;
}
div.jp-video div.jp-current-time {
  margin-left: 20px;
}
div.jp-video div.jp-duration {
  margin-right: 20px;
}
/* @end */
/* @group playlist */
div.jp-title {
  font-weight: bold;
  text-align: center;
}
div.jp-title,
div.jp-playlist {
  width: 100%;
  background-color: #ccc;
  border-top: 1px solid #337ab7;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
  border-top: none;
}
div.jp-title ul,
div.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  font-size: .72em;
}
div.jp-title li {
  padding: 5px 0;
  font-weight: bold;
}
div.jp-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee;
}
div.jp-playlist li div {
  display: inline;
}
/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:last-child {
  /* padding:5px 0 5px 20px; */
  padding: 5px 0 5px 0px;
  border-bottom: none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 7px;
}
div.jp-type-playlist div.jp-playlist a {
  color: #333;
  text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
  color: #337ab7;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #337ab7;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #337ab7;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #337ab7;
}
span.jp-artist {
  font-size: .8em;
  color: #666;
}
/* @end */
div.jp-video-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
  height: 270px;
}
div.jp-video-360p div.jp-video-play {
  height: 360px;
}
div.jp-video-full div.jp-video-play {
  height: 100%;
  z-index: 11000;
}
a.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
  text-indent: -9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}
div.jp-jplayer audio,
div.jp-jplayer {
  width: 0px;
  height: 0px;
}
div.jp-jplayer {
  background-color: #000000;
}
/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
ul.jp-toggles {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
div.jp-audio .jp-type-single ul.jp-toggles {
  width: 25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px;
}
div.jp-video ul.jp-toggles {
  margin-top: 10px;
  width: 100px;
}
ul.jp-toggles li {
  display: block;
  float: right;
}
ul.jp-toggles li a {
  display: block;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
}
a.jp-full-screen {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") 0 -310px no-repeat;
  margin-left: 20px;
}
a.jp-full-screen:hover {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -30px -310px no-repeat;
}
a.jp-restore-screen {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -60px -310px no-repeat;
  margin-left: 20px;
}
a.jp-restore-screen:hover {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -90px -310px no-repeat;
}
a.jp-repeat {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") 0 -290px no-repeat;
}
a.jp-repeat:hover {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -30px -290px no-repeat;
}
a.jp-repeat-off {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -60px -290px no-repeat;
}
a.jp-repeat-off:hover {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -90px -290px no-repeat;
}
a.jp-shuffle {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") 0 -270px no-repeat;
  margin-left: 5px;
}
a.jp-shuffle:hover {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -30px -270px no-repeat;
}
a.jp-shuffle-off {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -60px -270px no-repeat;
  margin-left: 5px;
}
a.jp-shuffle-off:hover {
  background: url("/Data/Sites/42/skins/skin-02/img/jplayer/jplayer.blue.monday.jpg") -90px -270px no-repeat;
}
/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  position: absolute;
  width: 390px;
  margin-left: -202px;
  left: 50%;
  top: 10px;
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #337ab7;
  color: #000;
  display: none;
}
.jp-no-solution a {
  color: #000;
}
.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}
/* @end */
/*
	Colorbox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 9999;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  height: 100%;
  position: fixed;
  width: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  -ms-interpolation-mode: bicubic;
  border: 0;
  display: block;
  float: left;
  margin: auto;
  max-width: none;
}
.cboxIframe {
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
/* 
	User Style:
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #FFF;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  background: #000;
  margin-top: 32px;
  overflow: visible;
}
.cboxIframe {
  background: #FFF;
}
#cboxError {
  border: 1px solid #CCC;
  padding: 50px;
}
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url("/Data/Sites/42/skins/skin-02/img/colorbox/loading.gif") no-repeat scroll 50% 50% transparent;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  color: #000;
  left: 0;
  position: absolute;
  top: -22px;
}
#cboxCurrent {
  position: absolute;
  right: 205px;
  text-indent: -9999px;
  top: -22px;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  background: url("/Data/Sites/42/skins/skin-02/img/colorbox/controls.png") no-repeat scroll 0 0 transparent;
  border: 0;
  height: 20px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: -20px;
  width: 20px;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious:hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext:hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#cboxClose:hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
.gallerylist .galleryitem {
  position: relative;
}
.gallerylist .galleryitem > a {
  margin-bottom: 10px;
}
.gallerylist .galleryitem .galleryedit {
  background-color: #FFF;
  border-radius: 3px;
  line-height: 1;
  left: 13px;
  padding: 0 0 0 3px;
  position: absolute;
  top: 8px;
}
.foldergallery .album > div {
  margin: 0 -2px 10px;
}
.foldergallery .album > div:before,
.foldergallery .album > div:after {
  content: " ";
  display: table;
}
.foldergallery .album > div:after {
  clear: both;
}
.foldergallery .album > div:before,
.foldergallery .album > div:after {
  content: " ";
  display: table;
}
.foldergallery .album > div:after {
  clear: both;
}
.foldergallery .albumFloat {
  float: left;
  margin: 0 2px;
}
.foldergallery table td {
  padding: 2px;
}
.foldergallery table td:first-child a {
  display: inline-block;
  margin-bottom: 4px;
}
.fthumbs {
  margin: 0 -5px 10px;
}
.fthumbs img {
  display: inline-block;
  margin: 0 5px 10px;
}
.poll [id*="_lblQuestion"] {
  display: block;
  margin: 0 0 10px;
}
.poll .box-inline {
  display: block;
  margin: 0 0 10px;
}
.poll .box-inline li {
  display: block;
  margin-left: 0;
}
.poll #tblOptions tr:first-child td {
  padding-bottom: 15px;
}
.poll [id*="_lblMessage"] {
  display: block;
}
.poll [id*="_pnlPollUpdate"] br,
.poll [id*="_pnlPollUpdate"] + br {
  display: none;
}
[id*="_litOldResponses"] {
  display: inline-block;
  margin: 0 0 10px;
}
.bmap {
  position: relative;
}
.stats .site-statistics {
  padding-right: 15px;
}
.stats .site-statistics.floatpanel {
  float: left;
  width: 50%;
}
.stats .site-statistics > ul.userstats > li:first-child {
  font-weight: 700;
  margin-bottom: 10px;
}
.stats .site-statistics + .site-statistics {
  padding-left: 15px;
  padding-right: 0;
}
.stats .onlinemembers {
  clear: both;
}
.stats .onlinemembers > ul.userstats {
  margin-left: -5px;
  margin-right: -5px;
}
.stats .onlinemembers > ul.userstats > li {
  float: left;
  padding: 0 5px;
  text-align: center;
}
.stats .onlinemembers > ul.userstats > li:first-child {
  display: block;
  float: none;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
.draghandle {
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: n-resize;
  padding: 6px 12px;
}
.draghandle::before {
  content: '\f0c9';
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.draghandle li {
  list-style: none;
}
.formwizlist fieldset.formwizard .settingrow:last-child {
  margin-bottom: 0;
}
.formwizlist > ul > li > div > div:first-child {
  float: left;
  margin-right: 10px;
}
.questioncontainer .settingrow {
  clear: both;
}
.questioncontainer .settingrow:last-child {
  margin-bottom: 0;
}
.formwizard br.clear {
  display: none;
}
.qcb [type=checkbox] {
  margin-right: 10px;
}
#questionItems,
#questionItemsMove {
  display: inline-block;
  vertical-align: top;
}
.fw-addoptioninput {
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}
.fw-addoptioninput > label,
.fw-addoptioninput > .operationheading,
.fw-addoptioninput > .addcontent > strong,
.fw-addoptioninput > .settinglabel {
  margin-right: 0;
  margin-top: 0;
  min-height: 0;
  vertical-align: top;
  width: auto;
}
.fw-addoptioninput input {
  display: block;
}
.fw-addoptionbutton {
  clear: both;
}
.actslider {
  display: inline-block;
  vertical-align: middle;
}
.actslider .ajax__slider_h_rail {
  background-position: 0 2px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 224px;
}
.actslider input {
  padding: 6px 0;
  text-align: center;
  width: 26px !important;
}
.searchresultlist .searchresult:first-child h3 {
  margin-top: 0;
}
.searchduration {
  display: block;
  font-size: smaller;
}
[id*="_upFeatures"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[id*="_upFeatures"] h3 {
  margin-top: 0;
}
[id*="_upFeatures"] .floatpanel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 30px;
}
[id*="_upFeatures"] .floatpanel:first-child,
[id*="_upFeatures"] .floatpanel:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0;
}
[id*="_upFeatures"] [title*="Feature"] {
  margin-top: 40px;
}
.searchcontrols .mhelp {
  float: right;
}
.search-button {
  font-family: FontAwesome;
}
.adminmenu ul.simplelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
.adminmenu ul.simplelist > li {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/7);
  flex: 0 0 calc(100%/7);
  font-family: arial, sans-serif;
  font-size: 14px;
  min-width: 160px;
  padding: 15px;
  text-align: center;
}
.adminmenu ul.simplelist > li a {
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  position: relative;
}
.adminmenu ul.simplelist > li a::before {
  content: "\f07c";
  display: block;
  font-family: FontAwesome;
  font-size: 30px;
  margin-bottom: 5px;
}
.adminmenu ul.simplelist > li a.lnkSiteSettings:before {
  content: "\f013";
}
.adminmenu ul.simplelist > li a.lnkSiteList::before {
  content: "\f03a";
}
.adminmenu ul.simplelist > li a.lnkSecurityAdvisor::before {
  content: "\f132";
}
.adminmenu ul.simplelist > li a.lnkRoleAdmin::before {
  content: "\f0e8";
}
.adminmenu ul.simplelist > li a.lnkPermissionAdmin::before {
  content: "\f084";
}
.adminmenu ul.simplelist > li a.lnkMemberList::before {
  content: "\f0c0";
}
.adminmenu ul.simplelist > li a.lnkAddUser::before {
  content: "\f234";
}
.adminmenu ul.simplelist > li a.lnkPageTree::before {
  content: "\f0c5";
}
.adminmenu ul.simplelist > li a.lnkContentWorkFlow::before {
  content: "\f126";
}
.adminmenu ul.simplelist > li a.lnkContentManager::before {
  content: "\f25a";
}
.adminmenu ul.simplelist > li a.lnkContentTemplates::before {
  content: "\f247";
}
.adminmenu ul.simplelist > li a.lnkStyleTemplates::before {
  content: "\f121";
}
.adminmenu ul.simplelist > li a.lnkFileManager::before {
  content: "\f07c";
}
.adminmenu ul.simplelist > li a.lnkNewsletter::before {
  content: "\f1ea";
}
.adminmenu ul.simplelist > li a.lnkRegistrationAgreement::before {
  content: "\f0e3";
}
.adminmenu ul.simplelist > li a.lnkLoginInfo::before {
  content: "\f016";
  font-size: 30px;
}
.adminmenu ul.simplelist > li a.lnkLoginInfo::after {
  content: "\f023";
  display: block;
  font-family: FontAwesome;
  font-size: 15px;
  left: 50%;
  margin-bottom: 5px;
  position: absolute;
  top: 29px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.adminmenu ul.simplelist > li a.lnkCoreData::before {
  content: "\f1c0";
}
.adminmenu ul.simplelist > li a.lnkCurrencyAdmin::before {
  content: "\f155";
}
.adminmenu ul.simplelist > li a.lnkCountryAdmin::before {
  content: "\f024";
}
.adminmenu ul.simplelist > li a.lnkGeoZone::before {
  content: "\f0ac";
}
.adminmenu ul.simplelist > li a.lnkTaxClassAdmin::before {
  content: "\f24e";
}
.adminmenu ul.simplelist > li a.lnkTaxRateAdmin::before {
  content: "%";
  font-weight: 700;
}
.adminmenu ul.simplelist > li a.lnkAdvancedTools::before {
  content: "\f0ad";
}
.adminmenu ul.simplelist > li a.lnkUrlManager::before {
  content: "\f0c1";
}
.adminmenu ul.simplelist > li a.lnkRedirectManager::before {
  content: "\f112";
}
.adminmenu ul.simplelist > li a.lnkBannedIPs::before {
  content: "\f05e";
}
.adminmenu ul.simplelist > li a.lnkFeatureAdmin::before {
  content: "\f005";
}
.adminmenu ul.simplelist > li a.lnkTaskQueue::before {
  content: "\f161";
}
.adminmenu ul.simplelist > li a.lnkDesignTools::before {
  content: "\f1fc";
}
.adminmenu ul.simplelist > li a.lnkSkinList::before {
  content: "\f042";
}
.adminmenu ul.simplelist > li a.lnkCacheTool::before {
  content: "\f0c7";
}
.adminmenu ul.simplelist > li a.lnkLogViewer::before {
  content: "\f0ea";
}
.adminmenu ul.simplelist > li a.lnkServerInfo::before {
  content: "\f05a";
}
.adminmenu ul.simplelist > li a:hover {
  background-color: #eeeeee;
  text-decoration: none;
}
.admin-drawer__open {
  background-color: rgba(51, 122, 183, 0.5);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  color: #fff;
  left: 0;
  padding: 10px 11px 10px 9px;
  position: fixed;
  top: 10%;
  z-index: 1029;
}
.admin-drawer__open .fa {
  font-size: 20px;
  vertical-align: middle;
}
.admin-drawer__open:hover {
  background-color: rgba(51, 122, 183, 0.7);
}
.admin-drawer__close .pull-right {
  font-size: 21px;
  line-height: 1;
  margin: -2px 0;
}
.admin-drawer {
  background-color: #FFF;
  bottom: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-family: Arial, sans-serif;
  font-size: 12px;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 250px;
  will-change: transform;
  z-index: 1030;
}
.admin-drawer.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.admin-drawer.refresh {
  -webkit-transition: none;
  transition: none;
}
.admin-drawer__user {
  background-color: rgba(51, 122, 183, 0.5);
  height: 70px;
  line-height: 40px;
  margin-bottom: 5px;
  padding: 15px;
  position: relative;
}
.admin-drawer__avatar,
.admin-drawer__user > img.avatar {
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  left: 15px;
  overflow: hidden;
  position: absolute;
  top: 15px;
  width: 40px;
}
.admin-drawer__name {
  display: inline-block;
  font-size: 15px;
  margin-left: 51px;
  vertical-align: middle;
}
.admin-drawer__name a {
  color: #FFF;
}
.admin-drawer__page-links,
.admin-drawer__site-links {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 6px;
  padding-bottom: 5px;
}
.admin-drawer__collapse-drawer {
  border-top: 1px solid #eeeeee;
  margin-top: 6px;
  padding-top: 5px;
}
.admin-drawer__list > li > a {
  border-radius: 0;
  color: #000;
}
.admin-drawer__list--big > li {
  position: relative;
}
.admin-drawer__list--big > li > a {
  padding-left: 66px;
}
.admin-drawer__list-icon {
  color: #757575;
  height: 21px;
  left: 15px;
  line-height: 21px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 21px;
  z-index: 1;
}
.admin-drawer__list-icon .fa-stack-2x {
  font-size: 21px;
}
.admin-drawer__list-icon .fa-stack-1x {
  font-size: 10.5px;
}
.admin-drawer__list-icon--page.admin-drawer__list-icon .fa-stack-1x {
  line-height: 28px;
}
.mdl-switch {
  display: inline-block;
  height: 24px;
  margin: -4px 0;
  position: relative;
  width: 36px;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mdl-switch__track {
  background: rgba(0, 0, 0, 0.26);
  border-radius: 14px;
  cursor: pointer;
  height: 14px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 36px;
}
.mdl-switch__thumb {
  background: #fafafa;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 20px;
}
.mdl-switch.is-checked .mdl-switch__track {
  background: rgba(51, 122, 183, 0.5);
}
.mdl-switch.is-checked .mdl-switch__thumb {
  background: #337ab7;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  left: 16px;
}
.slider-switch {
  background-color: rgba(51, 122, 183, 0.5);
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  float: right;
  line-height: 1.5;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 68px;
}
.slider-switch::before,
.slider-switch::after {
  display: table;
  content: "";
}
.slider-switch::after {
  clear: both;
}
.slider-switch__track-left,
.slider-switch__track-right {
  float: left;
  text-align: center;
  white-space: nowrap;
  width: 50%;
}
.slider-switch__thumb {
  background-color: #fafafa;
  border-radius: 4px;
  box-sizing: content-box;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  height: 100%;
  left: 0;
  margin: -2px 0;
  padding: 2px 0;
  position: absolute;
  -webkit-transition-duration: .28s;
  transition-duration: .28s;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  top: 0;
  width: 50%;
}
.slider-switch__thumb.active {
  left: 50%;
}
.slider-switch__thumb.refresh {
  -webkit-transition: none;
  transition: none;
}
.workflow-type {
  display: none !important;
}
.workflow-type.show {
  display: block !important;
}
.workflow-type .slider-switch {
  margin-top: -1px;
}
.serverlog textarea {
  margin-bottom: 15px;
}
[id$="_divReallyDeleteUsers"] .forminput + label,
.box-table label,
[id$="_divReallyDeleteUsers"] .forminput + .operationheading,
.box-table .operationheading,
[id$="_divReallyDeleteUsers"] .forminput + .addcontent > strong,
.box-table .addcontent > strong,
[id$="_divReallyDeleteUsers"] .forminput + .settinglabel,
.box-table .settinglabel {
  margin-left: 6px;
}
.ptreebuttons br,
.addnewtemplatebottom > br,
[id$="_divLdapTestPassword"] {
  display: none;
}
.ptreebuttons {
  display: block;
  margin-left: 5px;
}
.ptreebuttons input {
  display: block;
  margin: 0 0 10px;
}
/* disabled because breaks map in unify framework*/
imgx {
  max-width: 100%;
  height: auto !important;
  max-height: 100%;
}
.MSVE_MapContainer {
  margin-bottom: 20px;
}
.MSVE_ImageTile {
  max-width: none;
  height: initial !important;
  max-height: initial;
}
.image-selector {
  display: inline-block;
  margin-left: -4px;
}
.settingrow.InstanceFeaturedImage .image-selector {
  font-size: 14px;
  margin-left: -4px;
}
.featured-image-preview img {
  display: block;
  margin-bottom: 10px;
  max-width: 490px !important;
}
.featured-image-preview img[src="/Data/SiteImages/blank.gif"] {
  display: none;
}
.url-selector,
.row_vieworder input.smalltextbox {
  display: inline-block;
  margin-left: -4px;
}
.lockedbutton,
.iplookup {
  margin-top: 15px;
}
.iplookup {
  display: block;
  clear: left;
}
.memberlist [id$="_lnkNewUser"] {
  clear: right;
}
.member-list .active {
  font-weight: 700;
}
.padded.contentwiz {
  margin-top: 15px;
}
.styletemplates .AspNet-GridView th {
  white-space: nowrap;
}
.styletemplates .AspNet-GridView-Edit td {
  position: relative;
}
.styletemplates .AspNet-GridView-Edit td span.txterror {
  position: absolute;
  right: 5px;
  top: -26px;
}
.styletemplates .AspNet-GridView-Edit td:first-child {
  width: 200px;
}
.contentmanager .AspNet-GridView-Edit td {
  vertical-align: middle;
}
.contentmanager .AspNet-GridView-Edit td [id*="_chkPublished"] {
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: text-bottom;
}
.contentmanager .AspNet-GridView-Edit td [id*="_chkPublished"] + br {
  display: none;
}
.contentmanager .AspNet-GridView tr td {
  vertical-align: middle;
}
.cke_tpl_preview {
  width: 100% !important;
  max-width: 100% !important;
}
.cke_tpl_title {
  max-width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.cke_tpl_title + br {
  display: none;
}
.cke_tpl_title + br + span {
  max-width: 240px;
}
.cke_tpl_title + br + span p {
  white-space: normal;
}
.cke_tpl_preview .cke_tpl_preview_img {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
}
.logolist select {
  max-height: auto !important;
  height: auto !important;
}
.logolist select + img,
.logolist select + svg {
  max-width: 200px;
}
.ie9 img[src*=".svg"] {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}
.contactform [id$="_lblMessage"] {
  display: block;
  margin: 0;
}
span.txterror {
  color: #d9534f;
}
div.txterror *:last-child {
  margin-bottom: 0;
}
.captcha {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  margin: 0 0 15px;
  padding: 4px;
  text-align: center;
  width: 190px;
}
.captcha label,
.captcha .operationheading,
.captcha .addcontent > strong,
.captcha .settinglabel {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.captcha img {
  border: 1px solid #ccc;
  margin-bottom: 4px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 180px;
}
.captcha input {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 2px 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.captcha input:focus,
.captcha input:active {
  border-color: #66afe9;
  box-shadow: none;
  outline: none;
}
.captcha span {
  color: #d9534f;
  height: auto !important;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: auto;
}
.modulecontent.accessdenied a::before {
  content: '\f100';
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.modulecontent.accessdenied a::before {
  margin-right: 6px;
}
.loginpage .rememberrow input[type=checkbox], .loginmodule .rememberrow input[type=checkbox], .registerpage .rememberrow input[type=checkbox], .changepassword .rememberrow input[type=checkbox], .passwordrecovery .rememberrow input[type=checkbox], .passwordreset .rememberrow input[type=checkbox] {
  margin-right: 5px;
}
.loginpage .rememberrow label,
.loginmodule .rememberrow label,
.registerpage .rememberrow label,
.changepassword .rememberrow label,
.passwordrecovery .rememberrow label,
.passwordreset .rememberrow label,
.loginpage .rememberrow .operationheading,
.loginmodule .rememberrow .operationheading,
.registerpage .rememberrow .operationheading,
.changepassword .rememberrow .operationheading,
.passwordrecovery .rememberrow .operationheading,
.passwordreset .rememberrow .operationheading,
.loginpage .rememberrow .addcontent > strong,
.loginmodule .rememberrow .addcontent > strong,
.registerpage .rememberrow .addcontent > strong,
.changepassword .rememberrow .addcontent > strong,
.passwordrecovery .rememberrow .addcontent > strong,
.passwordreset .rememberrow .addcontent > strong,
.loginpage .rememberrow .settinglabel,
.loginmodule .rememberrow .settinglabel,
.registerpage .rememberrow .settinglabel,
.changepassword .rememberrow .settinglabel,
.passwordrecovery .rememberrow .settinglabel,
.passwordreset .rememberrow .settinglabel {
  font-weight: 400;
  font-size: 0;
}
.loginpage .rememberrow label::before,
.loginmodule .rememberrow label::before,
.registerpage .rememberrow label::before,
.changepassword .rememberrow label::before,
.passwordrecovery .rememberrow label::before,
.passwordreset .rememberrow label::before,
.loginpage .rememberrow .operationheading::before,
.loginmodule .rememberrow .operationheading::before,
.registerpage .rememberrow .operationheading::before,
.changepassword .rememberrow .operationheading::before,
.passwordrecovery .rememberrow .operationheading::before,
.passwordreset .rememberrow .operationheading::before,
.loginpage .rememberrow .addcontent > strong::before,
.loginmodule .rememberrow .addcontent > strong::before,
.registerpage .rememberrow .addcontent > strong::before,
.changepassword .rememberrow .addcontent > strong::before,
.passwordrecovery .rememberrow .addcontent > strong::before,
.passwordreset .rememberrow .addcontent > strong::before,
.loginpage .rememberrow .settinglabel::before,
.loginmodule .rememberrow .settinglabel::before,
.registerpage .rememberrow .settinglabel::before,
.changepassword .rememberrow .settinglabel::before,
.passwordrecovery .rememberrow .settinglabel::before,
.passwordreset .rememberrow .settinglabel::before {
  content: "Remember Me";
  font-size: 14px;
  text-indent: 0;
}
body.pagenotfound .pnfmsg {
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  padding: 30px;
  width: 100%;
}
body.pagenotfound .pnfmsg::before {
  content: "\f071";
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
body.pagenotfound .pnfmsg::before {
  border: 0 none;
  font-size: 30px;
  margin: 0 15px 0 0;
  padding: 0;
  vertical-align: bottom;
}
.filedialog,
.filedialog form,
.filedialog #filewrapper {
  min-height: 100vh;
}
.filedialog #filewrapper {
  padding: 15px;
}
.foldercreation,
.fileupload,
.filetreewrapper,
.filepreview {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.foldercreation {
  width: 40%;
}
.fileupload {
  width: 60%;
}
.filetreewrapper {
  width: 25%;
}
.filepreview {
  width: 75%;
}
.operationheading {
  display: block;
}
.operationpanel,
.operationinstructions,
.imageresizecheckbox {
  display: block;
  margin: 0 0 10px;
}
[id=txtMaxWidth], [id=txtMaxHeight] {
  display: inline-block;
  width: 60px;
}
.imageresizecheckbox {
  margin: 0 0 10px;
}
.imageresizecheckbox label,
.imageresizecheckbox .operationheading,
.imageresizecheckbox .addcontent > strong,
.imageresizecheckbox .settinglabel {
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 6px;
  vertical-align: baseline;
}
.filedialog [id=Panel1] {
  margin-top: 15px;
}
.pagetree .treecontainer {
  min-width: 220px;
}
.pagetree .treecontainer li > div.jqtree-element > span.jqtree-title {
  color: #337ab7;
  padding: 0 4px;
}
.pagetree .treecontainer li.jqtree-selected > .jqtree-element,
.pagetree .treecontainer li.jqtree-selected > .jqtree-element:hover {
  background: none repeat scroll 0 0 #eeeeee;
  border-radius: 3px;
  color: #337ab7;
  text-shadow: none;
}
.pagetree ul.treecommands {
  height: auto;
}
.pagetree ul.treecommands .pageinfo {
  margin: -9px -14px 9px;
}
.pagetree ul.treecommands li::before {
  text-align: center;
  width: 1.28571429em;
}
.pagetree ul.treecommands .editcontent::before {
  content: '\f044';
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.pagetree ul.treecommands .editsettings::before {
  content: '\f013';
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.pagetree ul.treecommands .editpermissions::before {
  content: '\f023';
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.pagetree ul.treecommands .viewpage::before {
  content: '\f06e';
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.pagetree ul.treecommands .sortpages::before {
  content: '\f15d';
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.pagetree ul.treecommands .newchild::before {
  content: '\f016';
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.pagetree ul.treecommands .deletepage::before {
  content: '\f1f8';
  display: inline-block;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
}
.mojo-accordion .panel-heading a {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.mojo-accordion .panel-heading a:focus {
  text-decoration: none;
}
.mojo-accordion .panel-heading:hover {
  background-color: #f8f8f8;
}
.mojo-accordion .panel-heading:hover a {
  text-decoration: none;
}
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.ui-widget .ui-widget {
  font-size: 14px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.ui-widget-content {
  color: #333333;
}
.ui-widget-content a {
  color: #337ab7;
}
.ui-widget-content a:hover {
  color: #23527c;
}
.ui-widget-header a {
  color: #222222;
}
.recaptchatable #recaptcha_response_field {
  box-sizing: content-box;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
#cropper_pnlCrop img {
  max-width: none;
  height: initial;
  max-height: none;
}
.formwizard,
.pretty-checkboxes,
.cats-list {
  /*Radio Specific styles*/
  /*Checkbox Specific styles*/
  /*Toggle Specific styles*/
}
.formwizard .rbroles,
.pretty-checkboxes .rbroles,
.cats-list .rbroles,
.formwizard .box-inline li,
.pretty-checkboxes .box-inline li,
.cats-list .box-inline li,
.formwizard .radio-inline,
.pretty-checkboxes .radio-inline,
.cats-list .radio-inline,
.formwizard .checkbox-inline,
.pretty-checkboxes .checkbox-inline,
.cats-list .checkbox-inline {
  cursor: default;
  padding-left: 0;
}
.formwizard input[type=radio], .pretty-checkboxes input[type=radio], .cats-list input[type=radio], .formwizard input[type=checkbox], .pretty-checkboxes input[type=checkbox], .cats-list input[type=checkbox] {
  display: none;
  cursor: pointer;
}
.formwizard .formwizardedit div[id*="_QuestionEditor"] input[type=radio], .pretty-checkboxes .formwizardedit div[id*="_QuestionEditor"] input[type=radio], .cats-list .formwizardedit div[id*="_QuestionEditor"] input[type=radio], .formwizard .formwizardedit div[id*="_QuestionEditor"] input[type=checkbox], .pretty-checkboxes .formwizardedit div[id*="_QuestionEditor"] input[type=checkbox], .cats-list .formwizardedit div[id*="_QuestionEditor"] input[type=checkbox] {
  display: inline-block;
  cursor: pointer;
}
.formwizard input[type=radio]:focus, .pretty-checkboxes input[type=radio]:focus, .cats-list input[type=radio]:focus, .formwizard input[type=radio]:active, .pretty-checkboxes input[type=radio]:active, .cats-list input[type=radio]:active, .formwizard input[type=checkbox]:focus, .pretty-checkboxes input[type=checkbox]:focus, .cats-list input[type=checkbox]:focus, .formwizard input[type=checkbox]:active, .pretty-checkboxes input[type=checkbox]:active, .cats-list input[type=checkbox]:active {
  outline: none;
}
.formwizard input[type=radio] + label, .pretty-checkboxes input[type=radio] + label, .cats-list input[type=radio] + label, .formwizard input[type=checkbox] + label, .pretty-checkboxes input[type=checkbox] + label, .cats-list input[type=checkbox] + label, .formwizard input[type=radio] + .operationheading, .pretty-checkboxes input[type=radio] + .operationheading, .cats-list input[type=radio] + .operationheading, .formwizard input[type=checkbox] + .operationheading, .pretty-checkboxes input[type=checkbox] + .operationheading, .cats-list input[type=checkbox] + .operationheading, .formwizard input[type=radio] + .addcontent > strong, .pretty-checkboxes input[type=radio] + .addcontent > strong, .cats-list input[type=radio] + .addcontent > strong, .formwizard input[type=checkbox] + .addcontent > strong, .pretty-checkboxes input[type=checkbox] + .addcontent > strong, .cats-list input[type=checkbox] + .addcontent > strong, .formwizard input[type=radio] + .settinglabel, .pretty-checkboxes input[type=radio] + .settinglabel, .cats-list input[type=radio] + .settinglabel, .formwizard input[type=checkbox] + .settinglabel, .pretty-checkboxes input[type=checkbox] + .settinglabel, .cats-list input[type=checkbox] + .settinglabel {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #222222;
}
.formwizard input[type=radio] + label:before, .pretty-checkboxes input[type=radio] + label:before, .cats-list input[type=radio] + label:before, .formwizard input[type=radio] + label:after, .pretty-checkboxes input[type=radio] + label:after, .cats-list input[type=radio] + label:after, .formwizard input[type=checkbox] + label:before, .pretty-checkboxes input[type=checkbox] + label:before, .cats-list input[type=checkbox] + label:before, .formwizard input[type=checkbox] + label:after, .pretty-checkboxes input[type=checkbox] + label:after, .cats-list input[type=checkbox] + label:after, .formwizard input[type=radio] + .operationheading:before, .pretty-checkboxes input[type=radio] + .operationheading:before, .cats-list input[type=radio] + .operationheading:before, .formwizard input[type=radio] + .operationheading:after, .pretty-checkboxes input[type=radio] + .operationheading:after, .cats-list input[type=radio] + .operationheading:after, .formwizard input[type=checkbox] + .operationheading:before, .pretty-checkboxes input[type=checkbox] + .operationheading:before, .cats-list input[type=checkbox] + .operationheading:before, .formwizard input[type=checkbox] + .operationheading:after, .pretty-checkboxes input[type=checkbox] + .operationheading:after, .cats-list input[type=checkbox] + .operationheading:after, .formwizard input[type=radio] + .addcontent > strong:before, .pretty-checkboxes input[type=radio] + .addcontent > strong:before, .cats-list input[type=radio] + .addcontent > strong:before, .formwizard input[type=radio] + .addcontent > strong:after, .pretty-checkboxes input[type=radio] + .addcontent > strong:after, .cats-list input[type=radio] + .addcontent > strong:after, .formwizard input[type=checkbox] + .addcontent > strong:before, .pretty-checkboxes input[type=checkbox] + .addcontent > strong:before, .cats-list input[type=checkbox] + .addcontent > strong:before, .formwizard input[type=checkbox] + .addcontent > strong:after, .pretty-checkboxes input[type=checkbox] + .addcontent > strong:after, .cats-list input[type=checkbox] + .addcontent > strong:after, .formwizard input[type=radio] + .settinglabel:before, .pretty-checkboxes input[type=radio] + .settinglabel:before, .cats-list input[type=radio] + .settinglabel:before, .formwizard input[type=radio] + .settinglabel:after, .pretty-checkboxes input[type=radio] + .settinglabel:after, .cats-list input[type=radio] + .settinglabel:after, .formwizard input[type=checkbox] + .settinglabel:before, .pretty-checkboxes input[type=checkbox] + .settinglabel:before, .cats-list input[type=checkbox] + .settinglabel:before, .formwizard input[type=checkbox] + .settinglabel:after, .pretty-checkboxes input[type=checkbox] + .settinglabel:after, .cats-list input[type=checkbox] + .settinglabel:after {
  content: '';
  font-family: helvetica;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  text-align: center;
  position: absolute;
}
.formwizard input[type=radio] + label:before, .pretty-checkboxes input[type=radio] + label:before, .cats-list input[type=radio] + label:before, .formwizard input[type=checkbox] + label:before, .pretty-checkboxes input[type=checkbox] + label:before, .cats-list input[type=checkbox] + label:before, .formwizard input[type=radio] + .operationheading:before, .pretty-checkboxes input[type=radio] + .operationheading:before, .cats-list input[type=radio] + .operationheading:before, .formwizard input[type=checkbox] + .operationheading:before, .pretty-checkboxes input[type=checkbox] + .operationheading:before, .cats-list input[type=checkbox] + .operationheading:before, .formwizard input[type=radio] + .addcontent > strong:before, .pretty-checkboxes input[type=radio] + .addcontent > strong:before, .cats-list input[type=radio] + .addcontent > strong:before, .formwizard input[type=checkbox] + .addcontent > strong:before, .pretty-checkboxes input[type=checkbox] + .addcontent > strong:before, .cats-list input[type=checkbox] + .addcontent > strong:before, .formwizard input[type=radio] + .settinglabel:before, .pretty-checkboxes input[type=radio] + .settinglabel:before, .cats-list input[type=radio] + .settinglabel:before, .formwizard input[type=checkbox] + .settinglabel:before, .pretty-checkboxes input[type=checkbox] + .settinglabel:before, .cats-list input[type=checkbox] + .settinglabel:before {
  background-color: #eeeeee;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.formwizard input[type=radio] + label:after, .pretty-checkboxes input[type=radio] + label:after, .cats-list input[type=radio] + label:after, .formwizard input[type=checkbox] + label:after, .pretty-checkboxes input[type=checkbox] + label:after, .cats-list input[type=checkbox] + label:after, .formwizard input[type=radio] + .operationheading:after, .pretty-checkboxes input[type=radio] + .operationheading:after, .cats-list input[type=radio] + .operationheading:after, .formwizard input[type=checkbox] + .operationheading:after, .pretty-checkboxes input[type=checkbox] + .operationheading:after, .cats-list input[type=checkbox] + .operationheading:after, .formwizard input[type=radio] + .addcontent > strong:after, .pretty-checkboxes input[type=radio] + .addcontent > strong:after, .cats-list input[type=radio] + .addcontent > strong:after, .formwizard input[type=checkbox] + .addcontent > strong:after, .pretty-checkboxes input[type=checkbox] + .addcontent > strong:after, .cats-list input[type=checkbox] + .addcontent > strong:after, .formwizard input[type=radio] + .settinglabel:after, .pretty-checkboxes input[type=radio] + .settinglabel:after, .cats-list input[type=radio] + .settinglabel:after, .formwizard input[type=checkbox] + .settinglabel:after, .pretty-checkboxes input[type=checkbox] + .settinglabel:after, .cats-list input[type=checkbox] + .settinglabel:after {
  color: #fff;
}
.formwizard input[type=radio]:checked + label:before, .pretty-checkboxes input[type=radio]:checked + label:before, .cats-list input[type=radio]:checked + label:before, .formwizard input[type=checkbox]:checked + label:before, .pretty-checkboxes input[type=checkbox]:checked + label:before, .cats-list input[type=checkbox]:checked + label:before, .formwizard input[type=radio]:checked + .operationheading:before, .pretty-checkboxes input[type=radio]:checked + .operationheading:before, .cats-list input[type=radio]:checked + .operationheading:before, .formwizard input[type=checkbox]:checked + .operationheading:before, .pretty-checkboxes input[type=checkbox]:checked + .operationheading:before, .cats-list input[type=checkbox]:checked + .operationheading:before, .formwizard input[type=radio]:checked + .addcontent > strong:before, .pretty-checkboxes input[type=radio]:checked + .addcontent > strong:before, .cats-list input[type=radio]:checked + .addcontent > strong:before, .formwizard input[type=checkbox]:checked + .addcontent > strong:before, .pretty-checkboxes input[type=checkbox]:checked + .addcontent > strong:before, .cats-list input[type=checkbox]:checked + .addcontent > strong:before, .formwizard input[type=radio]:checked + .settinglabel:before, .pretty-checkboxes input[type=radio]:checked + .settinglabel:before, .cats-list input[type=radio]:checked + .settinglabel:before, .formwizard input[type=checkbox]:checked + .settinglabel:before, .pretty-checkboxes input[type=checkbox]:checked + .settinglabel:before, .cats-list input[type=checkbox]:checked + .settinglabel:before {
  box-shadow: inset 0 0 0 10px #337ab7;
}
.formwizard input[type=radio] + label:before, .pretty-checkboxes input[type=radio] + label:before, .cats-list input[type=radio] + label:before, .formwizard input[type=radio] + .operationheading:before, .pretty-checkboxes input[type=radio] + .operationheading:before, .cats-list input[type=radio] + .operationheading:before, .formwizard input[type=radio] + .addcontent > strong:before, .pretty-checkboxes input[type=radio] + .addcontent > strong:before, .cats-list input[type=radio] + .addcontent > strong:before, .formwizard input[type=radio] + .settinglabel:before, .pretty-checkboxes input[type=radio] + .settinglabel:before, .cats-list input[type=radio] + .settinglabel:before {
  border-radius: 50%;
}
.formwizard input[type=radio] + label:hover:after, .pretty-checkboxes input[type=radio] + label:hover:after, .cats-list input[type=radio] + label:hover:after, .formwizard input[type=radio]:checked + label:after, .pretty-checkboxes input[type=radio]:checked + label:after, .cats-list input[type=radio]:checked + label:after, .formwizard input[type=radio] + .operationheading:hover:after, .pretty-checkboxes input[type=radio] + .operationheading:hover:after, .cats-list input[type=radio] + .operationheading:hover:after, .formwizard input[type=radio]:checked + .operationheading:after, .pretty-checkboxes input[type=radio]:checked + .operationheading:after, .cats-list input[type=radio]:checked + .operationheading:after, .formwizard input[type=radio] + .addcontent > strong:hover:after, .pretty-checkboxes input[type=radio] + .addcontent > strong:hover:after, .cats-list input[type=radio] + .addcontent > strong:hover:after, .formwizard input[type=radio]:checked + .addcontent > strong:after, .pretty-checkboxes input[type=radio]:checked + .addcontent > strong:after, .cats-list input[type=radio]:checked + .addcontent > strong:after, .formwizard input[type=radio] + .settinglabel:hover:after, .pretty-checkboxes input[type=radio] + .settinglabel:hover:after, .cats-list input[type=radio] + .settinglabel:hover:after, .formwizard input[type=radio]:checked + .settinglabel:after, .pretty-checkboxes input[type=radio]:checked + .settinglabel:after, .cats-list input[type=radio]:checked + .settinglabel:after {
  content: '\2022';
  position: absolute;
  top: 0px;
  font-size: 20px;
  line-height: 22px;
}
.formwizard input[type=radio] + label:hover:after, .pretty-checkboxes input[type=radio] + label:hover:after, .cats-list input[type=radio] + label:hover:after, .formwizard input[type=radio] + .operationheading:hover:after, .pretty-checkboxes input[type=radio] + .operationheading:hover:after, .cats-list input[type=radio] + .operationheading:hover:after, .formwizard input[type=radio] + .addcontent > strong:hover:after, .pretty-checkboxes input[type=radio] + .addcontent > strong:hover:after, .cats-list input[type=radio] + .addcontent > strong:hover:after, .formwizard input[type=radio] + .settinglabel:hover:after, .pretty-checkboxes input[type=radio] + .settinglabel:hover:after, .cats-list input[type=radio] + .settinglabel:hover:after {
  color: #d5d5d5;
}
.formwizard input[type=radio]:checked + label:after, .pretty-checkboxes input[type=radio]:checked + label:after, .cats-list input[type=radio]:checked + label:after, .formwizard input[type=radio]:checked + label:hover:after, .pretty-checkboxes input[type=radio]:checked + label:hover:after, .cats-list input[type=radio]:checked + label:hover:after, .formwizard input[type=radio]:checked + .operationheading:after, .pretty-checkboxes input[type=radio]:checked + .operationheading:after, .cats-list input[type=radio]:checked + .operationheading:after, .formwizard input[type=radio]:checked + .operationheading:hover:after, .pretty-checkboxes input[type=radio]:checked + .operationheading:hover:after, .cats-list input[type=radio]:checked + .operationheading:hover:after, .formwizard input[type=radio]:checked + .addcontent > strong:after, .pretty-checkboxes input[type=radio]:checked + .addcontent > strong:after, .cats-list input[type=radio]:checked + .addcontent > strong:after, .formwizard input[type=radio]:checked + .addcontent > strong:hover:after, .pretty-checkboxes input[type=radio]:checked + .addcontent > strong:hover:after, .cats-list input[type=radio]:checked + .addcontent > strong:hover:after, .formwizard input[type=radio]:checked + .settinglabel:after, .pretty-checkboxes input[type=radio]:checked + .settinglabel:after, .cats-list input[type=radio]:checked + .settinglabel:after, .formwizard input[type=radio]:checked + .settinglabel:hover:after, .pretty-checkboxes input[type=radio]:checked + .settinglabel:hover:after, .cats-list input[type=radio]:checked + .settinglabel:hover:after {
  color: #fff;
}
.formwizard input[type=checkbox] + label:before, .pretty-checkboxes input[type=checkbox] + label:before, .cats-list input[type=checkbox] + label:before, .formwizard input[type=checkbox] + .operationheading:before, .pretty-checkboxes input[type=checkbox] + .operationheading:before, .cats-list input[type=checkbox] + .operationheading:before, .formwizard input[type=checkbox] + .addcontent > strong:before, .pretty-checkboxes input[type=checkbox] + .addcontent > strong:before, .cats-list input[type=checkbox] + .addcontent > strong:before, .formwizard input[type=checkbox] + .settinglabel:before, .pretty-checkboxes input[type=checkbox] + .settinglabel:before, .cats-list input[type=checkbox] + .settinglabel:before {
  border-radius: 3px;
}
.formwizard input[type=checkbox] + label:hover:after, .pretty-checkboxes input[type=checkbox] + label:hover:after, .cats-list input[type=checkbox] + label:hover:after, .formwizard input[type=checkbox]:checked + label:after, .pretty-checkboxes input[type=checkbox]:checked + label:after, .cats-list input[type=checkbox]:checked + label:after, .formwizard input[type=checkbox] + .operationheading:hover:after, .pretty-checkboxes input[type=checkbox] + .operationheading:hover:after, .cats-list input[type=checkbox] + .operationheading:hover:after, .formwizard input[type=checkbox]:checked + .operationheading:after, .pretty-checkboxes input[type=checkbox]:checked + .operationheading:after, .cats-list input[type=checkbox]:checked + .operationheading:after, .formwizard input[type=checkbox] + .addcontent > strong:hover:after, .pretty-checkboxes input[type=checkbox] + .addcontent > strong:hover:after, .cats-list input[type=checkbox] + .addcontent > strong:hover:after, .formwizard input[type=checkbox]:checked + .addcontent > strong:after, .pretty-checkboxes input[type=checkbox]:checked + .addcontent > strong:after, .cats-list input[type=checkbox]:checked + .addcontent > strong:after, .formwizard input[type=checkbox] + .settinglabel:hover:after, .pretty-checkboxes input[type=checkbox] + .settinglabel:hover:after, .cats-list input[type=checkbox] + .settinglabel:hover:after, .formwizard input[type=checkbox]:checked + .settinglabel:after, .pretty-checkboxes input[type=checkbox]:checked + .settinglabel:after, .cats-list input[type=checkbox]:checked + .settinglabel:after {
  content: "\2713";
  line-height: 18px;
  font-size: 14px;
}
.formwizard input[type=checkbox] + label:hover:after, .pretty-checkboxes input[type=checkbox] + label:hover:after, .cats-list input[type=checkbox] + label:hover:after, .formwizard input[type=checkbox] + .operationheading:hover:after, .pretty-checkboxes input[type=checkbox] + .operationheading:hover:after, .cats-list input[type=checkbox] + .operationheading:hover:after, .formwizard input[type=checkbox] + .addcontent > strong:hover:after, .pretty-checkboxes input[type=checkbox] + .addcontent > strong:hover:after, .cats-list input[type=checkbox] + .addcontent > strong:hover:after, .formwizard input[type=checkbox] + .settinglabel:hover:after, .pretty-checkboxes input[type=checkbox] + .settinglabel:hover:after, .cats-list input[type=checkbox] + .settinglabel:hover:after {
  color: #d5d5d5;
}
.formwizard input[type=checkbox]:checked + label:after, .pretty-checkboxes input[type=checkbox]:checked + label:after, .cats-list input[type=checkbox]:checked + label:after, .formwizard input[type=checkbox]:checked + label:hover:after, .pretty-checkboxes input[type=checkbox]:checked + label:hover:after, .cats-list input[type=checkbox]:checked + label:hover:after, .formwizard input[type=checkbox]:checked + .operationheading:after, .pretty-checkboxes input[type=checkbox]:checked + .operationheading:after, .cats-list input[type=checkbox]:checked + .operationheading:after, .formwizard input[type=checkbox]:checked + .operationheading:hover:after, .pretty-checkboxes input[type=checkbox]:checked + .operationheading:hover:after, .cats-list input[type=checkbox]:checked + .operationheading:hover:after, .formwizard input[type=checkbox]:checked + .addcontent > strong:after, .pretty-checkboxes input[type=checkbox]:checked + .addcontent > strong:after, .cats-list input[type=checkbox]:checked + .addcontent > strong:after, .formwizard input[type=checkbox]:checked + .addcontent > strong:hover:after, .pretty-checkboxes input[type=checkbox]:checked + .addcontent > strong:hover:after, .cats-list input[type=checkbox]:checked + .addcontent > strong:hover:after, .formwizard input[type=checkbox]:checked + .settinglabel:after, .pretty-checkboxes input[type=checkbox]:checked + .settinglabel:after, .cats-list input[type=checkbox]:checked + .settinglabel:after, .formwizard input[type=checkbox]:checked + .settinglabel:hover:after, .pretty-checkboxes input[type=checkbox]:checked + .settinglabel:hover:after, .cats-list input[type=checkbox]:checked + .settinglabel:hover:after {
  color: #fff;
}
.formwizard input[type=checkbox].toggle, .pretty-checkboxes input[type=checkbox].toggle, .cats-list input[type=checkbox].toggle {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 55px;
  height: 28px;
  background-color: #eeeeee;
  position: relative;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.formwizard input[type=checkbox].toggle:hover:after, .pretty-checkboxes input[type=checkbox].toggle:hover:after, .cats-list input[type=checkbox].toggle:hover:after {
  background-color: #d5d5d5;
}
.formwizard input[type=checkbox].toggle:after, .pretty-checkboxes input[type=checkbox].toggle:after, .cats-list input[type=checkbox].toggle:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #777777;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.formwizard input[type=checkbox]:checked.toggle, .pretty-checkboxes input[type=checkbox]:checked.toggle, .cats-list input[type=checkbox]:checked.toggle {
  box-shadow: inset 0 0 0 15px #337ab7;
}
.formwizard input[type=checkbox]:checked.toggle:after, .pretty-checkboxes input[type=checkbox]:checked.toggle:after, .cats-list input[type=checkbox]:checked.toggle:after {
  left: 29px;
  background-color: #fff;
}
.cats-wrap {
  margin-top: 20px;
}
.cats-wrap label,
.cats-wrap .operationheading,
.cats-wrap .addcontent > strong,
.cats-wrap .settinglabel {
  margin-top: 0;
  z-index: 1;
  position: relative;
}
.cats-wrap label + div,
.cats-wrap .operationheading + div,
.cats-wrap .addcontent > strong + div,
.cats-wrap .settinglabel + div {
  display: inline-block;
  max-width: 100%;
  margin-left: -18em;
  padding-left: 18em;
}
.cats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 100%;
}
.cats-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}
.cats-list li label,
.cats-list li .operationheading,
.cats-list li .addcontent > strong,
.cats-list li .settinglabel {
  white-space: nowrap;
}
.font-xsmall {
  font-size: 60%;
}
.font-small {
  font-size: 80%;
}
.font-normal {
  font-size: 100%;
}
.font-large {
  font-size: 120%;
}
.font-xlarge {
  font-size: 140%;
}
.settingrow {
	width: 100%;
	display:block
}
.blogwrapper {
	width: 100%;
	display:block;min-height:300px
}
a.blogitemtitle {
	line-height:20px;border-bottom:0px
}

.blogview {
	width: 100%;
}
.blognavleft {
	float: left;
	width: 155px;
	padding: 5px 5px 30px 5px;
	margin: 0px 0px 0px 0px;
}
.blognavright {
	background-color:#FFFFFF;
	float: right;
	width: 120px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 0px;
	padding-right: 0px;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: black;
	top: 0px;
}
.blogcenter-nonav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.blogcenter-leftnav {
	margin-left: 165px;
	padding: 5px 0px 0px 5px;
	max-width: 1755px;
}
.blogcenter-rightnav {
	margin-right: 0px;
	padding: 0px 20px 0px 0px;
	max-width: 1060px;
}
.center-rightandleftmargins .blogcenter-leftnav {
	max-width: 625px;
}
.bloginfo {
}
.bloginfotitle {
	font-size: 110%;
	font-weight: bold;
}
.blogtitle {
	margin: 0px 0 0 0;
	font-size: 1.1em;
	margin-top: 15px;
}
h2.blogtitle {
	LINE-HEIGHT: 20pt;
	margin-top: 0px;
	margin-bottom: -5px;
	FONT-WEIGHT: lighter;
	FONT-SIZE: 1.9em;
	COLOR: #484849;
	FONT-FAMILY: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h3.blogtitle {
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: -16px;
}
.blogcontent {
	padding: 20px 20px 0px 0px;
}
.blogcommentservice {
	padding: 20px 20px 0px 0px;
	border-top:1px;border-top-color:gray;border-top-style:solid
}
.blogcomments .blogdate {
	display:block;
	
}
.blogcomments {
	margin-left:-10px;padding:0px;
}
.blogcommentlink {
	width: 100%;
	text-align: right;
	padding: 0px 5px 3px 0px;
	border-bottom: thin black dotted;
	font-size: 12px;
}
.blogcommenthead {
	font-size: 80%;
}
.blogcommenttitle {
	border-bottom: solid 1px #ccc;
}
.blogcommenttext {
	border-bottom: solid 1px #ccc;padding-bottom:2px;margin-bottom:10px;
}
.blogcommentposter {
	font-size: smaller;
}
ul.blognav {
	list-style-type: none;
	padding: 5px;
	margin-top: 0px;
	max-width: 95%;
}
.blognavright div ul.blognav li {
	margin-left: 5px;
	font-size:13px;
}
.blognavleft ul.blognav li {
	margin: 0px 0px 3px 0px;
}
.blogtext {
	margin-left: 0px;
	margin-bottom: 0px;
}
.blognavright h3, .blognavleft h3 {
	font-size: 16px;
	font-weight: bold;
}
.blognav ul {
	list-style-type: none;
}
.blognav li {
	list-style: none;
	margin: 0px 0px 3px 0px;
	padding: .2em .6em .3em;
	font-size: 85%;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	vertical-align: baseline;
	border-radius: .25em;
	background-color:#8dc63f;
	margin-bottom:5px;
	line-height:18px;
	display:block
}

.blognav li:hover {
	background-color:#71a727;
}

.blognav li a {
	color: #FFFFFF !important;
	text-decoration:none
}
		
.aspcalendarmain {
	margin-bottom: 20px;
}
.bsocial a {
	border-bottom: 0px;
	border-bottom-style: none;
}
.blogcommentlink a {
	border-bottom: 0px;
	border-bottom-style: none;
}
.blogaddthis {
	margin-bottom: 10px;
}
.bcommentpanel {
	display:none
}
.bdate {
	font-weight:normal;
	font-size:12px
}
.blogauthor {
	display:none
}




/*blog custom*/
.page-header, .blogwrapper.blogview .moduletitle, .blogmodule.blogarchive .moduletitle, .blogmodule.blogcategories .moduletitle {margin:0px;border-bottom:0px}
.fblikebutton {margin-top:0px; margin-left:0px}
.blogauthor {display:none}
.blogtitle {font-size:26px !important}
.blogmodule .subtitle {font-size:18px !important;font-weight:normal;margin-top:15px;font-style:italic}
.blogmodule .col-lg-8x {max-width:100%}
.blogmodule .col-md-9 {flex: 0 0 82% !important}
.blogwrapper .col-md-10 {flex: 0 0 75% !important; max-width:75% !important}
.blogitem {margin-bottom:40px;}
.blognavright {border-left:none; padding-top:25px; background-color :#EDEDED; min-width:174px; max-width:174px !important;}
div.blogdate {border-top:0px solid #eeeeee;padding-top:0px;margin-top: 20px; }
.blogdate {padding-top:0px;text-align: left;font-size: 9px;font-weight:normal;margin-top: 6px;margin-bottom:15px	}
.blogtext {padding-bottom:20px;border-bottom-style: dotted;border-bottom-width: thin;border-bottom-color: black;}
.blogwrapper .moduletitle {margin-bottom:20px !important}
.blog-center {margin-left:15px}
.blogwrapper .col-lg-8 {width:75%}
.blogmodule .blogtitle {font-weight:500 !important}

/* #Media Queries================================================== */
@media only screen and ( min-width: 980px) and ( max-width: 2300px ) {
.blogwrapper .col-md-2 {max-width: 100% !important;flex: 0 0 100% !important}
.blogwrapper .col-md-3 {max-width: 100% !important;flex: 0 0 100% !important}
.blogwrapper .col-md-9  {max-width: 100% !important;flex: 0 0 100% !important}
.blogwrapper .blognavright {min-width: 22%;margin-left:15px}
}
@media only screen and ( min-width: 767px) and ( max-width: 979px ) {
.blogwrapper .col-lg-8  {width: 100% !important}
.blogwrapper .blognavright {min-width: 100%;}
.blogwrapper .col-md-10 {max-width: 100% !important}
}
@media only screen and ( min-width: 0px) and ( max-width: 766px ) {
.blogwrapper .col-lg-8  {width: 100% !important}
.blogwrapper .col-md-9 {max-width: 100% !important;flex: 0 0 100% !important}
.blogwrapper .col-md-2 {max-width: 100% !important;flex: 0 0 100% !important}
.blogwrapper .col-md-10 {max-width: 100% !important}
.blogwrapper .blognavright {min-width: 100%;}
}





/*------------------------------------
  Default Styles
------------------------------------*/
html {
  font-size: 14px;
}

body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff;
}

a {
  color: #72c02c;
  outline: none;
}

a:focus,
a:hover {
  color: #66ab27;
}

.nav-link {
  color: #555;
}

.nav-link:focus,
.nav-link:hover {
  color: #555;
}

figure {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #72c02c;
}

::selection {
  color: #fff;
  background-color: #72c02c;
}

.g-bg-primary ::-moz-selection {
  color: #72c02c;
  background-color: #fff;
}

.g-bg-primary ::selection {
  color: #72c02c;
  background-color: #fff;
}
/* Add here all your css styles (customizations) */
/* CUSTOM CMS MAIN
Remove class from line 4390 from cms-main-not-normalized.css
.navbar-collapse.collapse
*/

/* CMS SKIN CUSTOM */
.administration .adminmenu .fa {float:left;font-size:44px;margin-bottom: 10px}
.administration .adminmenu ul.simplelist > li a::before {content: none}
.administration .adminmenu .fa-stack-2x {display:none}
.administration .adminmenu ul.simplelist > li a {text-decoration:none}
.administration .adminmenu .fa-stack {margin-bottom: -15px !important; margin-top: -16px;}
.administration .adminmenu .fa-stack {position: relative !important;}
.administration .RawScript textarea {width:100%}
.modal-dialog {margin-top: 250px !important; max-width:100% !important;width:90%}
.modal-title {font-size:26px !important}
.footer, .footer a {color:#FFFFFF}
.footerwrapx {margin-top:35px}
.u-btn-primary {text-decoration:none !important}
.u-btn-primary:hover, .u-btn-primary.active, .u-btn-primary.cbp-filter-item-active {background-color:#0b6ba2 !important; border-color:#0b6ba2 !important; text-decoration:none !important;color:#FFFFFF !important}
.u-icon-v1 {height:0px}
.socialsheaders .list-inline {padding-right:0px}
.g-brd-gray-light-v4 {border-color:#cacaca !important}
.HeaderTagline1 {font-size:28px;}
.HeaderTagline2 {font-size:16px;color:#4e4e50; margin-top:-6px}
.htmlmodule textarea {width:100%}
.js-slide blockquote {border:none}
.moduletitle {margin:0px;margin-bottom:15px}
.htmledit .center-pane  {width:100%}
.mainwrapper .center-pane a {text-decoration:underline}
.mainwrapper a:focus, .mainwrapper a:hover {color:#0b6ba2}
.mainwrapper {margin-top:170px}
.u-header {border-bottom:8px;border-bottom-style:solid;border-bottom-color:#58585a;}
.top-pane .panelwrapper {width:100%;padding:0px;margin:0px;}
.bottom-pane .panelwrapper {width:100%;padding:0px;margin:0px;}

/* SITE LOGO */
.LogoWrap {width:350px;cursor:pointer}
.LogoImgWrap {width:155px;float:left}
.LogoImg {}
.LogoText {width:185px;float:left;font-family:Arimo;font-size:34px;color:#2f536e;font-weight:700;padding-top:20px}
@media only screen and ( max-width: 767px) {
.LogoImgWrap {width:110px;}
.LogoText {width:140px;font-size:24px;padding-top:20px}
}

.WideRight .col-md-4 {max-width: 35%;flex: 0 0 35%}
.WideRight .col-md-8 {max-width: 65%;flex: 0 0 65%}
.HalfRight .col-md-4 {max-width: 50%;flex: 0 0 50%}
.HalfRight .col-md-8 {max-width: 50%;flex: 0 0 50%}
.center-with-left .col-md-9 {padding-top:0px !important}

/* MEDIA QUERY - 768 SCREEN WIDTH */
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
.WideRight .col-md-4 {max-width: 100%;flex: 0 0 100%}
.WideRight .col-md-8 {max-width: 100%;flex: 0 0 100%}
.HalfRight .col-md-4 {max-width: 100%;flex: 0 0 100%}
.HalfRight .col-md-8 {max-width: 100%;flex: 0 0 100%}
}
/* MEDIA QUERY - 320 SCREEN WIDTH */
@media only screen and ( max-width: 767px) {
.WideRight .col-md-4 {max-width: 100%;flex: 0 0 100%}
.WideRight .col-md-8 {max-width: 100%;flex: 0 0 100%}
.HalfRight .col-md-4 {max-width: 100%;flex: 0 0 100%}
.HalfRight .col-md-8 {max-width: 100%;flex: 0 0 100%}
.mainwrapper {margin-top:130px}
}


/* UNIFY CUSTOM */
.g-bg-primary {background-color:#0b6ba2 !important}
.g-bg-img-hero .ml-md-5 {margin-left:0rem !important}
.g-bg-gray-dark-v1 {background-color:#585f69 !important}
.g-py-150 {padding-top:21rem !important; padding-bottom:2rem !important; }
.g-py-10 {padding-top:0rem !important; padding-bottom:0rem !important; }
.g-py-70 {padding-top:0rem !important; }
.g-line-height-2 {line-height:1.5 !important}
.col-lg-9 {padding-top:3rem !important}
.g-pt-100 {padding-top:5rem !important}
.g-py-100 {padding-bottom:.6rem !important; }
.g-py-100  {padding-top:2rem !important; }
blockquote {border-left:0px}
body {font-size:1.2rem !important;line-height:normal}
.media-body {display:block}
.g-bg-darkgray-radialgradient-circle {background-image:radial-gradient(circle farthest-side at 110% 0, #074975, #012d4b)}
.g-px-15x {padding-left:0px !important;padding-right:0px !important}
textarea {white-space:pre-line}
body {font-family: Arial, sans-serif !important;}


/* COLORS */
.bg-customcolor1 {background-color:#0b6ba2 !important} /*blue*/
.bg-customcolor2 {background-color:#f18434 !important} /*orange*/
.bg-customcolor3 {background-color:#e9e9e9 !important} /*lightgrey*/
.bg-customcolor4 {background-color:#ffffff !important} /*white*/
.bg-customcolor5 {background-color:#002941 !important} /*darkblue*/
.bg-customcolor6 {background-color:#a0c6db !important} /*lightblue*/
.bg-customcolor7 {background-color:#58585a !important} /*darkgrey*/
.bg-customcolor8 {background-color:#ea342f !important} /*red*/

.txt-customcolor1 {color:#0b6ba2 !important} /*blue*/
.txt-customcolor2 {color:#f18434 !important} /*orange*/
.txt-customcolor3 {color:#e9e9e9 !important} /*lightgrey*/
.txt-customcolor4 {color:#ffffff !important} /*white*/
.txt-customcolor5 {color:#002941 !important} /*darkblue*/
.txt-customcolor6 {color:#a0c6db !important} /*lightblue*/
.txt-customcolor7 {color:#58585a !important} /*darkgrey*/
.txt-customcolor7 {color:#ea342f !important} /*red*/
.txt-customcolor8 {color:#0B6BA2 !important}  /*lightblue*/


/* HEADERS
h1, .moduletitle {font-size:34px; color:#0b6ba2}
.right-pane h1, .right-pane .moduletitle {font-size:26px; color:#505050; line-height:28px}
h2 {font-size:28px; color:#0b6ba2; margin-top:0px !important}
h3 {font-size:36px; color:#0b6ba2; font-weight:bold; margin-top:0px}
h4 {font-size:28px; color:#0b6ba2}
h5 {font-size:18px; color:#0b6ba2}
h6 {font-size:16px; color:#0b6ba2; font-weight:bold}
*/


/*CUSTOM FONTS*/
.FontTeko {font-family: 'Teko', sans-serif !important;}


/*top bar*/
.topbarbackground {background-color:#0b6ba2 !important}
#dropdown-megamenu .g-py-10 {padding:10px !important}
.hs-has-sub-menu > a::after {content:none}
.contactdropdown .hs-sub-menu {background-color:#727272}


/* LEFT NAV HEADING */
.LeftNavHeading .breadcrumb > a:first-child { display: none; }
.LeftNavHeading .breadcrumb > a:nth-child(3) { display: none; }
.LeftNavHeading .breadcrumb > a:nth-child(4) { display: none; }
.LeftNavHeading .breadcrumb > a:nth-child(5) { display: none; }
.LeftNavHeading .breadcrumb > a:nth-child(6) { display: none; }
.LeftNavHeading .breadcrumb { background-color: #0b6ba2;text-align:center; padding-top:15px; padding-bottom:15px }
.LeftNavHeading .breadcrumb a { color:#FFFFFF;font-size:16px;font-weight:bolder;font-style:normal; text-decoration:none; text-align:center}
.LeftNavHeading .breadcrumb li {display:table;margin:0px auto 0px auto;}
/* LEFT NAV HEADING - PARENT */
.LeftNavParent .LeftNavHeading .breadcrumb > a:first-child { display: block; }
.LeftNavParent .LeftNavHeading .breadcrumb > a:nth-child(2) { display: none; }
.LeftNavParent .LeftNavHeading .breadcrumb > a:nth-child(3) { display: none; }
.LeftNavParent .LeftNavHeading .breadcrumb > a:nth-child(4) { display: none; }
.LeftNavParent .LeftNavHeading .breadcrumb > a:nth-child(5) { display: none; }
.LeftNavParent .LeftNavHeading .breadcrumb > a:nth-child(6) { display: none; }
/* LEFT SIDE NAV */
div.AspNet-TreeView {margin:0px 0px 0px 0px;padding: 0;margin-right:0px;margin-top:0px; margin-bottom: 20px}
div.AspNet-TreeView ul { list-style: none; margin: 0px 0px 0px 0px; padding: 0;}
.AspNet-TreeView-Hide { display:none;}
div.AspNet-TreeView ul li {padding-left: 0px;}
div.AspNet-TreeView ul li li {padding: 1px 0 1px 0; }
div.AspNet-TreeView .AspNet-TreeView-Collapse {width: 2px; margin-right: -6px; float:left; cursor: pointer; }
div.AspNet-TreeView .AspNet-TreeView-Expand {width: 2px; margin-right: -6px; float:left; cursor: pointer; }
div.AspNet-TreeView li a { margin-left: 2px; padding-left: 12px; text-decoration: none;padding-top:3px;padding-bottom:3px;font-size:14px;padding:10px}
div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink { cursor: pointer;}
div.AspNet-TreeView a,
div.AspNet-TreeView a:visited,
div.AspNet-TreeView a:active,
div.AspNet-TreeView a:link {color:#FFFFFF; text-decoration:none;border-bottom: 0px;display: block;}
div.AspNet-TreeView a:hover { color:#FFFFFF}
li.AspNet-TreeView-Leaf,
li.AspNet-TreeView-Selected ,
li.AspNet-TreeView-Parent {display: block;list-style:none;font-weight: normal;color: #FFFFFF; text-decoration:none;padding-bottom:4px; margin-bottom:4px; background: #0b6ba2; min-height: 10px; }
li.AspNet-TreeView-Root {display: block;list-style:none;font-weight: normal;color: #FFFFFF; text-decoration:none;padding-bottom:4px; margin-bottom:4px; background: #0b6ba2; min-height: 10px; }
li.AspNet-TreeView-Selected ,
li.AspNet-TreeView-Leaf:hover,
li.AspNet-TreeView-Root:hover ,
li.AspNet-TreeView-Selected:hover ,
li.AspNet-TreeView-Parent:hover {border-left: 0px;background: #464545;display: block;}
li.AspNet-TreeView-Root {margin-bottom:2px;padding-bottom:1px;padding-top:1px}
/* LEFT SIDE NAV - CHILD LINKS */
div.AspNet-TreeView li li a { margin-left: 15px; text-decoration: none;padding-top:4px;padding-bottom:4px;font-size:12px;}
li.AspNet-TreeView-ChildSelected {background-color: #464545 !important;}
li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-Leaf {background-color: #464545 }
li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-Leaf li li {background-color: #464545 }
li.AspNet-TreeView-ParentSelected {background-color: #464545 !important}
li.AspNet-TreeView-ParentSelected:hover {background-color: #5f5f5f !important}
li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-Selected {background-color: #5f5f5f !important}
li.AspNet-TreeView-ChildSelected li.AspNet-TreeView-Leaf:hover {background-color: #5f5f5f !important}


/* MAIN NAV BAR AT TOP */
.navbar {border:0px !important;border-width:0px !important;}
#navBar .g-pt-10 {padding-top:0px !important; }
.navbar-collapse .g-pt-10 {padding-top:0px !important}
.navbar-collapse {padding-left:0px;box-shadow:none}
.navbar {margin-bottom:0px; padding:0px}
.navbar-brand {height:auto;padding:0px}
.navbar .u-main-nav-v3 .nav-item.hs-has-sub-menu > a::after {display:none}
.g-mx-2--md {margin-left:0px !important;margin-right:0px !important;}
.navbar .nav-link {font-size:1.14286rem}
.navbar .u-main-nav-v8 .nav-link {padding:0.94286rem 0.94286rem}
.navbar .u-sub-menu-v3 .hs-sub-menu, .navbar .u-sub-menu-v3 .hs-mega-menu, .navbar .u-sub-menu-v3 .dropdown-menu {background-color:#58585a !important}
.navbar .hs-sub-menu .nav-link {font-size:12px; padding-left:15px !important}
.navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a { padding-right: 0.94286rem !important; }
.navbar .u-sub-menu-v3 .hs-sub-menu a, .navbar .u-sub-menu-v3 .dropdown-menu a {color:#FFFFFF !important;}
.navbar .u-main-nav-v3 .nav-link {border-bottom-width:0px !important}
.nav-link {margin-right:4px}
.navbar-collapse {padding-right:0px}
.hamburger {padding:10px;padding-left:10px !important;padding-right:10px !important;background-color:#0b6ba2;margin-right:0px;}
.hamburger-inner {background-color:#FFFFFF}

@media all and (max-width: 1399px) {
	.nav-link {font-size:1.04286rem !important}
    }

@media all and (max-width: 1200px) {
	.nav-link {font-size:0.84286rem !important;margin-left:0px;}
    }

@media all and (max-width: 990px) {
	.nav-link {font-size:1.14286rem !important}
	.navbar .navbar-collapse {background-color:#5c5d5f;width:100%;margin-right:0px;margin-left:-1px;padding-left:0px;}
    .nav-link {color:#ffffff !important;padding-left:20px !important;}
    .hs-sub-menu-opened .hs-sub-menu {margin-left:15px;background-color:#7b7b7b !important;}
    .hs-sub-menu-opened .g-mb-5 {margin-bottom:0px !important}
    .ml-auto {padding:0px !important}
    .navbar .btn {margin-right:5px !important}
    .navbar .u-main-nav-v8 .nav-link {padding-top:5px;padding-bottom:5px}
    .navbar .u-sub-menu-v3 .hs-sub-menu > li:not(:last-child), .navbar .u-sub-menu-v3 .dropdown-menu > li:not(:last-child) { border-bottom: 0px solid #eee;}
   .navbar .u-sub-menu-v3 .hs-sub-menu, .navbar .u-sub-menu-v3 .dropdown-menu {
  font-weight: normal;
  text-transform: none;
  min-width: 14.28571rem;
  margin-top: 0;
  padding: 0;
  color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-width: 0px 0 0px 0;
  border-style: solid;
  border-top-color: #72c02c;
  border-bottom-color: #777;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }
.navbar .u-sub-menu-v3 .hs-sub-menu a {font-size: 14px !important;margin-left: 15px !important;}
}


/*BLOG*/
.blogwrapper .col-md-9 {max-width: 100% !important;}
.blogwrapper .col-lg-8 {width:  100% !important;}
.blogwrapper .col-md-10 { flex: 0 0 width:  100% !important;max-width: width:  100% !important;}
  .blogwrapper .col-md-10 {flex: 0 0 100% !important;max-width: 100% !important;}
  
  
/* css */
.gsb_testimonial {margin: 0; margin-bottom: 10px; padding: 0 0 0 36px; border: 1px solid #cfcdcd; background: #FAFAFA }
a.blogitemtitle {font-size:20px !important; font-weight:bold !important;}
blockquote{border: 1px solid #cfcdcd !important;  padding: 10px 10px 10px 44px !important; margin: 0px !important;  background: #FAFAFA url("/Data/Sites/42/skins/skin-02//Data/Sites/42/media/icons/quote.gif") no-repeat 5px 5px !important;}
.bx-pager {display:none}
.bx-wrapper {margin-bottom:0px}


/*FILE MANAGER*/
#colorboxX {top:-200px!important}
#cboxTitle {top:auto; font-size:20px !important; top:-32px!important}


/* FIXES ANCHOR LINKS - Should be same height as .mainwrapper class*/
:target::before {
  content: "";
  display: block;
  height: 180px;
  margin: -180px 0 0;
}


/* GOOGLE TRANSLATE CUSTOMIZATION */
#google_translate_element .goog-te-gadget-simple {padding: 7px;color: #545454;font-size: 14px;}
.goog-te-gadget-simple {background-color: #fff;border-left: 1px solid #cccccc;border-top: 1px solid #cccccc;border-bottom: 1px solid #cccccc;border-right: 1px solid #cccccc;font-size: 10pt;display: inline-block;padding-top: 1px;padding-bottom: 2px;cursor: pointer;zoom: .7;*display: inline;}
/* FIXES GOOGLE TRANSLATE SITTING OVER CONTENT */
html.translated-ltr .u-header { padding-top: 39px; }


/*MARGINS*/
.MarginTop10 {margin-top:10px}
.MarginBottom10 {margin-bottom:10px}
.MarginTop20 {margin-top:20px}
.MarginBottom20 {margin-bottom:20px}
.MarginTop30 {margin-top:30px}
.MarginBottom30 {margin-bottom:30px}
.MarginTop40 {margin-top:40px}
.MarginBottom40 {margin-bottom:40px}
.MarginTop50 {margin-top:50px}
.MarginBottom50 {margin-bottom:50px}
.MarginTop60 {margin-top:60px}
.MarginBottom60 {margin-bottom:60px}

.MarginTopNeg10 {margin-top:-10px}
.MarginBottomNeg10 {margin-bottom:-10px}
.MarginTopNeg20 {margin-top:-20px}
.MarginBottomNeg20 {margin-bottom:-20px}
.MarginTopNeg30 {margin-top:-30px}
.MarginBottomNeg30 {margin-bottom:-30px}
.MarginTopNeg40 {margin-top:-40px}
.MarginBottomNeg40 {margin-bottom:-40px}
.MarginTopNeg50 {margin-top:-50px}
.MarginBottomNeg50 {margin-bottom:-50px}
.MarginTopNeg110 {margin-top:-110px}


/* CUSTOM FORMATS, ADD TO CMS STYLES (Content Style Templates) */
.pad {padding:35px; background-color:#f1f1f1}
.ShadedBox1 {background-color:#e9e9e9;padding:25px; margin-bottom:15px}
.ShadedBox2 {background-color:#e9e9e9;padding:50px; margin-bottom:15px}
.ShadedBoxDarkGrey {background-color:#505050;padding:25px;color:#FFFFFF}
.ShadedBoxLightGrey {background-color:#e7e7e7;padding:35px;}
.ShadedBoxRed1 {background-color:#ea342f;padding:15px; color:#FFFFFF}
.ShadedBoxRed2 {background-color:#ea342f;padding:25px; color:#FFFFFF}
.ShadedBoxGreen {background-color:#0b6ba2;padding:25px; color:#FFFFFF}
.ShadedBoxGreen a {color:#FFFFFF !important;}
.ShadedBoxYellow {background-color:#ecb936 !important;color:#000000 !important; padding:40px;}
.ShadedBoxMaroon {background-color:#97330f !important;color:#FFFFFF !important; padding:40px;}
.ShadedBoxMaroon a {color:#FFFFFF !important;}
.ShadedBoxBlue {background-color:#0b6ba2 !important;color:#FFFFFF !important; padding:40px;}
.ShadedBoxBlue a {color:#FFFFFF !important;}

.ButtonSmall {margin-bottom:10px; margin-right:15px;color:#FFFFFF;background-color:#0b6ba2;line-height:1.4;padding:0.57143rem 1.42857rem;display: inline-block;font-weight: 400;text-align: center;
    white-space: nowrap;vertical-align: middle;border: 1px solid transparent;padding: .275rem .65rem;font-size: .9rem;line-height: 1.5;border-radius: .25rem;text-decoration:none !important;}
a.ButtonSmall:hover {color:#FFFFFF !important; background-color:#045685;}

.ButtonMedium {margin-bottom:10px; margin-right:15px;color:#FFFFFF;background-color:#0b6ba2;line-height:1.4;padding:0.57143rem 1.42857rem;font-size:1.17143rem;display: inline-block;font-weight: 400;text-align: center;
    white-space: nowrap;vertical-align: middle;border: 1px solid transparent;padding: .375rem .75rem;font-size: 1.1rem;line-height: 1.5;border-radius: .25rem;text-decoration:none !important;}
a.ButtonMedium:hover {color:#FFFFFF !important; background-color:#045685;}

.ButtonMediumWhite {margin-bottom:10px; margin-right:15px;color:#000000;background-color:#FFFFFF;line-height:1.4;padding:0.57143rem 1.42857rem;font-size:1.17143rem;display: inline-block;font-weight: 400;text-align: center;
    white-space: nowrap;vertical-align: middle;border: 1px solid transparent;padding: .375rem .75rem;font-size: 1.1rem;line-height: 1.5;border-radius: .25rem;text-decoration:none !important;}
a.ButtonMediumWhite:hover {color:#FFFFFF !important; background-color:#464545;}

.ButtonLarge {margin-bottom:10px; margin-right:15px;color:#FFFFFF;background-color:#0b6ba2;line-height:1.4;padding:0.57143rem 1.42857rem;font-size:1.37143rem;display: inline-block;font-weight: 400;text-align: center;
    white-space: nowrap;vertical-align: middle;border: 1px solid transparent;padding: .475rem .85rem;font-size: 1.5rem;line-height: 1.5;border-radius: .25rem;text-decoration:none !important;padding-left:30px;padding-right:30px}
a.ButtonLarge:hover {color:#FFFFFF !important; background-color:#045685;}


/*images*/
.mainwrapper img {max-width:100%; height:auto}


/*hr*/
hr {border-top: 1px solid #d3d3d3;}


/*hide breadcrumbs*/
.nobreadcrumbs .breadcrumb { display:none; }
.administration .breadcrumb { display:none; }
.administration .admin-crumb { display:block; }


/*tables*/
table { border-collapse:collapse; padding:0px; margin-top:5px } 
/*tr:nth-child(odd) td { background:#efefef } */
td { background:#FFFFFF; padding:7px 7px; text-align:left; vertical-align:top; } 

.FooterTable table { border-collapse:collapse; padding:0px;} 
.FooterTable tr:nth-child(odd) td { background:none} 
.FooterTable td { background:none; padding:2px} 


/*gallery plus override*/
.GalleryNoCaption .infoBlock {display:none}


/*tables - no color*/
.nocolortable table { border-collapse:collapse; padding:0px; width:100%; margin-top:5px } 
.nocolortable tr:nth-child(odd) td { background:#ffffff !important } 
.nocolortable td { background:#FFFFFF; padding:7px 7px; text-align:left; vertical-align:top; } 


/* Float Shadow */
.hvr-float-shadow {	backface-visibility: hidden; 	box-shadow: 0 0 1px rgba(0, 0, 0, 0); 	display: block; 	moz-osx-font-smoothing: grayscale; 	position: relative; 	transform: translateZ(0); 	transition-duration: 0.3s; 	transition-property: transform; 	vertical-align: middle; 	webkit-backface-visibility: hidden; 	webkit-transform: translateZ(0); 	webkit-transition-duration: 0.3s; 	webkit-transition-property: transform; }
.hvr-float-shadow:before {	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); 	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); 	content: ''; 	height: 10px; 	left: 5%; 	opacity: 0; 	pointer-events: none; 	position: absolute; 	top: 100%; 	transition-duration: 0.3s; 	transition-property: transform, opacity; 	webkit-transition-duration: 0.3s; 	webkit-transition-property: transform, opacity; 	width: 90%; 	z-index: -1; }
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {	transform: translateY(-5px); 	webkit-transform: translateY(-5px); }
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {	opacity: 1; 	transform: translateY(5px); 	webkit-transform: translateY(5px); }


/* Grow */
.hvr-grow {display: inline-block;vertical-align: middle;-webkit-transform: translateZ(0);transform: translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-backface-visibility: hidden;backface-visibility: hidden;-moz-osx-font-smoothing: grayscale;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-property: transform;transition-property: transform;}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {-webkit-transform: scale(1.1);transform: scale(1.1);}


/*home boxes*/
.ThreeHomeBoxes {color:#ffffff}
.ThreeHomeBoxes h3 {color:#464545;text-align:center}
.ThreeHomeBoxes p {text-align:center}
.ThreeHomeBoxes .btn {margin-top:20px; margin-bottom:0px !important}
.ThreeHomeBoxes .minboxheight {min-height:230px}


/*home iconrow*/
.iconrow-topspace {margin-top:35px}
.iconrow-hover:hover .iconrow-hovercolor {color:#0b6ba2 !important}


/*home banner alert*/
.AdminBannerAlert .MarginTopNeg110 {margin-top:0px !important;margin-left:-15px}
.wysiwygeditor .MarginTopNeg110 {margin-top:0px !important;}


/*home Blog*/
.blog-homepage .blog-postlist__title {font-size:16px; font-weight:600;margin-bottom:3px}
.blog-homepage .blog-postlist__date  {font-size:12px; color:gray;padding-bottom:10px}
.blog-homepage .blog-postlist__item-body p {margin-top:6px; font-size:14px}
.blog-homepage .blog-postlist__item { list-style: none;display:block; padding-top:8px;padding-bottom:15px;
  border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CCCCCC; padding-left:5px; cursor:pointer; }
.blog-homepage .blog-postlist__item:hover { background-color:#fafafa }


/*home Grey InfoBoxes*/
.HomeGreyInfoBox .moduletitle {color:#FFFFFF; padding:7px; background-color:#0b6ba2; font-size:16px; font-weight:bold}
.HomeGreyInfoBox ul {list-style-type: none;margin-left: -5px;padding-left: 20px;text-indent: -20px;}
.HomeGreyInfoBox ul li:before {content: "» ";display: inline-block; width: 20px;text-indent: 0;text-align: center;}


/*header how do i dropdown*/
.HowDoIMenu ul {margin-left:5px}
.HowDoIMenu li li {margin-left:5px}
.HowDoIMenu li li {margin-left:-15px}
.HowDoIMenu li a {color:#0b6ba2}


/*SuperFlexi - image-blocks-links-description*/
.image-blocks-links-description h3 {text-align:center}


/*SuperFlexi - LinkList*/
.SuperFlexiLinkList1 {margin-top:40px}
.SuperFlexiLinkList1 .moduletitle {padding:0px; font-size:22px;}
.SuperFlexiLinkList1 ul { list-style: none;  }
.SuperFlexiLinkList1 ul li a { display:block; ; list-style: none;text-decoration:none; color:#000000; background-color:#FFFFFF; line-height:30px;
  border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#CCCCCC; padding-left:10px; cursor:pointer; }
.SuperFlexiLinkList1 ul li a:hover { color:#FFFFFF; background-color:#505050 }


/*SuperFlexi - horizontal tabs*/
.nav-tabs {background-color:#f3f3f3}
.nav-tabs a {text-decoration:none; padding-left:15px !important; padding-right:15px !important}
.nav-tabs a:hover {background-color:#0b6ba2 !important; color:#FFFFFF;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {color:#FFFFFF; background-color:#0b6ba2; text-decoration:none}
.right-pane .nav-tabs > li {float:none}


/*SuperFlexi - button-list-left*/
.button-list-left .button-list div {text-align:left !important;}


/*SuperFlexi - departmentgrid*/
.DepartmentGridWrap {background-color:#e9e9e9;padding:50px;}


/*SuperFlexi - icon blocks - center*/
.IconBlocksCenter a.flexi-item-edit {color:blue !important}
.IconBlocksCenter .icon-block__item {padding: 15px 40px; margin-bottom:30px !important}
.IconBlocksCenter .icon-block__item:hover, .IconBlocksCenter .icon-block__item:focus, .IconBlocksCenter .icon-block__item:active {background-color: #0b6ba2}
.IconBlocksCenter .mainwrapper a:focus, .IconBlocksCenter .mainwrapper a:hover {color: #FFFFFF !important}
.IconBlocksCenter a {text-decoration:none !important; border-bottom:0px}
.IconBlocksCenter a:focus, .IconBlocksCenter a:hover {color: #FFFFFF !important}
/*SuperFlexi - icon blocks - right side*/
.IconBlocksRightSide a.flexi-item-edit {color:blue !important}
.IconBlocksRightSide .icon-block__item {padding: 15px 40px; margin-bottom:30px !important}
.IconBlocksRightSide .icon-block__item:hover, .IconBlocksRightSide .icon-block__item:focus, .IconBlocksRightSide .icon-block__item:active {background-color: #0b6ba2}
.IconBlocksRightSide .mainwrapper a:focus, .PopulationResources .mainwrapper a:hover {color: #FFFFFF !important}
.IconBlocksRightSide a {text-decoration:none !important; border-bottom:0px}
.IconBlocksRightSide a:hover {color: #FFFFFF}
.IconBlocksRightSide .col-md-4 {max-width:100% !important; flex: 100% !important}


/*callouts*/
.ShadedTitle1 .moduletitle {color:#FFFFFF;font-size:22px;padding:13px;background-color:#505050}


/*Four boxes and facebook*/
.home-buttons-4 {padding:40px}
.home-buttons-4-icon {margin-top:15px}
.home-facebook {margin-left:28px}
@media (max-width: 740px) {.home-facebook {margin-left:0px}.home-buttons-4 {padding:15px}.home-buttons-4-icon {margin-top:0px}}


/*home banner*/
.homebanner .wordsbackgroundcolor {margin-top:80px;background-color: rgba(0, 0, 0, 0.6) !important;padding:35px}
.homebanner .g-py-200 {padding-top: 8.28571rem !important;padding-bottom:13.28571rem !important}
@media (max-width: 740px) {.homebanner .g-py-200 {padding-top: 0rem !important;padding-bottom:0rem !important}}


/*page headers*/
.pageheaderwrapper .moduletitle {color:#FFFFFF; text-shadow: 2px 3px #000000;padding-right:80px; padding-top:15px}
.pageheaderwrapper .titlewrapper {background-color:black; float:left; margin-top:50px; padding:25px; opacity: .70; filter: alpha(opacity=70);}
.pageheaderbackgroundcolor {background-color: rgba(0, 0, 0, 0.1) !important;padding:20px; margin-top:30px; box-shadow: inset 350px 0px 100px -50px rgba(0, 0, 0, 0.8)}
.nopageheader .pageheaderwrapper {display:none}


/*testimonials*/
.hometestimonials .g-py-40 {padding-bottom:20px !important; padding-top:20px !important}
.hometestimonials .g-px-100--lg {margin-top:30px !important}


/*event calendar*/
/*added class="eventcalheader" and class="eventnamediv" to monthview.ascx*/
.eventcalendar {margin-bottom:80px; width:100%}
.eventcalendar .eventlink {font-size:12px; }
.eventcalendar a {text-decoration:none !important;}
.mpcalendarmain {display:block !important}
.mpcalendarweekendday, .mpcalendarday{border-color: #b6b6b6;border-width: 1px;border-style: solid;background-color: #FFFFFF !important}
.mpcalendarothermonth{border-color: #b6b6b6;border-width: 1px;border-style: solid;background-color: #e2e0e0 !important}
.mpcalendartoday {background-color: #e5f6df !important}
.eventNextPrevious {text-decoration:none !important}
.dayNumber a {text-decoration:none !important}
.eventlink {text-decoration:none !important; font-size:12px;color:blue;}
.eventnamediv {background-color:#eeeeee;padding: 2px;margin-bottom:5px}
.eventdetailview .eventmenu {display:none}
.gmap {width:100% !important;margin-top:30px;height:450px !important}
.eventdetailview {margin-bottom:100px}
.eventcalheader {width:100% !important;}
.eventcalendar table,thead,tbody,tr {width:100% !important}
.eventcalendar tbody {display:table !important}


/*gallery*/
#cboxTitle {font-size:30px;top:-42px;color:#FFFFFF}
#cboxOverlay {background-color:#000000; opacity:.8 !important}
.galleryitem {padding:25px !important; padding-bottom:5px !important}
.GalleryPage .moduletitle {background-color:#dadada;padding:6px;text-align:center}


/*form1*/
.btn {border:1px solid #ababab;margin-right:20px;margin-bottom:15px;}
.txterror {float:right;width:200px; height:}
span.txterror {font-size:15px;float:left; width:100%;height:30px}
.form-control {display:inline !important; width:100%}
.Form1 .field {float:left; margin-right:10px; width:100%}
.Form1 .settingrow {padding-bottom:5px}
.Form1 .form-header h2 {color:#8b0000}
.Form1 .settinglabel {width:100%; margin-top:0px; min-height:inherit}
.Form1 .btn {float:left; width:180px;border:1px solid #ababab}
.Form1 .btn-default {margin-bottom:30px;margin-top:15px;background-color: #e2e2e2 !important; margin-left:0px}
.Form1 .fullwidth {width:100%;display:block; width:900px;display:block}
.Form1 hr {color: #fff; background-color: #fff; border: 1px solid #8b0000; border-style: none none solid;display:block; width:100%; float: left }
.Form1 [type=reset], .Form1 [type=submit], .Form1 button, .Form1 html [type=button] {padding:5px;padding-left:20px; padding-right:20px; float:left; margin-top:20px; margin-bottom:25px}
@media (max-width: 650px) 
{
.Form1 .field {float:left; margin-right:10px; width:100%}
}


/*MEDIA QUERIES*/
@media all and (max-width: 1000px) {
	.MobileHide {display:none}
}

@media (max-width: 740px) 
{
	.MobileHide {display:none}
	.MobileHidePhone {display:none}
    .g-font-size-60 {font-size:35px !important}
    .g-py-150 {padding-top:10rem !important; padding-bottom:.2rem !important; }
    .ml-auto {margin-left:0px !important}
}

















/* STYLE SWITCHER SAMPLE---------------------------------------------------------------------------------------------------------------------------------
The Style Switcher includes Get CSS button which opens a popup window when you click on it and you can copy the generated code and include to the custom.css file. 
*/
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-secondary-navigation .active a {
  color: #0b6ba2;
}
.u-block-hover:hover .g-color-primary--hover,
.g-color-primary--hover:hover {
  color: #0b6ba2 !important;
}
/*------------------------------------
  Custom BG
------------------------------------*/
[class*="g-bgi-v"] {
  background-position: center;
  background-attachment: fixed;
}
/*------------------------------------
  Boxed layout
------------------------------------*/
.g-layout-boxed,
.g-layout-semiboxed {
  background-color: #f7f7f7;
}
.u-outer-space-v1 .g-layout-boxed::after,
.u-outer-space-v2 .g-layout-boxed::after,
.u-outer-space-v1 .g-layout-semiboxed::after,
.u-outer-space-v2 .g-layout-semiboxed::after {
  border-bottom-color: #f7f7f7;
}
.g-layout-boxed main,
.g-layout-semiboxed main {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .g-layout-boxed main {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .g-layout-semiboxed main {
    width: 1340px;
  }
}
@media (min-width: 768px) {
  .u-outer-space-v1 {
    margin: 20px;
  }
}
@media (min-width: 768px) {
  .u-outer-space-v1 body {
    height: calc(100% - 40px);
    min-height: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .u-outer-space-v2 {
    margin: 40px;
  }
}
@media (min-width: 768px) {
  .u-outer-space-v2 body {
    height: calc(100% - 80px);
    min-height: calc(100% - 80px);
  }
}
/*------------------------------------
  Dark Theme
------------------------------------*/
.g-dark-theme {
  background-color: #000;
  color: #fff;
}
.g-dark-theme main {
  background-color: #222;
}
.g-dark-theme .u-header__section {
  background-color: #222;
}
.g-dark-theme .u-header__section:not([class*="g-bg-white"]) .navbar-nav .nav-link {
  color: #fff;
}
.g-dark-theme .u-header__section:not([class*="g-bg-white"]) .navbar-nav .active > .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.g-dark-theme .u-btn-inset::before {
  border-color: #222;
}
/*------------------------------------
  Fonts
------------------------------------*/
body {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}
a {
  color: #0b6ba2;
  outline: none;
}
a:focus,
a:hover {
  color: #464545;
}
/*------------------------------------
  Bootstrap
------------------------------------*/
.page-link,
.page-link:hover,
.page-link:focus,
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #0b6ba2;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
  border-color: #0b6ba2;
  background-color: #0b6ba2;
}
.btn-outline-primary {
  color: #0b6ba2;
  border-color: #0b6ba2;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #6db82a;
  border-color: #6db82a;
}
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active,
.progress-bar {
  background-color: #0b6ba2;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #6db82a;
  border-color: #6db82a;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(114, 192, 44, 0.5);
}
/*------------------------------------
  Background colors
------------------------------------*/
.g-bg-primary,
.g-bg-primary--hover:hover,
.g-parent:hover .g-bg-primary--parent-hover,
.g-bg-primary--active.active,
.active .g-bg-primary--active,
.g-parent.active .g-bg-primary--parent-active {
  background-color: #0b6ba2 !important;
}
.g-bg-primary--before::before,
.g-bg-primary--after::after {
  background-color: #0b6ba2 !important;
}
.g-bg-primary-opacity-0_1 {
  background-color: rgba(114, 192, 44, 0.1) !important;
}
.g-bg-primary-opacity-0_2,
.g-bg-primary-opacity-0_2--hover:hover,
.g-bg-primary-opacity-0_2--hover--after:hover::after,
.g-bg-primary-opacity-0_2--before::before,
.g-bg-primary-opacity-0_2--after::after {
  background-color: rgba(114, 192, 44, 0.2) !important;
}
.active .g-bg-primary-opacity-0_2--active {
  background-color: rgba(114, 192, 44, 0.2) !important;
}
.g-bg-primary-opacity-0_4,
.g-bg-primary-opacity-0_4--hover:hover,
.g-bg-primary-opacity-0_4--hover--after:hover::after,
.g-bg-primary-opacity-0_4--after::after {
  background-color: rgba(114, 192, 44, 0.4) !important;
}
.g-bg-primary-opacity-0_6,
.g-bg-primary-opacity-0_6--hover:hover,
.g-bg-primary-opacity-0_6--hover--after:hover::after,
.g-bg-primary-opacity-0_6--after::after {
  background-color: rgba(114, 192, 44, 0.6) !important;
}
.g-bg-primary-opacity-0_8,
.g-bg-primary-opacity-0_8--hover:hover,
.g-bg-primary-opacity-0_8--hover--after:hover::after,
.g-bg-primary-opacity-0_8--before::after,
.g-bg-primary-opacity-0_8--after::after,
.g-bg-primary-opacity-0_8--before--hover:hover::after,
.g-bg-primary-opacity-0_8--after--hover:hover::after {
  background-color: rgba(114, 192, 44, 0.8) !important;
}
.g-bg-primary-opacity-0_9,
.g-bg-primary-opacity-0_9--hover:hover,
.g-bg-primary-opacity-0_9--hover--after:hover::after,
.g-bg-primary-opacity-0_9--before::after,
.g-bg-primary-opacity-0_9--after::after,
.g-bg-primary-opacity-0_9--before--hover:hover::after,
.g-bg-primary-opacity-0_9--after--hover:hover::after {
  background-color: rgba(114, 192, 44, 0.9) !important;
}
.g-bg-primary-dark-v1 {
  background-color: #6db82a !important;
}
.g-bg-primary-dark-v2 {
  background-color: #66ab27 !important;
}
.g-bg-primary-dark-v3 {
  background-color: #599722 !important;
}
/*.g-bg-primary-gradient-opacity-v1,
.g-bg-primary-gradient-opacity-v1--after::after {
  background: linear-gradient(to bottom, rgba(red(@customColor), green(@customColor), blue(@customColor), .5), rgba(red(@customColor), green(@customColor), blue(@customColor), 1));
}*/
/*------------------------------------
  Border colors
------------------------------------*/
.g-brd-primary,
.g-brd-primary--before::before,
.g-brd-primary--before--active.active::before,
.slick-active .g-brd-primary--before--active::before,
.g-brd-primary--hover:hover,
.g-brd-primary--active.active,
.g-brd-primary--active.cbp-filter-item-active,
.slick-active .g-brd-primary--active,
*:hover > .g-brd-primary--hover-parent {
  border-color: #0b6ba2 !important;
}
.g-brd-primary-opacity-0_3,
.g-brd-primary-opacity-0_3--hover:hover,
.g-brd-primary-opacity-0_3--active.active,
.g-brd-primary-opacity-0_3--active.cbp-filter-item-active,
*:hover > .g-brd-primary-opacity-0_3--hover-parent {
  border-color: rgba(114, 192, 44, 0.3) !important;
}
.g-brd-primary-top,
.g-brd-primary-top--before::before,
.g-brd-primary-top--hover:hover,
.g-brd-primary-top--hover:hover::after,
.g-brd-primary-top--active.active,
.g-brd-primary-top--active.active::after {
  border-top-color: #0b6ba2 !important;
}
.g-brd-primary-bottom,
.g-brd-primary-bottom--before::before,
.g-brd-primary-bottom--hover:hover,
.g-brd-primary-bottom--hover:hover::after,
.g-brd-primary-bottom--active.active,
.g-brd-primary-bottom--active.active::after {
  border-bottom-color: #0b6ba2 !important;
}
.g-brd-primary-left,
.g-brd-primary-left--before::before {
  border-left-color: #0b6ba2 !important;
}
.g-brd-primary-right,
.g-brd-primary-right--before::before {
  border-right-color: #0b6ba2 !important;
}
.g-brd-primary-opacity-0_3-top {
  border-top-color: rgba(114, 192, 44, 0.3) !important;
}
.g-brd-primary-opacity-0_3-bottom {
  border-bottom-color: rgba(114, 192, 44, 0.3) !important;
}
.g-brd-primary-opacity-0_3-left {
  border-left-color: rgba(114, 192, 44, 0.3) !important;
}
.g-brd-primary-opacity-0_3-right {
  border-right-color: rgba(114, 192, 44, 0.3) !important;
}
.g-brd-primary-dark-dark-v1,
.g-brd-primary-dark-dark-v1--hover:hover,
.g-brd-primary-dark-dark-v1--active.active,
.g-brd-primary-dark-dark-v1--active.cbp-filter-item-active,
*:hover > .g-brd-primary-dark-dark-v1--hover-parent {
  border-color: #6db82a !important;
}
.g-brd-primary-dark-dark-v2,
.g-brd-primary-dark-dark-v2--hover:hover,
.g-brd-primary-dark-dark-v2--active.active,
.g-brd-primary-dark-dark-v2--active.cbp-filter-item-active,
*:hover > .g-brd-primary-dark-dark-v2--hover-parent {
  border-color: #66ab27 !important;
}
.g-brd-primary-dark-dark-v3,
.g-brd-primary-dark-dark-v3--hover:hover,
.g-brd-primary-dark-dark-v3--active.active,
.g-brd-primary-dark-dark-v3--active.cbp-filter-item-active,
*:hover > .g-brd-primary-dark-dark-v3--hover-parent {
  border-color: #599722 !important;
}
.g-brd-primary-dark-dark-v1-top {
  border-top-color: #6db82a !important;
}
.g-brd-primary-dark-dark-v1-bottom {
  border-bottom-color: #6db82a !important;
}
.g-brd-primary-dark-dark-v1-left {
  border-left-color: #6db82a !important;
}
.g-brd-primary-dark-dark-v1-right {
  border-right-color: #6db82a !important;
}
.g-brd-primary-dark-dark-v2-top {
  border-top-color: #66ab27 !important;
}
.g-brd-primary-dark-dark-v2-bottom {
  border-bottom-color: #66ab27 !important;
}
.g-brd-primary-dark-dark-v2-left {
  border-left-color: #66ab27 !important;
}
.g-brd-primary-dark-dark-v2-right {
  border-right-color: #66ab27 !important;
}
.g-brd-primary-dark-dark-v3-top {
  border-top-color: #599722 !important;
}
.g-brd-primary-dark-dark-v3-bottom {
  border-bottom-color: #599722 !important;
}
.g-brd-primary-dark-dark-v3-left {
  border-left-color: #599722 !important;
}
.g-brd-primary-dark-dark-v3-right {
  border-right-color: #599722 !important;
}
/*------------------------------------
  Colors
------------------------------------*/
.g-color-primary,
.g-color-primary--hover:hover,
.g-color-primary--active.cbp-filter-item-active {
  color: #0b6ba2 !important;
}
.g-color-primary-opacity-0_3 {
  color: rgba(114, 192, 44, 0.3) !important;
}
.g-color-primary-opacity-0_4 {
  color: rgba(114, 192, 44, 0.4) !important;
}
.g-color-primary--before::before,
.g-color-primary--after::after {
  color: #0b6ba2;
}
/*------------------------------------
  Box-shadows
------------------------------------*/
.u-shadow-v13 {
  box-shadow: inset 2px 2px 2px 0 #0b6ba2;
}
/*------------------------------------
  Fill colors
------------------------------------*/
.g-fill-primary,
.g-fill-primary path,
.g-fill-primary polygon,
.g-fill-primary--hover:hover path,
.g-fill-primary--hover:hover polygon,
*:hover > * > .g-fill-primary--hover-parent svg path,
*:hover > * > .g-fill-primary--hover-parent svg polygon {
  fill: #0b6ba2 !important;
}
/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  background-color: #0b6ba2;
}
::selection {
  background-color: #0b6ba2;
}
.g-bg-primary ::-moz-selection {
  color: #0b6ba2;
}
.g-bg-primary ::selection {
  color: #0b6ba2;
}
/*------------------------------------
  Buttons
------------------------------------*/
.u-btn-primary {
  background-color: #0b6ba2;
}
.u-btn-primary:hover,
.u-btn-primary.active,
.u-btn-primary.cbp-filter-item-active {
  border-color: #002941;
  background-color: #002941;
}
.u-btn-primary.u-btn-hover-v1-1::after,
.u-btn-primary.u-btn-hover-v1-1:hover::after,
.u-btn-primary.u-btn-hover-v1-2::after,
.u-btn-primary.u-btn-hover-v1-2:hover::after,
.u-btn-primary.u-btn-hover-v1-3::after,
.u-btn-primary.u-btn-hover-v1-3:hover::after,
.u-btn-primary.u-btn-hover-v1-4::after,
.u-btn-primary.u-btn-hover-v1-4:hover::after,
.u-btn-primary.u-btn-hover-v2-1::after,
.u-btn-primary.u-btn-hover-v2-1:hover::after,
.u-btn-primary.u-btn-hover-v2-2::after,
.u-btn-primary.u-btn-hover-v2-2:hover::after {
  background-color: #002941;
}
.u-btn-primary.u-btn-hover-v1-1:hover,
.u-btn-primary.u-btn-hover-v1-2:hover,
.u-btn-primary.u-btn-hover-v1-3:hover,
.u-btn-primary.u-btn-hover-v1-4:hover,
.u-btn-primary.u-btn-hover-v2-1:hover,
.u-btn-primary.u-btn-hover-v2-2:hover {
  background-color: #002941;
}
.u-btn-outline-primary {
  color: #0b6ba2;
  border-color: #0b6ba2;
}
.u-btn-outline-primary:hover {
  background-color: #002941;
}
.u-btn-outline-primary.u-btn-hover-v1-1::after,
.u-btn-outline-primary.u-btn-hover-v1-1:hover::after,
.u-btn-outline-primary.u-btn-hover-v1-2::after,
.u-btn-outline-primary.u-btn-hover-v1-2:hover::after,
.u-btn-outline-primary.u-btn-hover-v1-3::after,
.u-btn-outline-primary.u-btn-hover-v1-3:hover::after,
.u-btn-outline-primary.u-btn-hover-v1-4::after,
.u-btn-outline-primary.u-btn-hover-v1-4:hover::after,
.u-btn-outline-primary.u-btn-hover-v2-1::after,
.u-btn-outline-primary.u-btn-hover-v2-1:hover::after,
.u-btn-outline-primary.u-btn-hover-v2-2::after,
.u-btn-outline-primary.u-btn-hover-v2-2:hover::after,
.u-btn-outline-primary.u-btn-hover-v3-1::after,
.u-btn-outline-primary.u-btn-hover-v3-1:hover::after {
  background-color: rgba(114, 192, 44, 0.95);
}
/*------------------------------------
  Checkboxes & Radio Buttons
------------------------------------*/
.u-check input[type=checkbox]:checked + .u-check-icon-font i, .u-check input[type=radio]:checked + .u-check-icon-font i, .u-check input[type=checkbox]:checked + * .u-check-icon-font i, .u-check input[type=radio]:checked + * .u-check-icon-font i {
  color: #0b6ba2;
}
.u-check input[type=checkbox]:checked + .u-check-icon-checkbox-v1, .u-check input[type=radio]:checked + .u-check-icon-checkbox-v1, .u-check input[type=checkbox]:checked + * .u-check-icon-checkbox-v1, .u-check input[type=radio]:checked + * .u-check-icon-checkbox-v1, .u-check input[type=checkbox]:checked + .u-check-icon-radio-v1, .u-check input[type=radio]:checked + .u-check-icon-radio-v1, .u-check input[type=checkbox]:checked + * .u-check-icon-radio-v1, .u-check input[type=radio]:checked + * .u-check-icon-radio-v1, .u-check input[type=checkbox]:checked + .u-check-icon-checkbox-v7, .u-check input[type=radio]:checked + .u-check-icon-checkbox-v7, .u-check input[type=checkbox]:checked + * .u-check-icon-checkbox-v7, .u-check input[type=radio]:checked + * .u-check-icon-checkbox-v7, .u-check input[type=checkbox]:checked + .u-check-icon-radio-v7, .u-check input[type=radio]:checked + .u-check-icon-radio-v7, .u-check input[type=checkbox]:checked + * .u-check-icon-radio-v7, .u-check input[type=radio]:checked + * .u-check-icon-radio-v7 {
  background-color: #0b6ba2;
  border-color: #0b6ba2;
}
.u-check-icon-checkbox-v2,
.u-check-icon-radio-v2,
.u-check-icon-checkbox-v3,
.u-check-icon-radio-v3 {
  border-color: #0b6ba2;
}
.u-check input[type=checkbox]:checked + .u-check-icon-checkbox-v4, .u-check input[type=radio]:checked + .u-check-icon-checkbox-v4, .u-check input[type=checkbox]:checked + * .u-check-icon-checkbox-v4, .u-check input[type=radio]:checked + * .u-check-icon-checkbox-v4, .u-check input[type=checkbox]:checked + .u-check-icon-radio-v4, .u-check input[type=radio]:checked + .u-check-icon-radio-v4, .u-check input[type=checkbox]:checked + * .u-check-icon-radio-v4, .u-check input[type=radio]:checked + * .u-check-icon-radio-v4, .u-check input[type=checkbox]:checked + .u-check-icon-checkbox-v8, .u-check input[type=radio]:checked + .u-check-icon-checkbox-v8, .u-check input[type=checkbox]:checked + * .u-check-icon-checkbox-v8, .u-check input[type=radio]:checked + * .u-check-icon-checkbox-v8, .u-check input[type=checkbox]:checked + .u-check-icon-radio-v8, .u-check input[type=radio]:checked + .u-check-icon-radio-v8, .u-check input[type=checkbox]:checked + * .u-check-icon-radio-v8, .u-check input[type=radio]:checked + * .u-check-icon-radio-v8 {
  color: #0b6ba2;
  border-color: #0b6ba2;
}
.u-check input[type=checkbox]:checked + .u-check-icon-checkbox-v5 i, .u-check input[type=radio]:checked + .u-check-icon-checkbox-v5 i, .u-check input[type=checkbox]:checked + * .u-check-icon-checkbox-v5 i, .u-check input[type=radio]:checked + * .u-check-icon-checkbox-v5 i, .u-check input[type=checkbox]:checked + .u-check-icon-radio-v5 i, .u-check input[type=radio]:checked + .u-check-icon-radio-v5 i, .u-check input[type=checkbox]:checked + * .u-check-icon-radio-v5 i, .u-check input[type=radio]:checked + * .u-check-icon-radio-v5 i {
  border-color: #0b6ba2;
}
.u-check input[type=checkbox]:checked + .u-check-icon-checkbox-v6 i, .u-check input[type=radio]:checked + .u-check-icon-checkbox-v6 i, .u-check input[type=checkbox]:checked + * .u-check-icon-checkbox-v6 i, .u-check input[type=radio]:checked + * .u-check-icon-checkbox-v6 i, .u-check input[type=checkbox]:checked + .u-check-icon-radio-v6 i, .u-check input[type=radio]:checked + .u-check-icon-radio-v6 i, .u-check input[type=checkbox]:checked + * .u-check-icon-radio-v6 i, .u-check input[type=radio]:checked + * .u-check-icon-radio-v6 i {
  background-color: #0b6ba2;
  border-color: #0b6ba2;
}
.u-check input[type=checkbox]:checked + .u-check-icon-checkbox-v8 i::after, .u-check input[type=radio]:checked + .u-check-icon-checkbox-v8 i::after, .u-check input[type=checkbox]:checked + * .u-check-icon-checkbox-v8 i::after, .u-check input[type=radio]:checked + * .u-check-icon-checkbox-v8 i::after, .u-check input[type=checkbox]:checked + .u-check-icon-radio-v8 i::after, .u-check input[type=radio]:checked + .u-check-icon-radio-v8 i::after, .u-check input[type=checkbox]:checked + * .u-check-icon-radio-v8 i::after, .u-check input[type=radio]:checked + * .u-check-icon-radio-v8 i::after {
  background-color: #0b6ba2;
}
.u-checkbox-v1--checked-color-primary:checked + label {
  color: #0b6ba2 !important;
}
.u-checkbox-v1--checked-brd-primary:checked + label {
  border-color: #0b6ba2 !important;
}
/*------------------------------------
  Selects
------------------------------------*/
.u-select-v1 .chosen-results > li.highlighted,
.u-select-v1 .chosen-results > li.result-selected {
  background-color: rgba(114, 192, 44, 0.2);
  border-bottom-color: rgba(114, 192, 44, 0.2);
}
/*------------------------------------
  Arrows
------------------------------------*/
.u-arrow-v3:hover .u-arrow-icon-before,
.u-arrow-v3:hover .u-arrow-icon-after {
  background-color: #0b6ba2;
}
.u-arrow-v4:hover .u-arrow-icon,
.u-arrow-v7:hover .u-arrow-icon,
.u-arrow-v8:hover .u-arrow-icon {
  color: #0b6ba2;
}
.u-arrow-v14 .u-arrow-icon::before,
.u-arrow-v14 .u-arrow-icon::after {
  background: #0b6ba2;
}
/*------------------------------------
  Badges
------------------------------------*/
.u-badge-bg-primary::after {
  background-color: #0b6ba2;
}
/*------------------------------------
  Badges v2
------------------------------------*/
[class*="u-badge-v2"] {
  background-color: #0b6ba2;
}
/*------------------------------------
  Triangles
------------------------------------*/
.u-triangle-v1.u-triangle-top.g-bg-primary::before,
.u-triangle-v1.u-triangle-left.g-bg-primary::before,
.u-triangle-v1-2.u-triangle-top.g-bg-primary::before,
.u-triangle-v1-2.u-triangle-left.g-bg-primary::before,
.u-triangle-v2.u-triangle-top.g-bg-primary::before,
.u-triangle-v2.u-triangle-left.g-bg-primary::before,
.u-triangle-v5.u-triangle-top.g-bg-primary::before,
.u-triangle-v5.u-triangle-left.g-bg-primary::before,
.u-triangle-v6.u-triangle-top.g-bg-primary::before,
.u-triangle-v6.u-triangle-left.g-bg-primary::before {
  border-bottom-color: #0b6ba2;
}
.u-triangle-v1.u-triangle-bottom.g-bg-primary::before,
.u-triangle-v1.u-triangle-right.g-bg-primary::before,
.u-triangle-v1-2.u-triangle-bottom.g-bg-primary::before,
.u-triangle-v1-2.u-triangle-right.g-bg-primary::before,
.u-triangle-v2.u-triangle-bottom.g-bg-primary::before,
.u-triangle-v2.u-triangle-right.g-bg-primary::before,
.u-triangle-v5.u-triangle-bottom.g-bg-primary::before,
.u-triangle-v5.u-triangle-right.g-bg-primary::before,
.u-triangle-v6.u-triangle-bottom.g-bg-primary::before,
.u-triangle-v6.u-triangle-right.g-bg-primary::before {
  border-top-color: #0b6ba2;
}
.u-triangle-v1-2.u-triangle-left.g-bg-primary::before {
  border-right-color: #0b6ba2;
}
.u-triangle-v1-2.u-triangle-right.g-bg-primary::before {
  border-left-color: #0b6ba2;
}
.u-triangle-v3.u-triangle-top.g-bg-primary::before,
.u-triangle-v3.u-triangle-left.g-bg-primary::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #0b6ba2 50%);
}
.u-triangle-v3.u-triangle-bottom.g-bg-primary::before,
.u-triangle-v3.u-triangle-right.g-bg-primary::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #0b6ba2 50%);
}
.u-triangle-v4.u-triangle-top.g-bg-primary::before,
.u-triangle-v4.u-triangle-left.g-bg-primary::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #0b6ba2 50%), linear-gradient(to bottom left, transparent 49.6%, #0b6ba2 50%);
}
.u-triangle-v4.u-triangle-bottom.g-bg-primary::before,
.u-triangle-v4.u-triangle-right.g-bg-primary::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #0b6ba2 50%), linear-gradient(to top left, transparent 49.6%, #0b6ba2 50%);
}
.u-semicircle-v1.g-bg-primary::before {
  background: #0b6ba2;
}
.u-zigzag-top-primary::before {
  background: -webkit-linear-gradient(-225deg, #0b6ba2 10px, transparent 0) 0 10px, -webkit-linear-gradient(-315deg, #0b6ba2 10px, transparent 0) 0 10px;
}
@media (min-width: 768px) {
  .u-triangle-v1.u-triangle-left.g-bg-primary::before {
    border-right-color: #0b6ba2;
  }
  .u-triangle-v1.u-triangle-right.g-bg-primary::before {
    border-left-color: #0b6ba2;
  }
  .u-triangle-v3.u-triangle-left.g-bg-primary::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #0b6ba2 50%);
  }
  .u-triangle-v3.u-triangle-right.g-bg-primary::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #0b6ba2 50%);
  }
  .u-triangle-v4.u-triangle-left.g-bg-primary::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #0b6ba2 50%), linear-gradient(to top right, transparent 49.6%, #0b6ba2 50%);
  }
  .u-triangle-v4.u-triangle-right.g-bg-primary::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #0b6ba2 50%), linear-gradient(to top left, transparent 49.6%, #0b6ba2 50%);
  }
}
/*------------------------------------
  Block Hovers
------------------------------------*/
.u-block-hover:hover .u-block-hover__prop-bg-primary {
  background-color: #0b6ba2;
}
.u-block-hover:hover .u-block-hover__prop-bg-primary-opacity-0_9 {
  background-color: rgba(114, 192, 44, 0.9);
}
/*------------------------------------
  Blockquotes
------------------------------------*/
.u-blockquote-v3::before {
  color: #0b6ba2;
}
.u-blockquote-v7::before {
  background: #0b6ba2;
}
/*------------------------------------
  Carousel indicators
------------------------------------*/
.u-carousel-indicators-v1 li.slick-active span,
.u-carousel-indicators-v1--white li.slick-active span,
.u-carousel-indicators-v4 li.slick-active span,
.u-carousel-indicators-v8 li.slick-active span {
  background-color: #0b6ba2;
}
.u-carousel-indicators-v6 li.slick-active {
  color: #0b6ba2;
}
.u-carousel-indicators-v6 li.slick-active span {
  border-color: #0b6ba2;
}
.u-carousel-indicators-v9 li.slick-active,
.u-carousel-indicators-v10 li.slick-active {
  background-color: #0b6ba2;
}
.u-carousel-indicators-v18--white li span {
  background-color: #0b6ba2;
}
.u-carousel-indicators-v20 li span:hover,
.u-carousel-indicators-v20 li span:focus,
.u-carousel-indicators-v20--white li span:hover,
.u-carousel-indicators-v20--white li span:focus,
.u-carousel-indicators-v20 li.slick-active span,
.u-carousel-indicators-v20 li.slick-active span,
.u-carousel-indicators-v20--white li.slick-active span,
.u-carousel-indicators-v20--white li.slick-active span {
  border-color: #0b6ba2;
}
.u-carousel-indicators-v20--white li span::before {
  background: #0b6ba2;
  box-shadow: 0 0 1px #0b6ba2;
}
.u-carousel-indicators-v21--white li span::after {
  background-color: #0b6ba2;
}
.u-carousel-indicators-v22--white li span {
  background-color: #0b6ba2;
}
.u-carousel-indicators-v22--white li span::before {
  border-top-color: #0b6ba2;
}
.u-carousel-indicators-v22--white li.slick-active {
  border-color: #0b6ba2;
}
.u-carousel-indicators-v23--white .u-dots-helper::before {
  background: #0b6ba2;
}
.u-carousel-indicators-v24--white li span {
  border-color: #0b6ba2;
}
.u-carousel-indicators-v25--white li::before {
  background-color: #0b6ba2;
}
.u-carousel-indicators-v25--white li span:focus {
  background-color: #0b6ba2;
}
.u-carousel-indicators-v25--white li span::before {
  background-color: #0b6ba2;
}
.u-carousel-indicators-v25--white li.slick-active span {
  background-color: #0b6ba2;
}
.u-carousel-indicators-v26--white li::before,
.u-carousel-indicators-v26--white li::after,
.u-carousel-indicators-v26--vertical--white li::before,
.u-carousel-indicators-v26--vertical--white li::after {
  border-color: #0b6ba2;
}
.u-carousel-indicators-v27--white li span::before,
.u-carousel-indicators-v27--vertical--white li span::before {
  background: #0b6ba2;
}
.u-carousel-indicators-v28 li.slick-active span {
  background-color: #0b6ba2;
}
/*------------------------------------
  Paginations
------------------------------------*/
.u-pagination-v1-1--active,
.u-pagination-v1-1:hover,
.u-pagination-v1-1:focus {
  background-color: #0b6ba2;
  border-color: #0b6ba2;
}
.u-pagination-v1-2:hover,
.u-pagination-v1-2:focus {
  color: #0b6ba2;
  border-color: #0b6ba2;
}
.u-pagination-v1-2--active,
.u-pagination-v1-2--nav {
  background-color: #0b6ba2;
  border-color: #0b6ba2;
}
.u-pagination-v1-2--nav:hover {
  background-color: rgba(114, 192, 44, 0.8);
}
.u-pagination-v1-4:hover,
.u-pagination-v1-4:focus {
  color: #0b6ba2;
  border-color: #0b6ba2;
}
.u-pagination-v1-4--active {
  background-color: #0b6ba2;
  border-color: #0b6ba2;
}
/*------------------------------------
  Ribbons
------------------------------------*/
.u-ribbon-bookmark.g-bg-primary::after {
  border-color: #0b6ba2;
}
.u-ribbon-clip-v4__inner.g-bg-primary {
  box-shadow: 0 0 0 3px #0b6ba2, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}
/*------------------------------------
  Accordions
------------------------------------*/
.u-accordion-color-primary__header [aria-expanded=true] {
  color: #0b6ba2 !important;
}
.u-accordion-bg-primary__header [aria-expanded=true] {
  background-color: #0b6ba2 !important;
  border-color: #0b6ba2 !important;
}
.u-accordion-brd-primary__header [aria-expanded=true] {
  border-color: #0b6ba2 !important;
}
.u-accordion-v2:nth-child(odd) {
  background-color: #66ab27;
}
/*------------------------------------
  Datepickers
------------------------------------*/
.u-datepicker-v1 .ui-datepicker-calendar td span.ui-state-active,
.u-datepicker-v1 .ui-datepicker-calendar th span.ui-state-active,
.u-datepicker-v1 .ui-datepicker-calendar td a.ui-state-active,
.u-datepicker-v1 .ui-datepicker-calendar th a.ui-state-active {
  background: #0b6ba2;
  border-color: #0b6ba2;
}
/*------------------------------------
  Sliders
------------------------------------*/
.u-slider-v1.ui-slider .ui-slider-range {
  background: #0b6ba2;
}
.u-slider-v1.ui-slider .ui-slider-handle {
  border-color: #0b6ba2;
}
/*------------------------------------
  Headers
------------------------------------*/
.js-header-change-moment.g-bg-primary--shift {
  background-color: #0b6ba2;
}
.js-header-change-moment.g-bg-primary-semi-transparent--shift {
  background-color: rgba(114, 192, 44, 0.9);
}
/*------------------------------------
  Heading
------------------------------------*/
.u-heading-v5-color-primary .u-heading-v5__title::before {
  background: #0b6ba2;
}
.u-heading-massive-underline::before {
  background-color: #0b6ba2;
}
/*------------------------------------
  Effects
------------------------------------*/
.u-icon-effect-v1-1--hover::after,
.u-icon-effect-v1-2--hover::after {
  box-shadow: 0 0 0 1px #0b6ba2;
}
.u-icon-effect-v1-1--hover:hover,
.u-icon-effect-v1-2--hover:hover,
.u-icon-v4.u-icon-effect-v1-1--hover:hover .u-icon-v4-inner,
.u-icon-v4.u-icon-effect-v1-2--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-effect-v1-1--hover,
.u-icon-block--hover:hover .u-icon-effect-v1-2--hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-effect-v1-1--hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4.u-icon-effect-v1-2--hover .u-icon-v4-inner {
  border-color: #0b6ba2;
  background: #0b6ba2 !important;
}
.u-icon-effect-v2--hover:hover,
.u-icon-effect-v2--hover:hover::after {
  background: #0b6ba2;
}
.u-icon-effect-v5--hover.g-bg-primary:hover,
.u-icon-block--hover:hover .u-icon-effect-v5--hover.g-bg-primary,
.u-icon-effect-v5--hover.g-color-primary:hover,
.u-icon-block--hover:hover .u-icon-effect-v5--hover.g-color-primary {
  box-shadow: 0 0 10px 10px #0b6ba2;
}
.u-icon-v4-bg-primary {
  border-color: #0b6ba2;
}
.u-icon-v4-bg-primary .u-icon-v4-inner {
  background: #0b6ba2;
}
.u-icon-v4-bg-primary--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-primary--hover {
  border-color: #0b6ba2;
}
.u-icon-v4-bg-primary--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-primary--hover .u-icon-v4-inner {
  background: #0b6ba2;
}
.u-icon-v5.g-bg-primary::after {
  background-color: #0b6ba2;
}
.u-icon-block--hover:hover .g-color-primary--hover {
  color: #0b6ba2;
}
.u-icon-block--hover:hover .g-brd-primary--hover {
  border-color: #0b6ba2;
}
.u-icon-block--hover:hover .g-bg-primary--hover {
  background: #0b6ba2;
}
/*------------------------------------
  Navigation Dropdown
------------------------------------*/
.navbar .u-sub-menu-v1 .hs-sub-menu,
.navbar .u-sub-menu-v1 .hs-mega-menu,
.navbar .u-sub-menu-v1 .dropdown-menu {
  border-color: #0b6ba2;
}
.navbar .u-sub-menu-v2 .hs-sub-menu,
.navbar .u-sub-menu-v2 .hs-mega-menu,
.navbar .u-sub-menu-v2 .dropdown-menu,
.navbar .u-sub-menu-v3 .hs-sub-menu,
.navbar .u-sub-menu-v3 .hs-mega-menu,
.navbar .u-sub-menu-v3 .dropdown-menu {
  border-top-color: #0b6ba2;
}
.navbar .u-main-nav-v1 .nav-item.active > .nav-link,
.navbar .u-main-nav-v1 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v1 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v1 .nav-item.show > .nav-link,
.navbar .u-main-nav-v1 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v1 .nav-item .nav-link:focus,
.navbar .u-main-nav-v8 .nav-item.active > .nav-link,
.navbar .u-main-nav-v8 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v8 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v8 .nav-item.show > .nav-link,
.navbar .u-main-nav-v8 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v8 .nav-item .nav-link:focus {
  background-color: #0b6ba2;
}
.navbar .u-main-nav-v2 .nav-item.active > .nav-link,
.navbar .u-main-nav-v2 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v2 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v2 .nav-item.show > .nav-link,
.navbar .u-main-nav-v2 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v2 .nav-item .nav-link:focus,
.navbar .u-main-nav-v3 .nav-item.active > .nav-link,
.navbar .u-main-nav-v3 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v3 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v3 .nav-item.show > .nav-link,
.navbar .u-main-nav-v3 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v3 .nav-item .nav-link:focus,
.navbar .u-main-nav-v4 .nav-item.active > .nav-link,
.navbar .u-main-nav-v4 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v4 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v4 .nav-item.show > .nav-link,
.navbar .u-main-nav-v4 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v4 .nav-item .nav-link:focus,
.navbar .u-main-nav-v5 .nav-item.active > .nav-link,
.navbar .u-main-nav-v5 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v5 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v5 .nav-item.show > .nav-link,
.navbar .u-main-nav-v5 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v5 .nav-item .nav-link:focus,
.navbar .u-main-nav-v6 .nav-item.active > .nav-link,
.navbar .u-main-nav-v6 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v6 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v6 .nav-item.show > .nav-link,
.navbar .u-main-nav-v6 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v6 .nav-item .nav-link:focus,
.navbar .u-main-nav-v7 .nav-item.active > .nav-link,
.navbar .u-main-nav-v7 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v7 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v7 .nav-item.show > .nav-link,
.navbar .u-main-nav-v7 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v7 .nav-item .nav-link:focus {
  border-color: #0b6ba2;
}
.navbar .u-main-nav-v9 .nav-item.active > .nav-link::after,
.navbar .u-main-nav-v9 .nav-item:hover > .nav-link::after,
.navbar .u-main-nav-v9 .nav-item:focus > .nav-link::after,
.navbar .u-main-nav-v9 .nav-item .nav-link:focus::after {
  color: #0b6ba2;
}
/*------------------------------------
  Nonstandard Background
------------------------------------*/
.u-ns-bg-v1-top.g-bg-primary::before,
.u-ns-bg-v2-top.g-bg-primary::before,
.u-ns-bg-v2-2-top.g-bg-primary::before,
.u-ns-bg-v6-top.g-bg-primary .u-ns-bg-before::before {
  border-bottom-color: #0b6ba2;
}
.u-ns-bg-v1-bottom.g-bg-primary::before,
.u-ns-bg-v2-bottom.g-bg-primary::before,
.u-ns-bg-v2-2-bottom.g-bg-primary::before,
.u-ns-bg-v6-bottom.g-bg-primary .u-ns-bg-before::before {
  border-top-color: #0b6ba2;
}
.u-ns-bg-v1-left.g-bg-primary::before,
.u-ns-bg-v2-left.g-bg-primary::before,
.u-ns-bg-v2-2-left.g-bg-primary::before,
.u-ns-bg-v6-left.g-bg-primary .u-ns-bg-before::before {
  border-right-color: #0b6ba2;
}
.u-ns-bg-v1-right.g-bg-primary::before,
.u-ns-bg-v2-right.g-bg-primary::before,
.u-ns-bg-v2-2-right.g-bg-primary::before,
.u-ns-bg-v6-right.g-bg-primary .u-ns-bg-before::before {
  border-left-color: #0b6ba2;
}
.u-ns-bg-v3-top.g-bg-primary::before,
.u-ns-bg-v3-left.g-bg-primary::before,
.u-ns-bg-v4-top.g-bg-primary::before,
.u-ns-bg-v4-left.g-bg-primary::before {
  border-bottom-color: #0b6ba2;
}
.u-ns-bg-v3-bottom.g-bg-primary::before,
.u-ns-bg-v3-right.g-bg-primary::before,
.u-ns-bg-v4-bottom.g-bg-primary::before,
.u-ns-bg-v4-right.g-bg-primary::before {
  border-top-color: #0b6ba2;
}
[class*="u-ns-bg-v5"].g-bg-primary svg path,
[class*="u-ns-bg-v5"].g-bg-primary svg polygon {
  fill: #0b6ba2;
}
@media (min-width: 768px) {
  .u-ns-bg-v1-top--md.g-bg-primary::before,
  .u-ns-bg-v2-top--md.g-bg-primary::before,
  .u-ns-bg-v2-2-top--md.g-bg-primary::before,
  .u-ns-bg-v6-top.g-bg-primary .u-ns-bg-before::before {
    border-bottom-color: #0b6ba2;
  }
  .u-ns-bg-v1-bottom--md.g-bg-primary::before,
  .u-ns-bg-v2-bottom--md.g-bg-primary::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-primary::before,
  .u-ns-bg-v6-bottom.g-bg-primary .u-ns-bg-before::before {
    border-top-color: #0b6ba2;
  }
  .u-ns-bg-v1-left--md.g-bg-primary::before,
  .u-ns-bg-v2-left--md.g-bg-primary::before,
  .u-ns-bg-v2-2-left--md.g-bg-primary::before,
  .u-ns-bg-v6-left.g-bg-primary .u-ns-bg-before::before {
    border-right-color: #0b6ba2;
  }
  .u-ns-bg-v1-right--md.g-bg-primary::before,
  .u-ns-bg-v2-right--md.g-bg-primary::before,
  .u-ns-bg-v2-2-right--md.g-bg-primary::before,
  .u-ns-bg-v6-right.g-bg-primary .u-ns-bg-before::before {
    border-left-color: #0b6ba2;
  }
}
/*------------------------------------
  Progress Bars
------------------------------------*/
.u-progress::-ms-fill,
.u-progress::-webkit-progress-value,
.u-progress::-moz-progress-bar {
  background-color: #0b6ba2;
}
.u-progress__pointer-v2::after,
.u-progress__pointer-v3::after {
  border-color: #0b6ba2;
}
/*------------------------------------
  Steps
------------------------------------*/
@media (min-width: 768px) {
  .u-steps-v1__item a,
  .u-steps-v1__item a::before,
  .u-steps-v1__item.active a,
  .u-steps-v1__item.active span {
    background-color: #0b6ba2;
  }
  .u-steps-v2__indicator,
  .u-steps-v2__item a::before,
  .u-steps-v2__item a .u-steps-v2__indicator,
  .u-steps-v3__indicator,
  .u-steps-v3__item a::before,
  .u-steps-v3__item a .u-steps-v3__indicator {
    background-color: #0b6ba2;
  }
  .u-steps-v2__item:hover a,
  .u-steps-v3__item:hover a {
    color: #0b6ba2;
  }
  .u-steps-v2__item:hover a .u-steps-v2__indicator,
  .u-steps-v3__item:hover a .u-steps-v3__indicator {
    box-shadow: 0 0 0 3px rgba(114, 192, 44, 0.3);
  }
  .u-steps-v2__item:hover a .u-steps-v2__indicator,
  .u-steps-v2__item:hover span .u-steps-v2__indicator,
  .u-steps-v3__item:hover a .u-steps-v3__indicator,
  .u-steps-v3__item:hover span .u-steps-v3__indicator {
    background-color: #0b6ba2;
  }
}
/*------------------------------------
  Tabs
------------------------------------*/
.g-color-primary--active.active {
  color: #0b6ba2;
}
[class*="u-nav-v8"] .nav-link.active,
[class*="u-nav-v8"] .nav-link.active .u-nav-v8__icon,
[class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__icon {
  background-color: #0b6ba2;
}
@media (min-width: 768px) {
  .u-nav-v1-1.u-nav-primary .nav-link.active,
  .u-nav-v2-1.u-nav-primary .nav-link.active,
  [class*="u-nav-v8"].u-nav-light .nav-link.active {
    background-color: #0b6ba2;
  }
  .u-nav-v1-2.u-nav-primary .nav-link.active,
  [class*="u-nav-v2"].u-nav-primary .nav-link,
  [class*="u-nav-v2"].u-nav-primary .nav-link.active,
  .u-nav-v3-2 .nav-link.active,
  [class*="u-nav-v5"].u-nav-primary .nav-link.active,
  [class*="u-nav-v6"] .nav-link.active,
  [class*="u-nav-v6"].flex-column .nav-link.active {
    border-color: #0b6ba2;
  }
  .u-nav-v2-2 .nav-link.active,
  [class*="u-nav-v3"] .nav-link.active,
  [class*="u-nav-v3"].u-nav-light .nav-link.active,
  [class*="u-nav-v5"].u-nav-primary .nav-link.active,
  [class*="u-nav-v7"] .nav-link.active {
    color: #0b6ba2;
  }
  .u-nav-v4-1.u-nav-primary .nav-link.active,
  [class*="u-nav-v6"] .nav-link.active::before {
    border-top-color: #0b6ba2;
  }
  .u-nav-v4-1-column .u-nav-v4-1.u-nav-primary .nav-link.active,
  [class*="u-nav-v6"].flex-column .nav-link.active::before {
    border-left-color: #0b6ba2;
  }
  [class*="u-nav-v8"].u-nav-light .nav-link.active::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #0b6ba2 50%), linear-gradient(to top left, transparent 49.6%, #0b6ba2 50%);
  }
  [class*="u-nav-v8"].justify-content-end .nav-link.active::before,
  [class*="u-nav-v8"].text-right .nav-link.active::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #0b6ba2 50%), linear-gradient(to top right, transparent 49.6%, #0b6ba2 50%);
  }
  .u-nav-v8-2 .nav-link.active::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #0b6ba2 50%), linear-gradient(to top left, transparent 49.6%, #0b6ba2 50%);
  }
}
@media (max-width: 767px) {
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"],
  [data-tabs-mobile-type="accordion"]) {
    border-color: #0b6ba2;
  }
  [data-tabs-mobile-type=slide-up-down].u-nav-primary .nav-link, [data-tabs-mobile-type=slide-up-down].nav-pills .nav-link, [data-tabs-mobile-type=slide-up-down].u-nav-primary .nav-link.active, [data-tabs-mobile-type=slide-up-down].u-nav-primary .nav-item.show .nav-link, [data-tabs-mobile-type=slide-up-down].nav-pills .nav-link.active, [data-tabs-mobile-type=slide-up-down].nav-pills .nav-item.show .nav-link {
    border-color: #0b6ba2 !important;
  }
}
/*--------------------------------------------------
  Info Blocks
----------------------------------------------------*/
.u-info-v1-2:hover .u-info-v1-2__item::after,
.u-info-v7-1:hover .u-info-v7-1__item-child-v2 {
  background: #0b6ba2;
}
.u-info-v1-5__item::after {
  border-bottom-color: #0b6ba2;
}
.info-v4-3:hover::after {
  border-color: #0b6ba2;
}
.info-v5-3:hover .info-v5-3__info {
  background-color: rgba(114, 192, 44, 0.9);
}
.u-info-v6-1__item::after,
.u-info-v6-1:hover .u-info-v6-1__item::after {
  background-image: linear-gradient(to right, #0b6ba2 0, transparent 100%);
}
/*------------------------------------
  Checked state background
------------------------------------*/
input[type=checkbox]:checked + .g-bg-primary--checked, input[type=radio]:checked + .g-bg-primary--checked, input[type=checkbox]:checked + * .g-bg-primary--checked, input[type=radio]:checked + * .g-bg-primary--checked, .g-checked .g-bg-primary--checked, .g-bg-primary--checked.g-checked {
  background-color: #0b6ba2 !important;
}
/*------------------------------------
  Checked state border
------------------------------------*/
input[type=checkbox]:checked + .g-brd-primary--checked, input[type=radio]:checked + .g-brd-primary--checked, input[type=checkbox]:checked + * .g-brd-primary--checked, input[type=radio]:checked + * .g-brd-primary--checked, .g-checked .g-brd-primary--checked, .g-brd-primary--checked.g-checked {
  border-color: #0b6ba2 !important;
}
/*------------------------------------
  Focus state border
------------------------------------*/
.g-brd-primary--focus:focus,
.g-brd-primary--focus.g-state-focus *,
.g-brd-primary--focus.g-state-focus *:focus {
  border-color: #0b6ba2 !important;
}
/*------------------------------------
  Focus state color
------------------------------------*/
.g-color-primary:focus {
  color: #0b6ba2;
}
/*------------------------------------
  Checked state overlay
------------------------------------*/
input[type=checkbox]:checked + .g-overlay-primary-0_5--checked::after, input[type=radio]:checked + .g-overlay-primary-0_5--checked::after, input[type=checkbox]:checked + * .g-overlay-primary-0_5--checked::after, input[type=radio]:checked + * .g-overlay-primary-0_5--checked::after, .g-overlay-primary-0_5--checked.g-checked::after, .g-checked .g-overlay-primary-0_5--checked::after {
  background-color: rgba(114, 192, 44, 0.5);
}
input[type=checkbox]:checked + .g-overlay-primary-0_9--checked::after, input[type=radio]:checked + .g-overlay-primary-0_9--checked::after, input[type=checkbox]:checked + * .g-overlay-primary-0_9--checked::after, input[type=radio]:checked + * .g-overlay-primary-0_9--checked::after, .g-overlay-primary-0_9--checked.g-checked::after, .g-checked .g-overlay-primary-0_9--checked::after {
  background-color: rgba(114, 192, 44, 0.9);
}
/*------------------------------------
  Success state
------------------------------------*/
.u-has-success-v1 .form-control-feedback,
.u-has-success-v1-2 .form-control-feedback,
.u-has-success-v1-3 .form-control-feedback {
  color: #0b6ba2;
}
.u-has-success-v1-2 .form-control,
.u-has-success-v1-2 .input-group-addon,
.u-has-success-v1-2 [class*="u-select"],
.u-has-success-v1-3 .form-control,
.u-has-success-v1-3 .input-group-addon,
.u-has-success-v1-3 [class*="u-select"] {
  border-color: #0b6ba2;
}
.u-has-success-v1-2 .input-group-addon:last-child,
.u-has-success-v1-2 .chosen-single div b,
.u-has-success-v1-3 .input-group-addon:last-child,
.u-has-success-v1-3 .chosen-single div b {
  color: #0b6ba2;
}
.u-has-success-v1-3 .input-group-addon,
.u-has-success-v1-3 .input-group-addon:last-child {
  background-color: #0b6ba2;
}
.u-has-success-v1-3 .form-control-feedback::before {
  border-color: #0b6ba2 transparent transparent transparent;
}
.u-has-success-v2::after {
  color: #0b6ba2;
}
/*------------------------------------
  jQuery UI
------------------------------------*/
.ui-autocomplete .ui-menu-item:hover {
  background-color: #0b6ba2;
}
/*------------------------------------
  Pin Map
------------------------------------*/
.point::before {
  background: #0b6ba2;
}
/*------------------------------------
  Go To
------------------------------------*/
.u-go-to-v1:hover,
.u-go-to-v1:focus:hover {
  background-color: #0b6ba2;
}
/*------------------------------------
  List Group
------------------------------------*/
.list-group-item.active {
  background-color: #0b6ba2;
  border-color: #0b6ba2;
}
/*------------------------------------
  Accordions
------------------------------------*/
.u-accordion-color-primary .u-accordion__header [aria-expanded=true] {
  color: #0b6ba2 !important;
}
/*------------------------------------
  Blockquotes
------------------------------------*/
.u-blockquote-v1::before {
  color: #0b6ba2;
}
/*------------------------------------
  Form Controls
------------------------------------*/
.form-control:focus,
.custom-select:focus {
  border-color: #0b6ba2;
}
/*------------------------------------
  Cubeportfolio
------------------------------------*/
.u-filter-v1 > li:hover,
.u-filter-v1 [class*="active"] {
  color: #0b6ba2;
}
/*------------------------------------
  Pagination
------------------------------------*/
.u-pagination-v1-5--active,
.u-pagination-v1-5:hover,
.u-pagination-v1-5:focus {
  background-color: #0b6ba2;
  border-color: #0b6ba2;
}
/*------------------------------------
  Keyframes
------------------------------------*/
@keyframes sonarEffect-primary {
  0% {
    opacity: .3;
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0b6ba2, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #0b6ba2, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}






/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url("/GalleryPlus/Skinsgrab.png") 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url("/GalleryPlus/Skinsgrabbing.png") 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url("/GalleryPlus/Skinsblank.gif");
}
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url("/GalleryPlus/Skins/default/rs-default.png");

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url("/GalleryPlus/Skins/default/rs-default.png");
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url("/GalleryPlus/Skins/default/rs-default.png") 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url("/GalleryPlus/Skins/default/rs-default.png") no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url("/GalleryPlus/Skins/default/rs-default.png") -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url("/GalleryPlus/Skins/default/../preloaders/preloader-white.gif");

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}/******************************
*
*  RoyalSlider Default Inverted Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default-inverted.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
	background: #EEE;
	color: #222;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefaultInv .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefaultInv.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefaultInv.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefaultInv.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefaultInv.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefaultInv.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefaultInv .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url("/GalleryPlus/Skins/default-inverted/rs-default-inverted.png");

	background-color: #FFF;
	background-color: rgba(255,255,255, .75);
	*background-color: #FFF;
	
	border-radius: 2px;
}
.rsDefaultInv .rsArrowIcn:hover {
	background-color: rgba(255,255,255,0.9);
}

.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefaultInv.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefaultInv.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefaultInv .rsArrowDisabled .rsArrowIcn { filter: alpha(opacity=20); opacity: .2; *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefaultInv .rsBullets {
	position: relative;
	z-index: 35;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	text-align: center;
	line-height: 5px;
	overflow: hidden;
}
.rsDefaultInv .rsBullet {
	width: 5px;
	height: 5px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px;
}
.rsDefaultInv .rsBullet span {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #BBB;
}
.rsDefaultInv .rsBullet.rsNavSelected span {
	background-color: #000;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefaultInv .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefaultInv .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefaultInv .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefaultInv .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefaultInv .rsThumb.rsNavSelected {
	background: #FFF;
}
.rsDefaultInv .rsThumb.rsNavSelected img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.rsDefaultInv .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefaultInv .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.rsDefaultInv .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefaultInv .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #FFF;
	background: rgba(255,255,255,0.75);
}
.rsDefaultInv .rsThumbsArrow:hover {
	background: rgba(255,255,255,0.9);
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefaultInv .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url("/GalleryPlus/Skins/default-inverted/rs-default-inverted.png");
}

.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefaultInv .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefaultInv .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefaultInv .rsThumbsHor {
		height: 44px;
	}
	.rsDefaultInv .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefaultInv .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefaultInv .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefaultInv .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefaultInv .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefaultInv .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefaultInv .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefaultInv .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefaultInv .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url("/GalleryPlus/Skins/default-inverted/rs-default-inverted.png") 0 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
	border-radius: 2px;

}
.rsDefaultInv .rsFullscreenIcn:hover {
	background-color: rgba(255,255,255,0.9);
}
.rsDefaultInv.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefaultInv .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefaultInv .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url("/GalleryPlus/Skins/default-inverted/rs-default-inverted.png") no-repeat 0 -32px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
}
.rsDefaultInv .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(255,255,255,0.9);
}
.rsDefaultInv .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsDefaultInv .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefaultInv .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefaultInv .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url("/GalleryPlus/Skins/default-inverted/rs-default-inverted.png") -64px 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
}
.rsDefaultInv .rsCloseVideoIcn:hover {
	background-color: rgba(255,255,255,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefaultInv .rsPreloader {
	width:20px;
	height:20px;
	background-image:url("/GalleryPlus/Skins/default-inverted/../preloaders/preloader.gif");

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefaultInv .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #FFF;
    background: rgba(255,255,255, 0.75);

	color: #000;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: #000;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsMinW .rsArrowLeft { right: 37px; bottom: 7px; }
.rsMinW .rsArrowRight { right: 7px; bottom: 7px; }

.rsMinW .rsArrowIcn {		
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;	
	background: url("/GalleryPlus/Skins/minimal-white/rs-minimal-white.png") transparent;
	
	border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {

}


.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }

.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: absolute;
	bottom: 15px;
	right: 73px;
	z-index: 35;
	padding-top: 4px;
	height: auto;

	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsMinW .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsMinW .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsMinW .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
	background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
} 
.rsMinW .rsTmb {
	display: block;
}




/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsMinW .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url("/GalleryPlus/Skins/minimal-white/rs-minimal-white.png");
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsMinW .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsMinW .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsMinW .rsThumbsHor {
		height: 44px;
	}
	.rsMinW .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsMinW .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsMinW .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #000;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	*display:inline; 
	*zoom:1;
}
.rsMinW .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsMinW .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected { 
	color: #000;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsMinW .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsMinW .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url("/GalleryPlus/Skins/minimal-white/rs-minimal-white.png") 0 0 transparent;
}
.rsMinW .rsFullscreenIcn:hover {
	opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsMinW .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url("/GalleryPlus/Skins/minimal-white/rs-minimal-white.png") no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsMinW .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsMinW .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsMinW .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url("/GalleryPlus/Skins/minimal-white/rs-minimal-white.png") -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url("/GalleryPlus/Skins/minimal-white/../preloaders/preloader-white.gif");

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #000;
    background: rgba(0,0,0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}/******************************
*
*  RoyalSlider Universal Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-universal.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
	background: #222;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsUni .rsArrow {
	height: 100%;
	width: 60px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsUni.rsVer .rsArrow {
	width: 100%;
	height: 60px;
	
}
.rsUni.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsUni.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsUni.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsUni.rsHor .rsArrowRight { right: 0; top:0; }

.rsUni .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url("/GalleryPlus/Skins/universal/rs-universal.png");
	opacity: 0.5;
	border-radius: 2px;
}
.rsUni .rsArrow:hover .rsArrowIcn {
	opacity: 1;
}

.rsUni.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsUni.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsUni.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsUni.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsUni .rsArrowDisabled .rsArrowIcn { opacity: .1 !important; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsUni .rsBullets {
	position: relative;
	z-index: 35;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	text-align: center;
	line-height: 5px;
	overflow: hidden;
}
.rsUni .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 5px;
}
.rsUni .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #BBB;
}
.rsUni .rsBullet.rsNavSelected span {
	background-color: #383838;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsUni .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsUni .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsUni.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsUni.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsUni .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsUni .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsUni .rsThumb.rsNavSelected {
	background: #333;
}
.rsUni .rsThumb.rsNavSelected img {
	opacity: 0.7;
	filter: alpha(opacity=30);
}
.rsUni .rsThumb.rsNavSelected .thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
} 

.rsUni .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsUni .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsUni .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsUni .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
}
.rsUni .rsThumbsArrow:hover {

}
.rsUni.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsUni.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsUni.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsUni.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsUni .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url("/GalleryPlus/Skins/universal/rs-universal.png") transparent;
}

.rsUni.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsUni.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsUni.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsUni.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsUni .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsUni .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsUni .rsThumbsHor {
		height: 44px;
	}
	.rsUni .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsUni .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsUni .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	text-decoration: none;

	background: #FFF;
	border-right: none;
	*display:inline; 
	*zoom:1;
	*border-right: 1px solid #d9d9d9;
	
}
.rsUni .rsTab:first-child {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}
.rsUni .rsTab:last-child { 
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border-right: 1px solid #D9D9DD;
}
.rsUni .rsTab:active { 
	background-color: #f4f4f4;
}
.rsUni .rsTab.rsNavSelected { 
	color: #FFF;
	background: #383838;
	border-color: #383838;
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsUni .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsUni .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url("/GalleryPlus/Skins/universal/rs-universal.png") 0 0 transparent;
	opacity: 0.7;
	border-radius: 2px;

}
.rsUni .rsFullscreenBtn:hover .rsFullscreenIcn {
	opacity: 1;
}
.rsUni.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsUni .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsUni .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url("/GalleryPlus/Skins/universal/rs-universal.png") no-repeat 0 -32px;
	background-color: #383838;
	background-color: rgba(0,0,0,0.75);
	*background-color: #383838;
}
.rsUni .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsUni .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsUni .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsUni .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsUni .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url("/GalleryPlus/Skins/universal/rs-universal.png") -64px 0;
	background-color: #383838;
	background-color: rgba(0,0,0,0.75);
	*background-color: #383838;
}
.rsUni .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsUni .rsPreloader {
	width:20px;
	height:20px;
	background-image:url("/GalleryPlus/Skins/universal/../preloaders/preloader-white.gif");

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsUni .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #222;

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}/* -- PUBLIC -- */


/* Full width slider */
.gp-full-width-slider { width: 100%; }
.gp-full-width-slider .rsImg { width: 100%; height: 100%; }
.gp-full-width-slider .infoBlock { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-full-width-slider .infoBlock h4 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.gp-full-width-slider .infoBlock p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-full-width-slider .infoBlock:empty {display: none;}
.gp-full-width-slider .infoBlock p:empty {display: none;}
.gp-full-width-slider .infoBlock h4:empty {display: none;}
.gp-full-width-slider .infoBlock {margin:0px;margin-left:25px;margin-top:-90px;opacity: .80; filter: alpha(opacity=80);width:93%}


/* Gallery - Vertical */
.gp-gallery-vertical .rsGCaption p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-gallery-vertical { width: 100%; }
.gp-gallery-vertical .rsGCaption { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-gallery-vertical .rsGCaption h3 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.rsDefault .rsNavSelected.rsThumb img {opacity: .70; filter: alpha(opacity=70);   }
.gp-gallery-vertical .rsGCaption:empty {display: none;}
.gp-gallery-vertical .rsGCaption p:empty {display: none;}
.gp-gallery-vertical .rsGCaption h3:empty {display: none;}


/* Gallery - Vertical, Multi-row */
.gp-gallery-vertical-multi { width: 100%; }
.gp-gallery-vertical-multi .rsThumbs { width: 235px; height: 100%; position: absolute; top: 0; padding: 0 0 0 1px; right: 0; }
.gp-gallery-vertical-multi .rsThumb { float: left; overflow: hidden; width: 75px; height: 50px; margin-right: 1px; }
.gp-gallery-vertical-multi .rsDefault .rsNavSelected.rsThumb img {opacity: .70; filter: alpha(opacity=70);   }
.gp-gallery-vertical-multi .rsGCaption { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-gallery-vertical-multi .rsGCaption h3 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.gp-gallery-vertical-multi .rsGCaption p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-gallery-vertical-multi .rsGCaption:empty {display: none;}
.gp-gallery-vertical-multi .rsGCaption p:empty {display: none;}
.gp-gallery-vertical-multi .rsGCaption h3:empty {display: none;}


/* Gallery - Horizontal */
.gp-gallery-horizontal .rsDefault .rsNavSelected.rsThumb img {opacity: .70; filter: alpha(opacity=70);   }
.gp-gallery-horizontal { width: 100%; }
.gp-gallery-horizontal .rsGCaption { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-gallery-horizontal .rsGCaption h3 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.gp-gallery-horizontal .rsGCaption p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-gallery-horizontal .rsGCaption:empty {display: none;}
.gp-gallery-horizontal .rsGCaption p:empty {display: none;}
.gp-gallery-horizontal .rsGCaption h3:empty {display: none;}



/* -- ADMIN -- */
.gallery-plus-admin .admin-nav { margin: 10px 0; padding: 5px 0 5px 10px; background: #e7dcbe; font-size: 13px; font-weight: bold;}
    .gallery-plus-admin .admin-nav ul li { display: inline-block; }
    .gallery-plus-admin .admin-nav ul.nav > li { background-image: none; } 
        .gallery-plus-admin .admin-nav ul li a, .gallery-plus-admin .admin-nav ul li a:link, .gallery-plus-admin .admin-nav ul li a:visited, .gallery-plus-admin .admin-nav ul li:active { padding: 5px 10px; font-weight: bold; }

.NoticeDisplay { width: 50%; padding: 8px; margin: 10px 0; -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px; }
    .NoticeDisplay p { margin: auto; }
    .NoticeSuccess { background: #D1F4D1; }
    .NoticeInfo { background: #E3E3E3; }
    .NoticeWarning { background: #FC0; }
    .NoticeError { background: #F5D1D1; }
    .NoticeCritical { background: #FF0000; } 

.gallery-plus-admin .admin-photo-list { width: 100%; }
    .gallery-plus-admin .admin-photo-list .photo { float: left; width: 150px; height: 148px; margin: 10px 15px; }
        .gallery-plus-admin .admin-photo-list .photo .image { border: 0; margin: 0; }
        .gallery-plus-admin .admin-photo-list .photo .title { display: block; height: 16px; margin-bottom: 3px; font-size: 11px; text-align: center; }
        .gallery-plus-admin .admin-photo-list .photo .photo-tools { text-align: center; }
            .gallery-plus-admin .admin-photo-list .photo .photo-tools .sort { width: 35px; padding: 2px 0; text-align: center; font-size: 12px; color: #333; border: 1px solid #999; }

.gallery-plus-admin .admin-no-photos { text-align: center; color: #ff0000; }

.gallery-plus-admin .photo-edit-form .photo-thumb { float: right; width: 200px; }
.gallery-plus-admin .photo-edit-form .delete { margin-left: 15px; color: #ff0000; }/* -- PUBLIC -- */


/* Full width slider */
.gp-full-width-slider { width: 100%;}
.gp-full-width-slider .rsImg { width: 100%; height: 100%; }
.gp-full-width-slider .infoBlock { height:120px; padding:0px; color:#FFFFFF;background-color:#363636;margin:5px;opacity: .80; filter: alpha(opacity=80); border-radius:0px}
.gp-full-width-slider .infoBlock h4 {font-family:Arial; font-size:18px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.gp-full-width-slider .infoBlock p { font-size:13px; color:#FFFFFF;margin-bottom:5px;margin-top:-10px;margin-left:0px; padding:8px;font-family:Arial}
.gp-full-width-slider .infoBlock:empty {display: none;}
.gp-full-width-slider .infoBlock p:empty {display: none;}
.gp-full-width-slider .infoBlock h4:empty {display: none;}
.gp-full-width-slider .infoBlock {margin:0px;margin-left:0px;margin-top:-390px;opacity: .77; filter: alpha(opacity=80);}


/* Gallery - Vertical */
.gp-gallery-vertical .rsGCaption p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-gallery-vertical { width: 100%; }
.gp-gallery-vertical .rsGCaption { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-gallery-vertical .rsGCaption h3 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.rsDefault .rsNavSelected.rsThumb img {opacity: .70; filter: alpha(opacity=70);   }
.gp-gallery-vertical .rsGCaption:empty {display: none;}
.gp-gallery-vertical .rsGCaption p:empty {display: none;}
.gp-gallery-vertical .rsGCaption h3:empty {display: none;}


/* Gallery - Vertical, Multi-row */
.gp-gallery-vertical-multi { width: 100%; }
.gp-gallery-vertical-multi .rsThumbs { width: 235px; height: 100%; position: absolute; top: 0; padding: 0 0 0 1px; right: 0; }
.gp-gallery-vertical-multi .rsThumb { float: left; overflow: hidden; width: 75px; height: 50px; margin-right: 1px; }
.gp-gallery-vertical-multi .rsDefault .rsNavSelected.rsThumb img {opacity: .70; filter: alpha(opacity=70);   }
.gp-gallery-vertical-multi .rsGCaption { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-gallery-vertical-multi .rsGCaption h3 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.gp-gallery-vertical-multi .rsGCaption p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-gallery-vertical-multi .rsGCaption:empty {display: none;}
.gp-gallery-vertical-multi .rsGCaption p:empty {display: none;}
.gp-gallery-vertical-multi .rsGCaption h3:empty {display: none;}


/* Gallery - Horizontal */
.gp-gallery-horizontal .rsDefault .rsNavSelected.rsThumb img {opacity: .70; filter: alpha(opacity=70);   }
.gp-gallery-horizontal { width: 100%; }
.gp-gallery-horizontal .rsGCaption { padding:0px; color:#FFFFFF;background-color:#363636;margin:10px;opacity: .80; filter: alpha(opacity=80); -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px;}
.gp-gallery-horizontal .rsGCaption h3 { font-size:20px; color:#FFFFFF;margin-bottom:5px;margin-top:5px;margin-left:0px; padding:10px}
.gp-gallery-horizontal .rsGCaption p { font-size:14px; color:#FFFFFF;margin-bottom:5px;margin-top:0px;margin-left:0px; padding:5px}
.gp-gallery-horizontal .rsGCaption:empty {display: none;}
.gp-gallery-horizontal .rsGCaption p:empty {display: none;}
.gp-gallery-horizontal .rsGCaption h3:empty {display: none;}



/* -- ADMIN -- */
.gallery-plus-admin .admin-nav { margin: 10px 0; padding: 5px 0 5px 10px; background: #e7dcbe; font-size: 13px; font-weight: bold;}
    .gallery-plus-admin .admin-nav ul li { display: inline-block; }
    .gallery-plus-admin .admin-nav ul.nav > li { background-image: none; } 
        .gallery-plus-admin .admin-nav ul li a, .gallery-plus-admin .admin-nav ul li a:link, .gallery-plus-admin .admin-nav ul li a:visited, .gallery-plus-admin .admin-nav ul li:active { padding: 5px 10px; font-weight: bold; }

.NoticeDisplay { width: 50%; padding: 8px; margin: 10px 0; -webkit-border-radius:  5px; -moz-border-radius: 5px; border-radius: 5px; }
    .NoticeDisplay p { margin: auto; }
    .NoticeSuccess { background: #D1F4D1; }
    .NoticeInfo { background: #E3E3E3; }
    .NoticeWarning { background: #FC0; }
    .NoticeError { background: #F5D1D1; }
    .NoticeCritical { background: #FF0000; } 

.gallery-plus-admin .admin-photo-list { width: 100%; }
    .gallery-plus-admin .admin-photo-list .photo { float: left; width: 150px; height: 148px; margin: 10px 15px; }
        .gallery-plus-admin .admin-photo-list .photo .image { border: 0; margin: 0; }
        .gallery-plus-admin .admin-photo-list .photo .title { display: block; height: 16px; margin-bottom: 3px; font-size: 11px; text-align: center; }
        .gallery-plus-admin .admin-photo-list .photo .photo-tools { text-align: center; }
            .gallery-plus-admin .admin-photo-list .photo .photo-tools .sort { width: 35px; padding: 2px 0; text-align: center; font-size: 12px; color: #333; border: 1px solid #999; }

.gallery-plus-admin .admin-no-photos { text-align: center; color: #ff0000; }

.gallery-plus-admin .photo-edit-form .photo-thumb { float: right; width: 200px; }
.gallery-plus-admin .photo-edit-form .delete { margin-left: 15px; color: #ff0000; }









/* #Media Queries================================================== */

/* 768 SCREEN WIDTH (TABLETS) */
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
.gp-full-width-slider .infoBlock {margin-top:-218px;}
}

