html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  position: relative;
}

html, body {
  min-height: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #064a7b;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #337ab7;
  text-decoration: none
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%
}

h1, .h1 {
  font-size: 36px
}

h2, .h2 {
  font-size: 30px
}

h3, .h3 {
  font-size: 24px
}

h4, .h4 {
  font-size: 18px
}

h5, .h5 {
  font-size: 14px
}

h6, .h6 {
  font-size: 12px
}

p {
  margin: 0 0 10px
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px
  }
}

small, .small {
  font-size: 85%
}

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #777
}

.text-primary {
  color: #337ab7
}

a.text-primary:hover {
  color: #286090
}

.text-success {
  color: #3c763d
}

a.text-success:hover {
  color: #2b542c
}

.text-info {
  color: #31708f
}

a.text-info:hover {
  color: #245269
}

.text-warning {
  color: #8a6d3b
}

a.text-warning:hover {
  color: #66512c
}

.text-danger {
  color: #a94442
}

a.text-danger:hover {
  color: #843534
}

.bg-primary {
  color: #fff;
  background-color: #337ab7
}

a.bg-primary:hover {
  background-color: #286090
}

.bg-success {
  background-color: #dff0d8
}

a.bg-success:hover {
  background-color: #c1e2b3
}

.bg-info {
  background-color: #d9edf7
}

a.bg-info:hover {
  background-color: #afd9ee
}

.bg-warning {
  background-color: #fcf8e3
}

a.bg-warning:hover {
  background-color: #f7ecb5
}

.bg-danger {
  background-color: #f2dede
}

a.bg-danger:hover {
  background-color: #e4b9b9
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}

dl {
  margin-top: 0;
  margin-bottom: 20px
}

dt, dd {
  line-height: 1.428571429
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table
}

.dl-horizontal dd:after {
  clear: both
}

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px
  }
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: ''
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014'
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.container:before, .container:after {
  content: " ";
  display: table
}

.container:after {
  clear: both
}

