/* Minification failed. Returning unminified contents.
(12826,11): run-time error CSS1035: Expected colon, found '110px'
(12827,16): run-time error CSS1035: Expected colon, found 'left'
(12828,12): run-time error CSS1035: Expected colon, found 'pointer'
(12829,13): run-time error CSS1035: Expected colon, found '50'
(12830,14): run-time error CSS1035: Expected colon, found 'absolute'
(12831,9): run-time error CSS1035: Expected colon, found '20px'
(12832,11): run-time error CSS1035: Expected colon, found '20px'
(12835,13): run-time error CSS1035: Expected colon, found 'block'
(12841,16): run-time error CSS1035: Expected colon, found '#34495E'
(12842,13): run-time error CSS1035: Expected colon, found '3px'
(12843,19): run-time error CSS1035: Expected colon, found '5px'
(12846,11): run-time error CSS1035: Expected colon, found '20px'
(12847,13): run-time error CSS1035: Expected colon, found 'inline-block'
(12850,13): run-time error CSS1035: Expected colon, found 'inline-block'
(12851,17): run-time error CSS1035: Expected colon, found '5px'
(12852,20): run-time error CSS1035: Expected colon, found 'top'
(12853,16): run-time error CSS1035: Expected colon, found '2px'
(12856,13): run-time error CSS1035: Expected colon, found 'none'
(12857,16): run-time error CSS1035: Expected colon, found '#34495E'
(12858,19): run-time error CSS1035: Expected colon, found '5px'
(12859,16): run-time error CSS1035: Expected colon, found '2px'
(12862,13): run-time error CSS1035: Expected colon, found '3px'
(12863,16): run-time error CSS1035: Expected colon, found '#22313F'
(12868,13): run-time error CSS1035: Expected colon, found 'inline-block'
(12869,11): run-time error CSS1035: Expected colon, found '10px'
(12870,17): run-time error CSS1035: Expected colon, found '10px'
(12871,20): run-time error CSS1035: Expected colon, found 'top'
(12872,16): run-time error CSS1035: Expected colon, found '6px'
 */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}



abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #9B1518;
  text-decoration: none;
  vertical-align: auto !important;
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}



h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}


h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 50px;
  padding-bottom:0px !important;
  margin-bottom:0px !important;
  margin-top:0px !important;
  margin-top:0px !important;
  font-weight:bold;
  font-family:'Roboto';
}

