/**-----------------------------------------------**/
/*! DubLi Network Layout
 *  @author  Daniel Kulbe <dkulbe@dublicorp.com>
 *  @version v1.1.0
 *  @changed 2015-11-01 (dku)
 */
/**-----------------------------------------------**
 *  @white:        #ffffff (Background)
 *  @dark-gray:    #666666 (Text/Titles)
 *  @gray:         #999999 (Bright/Disabled Text)
 *  @light-grey:   #e6e6e6 (Thin Lines)
 *  @table-odd:    #f0f1f3 (Table Odd Background)
 *  @table-even:   #fbfbfb (Table Even Background / Darker Background)
 *  @brand:        #7d9ea7 (turquoise, shapes/titles/links/texthighlight)
 *  @brand-alt:    #9dbdc6 (bright turquoise)
 *
 *  for lighten / darken:
 *  @see HEX Color Tool <http://www.hexcolortool.com>
 *
 *  SVG icons:
 *  @see Elegant Font <http://www.elegantthemes.com/blog/resources/elegant-icon-font>
 *
 *  Table of Content
 *  ----------------
 *      1. Reset
 *      2. General
 *      3. Layout (Grid)
 *      4. Tables
 *      5. Forms
 *      6. Buttons
 *      7. Static helper
 *      8. Navigation lists
 *      9. Pagination
 *     10. Alert messages
 *     11. Tooltip
 *     12. Modal
 *     13. Calendar
 *     14. Page Content
 *     15. Helper classes
 **-----------------------------------------------**/


/* -----------------------------------------------
 *  1. Reset
 * ----------------------------------------------- */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-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;
}
b,
strong,
dt {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: 85%;
}
img {
  vertical-align: middle;
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  height: 0;
  border: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
[role="button"] {
  cursor: pointer;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  line-height: normal;
}
a:focus,
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;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
* {
  -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;
}

/* -----------------------------------------------
 *  2. General
 * ----------------------------------------------- */

html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background: #fff url(/Images/Header/map.jpg) 50% 0 no-repeat;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.53846154;
  color: #666;
}
a {
  color: #7d9ea7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #7d9ea7;
  text-decoration: underline;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e6e6e6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}