@media (min-width: 768px) {
  .container {
    width: 750px
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table
}

.container-fluid:after {
  clear: both
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

.row:before, .row:after {
  content: " ";
  display: table
}

.row:after {
  clear: both
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left
}

.col-xs-1 {
  width: 8.3333333333%
}

.col-xs-2 {
  width: 16.6666666667%
}

.col-xs-3 {
  width: 25%
}

.col-xs-4 {
  width: 33.3333333333%
}

.col-xs-5 {
  width: 41.6666666667%
}

.col-xs-6 {
  width: 50%
}

.col-xs-7 {
  width: 58.3333333333%
}

.col-xs-8 {
  width: 66.6666666667%
}

.col-xs-9 {
  width: 75%
}

.col-xs-10 {
  width: 83.3333333333%
}

.col-xs-11 {
  width: 91.6666666667%
}

.col-xs-12 {
  width: 100%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-pull-1 {
  right: 8.3333333333%
}

.col-xs-pull-2 {
  right: 16.6666666667%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-4 {
  right: 33.3333333333%
}

.col-xs-pull-5 {
  right: 41.6666666667%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-7 {
  right: 58.3333333333%
}

.col-xs-pull-8 {
  right: 66.6666666667%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-10 {
  right: 83.3333333333%
}

.col-xs-pull-11 {
  right: 91.6666666667%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-push-1 {
  left: 8.3333333333%
}

.col-xs-push-2 {
  left: 16.6666666667%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-4 {
  left: 33.3333333333%
}

.col-xs-push-5 {
  left: 41.6666666667%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-7 {
  left: 58.3333333333%
}

.col-xs-push-8 {
  left: 66.6666666667%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-10 {
  left: 83.3333333333%
}

.col-xs-push-11 {
  left: 91.6666666667%
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-offset-0 {
  margin-left: 0
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%
}

.col-xs-offset-12 {
  margin-left: 100%
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left
  }

  .col-sm-1 {
    width: 8.3333333333%
  }

  .col-sm-2 {
    width: 16.6666666667%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-4 {
    width: 33.3333333333%
  }

  .col-sm-5 {
    width: 41.6666666667%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-7 {
    width: 58.3333333333%
  }

  .col-sm-8 {
    width: 66.6666666667%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-10 {
    width: 83.3333333333%
  }

  .col-sm-11 {
    width: 91.6666666667%
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-pull-1 {
    right: 8.3333333333%
  }

  .col-sm-pull-2 {
    right: 16.6666666667%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-4 {
    right: 33.3333333333%
  }

  .col-sm-pull-5 {
    right: 41.6666666667%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-7 {
    right: 58.3333333333%
  }

  .col-sm-pull-8 {
    right: 66.6666666667%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-10 {
    right: 83.3333333333%
  }

  .col-sm-pull-11 {
    right: 91.6666666667%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-push-1 {
    left: 8.3333333333%
  }

  .col-sm-push-2 {
    left: 16.6666666667%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-4 {
    left: 33.3333333333%
  }

  .col-sm-push-5 {
    left: 41.6666666667%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-7 {
    left: 58.3333333333%
  }

  .col-sm-push-8 {
    left: 66.6666666667%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-10 {
    left: 83.3333333333%
  }

  .col-sm-push-11 {
    left: 91.6666666667%
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left
  }

  .col-md-1 {
    width: 8.3333333333%
  }

  .col-md-2 {
    width: 16.6666666667%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-4 {
    width: 33.3333333333%
  }

  .col-md-5 {
    width: 41.6666666667%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-7 {
    width: 58.3333333333%
  }

  .col-md-8 {
    width: 66.6666666667%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-10 {
    width: 83.3333333333%
  }

  .col-md-11 {
    width: 91.6666666667%
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-pull-1 {
    right: 8.3333333333%
  }

  .col-md-pull-2 {
    right: 16.6666666667%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-4 {
    right: 33.3333333333%
  }

  .col-md-pull-5 {
    right: 41.6666666667%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-7 {
    right: 58.3333333333%
  }

  .col-md-pull-8 {
    right: 66.6666666667%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-10 {
    right: 83.3333333333%
  }

  .col-md-pull-11 {
    right: 91.6666666667%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-push-1 {
    left: 8.3333333333%
  }

  .col-md-push-2 {
    left: 16.6666666667%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-4 {
    left: 33.3333333333%
  }

  .col-md-push-5 {
    left: 41.6666666667%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-7 {
    left: 58.3333333333%
  }

  .col-md-push-8 {
    left: 66.6666666667%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-10 {
    left: 83.3333333333%
  }

  .col-md-push-11 {
    left: 91.6666666667%
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-offset-0 {
    margin-left: 0
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%
  }

  .col-md-offset-12 {
    margin-left: 100%
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left
  }

  .col-lg-1 {
    width: 8.3333333333%
  }

  .col-lg-2 {
    width: 16.6666666667%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-4 {
    width: 33.3333333333%
  }

  .col-lg-5 {
    width: 41.6666666667%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-7 {
    width: 58.3333333333%
  }

  .col-lg-8 {
    width: 66.6666666667%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-10 {
    width: 83.3333333333%
  }

  .col-lg-11 {
    width: 91.6666666667%
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-pull-1 {
    right: 8.3333333333%
  }

  .col-lg-pull-2 {
    right: 16.6666666667%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-4 {
    right: 33.3333333333%
  }

  .col-lg-pull-5 {
    right: 41.6666666667%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-7 {
    right: 58.3333333333%
  }

  .col-lg-pull-8 {
    right: 66.6666666667%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-10 {
    right: 83.3333333333%
  }

  .col-lg-pull-11 {
    right: 91.6666666667%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-push-1 {
    left: 8.3333333333%
  }

  .col-lg-push-2 {
    left: 16.6666666667%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-4 {
    left: 33.3333333333%
  }

  .col-lg-push-5 {
    left: 41.6666666667%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-7 {
    left: 58.3333333333%
  }

  .col-lg-push-8 {
    left: 66.6666666667%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-10 {
    left: 83.3333333333%
  }

  .col-lg-push-11 {
    left: 91.6666666667%
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }
}

table {
  background-color: transparent
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left
}

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>th, .table>thead:first-child>tr:first-child>td {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>thead>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>tfoot>tr>td {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd) {
  background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell
}

.table>thead>tr>td.active, .table>thead>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th {
  background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8
}

.table>thead>tr>td.success, .table>thead>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th {
  background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6
}

.table>thead>tr>td.info, .table>thead>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th {
  background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3
}

.table>thead>tr>td.warning, .table>thead>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th {
  background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc
}

.table>thead>tr>td.danger, .table>thead>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th {
  background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc
}

.table-responsive {
  overflow-x: auto;
  min-height: .01%
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>thead>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>th, .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>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th: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>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}

input[type="file"] {
  display: block
}

input[type="range"] {
  display: block;
  width: 100%
}

select[multiple], select[size] {
  height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1
}

textarea.form-control {
  height: auto
}

input[type="search"] {
  -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px
  }

  input[type="date"].input-sm, .input-group-sm>input[type="date"].form-control, .input-group-sm>input[type="date"].input-group-addon, .input-group-sm>.input-group-btn>input[type="date"].btn, input[type="time"].input-sm, .input-group-sm>input[type="time"].form-control, .input-group-sm>input[type="time"].input-group-addon, .input-group-sm>.input-group-btn>input[type="time"].btn, input[type="datetime-local"].input-sm, .input-group-sm>input[type="datetime-local"].form-control, .input-group-sm>input[type="datetime-local"].input-group-addon, .input-group-sm>.input-group-btn>input[type="datetime-local"].btn, input[type="month"].input-sm, .input-group-sm>input[type="month"].form-control, .input-group-sm>input[type="month"].input-group-addon, .input-group-sm>.input-group-btn>input[type="month"].btn {
    line-height: 30px
  }

  input[type="date"].input-lg, .input-group-lg>input[type="date"].form-control, .input-group-lg>input[type="date"].input-group-addon, .input-group-lg>.input-group-btn>input[type="date"].btn, input[type="time"].input-lg, .input-group-lg>input[type="time"].form-control, .input-group-lg>input[type="time"].input-group-addon, .input-group-lg>.input-group-btn>input[type="time"].btn, input[type="datetime-local"].input-lg, .input-group-lg>input[type="datetime-local"].form-control, .input-group-lg>input[type="datetime-local"].input-group-addon, .input-group-lg>.input-group-btn>input[type="datetime-local"].btn, input[type="month"].input-lg, .input-group-lg>input[type="month"].form-control, .input-group-lg>input[type="month"].input-group-addon, .input-group-lg>.input-group-btn>input[type="month"].btn {
    line-height: 46px
  }
}

.form-group {
  margin-bottom: 15px
}

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9
}

.radio+.radio, .checkbox+.checkbox {
  margin-top: -5px
}

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0
}

.form-control-static.input-lg, .input-group-lg>.form-control-static.form-control, .input-group-lg>.form-control-static.input-group-addon, .input-group-lg>.input-group-btn>.form-control-static.btn, .form-control-static.input-sm, .input-group-sm>.form-control-static.form-control, .input-group-sm>.form-control-static.input-group-addon, .input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-left: 0;
  padding-right: 0
}

.input-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-sm, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon, .input-group-sm>.input-group-btn>select.btn, .form-group-sm .form-control {
  height: 30px;
  line-height: 30px
}

textarea.input-sm, .input-group-sm>textarea.form-control, .input-group-sm>textarea.input-group-addon, .input-group-sm>.input-group-btn>textarea.btn, .form-group-sm .form-control, select[multiple].input-sm, .input-group-sm>select[multiple].form-control, .input-group-sm>select[multiple].input-group-addon, .input-group-sm>.input-group-btn>select[multiple].btn, .form-group-sm .form-control {
  height: auto
}

.input-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn, .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

select.input-lg, .input-group-lg>select.form-control, .input-group-lg>select.input-group-addon, .input-group-lg>.input-group-btn>select.btn, .form-group-lg .form-control {
  height: 46px;
  line-height: 46px
}

textarea.input-lg, .input-group-lg>textarea.form-control, .input-group-lg>textarea.input-group-addon, .input-group-lg>.input-group-btn>textarea.btn, .form-group-lg .form-control, select[multiple].input-lg, .input-group-lg>select[multiple].form-control, .input-group-lg>select[multiple].input-group-addon, .input-group-lg>.input-group-btn>select[multiple].btn, .form-group-lg .form-control {
  height: auto
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 42.5px
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none
}

.input-lg+.form-control-feedback, .input-group-lg>.form-control+.form-control-feedback, .input-group-lg>.input-group-addon+.form-control-feedback, .input-group-lg>.input-group-btn>.btn+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.input-sm+.form-control-feedback, .input-group-sm>.form-control+.form-control-feedback, .input-group-sm>.input-group-addon+.form-control-feedback, .input-group-sm>.input-group-btn>.btn+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8
}

.has-success .form-control-feedback {
  color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3
}

.has-warning .form-control-feedback {
  color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede
}

.has-error .form-control-feedback {
  color: #a94442
}

.has-feedback label~.form-control-feedback {
  top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-static {
    display: inline-block
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0
  }

  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table
}

.form-horizontal .form-group:after {
  clear: both
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle {
  background-image: none
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary:active, .btn-primary.active, .open>.btn-primary.dropdown-toggle {
  background-image: none
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success:active, .btn-success.active, .open>.btn-success.dropdown-toggle {
  background-image: none
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
  background-image: none
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open>.btn-warning.dropdown-toggle {
  background-image: none
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open>.btn-danger.dropdown-toggle {
  background-image: none
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0
}

.btn-link, .btn-link:active, .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: #23527c;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none
}

.btn-lg, .btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

.btn-sm, .btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-xs, .btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none;
  visibility: hidden
}

.collapse.in {
  display: block;
  visibility: visible
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropdown {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
  color: #777
}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
  cursor: not-allowed
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-menu-right {
  left: auto;
  right: 0
}

.dropdown-menu-left {
  left: 0;
  right: auto
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px
}

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto
  }
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.btn-group>.btn, .btn-group-vertical>.btn {
  position: relative;
  float: left
}

.btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:hover, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
  z-index: 2
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  margin-left: -5px
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table
}

.btn-toolbar:after {
  clear: both
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
  margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group>.btn-group {
  float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle, .btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn .caret {
  margin-left: 0
}

.btn-lg .caret, .btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.dropup .btn-lg .caret, .dropup .btn-group-lg>.btn .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after {
  content: " ";
  display: table
}

.btn-group-vertical>.btn-group:after {
  clear: both
}

.btn-group-vertical>.btn-group>.btn {
  float: none
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"], [data-toggle="buttons"]>.btn input[type="checkbox"], [data-toggle="buttons"]>.btn-group>.btn input[type="radio"], [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.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: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px
}

.input-group-addon.input-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px
}

.input-group-addon.input-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.input-group-btn>.btn {
  position: relative
}

.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
  z-index: 2
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
  margin-right: -1px
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  margin-left: -1px
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.nav:before, .nav:after {
  content: " ";
  display: table
}

.nav:after {
  clear: both
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}

.nav-pills>li {
  float: left
}

.nav-pills>li>a {
  border-radius: 4px
}

.nav-pills>li+li {
  margin-left: 2px
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7
}

.nav-stacked>li {
  float: none
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%
}

.nav-justified>li, .nav-tabs.nav-justified>li {
  float: none
}

.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width: 768px) {
  .nav-justified>li, .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }

  .nav-justified>li>a, .nav-tabs.nav-justified>li>a {
    margin-bottom: 0
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd
}

@media (min-width: 768px) {
  .nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }

  .nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff
  }
}

.tab-content>.tab-pane {
  display: none;
  visibility: hidden
}

.tab-content>.active {
  display: block;
  visibility: visible
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

.navbar:before, .navbar:after {
  content: " ";
  display: table
}

.navbar:after {
  clear: both
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 4px
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table
}

.navbar-header:after {
  clear: both
}

@media (min-width: 992px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table
}

.navbar-collapse:after {
  clear: both
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block;
    visibility: visible;
    height: auto;
    padding-bottom: 0;
    overflow: visible
  }

  .navbar-collapse.in {
    overflow-y: visible
  }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px
  }
}

.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width: 992px) {
  .container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0
  }
}

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

@media (min-width: 992px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  background-color: #03a9f4
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

@media (min-width: 992px) {
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media (min-width: 992px) {
  .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: 991px) {
  .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: 992px) {
  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 8px -15px
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .navbar-form .form-control-static {
    display: inline-block
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }

  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto
  }

  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }

  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0
  }

  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
}

@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px
}

.navbar-btn.btn-sm, .btn-group-sm>.navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs, .btn-group-xs>.navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px
}

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left
  }

  .navbar-right {
    float: right;
    margin-right: -15px
  }

  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a {
  color: #777
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #090909;
  color: #fff
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #9d9d9d
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc
}

.breadcrumb>.active {
  color: #777
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.pagination>li {
  display: inline
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}

.pagination-lg>li>a, .pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center
}

.pager:before, .pager:after {
  content: " ";
  display: table
}

.pager:after {
  clear: both
}

.pager li {
  display: inline
}

.pager li>a, .pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:hover, .pager li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.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: #777;
  background-color: #fff;
  cursor: not-allowed
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.label-default {
  background-color: #777
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e
}

.label-primary {
  background-color: #337ab7
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090
}

.label-success {
  background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44
}

.label-info {
  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: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.btn-xs .badge, .btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px
}

.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff
}

.list-group-item>.badge {
  float: right
}

.list-group-item>.badge+.badge {
  margin-right: 5px
}

.nav-pills>li>a>.badge {
  margin-left: 3px
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee
}

.jumbotron h1, .jumbotron .h1 {
  color: inherit
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200
}

.jumbotron>hr {
  border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px
}

.jumbotron .container {
  max-width: 100%
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0
  }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px
  }

  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}

.thumbnail>img, .thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto
}

.thumbnail .caption {
  padding: 9px;
  color: #333
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7
}

.alert {
  padding: 15px;
  /* margin-bottom: 20px; */
  border: 1px solid transparent;
  border-radius: 4px
}

.alert-row {
  margin: 20px 15px;
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: 700
}

.alert>p, .alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #2b542c;
  white-space: normal
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #245269
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #66512c
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #843534
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 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;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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 .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px
}

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
  background-color: #5cb85c
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
  background-color: #5bc0de
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
  background-color: #d9534f
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.media-right, .media>.pull-right {
  padding-left: 10px
}

.media-left, .media>.pull-left {
  padding-right: 10px
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top
}

.media-middle {
  vertical-align: middle
}

.media-bottom {
  vertical-align: bottom
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.media-list {
  padding-left: 0;
  list-style: none
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}

.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
}

a.list-group-item {
  color: #555
}

a.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>small, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}

a.list-group-item-success {
  color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}

a.list-group-item-info {
  color: #31708f
}

a.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}

a.list-group-item-warning {
  color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede
}

a.list-group-item-danger {
  color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 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 {
  content: " ";
  display: table
}

.panel-body:after {
  clear: both
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.panel-title>a {
  color: inherit
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.list-group, .panel>.panel-collapse>.list-group {
  margin-bottom: 0
}

.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.list-group+.panel-footer {
  border-top-width: 0
}

.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table {
  margin-bottom: 0
}

.panel>.table caption, .panel>.table-responsive>.table caption, .panel>.panel-collapse>.table caption {
  padding-left: 15px;
  padding-right: 15px
}

.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0
}

.panel-group {
  margin-bottom: 20px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px
}

.panel-group .panel+.panel {
  margin-top: 5px
}

.panel-group .panel-heading {
  border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-default {
  border-color: #ddd
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #337ab7
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7
}

.panel-success {
  border-color: #d6e9c6
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6
}

.panel-info {
  border-color: #bce8f1
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning {
  border-color: #faebcc
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #ebccd1
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 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: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20)
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .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)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 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 {
  bottom: 0;
  right: 5px;
  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
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.hide, .adm {
  display: none
}

.show {
  display: block
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.hidden {
  display: none;
  visibility: hidden
}

.affix {
  position: fixed
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none
}

@media (max-width: 767px) {
  .visible-xs {
    display: block
  }

  table.visible-xs {
    display: table
  }

  tr.visible-xs {
    display: table-row
  }

  th.visible-xs, td.visible-xs {
    display: table-cell
  }

  .visible-xs-block {
    display: block
  }

  .visible-xs-inline {
    display: inline
  }

  .visible-xs-inline-block {
    display: inline-block
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block
  }

  table.visible-sm {
    display: table
  }

  tr.visible-sm {
    display: table-row
  }

  th.visible-sm, td.visible-sm {
    display: table-cell
  }

  .visible-sm-block {
    display: block
  }

  .visible-sm-inline {
    display: inline
  }

  .visible-sm-inline-block {
    display: inline-block
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block
  }

  table.visible-md {
    display: table
  }

  tr.visible-md {
    display: table-row
  }

  th.visible-md, td.visible-md {
    display: table-cell
  }

  .visible-md-block {
    display: block
  }

  .visible-md-inline {
    display: inline
  }

  .visible-md-inline-block {
    display: inline-block
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block
  }

  table.visible-lg {
    display: table
  }

  tr.visible-lg {
    display: table-row
  }

  th.visible-lg, td.visible-lg {
    display: table-cell
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none
  }
}

.visible-print {
  display: none
}

@media print {
  .visible-print {
    display: block
  }

  table.visible-print {
    display: table
  }

  tr.visible-print {
    display: table-row
  }

  th.visible-print, td.visible-print {
    display: table-cell
  }
}

.visible-print-block {
  display: none
}

@media print {
  .visible-print-block {
    display: block
  }
}

.visible-print-inline {
  display: none
}

@media print {
  .visible-print-inline {
    display: inline
  }
}

.visible-print-inline-block {
  display: none
}

@media print {
  .visible-print-inline-block {
    display: inline-block
  }
}

@media print {
  .hidden-print {
    display: none
  }
}

html, body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased
}

@media (max-width: 419px) {
  html, body {
    font-size: 12px
  }
}

body {
  color: #555;
  background-size: 220px 220px
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300
}

h1 {
  clear: both;
  color: #03a9f4;
  margin: 0 0 20px;
  padding-left: 14px;
  font-size: 2em
}

h2 {
  clear: both;
  font-size: 1.8em;
  margin-bottom: 10px;
  padding: 10px 0 10px 30px
}

h3 {
  border-bottom: 2px solid #b0bec5;
  padding-left: 5px;
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 1.4em
}

h3>span {
  display: inline-block;
  padding: 0 5px 5px
}

h4 {
  font-size: 1.2em
}

h5 {
  font-size: 1em
}

h6 {
  font-size: .875em
}

a {
  color: #03a9f4;
  outline: none
}

a:hover, a:focus {
  color: #03a9f4
}

.container {
  padding-left: 8px;
  padding-right: 8px
}

@media (max-width: 767px) {
  .container {
    padding-left: 5px;
    padding-right: 5px
  }
}

.row {
  margin-left: -8px;
  margin-right: -8px
}

@media (max-width: 767px) {
  .row {
    margin-left: -5px;
    margin-right: -5px
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 8px;
  padding-right: 8px
}

@media (max-width: 767px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px
  }
}

@media (max-width: 419px) {
  h1 {
    padding-left: 5px;
    font-size: 1.8em
  }

  h2 {
    font-size: 1.5em
  }

  .hidden-xxs {
    display: none
  }

  tr.hidden-xxs {
    display: table-row
  }

  th.hidden-xxs, td.hidden-xxs {
    display: table-cell
  }

  .visible-xxs {
    display: block
  }

  tr.visible-xxs {
    display: none
  }

  th.visible-xxs, td.visible-xxs {
    display: none
  }

  .breadcrumb {
    padding-left: 6px
  }
}

#theme-wrapper {
  box-shadow: 0 0 53px 0 rgba(0, 0, 0, 0.55);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#page-wrapper {
  background-color: #f9f9f9
}

.container {
  margin: 0;
  max-width: 1920px;
  width: 100%
}

#content-wrapper {
  overflow: hidden;
  background: #e7ebee;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  min-height: 1200px;
  padding: 15px 15px 35px
}

@media (max-width: 991px) {
  #content-wrapper {
    margin-left: 0;
    border-left: 0;
    border-right: 0
  }
}

@media (max-width: 767px) {
  #content-wrapper {
    padding: 10px 8px 0
  }
}

@media (max-width: 419px) {
  #content-wrapper {
    padding: 5px 5px 0
  }
}

#content-wrapper>.row {
  opacity: 1
}

#content-header {
  background: #f3f5f6;
  margin: -15px -15px 20px;
  padding: 15px;
  border-bottom: 1px solid #dee4e8
}

@media (max-width: 767px) {
  #content-header {
    margin: -15px -5px 20px
  }
}

#content-header h1 {
  margin-bottom: 0;
  font-size: 1.8em
}

.main-box {
  background: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  border-radius: 3px;
  background-clip: padding-box
}

@media (max-width: 767px) {
  .main-box {
    margin-bottom: 10px
  }
}

.main-box h2 {
  font-size: 1.3em;
  line-height: 29px;
  margin: 0;
  padding: 0
}

@media (max-width: 419px) {
  .main-box h2 {
    margin-bottom: 5px
  }
}

.main-box.no-header {
  padding-top: 20px
}

.main-box .main-box-header {
  min-height: 50px;
  padding: 10px 20px
}

.main-box .main-box-header.with-border {
  border-bottom: 1px solid #ecf0f1
}

.main-box .main-box-body {
  padding: 0 20px 20px
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  padding-left: 8px
}

.navbar-toggle {
  border: medium none;
  font-size: 1.4em;
  height: 50px;
  margin: 0;
  text-shadow: none;
  width: 50px;
  z-index: 100;
  border-radius: 0;
  background-clip: padding-box
}

.navbar-toggle .icon-bar {
  background: none repeat scroll 0 0 #fff
}

.nav>li {
  float: left
}

.navbar-nav {
  margin: 0 0 0 10px
}

.navbar-nav>li>a {
  padding-bottom: 15px;
  padding-top: 15px;
  line-height: 24px
}

.navbar-nav>li>.dropdown-menu {
  border-radius: 3px;
  background-clip: padding-box;
  min-width: 223px
}

.dropdown-menu>li>a {
  color: #707070;
  font-size: .875em;
  line-height: 1.7;
  padding-left: 35px;
  transition: border-color .1s ease-in-out 0s, background-color .1s ease-in-out 0
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background-color: #f6f6f6;
  color: #707070
}

.dropdown-menu>li>a>i {
  position: absolute;
  margin-left: -18px;
  margin-top: 4px
}

.nav-pills>li {
  float: none
}

.nav-pills>li>a {
  border-radius: 0;
  background-clip: padding-box
}

.navbar>.container .navbar-brand {
  background: #f9f9f9;
  color: #fff;
  font-family: 'Titillium Web', Geneva, sans-serif;
  font-weight: 700;
  width: 220px;
  margin-left: -8px;
  padding: 10px 15px
}

@media (max-width: 991px) {
  .navbar>.container .navbar-brand {
    background: transparent;
    color: #262626
  }
}

@media (max-width: 767px) {
  .navbar>.container .navbar-brand {
    padding-top: 12px;
    padding-top: 12.5px
  }
}

@media (max-width: 767px) {
  #logo {
    width: 150px;
    padding-left: 0;
    font-size: 1em;
    margin-left: 6px
  }
}

@media (max-width: 400px) {
  #logo {
    width: auto;
    margin-left: 15px
  }
}

@media (max-width: 767px) {
  #logo img {
    height: 19px
  }
}

@media (max-width: 400px) {
  #logo span {
    display: none
  }
}

#logo.navbar-brand>img {
  margin: 0 auto;
  padding-right: 4px;
  height: 30px
}

@media (max-width: 767px) {
  #logo.navbar-brand>img {
    height: 25px
  }
}

@media (min-width: 992px) {
  #logo.navbar-brand>img.normal-logo.logo-white {
    display: block
  }
}

@media (max-width: 991px) {
  #logo.navbar-brand>img.normal-logo.logo-white {
    display: none
  }
}

@media (min-width: 992px) {
  #logo.navbar-brand>img.normal-logo.logo-black {
    display: none
  }
}

@media (max-width: 991px) {
  #logo.navbar-brand>img.normal-logo.logo-black {
    display: block
  }
}

#header-navbar {
  background: #03a9f4;
  border: 0 none;
  border-radius: 0;
  background-clip: padding-box;
  margin: 0;
  min-height: 50px;
  color: #262626;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99
}

#header-navbar .navbar-form .form-group {
  position: relative
}

#header-navbar .navbar-form .form-control {
  background: #131313;
  color: #707070;
  height: 30px;
  line-height: 30px;
  margin-top: 2px;
  font-size: .75em
}

#header-navbar .navbar-form .nav-search-icon {
  position: absolute;
  color: #707070;
  right: 6px;
  top: 8px
}

#header-navbar .nav>li>a {
  height: 50px
}

#header-navbar .nav>li>a>span.count {
  background: none repeat scroll 0 0 #e84e40;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
  display: block;
  font-size: 9px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 11px;
  width: 14px
}

#header-navbar .profile-dropdown>a {
  padding-top: 8px;
  padding-bottom: 7px;
  line-height: 35px
}

#header-navbar .profile-dropdown>a>img {
  border-radius: 50%;
  background-clip: padding-box;
  float: left;
  height: 35px;
  margin-right: 5px;
  width: 35px;
  border: 2px solid #fff
}

#header-navbar .profile-dropdown>a>span {
  float: left;
  display: block;
  margin-right: 3px;
  font-size: em
}

#header-nav .form-control {
  border-radius: 0;
  background-clip: padding-box;
  border: 0
}

#header-navbar .navbar-left .navbar-nav {
  margin-left: 0
}