h2,
.h2 {
    font-size: 30px;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    margin-top: 5px !important;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  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 {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  background-color:#e5e5e5;
  padding:10px;
  text-align:center;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  /*margin-right: -15px;
  margin-left: -15px;*/
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
    .col-sm-offset-1 {
        /*margin-left: 8.333333333333332%;*/
        /*margin-left: 2%*/
    }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  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 {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
        line-height: normal;
    }

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #428bca;
  font-style:italic;
}

.form-control::-moz-placeholder {
    color: #428bca;
    font-style: italic;
}

.form-control:-ms-input-placeholder {
    color: #428bca;
    font-style: italic;
}

.form-control::-webkit-input-placeholder {
    color: #428bca;
    font-style: italic;
}


.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 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 {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 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 {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-mavtool-spacer{
    width:4%;
    float:left;
}
.btn-mavtool {
    color: #ffffff !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#353535+0,444444+12,474747+25,383838+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100 */
    background: -moz-linear-gradient(top,  rgba(53,53,53,1) 0%, rgba(68,68,68,1) 12%, rgba(71,71,71,1) 25%, rgba(56,56,56,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(68,68,68,1) 12%,rgba(71,71,71,1) 25%,rgba(56,56,56,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(53,53,53,1) 0%,rgba(68,68,68,1) 12%,rgba(71,71,71,1) 25%,rgba(56,56,56,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-color: #585858 !important;
    text-align:center;
    width:48%;
    float:left;
    font-size: 12px !important;
    border-radius: 0px !important;
    font-family: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    height: 30px;
    padding-top: 6px;
}
.btn-mavtool:hover {
    background-color:#000;
    cursor:pointer;
}
.btn-trashicon {
    padding-right:5px;
    position:relative;
    top:1px;
}

.btn-editicon {
    padding-right:5px;
    position:relative;
    top:2px;
}

.btn-maverick-sm {
    color: #ffffff !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#353535+0,444444+12,474747+25,383838+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100 */
    background: -moz-linear-gradient(top,  rgba(53,53,53,1) 0%, rgba(68,68,68,1) 12%, rgba(71,71,71,1) 25%, rgba(56,56,56,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(68,68,68,1) 12%,rgba(71,71,71,1) 25%,rgba(56,56,56,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(53,53,53,1) 0%,rgba(68,68,68,1) 12%,rgba(71,71,71,1) 25%,rgba(56,56,56,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-color: #585858 !important;
    padding: 7px 11px !important;
    font-size: 14px !important;
    line-height: 1.33 !important;
    border-radius: 0px !important;
    font-family: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.btn-maverick-sm:hover,
.btn-maverick-sm:focus,
.btn-maverick-sm:active,
.btn-maverick-sm.active,
.open .dropdown-toggle.btn-maverick-sm {
    color: #ffffff;
    background-color:#000;
    border-color: #FFF;
}

.btn-maverick-sm:active,
.btn-maverick-sm.active,
.open .dropdown-toggle.btn-maverick-sm {
  background-image: none;
}

.btn-maverick-sm.disabled,
.btn-maverick-sm[disabled],
fieldset[disabled] .btn-primary,
.btn-maverick-sm.disabled:hover,
.btn-maverick-sm[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-maverick-sm.disabled:focus,
.btn-maverick-sm[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-maverick-sm.disabled:active,
.btn-maverick-sm[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-maverick.disabled.active,
.btn-maverick[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}


.btn-maverick {
    color: #ffffff !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#353535+0,444444+12,474747+25,383838+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100 */
    background: -moz-linear-gradient(top,  rgba(53,53,53,1) 0%, rgba(68,68,68,1) 12%, rgba(71,71,71,1) 25%, rgba(56,56,56,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(68,68,68,1) 12%,rgba(71,71,71,1) 25%,rgba(56,56,56,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(53,53,53,1) 0%,rgba(68,68,68,1) 12%,rgba(71,71,71,1) 25%,rgba(56,56,56,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-color: #585858 !important;
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.33 !important;
    border-radius: 0px !important;
    font-family: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.btn-maverick:hover,
.btn-maverick:focus,
.btn-maverick:active,
.btn-maverick.active,
.open .dropdown-toggle.btn-maverick {
    color: #ffffff;
    background-color:#000;
    border-color: #FFF;
}

.btn-maverick:active,
.btn-maverick.active,
.open .dropdown-toggle.btn-maverick {
  background-image: none;
}

.btn-maverick.disabled,
.btn-maverick[disabled],
fieldset[disabled] .btn-primary,
.btn-maverick.disabled:hover,
.btn-maverick[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-maverick.disabled:focus,
.btn-maverick[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-maverick.disabled:active,
.btn-maverick[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-maverick.disabled.active,
.btn-maverick[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  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: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/Themes/Radon/Content/fonts/glyphicons-halflings-regular.eot);
  src: url(/Themes/Radon/Content/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/Themes/Radon/Content/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/Themes/Radon/Content/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/Themes/Radon/Content/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 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 {
  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 {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > 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: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.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 #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 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;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.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 {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #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: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  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;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  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 {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  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 {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}


.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  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;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.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: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

/*
.hidden-xs {
  display: block !important;
}*/

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

/*
.hidden-sm {
  display: block !important;
}*/

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

img-scale {
    width:100%;
    max-width:1080px;
    margin-right:auto;
    margin-left:auto;
}

/*Custom 5 column*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*! jQuery UI - v1.12.1 - 2016-12-22
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/Themes/Radon/Content/css/jqueryui/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/Themes/Radon/Content/css/jqueryui/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/Themes/Radon/Content/css/jqueryui/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/Themes/Radon/Content/css/jqueryui/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/Themes/Radon/Content/css/jqueryui/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/Themes/Radon/Content/css/jqueryui/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
	background-image: url(/Themes/Radon/Content/css/jqueryui/images/ui-icons_777777_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* reference from https://medium.com/@_jh3y/how-to-pure-css-masonry-layouts-a8ede07ba31a */

a {
    /*color: #ff4200;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

strong a {
    font-weight: bold;
}

.storyWelcome a {
    color: #ff4200;
}

h1 {
    font-weight: 600 !important;
    font-size: 62px !important;
}

@media screen and (max-width: 1000px) {
    h1 {
        font-size: 3em !important;
    }
}

h3 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
}

.galleryPage {
    font-family: 'Roboto', sans-serif;
    line-height: 150%;
}

.gallery-caption {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

/*.galleryPage h2 {
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    width: 100%;
    background-color: #ff4200;
    padding: 15px !important;
    font-weight: 400;
    line-height: 150%;
}*/

#gallery-home-leftcol {
    padding: 30px;
}

.galleryPage h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    width: 100%;
    margin: 0px !important;
}

.galleryPage a:hover {
    text-decoration: none;
}

.galleryPage h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: black;
    width: 100%;
    font-weight: 900;
    margin-bottom: 5px;
}

.galleryInline {
    display: inline-block;
}

.galleryHeaderOrange {
    font-size: 1.3em;
    color: #ff4200;
    font-weight: 600;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

#gallery-title {
    font-size: 48px;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    font-family: 'Roboto';
    font-weight: bold;
}

.gallery-grey {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: rgba(130,130,130,1);
}

.gallery-thumb {
    color: black;
    font-weight: 700;
}

.gallery-thumb:hover {
    color: #ff4200;
    font-weight: 700;
}

.btn-white {
    background-color: white;
    color: #3399ff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 10px;
}

.btn-white:hover {
    background-color: #3399ff;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 10px;
}

.btn-blue {
    background-color: #3399ff;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 10px;
}

.btn-blue:hover {
    background-color: white;
    color: #3399ff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 10px;
}

.light-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #555;
}
.light-heading strong {
    color: #555;
}

.gallery-home-rightcol {
    padding: 0px;
}

@media screen and (max-width:768px) {
    .gallery-home-rightcol {
        clear: both;
    }
}

.gallery-home-rightcol h3 {
    font-family: 'Roboto', sans-serif;
    color: rgb(155, 155, 155) !important;
    padding-left: 15px;
    margin-top: 20px;
    font-weight: 400;
    line-height: 150%;
}

.story-classrooms {
    padding-left: 15px;
}

.selected-story img {
    height: 100px;
    box-shadow: 2px 2px 3px 1px darkgrey;
}

@media screen and (min-width:768px) {
    .tile {
        padding-right: 0;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
}

.full-description {
    font-family: 'Open Sans';
    /*font-weight:200 !important;*/
    font-size:16px;
}

@media screen and (max-width: 1000px) {
    .page-date {
        padding: 0 3vw;
    }
}

.pageIntro{
    width:100%;
    background-color:#e9e9e9;
    color:#000;
    font-family: 'Open Sans';
    font-weight:200 !important;
    font-size:16px;
    padding:10px;
    display: inline-block;
}

.visitorText p span {
    /*color: #fff !important;*/
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
}

.visitorText div {
    float: left;
    margin: 0 0.5em 0 0;
    background-color: #e8e8e8;
    padding: 0.4em 0.3em 0.3em 0.4em;
    -moz-box-shadow: inset 3px 3px 2px -2px #474747;
    -webkit-box-shadow: inset 5px 5px 2px -2px #474747;
    box-shadow: inset 3px 3px 2px -2px #474747;
}

.visitor-image-container {
    float: left;
    margin: 0 0.5em 0 0;
    background-color: #e8e8e8;
    padding: 0.4em 0.3em 0.3em 0.4em;
    -moz-box-shadow: inset 5px 5px 2px -2px #474747;
    -webkit-box-shadow: inset 5px 5px 2px -2px #474747;
    box-shadow: inset 5px 5px 2px -2px #474747;
}

.visitor-image-container img {
    max-width: 125px;
    max-height: 125px;
}

.visitorText {
    width: 100%;
    font-family: 'Open Sans';
    font-weight: 200 !important;
    font-size: 16px;
    display: inline-block;
}

.caption {
    font-size: 14px;
    display: block;
    /*font-weight: 600;*/
}

.credit {
    font-size: 14px;
    color: gray;
    display: block;
    font-weight: 300;
}

.radon-story .related-products-grid {
    border-left: 7px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 15px;
    margin-top: 15px;
}

.radon-story .related-products-title {
    font-family: 'Open Sans';
    font-weight: 600 !important;
    font-size: 16px;
}

.radon-story .related-products-item {
    width: 160px;
    text-align: center;
    float: left;
}

.radon-story .related-pic {
    margin: auto;
}

.radon-story .title {
    font-family: 'Open Sans';
    font-weight: 600 !important;
    font-size: 16px;
}

@media screen and (min-width:820px) {
    .my-container {
        position: relative;
        overflow: hidden;
        width: 25%;
        height: 200px;
        float: left;
        padding: 10px;
        min-width: 200px;
    }
}

@media screen and (max-width:819px) {
    .my-container {
        position: relative;
        overflow: hidden;
        width: 33.33%;
        height: 200px;
        float: left;
        padding: 10px;
        min-width: 200px;
    }
}

@media screen and (max-width:619px) {
    .my-container {
        position: relative;
        overflow: hidden;
        width: 50%;
        height: 200px;
        float: left;
        padding: 10px;
        min-width: 200px;
    }
}

@media screen and (max-width:419px) {
    .my-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 200px;
        float: left;
        padding: 10px;
        min-width: 200px;
    }
}
 
        .my-container img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: auto;
            mix-blend-mode:multiply;
            filter: blur(3px);
        }

        .my-container h1 {
            font-size: 22px;
            font-weight: 100;
            margin-top: 0px;
            position: relative;
            z-index: 2;
            color: #000;
            text-shadow: #fff 0px 0px 5px;
        }

        .my-container p {
	    font-family: 'Roboto Condensed', sans-serif;
            font-size: 17px;
            position: relative;
            z-index: 2;
            margin-top: 0px;
            margin-bottom: 0px;
            top: -10px;
        }
        .my-container a {
            color:#000 !important;
        }

    
.directory-category {
    font-size: 32px;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 3px;
    padding-right: 3px;
}
.directory-description {
    background-color: rgba(255,255,255,.7);
    padding-top: 19px;
    padding-left: 5px;
    display: none;
    margin: 0px;
    position: relative;
    top: -4px;
    font-size: 40px;
}

.center-text {
    text-align: center;
}

.auto-size {
    width: auto;
    height: auto;
}

.bannerImage {
    width:100%; 
    max-width:1920px; 
    margin-left:auto; 
    margin-right:auto;
}
    .bannerImage img {
        width: 100%;
    }

.author {
    float:left;
    margin-right:25px;
}

.page-time {
	color:#5A5A5A;
    font-size:12px;
}

.full-description img {
    padding:10px;
}

.story-category {
	padding:3px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:11px;
    text-decoration: none;
}
.story-subcategory {
	padding:3px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:11px;
    text-decoration: none;
}

.story-box {
    border-left: 7px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 15px;
}

.story-box h2 {
    font-size:1.3em;
}

.story-img {
    width: 100%;
    border: 3px solid black;
}

.sharebar {
    border-top:1px solid #b6b6b6;
    border-bottom:1px solid #b6b6b6;
    padding-top:10px;
    padding-bottom:10px;
    width:100%;
    margin-top:25px;
    margin-bottom:25px;
    font-family: 'Palatino Linotype';
}
.sharebar-details {
    float:left;
    margin-right:25px;
}

.sharebar-details-author {
    color:#5A5A5A;
}
.sharebar-details-time {color:#5A5A5A;
    font-size:12px;
}
.sharebar-comments {
    float:left;
    border-left:1px solid #cccccc;
    padding-left:15px;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    padding-top:3px;
}
.sharebar-comments-num {
    font-size:28px;
    color:#242424;
    font-family:'Palatino Linotype'
}
.sharebar-comments-title {
    font-size:14px;
    color:#868686;
}
.sharebar-shares {
    float:left;
    border-left:1px solid #cccccc;
    padding-left:15px;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    padding-top:3px;
    margin-left:25px;
}
.sharebar-shares-num {
    font-size:28px;
    color:#242424;
    font-family:'Palatino Linotype'
}
.sharebar-shares-title {
    font-size:14px;
    color:#868686;
}

.shareButtons {
    float:right;
	position:relative;
    top:4px;
}
.sharebar-buttons .shareBtn{
    float:left;
    padding:10px;
    padding-right:20px;
    padding-left:20px;
    border-left:1px solid #ccc;
}
.noborder {
    border-left:0px solid #fff !important;
}
.sharebar-buttons .shareBtn img{
   opacity:.5;
}
.sharebar-buttons .shareBtn img:hover{
    opacity:1;
}

.socialbar {
    font-size:18px;
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;
    text-align:center;
    
}

.share-item {
    transition: all 0.5s ease;
    border-right:1px solid #868686;
}

    .share-item:hover {
        cursor:pointer;
    }

.socialbar img {
    position:relative;
    top:-1px;
    padding-right:5px;
}
.share-fb {
    padding-top:5px;
    padding-bottom:5px;
    background-color:#9c9c9c;
    color:#fff;
}

.share-fb:hover{
    background-color:#3d5994;
}
.share-twitter {
    padding-top:5px;
    padding-bottom:5px;
    background-color:#9c9c9c;
    color:#fff;    
}
.share-twitter:hover {
    background-color:#57aae9;
}

.share-print{
    padding-top:5px;
    padding-bottom:5px;
    background-color:#9c9c9c;
}
.share-print:hover {
    background-color:#5A5A5A;
}
.share-email {
    padding-top:5px;
    padding-bottom:5px;
    background-color:#9c9c9c;
}
.share-email:hover {
    background-color:#19bd8f;
}
.share-comment {
    padding-top:5px;
    padding-bottom:5px;
    background-color:#9c9c9c;
}
.share-comment:hover {
    background-color:#db4d40;
}
.page-author {
	color:#5A5A5A;
    font-size: 15px !important;
    font-weight: 300 !important;
    padding:0px;
    margin:0px;
}

.page-quotation {
    background-image: url(/Themes/radon/Content/images/create/quote-upper-left.gif), url(/Themes/radon/Content/images/create/quote-lower-right.gif);
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    font-size: 22px;
    font-family: 'Times New Roman';
    font-style: italic;
    width: 76%;
    padding: 28px 48px 28px 48px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

    .page-quotation center blockquote {
        background-color: transparent;
    }

.page-body h2 {
    font-weight: 300 !important;
    font-size: 24px !important;
}

.image-wrapper {
    display: block;
    padding: 10px;
    background-color: white;
    margin: 5px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.explore-browse-icon {
    position: absolute;
    top: 20px;
    left: 40px;
    opacity: 0.85;
}

p {
    margin-top:1em !important;
    margin-bottom:1em !important;
}

.btn-social {
    transition: all 0.3s ease;
    cursor:pointer;
}

#floater-social {
    float: left;
    position: absolute;
    top: 100px;
    left: -100px;
    z-index: 1;
    transition: all 0.3s ease;
}

#printDiv a {
    text-decoration:none;
}

.social-links {
    padding-left:3vw;
    padding-bottom:1em;
    clear:both;
}

@media screen and (max-width:1000px) {
    #page-title, #page-title ~ h2, .full-description, .page-author {
        padding-left: 3vw;
        padding-right: 3vw;
    }

}

#artCategoriesHeader {
    padding-left:3em;
}

#artCategories {
    padding-left:8em;
}

#artMediumsHeader {
    padding-left:6em;
}

#artMediums {
    padding-left:8em;
}

#audioMediumsHeader {
    padding-left:6em;
}

#audioMediums {
    padding-left:8em;
}

#audioCategoriesHeader {
    padding-left:6em;
}

#audioCategories {
    padding-left:8em;
}

#filmsMediumsHeader {
    padding-left:4em;
}

#filmsMediums {
    padding-left:6em;
}

#filmsCategoriesHeader {
    padding-left:4em;
}

#filmsCategories {
    padding-left:6em;
}

.social-message{
    position: absolute;
    top: 304px;
    left: 5em;
    margin-top: -20px;
    font-family: roboto;
    border-radius: 20px;
    line-height: 0.1em;
    height: 30px;
    padding: 0 10px;
    background-color: blue;
    color: white;
    display: none;
}

.banner-stripe {
    display: block;
    width: 100%;
    height: 1vw;
    margin-top: 1.3em;
}

.accent-orange {
    background-color: #ff4200;
}

/* Story Search Stylings */
#story-search-field {
    width: calc(100% - 4em);
    display:inline-block;
    margin:0;
    float:left;
    border-bottom-right-radius:0;
    border-top-right-radius:0;
}

#story-search-button {
    display:inline-block;
    height:34px;
    padding-top:0.1em;
    margin:0;
    margin-left:-5px;
    margin-top:-2px;
    float: left;
    border-bottom-left-radius:0;
    border-top-left-radius:0;
}

.glyphicon-search {
    font-size:1.5em;
    vertical-align:middle;
}

.search-bar-space{
    padding-left:1em;
    padding-top:1em;
    padding-bottom:1em;
}

/*Women Transforming Media Stylings*/

.accent-wtm {
    background-color: #3366cc;
}

#italicize-statement {
    font-style:italic;
}

.blue-link {
    font-size: larger;
    color: #3366cc
}

.wtm-padding-erase{
    padding-left:0em !important;
}

.wtm-right-column-1 {
    padding-left:1em;
}

.wtm-announcements img {
    width:100%;
}

.tags {
    background-color: #252525;
    line-height: 90px;
    text-align: center;
    color: white !important;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Roboto';
}

.img:hover {
    opacity: 0.9;
}

.wtm-announcements img:hover {
    opacity: 0.9;
    /*filter: alpha(opacity=98);*/
}

.wtm-guestbook {
    font-family: Roboto;
    font-size: 40px;
    background-size: 50px;
    background-color: #191919;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    padding: 15px;
    text-align: center;
}

.wtm-guestbook a{
     color: white;
}

.wtm-guestbook a:hover {
     text-decoration: none;
     border-bottom-color: white;
}


@media screen and (min-width:320px) {
    #vimeo-video {
        width: 99%;
        height: 240px !important;
        margin-left: 13px;
        margin-top: 1em;
    }
}

@media screen and (min-width:480px) {
    #vimeo-video {
        width: 99%;
        height: 360px !important;
        margin-left: 13px;
        margin-top: 1em;
    }
}

@media screen and (min-width:640px)  
{
	#vimeo-video
	{
	    width:99%; 
	    height:480px !important; 
	    margin-left:13px; 
	    margin-top:1em;
	}
}
@media screen and (min-width:767px)  
{
	#vimeo-video
	{
	    width:99%; 
	    height:555px !important;
	    margin-left:13px; 
	    margin-top:1em;
	}
}

/*width:99%; height:680px; margin-left:13px;*/


/*Help Center Stylings*/
#title-h1 {
    font-weight: 300 !important;
}

@media screen and (min-width:425px) {
    #indent {
        padding-left: 2em;
    }
}

.space{
    padding-top:10px;
}

.weightless {
    font-weight: 400;
}

.links {
    font-weight: 400;
    font-size: 18px;
    color: #4D8ED7;
}

#help-table {
    width: 100%;
}

#help-table tbody tr:first-child {
    border-bottom: 1px solid #e9e9e9;
    line-height: 2em;
    font-size: 1.3em;
}