h1 small,
h2 small,
h3 small {
  font-size: 75%;
}
h1 {
  font-size: 20px;
  color: #7d9ea7;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 17px;
  text-transform: uppercase;
  color: #666;
}
h4 {
  font-size: 15px;
  color: #666;
}
h5 {
  font-size: 13px;
  text-transform: uppercase;
}
h6 {
  font-size: 13px;
  font-weight: 400;
}
p {
  margin: 0 0 15px;
}
mark {
  padding: .2em;
  background-color: #9dbdc6;
}
ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 15px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
dt,
dd {
  line-height: 1.53846154;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #fbfbfb;
}
blockquote {
  position: relative;
  padding: 0 0 0 100px;
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 300;
}
blockquote:before {
  position: absolute;
  left: 0;
  top: 30px;
  content: open-quote;
  display: table;
  color: #cccccc;
  font-family: "Times New Roman", Times, serif;
  font-size: 12em;
  line-height: 0.4em;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
address {
  margin-bottom: 15px;
  font-style: 400;
  line-height: 1.53846154;
}
.addresses > address {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.addresses > address + address {
  margin-left: 30px;
}
code,
pre {
  border-radius: 3px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  color: #333;
}
code {
  padding: 2px 4px;
  background-color: #f7f7f9;
  border: 1px solid #dfdfdf;
  font-size: 90%;
  color: #666;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.53846154;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fbfbfb;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
pre code {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: inherit;
  white-space: pre-wrap;
  color: inherit;
}
.bordered-image {
  padding: 5px;

  /* ASP controlled images always got annoying style reset to 0 */
  border: 1px solid #e6e6e6 !important;
}
.img-filetype {
  display: inline-block;
  border: 1px solid #e6e6e6;
}
.btn-large .img-filetype {
  float: left;
  margin: -8px 8px -8px -14px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #7d9ea7;
}

/* -----------------------------------------------
 *  3. Layout (Grid)
 *  - base: 12
 *  - available:
 *      2, 3 (1/4), 4 (1/3), 6 (1/2),
 *      8 (2/3), 9 (3/4), 10, 12 (full)
 * ----------------------------------------------- */

.container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  list-style: none;
  counter-reset: li;
}
ol.row > li {
  padding-left: 40px;
}
ol.row > li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 20px;
  width: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

/* PAGE HEADER */
.header .statusbar { /* @see Title/LoggedInUserDetails.ascx */
  min-height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 25px;
  text-align: right;
}
.header .logo {      /* <a>, @see Menu/Header.ascx */
  display: block;
  padding-bottom: 20px;
  -webkit-transition: opacity .15s ease-in-out;
       -o-transition: opacity .15s ease-in-out;
          transition: opacity .15s ease-in-out;
}
.header .logo:hover,
.header .logo:focus {
  opacity: .85;
  filter: alpha(opacity=85);
  text-decoration: none;
}
.header .logo img {
  max-width: 100%;
  height: auto;
}
.header .banner a {    /* @see Module "Header Slider" */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: right;
}
.header .banner .current {
  z-index: 2;
}
.header .banner img {
  max-height: 100%;
}
.navbar {
  background-color: #556374;
  background-image: -webkit-linear-gradient(top, #556374, #414c59);
  background-image:      -o-linear-gradient(top, #556374, #414c59);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#556374), to(#414c59));
  background-image:         linear-gradient(to bottom, #556374, #414c59);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff556374', endColorstr='#ff414c59', GradientType=0);
  background-repeat: repeat-x;
  border-bottom: 5px solid #9dbdc6;
  color: #fff;
}
.navbar-inner {
  margin: 0 -20px;
  min-height: 50px;
  background: url(/Images/Icons/nav-shine.png) 100% 0 no-repeat;
}

/* CONTENT */
.content {
  background-color: #fff;
}
.page-content {
  padding-top: 20px;
  padding-bottom: 30px;
}

/* PAGE FOOTER */
.colophon {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #fbfbfb;
  background-image: -webkit-linear-gradient(top, #fbfbfb, #fff);
  background-image:      -o-linear-gradient(top, #fbfbfb, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#fff));
  background-image:         linear-gradient(to bottom, #fbfbfb, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfbfb', endColorstr='#ffffffff', GradientType=0);
  background-repeat: repeat-x;
  border-top: 5px solid #9dbdc6;
}
.colophon .copyright_right {
  padding-top: 20px;
  font-size: 12px;
  text-align: right;
  color: #999;
  width: 50%;
  float:right;
  line-height:45px;
}
.colophon .copyright_left {
  padding-top: 20px;
  font-size: 12px;
  text-align: left;
  color: #999;
  width: 50%;
  float:left;
}

@media (max-width: 859px) {
  .colophon .copyright_right,
  .colophon .copyright_left {
    width: 100%;
  }
  .colophon .copyright_right {
    text-align: left
  }
}

.colophon .copyright_left > img 
{
    padding-right: 10px;
}

/* -----------------------------------------------
 *  4. Tables
 * ----------------------------------------------- */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
  font-weight: 700;
}

/* STYLED TABLES */
.table {
  width: 100%;
  border: 0;
  margin-bottom: 15px;
  background-color: transparent;
}
.table > caption {
  vertical-align: bottom;
  height: 45px;
  padding: 8px;
  background-color: #7d9ea7;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  height: 40px;
  padding: 8px;
  border: 1px solid #fff;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
  border-left: 0;
}
.table > thead > tr > th:last-child,
.table > tbody > tr > th:last-child,
.table > thead > tr > td:last-child,
.table > tfoot > tr > th:last-child,
.table > tbody > tr > td:last-child,
.table > tfoot > tr > td:last-child {
  border-right: 0;
}
.table > thead > tr > th,
.table > thead > tr > td {
  height: 45px;
  vertical-align: bottom;
  background-color: #9dbdc6;
  font-size: 15px;
  color: #fff;
}
.table > tbody {
  border-top: 7px solid #7d9ea7;
  border-bottom: 7px solid #7d9ea7;
}
.table > caption + tbody {
  border-top-width: 0;
}
.table > tbody > .odd > th,
.table > tbody > .odd > td {
  background: #f0f1f3;
}
.table > tbody > .even > th,
.table > tbody > .even > td {
  background: #fbfbfb;
}
.table > tfoot,
.table > tbody:last-child {
  border-bottom: 7px solid #e6e6e6;
}

/* SUB TABLE */
.table .table {
  margin-bottom: 0;
}
.table .table > tfoot,
.table .table > tbody:last-child {
  border-bottom: none;
}
.table .table > tbody:first-child,
.table .table > thead:first-child > tr > th,
.table .table > thead:first-child > tr > td,
.table .table > tbody:first-child > tr > th,
.table .table > tbody:first-child > tr > td
.table .table > tfoot:first-child > tr > th,
.table .table > tfoot:first-child > tr > td {
  border-top: none;
}

/* SORTABLE TABLES */
.table > thead > tr > .sortable-header {
  padding-right: 45px;
  background-image: url(/Images/Icons/sort.svg); /* 45x45px */
  background-position: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.table > thead > tr > .is-sorted-asc {
  background-color: #98b8c1; /* darken(@brand-alt, 2%) */
  background-image: url(/Images/Icons/sort-asc.svg);
}
.table > thead > tr > .is-sorted-desc {
  background-color: #98b8c1; /* darken(@brand-alt, 2%) */
  background-image: url(/Images/Icons/sort-desc.svg);
}
.table > tbody > .odd > .is-sorted {
  background-color: #ebecee; /* darken(@table-odd, 2%) */
}
.table > tbody > .even > .is-sorted {
  background-color: #f6f6f6; /* darken(@table-even, 2%) */
}

/* SPECIALS */
table th[class*="col-"],
table td[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table .collapse-indicator {
  display: block;
  float: right;
  width: 17px;
  height: 17px;
  margin-top: 11px;
  background: url(/Images/Icons/unhide.png) 50% no-repeat;
}
.table .collapse.in .collapse-indicator {
  background-image: url(/Images/Icons/hide.png);
}
.table > tbody > tr > td > ul:last-child,
.table > tfoot > tr > td > ul:last-child {
  margin-bottom: 0;
}

/* HEADER LINKS */
.table thead a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
.table thead a:not(.btn):hover,
.table thead a:not(.btn):focus {
  color: #fff;
  text-decoration: none;
}

/* NUMBERS */
.table .percentage {
  font-size: 15px;
  font-weight: 700;
}
.table .percentage span {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}

/* -----------------------------------------------
 *  5. Forms
 * ----------------------------------------------- */

legend {
  display: block; /* Mimic <h2> */
  width: 100%;
  margin: 15px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #666;
}
legend small {
  font-size: 75%;
  color: #999;
}
legend,
.legend {
  position: relative;
  min-height: 32px;
  margin-top: 30px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
legend:after,
.legend:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  display: block;
  width: 57px;
  height: 2px;
  background-color: #7d9ea7;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 300;
  letter-spacing: 0.07em;
}
label .required {
  color: #7d9ea7;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.53846154;
  color: #666;
  -webkit-transition: border-color ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s;
          transition: border-color ease-in-out .15s;
}
.form-control:focus {
  border-color: #7d9ea7;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fbfbfb;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
input.form-control[size],
select.form-control[cols] {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
textarea.form-control,
select[multiple].form-control {
  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 {
    line-height: 34px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio-inline,
.check-inline {
  list-style: none;
  padding: 0;
}
.radio,
.check {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio-inline li,
.check-inline li {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
}
.radio label,
.check label,
.radio-inline label,
.check-inline label {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.check input[type="checkbox"],
.radio-inline input[type="radio"],
.check-inline input[type="checkbox"] {
  position: absolute;
  z-index: 2;
  margin-top: 4px \9;
}
.radio + .radio,
.check + .check {
  margin-top: -5px;
}
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"],
.radio.disabled label,
.check.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .check label {
  cursor: not-allowed;
}
output {
  display: block;
  min-height: 34px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #666;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #999;
}
.help-block.error {
  color: #b94a48;
}
.actions {
  margin-top: 9px;
}

/* INLINE */
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline input.form-control[size],
.form-inline select.form-control[cols] {
  vertical-align: middle;
}
.form-inline .control-label {
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio,
.form-inline .check {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* HORIZONTAL */
.form-horizontal .radio,
.form-horizontal .check {
  min-height: 27px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-right: -20px;
  margin-left: -20px;
}
.form-horizontal .form-inline label {
  margin-top: 7px;
}

/* AJAX FILE UPLOAD WIDGET */
.ajax {
  position: relative;
}
.ajax .ajax__throbber {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: .6;
  filter: alpha(opacity=60);
}
.ajax .ajax__fileupload {
  border-radius: 4px;
  border-color: #e6e6e6;
}
.ajax .ajax__fileupload_dropzone {
  margin: 0 0 4px;
  line-height: 60px;
  background-color: #fbfbfb;
  border: none;
}
.ajax .ajax__fileupload_selectFileButton {
  background-color: #fff;
  border: 1px solid #666;
  line-height: 22px;
  color: #666;
}
.ajax .ajax__fileupload_topFileStatus {
  font-size: 10px;
  color: #999;
}
.ajax .ajax__fileupload_queueContainer {
  padding: 4px 0;
  border: none;
}
.ajax .ajax__fileupload_fileItemInfo {
  height: 34px;
  font-size: 10px;
  line-height: 1.1;
}
.ajax .ajax__fileupload_fileItemInfo .filename,
.ajax .ajax__fileupload_fileItemInfo .uploadstatus {
  display: block;
}
.ajax .ajax__fileupload_fileItemInfo .pendingState {
  color: #999;
}
.ajax .ajax__fileupload_fileItemInfo .uploadingState {
  color: #666;
}
.ajax .ajax__fileupload_fileItemInfo .uploadedState {
  color: #468847;
}
.ajax .ajax__fileupload_fileItemInfo .removeButton {
  width: 60px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #999;
  font-size: 13px;
  font-weight: 700;
  color: #999;
}
.ajax .ajax__fileupload_footer {
  height: 22px;
  line-height: 22px;
}
.ajax .ajax__fileupload_ProgressBarHolder > div {
  background-color: #999;
}
.ajax .ajax__fileupload_progressBar {
  background-color: #7d9ea7;
  font-size: 11px;
  color: #fff;
}
.ajax .ajax__fileupload_uploadbutton,
.ajax .ajax__fileupload_cancelbutton {
  background-color: #666;
  border: 1px solid #666;
}

/* -----------------------------------------------
 *  6. Buttons
 * ----------------------------------------------- */

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 6px 12px;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid #666;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.53846154;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #666;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  background-color: #666;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 7px 16px -2px rgba(0, 0, 0, .25);
          box-shadow: 0 7px 16px -2px rgba(0, 0, 0, .25);
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 7px 16px -2px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 7px 16px -2px rgba(0, 0, 0, .25);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
  filter: alpha(opacity=65);
  color: #666;
  cursor: not-allowed;
}
.btn > svg {
  display: block;
}
.btn .chevron-right {
  fill: #666;
}
.btn:hover .chevron-right,
.btn:focus .chevron-right {
  fill: #fff;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #7d9ea7;
  background-color: #fff;
  border-color: #7d9ea7;
}
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #7d9ea7;
  border-color: #7d9ea7;
}
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #7d9ea7;
  border-color: #7d9ea7;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fff;
  color: #7d9ea7;
}
.btn-primary .chevron-right,
.btn-primary:hover .chevron-right,
.btn-primary:focus .chevron-right {
  fill: #fff;
}

.btn-info {
  color: #9dbdc6;
  background-color: #fff;
  border-color: #9dbdc6;
}
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #9dbdc6;
  border-color: #9dbdc6;
}
.btn-info:active,
.btn-info.active {
  color: #fff;
  background-color: #9dbdc6;
  border-color: #9dbdc6;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #fff;
  color: #9dbdc6;
}
.btn-info .chevron-right,
.btn-info:hover .chevron-right,
.btn-info:focus .chevron-right {
  fill: #fff;
}

.btn-inverse {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-inverse:focus,
.btn-inverse:hover {
  color: #666;
  background-color: #fff;
  border-color: #fff;
}
.btn-inverse:active,
.btn-inverse.active {
  color: #666;
  background-color: #fff;
  border-color: #fff;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: transparent;
  color: #fff;
}
.btn-inverse .chevron-right {
  fill: #fff;
}
.btn-inverse:hover .chevron-right,
.btn-inverse:focus .chevron-right {
  fill: #666;
}

.btn-link {
  font-weight: normal;
  color: #7d9ea7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:hover,
.btn-link:focus {
  color: #7d9ea7;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link .chevron-right {
  fill: #7d9ea7;
}
.btn-link:hover .chevron-right,
.btn-link:focus .chevron-right {
  fill: #7d9ea7;
}

.btn-large {
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.btn-small {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 9px;
  line-height: 1.5;
}
.btn-wide {
  min-width: 150px;
}
.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%;
}

/* -----------------------------------------------
 *  7. Static helper
 * ----------------------------------------------- */

/* CLOSE BUTTON */
.close {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 2;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #454545;
  text-shadow: 0 1px 0 #efefef;
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.close:hover,
.close:focus {
  color: #454545;
  text-decoration: none !important;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* FADE */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

/* EQUAL HEIGHT */
.equal-height {
  -webkit-transition: height .15s linear;
       -o-transition: height .15s linear;
          transition: height .15s linear;
}

/* BOX IMAGE FADE HOVER EFFECT */
.image-fade { /* <a> */
  position: relative;
  display: block;
  text-align: center;
}
.image-fade > img {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0.3s;
       -o-transition: opacity 0.4s ease-in-out 0.3s;
          transition: opacity 0.4s ease-in-out 0.3s;
}
.image-fade:hover > img,
.image-fade:focus > img {
  opacity: 0.6;
  filter: alpha(opacity=70);
}
.image-fade .play {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  margin: -55px 0 0 -55px;
  background: transparent url(/Images/Icons/play.png) 0 0 no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out 0.3s;
       -o-transition: opacity 0.4s ease-in-out 0.3s;
          transition: opacity 0.4s ease-in-out 0.3s;
}
.image-fade:hover > .play,
.image-fade:focus > .play {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* DUBLI.TV YOUTUBE OVERLAY */
.dublitv {
  position: absolute;
  right: 30px;
  bottom: 25px;
  z-index: 9999;
  display: none;
  width: 191px;
  height: 26px;
  background: #000 url(/Images/Icons/dublitv_low.png) right top no-repeat;
}
object + .dublitv,
embed + .dublitv {
  display: block;
}

/* -----------------------------------------------
 *  8. Navigation lists
 *     - default (stacked)
 *     - justified
 *     - tabs
 *     - footer
 *     - secondary (navbar)
 * ----------------------------------------------- */

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: inherit;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  color: #7d9ea7;
}
.nav > li > a > img {
  max-width: none;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e6e6e6;
}

/* JUSTIFIED */
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* TABS */
.nav-tabs {
  margin: 20px -15px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  border: 1px solid transparent;
  text-transform: uppercase;
  color: #999;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a.active {
  color: #666;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus,
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:focus {
  cursor: default;
  color: #666;
}
.nav-tabs > li > .pipe {
  border-right: 1px solid #e6e6e6;
}
.nav-tabs.nav-justified {
  border-bottom: none;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
}

/* FOOTER */
.nav-footer {
  margin-left: -20px;
  margin-right: -20px;
}
.nav-footer > li > .nav {
  color: #999;
}
.nav-footer > li > a,
.nav-footer > li > h6,
.nav-footer .nav > li > a,
.nav-footer .nav > li > span {
  padding: 5px 20px;
  font-size: 11px;
}
.nav-footer > li > a,
.nav-footer > li > h6 {
  margin-top: 0;
  font-weight: 600;
}
.nav-footer > li > a > img {
  margin-right: 5px;
}

/* SECONDARY (NAVBAR) */
.nav-secondary {
  position: relative;
  z-index: 2;
  float: right;
}
.nav-secondary > li {
  float: left;
}
.nav-secondary > li > a {
  padding: 15px;
}
.nav-secondary > li > a:hover,
.nav-secondary > li > a:focus {
  color: #fff;
}
.nav-secondary > li > a > img {
  display: block;
}
.nav-secondary > .nav-divider {
  width: 2px;
  height: 50px;
  margin: 0;
  background-color: #76818e;
  border-left: 1px solid #1e2935;
}
.nav-secondary .nav {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1020;
  display: none;
  min-width: 160px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #576576;
  border: 1px solid #fff;
  -webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, .35);
          box-shadow: 3px 3px 12px rgba(0, 0, 0, .35);
}
.nav-secondary .active > .nav {
  display: block;
}
.nav-secondary .nav > li > a {
  white-space: nowrap;
}
.nav-secondary .nav > li > a:hover,
.nav-secondary .nav > li > a:focus {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .45);
  color: #576576;
}

/* -----------------------------------------------
 *  9. Pagination
 * ----------------------------------------------- */

div.pagination {
  margin: 20px 0;
}
.pagination .list,
.pagination table {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.pagination table td {
  display: inline;
}
.pagination .list > a,
.pagination table td > a,
.pagination .list > span,
.pagination table td > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  background-color: #fbfbfb;
  border: 1px solid #7d9ea7;
  border-left-width: 0;
  color: #7d9ea7;
  text-decoration: none;
}
.pagination .list > *:first-child,
.pagination table td:first-child > * {
  border-left-width: 1px;
}
.pagination .list > a:hover,
.pagination table td > a:hover,
.pagination .list > a:focus,
.pagination table td > a:focus {
  background-color: #e6e6e6;
  color: #7d9ea7;
  cursor: pointer;
}
.pagination .list > span,
.pagination table td > a[disabled],
.pagination table td > a[disabled]:hover,
.pagination table td > a[disabled]:focus {
  background-color: transparent;
  color: #e6e6e6;
  cursor: default;
}
.pagination .list > .active,
.pagination table td > span {
  background-color: #7d9ea7;
  color: #fff;
  cursor: default;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large .list > a,
.pagination-large table td > a,
.pagination-large .list > span,
.pagination-large table td > span {
  padding: 8px 15px;
  font-size: 15px;
}
.pagination-small .list > a,
.pagination-small table td > a,
.pagination-small .list > span,
.pagination-small table td > span {
  padding: 2px 10px;
  font-size: 11px;
}
.pagination-mini .list > a,
.pagination-mini table td > a,
.pagination-mini .list > span,
.pagination-mini table td > span {
  padding: 1px 6px;
  font-size: 9px;
}

/* -----------------------------------------------
 *  10. Alert messages
 * ----------------------------------------------- */

.alert {
  position: relative;
  padding: 8px 14px;
  margin-bottom: 20px;
  background-color: #fcf8e3;
  border: 1px solid transparent;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert a {
  font-weight: 700;
  color: inherit;
}
.alert > p:last-child,
.alert > ul:last-child {
  margin-bottom: 0;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  float: right;
  top: -5px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #6eb46f;
}
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-error hr {
  border-top-color: #d18685;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #5ba4c8;
}

/* -----------------------------------------------
 *  11. Tooltip
 * ----------------------------------------------- */

.tip {
  cursor: help;
}
strong.tip {
  display: block;
  float: right;
  min-width: 20px;
  height: 20px;
  margin: 7px;
  padding: 2px 3px;
  background-color: #666;
  border-radius: 15px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53846154;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  line-break: auto;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=80);
  opacity: .8;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #1a1a1a;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #1a1a1a;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #1a1a1a;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #1a1a1a;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #1a1a1a;
}

/* -----------------------------------------------
 *  12. Modal
 * ----------------------------------------------- */

[data-toggle="modal"] {
  cursor: pointer;
  outline: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0 !important;
  z-index: 100050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-controlled {
  display: block;
}
.no-js .modal {
  position: relative;
  display: block;
}
.modal-open .modal-controlled {
  opacity: 1;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.no-js .modal.fade .modal-dialog,
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.no-js .modal-open .modal {
  overflow-y: hidden;
}
.modal-dialog {
  position: relative;
  width: 1002px;
  margin: 30px auto;
}
.modal-video .modal-dialog {
  width: 700px;
}
.no-js .modal-dialog,
.no-js .modal-video .modal-dialog {
  width: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100040;
  background-color: #efefef;
  filter: alpha(opacity=60);
  opacity: .6;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=60);
  opacity: .6;
}
.no-js .modal-open .modal {
  overflow-y: hidden;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #556374;
  border: 1px solid rgba(85, 99, 116, .65);
  border-radius: 4px;
  outline: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
          box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-video .modal-content {
  background-color: #414c59;
  border-color: #fff;
  border-color: rgba(255, 255, 255, .4);
  color: #fff;
}
.modal-video .video-element {
  min-height: 400px;
}
.modal-video embed {
  background: #000;
}
.modal-video a,
.modal-video a:hover {
  color: inherit;
}
.modal-header {
  min-height: 40px;
  padding: 11px 15px;
  background-color: #414c59;
  border-bottom: 1px solid #556374;
  border-radius: 3px 3px 0 0;
  color: #fff;
}
.modal-header .close {
  margin-top: -2px;
  color: inherit;
}
.modal-header h3 {
  margin: 0;
  line-height: 1.53846154;
  text-align: left;
  color: inherit;
}
.modal-body {
  position: relative;
  padding: 14px 15px 20px;
}
.modal-video .modal-body {
  text-align: center;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #556374;
}
.modal-footer span {
  font-size: 12px;
  line-height: 26px;
}
.modal-footer .lang {
  margin-right: 10px;
  margin-top: -2px;
}
.modal-footer .btn {
  margin-bottom: 0;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* -----------------------------------------------
 *  13. Calendar
 * ----------------------------------------------- */

/* HEADER */
.calendar-header {
  margin-bottom: 15px;
}
.calendar-header .form-inline {
  padding-top: 10px;
}
.calendar-header h3 {
  margin: 0;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
}
.calendar-header nav {
  margin-top: 10px;
  text-align: right;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.calendar-header nav a {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  margin: 0;
  background: #fbfbfb 1px 0 no-repeat;
  border: 1px solid #7d9ea7;
  line-height: 32px;
  text-align: center;
  color: transparent;
  cursor: pointer;
}
.calendar-header nav svg {
  fill: #7d9ea7;
}
.calendar-header nav a:hover {
  background-color: #e6e6e6;
}
.calendar-header nav .calendar-current {
  margin-left: 20px;
  padding: 4px
}

/* LAYOUT */
.table-calendar {
  width: 100%;
  background-color: #fff;
  border-collapse: separate;
}
.table-calendar thead,
.table-calendar tbody {
  display: block;
}
.table-calendar tbody {
  padding: 15px 0;
}
.table-calendar tr {
  display: table;
  width: 100%;
}
.table-calendar th,
.table-calendar td {
  border: none;
  padding: 4px;
  width: 14.28571428%;
}
.table-calendar th {
  vertical-align: middle;
  height: 40px;
  padding: 8px;
  background-color: #9dbdc6;
  border-left: none;
  border-bottom: 7px solid #7d9ea7;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.table-calendar td + td {
  border-left: 1px solid #fff;
}
.table-calendar tr + tr td {
  border-top: 1px solid #fff;
}
.table-calendar td {
  position: relative;
  vertical-align: top;
  height: 114px;
  padding: 4px;
}
.calendar-date {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 300;
  color: #999;
}
.calendar-weekday {
  padding-left: 8px;
  display: none;
  width: 40px;
  font-size: 10px;
  color: #8a8a8a;
  text-transform: uppercase;
}

/* CONTENT */
.calendar-content {
  background-color: #fbfbfb;
}
.calendar-today {
  background-color: #f0f1f3;
}
.calendar-content > div {
  width: 100%;
}
.calendar-content > div > .tip {
  display: block;
  max-height: 30px;
  margin-top: 2px;
  padding: 1px 3px;
  overflow: hidden;
  background-color: #7d9ea7;
  font-size: 10px;
  line-height: 14px;
  text-decoration: none;
  color: #fff;
}
.calendar-content > div > .tip:first-child {
  margin-top: 0;
}
.calendar-content > div > a.tip:hover {
  background-color: #9dbdc6;
  color: #fff;
  cursor: pointer;
}
.calendar-content > div > .tip > img {
  width: 15px;
  max-width: none;
  height: 10px;
}
.calendar-content > div > .tooltip {
  min-width: 160px;
}

/* -----------------------------------------------
 *  14. Widget
 *      @see: HomePageNews/[...].aspx
 * ----------------------------------------------- */

.widget {
  position: relative;
  min-height: 130px;
  margin: 0 0 30px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.widget small {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.15;
}
.widget__type-circle {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #f5f5f5 50% 50% no-repeat;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
}
.widget__type-circle_small {
  position: absolute;
  top: 5px;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 0 0 24px;
  padding: 12px 3px;
  background: #e6e6e6 50% 50% no-repeat;
  border: 4px solid #fff;
  border-radius: 50%;
  font-size: 17px;
  color: #666;
}
.widget__type-bar {
  position: relative;
  display: block;
  width: 105px;
  height: 130px;
  margin: 0 auto;
  background-color: #f5f5f5;
}
.widget__type-bar .loader {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  padding: 8px;
  overflow: visible;
  background-color: #f5f5f5;
  font-size: 12px;
  color: #999;
}
.widget__type-bar .loader_legend {
  position: absolute;
  top: 0;
  right: 105px;
  display: block;
  padding-right: 25px;
  font-size: 10px;
  color: #999;
}
.widget__type-bar .loader_legend:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #f5f5f5;
  color: #999;
}
.widget__type-block {
  display: block;
  height: 92px;
  margin-right: 30px;
  padding: 26px;
  background: #f5f5f5 50% 50% no-repeat;
  border: 4px solid #fff;
  border-radius: 8px;
  color: #fff;
}
.widget__type-block_small {
  display: block;
  height: 64px;
  margin-top: -26px;
  margin-left: 154px;
  padding: 10px;
  background: #e6e6e6 50% 50% no-repeat;
  border: 4px solid #fff;
  border-radius: 8px;
  font-size: 19px;
  color: #666;
}

/* COLORS */
.widget__color-primary,
.widget__color-primary.loader,
.widget__color-primary .loader_legend:after {
  background-color: #7d9ea7;
  color: #fff;
}
.widget__text-primary,
.widget__color-primary .loader_legend {
  color: #7d9ea7;
}
.widget__color-info,
.widget__color-info.loader,
.widget__color-info .loader_legend:after {
  background-color: #9dbdc6;
  color: #fff;
}
.widget__text-info,
.widget__color-info .loader_legend {
  color: #9dbdc6;
}

/* -----------------------------------------------
 *  15. Page Content
 * ----------------------------------------------- */

/* SECTIONS */
.page-intro {
  min-height: 130px;
  margin: -20px -20px 30px;
  padding: 20px;
  background-color: #fbfbfb;
}
.intermediate-section {
  position: relative;
  min-height: 73px;
  margin: 30px -20px;
  padding: 20px;
  background-color: #fbfbfb;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.boxed-content {
  padding: 15px;
  background-color: #fbfbfb;
}
.boxed-info {
  padding: 15px;
  background-color: #7d9ea7;
  background-position: 15px 15px;
  background-repeat: no-repeat;
  color: #fff;
}

/* TABBABLE CONTENT (Login/JoinNow.ascx) */
.tabbable {
  position: relative;
  margin-bottom: 20px;
}
.modal-body.tabbable {
  margin-bottom: 0;
}
.tabbable .nav-tabs {
  margin: 20px 0 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 11px;
}
.tabbable .nav-tabs.nav-justified {
  border-bottom: none;
  margin-bottom: -1px;
}
.tabbable .nav-tabs > li > a:hover,
.tabbable .nav-tabs > li > a:focus {
  border-color: #fbfbfb #fbfbfb #e6e6e6;
}
.tabbable .nav-tabs > .active > a,
.tabbable .nav-tabs > .active > a:hover,
.tabbable .nav-tabs > .active > a:focus {
  background-color: #fff;
  border-color: #e6e6e6 #e6e6e6 transparent;
  color: #7d9ea7;
}
.tab-content,
.tab-total {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-top-width: 0;
}
.tab-content-table {
  margin-left: -20px;
  margin-right: -20px;
}
.tab-content-footer {
  margin: 20px -20px -20px;
  padding: 20px;
  background: #9dbdc6;
  color: #fff;
}
.tab-content-footer h4 {
  margin-top: 0;
  color: inherit;
}
.tab-content-footer p {
  font-size: 11px;
}
.tab-content-footer p:last-child {
  margin-bottom: 0;
}
.tab-total {
  text-align: right;
  font-size: 17px;
}

/* MEDIA GRID */
.media-grid {
  margin: 10px -4px 20px 0;
}
.media-grid > img,
.media-grid > .thumbnail {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
}
.media-grid > .odd {
  background-color: #f0f1f3;
}
.media-grid > .even {
  background-color: #fbfbfb;
}
.thumbnail {
  text-align: center;
}
.thumbnail > img {
  display: block;
  margin: 0;
}
.thumbnail:hover > img {
  opacity: .5;
  filter: alpha(opacity=50);
}
.thumbnail:hover,
.thumbnail:focus {
  text-decoration: none;
}
.thumbnail .caption {
  position: relative;
  padding: 0 8px;
  text-align: left;
  color: #666;
}
.thumbnail h4 {
  margin: 0;
  padding: 8px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thumbnail-tags {
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 0;
  font-style: italic;
}
.thumbnail-tags > li {
  display: inline;
}
.thumbnail-tags > li + li:before {
  display: inline;
  content: "\002C\0020";
}

/* SOCIAL SHARE BUTTONS (MODAL FOOTER / NEWS DETAIL PAGE) */
.social-links {
  display: block;
  padding: 8px 10px;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-align: right;
  color: #a2a2a2;
}
.social-links > span,
.social-links > a {
  display: block;
  float: left;
  height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.social-links > span {
  margin-right: 20px;
  line-height: 25px;
}
.social-links > a {
  width: 25px;
  overflow: hidden;
  margin: 0 5px;
  background: #a2a2a2 url(/Images/Icons/social_icons.png) 0 0 no-repeat;
  line-height: 90px;
  cursor: pointer;
}
.social-links > a:hover {
  background-color: #636363;
}
.modal .social-links {
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
  line-height: 30px;
}
.modal .social-links > .tooltip {
  line-height: 20px;
}
.social-links > a.sl-facebook {
  background-position: 0 -25px;
}
.social-links > a.sl-googleplus {
  background-position: 0 -50px;
}
.social-links > a.sl-twitter {
  background-position: 0 -75px;
}
.social-links > a.sl-copy {
  background-position: 0 -100px;
}
.social-links + .copylink {
  vertical-align: top;
  height: 18px;
  margin-bottom: 0;
  cursor: text;
}

/* -----------------------------------------------
 *  16. Helper classes
 * ----------------------------------------------- */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.navbar-inner:before,
.navbar-inner:after,
.content:before,
.content:after,
.radio-inline:before,
.radio-inline:after,
.actions:before,
.actions:after,
.form-group:before,
.form-group:after,
.nav:before,
.nav:after,
.modal-header:after,
.modal-header:before,
.modal-body:after,
.modal-body:before,
.modal-footer:after,
.modal-footer:before,
.calendar-header nav:before,
.calendar-header nav:after,
.media-grid:before,
.media-grid:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.row:after,
.navbar-inner:after,
.content:after,
.radio-inline:after,
.actions:after,
.form-group:after,
.nav:after,
.modal-header:after,
.modal-body:after,
.modal-footer:after,
.calendar-header nav:after,
.media-grid:after {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hidden {
  display: none;
  visibility: hidden;
}
.hidden-desktop {
  display: none !important;
}
.hidden-tablet {
  display: inherit !important;
}
.hidden-phone {
  display: inherit !important;
}
.visible-desktop {
  display: inherit !important;
}
.visible-tablet {
  display: none !important;
}
.visible-phone {
  display: none !important;
}

@media (max-width: 859px) {
  .hidden-phone {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
}

@media (max-width: 1259px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

/**
 * WEB FONT LOADER
 * @see     https://github.com/typekit/webfontloader
 * @require webfont.js
 */
.js.wf-loading {
  color: transparent !important;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

/* PROGRESS INDICATOR */
#loading_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  background: #fff;
  z-index: 10001;
}
.windows8 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin: -80px 0 0 -80px;
}
.windows8 .wBall {
  position: absolute;
  width: 76px;
  height: 76px;
  opacity: 0;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-animation: orbit 5.5s infinite;
       -o-animation: orbit 5.5s infinite;
          animation: orbit 5.5s infinite;
}
.windows8 .wBall .wInnerBall{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 10px;
  height: 10px;
  background: #454545;
  border-radius: 10px;
}
.windows8 #wBall_1 {
  -webkit-animation-delay: 1.2s;
       -o-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.windows8 #wBall_2 {
  -webkit-animation-delay: 0.24s;
       -o-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.windows8 #wBall_3 {
  -webkit-animation-delay: 0.48s;
       -o-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.windows8 #wBall_4 {
  -webkit-animation-delay: 0.72s;
       -o-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.windows8 #wBall_5 {
  -webkit-animation-delay: 0.96s;
       -o-animation-delay: 0.96s;
          animation-delay: 0.96s;
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}