#header-navbar .nav>li>a {
  font-size: .875em;
  padding-left: 18px;
  padding-right: 18px;
  color: #fff;
  border: none;
  border-radius: 0;
  background-clip: padding-box;
  cursor: pointer
}

#header-navbar .nav>li>a>i, #sidebar-nav .nav>li>a>i {
  font-size: 1.125em
}

#sidebar-nav .nav>li>a:focus, #sidebar-nav .nav .open>a, #sidebar-nav .nav .open>a:focus {
  background: inherit
}

#sidebar-nav .nav>li>a:hover, #sidebar-nav .nav .open>a:hover {
  background: #f7f7f7;
  color: #fff;
  outline: none
}

#header-navbar .nav>li>a:hover, #header-navbar .nav>li>a:focus, #header-navbar .nav .open>a, #header-navbar .nav .open>a:hover, #header-navbar .nav .open>a:focus, .navbar-toggle:hover, .navbar-toggle:focus, .mobile-search.active>.btn {
  background: #03a9f4;
  color: #fff
}

#header-navbar .nav>li>a:hover, #header-navbar .nav>li>a:focus, #header-navbar .nav .open>a, #header-navbar .nav .open>a:hover, #header-navbar .nav .open>a:focus {
  background-color: #f7f7f7
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus, #sidebar-nav .nav-pills>li.active>a, #sidebar-nav .nav-pills>li.active>a:hover, #sidebar-nav .nav-pills>li.active>a:focus, .nav-pills>li.open>a, .nav-pills>li.open>a:hover, .nav-pills>li.open>a:focus, #sidebar-nav .nav-pills>li.open>a, #sidebar-nav .nav-pills>li.open>a:hover, #sidebar-nav .nav-pills>li.open>a:focus, .nav-small #nav-col #sidebar-nav .nav-pills>li.open>a {
  background-color: #f7f7f7;
  color: #000;
  border-left-color: #03a9f4
}

#header-navbar .nav>li .caret {
  border-top-color: #fff;
  border-bottom-color: #fff
}

#header-navbar .nav a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff
}

#header-navbar, .navbar-brand {
  background-color: #03a9f4 !important;
}

#header-navbar .nav>li>a {
  color: #ffffff !important;
}

#header-navbar .premium-label{
  display: inline-block;
  margin-top: 15px;
}
#header-navbar .premium-label label {
  border-radius: 15px;
}

.drowdown-search {
  background: #FFF;
  display: block;
  left: 168px;
  padding: 4px 0;
  position: absolute;
  top: 0;
  transition: left .25s ease-out 0s, right .25s ease-out 0;
  width: 0;
  z-index: 1;
  overflow: hidden
}

@media (max-width: 991px) {
  .drowdown-search {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    display: block;
    left: 0;
    padding: 10px 0;
    top: 50px;
    width: 100%;
    display: none;
    transition: none
  }
}

.drowdown-search form .form-group {
  position: relative;
  margin: 0 15px
}

.drowdown-search form .form-control {
  background: none repeat scroll 0 0 #FFF;
  box-shadow: none;
  color: #212121;
  font-size: 1em;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  padding-left: 5px;
  padding-right: 26px
}

@media (max-width: 991px) {
  .drowdown-search form .form-control {
    font-size: 1.6em;
    font-weight: 600
  }
}

.drowdown-search form .nav-search-icon {
  color: #212121;
  font-size: 1.2em;
  position: absolute;
  right: 5px;
  top: 13px;
  cursor: pointer
}

@media (max-width: 991px) {
  .drowdown-search form .nav-search-icon {
    font-size: 1.8em;
    right: 15px;
    top: 8px
  }
}

.drowdown-search form .form-control::-webkit-input-placeholder {
  color: #212121
}

.drowdown-search form .form-control:-moz-placeholder {
  color: #212121
}

.drowdown-search form .form-control::-moz-placeholder {
  color: #212121
}

.drowdown-search form .form-control:-ms-input-placeholder {
  color: #212121
}

.mobile-search {
  overflow: hidden
}

@media (max-width: 991px) {
  .mobile-search {
    position: inherit;
    overflow: visible
  }
}

.mobile-search>a.btn {
  float: right
}

.mobile-search.active {
  width: 220px
}

@media (max-width: 991px) {
  .mobile-search.active {
    width: auto
  }
}

.mobile-search.active .drowdown-search {
  width: 220px;
  left: 0
}

@media (max-width: 991px) {
  .mobile-search.active .drowdown-search {
    display: block;
    width: 100%;
    left: 0
  }
}

.navbar-nav>li>.dropdown-menu.notifications-list {
  min-width: 310px;
  padding-bottom: 0;
  padding-top: 0;
  color: #707070
}

.notifications-list .item-header {
  font-size: .875em;
  font-weight: 700;
  line-height: 40px;
  text-align: center
}

.notifications-list .item {
  border-top: 1px solid #f6f6f6;
  line-height: 1.4;
  padding-bottom: 0;
  padding-top: 0;
  clear: both
}

.notifications-list .item>a>i {
  color: #e84e40
}

.notifications-list .item a {
  clear: both;
  white-space: normal;
  padding-bottom: 8px;
  padding-top: 8px
}

.notifications-list .item a .time {
  color: #03a9f4;
  margin-left: 10px;
  position: absolute;
  right: 13px;
  white-space: normal
}

.notifications-list .item a .time i {
  margin-right: 3px
}

.notifications-list .item-footer {
  background: #03a9f4;
  padding-bottom: 0;
  padding-top: 0;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box
}

.notifications-list .item-footer a {
  padding: 8px 20px;
  text-align: center;
  transition: border-color .1s ease-in-out 0s, background-color .1s ease-in-out 0;
  color: #fff
}

.notifications-list .item-footer a:hover, .notifications-list .item-footer a:focus {
  background-color: #0288d1;
  color: #fff
}

.notifications-list .pointer {
  height: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 21px;
  top: -12px;
  width: 12px;
  display: none
}

.notifications-list .pointer .pointer-inner {
  position: relative
}

.notifications-list .pointer .arrow {
  border-color: transparent transparent #FFF;
  border-style: solid;
  border-width: 6px;
  cursor: pointer;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002
}

.notifications-list .pointer .arrow-border {
  border-color: transparent transparent rgba(0, 0, 0, 0.15);
  border-style: solid;
  border-width: 7px;
  cursor: pointer;
  left: -1px;
  position: absolute;
  top: -2px;
  z-index: 1001
}

.messages-list .item.first-item {
  border-top: 0
}

.messages-list .item>a {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  transition: border-color .1s ease-in-out 0s, background-color .1s ease-in-out 0
}

.messages-list .item>a>img {
  position: absolute;
  margin-top: 10px
}

.messages-list .item>a>.content {
  display: block;
  padding-left: 50px;
  padding-top: 5px
}

.messages-list .item>a>.content .content-headline {
  color: #605F5F;
  display: block;
  font-weight: 600
}

.messages-list .item>a>.content .content-text {
  display: block;
  line-height: 1.4
}

@media (max-width: 400px) {
  #header-navbar .container {
    padding: 0
  }
}