#help-table th {
    text-align: center;
}

#help-table img {
    display: inline;
}

#help-table img:hover {
    opacity: 0.4;
}

#help-table td:not(:first-child) {
    text-align: center;
}

#help-table tbody tr:nth-child(odd):not(:first-child) {
    background-color: rgba(243, 243, 243, 0.69);
}

@media print {
    .printable, .printable > * {
        display: block;
    }

    body, html, #wrapper, #printDiv {
        height: 100% !important;
        width: 100% !important;
        overflow: visible;
        display: contents !important;
    }

    * {
        overflow: visible;
        font-family: Verdana;
    }
}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-family: 'Roboto';
    vertical-align: baseline;
}

@media screen {
    .printable {
        display: none;
    }
}
@media print {
    .printable {
        display: block;
    }
}

table img {
    display: block;
    height: auto;
    max-width: 100%;
}

ul {
    margin-left: 15px;
}

.d-flex {
    display: flex;
}

.flex-grow-1 {
    flex-grow: 1;
    margin: 1em;
}

.w-100 {
    width: 100% !important;
}

.cursor-pointer {
    cursor: pointer;
}

.p-l-0 {
    padding-left: 0 !important;
}

/* ----------------------------------- STANDARD LAYOUT -------------------------------------*/
.radon {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
}

    .radon .logo {
        position:relative;
        top:4px;
    }

.section-divider {
    height:1px; 
    background-color:#e9e9e9; 
    margin-top:15px; 
    margin-bottom:15px; 
    width:100%;
}

/* --------------------------------------- HEADER ------------------------------------------*/
.header {
	background: url(/Themes/Radon/Content/images/layout/background.gif) repeat-x scroll 0% 0% #1a1b1a;
	height: 70px;
	width: 100%;
	padding-top:15px;
	margin: 0px auto;
	position: relative;
	text-align: justify;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
	backface-visibility: hidden;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
#header-left {
	float:left;
	position:relative;
	top:8px;    
}

#header-left img {
    cursor: pointer;
}

#header-login {
    float: right;
    position: relative;
    top: 8px;
    cursor: pointer;
}
.header-text {
    top: -12px;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #9D9D9D;
    border: none;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

.welcome-text{
    top:-2px;
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	color:#9D9D9D;
}

.header-btn{
	position:relative;
	top:-3px;
	opacity:.5;
	padding:5px;
	border:1px solid #2b2b2b;
	box-sizing:content-box;
}
.header-btn:hover{
	opacity:1;
	border:1px solid #555555;
	padding:5px;
}
.header-btn-left {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.header-btn-right {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
#header-right {
    float: right;
    width: 450px;
    position: relative;
    top: 5px;
    overflow: hidden;
}
#header-right img{
	float:left;
}

#header-donate {
    font-size: 1.5em;
    color: gold;
    font-weight: 900;
    float: left;
    margin-right: 10px;
    text-decoration: none;
    position:relative;
    top:5px;
    left:10px;
}

#header-donate:hover{
	color:#fff;
}

#header-search, #header-pagetype{
	float:right;
}

#search-pagetype {
    height: 29px;
    width: 106px;
    padding-bottom:0px;
    color: #ababaa;
    background-color: #2d2d2d;
    border: 1px #525252 solid;
    border-left: none;
    border-radius:0;
}

#search-pagetype:focus {
    box-shadow: none;
}

#header-welcome {
    float:right;
    position:relative;
    top:7px;
    left:-10px;
}

@media screen and (max-width:850px) {
    #header-welcome {
        display:none;
    }    
}

#header-search img {
	float:left;
}

#header-search-middle{
	float:left;
	height:29px;
	background: url(/Themes/Radon/Content/images/layout/topbar_searchboxmiddle.gif);
	width:60px;
}
#header-search-field{
    margin-top: 3px;
	border:0px;
	background:none;
	color:#AAAAAA;
	position:relative;
	top:3px;
	width:60px;
    left: 6px;
}
#header-social{
	float:right;
}
.header-social-btn{
	position:relative;
	top:2px;
	opacity:.5;
}
.header-social-btn:hover{
	opacity:1;
}

/* ----------------------------------------------- FOOTER  -------------------------------------------------*/
html {
    /*height:100%;*/
}

body {
    /*min-height: 100%;*/
    display: flex;
    flex-direction: column;
    min-height: 682px;
    height: 100vh;
    -ms-overflow-style: scrollbar;
}

#super-header {
    flex-shrink: 0;
}

#body-content {
    flex: 1 0 auto;
}

#footer {
    flex-shrink: 0;
    width: 100%;
    background-color: #212121;
    /*height:190px;*/
    background-image: url(/Themes/Radon/Content/images/layout/background.gif);
    padding-top: 3vw;
    padding-bottom: 3vw;
    clear: both;
}
.footeritems{
	font-family: 'Roboto', sans-serif;
	/*font-size:1.5vw;*/
    font-size:1em;
	color:#6A6A6A;
	font-weight:600;
	line-height:28px;
	/*padding-top:5px;*/
	transition: all 0.5s ease 0s;
	float:left;
    text-align:left;
    max-width:150px;
    padding-right:0;
}

.noPadding {
    padding:0;
}

#footer p {
    padding:0 !important;
    margin:0 !important;
    margin-bottom:0.5em !important;
}

#footer img {
    max-width:115px;
    max-height:115px;
}

.footeritems a{
	text-decoration:none;
	color:#6A6A6A;
}
.footeritems a:hover{
	color:#fff;
}
.copyright{
	font-size:0.8em; 
	font-family: 'Roboto', sans-serif;
	color:#8B8B8B;
	/*padding-left:20px;*/
	clear:left;
	float:left;
	padding-top:5px;
    padding-bottom:1em;
}
@media print {
    .no-print {
        display:none;
    }
}
@media screen and (max-width:767px) {
    .footer-celebrate {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.5em;
        color: #fff;
        text-align: center;
        /*width:440px;*/
    }

    .footer-newsletter {
        font-size: 0.5em;
        color: #fff;
    }

    .footer-newslettersignup {
        border: 1px solid #989898;
        padding: 4px;
        padding-left: 5px;
        padding-right: 5px;
        color: #FFFFFF;
        font-family: 'Roboto', sans-serif;
        width: 150px;
        background-color: #2A2A2A;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        font-size: 12px;
        padding-left: 30px;
        background: url(/Themes/Radon/Content/images/icon_mailtiny.png) 5px 3px no-repeat;
        background-position-y: 5px;
        margin:0;
    }

    .footer-newslettersignupbutton {
        border: 1px solid #989898;
        padding: 4px;
        padding-left: 5px;
        padding-right: 5px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        background-color: #7F7F7F;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 12px;
        margin-left:-10px;
    }

    #fb-root {
        text-align:center;
    }
}

@media screen and (min-width:768px) {
    .footer-celebrate {
        font-family: 'Roboto Condensed', sans-serif;
        float: right;
        font-size: 2em;
        color: #fff;
        text-align: right;
        /*width:440px;*/
        padding-right:0.5em;
    }

    .footer-newsletter {
        font-size: 0.4em;
        color: #fff;
    }

    .footer-newslettersignup {
        border: 1px solid #989898;
        padding: 4px;
        padding-left: 5px;
        padding-right: 5px;
        color: #FFFFFF;
        font-family: 'Roboto', sans-serif;
        width: 150px;
        background-color: #2A2A2A;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        font-size: 12px;
        padding-left: 30px;
        background: url(/Themes/Radon/Content/images/icon_mailtiny.png) 5px 3px no-repeat;
        background-position-y: 5px;
        margin-right:-10px;
    }

    .footer-newslettersignupbutton {
        border: 1px solid #989898;
        padding: 4px;
        padding-left: 5px;
        padding-right: 5px;
        color: #000;
        font-family: 'Roboto', sans-serif;
        background-color: #7F7F7F;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 12px;
    }

    .subscribe {
        float:right;
    }

    #fb-root {
        text-align: right;
        float: right;
        padding-right: 4em;
    }
}



.footer-newslettersignupbutton:hover{
	background-color:#fff;
	color:#474747;
}
footer-newsletter-container {
    position: relative;
    left: 173px;
}



/* --------------------------------------- COMMON / SHARED / GENERAL STYLES (If too many, use styles.css) ------------------------------------------*/
#homepageLogo{
    position:relative;
    top:4px;
}
.page-title{
    
}

.clear-both {
    clear: both;
}

.spacer {
    padding-top: 10px;
}

.category-page .page-title h1 {
    font-size:65px !important;
    color:#3b3b3b;
    /*text-shadow: 2px 2px 1px #fff, 4px 4px 4px rgba(0,0,0,0.45);*/
}
.category-description{
    font-size:18px;
    padding-bottom:15px;
    color:#515151;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.35);
}
.page {
    font-family: 'Roboto', sans-serif;
}
.register-block {
    float: right;
    width:200px;
}