@media (max-width: 400px) {
  .profile-dropdown .dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px
  }
}

@media (max-width: 400px) {
  #header-nav .nav {
    margin-left: 0
  }
}

#col-left {
  position: relative;
  color: #003940;
  height: 100%
}

#col-left a {
  color: #e1e1e1
}

#col-left a:hover, #col-left .nav-active a.nav-link, #col-left a.active {
  color: #fff
}

#col-left * {
  outline: none
}

#nav-col {
  padding: 0;
  z-index: 100;
  position: absolute;
  background: #fff;
  width: 220px
}

@media (max-width: 991px) {
  #nav-col {
    position: relative;
    width: auto
  }
}

#sidebar-nav {
  max-height: 100%;
  padding-left: 0;
  padding-right: 0
}

#sidebar-nav .nav>li {
  margin: 0
}

#sidebar-nav .nav>li.nav-header {
  color: #8aa4be;
  font-size: .8em;
  padding: 12px 15px 6px 14px;
  border-top: 2px solid #253443
}

#sidebar-nav .nav>li.nav-header.nav-header-first {
  padding-top: 4px;
  border-top: 0
}

#sidebar-nav .nav>li>a {
  color: #000;
  height: 44px;
  line-height: 28px;
  transition: border-color .1s ease-in-out 0s, background-color .1s ease-in-out 0s, box-shadow .1s ease-in-out 0;
  overflow: hidden;
  padding: 8px 15px 8px 20px;
  border-left: 0 solid transparent
}

#sidebar-nav .nav>li>a:hover {
  border-left-color: #03a9f4
}

#sidebar-nav .nav>li>a>i {
  position: absolute;
  margin-top: 6px
}

#sidebar-nav .nav>li>a>span {
  margin-left: 35px;
  font-size: .875em;
  font-weight: 700
}

#sidebar-nav .nav>li>a>span.label {
  font-size: .75em;
  margin: 5px 0 0;
  padding: 4px .6em
}

#sidebar-nav .nav>li>a>span.label.label-circle {
  margin-right: 5px
}

#sidebar-nav .nav>li.open>a {
  border-bottom-color: #252525;
  outline: none;
  text-decoration: none
}

#sidebar-nav .nav>li.active>.submenu>li.active>.submenu {
  display: block
}

#sidebar-nav .nav li a.dropdown-toggle>.drop-icon {
  color: #868b98;
  font-size: 12px;
  margin-top: -6px;
  position: absolute;
  right: 25px;
  top: 50%;
  transition: transform .2s ease-in-out .1s
}

#sidebar-nav .nav li.open>a.dropdown-toggle>.drop-icon, #sidebar-nav .nav li.active>a.dropdown-toggle>.drop-icon {
  color: #fff;
  transform: rotate(90deg)
}

#sidebar-nav .nav li .submenu {
  display: none;
  background: #f7f7f7;
  padding: 5px 0;
  margin: 0;
  list-style: none
}

#sidebar-nav .nav li .submenu>li {
  position: relative
}

#sidebar-nav .nav li .submenu>li>a {
  display: block;
  font-size: .875em;
  line-height: 38px;
  padding-left: 66px;
  color: #000;
  outline: none;
  text-decoration: none;
  transition: border-color .1s ease-in-out 0s, background-color .1s ease-in-out 0s, box-shadow .1s ease-in-out 0
}

#sidebar-nav .nav li .submenu>li:first-of-type>a {
  border-top: 0
}

#sidebar-nav .nav li .submenu>li>a:hover, #sidebar-nav .nav li .submenu>li>a.active, #sidebar-nav .nav li .submenu>li.active>a, #sidebar-nav .nav li .submenu>li.open>a {
  text-decoration: none;
  color: #000;
  background-color: #f7f7f7
}

#sidebar-nav .nav li.active>.submenu {
  display: block
}

#sidebar-nav .nav>.open .submenu .submenu, #sidebar-nav .nav>.active .submenu .submenu {
  display: none
}

#sidebar-nav .nav>.open .submenu>.open>a, #sidebar-nav .nav>.open .submenu>.active>a, #sidebar-nav .nav>.active .submenu>.open>a, #sidebar-nav .nav>.active .submenu>.active>a {
  background: inherit;
  border-bottom-color: #1f2c39;
  box-shadow: 0 -1px 0 #1f2c39 inset
}

#sidebar-nav .nav>.open .submenu>li a, #sidebar-nav .nav>.active .submenu>li a {
  position: relative
}

#sidebar-nav .nav>.open .submenu>li>a.dropdown-toggle>.drop-icon, #sidebar-nav .nav>.active .submenu>li>a.dropdown-toggle>.drop-icon {
  font-size: 10px;
  margin-top: -5px
}

#sidebar-nav .nav>.open .submenu>li>.submenu, #sidebar-nav .nav>.active .submenu>li>.submenu {
  background-color: #1f2c39
}

#sidebar-nav .nav>.open .submenu>li>.submenu>li a:hover, #sidebar-nav .nav>.open .submenu>li>.submenu>li a.active, #sidebar-nav .nav>.active .submenu>li>.submenu>li a:hover, #sidebar-nav .nav>.active .submenu>li>.submenu>li a.active {
  color: #03a9f4
}

#sidebar-nav .nav>.open .submenu>li>.submenu a, #sidebar-nav .nav>.active .submenu>li>.submenu a {
  border-bottom: 0 none;
  border-top: 0 none;
  padding-left: 85px
}

#sidebar-nav .nav>.open .submenu>li>.submenu a:before, #sidebar-nav .nav>.active .submenu>li>.submenu a:before {
  content: "\f111";
  display: inline;
  font-family: FontAwesome;
  font-size: 4px;
  font-style: normal;
  font-weight: 400;
  margin-left: -10px;
  margin-top: 1px;
  position: absolute
}

.navbar-nav .open .dropdown-menu {
  background-color: #FFF;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  position: absolute
}

#user-left-box {
  padding: 20px 15px 20px 25px
}

#user-left-box img {
  border-radius: 18%;
  background-clip: padding-box;
  border: 3px solid #fff;
  float: left;
  width: 70px
}

#user-left-box .user-box {
  color: #fff;
  float: left;
  padding-left: 15px;
  padding-top: 18px
}

#user-left-box .user-box>.name {
  display: block;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2
}

#user-left-box .user-box>.name>a {
  color: #fff
}

#user-left-box .user-box>.name>a:hover, #user-left-box .user-box>.name>a:focus {
  color: #E1E1E1;
  text-decoration: none
}

#user-left-box .user-box>.status {
  display: block;
  font-size: .75em;
  padding-top: 3px
}

#user-left-box .user-box>.status>i {
  color: #8bc34a;
  margin-right: 4px
}

#user-left-box.dropdown .dropdown-menu {
  top: 55px;
  left: 30px
}

#user-left-box.dropdown .dropdown-menu a {
  color: #707070;
  font-size: .875em
}

#user-left-box.dropdown .dropdown-menu a:hover {
  background-color: #f6f6f6;
  color: #707070
}

@media (min-width: 992px) {
  .nav-small #nav-col {
    width: 64px
  }

  .nav-small #content-wrapper {
    margin-left: 64px
  }

  .nav-small #nav-col #user-left-box {
    display: none
  }

  .nav-small #nav-col #sidebar-nav .nav>li>a {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
  }

  .nav-small #nav-col #sidebar-nav .nav>li>a>i {
    position: relative;
    font-size: 1.25em
  }

  .nav-small #nav-col #sidebar-nav .nav>li>a>span {
    display: none
  }

  .nav-small #nav-col #sidebar-nav .nav>li.nav-header {
    display: none
  }

  .nav-small #nav-col #sidebar-nav .nav li>a.dropdown-toggle>.drop-icon {
    display: none
  }

  .nav-small #nav-col #sidebar-nav .nav .submenu>li>a.dropdown-toggle>.drop-icon {
    display: block
  }

  .nav-small #nav-col #sidebar-nav .nav li .submenu {
    left: 64px;
    position: absolute;
    top: 0;
    width: 210px
  }

  .nav-small #nav-col #sidebar-nav .nav li .submenu>li>a {
    padding-left: 28px
  }

  .nav-small #nav-col #sidebar-nav .nav>.open>.submenu>li>.submenu, .nav-small #nav-col #sidebar-nav .nav>.active>.submenu>li>.submenu {
    left: auto;
    position: relative;
    top: auto;
    width: 100%
  }

  .nav-small #nav-col #sidebar-nav .nav>.open>.submenu>li>.submenu a, .nav-small #nav-col #sidebar-nav .nav>.active>.submenu>li>.submenu a {
    padding-left: 48px
  }

  .nav-small #sidebar-nav .nav li.active>.submenu {
    display: none
  }

  .nav-small #nav-col-submenu a.dropdown-toggle>.drop-icon {
    color: #868b98;
    font-size: 12px;
    margin-top: -6px;
    position: absolute;
    right: 25px;
    top: 50%;
    transition: transform .2s ease-in-out .1s
  }

  .nav-small #nav-col-submenu.open>a.dropdown-toggle>.drop-icon, .nav-small #nav-col-submenu.active>a.dropdown-toggle>.drop-icon {
    color: #fff;
    transform: rotate(90deg)
  }

  .nav-small #nav-col-submenu .submenu {
    display: none;
    background: #f7f7f7;
    padding: 5px 0;
    margin: 0;
    list-style: none
  }

  .nav-small #nav-col-submenu .submenu>li {
    position: relative
  }

  .nav-small #nav-col-submenu .submenu>li>a {
    display: block;
    font-size: .875em;
    line-height: 38px;
    padding-left: 66px;
    color: #fff;
    outline: none;
    text-decoration: none;
    transition: border-color .1s ease-in-out 0s, background-color .1s ease-in-out 0s, box-shadow .1s ease-in-out 0
  }

  .nav-small #nav-col-submenu .submenu>li:first-of-type>a {
    border-top: 0
  }

  .nav-small #nav-col-submenu .submenu>li>a:hover, .nav-small #nav-col-submenu .submenu>li>a.active, .nav-small #nav-col-submenu .submenu>li.active>a, .nav-small #nav-col-submenu .submenu>li.open>a {
    text-decoration: none;
    color: #fff;
    background-color: #1f2c39
  }

  .nav-small #nav-col-submenu .submenu .submenu {
    display: none
  }

  .nav-small #nav-col-submenu .submenu>.open>a, .nav-small #nav-col-submenu .submenu>.active>a {
    background: inherit;
    border-bottom-color: #1f2c39;
    box-shadow: 0 -1px 0 #1f2c39 inset
  }

  .nav-small #nav-col-submenu .submenu>li a {
    position: relative
  }

  .nav-small #nav-col-submenu .submenu>li>a.dropdown-toggle>.drop-icon {
    font-size: 10px;
    margin-top: -5px
  }

  .nav-small #nav-col-submenu .submenu>li>.submenu {
    background-color: #1f2c39
  }

  .nav-small #nav-col-submenu .submenu>li>.submenu>li a:hover, .nav-small #nav-col-submenu .submenu>li>.submenu>li a.active {
    color: #03a9f4
  }

  .nav-small #nav-col-submenu .submenu>li>.submenu a {
    border-bottom: 0 none;
    border-top: 0 none;
    padding-left: 85px
  }

  .nav-small #nav-col-submenu .submenu>li>.submenu a:before {
    content: "\f111";
    display: inline;
    font-family: FontAwesome;
    font-size: 4px;
    font-style: normal;
    font-weight: 400;
    margin-left: -10px;
    margin-top: 1px;
    position: absolute
  }

  .nav-small #nav-col-submenu .submenu {
    position: absolute;
    top: 60px;
    left: 64px;
    width: 210px
  }

  .nav-small #nav-col-submenu .submenu>li>a {
    padding-left: 28px
  }

  .nav-small #nav-col-submenu .submenu>li>a.dropdown-toggle>.drop-icon {
    display: block
  }

  .nav-small #nav-col-submenu>.submenu {
    display: block
  }

  .nav-small #nav-col-submenu .submenu>li>.submenu, .nav-small #nav-col-submenu .submenu>li>.submenu {
    left: auto;
    position: relative;
    top: auto;
    width: 100%
  }

  .nav-small #nav-col-submenu .submenu>li>.submenu a, .nav-small #nav-col-submenu .submenu>li>.submenu a {
    padding-left: 48px
  }
}

@media (max-width: 991px) {
  .navbar-toggle {
    display: block
  }

  #sidebar-nav.navbar-collapse {
    max-height: 336px
  }
}

#footer-bar {
  background: #fff;
  border-top: 1px solid #e7ebee;
  bottom: 0;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  width: 100%
}

@media (max-width: 767px) {
  #footer-bar {
    margin-left: -8px;
    margin-right: -8px
  }
}

@media (max-width: 419px) {
  #footer-bar {
    margin-left: -5px;
    margin-right: -5px
  }
}

#footer-copyright {
  text-align: center;
  margin: 0
}

.fixed-header #header-navbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999
}

.fixed-header #page-wrapper {
  padding-top: 50px
}

.fixed-footer #footer-bar {
  bottom: 0;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 999
}

.fixed-footer #content-wrapper {
  padding-bottom: 36px
}

@media (min-width: 992px) {
  .fixed-leftmenu #nav-col {
    position: fixed;
    height: 100%
  }

  .fixed-leftmenu.fixed-footer #nav-col {
    padding-bottom: 36px
  }

  .fixed-leftmenu.fixed-header #nav-col {
    padding-bottom: 50px
  }

  .fixed-leftmenu.fixed-header.fixed-footer #nav-col {
    padding-bottom: 86px
  }
}

@media (max-width: 991px) {
  .fixed-header #nav-col {
    position: fixed;
    width: 100%
  }
}

.boxed-layout #theme-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative
}

.boxed-layout #page-wrapper {
  background-color: #f9f9f9
}

.boxed-layout.fixed-header #header-navbar, .boxed-layout.fixed-footer #footer-bar {
  max-width: 1200px;
  margin: 0 auto
}

@media (max-width: 1200px) {
  .boxed-layout #theme-wrapper, .boxed-layout.fixed-header #header-navbar, .boxed-layout.fixed-footer #footer-bar {
    max-width: 1140px
  }
}

@media (max-width: 1199px) {
  .boxed-layout #theme-wrapper, .boxed-layout.fixed-header #header-navbar, .boxed-layout.fixed-footer #footer-bar {
    max-width: 1024px
  }
}

.emerald-bg {
  background-color: #03a9f4
}

.red-bg {
  background-color: #e84e40
}

.yellow-bg {
  background-color: #ff9007
}

.green-bg {
  background-color: #8bc34a
}

.purple-bg {
  background-color: #9c27b0
}

.gray-bg {
  background-color: #90a4ae
}

.white-bg {
  background-color: #fff
}

.emerald {
  color: #03a9f4
}

.red {
  color: #e84e40
}

.yellow {
  color: #ff9007
}

.green {
  color: #8bc34a
}

.purple {
  color: #9c27b0
}

.gray {
  color: #90a4ae
}

.status-green {
  color: #005826
}

.status-red {
  color: #9e0b0f
}

.txt-white {
  color: #fff
}

.txt-white-hover:hover {
  color: #fff
}

.mrg-b-xs {
  margin-bottom: 3px
}

.mrg-b-sm {
  margin-bottom: 6px
}

.mrg-b-md {
  margin-bottom: 10px
}

.mrg-b-lg {
  margin-bottom: 20px
}

.mrg-t-xs {
  margin-top: 3px
}

.mrg-t-sm {
  margin-top: 6px
}

.mrg-t-md {
  margin-top: 10px
}

.mrg-t-lg {
  margin-top: 20px
}

.mrg-r-xs {
  margin-right: 3px
}

.mrg-r-sm {
  margin-right: 6px
}

.mrg-r-md {
  margin-right: 10px
}

.mrg-r-lg {
  margin-right: 20px
}

.mrg-l-xs {
  margin-left: 3px
}

.mrg-l-sm {
  margin-left: 6px
}

.mrg-l-md {
  margin-left: 10px
}

.mrg-l-lg {
  margin-left: 20px
}

.btn {
  border: none;
  padding: 6px 12px;
  border-bottom: 2px solid;
  transition: border-color .1s ease-in-out 0s, background-color .1s ease-in-out 0;
  outline: none;
  border-radius: 3px;
  background-clip: padding-box
}

.btn-default, .wizard-cancel, .wizard-back {
  background-color: #90a4ae;
  border-color: #607d8b;
  color: #fff
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .wizard-cancel:hover, .wizard-cancel:focus, .wizard-cancel:active, .wizard-cancel.active, .wizard-back:hover, .wizard-back:focus, .wizard-back:active, .wizard-back.active {
  background-color: #949e9f;
  border-color: #748182;
  color: #fff
}

.btn-default .caret {
  border-top-color: #FFF
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-color: #607d8b;
  border-color: #5c6667
}

.btn-info {
  background-color: #01b9fe;
  border-color: #0298d1
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-color: #0298d1;
  border-color: #0178a5
}

.btn-link {
  border: none
}

.btn-primary {
  background-color: #03a9f4;
  border-color: #2980b9
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #2980b9;
  border-color: #1c5c87
}

.btn-success {
  background-color: #8bc34a;
  border-color: #689f38
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-color: #689f38
}

.btn-danger {
  background-color: #e84e40;
  border-color: #dd191d
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-color: #dd191d
}

.btn-warning {
  background-color: #ff9007;
  border-color: #ffa000
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-color: #e0b50a;
  border-color: #bd9804
}

.btn-facebook {
  background-color: #3b5998;
  border-color: #2f477b
}

.btn-facebook:hover {
  background-color: #2f477b;
  border-color: #263963
}

.btn-twitter {
  background-color: #00aced;
  border-color: #0098d1
}

.btn-twitter:hover {
  background-color: #0098d1;
  border-color: #0283b4
}

.icon-box {
  margin-top: 5px
}

.icon-box .btn {
  border: 2px solid #e1e1e1;
  margin-left: 3px;
  margin-right: 0
}

.icon-box .btn:hover {
  background-color: #eee;
  color: #03a9f4
}

.label {
  border-radius: 3px;
  background-clip: padding-box;
  font-size: .875em;
  font-weight: 600;
  margin-top: 1em;
  margin-right: 10px
}

.label-default, .fc-event.label-default {
  background-color: #90a4ae
}

.label-primary, .fc-event.label-primary {
  background-color: #03a9f4
}

.label-success, .fc-event.label-success {
  background-color: #8bc34a
}

.label-info, .fc-event.label-info {
  background-color: #9c27b0
}

.label-warning, .fc-event.label-warning {
  background-color: #ff9007
}

.label-danger, .fc-event.label-danger {
  background-color: #e84e40
}

.label.label-large {
  font-size: 1em;
  padding: .4em .8em .5em
}

.label.label-circle {
  border-radius: 50%;
  background-clip: padding-box;
  padding: 4px
}

#calendar .fc-event, .external-event {
  border-left: 0 solid #2980b9;
  border-radius: 2px;
  background-clip: padding-box;
  font-weight: 700
}

#calendar .fc-event.label-success, .external-event.label-success {
  border-left: 0 solid #689f38
}

#calendar .fc-event.label-warning, .external-event.label-warning {
  border-left: 0 solid #ffa000
}

#calendar .fc-event.label-danger, .external-event.label-danger {
  border-left: 0 solid #dd191d;
  color: #fff
}

#calendar .fc-event.label-info, .external-event.label-info {
  border-left: 0 solid #7b1fa2
}

#calendar .fc-event.label-default, .external-event.label-default {
  border-left: 0 solid #607d8b
}

@media only screen and (max-width: 440px) {
  #calendar .fc-header-right, #calendar .fc-button-today, #calendar .fc-header-space {
    display: none
  }
}

.alert {
  border-radius: 0;
  background-clip: padding-box;
  border-image: none;
  border-style: none;
  border-width: 0
}

.alert-success {
  border-color: #689f38;
  color: #689f38
}

.alert-warning {
  border-color: #ffa000;
  color: #ffa000
}

.alert-danger {
  border-color: #dd191d;
  color: #dd191d
}

.alert-info {
  border-color: #2980b9;
  color: #2980b9
}

.alert-info .alert-link {
  color: #2980b9
}

.pagination {
  margin: 5px 0
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
  border-radius: 3px;
  background-clip: padding-box
}

.pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, .pagination>li>a:active, .pagination>li>span:active {
  color: #03a9f4;
  border-width: 2px;
  margin-left: -2px
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #03a9f4;
  border-color: #03a9f4
}

.pager li>a, .pager li>span {
  border-width: 2px
}

.list-group-item {
  border-width: 2px;
  margin-bottom: -2px
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #03a9f4;
  border-color: #03a9f4
}

.badge.badge-danger {
  background-color: #e84e40
}

.badge.badge-success {
  background-color: #8bc34a
}

.badge.badge-warning {
  background-color: #ff9007
}

.badge.badge-primary {
  background-color: #03a9f4
}

.badge.badge-info {
  background-color: #9c27b0
}

.nav-tabs {
  background: #e7ebee;
  border-color: transparent;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box
}

.nav-tabs>li>a {
  border-radius: 0;
  background-clip: padding-box;
  font-size: 1.125em;
  font-weight: 300;
  outline: none;
  color: #555;
  margin-right: 3px
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
  border-color: transparent;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  color: #555;
  border-bottom: 0;
  background: rgba(219, 221, 223, 0.46)
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  border-left: 0;
  border-top: 2px solid #03a9f4;
  border-right: 0
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  border-color: #e7ebee
}

.nav .caret {
  border-bottom-color: #03a9f4;
  border-top-color: #03a9f4
}

.main-box .tabs-header {
  min-height: 50px;
  padding: 10px 20px
}

.main-box .tab-content-body {
  padding: 0 20px 20px;
  margin-bottom: 0
}

.tabs-wrapper.tabs-no-header .tab-content {
  padding: 0 20px 20px
}

.panel-default>.panel-heading {
  background-color: #03a9f4;
  border-color: #03a9f4;
  color: #FFF;
  border-radius: 0;
  background-clip: padding-box
}

.panel-default>.panel-heading a:focus {
  color: #fff
}

.panel-group .panel {
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none
}

.panel-collapse {
  border: 2px solid #e1e1e1;
  border-top: 0
}

.accordion .panel-title>a {
  display: block;
  position: relative;
  outline: none;
  text-decoration: none;
  color: #FFF;
  padding-right: 15px
}

.accordion .panel-title>a:hover {
  text-decoration: none;
  color: #FFF
}

.accordion .panel-title>a:after {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  margin-top: -5px;
  font-size: .75em;
  position: absolute;
  right: 0;
  top: 50%
}

.accordion .panel-title>a.accordion-toggle.collapsed:after {
  content: "\f067"
}

.accordion .panel-title>a.accordion-toggle>i {
  width: 24px;
  text-align: center;
  padding-right: 6px
}

.progress {
  background-color: #eee;
  border-radius: 0;
  background-clip: padding-box;
  height: 8px;
  margin-bottom: 12px;
  box-shadow: none
}

.progress-bar {
  background-color: #03a9f4;
  box-shadow: none
}

.progress-bar-success {
  background-color: #8bc34a
}

.progress-bar-info {
  background-color: #9c27b0
}

.progress-bar-warning {
  background-color: #ff9007
}

.progress-bar-danger {
  background-color: #e84e40
}

.progress.progress-2x {
  height: 12px
}

.progress.progress-3x {
  height: 16px
}

.progress.progress-4x {
  height: 20px
}

.popover-content {
  font-size: .875em
}

.modal-header {
  border-width: 2px
}

.modal-content {
  border-radius: 0;
  background-clip: padding-box
}

.modal-footer {
  border-width: 2px
}

.page-footer {
  background-color: #fff;
  text-align: center;
  padding-bottom: 50px
}

.page-footer a {
  color: #555
}

.page-footer a:hover {
  color: #03a9f4;
  text-decoration: none
}

.page-footer li:not(:last-child):after {
  content: " | "
}

.page-footer li {
  display: inline-block
}

.page-footer ul.links {
  margin-bottom: 0;
  padding: 0 20px;
  width: 100%;
}

@media (min-width: 767px) {
  .page-footer .links {
    display: inline-block;
    margin-right: 10px
  }

  .page-footer {
    padding-bottom: 20px;
    padding-top: 20px
  }
}

blockquote, blockquote.pull-right {
  border-color: #03a9f4;
  padding: 10px 20px 10px 40px
}

blockquote.pull-right {
  padding-left: 20px;
  padding-right: 40px
}