#register-title{
    font-size:50px;
    font-family: 'Roboto';
    font-weight: bold;
    color:#333333;
    
}
.external-authentication{
    margin-top:10px;
}
.text-field {
    width:200px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-radius: 4px;
    color: #555555;
    line-height: 1.428571429;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    display: block;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.footer-celebrate a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
/* --------------------------------------- SLIDERS MENUS (Left and Right) ------------------------------------------*/
#storiesMenu {
    background-color: #5e5e5e;
    line-height: 13px;
    border-right: 10px solid #ff6600;
    height: 85vh;
    max-height: 750px;
}

#artMenu {
    background-color: #5e5e5e;
    line-height: 13px;
    border-right: 10px solid #d533d9;
    height: 85vh;
    max-height: 750px;
}

#filmMenu {
    background-color: #5e5e5e;
    line-height: 13px;
    border-right: 10px solid #00b451;
    height: 85vh;
    max-height: 750px;
}

#audioMenu {
    background-color: #5e5e5e;
    line-height: 13px;
    border-right: 10px solid #3666cc;
    height: 85vh;
    max-height: 750px;
}

#storiesMenuSection, #loginMenu {
    overflow-y:auto;
    overflow-x:hidden;
}

#fullMenu {
    overflow: hidden;
}

@media screen and (min-height:420px) {
    #storiesMenu {
        min-height: 611px;
    }
}

@media screen and (max-height:420px) {
    #fullMenu {
        overflow-y:auto;
    }
}

#storiesMenuSection {
    height: 96.25%;
}

.showStoryDirBtn {
    position: relative;
    top: -23px;
    right: 85px;
    float: right;
    cursor: pointer;
}

.showArtDirBtn {
    position: relative;
    top: -23px;
    right: 85px;
    float: right;
    cursor: pointer;
}

.showFilmDirBtn {
    position: relative;
    top: -23px;
    right: 85px;
    float: right;
    cursor: pointer;
}

.showAudioDirBtn {
    position: relative;
    top: -23px;
    right: 85px;
    float: right;
    cursor: pointer;
}
.cbp-spmenu {
	background: #3f3f3f;
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1em;
	padding: 20px;
	margin: 0;
	background: #0d77b6;
	height:30px;
	overflow:hidden;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: .9em;
	text-decoration:none;
}

.cbp-spmenu ul {
    margin-left: 0;
}


.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

.cbp-spmenu-vertical {
	width: 253px;
    /*height: 65.4%;*/
    max-height:1200px;
    /*max-height:100%;*/
    /*max-height:89.1%;*/
	top: 0;
	z-index: 1000;
}

.menu-slider-section li {
	transition: all 0.2s ease 0s;
	font-family: 'Roboto', sans-serif;
	padding: .6em;
	color:#e0e0e0;
	font-size:14px;
	font-weight:500;
    list-style-type: none;

}
.menu-slider-section li:hover {
	background-color:#242424;
}
.menu-slider-section li a {
	width:999px !important;
	position:relative;
	left:20px;
	top:-1px;
	color:#e0e0e0;
	text-shadow: 1px 1px 0px rgba(63,107,169, 0.5);
    width:100%;
    min-width:150px;
}

/* NEW CONNECT SECTION OF LEFT SLIDER MENU */

.menu-slider-connect {
    margin-top: 0.5em;
    background-color: #242424;
    padding: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .menu-slider-connect a, .menu-slider-extra a {
        color: #7d7d7d;
        font-size: 1.2em;
        font-weight: 600;
        /*text-transform: uppercase;*/
        transition: 0.3s;
    }

        .menu-slider-connect a:hover, .menu-slider-extra a:hover {
            color: white;
            transition: 0.3s;
        }

.menu-slider-extra {
    background-color: #242424;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

/* END NEW CONNECT SECTION */

.menu-slider-subsection{
	padding-left:15px;
}

.menu-slider-subsection li {
	font-family: 'Roboto', sans-serif;
	transition: all 0.2s ease 0s;
	color:#e0e0e0;
	font-size:14px;
	font-weight:500;
	float:left;
	width:110px;
	overflow:inherit;
	line-height:25px;
    display: block;
}

.menu-slider-subsection li:nth-child(odd){
	clear:both;
}

.menu-slider-subsection li:hover {
	background-color:#242424;	
}
.menu-slider-subsection li a {
	transition: all 0.2s ease 0s;
	position:relative;
	left:00px;
	color:#B0B0B0;
	text-shadow: 1px 1px 0px rgba(63,107,169, 0.5);
}
.menu-slider-subsection li a:hover {
	
	position:relative;
	left:10px;
	color:#e0e0e0;
	text-shadow: 1px 1px 0px rgba(63,107,169, 0.5);
}
.newdot {
    position: relative;
    left: 8px;
    font-size: 1.75em;
    font-weight: bold;
    color: #fff;
}
.dot {
	width:12px;
	height:12px;
	position:relative;
	left:8px;
}
.dotdotdot:after {
    content: "...";
    position: absolute;
    bottom: -1.5em;
    right: 4.25em;
}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -258px;
	top:70px;
}

.cbp-spmenu-right {
    position:fixed;
	right: -258px;
    top:70px;
    /*right:0;
	top:-1000px;*/
}

/* NEW Right Slider Accordion Dynamics*/
#registration {
    display:none;
}

.toggle-header:hover .menu-slider-category {
    color:white;
}
/* End NEW */

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
	top:70px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
    top: 70px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.no-transition-time {
    -webkit-transition:none;
    -moz-transition:none;
    transition:none;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
        max-height:80%;
	}

    #storiesMenuSection {
        height: 88%;
    }

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

.menu-slider-category {
    position: relative;
    left: 15px;
    top: 7px;
    color: #aaaaaa;
    font-weight:bold;
}

.menu-slider-header {
    width: 100%;
    background-color: #141414;
    font-size: 12px;
    height: 30px;
}

/* (Still Slider) Right Side User Stuff*/
.slider-menu-area{
	padding:10px;
	color:#fff;
}
.slider-button {
    transition: all .2s ease-in-out;
    color:#fff;
    font-family:'Open Sans';
    font-size:18px;
    font-weight:bold;
    padding-bottom:7px;
    padding-top:7px;
    border-bottom:1px solid #5b5b5b;
    opacity:.7;
    position:relative;
    left:0px;
}

.slider-button:hover{
    opacity:1;
    left:7px;
    cursor:pointer;
}

.slider-button img {
    float:left;
    position:relative;
    top:3px;
    padding-right:5px;
}
.slider-header-text {
    color:#fff;
    font-family:'Roboto';
    font-weight:100;
    font-size:24px;

}
.rt{
	position:relative;
	top:0px;
}
.login_button:hover{
	color:#fff;
}
#lostpass{
	float:left;
	font-size:11px;
}
#lostpass a:active {
	color:#D05B5D;
}
#lostpass a:hover {
	color:#fff;
}
.loginDir{
	font-size:16px;
	color:#BCBCBC;
	font-family: 'Roboto Condensed', sans-serif;
}
.login_username{
	border:0px;
	font-size:17px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	border-bottom:2px solid #888888;
	width:200px;
	background-color:#3f3f3f;
	
}

.login_password{
	border:0px;
	font-size:17px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	border-bottom:2px solid #888888;
	width:200px;
	background-color:#3f3f3f;
}
.login_button{
	border:0px;
	font-size:16px;
	color:#E0E0E0;
	background-color:#3f3f3f;
	float:right;
}
.menu-slider-loginarea{
    padding:10px;

}


/* --------------------------------------- TOPPER MENU (Megas) ------------------------------------------*/
#menu-topper {
    transition: all .2s ease-in-out;
	height:35px;
	overflow:hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#828282+0,000000+74&1+0,0+74 */
    background: -moz-linear-gradient(top,  rgba(130,130,130,1) 0%, rgba(0,0,0,0) 74%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(130,130,130,1) 0%,rgba(0,0,0,0) 74%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(130,130,130,1) 0%,rgba(0,0,0,0) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    color:#727272;
}

#menu-topper-container {
	list-style-type:none;
	/*font-family: 'Roboto Condensed', sans-serif !important;*/
	font-weight:800;
	font-size:15px;
    background-color: rgba(255, 255, 255, .5);
    height: 35px;
    border-bottom:1px solid #cecece;
    margin-left: 0px;
}

    #menu-topper-container a {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 800 !important;
    }

#menu-topper-container a{
	text-decoration:none;
	color:inherit;
}

/* When hovering over a selected topper menu tab, its font color should always go to white, for nicer contrast with the highlight background color */
#menu-topper-container li:hover a {
    color:white;
}

#menu-topper-container li{
	padding-top:8px;
	padding-bottom:8px;
	float:left;
	padding-left:8px;
	padding-right:8px;
    
}

#menu-topper-films {
	height:35px;
	overflow:hidden;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b451+0,cc9900+74&1+0,0+74 */
background: -moz-linear-gradient(top,  rgba(0,180,81,1) 0%, rgba(204,153,0,0) 74%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,180,81,1) 0%,rgba(204,153,0,0) 74%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,180,81,1) 0%,rgba(204,153,0,0) 74%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b451', endColorstr='#00cc9900',GradientType=0 ); /* IE6-9 */


    color:#727272;
}
#menu-topper-films li:hover{
	background-color:#00B451 !important;
	color:#fff;
}
#menu-topper-films-mobile {
    border-bottom: 1px solid #ccc;
    background-color: #00b451;
}
    #menu-topper-films-mobile a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        font-family: 'Roboto Condensed',sans-serif;
        font-weight: 800 !important;
    }
#menu-topper-films-mobile a:hover {
    text-decoration:none;
}
/*   -------------- Fake-Dynamic Colors for Megas ----------------*/
#menu-topper-container li:hover{
	background-color:#9B1518;
	color:#fff;
}
#gmstories:hover{
    background-color:rgb(255, 102, 0) !important;
	color:#fff;
}

#gmexplore:hover{
    background-color:deeppink !important;
	color:#fff;
}

#gmnews:hover{
    background-color:#1CAFBA !important;
	color:#fff;
}

#gmsoc:hover{
    background-color:#95D500 !important;
	color:#fff;
}

#gmforum:hover{
    background-color:#6400FF !important;
	color:#fff;
}

#gmguest:hover{
    background-color:#4c9636 !important;
	color:#fff;
}

#gmdonate:hover{
    background-color:#d6373b !important;
	color:#fff;
}

#gmparticipate:hover{
    background-color:#6400FF !important;
	color:#fff;
}

#gmpartners:hover{
    background-color:#95D500 !important;
	color:#fff;
}


.mmHover {
    background-color:#9B1518;
	color:#fff;
}

.abouthover {
    background-color: #991519 !important;
    color: #fff;
}

.storieshover {
    background-color:rgb(255, 102, 0) !important;
	color:#fff;
}

.arthover {
    background-color: #d533d9 !important;
    color: #fff;
}

.filmshover {
    background-color: #00b451 !important;
    color: #fff;
}