blockquote p {
  font-style: italic
}

blockquote:before {
  content: "\f10d";
  color: #b0bec5;
  display: inline;
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  line-height: normal;
  margin-left: -28px;
  margin-top: 0;
  position: absolute;
  width: auto
}

blockquote.pull-right:before {
  margin-left: 0;
  right: 50px
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0
}

.breadcrumb>li {
  text-transform: uppercase;
  color: #616161;
  margin-left: 8px;
  font-size: .875em
}

.breadcrumb>li span {
  padding-left: 8px
}

.breadcrumb>li a {
  color: #616161
}

.breadcrumb>li+li:before {
  color: #616161;
  font-family: FontAwesome;
  content: "\f105"
}

.breadcrumb>.active {
  font-weight: 600;
  text-transform: none;
  color: #616161
}

.breadcrumb>li:first-child {
  margin-left: 0
}

.open>.dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible
}

.dropdown-menu {
  opacity: 0;
  transform-origin: top;
  animation-fill-mode: forwards;
  transform: scale(1, 0);
  transition: all .14s linear;
  display: block;
  visibility: hidden
}

.datepicker.dropdown-menu, .daterangepicker.dropdown-menu, .bootstrap-timepicker-widget.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  display: none
}

.bootstrap-timepicker-widget.dropdown-menu {
  display: none
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: block
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
  background-color: #f8f8f8
}

.table thead>tr>th {
  border-bottom: 2px solid #e7ebee;
  text-transform: uppercase;
  font-size: .875em
}

.table thead>tr>th>a span {
  color: #212121
}

.table tbody>tr>td {
  font-size: .875em;
  vertical-align: middle;
  border-top: 1px solid #e7ebee;
  padding: 12px 8px
}

.table tbody>tr>td:first-child {
  font-size: 1.125em;
  font-weight: 300
}

.table tbody>tr td .call-type {
  display: block;
  font-size: .75em;
  text-align: center
}

.table tbody>tr td .first-line {
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.125em
}

.table tbody>tr td .first-line span {
  font-size: .875em;
  color: #969696;
  font-weight: 300
}

.table tbody>tr td .second-line {
  font-size: .875em;
  line-height: 1.2
}

.table tbody>tr.table-line-fb>td {
  background-color: #9daccb;
  color: #262525
}

.table tbody>tr.table-line-twitter>td {
  background-color: #9fccff;
  color: #262525
}

.table tbody>tr.table-line-plus>td {
  background-color: #eea59c;
  color: #262525
}

.table a.table-link {
  margin: 0 5px;
  font-size: 1.125em
}

.table a.table-link:hover {
  text-decoration: none;
  color: #2980b9
}

.table a.table-link.danger {
  color: #e84e40
}

.table a.table-link.danger:hover {
  color: #dd191d
}

.table.table-condensed tbody>tr>td {
  padding: 8px 5px
}

.dataTable thead th:hover {
  color: #03a9f4
}

.table thead>tr>th>a span:after, .dataTable .sorting:after, .dataTable .sorting_asc:after, .dataTable .sorting_desc:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  margin-left: 5px;
  font-size: .75em
}

.table thead>tr>th>a:hover {
  text-decoration: none
}

.table thead>tr>th>a.asc span:after, .dataTable .sorting_desc:after {
  content: "\f0dd"
}

.table thead>tr>th>a.desc span:after, .dataTable .sorting_asc:after {
  content: "\f0de"
}

.table thead>tr>th>a:hover span {
  text-decoration: none;
  color: #03a9f4;
  border-color: #03a9f4
}

.table.table-hover tbody>tr>td {
  transition: background-color .15s ease-in-out 0
}

.table-products tbody>tr>td {
  background: none;
  border: none;
  border-bottom: 1px solid #ebebeb;
  transition: background-color .15s ease-in-out 0;
  position: relative
}

.table-products tbody>tr:hover>td {
  text-decoration: none;
  background-color: #f6f6f6
}

.table-products .name {
  display: block;
  font-weight: 600;
  padding-bottom: 7px
}

.table-products .price {
  display: block;
  text-decoration: none;
  width: 50%;
  float: left;
  font-size: .875em
}

.table-products .price>i {
  color: #8bc34a
}

.table-products .warranty {
  display: block;
  text-decoration: none;
  width: 50%;
  float: left;
  font-size: .875em
}

.table-products .warranty>i {
  color: #ff9007
}

.table-stats .status-social-icon {
  font-size: 1.9em;
  vertical-align: bottom
}

.table-stats .table-line-fb .status-social-icon {
  color: #556484
}

.table-stats .table-line-twitter .status-social-icon {
  color: #5885b8
}

.table-stats .table-line-plus .status-social-icon {
  color: #a75d54
}

.dataTables_length {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 30px;
  float: left
}

@media (max-width: 767px) {
  .dataTables_length {
    display: none
  }
}

.dataTables_filter {
  float: right;
  margin-top: 10px;
  margin-bottom: 15px
}

@media (max-width: 767px) {
  .dataTables_filter {
    display: none
  }
}

.dataTables_filter input {
  margin-left: 10px
}

@media (max-width: 767px) {
  .DTTT {
    display: none
  }
}

.DTTT.btn-group {
  float: right;
  margin-left: 10px;
  margin-top: 10px
}

.DTTT.btn-group a.btn {
  height: 30px;
  line-height: 16px
}

.user-list tbody td>img {
  position: relative;
  max-width: 50px;
  float: left;
  margin-right: 15px;
  border-radius: 18%;
  background-clip: padding-box
}

.user-list tbody td .user-link {
  display: block;
  font-size: 1.25em;
  padding-top: 3px;
  margin-left: 60px
}

.user-list tbody td .user-subhead {
  font-size: .875em;
  font-style: italic
}

.map-stats {
  padding-top: 20px
}

.map-stats .table tbody>tr>td {
  padding-top: 10px;
  padding-bottom: 10px
}

.map-stats .table tbody>tr>td:first-child {
  font-size: 1em;
  font-weight: 400
}

.map-stats .table tbody>tr>td.status {
  font-size: 1.2em;
  font-weight: 600
}

.footable .footable-row-detail .footable-row-detail-cell {
  font-size: 1em
}

.form-group {
  margin-bottom: 20px
}

label {
  font-weight: 400;
  font-size: .875em
}

.form-control {
  border-radius: 3px;
  background-clip: padding-box;
  border-color: #e7ebee;
  border-width: 2px;
  box-shadow: none;
  font-size: 13px
}

.form-control:focus {
  border-color: rgba(52, 151, 219, 0.6);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 152, 219, 0.6)
}

.form-inline-box {
  background: none repeat scroll 0 0 #F6F6F6;
  border: 2px solid #e7ebee;
  padding: 7px
}

.radio {
  padding-left: 2px
}

.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 5px
}

input[type="radio"] {
  line-height: normal;
  box-sizing: border-box
}

.radio input[type=radio], .radio-inline input[type=radio] {
  float: left;
  margin-left: -20px
}

.radio input[type=radio] {
  display: none
}

.radio label:before {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #e7ebee;
  border-radius: 50%;
  background-clip: padding-box;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  width: 20px
}

.radio label:after {
  background-color: #03a9f4;
  border: 1px solid #03a9f4;
  border-radius: 50%;
  background-clip: padding-box;
  content: "";
  display: inline-block;
  font-size: 13px;
  height: 16px;
  left: 2px;
  position: absolute;
  text-align: center;
  top: 2px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  width: 16px
}

.radio input[type=radio]:checked+label:before, .radio input[type=radio]:hover+label:before {
  border-color: #03a9f4
}

.radio input[type=radio]:checked+label:after {
  line-height: 16px;
  transform: scale(0.63);
  -webkit-transform: scale(0.63);
  -moz-transform: scale(0.63);
  transition: transform .1s 0 cubic-bezier(0.4, 0.02, 0.3, 1.2)
}

.has-success .form-control {
  border-color: #8bc34a
}

.has-success .help-block, .has-success .control-label {
  color: #689f38
}

.has-success .form-control:focus {
  border-color: #689f38;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #689f38
}

.has-success .input-group-addon {
  color: #8bc34a;
  background-color: #dff0d8;
  border-color: #8bc34a
}

.has-warning .form-control {
  border-color: #ff9007
}

.has-warning .help-block, .has-warning .control-label {
  color: #ffa000
}

.has-warning .form-control:focus {
  border-color: #ffa000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffa000
}

.has-warning .input-group-addon {
  color: #ff9007;
  background-color: #fcf8e3;
  border-color: #ff9007
}

.has-error .form-control {
  border-color: #e84e40
}

.has-error .help-block, .has-error .control-label {
  color: #dd191d
}

.has-error .form-control:focus {
  border-color: #dd191d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dd191d
}

.has-error .input-group-addon {
  color: #e84e40;
  background-color: #f2dede;
  border-color: #e84e40
}

.input-group>.form-control, .input-group>.input-group-addon, .input-group>.input-group-btn>.btn {
  line-height: 1
}

.input-group>.input-group-btn>.btn {
  border: 0;
  height: 34px
}

.input-group-addon {
  background: transparent;
  border-color: #e7ebee;
  border-width: 2px
}

.dropdown-menu {
  border-radius: 3px;
  background-clip: padding-box
}

.help-block {
  font-size: .875em
}

.checkbox-inline>input {
  margin-top: 0
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #03a9f4
}

.bootstrap-timepicker-widget table td input {
  border: 1px solid #ccc;
  width: 30px;
  height: 30px
}

.form-group-select2 label {
  display: block
}

.select2-container--default .select2-selection--single {
  border-width: 2px;
  border-color: #e7ebee
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  border-radius: 0;
  background-clip: padding-box;
  background: #e7ebee;
  border-color: #e7ebee;
  width: 24px
}

.select2-container--default .select2-selection--multiple {
  border-width: 2px;
  border-color: #e7ebee
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #03a9f4;
  border: 0;
  color: #fff;
  padding: 4px 5px;
  font-size: .875em
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 4px
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f1f1f1
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #03a9f4
}

.select2-container--default .help-icon {
  position: absolute;
  right: 10px;
  margin-top: 1px;
  font-size: 1.25em
}

.select2:focus, .select2-container--default .select2-selection--single:focus {
  outline: none
}

.select2-dropdown {
  border-width: 2px;
  border-color: #e7ebee
}

.select2-results__options {
  margin: 0 4px 4px
}

.select2-results__option {
  padding: 4px 6px;
  font-size: .875em
}

.select2-search--dropdown {
  font-size: .875em
}

.select2-search input {
  border-color: #e9e9e9
}

.select2-search input:focus {
  -webkit-appearance: none;
  outline: none
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-width: 1px
}

.select2-container .select2-selection--single {
  height: 34px
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 32px
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 32px
}

#top-filter .select2-container .select2-selection--single, .select2-graph-changer .select2-container .select2-selection--single {
  height: 37px
}

#top-filter .select2-container .select2-selection--single .select2-selection__arrow, #top-filter .select2-container .select2-selection--single .select2-selection__arrow, .select2-graph-changer .select2-container .select2-selection--single .select2-selection__arrow, .select2-graph-changer .select2-container .select2-selection--single .select2-selection__arrow {
  height: 35px
}

#top-filter .select2-container .select2-selection--single .select2-selection__rendered, #top-filter .select2-container .select2-selection--single .select2-selection__rendered, .select2-graph-changer .select2-container .select2-selection--single .select2-selection__rendered, .select2-graph-changer .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  font-size: 1.15em
}

#top-filter .select2 {
  margin-right: 12px
}

.select2-graph-changer .select2 {
  margin-left: 12px
}

.tt-query {
  box-shadow: none
}

.wysiwyg-editor {
  max-height: 250px;
  height: 250px;
  background-color: #fff;
  border-collapse: separate;
  border: 1px solid #e7ebee;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 10px;
  box-sizing: content-box;
  overflow: scroll;
  outline: none
}

.btn-toolbar.editor-toolbar {
  margin-bottom: 7px
}

.checkbox-nice {
  position: relative;
  padding-left: 15px
}

.checkbox-nice input[type=checkbox] {
  visibility: hidden
}

.checkbox-nice label {
  padding-top: 3px
}

.checkbox-nice.checkbox-inline>label {
  margin-left: 16px
}