#mainMenuSub{
	list-style-type:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:15px;
	background-color:#7B0002;
	color:#fff;
}
#mainMenuSub li{
	padding-top:8px;
	padding-bottom:8px;
	float:left;
	padding-left:8px;
	padding-right:8px;
}
#mainMenuSub li:hover{
	background-color:#9B1518;
	color:#fff;
}

#gmart:hover{
    background-color:#d533d9 !important;
	color:#fff;
}
#gmfilms:hover{
    background-color:#00b451 !important;
	color:#fff;
}
#gmaudio:hover{
    background-color:#3666cc !important;
	color:#fff;
}
#gmwtm:hover {
    background-color: #3666cc !important;
    color: #fff;
}
#gmexplore:hover{
    background-color:deeppink !important;
	color:#fff;
}
#gmnews:hover{
    background-color:#1CAFBA !important;
	color:#fff;
}
#gmlib:hover{
    background-color:#FF3D6D !important;
	color:#fff;
}

#gmtr:hover{
    background-color:#cc9900 !important;
	color:#fff;
}


/* --------------------------------------- THE MEGA MENUS ------------------------------------------*/


.mega{
	width:100%;
	height:350px;
	background-color:#fff;
	color:#000;
	z-index:99999;
	display:none;
	box-sizing:content-box;
}

.mega a:hover{
    text-decoration:none !important;
}

#megaMan {
    position:absolute;
	left:132px;
	top:104px;
    box-shadow:0px 5px 10px rgba(0, 0, 0, 0.2);
    max-height:330px;
    overflow:hidden;
    z-index: 100;
}

#megaMan a {
    text-decoration:none;
	color:#000;
}

.ff1b{
	width:300px;
}

    .ff1b a {
        color: white;
    }

        .ff1b a:hover {
            color: #cbf3dd;
        }

.ff2{
	float:left; 
	padding-right:5px;
}
.ff3{
	float:left;
	width:270px;
}
.clockbox{
	float:left; color:#D7D7D7; font-size:10px; padding-left:8px; font-weight:600;
}

.clockbox2{
	float:left; color:#fff; font-size:10px; font-weight:600;
	opacity:.7;
}
.c10{
	clear:both;
	margin-top:10px;
}


/* CUSTOM GLYPH ICONS -------------------------*/
.btn-mega {
    width:124px;
	height:80px;
	border:1px solid #D9D9D9;
	color:#8e8e8e;	
    float:left;
    margin-right:5px;
    background-color:#d4d4d4;
    text-align:center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:16px;
}
.btn-mega:hover {
    color:#fff;
    /*background-color:#9B1518;*/
    cursor:pointer;
}

.btn-mega-story:hover {
    background-color:#FF6600;
}

.btn-mega-art:hover {
    background-color:#d533d9;
}

.btn-mega-films:hover {
    background-color:#00b451;
}

.btn-mega-audio:hover {
    background-color:#3666cc;
}

.heroicon {
  margin:0px;
  padding:0px;
}

    .btn-mega img:last-child {
        display:none;
    }
        .btn-mega:hover img:first-child {
          display:none;
        }
        .btn-mega:hover img:last-child {
          display:inline-block;
          opacity:1;
        }

.heroicon-home img {
    width:50px;
    opacity:.3;
    position:relative;
    top:5px;
}

/*About*/
#mega_about {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #fff;
    width: 1000px;
    background-image: url(/Themes/Radon/Content/images/layout/mega_about_bg.jpg);
    background-size: cover;
}

.mega_lc{
	width:166px;
	float:left;
	background-color:#FFFFFF;
	height:290px;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#464646;
	overflow:hidden;
}

    .mega_lc a {
        color: #464646;
    }

.mega_button{
	width:124px;
	height:80px;
	border:1px solid #D9D9D9;
    padding-top:50px;
	color:#808080;	
}

.mega-about-head {
    font-size: 15px;
    color: #9B1518;
    font-weight: 600;
    margin-bottom: 5px;
}

.mgQuickLinks {
    width: 200px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    
}

.mgQuickLinks a{
    font-size: 20px;
    color:#7d7d7d;
    font-weight:600;
    line-height:30px;
    font-family: 'Roboto', sans-serif;

}

    .mgQuickLinks a:hover {
        /*color: #a1a1a1;*/
        color: #991519;
    }

.mega-about-what {
    width: 425px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 17px;
}

    .mega-about-what a {
        font-size:16px;
        color:#4a4a4a;
    }

        .mega-about-what a:hover {
            /*color: #9c9c9c;*/
            color: #991519;
        }

    .mega-about-what .mega-about-spacer {
        margin-top:9px;
        margin-bottom:9px;   
        width:100%;
        background-color:#b6b6b6;
        height:1px;
    }

.megTxt {
    font-size:16px; color:#4a4a4a;
}

.megamini_button{
	width:47px;
	height:51px;
	border:1px solid #D9D9D9;
	color:#808080;
}


.mg_1{
	background:url(/Themes/Radon/Content/images/icons/film_peace.png) -2px -1px no-repeat;	
	background-color:#EDEDED;	
}
.mg_2{
	background:url(/Themes/Radon/Content/images/icons/film_act.png) -2px -1px no-repeat;	
	background-color:#EDEDED;	
}
.mg_3{
	background:url(/Themes/Radon/Content/images/icons/film_env.png) -2px -1px no-repeat;	
	background-color:#EDEDED;	
}
.mg_4{
	background:url(/Themes/Radon/Content/images/icons/film_teacher.png) -2px -1px no-repeat;	
	background-color:#EDEDED;	
}
.mg_5{
	background:url(/Themes/Radon/Content/images/icons/film_edu.png) -2px -1px no-repeat;	
	background-color:#EDEDED;	
}

.mg_home{
	background:url(/Themes/Radon/Content/images/btn_mega_home.png) 0px -10px no-repeat;	
	background-color:#E4E4E4;	
}
.mg_home:hover{
	background:url(/Themes/Radon/Content/images/btn_mega_home_over.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	color:#9b1518;
}

.mg_folder{
	background:url(/Themes/Radon/Content/images/btn_mega_folder.png) 0px -10px no-repeat;	
	background-color:#E4E4E4;	
}
.mg_folder:hover{
	background:url(/Themes/Radon/Content/images/btn_mega_folder_over.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	color:#9b1518;
}

.mg_help{
	background:url(/Themes/Radon/Content/images/btn_mega_help.png) 0px -10px no-repeat;	
	background-color:#E4E4E4;	
}
.mg_help:hover{
	background:url(/Themes/Radon/Content/images/btn_mega_help_over.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	color:#9b1518;
}

.mg_new{
	background:url(/Themes/Radon/Content/images/btn_mega_new.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	
}
.mg_new:hover{
	background:url(/Themes/Radon/Content/images/btn_mega_new_over.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	color:#9b1518;
}

.mg_info{
	background:url(/Themes/Radon/Content/images/btn_mega_info.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	
}
.mg_info:hover{
	background:url(/Themes/Radon/Content/images/btn_mega_info_over.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	color:#9b1518;
}

.mg_more{
	background:url(/Themes/Radon/Content/images/btn_mega_more.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	
}
.mg_more:hover{
	background:url(/Themes/Radon/Content/images/btn_mega_more_over.png) 0px -10px no-repeat;	
	background-color:#EDEDED;	
	color:#9b1518;
}

.mega_list{
	list-style:none;
	font-size:0.78em;
    margin-right:5px;
}

.mega_list a{
	color:#000;
	text-decoration:none;
}

    #mega_stories a:hover {
        color: #FF6600;
    }

#mega_stories{
    width:1000px;
    background-position:top left;
}
#mega_films{
    width:1000px;
    height:320px;
}
#mega_art{
    width:1000px;
}

    #mega_art a:hover {
        color:#d533d9;
    }

#mega_audio{
    width:1000px;
}

    #mega_audio a:hover {
        color: #3666cc;
    }

#mega_part {
    width:1000px;
    /*background-image:url(http://celebcafe.org/wp-content/uploads/2014/07/Tom-Cruise-retains-his-pride-in-the-Hollywood.jpg);*/
}


#mega_stories .mega_button {
    font-size:0.45em;
}
.mega-festival-infoitem{
	width:450px; 
}

.mega-festival-infoitem:hover{
    background-color:#d4d4d4;
}
.insidePadding{
	width:100%;
    height:100%;
    padding:15px;
	font-family: 'Roboto Condensed', sans-serif;
}
.insidePadding2{
	width:100%; 
    height:100%; 
    padding-left:10px; 
    padding-right:10px;
	font-family: 'Roboto Condensed', sans-serif;
}
.insidePadding3{
	width:100%;
	height:100%;
	font-family: 'Roboto Condensed', sans-serif;
    padding:0px;
    background-color:white;
}
.mega-about-mission {
    font-size: 18px;
    color: #9B1518;
    font-weight: bold;
    position: relative;
    top: 3px;
    /*letter-spacing:*/
}
.mega{
    color:#000;
}

.mega-about-video {
    width: 275px;
    float: left;
    padding-top: 25px;
}
.mega-about-text{
    position:relative;
    top:5px;
    color:#393939;
    font-size:14px;
}
.mega-about-links {
    line-height:19px;
}


/*Stories*/
.mega-stories-padding{
	width:100%;
	height:100%;
	font-family: 'Roboto Condensed', sans-serif;
    padding:0px;
}
.mega-stories-middle {
    width: 400px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 17px;
}
.mega-stories-buttons {
    width: 390px;
    font-size: 32px;
}

.mega-caption {
    padding-left:1em;
    padding-right:1em;
    word-break:keep-all;
}

.mega-description {
    font-size: 0.8em;
    margin-top:0.5em;
}

.mega-caption strong {
    font-weight:bold !important;
}

.mega-program-headline {
    font-size:15px; color:#9B1518; font-weight:600;
}

.mega-program-caption{
    line-height:21px; overflow:hidden; font-size:15px;
}

.mega-story-program-headline {
    font-size:15px; color:#FF6600; font-weight:600;
}

.mega-art-program-headline {
    font-size:15px; color:#d533d9; font-weight:600;
}

.mega-films-program-headline {
    font-size:15px; color:#00b451; font-weight:600;
}

.mega-audio-program-headline {
    font-size:15px; color:#3666cc; font-weight:600;
}

.mega-headline {
    font-size:15px; font-weight:600;
}

/* Teachers Room */
.mega-tr-mission {
    font-size: 26px;
    color: #cc9900;
    font-weight: bold;
    position: relative;
    top: 3px;
}

.mega-tr-head {
    font-size: 15px;
    color: #cc9900;
    font-weight: 600;
    margin-bottom: 5px;
}

.mgQuickLinks-tr {
    width: 200px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    
}

.bigleauge {
    font-family:Roboto;
    font-size:12px;
    color:#c4c4c4;
}

.bigleauge a {
    font-size: 12px;
    color: #9b9b9b;
}


.mgQuickLinks-tr a{
    font-size: 17px;
    color:#7d7d7d;
    font-weight:600;
    line-height:27px;
    font-family: 'Roboto', sans-serif;

}