.checkbox-nice label:before {
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 1px;
  top: 1px;
  background: #fff;
  content: "";
  border: 2px solid #e7ebee;
  border-radius: 3px;
  background-clip: padding-box
}

.checkbox-nice label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  background: transparent;
  top: 7px;
  left: 6px;
  border: 3px solid #03a9f4;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg)
}

.checkbox-nice label:hover::after {
  opacity: .3
}

.checkbox-nice input[type=checkbox]:checked+label:after {
  opacity: 1
}

.onoffswitch {
  position: relative;
  width: 90px;
  box-sizing: content-box;
  margin-right: 20px
}

.onoffswitch-checkbox {
  display: none
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 20px;
  background-clip: padding-box
}

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: 700
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #03a9f4;
  color: #FFF
}

.onoffswitch.onoffswitch-success .onoffswitch-inner:before {
  background-color: #8bc34a
}

.onoffswitch.onoffswitch-danger .onoffswitch-inner:before {
  background-color: #e84e40
}

.onoffswitch.onoffswitch-warning .onoffswitch-inner:before {
  background-color: #ff9007
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #EEE;
  color: #999;
  text-align: right
}

.onoffswitch-switch {
  width: 18px;
  margin: 6px;
  background: #FFF;
  border: 1px solid #999;
  border-radius: 20px;
  background-clip: padding-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  box-sizing: content-box
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0
}

.typeahead, .tt-query, .tt-hint {
  width: 400px
}

@media only screen and (max-width: 480px) {
  .typeahead, .tt-query, .tt-hint {
    width: 100%
  }
}

.twitter-typeahead {
  display: block
}

.typeahead {
  background-color: #fff
}

.typeahead:focus {
  border: 2px solid #0097cf
}

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.tt-hint {
  color: #999;
  padding-top: 5px;
  padding-left: 11px
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-clip: padding-box
}

@media only screen and (max-width: 480px) {
  .tt-dropdown-menu {
    width: 100%
  }
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 1em;
  line-height: 20px
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #03a9f4
}

.tt-suggestion p {
  margin: 0
}

.gist {
  font-size: 12px
}

.example-twitter-oss .tt-suggestion {
  padding: 8px 20px
}

.example-twitter-oss .tt-suggestion+.tt-suggestion {
  border-top: 1px solid #ccc
}

.example-twitter-oss .repo-language {
  float: right;
  font-style: italic;
  font-size: 12px
}

.example-twitter-oss .repo-name {
  font-weight: 700
}

.example-twitter-oss .repo-description {
  font-size: 12px
}

.slider-vertical {
  height: 200px;
  float: left;
  margin-right: 20px
}

.datepicker, .daterangepicker {
  z-index: 2200
}

.datepicker td, .datepicker th, .daterangepicker td, .daterangepicker th {
  text-transform: uppercase;
  font-size: .875em
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
  background: #03a9f4
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background: #03a9f4
}

.daterangepicker td.in-range {
  background: #dceffc
}

.daterangepicker .ranges li {
  border-radius: 0;
  background-clip: padding-box;
  color: #03a9f4
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: #03a9f4;
  border-color: #03a9f4;
  color: #fff
}

.daterangepicker .range_inputs button.applyBtn {
  min-width: 74px;
  margin-right: 7px
}

.daterangepicker .range_inputs button.cancelBtn {
  min-width: 74px
}

.dd {
  position: relative;
  display: block;
  list-style: none;
  font-size: 13px;
  line-height: 20px
}

@media only screen and (min-width: 700px) {
  .dd {
    float: left;
    width: 48%
  }
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none
}

.dd-list .dd-list {
  padding-left: 30px
}

.dd-collapsed .dd-list {
  display: none
}

.dd-item, .dd-empty, .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px
}

.dd-handle-list {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #E1E1E1;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1em;
  color: #000;
  text-align: center;
  border: 1px solid #E1E1E1;
  padding-top: 4px
}

.dd-handle {
  background: none repeat scroll 0 0 #F6F6F8;
  border: 2px solid #e1e1e1;
  border-radius: 0;
  background-clip: padding-box;
  color: #000;
  display: block;
  font-size: .875em;
  font-weight: 700;
  height: 32px;
  margin: 5px 0;
  padding: 5px 10px;
  text-decoration: none;
  box-sizing: border-box
}

.dd-handle:hover {
  color: #03a9f4;
  background: #fff
}

.dd-handle .nested-links {
  float: right
}

.dd-handle .nested-links .nested-link {
  margin: 0 2px
}

.dd-handle .nested-links .nested-link:last-child {
  margin-right: 0
}

.dd-handle .nested-links .nested-link i {
  font-size: 1.25em
}

.dd-item-list .dd-handle {
  padding-left: 40px
}

.dd-item>button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: 700
}

.dd-item>button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0
}

.dd-item>button[data-action="collapse"]:before {
  content: '-'
}

.dd-placeholder, .dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box
}

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999
}

.dd-dragel>.dd-item .dd-handle {
  margin-top: 0
}

.dd-dragel .dd-handle {
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1)
}

.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%
}

.nestable-lists .dd-placeholder {
  background: #E9FDFB;
  border-color: #2980b9
}

.dd-hover>.dd-handle {
  background: #2ea8e5
}

@media only screen and (min-width: 700px) {
  .dd+.dd {
    margin-left: 2%
  }
}

.widget-users {
  padding: 0 20px
}

@media (max-width: 767px) {
  .widget-users {
    padding: 0 10px
  }
}

.widget-users {
  list-style: none;
  margin: 0;
  padding: 0
}

.widget-users li {
  border-bottom: 2px solid #ebebeb;
  padding: 15px 0;
  height: 96px
}

.widget-users li>.img {
  float: left;
  margin-top: 8px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  background-clip: padding-box
}

.widget-users li>.details {
  margin-left: 60px
}

.widget-users li>.details>.name {
  font-weight: 600
}

.widget-users li>.details>.name>a {
  color: #212121
}

.widget-users li>.details>.name>a:hover {
  color: #03a9f4
}

.widget-users li>.details>.time {
  color: #03a9f4;
  font-size: .75em;
  padding-bottom: 7px
}

.widget-users li>.details>.time.online {
  color: #8bc34a
}

.infographic-box {
  padding: 20px
}

.infographic-box i {
  font-size: 2.4em;
  display: block;
  float: left;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff
}

.infographic-box .headline {
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  text-align: right
}

.infographic-box .value {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: -5px;
  display: block;
  text-align: right
}

.infographic-box.merged {
  border-top: 2px solid #e7ebee;
  border-right: 2px solid #e7ebee;
  width: 50%
}

@media (max-width: 767px) {
  .infographic-box.merged {
    width: 100%;
    border-right: none
  }
}

.infographic-box.merged .headline {
  text-align: left;
  font-size: .8em;
  margin-top: -2px;
  text-transform: uppercase;
  font-weight: 600
}

.infographic-box.merged .value {
  text-align: left;
  font-size: 1.8em;
  font-weight: 400;
  margin-top: 2px
}

.infographic-box.merged.merged-top {
  border-top: none
}

.infographic-box.merged.merged-right {
  border-right: none
}

@media (max-width: 767px) {
  .infographic-box.merged.merged-top.merged-right {
    border-top: 1px solid #e7ebee
  }
}

.infographic-box.colored {
  color: #fff;
  border: 0
}

.infographic-box.colored i {
  font-size: 4.6em;
  margin-left: 7px;
  color: #fff
}

.infographic-box.colored .headline {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 4px
}

.widget-products {
  list-style: none;
  margin: 0;
  padding: 0
}

.widget-products li {
  border-bottom: 2px solid #ebebeb
}

.widget-products li>a {
  height: 88px;
  display: block;
  width: 100%;
  color: #212121;
  padding: 3px 10px;
  position: relative;
  transition: border-color .1s ease-in-out 0s, background-color .1s ease-in-out 0
}

@media only screen and (max-width: 440px) {
  .widget-products li>a {
    height: auto;
    padding-bottom: 10px
  }
}

.widget-products li>a:hover {
  color: #212121;
  text-decoration: none;
  background-color: #f6f6f6
}

.widget-products li>a:after {
  content: "\f138";
  font-family: FontAwesome;
  font-size: .875em;
  font-style: normal;
  font-weight: 400;
  margin-top: 32px;
  position: absolute;
  right: 10px;
  text-decoration: inherit;
  top: 0;
  color: #ccc;
  font-size: 1.3em
}

@media only screen and (max-width: 440px) {
  .widget-products li>a:after {
    display: none
  }
}

.widget-products li .img {
  display: block;
  float: left;
  text-align: center;
  width: 70px;
  height: 68px;
  overflow: hidden;
  margin-top: 7px
}

.widget-products li .product {
  display: block;
  margin-left: 90px;
  margin-top: 19px
}

.widget-products li .product>.name {
  display: block;
  font-weight: 600;
  padding-bottom: 7px
}

.widget-products li .product>.price {
  display: block;
  text-decoration: none;
  width: 50%;
  float: left;
  font-size: .875em
}

@media only screen and (max-width: 440px) {
  .widget-products li .product>.price {
    width: 100%
  }
}

.widget-products li .product>.price>i {
  color: #8bc34a
}

.widget-products li .product>.warranty {
  display: block;
  text-decoration: none;
  width: 50%;
  float: left;
  font-size: .875em
}

@media only screen and (max-width: 440px) {
  .widget-products li .product>.warranty {
    clear: both;
    width: 100%
  }
}

.widget-products li .product>.warranty>i {
  color: #ff9007
}

.widget-todo {
  list-style: none;
  margin: 0;
  padding: 0
}

.widget-todo>li {
  border-bottom: 2px solid #ebebeb;
  padding: 10px 5px
}

.widget-todo>li:hover {
  background-color: #f8f8f8
}

.widget-todo>li input:checked+label {
  text-decoration: line-through
}

.widget-todo .name {
  float: left
}

.widget-todo .name span.label {
  margin-left: 5px
}

.widget-todo .actions {
  float: right;
  padding-right: 5px;
  padding-top: 2px
}

.widget-todo .actions>a {
  margin: 0 2px;
  color: #707070
}

.widget-todo .actions>a.badge {
  color: #fff
}

.widget-todo .actions>a:hover {
  text-decoration: none;
  color: #03a9f4
}

.widget-todo .actions>a.badge:hover {
  background-color: #fff
}

.widget-todo .actions>a>i {
  font-size: 1.125em
}

.xs-graph .graph-label {
  font-size: .875em;
  padding-bottom: 5px;
  color: #616161
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3px;
  border: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1
}

#flot-tooltip {
  position: absolute;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(230, 230, 230, 0.8);
  border-radius: 10px;
  color: #666;
  font-family: sans-serif;
  font-size: 12px;
  padding: 6px;
  text-align: center
}

#flot-tooltip span {
  display: block
}

#flot-tooltip b {
  font-weight: 700;
  margin: .25em 0;
  color: #666;
  font-family: sans-serif;
  font-size: 12px;
  text-align: center
}

#flot-tooltip i {
  margin: .1em 0;
  white-space: nowrap;
  color: #666;
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
  font-style: normal
}

.legend .legendColorBox>div {
  margin-right: 7px;
  border: none
}

.graph-stats {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px
}

.graph-stats li {
  padding: 0
}

.graph-stats li .title {
  color: #3b3b3b;
  margin-top: 12px;
  font-size: .875em
}

.graph-stats li .value {
  color: #3b3b3b;
  font-size: 1.6em;
  font-weight: 300
}

.graph-stats li .value>.fa {
  font-size: .6em
}

.graph-stats li .value .tooltip {
  font-weight: 400
}

.graph-stats li .progress {
  height: 5px
}

.graph-box {
  padding: 15px;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box
}

.graph-box h2 {
  color: #fff;
  font-size: 1.6em;
  font-weight: 300;
  margin-bottom: 10px;
  margin-left: 10px
}

.graph-box .graph .morris-hover.morris-default-style {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  border-radius: 6px;
  background-clip: padding-box;
  color: #999
}

.graph-nice-legend {
  padding-left: 15px;
  padding-top: 65px
}

@media (max-width: 1199px) {
  .graph-nice-legend {
    padding-left: 0
  }
}

@media (max-width: 991px) {
  .graph-nice-legend {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0
  }
}

.graph-nice-legend .graph-legend-row {
  padding-top: 10px;
  padding-bottom: 10px
}

.graph-nice-legend .graph-legend-name {
  display: block;
  font-size: 1.2em;
  font-weight: 300
}