.c-btn {
    width:100%;
    text-align:center;
    padding-top:25px;
    min-height:70px;
    color:#fff;
    font-weight:800;
}

.col-sm-3 a:hover {
    text-decoration: none;
}

.c-stories {
    background-color:#ff6600;
}
.c-audio {
    background-color: #3666cc;
}
.c-art {
    background-color: #d533d9;
}
.c-films {
    background-color: #00b451;
}

.special-row .col-sm-3 {
    padding:0px !important;
    margin:0px !important;
}
/* --------------------------------------- HOMEPAGE (temp, move to own file) ------------------------------------------*/
@media screen and (min-width: 768px) {
    .main {
        padding: 10px;
        display: flex;
    }

    #staffPicks {
        /*float:right;
	    width:300px;*/
        /*flex:1;*/
        border-left: 1px solid #ccc;
        position: relative;
        left: 1em;
    }

    .subBox1Caption {
        font-family: 'Roboto', sans-serif;
        font-size: 1.1vw;
        position: absolute;
        opacity: 0;
        top: 20%;
        left: 5%;
        width: 90%;
        color: white;
        transition: 0.3s;
    }

    #subBox1Text {
        position: absolute;
        width: 100%;
        bottom: 5%;
        left: 0px;
        color: #E9E9E9;
        z-index: 20;
        font-family: 'Roboto', sans-serif;
        padding-left: 1vw;
        font-size: 1.3vw;
        font-weight: 600;
        background-color: rgba(0, 0, 0, .5);
    }
}

@media screen and (max-width: 767px) {
    .main {
        padding: 10px;
    }

    #staffPicks {
        /*float:right;
	    width:300px;*/
        /*flex:1;*/
        position: relative;
    }

    #subBox1Tiny1 img {
        opacity:0.6;
    }

    .subBox1Caption {
        font-family: 'Roboto', sans-serif;
        font-size: 4vw;
        position: absolute;
        opacity: 1;
        top: 20%;
        left: 5%;
        width: 90%;
        color: white;
        transition: 0.3s;
    }

    #subBox1Text {
        position: absolute;
        width: 100%;
        bottom: 5%;
        left: 0px;
        color: #E9E9E9;
        z-index: 20;
        font-family: 'Roboto', sans-serif;
        padding-left: 1vw;
        font-size: 5vw;
        font-weight: 600;
        background-color: rgba(0, 0, 0, .5);
    }
}

#eventCalendar_title {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 15px;
}

#CalendarEventSlider {
    height: fit-content;
    border-radius: 5px;
}

.rTitleTwo{
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
	position:relative;
	top:-8px;
	left:4px;
	font-weight:200;
	color:#6C6C6C;
	
}
.rTitleOne{
	font-size:38px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	color:#494949;
}
.centerMe{
	width:100%; 
	text-align:center;
}
.pick{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	/*float:right;*/
	padding:5px;
	transition: all .2s ease-in-out;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #D1D1D1;
	/*background-color:#F7F7F7;*/
    margin-bottom:1em;
}
.pick:hover{
	background-color:#E9E9E9;
}

.pickSubj {
	padding:3px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:11px;
}

.pickCat {
	padding:3px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:11px;
}
.p1{
	background-color:#231F86;
}

.p2{
	background-color:#206219;
}
.p3{
	background-color:#1E8073;

}
.p4{
	background-color:#963063;
}
.p5{
	background-color:#8F2323;
}
.p6{
	background-color:#959B2C;
}
.p7{
	background-color:#9E692E;
}

/* NEW Sub Box Styles*/
#mainFeature {
    padding:0;
    /*flex:1;*/
}

#twins {
    display:inline-block;
    width:100%;
    margin-top: 1em;
    margin-bottom:1em;
    margin-left:0;
    margin-right:0;
}

#feature-pic-container {
    padding:0;
}

#big-announcement-container {
    padding:0;
}

#subBox1Image {
    padding:0;
}
/* End NEW Sub Box Styles*/

#subBox1 {
    /*width:675px;
	overflow:hidden;*/
    margin-top:1em;
    width: 100%;
}
#subBox1Listing{
	/*float:right;
	width:220px;*/
	font-family: 'Roboto', sans-serif;
	color:#9B1518;
}
#subBox1Sub {
    cursor: pointer;
    position: relative;
    width: 100%;
    /*width:435px; 
	height:240px;
	background-size: 100% 100%;
	overflow:hidden;*/
}
#subBox1Category{
	background-color:#F7F7F7;
	width:auto;
	padding-right:10px;
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	font-weight:700;
	color:#9b1518;
	text-align:left;
	position:absolute;
	top:0px;
	left:0px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.listing{
    width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #E8E8E8;
	margin-bottom:15px;
}
.listingtitle{
	font-weight:700;
	font-size:15px;
}

.listingtext{
	color:#393939;
	font-size:13px;
	line-height:20px;
	font-family: 'Roboto Condensed', sans-serif;
	transition: all 0.5s ease 0s;
}
.listingtext:hover{
	color:#9B1518;
	cursor:pointer;
}

#subBox1Text:hover{
	color:#FFFFFF;
}
#subBox1Black:hover{
	opacity:1;
}
#subBox1Tiny1{
    cursor:pointer;
	position:relative; 
    display:inline-block;
    width:100%;
    background-color:black;
	/*width:210px;*/
	/*height:145px; 
	background-size: 100% 100%;
	/*float:left;*/
}

#subBox1Tiny1:hover img {
    opacity:0.6;
    transition: 0.3s;
}

#subBox1Tiny1:hover .subBox1Caption {
    opacity: 1;
    top: 25%;
    transition: 0.3s;
}

#subBox1Tiny2{
	position:relative; 
	left:0px;
	width:210px; 
	height:145px; 
	background-image:url(/Themes/Radon/Content/css/~/Themes/Radon/Content/images/demo/upaul.jpg);
	background-size: 100% 100%;
	float:left;
}
.subBox1TinyCategory{
	background-color:#F7F7F7;
	width:auto;
	padding-right:10px;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight:700;
	color:#9b1518;
	text-align:left;
	position:absolute;
	top:0px;
	left:0px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.atwin:first-of-type{
	/*float:left;
	width:210px;*/
    margin:0;
    padding-left:0;
    padding-right:0.5em;
}
.atwin:not(:first-of-type) {
    /*float:left;
	width:210px;*/
    margin: 0;
    padding-right: 0;
    padding-left:0.5em;
}
.btwin{
	float:left; 
	width:210px; 
	position:relative; 
	left:15px;
}
.theme-home_page_top {
    /*width:675px;*/
    width:100%;
}
.atwin:first-child{
    /*margin-right:15px;*/
}

#ageCheck input{
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border: 1px solid #666;
    background-color: #F0F0F0;
    color: #000;
}

#registerIntroImage {
    padding-top: 2px;
}

.rtDesc {
    /*padding-left: 61px;*/
}

.rtRole {
    font-weight: 600;
    font-size: 18px;
}

#ageCheck2 input{
    background-color: #F0F0F0;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    -webkit-user-select: none;
}

/* Columns_Two formatting */

.center-2 {
    float: right;
    width: 73%
}

.side-2 {
    float: left;
    width: 25%;
}

/* Both Columns formatting */

.block {
    max-width: 600px;
    min-height: 50px;
    margin: auto;
    text-align: left;
}

.block .listbox {
    display: block;
    border-bottom: none;
    padding: 10px 5px;
}

.block .tags li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    font-size: 17px!important;
}

.item-box{
    position:relative;
    width:120px;
    float:left;
    margin:0 0 30px;
    text-align:left;
    font-family: Roboto;
    font-size:13px;
    height:120px;
}

.product-item-caption{
    text-align:center;
}

.item-box a {
    color:#3c3c3c;
    font-weight:bold;
}

.grad-div {
    height:30px;
    background: rgb(170,170,170); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(170,170,170,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(170,170,170,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(170,170,170,1) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


.item-box-bk{
    position:relative;
    width:100%;
    float:left;
    margin:0 0 80px;
    text-align:left
}

.product-item .masonry-panel-content-img {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateZ(0) scale(1,1);
}

.product-item:hover .masonry-panel-content-img {
    opacity: .85;
    cursor: pointer;
}

@media (min-width: 769px) {
    /*.item-box {
        width: 32.33333%;
        margin: 0 .5% 50px;
    }*/
}

@media (min-width: 769px) {
    /*.product-list .item-box {
        float: none;
        width: auto;
        margin: 0 5px 20px;
    }*/
}

/* --------------------------------------- EXPLORE CATEGORIES ------------------------------------------*/
.explore-pick {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	float:right;
	padding:5px;
	transition: all .2s ease-in-out;
	padding: 10px 0 10px 0;		
    margin-bottom: 0px;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5),
             0px 2px 6px rgba(0,0,0,0.2),
             0px 4px 8px rgba(0,0,0,0.2);
}

.explore-pick a {
    text-decoration: none;
    color: white;
}

.explore-pick:hover {
    margin-top: 6px;
    margin-bottom: 6px;
    text-shadow: 0px 1px 3px rgba(0,0,0,1),
             0px 2px 6px rgba(0,0,0,1),
             0px 4px 8px rgba(0,0,0,1);
}


.explore-border {
    margin-top:15px;
    margin-bottom:3em;
}

@media screen and (min-width:868px) {
    .my-container {
        width: 33.33333% !important;
    }
}

@media screen and (max-width:867px) {
    .my-container {
        width: 50% !important;
    }
}

@media screen and (max-width:767px) {
    .explore-pick, .my-container {
        width: 100% !important;
        float:none;
    }
}

.colorbar-light {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efe14a+0,cb383c+50,5288c2+100&0.48+0,0.54+100 */
    background: -moz-linear-gradient(left, rgba(239,225,74,0.48) 0%, rgba(203,56,60,0.51) 50%, rgba(82,136,194,0.54) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(239,225,74,0.48) 0%,rgba(203,56,60,0.51) 50%,rgba(82,136,194,0.54) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(239,225,74,0.48) 0%,rgba(203,56,60,0.51) 50%,rgba(82,136,194,0.54) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aefe14a', endColorstr='#8a5288c2',GradientType=1 ); /* IE6-9 */
}

.colorbar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efe14a+0,cb383c+50,5288c2+100 */
    background: rgb(239,225,74); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(239,225,74,1) 0%, rgba(203,56,60,1) 50%, rgba(82,136,194,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(239,225,74,1) 0%,rgba(203,56,60,1) 50%,rgba(82,136,194,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(239,225,74,1) 0%,rgba(203,56,60,1) 50%,rgba(82,136,194,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe14a', endColorstr='#5288c2',GradientType=1 ); /* IE6-9 */
}

/* --------------------------------------- SEARCH ------------------------------------------*/


.search-pagetypes input {
    position:relative;
    top:4px;
}

.search-pagetypes label {
    font-size:13px;
}

.search-options {
    border: 1px solid #eaeaea;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 0 0 5px 5px;
}

ul.search-tab {
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
    overflow: hidden;
    max-width: 510px;
    background-color: #f1f1f1;
    border-radius: 10px 10px 0 0;
}

ul.search-tab li {
    float: left;
}

ul.search-tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

ul.search-tab li a:hover {
    background-color: #ddd;
}

.search-results {
    padding: 10px;
}

.search-pager {
    display: inline-block;
}

.search-pager ul li span {
    border-radius: 3px;
    margin: 1px;
}

.search-pager ul li a {
    border-radius: 3px;
    margin: 1px;
}

#search-list {
    margin: 20px;
    width: 100%;
}

#search-list thead {
    border-bottom: 2px solid lightgray;
    vertical-align: middle;
}

#search-list tbody tr th, #search-list tbody tr td {
    /*border-bottom: 1px lightgray solid;*/
    height: 60px;
    padding: 10px;
    vertical-align: middle;
}

#search-list thead tr th {
    padding-left: 1%;
}

#search-list tbody tr td img{
    /*width: 75px;*/
    max-width: inherit;
    vertical-align: middle;
    /*padding-top: 5px;*/
    margin-top: 5px;
    border-radius: 3px;
}