.graph-nice-legend .graph-legend-value {
  display: block;
  font-size: 2.1em;
  font-weight: 600
}

@media (max-width: 991px) {
  .graph-nice-legend .graph-legend-row-inner {
    padding: 0 20px
  }
}

.small-graph-box {
  padding: 20px;
  color: #fff;
  border: 0
}

.small-graph-box .headline {
  display: block;
  font-size: .875em;
  font-weight: 400;
  margin-top: -5px;
  padding-bottom: 5px;
  text-transform: uppercase
}

.small-graph-box .value {
  display: block;
  font-size: 1.9em;
  font-weight: 600;
  margin-top: -5px
}

.small-graph-box .progress {
  background: rgba(0, 0, 0, 0.2);
  height: 5px;
  margin-bottom: 5px;
  margin-top: 10px
}

.small-graph-box .progress .progress-bar {
  background-color: #fff
}

.small-graph-box .subinfo {
  display: block;
  font-size: .8em;
  padding-top: 5px
}

.small-graph-box .subinfo i {
  font-size: 1.2em
}

.dashboard-stats {
  margin: 20px -20px -20px
}

@media (max-width: 419px) {
  .dashboard-stats {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -12px
  }
}

.chart-small {
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  outline: none;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  color: #212121;
  transition: background-color .1s ease-in-out 0
}

.chart-small:last-child, .chart-small.last {
  border-right: 0
}

@media (max-width: 767px) {
  .chart-small:nth-child(2) {
    border-right: 0
  }
}

.chart-small:hover {
  background-color: #f9f9f9;
  text-decoration: none;
  color: #212121
}

.chart-small .headline {
  font-weight: 600;
  font-size: .75em;
  padding: 0 20px;
  margin-bottom: -5px
}

.chart-small .value {
  font-weight: 600;
  font-size: 1.9em;
  padding: 0 20px
}

@media (max-width: 419px) {
  .chart-small .value {
    font-size: 1.6em
  }
}

.chart-small-content {
  max-height: 100px;
  height: 50px;
  padding: 0;
  margin: 20px 20px 0;
  position: relative
}

#search-results {
  padding: 0;
  margin: 23px 0 0;
  list-style: none
}

#search-results li {
  margin-bottom: 25px
}

#search-results li h3.title {
  border: 0 none;
  font-weight: 600;
  margin: 0 0 3px;
  padding: 0;
  font-size: 1.3em
}

#search-results li .meta-info {
  margin-left: 83px
}

@media (max-width: 767px) {
  #search-results li .meta-info {
    margin-left: 0
  }
}

#search-results li .search-img {
  margin-right: 8px;
  margin-top: 4px;
  float: left
}

#search-results li .link-title {
  color: #061;
  font-size: .875em;
  overflow: hidden
}

#search-results li .desc {
  font-size: .875em;
  margin-top: 3px;
  max-width: 750px
}

#search-form .input-group-btn button {
  height: 46px;
  font-size: 16px
}

#search-form .input-group-btn button>i {
  margin-right: 3px
}

#search-form .input-group .form-control {
  font-size: 16px
}

#error-page {
  background-color: #eee
}

#error-box {
  min-width: 280px;
  text-align: center;
  margin: 40px auto 20px
}

#error-box h1 {
  margin-top: 40px;
  color: #605f5f;
  padding: 0
}

#error-box p {
  margin: 20px 0
}

.pace .pace-progress {
  background: #03a9f4;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  transition: width 1s
}

.pace-inactive {
  display: none
}

.daterange-filter {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #CCC;
  cursor: pointer;
  padding: 5px 10px
}

.main-box-header .daterange-filter {
  margin-top: 7px;
  margin-bottom: 7px
}

.filter-block {
  margin-top: 7px
}

@media only screen and (max-width: 440px) {
  .filter-block {
    float: none;
    clear: both
  }
}

.filter-block .form-group {
  margin-right: 10px;
  position: relative
}

@media only screen and (max-width: 440px) {
  .filter-block .form-group {
    float: none;
    margin-right: 0
  }
}

.filter-block .form-group .form-control {
  height: 34px
}

.filter-block .form-group .search-icon {
  position: absolute;
  color: #707070;
  right: 8px;
  top: 11px
}

.filter-block .btn {
  margin-left: 5px
}

@media only screen and (max-width: 440px) {
  .filter-block .btn {
    display: block;
    float: none;
    margin-bottom: 15px;
    margin-left: 0
  }
}

@media only screen and (max-width: 440px) {
  #reportrange {
    clear: both;
    float: none;
    margin-bottom: 15px
  }
}

.the-icons {
  font-size: .875em;
  line-height: 2
}

.the-icons .glyphicon {
  width: 30px;
  text-align: center
}

.tabs-wrapper .nav-tabs {
  margin-bottom: 15px
}

.tabs-wrapper .tab-content {
  margin-bottom: 20px;
  padding: 0 10px
}

.dropdown-example ul.dropdown-menu {
  display: block
}

svg {
  width: 100%
}

.top-page-ui {
  margin-top: -10px
}

#content-wrapper.email-inbox-wrapper {
  background-color: #fff;
  min-height: inherit;
  padding: 0 15px
}

@media (max-width: 767px) {
  #content-wrapper.email-inbox-wrapper {
    padding-left: 8px;
    padding-right: 8px
  }
}

@media (max-width: 419px) {
  #content-wrapper.email-inbox-wrapper {
    padding-left: 5px;
    padding-right: 5px
  }
}

#barra-balduzzi {
  background-color: #1173b9;
  padding: 5px 10px;
  text-align: right
}

#barra-balduzzi .balduzzi {
  max-width: 306px;
  width: 100%
}

#barra-balduzzi .ico {
  height: 40px;
  margin: 0 5px
}

#barra-balduzzi .facebook {
  margin-left: 20px
}

#footer-bar {
  position: fixed;
  bottom: 0;
  margin: 0;
  padding: 0
}

@media only screen and (min-width: 1170px) {
  .theme-turquoisecd-timeline-contentcd-date { 
    color: #1abc9c
  }
}

@media only screen and (min-width: 990px) {
  .theme-turquoise #logo.navbar-brand>img.normal-logo.logo-white {
    display: block
  }

  .theme-turquoise #logo.navbar-brand>img.normal-logo.logo-black {
    display: none
  }

  .theme-turquoise .navbar>.container .navbar-brand {
    background-color: #1abc9c
  }
}

@media (max-width: 400px) {
  #barra-balduzzi .ico {
    display: none
  }
}

.nowrap {
  white-space: nowrap
}

li.mobile-search, .navbar-toggle {
  display: none
}

.width-0 {
  width: 0%
}

.width-10 {
  width: 10%
}

.width-20 {
  width: 20%
}

.width-30 {
  width: 30%
}

.width-40 {
  width: 40%
}

.width-50 {
  width: 50%
}

.width-60 {
  width: 60%
}

.width-70 {
  width: 70%
}

.width-80 {
  width: 80%
}

.width-90 {
  width: 90%
}

.width-100 {
  width: 100%
}

a:hover {
  text-decoration: none
}

a:hover .infographic-box {
  opacity: .8
}

.main-box-header .team-name-badge {
  padding-bottom: 2em;
}
.main-box-header .team-name {
  clear: both;
  color: #03a9f4;
  margin: 0 0 20px;
  padding-left: 14px;
  font-size: 2.2em;
  line-height: 1em;
}
.main-box-header .team-badge {
  display: block;
  margin: 1em auto 0 auto;
}

.padding-xs { padding: 5px; }
.padding-sm { padding: 10px; }
.padding-md { padding: 20px; }
.padding-lg { padding: 25px; }
.padding-xl { padding: 30px; }

#live-results {
  margin-left: 6px;
  margin-right: 6px;
  padding: 20px 20px 10px
}

#live-results .display-results table tr td {
  height: 189px;
  text-align: center;
  background-color: #03a9f4
}

#live-results .display-results table tr td .title {
  color: #fff;
  display: block
}

#live-results .display-results table tr td .result {
  font-size: 25px;
  color: #fff
}

#live-results .display-results.label-info {
  background-color: #ff9007;
  color: #000;
  border: 2px solid #fff
}

@media only screen and (min-width:450px) {
  #live-results .display-results table tr td .result {
    font-size: 40px
  }
}

@media only screen and (max-width:767px) {
  #live-results .col-sm-6 {
    padding-left: 0;
    padding-right: 0
  }
}

@media only screen and (min-width:768px) {
  #live-results .display-results table tr td .result {
    font-size: 50px
  }

  #live-results {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px;
  }
}

.billboard {
  color: #fff;
  margin-top: 16px;
}
.billboard .table{
  background-color: #000;
  padding: 1.5em 0;
  background-image: url('https://www.pronostico.it/img/billboard-bg.jpg');
  background-position: center;
  position: relative;
  margin: 0;
}
.billboard .display-results {
  padding: 20px;
  margin-bottom: 0px;
}
.billboard .match-info {
  text-align: center; 
}
.billboard .match-info .result {
  font-size: 35px;
}
.billboard .match-info .title {
  display: block;
} 
.billboard .teams {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.billboard .team {
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}
@media only screen and (min-width:768px) {
  .billboard .team {
    margin-left: 10%;
    margin-right: 10%;
  }
}

.billboard .team-name {
  color: #fff;
  font-size: 1.8em;
  line-height: 1em;
}
.billboard .team-badge {
  position: relative;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}
.billboard .team-badge img {
  max-width: 60px;
}
@media only screen and (min-width:768px) {
  .billboard .match-info {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
  }
  .billboard .match-info .result {
    font-size: 40px
  }
  .billboard .match-info {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
  }
  .billboard .team-badge {
    height: 120px;
    width: 120px;
  }
  .billboard .team-badge img {
    max-width: 80px;
  }
  .billboard .team-name {
    font-size: 2.2em;
    min-width: 250px;
  }
}
img.full-width {
  display: block;
  width: 100%;
}
.funzioni-avanzate {
  font-size: 16px;
  line-height: 1.6em;
}
.funzioni-avanzate h2 {
  font-size: 2em;
  font-weight: bold;
  border-bottom: 0px;
  margin-top: 2em;
  margin-bottom: .75em;
  padding-left: 0px;
  line-height: 1.2em;
}
.funzioni-avanzate h2:first-of-type {
  margin-top: 1em;
}
.funzioni-avanzate h3 {
  font-size: 1.2em;
  border-bottom: 2px solid #b0bec5;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-weight: bold;
}
.funzioni-avanzate .paypal-button {
  text-align: center;
  margin-top: 1em;
}

.buttons-group {
  margin: 0.5em 0;
}

/* Comparazione */
.bookmaker {
  border: none;
  padding: 6px 12px;
  outline: none;
  border-radius: 3px;
  background-clip: padding-box;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.bookmaker--betfair {
  background-color: #ffb80c;
  color: #000;
}
.bookmaker--betflag {
  background-color: #033a5f;
}
.bookmaker--betx {
  background-color: #f26b29;  
}
.bookmaker-table tbody>tr:last-child>td {
  border-bottom: 1px solid #e7ebee;
}
.bookmaker-table a .headline {
    color: #555;
}

/*Custom 2021 */
body  {
    background-image: url(images/bgshadow-2024.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    background-clip: content-box;
    background-position: top center;
    background-color: #065386;
}

ul.topnav li a {
  font-weight: 600
}
.container.premium  {
  background-color: #ffcc00 ;
}
.container.premium  ul.topnav li a {
  color: #065386 
}
.container ul.topnav li a:hover,  .container ul.topnav li a.active {
    color: #fff !important;
    position: relative;
}
.container ul.topnav li a:hover, .container ul.topnav li:hover {
    background-color: #03a9f4;
}
 .container ul.topnav li a.active {
    background-color: #043457;
}
#header-navbar, .navbar-brand {
    background-color: transparent !important;
}

.my-dropdown:hover .dropdown-content {
    border: 0px solid #ddd !important;
    box-shadow: 0px 5px 10px #bbb !important;
}
@media (min-width: 769px) {
    .container ul.topnav li a.active::after {
        content: '';
        width: 0; 
        height: 0; 
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #e7ebee;
        position: absolute;
        bottom: 0;
        left: calc(50% - 10px);
    }
    .container ul.topnav li:hover a.active::after {
        border-bottom: 10px solid #fff;
    }
}