#search-list thead tr th:nth-child(3) {
    width: 25%;
}

#search-list tbody tr:nth-child(even) {
    background-color: rgba(211, 211, 211, 0.21);
}

.loading {
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    /*top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;*/
}

.active-tab {
    background-color: lightgray;
}

.search-input {
    padding-bottom: 5px;
}

.search-info {
    background-color: #eaebea;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    vertical-align: middle;
}

.search-pagetypes {
    font-size: 20px;
    text-align: left;
    text-align: center;
    /*padding-left: 126px;*/
}

/*#search-in-page-descriptions {
    padding: 1em; 
    padding-left: 3em;
    transform: scale(1.5);
}*/

#sid {
    transform: scale(1.5);
    margin-right: 1em;
    margin-left: 5px;
}

#sid-label {
    font-size: 1.5em;
}

.basic-search label,
.author-search label,
.organization-search label {
    font-size: 1.3em;
}

/* Base for label styling */
.pagetype [type="checkbox"]:not(:checked),
.pagetype [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.pagetype [type="checkbox"]:not(:checked) + label,
.pagetype [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
.pagetype [type="checkbox"]:not(:checked) + label:before,
.pagetype [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
.pagetype [type="checkbox"]:not(:checked) + label:after,
.pagetype [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
.pagetype [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.pagetype [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.pagetype [type="checkbox"]:disabled:not(:checked) + label:before,
.pagetype [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.pagetype [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.pagetype [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.pagetype [type="checkbox"]:checked:focus + label:before,
.pagetype [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/*-------------Audio Page CSS--------------*/
div.audio-cell {
    background-color: white; 
}

div.audio-cell a {
    color: blue;
}

div.audio-title-cell {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

.audio-h3 {
    margin: 0;
}

.audiohover {
    background-color: #3666cc !important;
    color: #fff;
}

/* - Audio Related Pages - */
    .radon-audio .related-products-title {
        font-size: 24px !important;
        font-weight: 800 !important;
        padding-bottom: 10px;
    }

    .radon-audio .related-item-box {
        float:left;
        text-align:left;
    }

    .radon-audio .related-pic-container {
        width:75px;
        float:left;
        margin-right: 10px;
        max-height: 75px;
        overflow: hidden;
    }

    .radon-audio .related-products-spacer {
        clear: both;
        height:5px;
    }


    .radon-audio .related-products-item img {
        width:75px;
    }

    .radon-audio .related-pic-title {
        font-size:14px;
    }

/* - Audio "More" (Suggested) Pages - */
    .radon-audio .more-products-title {
        font-size: 24px !important;
        font-weight: 800 !important;
        padding-top: 10px;
    }

    .radon-audio .more-products-grid {
        clear:both;
        border-top:1px solid #ccc;
    }
    .radon-audio .more-products-item {
        margin-top:10px;
    }
    .radon-audio .more-products-spacer {
        clear: both;
        height:5px;
    }


.leftBorder {
    border-left: 1px solid #dadada;
}

div.audioBackground {

}

@media screen and (max-width: 767px) {
    div.leftBorder {
        border-left: 1px solid white; 
    }
}

.songTitleText {
    background-color: rgba(0, 0, 0, 0.59);
    color: white;
    padding: 5px;
}

div.songTitleTextContainer {
    margin-bottom: 10px;
}

div.songImageBS {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.wideimage {
    width: 100%;
}

.tallimage {
    height: 100%;
    margin: auto;
}

.imgcontainer{
    width: 90%;
    padding-top: 90%;
    position: relative;
    margin-bottom: 10px;
    margin-left: 5%;
}

canvas.audioBackground{  
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

div.product-essential{

}

div.audioPageContainer{
    padding: 0px 6%;
    background-color: #dadada;
    min-width: 1400px;
}

div.audioBody{
    position: relative;
    background-color: white;
}

div.audioPageTitle{
    font-size: 1.5em;
    font-weight: bold;
}

div.bodyLeft{
    margin-right: 25%;
    padding: 20px 20px;
}

div.audioDescription{
    border-right: 1px solid #dadada;
    min-height: 650px; 
    padding-left: 10px;
}

div.hideTest{
    display: none;
}

div.audioLyrics{

}

div.aDescriptionElement {
    border-bottom: 1px solid #dadada;
    padding: 10px 0px;
    margin-right: 30px;
    width:100%;
}

div.aLastDescriptionElement {
    padding: 10px 0px;
    margin-right: 20px;
    width:100%;
}

div.bodyRight{
    padding: 20px 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
}

div.audioContainer{
    background-color: white;
    padding: 15px; 
    position: relative;
    /*background: -webkit-linear-gradient(left top, #fbf772, #ff5700); /* For Safari 5.1 to 6.0 */ 
    /*background: -o-linear-gradient(bottom right, #fbf772, #ff5700); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(bottom right, #fbf772, #ff5700); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(to bottom right, #fbf772, #ff5700); /* Standard syntax (must be last) */
}

div.songDetailsContainer{
    position: relative;
    margin: auto;
    height: 350px;
    width: 95%;
}

div.songTitle{
    position:absolute;
    bottom: -15px;
    left: 0;
}

div.artist{
    font-size: 1.2em;
    padding: 0px 10px;
    margin-bottom: 10px; 
    color: white;
    background-color: rgb(10,10,10);
    display: inline-block;
}

div.songName {
    font-size: 3em;
    padding: 0px 10px;
    color: white;
    background-color: rgb(10,10,10);
    display: inline-block;
}

div.songImage{
    position: absolute;
    right: 0;
    top: 20px;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

div.songImage img{
    display: block;
    width: 100%
}

img.rSong{
    width: 100%;
}

div.rMusicContainer{
    position: relative;
    margin: 10px 5px;
    opacity: 1;
}

a.rMusic {
    color: black; 
}

div.rMusicContainer:hover {
    opacity: .7; 
}

div.rMusicPicture{
    width: 75px;
    height: 75px;
    overflow: hidden;
    background-color: #ececec;
}

audio {
    width: 100% !important;
    min-height: 30px;
    display: block;
}


div.rMusicDescription{
    position: absolute;
    left: 90px;
    top: 0px;
}

div.rMusicTitle{
    font-weight: bold;
}

div.songAudio{
    width: 95%;
    margin: auto;
    padding-top: 25px;
}

div.audio_mp3{ 
    width:500px;
    height:60px;
    background:#000;
    padding:5px;
    margin:50px auto;
}

div.audio_container{

}

canvas.audio_animation{
    width:500px;
    height:30px;
    background:#002D3C;
    float:left;
}

/* --------------------------------------- _ProductTags CSS ------------------------------------------*/
a.producttag{
    display: inline-block;
    background-color: #e8e8e8;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
    font-weight: bold;
}

div.tags-title{
    display: inline-block;
    font-weight: bold;
}

div.product-tags-list{
    display: inline-block;
}

/* ------------------ Registration Stylings ------------------- */
.bolded {
    font-weight:bold;
}

.spacing {
    margin-top:3vw;
    margin-bottom:3vw;
}

.spacing-bottom-small {
    margin-bottom:1vw;
}

.spacing-bottom-mid {
    margin-bottom:3vw;  
}

.login-title {
    padding-bottom:1em;
}

#RememberMe {
    margin-left:0.5vw;
}

.login-page label {
    font-weight:bold;
    margin-bottom:0.2em;
    padding-left:0.5vw;
}

.forgot-password a {
    margin-top:0.3em;
    font-size:0.9em;
    text-decoration:none;
}

    .forgot-password a:hover {
        color: #e96f72;
    }

#Username, #Password {
    width:100%;
}

.page-body .external-authentication {
    padding-top:2.5em;
}

.external-authentication .title {
    font-weight:bold;
    margin-bottom:0.2em;
}

.google-btn {
    border-bottom:1px solid #777;
    border-right:1px solid #777;
    border-radius:3px;
}

.page-body .google-login-block, .page-body .facebook-login-block {
    /*margin-bottom:1.6em;*/
    padding-left:5vw;
}

#login .google-login-block, #login .facebook-login-block {
    margin-bottom: 0.5em;
    float:right;
}

@media screen and (max-width:767px) {
    .login-title {
        padding: 5vw;
    }

    .page-body .external-authentication {
        padding-top:5vw;
    }

    .google-login-block, .facebook-login-block {
        padding-left:0;
        text-align:center;
    }

    .reg-block {
        padding-top:5vw;
    }

    .topic-block {
        padding:5vw;
    }
}

.notice-beta {
    font-size:10px;
    font-family:Roboto;
    color:#fff200;
    font-weight:800;
    position:relative;
    top:-15px;
}

.notice-beta a:hover {
    color:#fff;
}

.validation-summary-errors {
    color:red;
}

.validation-summary-errors ul {
    list-style:none;
    font-weight:bold;
}

/* NEW Browse Stylings */
.hide-loading {
    display: none;
}

#browseMoreBox a:hover, .product-selectors a:hover {
    text-decoration: none;
    color: #e96f72;
}

#browseMoreBox a:hover .related-pic {
    opacity:0.8;
    transition:0.3s;
}

.selected {
    font-weight:bold;
}

#view-grid, #view-list {
    cursor:pointer;
    color:#3666cc;
}

.pager a {
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:bold;
    color: #3666cc;
}

.pager a:hover {
    color: #6695f9 !important;
    background-color:#e9e9e9 !important;
}

.shift-left {
    margin-left:-0.5em;
}

.current-page > a {
    font-weight:bold;
    background-color:#3666cc !important;
    border-color:transparent !important;
    color:white;
}

.current-page:hover > a {
    color:white !important;
}

#body-content {
    position:relative;
    overflow:hidden;
}

#browseMoreBox {
    padding-left:1em;
    padding-right:1em;
    padding-bottom:3em;
}

.product-grid {
    overflow: -webkit-paged-x;
}

#browseMoreBox .item-box {
    margin:1em;
}

#browseMoreBox .title {
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
    width: 100%;
    /*white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    padding-top:0.3em;*/
    text-align:center;
}



/*.pager {
    position:absolute;
    bottom:0;
    left:1em;
    left:51vw;
    width:100%;
    
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0.8em;
}*/

.pager-inner {
    position:relative;
    /*left:-50%*/;
}

.pager ul li a {
    padding-left:0.5em;
    padding-right:0.5em;
    padding-top:0.2em;
    padding-bottom:0.2em;
    border-radius:0;
}

.pager ul li:first-child a {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}

.pager ul li:last-child a {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}

.pager ul li:not(:first-child) a {
    border-left:0;
}

.num-pages-found {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:bold;
    font-size:1.3em;    
    position:absolute;
    bottom:1.5em;
    right:1.5em;
}

@media screen and (max-width:767px) {
    .num-pages-found {
        bottom:4em;
        right:0;
        width:100%;
        text-align:center;
    }
}

.text-accent-blue {
    color:#3666cc;
}

.border-accent-blue .grid-item {
    border-color:#83a7c6 !important; 
}

.border-accent-blue .grid-item:hover {
    border-color:#3666cc !important;
}

.text-accent-green {
    color:#00b451;
}

.border-accent-green .grid-item {
    border-color:#509E6F !important; 
}

.border-accent-green .grid-item:hover {
    border-color:#00b451 !important;
}

.text-accent-fuschia {
    color:#ee79f1;
}

.border-accent-fuschia .grid-item {
    border-color:#ba0a9f !important; 
}

.border-accent-fuschia .grid-item:hover {
    border-color:#ee79f1 !important;
}

.text-accent-orange {
    color:rgb(255, 102, 0);
}

.border-accent-orange .grid-item {
    border-color:#f5a62f !important; 
}

.border-accent-orange .grid-item:hover {
    border-color:rgb(255, 102, 0) !important;
}

.browse-searchbar {
    display:flex;
    padding-left:1em;
    padding-right:1em;
    padding-bottom:1em;
    margin-top:-1em;
}
#keywords {
    flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
#keywords-search-button {
    height: 34px;
    padding-top:0.1em;
    margin: 0;
    margin-left: -5px;
    margin-top: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.search-button {
    font-weight: bold;
}

.glyphicon-search {
    font-size: 1.5em;
}

/* Avatar Stuff */
.avatar-circle {
    margin-left:0.5em;
    display: block;
    border-width: 2px;
    background-color: #3666cc;
    border-color: #3666cc;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 7.5px;
    padding-top: 8px;
    padding-bottom: 7px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    cursor: pointer;
    margin-right: 0.5em;
    line-height: 1;
    text-align: center;
    opacity: 1;
    top: -9px;
    text-transform: uppercase;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}

    .avatar-circle:hover {
        border-width: 2px;
        border-color: white;
        padding: 7.5px;
        padding-top: 8px;
        padding-bottom: 7px;
    }

.avatar-circle-big {
    display: block;
    border-width: 2px;
    border-color: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    margin-right: 0.5em;
    opacity: 1;
    top: -9px;
    text-align: center;
}

    .avatar-circle-big:hover {
        border-width:2px;
        border-color: #3666cc;
        padding: 0;
    }

/* Audio Mega Menu Links */

.mega-audio-middle {
    width: 400px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 17px;
}

.mega-menu-link:hover {
    opacity:0.8;
}

/* Hide Stuff */
.hide {
    display:none;
}

.audio-title-cell {
    position:relative;
}

#song-container {
    position:absolute;
    width:97%;
    bottom:0.5em;
}

.main-image {
    margin-bottom:2em;
}

/*CalendarSuggestDate*/
#LogoPreview{
	display:none;
}

/*Login Page Google/FaceBook Buttons*/
.buttonAlign{
	bottom:1em;
	right:1em;
}

/*Login Error Text*/
.loginErrorAlign{
	padding-left:1em;
}

/* Easter egg */
#topGunEaster {
    height: 250px;
    width: 15%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: url(/Themes/Radon/Content/images/layout/cruisecontrol.png);    
}

#topGunEasterContainer {
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: -68%;
    left: -220px;    
}

.jetTakeOff {
    animation: 2500ms bobble 1 alternate linear;
}

@keyframes bobble {
    0%   { transform: scale(0.5); }
    50%  { transform: scale(0.75); }
    100% { transform: scale(1); }
}

.page-selectors {
    margin-bottom: 20px;
    background-color: rgba(230, 230, 230, 0.4);    
    padding: 1em 0;
}

.number-pages-found {
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 1.3em;
}

@media screen and (max-width:767px) {
    .number-pages-found {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .page-selectors .row .col-sm-4 > * {
        width: 100%;
        text-align: left;
        line-height: 2em;
        font-size: 18px;
    }
}

.pager {
    font-size: 20px;
}

.audio-light-bg {
    background-color: #e4ecff;
}

.audio-medium {
    color: #2a5fd0;
}

.audio-primary {
    color: #3666cc;
}

/* Anywhere slider CSS */
@media screen and (max-width:767px) {
    .nivo-directionNav a {
        width: 20px;
        height: 30px;
        margin-top: -15px;
    }
}

/* Tag pages */
.tag-item-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
}

.tag-item-box {
    padding: 1em;
}

.tag-item-box:hover {
    opacity: 0.7;
}

.tag-item-box .related-pic-container img {
    border: solid 1.5px gray;
    border-radius: 3px;
    box-shadow: -3px 4px lightgray;
    margin-bottom: 1em;
}

.tag-item-box .related-pic-title {
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 15px;
}

.tag-item-box .related-item:hover {
    text-decoration: none;
}

/* Utility classes */
.pad-b-10 {
    padding-bottom: 10px;
}

.pad-t-10 {
    padding-top: 10px;
}

.pad-b-20 {
    padding-bottom: 20px;
}

.no-text-decoration:hover {
    text-decoration: none !important;
}

/* Help Request */
.helpTempBg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#317800+0,9db000+100 */
    background: rgb(49,120,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(49,120,0,1) 0%, rgba(157,176,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(49,120,0,1) 0%,rgba(157,176,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(49,120,0,1) 0%,rgba(157,176,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#317800', endColorstr='#9db000',GradientType=0 ); /* IE6-9 */
}

    .helpTempBg a {
        text-decoration: underline;
        text-decoration-color: #22400a;
    }
.helpCap {
    color: #fff !important;
    font-size: 18px;
}
    .helpCap a {
        font-weight: bold;
        color: #fff !important;
    }

.help-h1 {
    padding-top: 4px;
    font-size: 30px;
    font-weight: bold;
    color: #fff !important;
}
.contactHelpBg {
    background-color:#dbdbdb;
}
#gmjoin a {
    color:#9B1518;
}

/* ----------------------------------- DONATE CALL -------------------------------------*/

#donateCall {
    border: 10px solid #9B1518;
}

.donateHeader {
    width: 100%;
    background-color: #9B1518;
    color: #fff;
    font-size: 18px;
    padding-bottom: 9px;
}

.donateBody {
    padding: 10px;
    color: #000;
    font-size: 14px;
    color: #000;
}

/* ----------------------------------- TRANSLATION -------------------------------------*/

.img--translateStatus {
    cursor: pointer;
    margin-left: 5px;
    padding: 4px;
    width: 30px;
    margin-bottom: -6px;
}

.img--translateStatus:hover {
    opacity: 0.7;
}

.form--translate {
    font-size: 17px;
}

.form--translate label {
    margin-bottom: 5px;
}

.form--translate .form-fields {
    margin-bottom: 5px;
}

/* ----------------------------------- Organizer NIVO and slick sliders -------------------------------------*/

.as-btn a {
    position: absolute;
    background-color: #c5c5c5;
    font-weight: bold;
    font-size: 55px;
    border-radius: 7px;
    /*padding: 20px 30px 20px 30px;*/
    padding: 0px 10px 0px 10px;
    border: 1px solid white;
    color: black;
    opacity: 0;
    text-decoration: none;
    z-index: 100;
    top: 200px
}
/*------------------------------- CAROUSEL DISPLAY BOX FONT DARKNESS-------------------*/

.light-forecolor {
    color: #ffffff;
}
.dark-forecolor {
    color: #222222;
}
.switch-lang {
    width 110px;
    text-align left;
    cursor pointer;
    z-index 50;
    position absolute;
    top 20px;
    right 20px;
}
.lang-dropdow{
    display block;
}
.switcher-link {
    color:#fff;
}
.current-lang {
    background #34495E;
    padding 3px 5px 0px 5px;
    border-radius 5px;
}
.lang-flag {
    width 20px;
    display inline-block;
}
.lang-text {
    display inline-block;
    margin-left 5px;
    vertical-align top;
    margin-top 2px;
}
.lang-dropdown {
    display none;
    background #34495E;
    border-radius 5px;
    margin-top 2px;
}
.selecting-lang {
    padding 3px 5px 3px 5px;
    background #22313F;
}


.menu-arrow {
    display inline-block;
    width 10px;
    margin-left 10px;
    vertical-align top;
    margin-top 6px;
}
/*
@media screen and (max-width:767px) {
    #leftSide {
        width: 100%;
        float: left;
    }
    #rightSide {
        display:none;
    }
}
*/
/*Add Announcement CSS Styling here*/

/* Edit button*/

.float-center {
    text-align: left;
}

.float-center a {
    position: absolute; 
    background-color: #c5c5c5;
    font-weight: bold;
    font-size: 25px;
    border-radius: 7px;
    padding: 0px 10px 0px 10px;
    border: 1px solid white;
    color: black;
    opacity: 0;
    text-decoration: none;
    z-index: 2; 
}

.edit-btn:hover > .float-center a {
    opacity: 0.7;
}

.as-btn a {
    position: absolute; 
    background-color: #c5c5c5;
    font-weight: bold;
    font-size: 55px;
    border-radius: 7px;
    padding: 20px 30px 20px 30px;
    padding: 0px 10px 0px 10px;
    border: 1px solid white;
    color: black;
    opacity: 0;
    text-decoration: none;
    z-index: 100; 
}

.edit-btn:hover > .as-btn a {
    opacity: 0.7;
}

/* Newswire External */

.ext-each {
    padding: 20px;
}

.ext-title a {
    font-size: 16px;
    color: #535353;
    text-decoration: none;
}

.ext-publisher a {
    text-decoration: none;
}

.ext-sort {    
    font-weight: bold;
    color: white;
    background-color: #808080;    
}

.ext-sort-each {
    padding: 10px;   
    font-size: 16px;
}

.ext-sort-each:hover {
    background-color: #e6e6e6;
}

.ext-margintop {
    margin-top: 20px;
}

/* End */


