
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}


* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
 
}
body {
  font-family:  'Open Sans',sans-serif,Arial,Helvetica;
 
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #E9EAED;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3b5998;
  text-decoration: none;
}
a:hover,
a:focus {
  /*color: #2a6496;*/
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f6f6f6;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
 /* border-radius: 50%;*/
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #996d43;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #8bbf61;
}
a.text-success:hover {
  color: #71a944;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #ab7a4b;
}
a.text-warning:hover {
  color: #88613b;
}
.text-danger {
  color: #e82110;
}
a.text-danger:hover {
  color: #e82110;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #7eb84f;
}
a.bg-success:hover {
  background-color: #65973d;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #996d43;
}
a.bg-warning:hover {
  background-color: #765434;
}
.bg-danger {
  background-color: #a9302a;
}
a.bg-danger:hover {
  background-color: #802420;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}


fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  /* display: block; */
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d6d7da;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #dfdfdf;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 223, 223, 0.6);
}
.form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \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: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #8bbf61;
}
.has-success  {
  color: #6B944A;
}
.has-success .form-control {
  border-color: #8bbf61;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #71a944;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0dcaa;
}
.has-success .input-group-addon {
  color: #8bbf61;
  border-color: #8bbf61;
  background-color: #7eb84f;
}
.has-success .form-control-feedback {
  color: #8bbf61;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ab7a4b;
}
.has-warning .form-control {
  border-color: #ab7a4b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #88613b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cead8e;
}
.has-warning .input-group-addon {
  color: #ab7a4b;
  border-color: #ab7a4b;
  background-color: #996d43;
}
.has-warning .form-control-feedback {
  color: #ab7a4b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e82110;
  font-size: 12px;
}
.has-error .form-control {
  border-color: #e82110;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e82110;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dd7a75;
}
.has-error .input-group-addon {
  color: #e82110;
  border-color: #e82110;
  background-color: #a9302a;
}
.has-error .form-control-feedback {
  color: #e82110;
}
.has-error {
  color: #e82110;
}
.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 .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;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #444444;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #444444;
  background-color: #d6d7da;
  border-color: #e7e7e7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #444444;
  background-color: #d5d5d5;
  border-color: #c8c8c8;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #d6d7da;
  border-color: #e7e7e7;
}
.btn-default .badge {
  color: #d6d7da;
  background-color: #444444;
}
.btn-primary {
  color: #ffffff !important;
  background-color: #365D98;
  border-color: #365D98;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #333333;
  border-color: #1a7b71;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #365D98;
  border-color: #365D98;
}
.btn-primary .badge {
  color: #365D98;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #8bbf61;
  border-color: #8bbf61;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #71a944;
  border-color: #6ca141;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #8bbf61;
  border-color: #8bbf61;
}
.btn-success .badge {
  color: #8bbf61;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #4193d0;
  border-color: #4193d0;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #2c79b2;
  border-color: #2a73aa;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #4193d0;
  border-color: #4193d0;
}
.btn-info .badge {
  color: #4193d0;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ab7a4b;
  border-color: #ab7a4b;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #88613b;
  border-color: #805c38;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ab7a4b;
  border-color: #ab7a4b;
}
.btn-warning .badge {
  color: #ab7a4b;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #e82110;
  border-color: #e82110;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #e82110;
  border-color: #8c2823;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e82110;
  border-color: #e82110;
}
.btn-danger .badge {
  color: #e82110;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  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 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-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"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d6d7da;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > li {
  position: relative;
  display: block;
  /*float:left;*/
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #d6d7da;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
 
  border: 1px solid #d6d7da;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f6f6f6;
  }
}
.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: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f6f6f6;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 56px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 18px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 56px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 11px;
  margin-bottom: 11px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 9px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 11px;
  margin-bottom: 11px;
}
@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 .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-sm {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-xs {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-text {
  margin-top: 18px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #d6d6d6;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777777;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #777777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.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: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}


.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #f6f6f6;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #74973d;
}
.alert-success .alert-link {
  color: #71a944;
}
.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: #996d43;
  border-color: #88543b;
  color: #ab7a4b;
}
.alert-warning hr {
  border-top-color: #764934;
}
.alert-warning .alert-link {
  color: #88613b;
}
.alert-danger {
  background-color: #f9e8e8;
  border-color: #f4d5d3;
  color: #e82110;
}
.alert-danger hr {
  border-top-color: #efc1bf;
}
.alert-danger .alert-link {
  color: #6b1f1b;
}


@-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;
  }
}





.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object smallFace {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #d6d7da;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.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: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #365D98;
  border-color: #365D98;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #b0eee8;
}
.list-group-item-success {
  color: #8bbf61;
  background-color: #7eb84f;
}
a.list-group-item-success {
  color: #8bbf61;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #8bbf61;
  background-color: #71a944;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #8bbf61;
  border-color: #8bbf61;
}
.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: #ab7a4b;
  background-color: #996d43;
}
a.list-group-item-warning {
  color: #ab7a4b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ab7a4b;
  background-color: #88613b;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ab7a4b;
  border-color: #ab7a4b;
}
.list-group-item-danger {
  color: #e82110;
  background-color: #a9302a;
}
a.list-group-item-danger {
  color: #e82110;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #e82110;
  background-color: #e82110;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e82110;
  border-color: #e82110;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f9f9f9;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #d6d7da;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #365D98;
  border-color: #d6d7da;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6d7da;
}
.panel-default > .panel-heading .badge {
  color: #365D98;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6d7da;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #82a944;
}
.panel-success > .panel-heading {
  color: #8bbf61;
  background-color: #7eb84f;
  border-color: #82a944;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #82a944;
}
.panel-success > .panel-heading .badge {
  color: #7eb84f;
  background-color: #8bbf61;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #82a944;
}
.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: #88543b;
}
.panel-warning > .panel-heading {
  color: #ab7a4b;
  background-color: #996d43;
  border-color: #88543b;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #88543b;
}
.panel-warning > .panel-heading .badge {
  color: #996d43;
  background-color: #ab7a4b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #88543b;
}
.panel-danger {
  border-color: #942532;
}
.panel-danger > .panel-heading {
  color: #e82110;
  background-color: #a9302a;
  border-color: #942532;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #942532;
}
.panel-danger > .panel-heading .badge {
  color: #a9302a;
  background-color: #e82110;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #942532;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}







.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

#content > .container-fluid {
  /* margin-bottom: 30px;*/
}
#content {
  min-width: 320px;
	min-height: 800px;
}
.border-bottom {
  border-bottom: 1px solid #d6d7da;
}
.margin-none {
  margin: 0;
}
.relative {
  position: relative;
}
.boxed {
  border: 1px solid #d6d7da;
  padding: 10px;
}
.display-none {
  display: none;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  padding-top: 71px;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4d4d4d;
}
body > .container-fluid > h1,
body #content > .container-fluid > h1,
body > .container > h1,
body > .container-fluid > h2,
body #content > .container-fluid > h2,
body > .container > h2,
body > .container-fluid > h3,
body #content > .container-fluid > h3,
body > .container > h3,
body > .container-fluid > h4,
body #content > .container-fluid > h4,
body > .container > h4,
body > .container-fluid > h5,
body #content > .container-fluid > h5,
body > .container > h5,
body > .container-fluid > h6,
body #content > .container-fluid > h6,
body > .container > h6 {
  margin-bottom: 20px;
}
body > .container-fluid > .media,
body #content > .container-fluid > .media,
body > .container > .media {
  margin-top: 0;
}
.sidebar > div[data-scrollable] {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.btn {
  font-weight: 500;
}
.btn-default:hover {
  background: #fff;
  border-color: #e7e7e7;
}
.btn-primary i {
  color: #fff !important;
}
.btn-white:hover {
  background: #d6d7da;
  border-color: #d6d7da;
}
.btn-white:hover i {
  color: #333333 !important;
}
.btn-white {
  color: #444444;
  background-color: #ffffff;
  border-color: #d6d7da;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #444444;
  background-color: #e6e6e6;
  border-color: #d0d0d0;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #ffffff;
  border-color: #d6d7da;
}
.btn-white .badge {
  color: #ffffff;
  background-color: #444444;
}
.btn-inverse {
  color: #ffffff;
  background-color: #424242;
  border-color: #424242;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #292929;
  border-color: #232323;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #424242;
  border-color: #424242;
}
.btn-inverse .badge {
  color: #424242;
  background-color: #ffffff;
}
.btn-stroke {
  background: none;
}
.btn-stroke.btn-default:hover {
  background: #d6d7da;
}
.btn-stroke.btn-primary {
  color: #365D98;
}
.btn-stroke.btn-primary i {
  color: #365D98 !important;
}
.btn-stroke.btn-primary:hover {
  background: #365D98;
  border-color: #365D98;
  color: #ffffff;
}
.btn-stroke.btn-primary:hover i {
  color: #ffffff !important;
}
.btn-stroke.btn-success {
  color: #8bbf61;
}
.btn-stroke.btn-success:hover {
  background: #8bbf61;
  border-color: #8bbf61;
  color: #ffffff;
}
.btn-stroke.btn-success:hover i {
  color: #ffffff !important;
}
.btn-stroke.btn-info {
  color: #4193d0;
}
.btn-stroke.btn-info:hover {
  background: #4193d0;
  border-color: #4193d0;
  color: #ffffff;
}
.btn-stroke.btn-info:hover i {
  color: #ffffff !important;
}
.btn-stroke.btn-danger {
  color: #e82110;
}
.btn-stroke.btn-danger:hover {
  background: #e82110;
  border-color: #e82110;
  color: #ffffff;
}
.btn-stroke.btn-danger:hover i {
  color: #ffffff !important;
}
.btn-stroke.btn-inverse {
  color: #424242;
}
.btn-stroke.btn-inverse:hover {
  background: #424242;
  border-color: #424242;
  color: #ffffff;
}
.btn-stroke.btn-inverse:hover i {
  color: #ffffff !important;
}
.btn-stroke.btn-warning {
  color: #ab7a4b;
}
.btn-stroke.btn-warning:hover {
  background: #ab7a4b;
  border-color: #ab7a4b;
  color: #ffffff;
}
.btn-stroke.btn-warning:hover i {
  color: #ffffff !important;
}
.btn-circle {
  border-radius: 50%;
}
.btn-circle.btn {
  padding-left: 0;
  padding-right: 0;
  width: 34px;
}
.btn-icon-stacked {
  text-align: left;
  padding: 10px 10px 10px 45px;
  position: relative;
}
.btn-icon-stacked i {
  display: block;
  position: absolute;
  left: 12px;
  top: 18px;
}
.bootstrap-select .btn-white {
  color: #797979;
}

.panel {
  box-shadow: none;
}
.panel-default .panel-heading {
  color: #fff;
  font-weight: 500;
  border-bottom: 0;
}
.panel-default .panel-heading.panel-heading-white {
  background: #fff;
  color: #707070;
}
.panel-default .panel-heading.panel-heading-white i {
  color: #ccc;
}
.panel-default .panel-heading.panel-heading-gray {
  background: #f9f9f9;
  color: #707070;
  border-bottom: 1px solid #d6d7da;
  font-weight: bold;
  font-size:16px;
}
.panel-default .panel-heading.panel-heading-gray i {
  color: #ccc;
}
.panel-default .panel-footer {
  background: #fff;
}
.panel-default .panel-footer.padding-none {
  padding: 0;
}
.nav-tabs {
  background: #f9f9f9;
}
.nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  color: #888;
}
.nav-tabs > li > a i {
  color: #ccc;
}
.nav-tabs > li.active > a {
  background: #fff;
  color: #333333;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  border-top-color: #fff;
}
.tab-content {
  padding: 15px;
}
.panel .nav-tabs {
  margin-left: -1px;
}
.form-control {
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
}
.input-group-addon {
  color: #797979;
  background: #fff;
}

.form-horizontal .control-label {
  text-align: right;
}
.form-horizontal .bootstrap-select {
  width: 100% !important;
}


.slider {
  width: 100% !important;
}
.slider-track {
  border: 1px solid #d6d7da;
  box-shadow: none !important;
}
.slider-handle {
  background-color: #ffffff !important;
  background-image: none !important;
  box-shadow: none;
  opacity: 1 !important;
  border: 1px solid #d6d7da !important;
  border-radius: 3px !important;
  padding: 0px 2px 0 3px;
  height: 16px;
  margin-top: -6px !important;
  display: inline-block;
  color: #365D98;
}
.slider-handle i {
  position: relative;
  top: -1px;
}
.slider-selection {
  background: #365D98 !important;
}

.text-primary {
  color: #365D98;
}


ul.icon-list {
  list-style: none;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
ul.icon-list li {
  display: inline-block;
  padding: 3px 0px;
  margin-right: 5px;
}
ul.icon-list li i {
  color: #cccccc;
  font-size: 18px;
  vertical-align: middle;
}
ul.icon-list li a {
  color: #424242;
}
ul.icon-list.block {
  margin-top: 0;
}
ul.icon-list.block li {
  display: block;
  padding: 8px 10px;
}
ul.icon-list.bordered li:not(:last-of-type) {
  border-bottom: 1px solid #d6d7da;
}

.label {
  border-radius: 2px;
}
.label-gray {
  background-color: #e2e2e2;
  color: #333333;
}
.label-gray[href]:hover,
.label-gray[href]:focus {
  background-color: #c9c9c9;
}
.highlight {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background-color: #232323;
}
.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  word-break: normal;
  word-wrap: normal;
  white-space: pre;
  background-color: transparent;
  border: 0;
  overflow: visible;
  overflow-y: hidden;
}
.highlight pre code {
  font-size: inherit;
  word-break: normal;
  word-wrap: normal;
  white-space: pre;
  color: #e6e1dc;
}
.timeline-block .panel-heading {
  padding: 0;
  background: #365D98;
  color: #fff;
}
.timeline-block .panel-heading.title {
  font-size: 14px;
  padding: 10px;
  font-weight:bold;
}
.timeline-block .panel-heading .media-body {
  padding: 5px;
}
.timeline-block .panel-heading .media-body a {
 /* display: block; */
  font-weight: bold;
  color: #fff;
}
.timeline-block .panel-heading .media-body i {
  padding: 10px 5px 0 0;
}
.timeline-block .panel-body.panel-boxed {
  border-top: 1px solid #d6d7da;
  border-bottom: 1px solid #d6d7da;
}
ul.timeline-list {
  position: relative;
  list-style: none;
}
@media (max-width: 480px) {
  ul.timeline-list {
    padding-left: 0;
  }
}
ul.timeline-list li .share-button {
  position: absolute;
  margin-left: 26px;
  display: block;
  z-index: 3;
}
@media (max-width: 480px) {
  ul.timeline-list li .share-button {
    left: 50%;
    margin-left: -13px;
  }
}
ul.timeline-list li.media:before {
  position: absolute;
  display: block;
  top: 0;
  content: '';
  height: 100%;
  margin-left: 40px;
  border-left: 5px solid #dfdfdf;
  z-index: 1;
}
@media (max-width: 480px) {
  ul.timeline-list li.media:before {
    margin-left: 50%;
  }
}
ul.timeline-list li.media > .pull-left {
  z-index: 2;
  position: absolute;
  display: block;
  width: 80px;
  text-align: center;
}
@media (max-width: 480px) {
  ul.timeline-list li.media > .pull-left {
    left: 50%;
    margin-left: -40px;
  }
}
ul.timeline-list li.media > .pull-left img {
  margin-top: 20px;
}
ul.timeline-list li.media > .pull-left .date {
  background: #ffffff;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #dfdfdf;
  color: #878787;
  border-radius: 5px;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
}
ul.timeline-list li.media > .media-body {
  min-height: 130px;
  margin: 20px 0 10px 120px;
}
ul.timeline-list li.media > .media-body .panel {
  float: left;
  position: relative;
  min-width: 300px;
}
@media (max-width: 480px) {
  ul.timeline-list li.media > .media-body {
    margin-left: 0;
    margin-top: 160px;
    min-height: 0 !important;
    position: relative;
    z-index: 2;
  }
  ul.timeline-list li.media > .media-body .panel {
    float: none;
    display: block;
  }
}
ul.timeline-list .media-body.fixed {
  max-width: 500px;
}
.affix {
  position: fixed;
  top: 74px;
  width: 263px;
}
@media (max-width: 992px) {
  .affix {
    display: none;
  }
}
#scroll-spy {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.timeline-months {
  list-style: none;
  margin-top: 20px;
  border-left: 2px solid #eeeeee;
}
.timeline-months li.active a,
.timeline-months li.active:hover a {
  color: #365D98;
}
.timeline-months li.active a i,
.timeline-months li.active:hover a i {
  color: #365D98;
}
.timeline-months li a {
  color: #d4d4d4;
  font-weight: bold;
}
.timeline-months li:hover a {
  color: #555555;
  text-decoration: none;
}
.view-all-comments {
  display: block;
  padding: 10px;
  background: #F6F7F8;
  border-top: 1px solid #d6d7da;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
}
.view-all-comments a {
  color: #365D98;
}
.view-all-comments a:hover {
  text-decoration: none;
  color: #365D98;
}
.panel.panel-default ul.comments {
  list-style: none;
  padding: 0;
  border-top: 1px solid #d6d7da;
  margin-bottom: 0;
}
.panel.panel-default ul.comments li {
  border-bottom: 1px solid #d6d7da;
  background: #F6F7F8;
  padding: 5px;
}
.panel.panel-default ul.comments li.comment-form {
  background: #F6F7F8;
}
.panel.panel-default ul.comments li.comment-form .input-group-addon {
  background: #fff;
}
.panel.panel-default ul.comments li.comment-form a {
  color: #365D98;
}
.panel.panel-default ul.comments a.comment-author {
  font-weight: 500;
  font-size: 14px;
  color: #365D98;
}
.panel.panel-default ul.comments .comment-date {
  color: #888;
  font-size: 12px;
}
.weather-svg .list {
  border-bottom: 1px solid #d6d7da;
  font-weight: bold;
  font-size: 12px;
  background: #f9f9f9;
  color: #797979;
  margin-bottom: 10px;
}
.weather-svg .list .row > .col-xs-4 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.weather-svg .list .row > .col-xs-4:not(:last-of-type) {
  border-right: 1px solid #d6d7da;
}
.weather-svg .list svg {
  width: 40%;
  color: #365D98;
}
.weather-svg .today svg {
  width: 200px;
  color: #365D98;
}
.weather-svg .today .details {
  display: inline-block;
  border: 1px solid #d6d7da;
  padding: 8px 10px;
  background: #f9f9f9;
  font-size: 16px;
  margin-bottom: 20px;
}

.panel.panel-default.profile {
  position: relative;
  overflow: hidden;
}
.panel.panel-default.profile .cover-container {
  overflow: hidden;
  height: 200px;
  background: #272727;
}
.panel.panel-default.profile .cover-container > img {
  opacity: 0.2;
}
.panel.panel-default.profile .avatar {
  position: absolute;
  top: 140px;
  bottom: 0;
  left: 10px;
  border: 3px solid #fff;
}
.panel.panel-default.profile .info {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #fff;
}
.panel.panel-default.profile .info h4 {
  right: 10px;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}
.panel.panel-default.profile .info p {
  right: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #797979;
}
.panel.panel-default.profile .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
}
.profile-icons {
  font-size: 14px;
  font-weight: bold;
  color: #d6d7da;
}
.profile-icons span {
  display: inline-block;
  color: #797979;
  margin: 0 5px 5px;
}
.profile-icons span i {
  font-size: 16px;
  color: #cccccc;
}
.panel.profile-user-box .profile-icons {
  background: #f9f9f9;
  text-align: center;
  padding: 0;
  border-top: 1px solid #d6d7da;
  border-bottom: 1px solid #d6d7da;
  margin-bottom: 10px;
}
.panel.profile-user-box .profile-icons span {
  margin-bottom: 0;
}
.panel.profile .profile-icons {
  min-height: 60px;
  line-height: 26px;
  padding-left: 140px;
  padding-top: 10px;
  display: inline-block;
}
.event .list-group .list-group-item {
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
}
.event .list-group .list-group-item i.fa {
  width: 50px;
  text-align: center;
  font-size: 22px;
  vertical-align: middle;
  color: #dfdfdf;
}
.event ul.attendees {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.event ul.attendees li {
  float: left;
  margin: 0;
  width: 20%;
}
.event ul.attendees li a {
  display: block;
}
.event ul.attendees li:nth-child(6n) {
  clear: both;
}
.profile-card {
  margin-top: 120px;
}
.profile-card .panel-body {
  background: #fff;
}
.profile-card .panel-body .profile-card-icon {
  width: 50%;
  margin-left: 25%;
  height: 120px;
  margin-top: -110px;
  margin-bottom: 20px;
  display: block;
  background: #365D98;
  border: 1px solid #22a093;
  text-align: center;
  line-height: 120px;
}
.profile-card .panel-body .profile-card-icon i {
  color: #fff;
  font-size: 64px;
  vertical-align: middle;
}
.profile-card .panel-body h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d7da;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 0;
}
.profile-card .panel-body .profile-card-items {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.profile-card .panel-body .profile-card-items li {
  padding: 10px 20px;
}
.profile-card .panel-body .profile-card-items li i {
  font-size: 26px;
  color: #dfdfdf;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  width: 30px;
  text-align: center;
}
.profile-card .panel-body .profile-card-items li:not(:last-of-type) {
  border-bottom: 1px solid #d6d7da;
}
.panel.share .panel-body textarea.form-control {
  padding: 0px;
}
.panel .share-text {
  box-shadow: none;
  border: none;
  background: #fff;
}
.panel .share-text:focus {
  box-shadow: none;
  border: none;
}
.panel .share-buttons {
  border-top-color: #d6d7da;
  padding: 10px ;
  height:56px;
}
.panel .share-buttons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.videoWrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.user-count-circle {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 1px solid #d6d7da;
  border-radius: 50px;
  vertical-align: middle;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #428bca;
}
.user-count-circle:hover {
  color: #ccc !important;
  text-decoration: none;
  background: #f9f9f9;
}
.gridalicious img {
  /*width: auto !important;*/
  display: inline-block !important;
}
@media (max-width: 480px) {
.messageImg{margin-top:20px}
  .media.user-profile > .media-object smallFace {
    float: none !important;
  }
  .media.user-profile > .media-object smallFace.pull-left {
    margin: 0;
  }
}
@media (min-width: 480px) {
  .media.user-profile > .media-object smallFace {
    width: 240px;
    margin-right: 15px;
  }
}
.profile-user-box {
  text-align: center;
}
.profile-user-box .avatar {
  padding: 40px 10px 10px;
  text-align: center;
  margin-bottom: 10px;
}
.profile-user-box .avatar h3 {
  font-weight: 300;
  color: #595959;
  margin: 10px;
}
.profile-user-box p {
  text-align: center;
  padding: 0 15px 0px;
  color: #333333;
}
.profile-user-box .profile-icons {
  border-top: 1px solid #d6d7da;
  border-bottom: 1px solid #d6d7da;
  background: #f4f4f4;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
ul.friends-list {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.friends-list li {
  float: left;
  margin: 0;
  width: 20%;
}
ul.friends-list li a {
  display: block;
}
ul.friends-list li:nth-child(6n) {
  clear: both;
}
.profile-about li {
  padding: 5px 0;
}
#filter {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d6d7da;
}
#filter form label {
  color: #888;
}
#filter form .selectpicker {
  font-weight: 400;
}
#filter form .btn {
  margin-left: 10px;
}
#filter form select.btn-primary {
  padding: 5px 3px;
}
#filter #users-filter-trigger {
  display: inline-block;
}
#filter #users-filter-trigger .search-name {
  margin-left: 10px;
}
#filter #users-filter-trigger .search-name input {
  background: #fff;
}
.user-box a.username {
  display: block;
  padding: 5px;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.user-box .panel-body.bordered {
  background: #f9f9f9;
  border-top: 1px solid #d6d7da;
}
.user-box p.lead {
  margin-bottom: 5px;
}
.user-box .panel-footer {
  border-color: #d6d7da;
  background: #fff;
}
.user-box .user-friend-list img {
  margin-bottom: 5px;
}
.user-box .common-friends {
  font-size: 15px;
  font-weight: 300;
}
.messages-container .messages-list {
  width: 250px;
}
.messages-container .messages-list .list-group-item {
  padding: 0;
}
.messages-container .messages-list .list-group-item a {
  color: #333333;
  display: block;
  text-decoration: none;
}
.messages-container .messages-list .list-group-item:hover {
  background: #f9f9f9;
}
.messages-container .messages-list .list-group-item.active:hover {
  background: #365D98;
}
.messages-container .messages-list .list-group-item .media-body {
  padding: 5px;
}
.messages-container .messages-list .list-group-item .media-body .user {
  font-weight: 500;
}
.messages-container .messages-list .list-group-item .media-body .date {
  float: right;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.4;
}
.messages-container .messages-list .list-group-item .media-body .message {
  opacity: 0.8;
}
.messages-container .messages-list .list-group-item.active .media-body {
  color: #fff;
}
@media (min-width: 768px) {
  .messages-container .share {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.messages-container .media-body {
  height: 100%;
}
.messages-container .media-body .text-muted {
  color: #b3b3b3;
}
.messages-container .media-body .media {
  margin-top: 0;
}
.messages-container .media-body .media-object smallFace {
  width: 100px;
  margin: 0;
  padding-top: 1px;
  text-align: center;
}
.messages-container .media-body .media-object smallFace img {
  border-radius: 50%;
  box-shadow: 0 5px 1px #dddddd;
  margin-bottom: 10px;
}
.messages-container .media-body .media-object smallFace img:after {
  width: 3px;
  height: 3px;
  position: absolute;
  display: block;
  background: #8bbf61;
}
.messages-container .media-body .panel-body {
  padding-top: 0;
}
.messages-container .media-body .media:nth-child(odd) {
 /* margin-left: 100px;*/
}
.messages-container .media-body .media:nth-child(even) {
  /* margin-right: 100px; */
}
@media (max-width: 480px) {
  .messages-container .messages-list {
    height: 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    display: block;
  }
  .messages-container .messages-list .panel.panel-default {
    position: relative;
    overflow-x: auto;
    background: none;
    border: 0;
    height: 50px;
  }
  .messages-container .messages-list .panel.panel-default ul {
    height: 50px;
  }
  .messages-container .messages-list .list-group-item {
    width: 50px;
    border: 0;
    float: left;
  }
  .messages-container .messages-list .list-group-item .pull-left {
    margin-right: 0 !important;
  }
  .messages-container .messages-list .list-group-item .media-body {
    display: none;
  }
  .messages-container .messages-list .list-group-item .media .pull-left {
    opacity: 0.6;
  }
  .messages-container .messages-list .list-group-item .media .pull-left:hover {
    opacity: 1;
  }
  .messages-container .messages-list .list-group-item.active {
    opacity: 1;
  }
  .messages-container .media-body {
    width: 100%;
  }
  .messages-container .media-body .media {
    /*margin: -40px 0 0 0 !important;*/
  }
  .messages-container .media-body .media .media-object smallFace {
    position: relative;
    float: left !important;
    top: 42px;
    z-index: 2;
  }
  .messages-container .media-body .media .panel-default .panel-heading {
    margin-left: 70px;
  }
}
@media (min-width: 480px) and (max-width: 1080px) {
  .messages-container .messages-list {
    width: auto;
  }
  .messages-container .messages-list .list-group-item .media .pull-left {
    margin-right: 0 !important;
  }
  .messages-container .messages-list .list-group-item .media .media-body {
    display: none;
  }
  .messages-container .messages-list .list-group-item .media .pull-left {
    opacity: 0.6;
  }
  .messages-container .messages-list .list-group-item .media .pull-left:hover {
    opacity: 1;
  }
  .messages-container .messages-list .list-group-item.active .media .pull-left {
    opacity: 1;
  }
}
body.login {
  position: initial;
 
  padding-top: 0;
}
body.login #content {
  margin-left: 0;
  max-width: 760px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body.login .lock-container {
  margin: auto;
  width: 300px;
}
@media (min-width: 480px) {
  body.login .lock-container {
    bottom: 0;
    height: 550px;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
body.login .lock-container h1 {
  text-align: center;
  color: #fff;
  font-size: 28px;
}
body.login .lock-container .panel {
  max-width: 300px !important;
  background: #fff;
  position: relative;
}
body.login .lock-container .panel img {
  margin: 20px 0 10px;
}
body.login .lock-container .panel input {
  margin-bottom: 10px;
}
body.login .lock-container .panel .btn {
  margin-top: 10px;
}
body.login .lock-container .panel .forgot-password {
  margin: 10px 0 0;
  font-weight: 500;
  color: #365D98;
  display: block;
}

.show-chat .sidebar.left {
  display: none !important;
}
.show-chat .sidebar.right {
  display: block !important;
  z-index: 1033;
}
.show-chat #content {
  margin-left: auto;
  margin-right: 250px;
  min-width: 320px;
}
.show-chat .footer {
  left: 0;
  margin-left: auto;
  margin-right: 250px;
}
.sidebar.right {
  background: #1C1D22;
}
.chat-search {
  padding: 10px;
  background: #2b2b2b;
  height: 70px;
}
.chat-search input {
  background: #383838;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 300;
}
.chat-search input:focus {
  box-shadow: none;
}
.chat-search input::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.chat-search input:-ms-input-placeholder {
  color: #7d7d7d;
}
.chat-search input::-webkit-input-placeholder {
  color: #7d7d7d;
}
.chat-filter {
  padding: 5px 5px 5px 10px;
  color: #dfdfdf;
  background: #383838;
  border-bottom: 1px solid #1C1D22;
}
.chat-filter li a {
  padding: 3px 5px;
  color: #808080;
  margin-right: 5px;
  font-weight: bold;
  font-size: 12px;
}
.chat-filter li a:hover {
  background: #262626;
  color: #ffffff;
}
.chat-filter li.active a,
.chat-filter li.active a:hover {
  background: #365D98;
}
.chat-contacts {
  padding: 0px;
  list-style: none;
}
.chat-contacts li {
  border-bottom: 1px solid #1C1D22;
}
.chat-contacts li .media .pull-left {
  padding: 14px 0;
}
.chat-contacts li .contact-name {
  padding-top: 14px;
  color: #d6d7da;
  font-weight: 500;
  height: 34px;
}
.chat-contacts li .status {
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  z-index: 1031;
  margin-top: 14px;
  border-radius: 50%;
}
.chat-contacts li.online .status {
  background: #8bbf61;
}
.chat-contacts li.away .status {
  background: #ab7a4b;
}
.chat-contacts li.busy .status {
  background: #e82110;
}
.chat-contacts li.offline {
  opacity: 0.5;
}
.chat-contacts li small {
  color: #797979;
}
.chat-contacts li > a {
  padding-left: 10px;
  display: block;
}
.chat-contacts li > a:hover {
  background: #383838;
  text-decoration: none;
}
.chat-window-container {
  position: fixed;
  margin-right: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1032;
}
.chat-window-container #chat-0001 {
  position: absolute;
  bottom: 0px;
}
.chat-window-container #chat-0002 {
  position: absolute;
  right: 250px;
  bottom: 0;
}
.chat-window-container #chat-0003 {
  position: absolute;
  right: 500px;
  bottom: 0;
}
.chat-window-container .panel {
  box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.1);
  margin-right: 5px;
  display: none;
  width: 240px;
  border: 0;
  right: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.chat-window-container .panel .panel-heading {
  background: #365D98;
  padding: 0;
  line-height: 40px;
}
.chat-window-container .panel .panel-heading a {
  color: #ffffff;
}
.chat-window-container .panel .panel-heading img {
  margin-right: 10px;
}
.chat-window-container .panel .panel-heading .close {
  opacity: 0.4;
  float: right;
  padding: 12px 10px;
  font-size: 13px;
}
.chat-window-container .panel .panel-heading .close:hover {
  opacity: 1;
}
.chat-window-container .panel .panel-body {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 6px 5px 8px 5px;
  font-size: 12px;
  background: #f9f9f9;
}
.chat-window-container .panel .panel-body .media:not(:first-of-type) {
  margin-top: 8px;
}
.chat-window-container .panel .panel-body .media .pull-left {
  margin-right: 4px;
}
.chat-window-container .panel .panel-body .media .pull-right {
  margin-left: 4px;
}
.chat-window-container .panel .panel-body .media:not(.right) .media-body .message {
  padding: 3px 3px 3px 4px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d6d7da;
  background: #ffffff;
  margin-left: 8px;
}
.chat-window-container .panel .panel-body .media:not(.right) .media-body .message:before {
  position: relative;
  top: 2px;
  left: -10px;
  display: inline-block;
  content: '';
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #e2e2e2;
}
.chat-window-container .panel .panel-body .right > .media-body {
  text-align: right;
}
.chat-window-container .panel .panel-body .right > .media-body .message {
  padding: 3px 3px 3px 4px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d6d7da;
  background: #ffffff;
  margin-right: 8px;
}
.chat-window-container .panel .panel-body .right > .media-body .message:after {
  position: relative;
  top: 2px;
  right: -10px;
  display: inline-block;
  content: '';
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e2e2e2;
}
.chat-window-container .panel .form-control {
  border-color: #d6d7da;
  background: #fff;
  height: 28px;
  font-size: 13px;
  border-top: 1px solid #dfdfdf;
}
@media (max-width: 768px) {
  .show-chat {
    overflow: hidden;
    position: relative;
  }
  .sidebar.right {
    width: 100%;
  }
  .chat-window-container {
    display: none;
    top: 0;
    right: 0 !important;
    bottom: 0;
    left: 0;
    z-index: 1041;
  }
  .chat-window-container .panel {
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    margin: 0;
    z-index: 1042;
  }
  .chat-window-container .panel .panel-body {
    position: absolute;
    top: 40px;
    bottom: 28px;
    left: 0;
    right: 0;
  }
  .chat-window-container .panel .form-control {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.show-chat .chat-window-container {
  right: 250px;
}
.cover {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.cover.overlay {
	    z-index: 999999999999;
  max-height: 300px;
}
.cover.overlay img {
    /*max-width: 128px;*/
    float: left;
}
.cover.overlay .btn-cover {
  position: absolute;
  font-size: 16px;
  padding: 2px 3px;
  top: 10px;
  left: 10px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
}
.cover.overlay .btn-cover:hover,
.cover.overlay .btn-cover:focus,
.cover.overlay .btn-cover:active,
.cover.overlay .btn-cover.active,
.open > .dropdown-toggle.cover.overlay .btn-cover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0);
}
.cover.overlay .btn-cover:active,
.cover.overlay .btn-cover.active,
.open > .dropdown-toggle.cover.overlay .btn-cover {
  background-image: none;
}
.cover.overlay .btn-cover.disabled,
.cover.overlay .btn-cover[disabled],
fieldset[disabled] .cover.overlay .btn-cover,
.cover.overlay .btn-cover.disabled:hover,
.cover.overlay .btn-cover[disabled]:hover,
fieldset[disabled] .cover.overlay .btn-cover:hover,
.cover.overlay .btn-cover.disabled:focus,
.cover.overlay .btn-cover[disabled]:focus,
fieldset[disabled] .cover.overlay .btn-cover:focus,
.cover.overlay .btn-cover.disabled:active,
.cover.overlay .btn-cover[disabled]:active,
fieldset[disabled] .cover.overlay .btn-cover:active,
.cover.overlay .btn-cover.disabled.active,
.cover.overlay .btn-cover[disabled].active,
fieldset[disabled] .cover.overlay .btn-cover.active {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
}
.cover.overlay .btn-cover .badge {
  color: rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}
.cover.overlay .btn-cover:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.cover.overlay ul {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  background: rgba(0, 0, 0, 0.24);
  text-align: center;
  padding: 0;
}
.cover.overlay ul li {
  padding: 0;
  display: inline;
}
.cover.overlay ul li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.cover.overlay ul li a:hover {
  background: rgba(0, 0, 0, 0.54);
}
.cover.overlay ul li a i {
  margin-right: 3px;
  font-size: 1.4em;
}
.cover.overlay ul li a i:before {
  vertical-align: middle;
}
.cover.overlay ul li.active a {
  background: rgba(0, 0, 0, 0.54);
}
@media (min-width: 768px) {
  .cover.overlay {
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .cover.overlay {
   /* margin-bottom: 55px; */
  }
}
@media (max-width: 480px) {
  .cover.overlay ul {
    bottom: -40px;
    background: #1C1D22;
    border-top: none;
  }
  .cover.overlay ul li a {
    color: #565656;
  }
  .cover.overlay ul li.active a,
  .cover.overlay ul li.active a:hover {
    color: #fff;
    background: #365D98;
  }
  .cover.overlay ul li a:hover {
    color: #fff;
    background: #191919;
  }
}
@media (max-width: 992px) {
  .cover.overlay ul li a {
    height: 40px;
    line-height: 40px;
  }
  .cover.overlay ul li a li a i {
    margin: 0;
  }
  .cover.overlay ul li a span {
    display: none;
  }
}
@media (min-width: 1270px) {
  .cover.overlay ul {
    text-align: left;
    width: 250px;
    top: 0;
    right: 0;
    background: #fff;
  }
  .cover.overlay ul li {
    display: block;
  }
  .cover.overlay ul li.active a {
    background: #365D98;
    color: #fff;
  }
  .cover.overlay ul li.active a i {
    color: #fff;
  }
  .cover.overlay ul li a {
    width: 100%;
    height: 60px;
    font-weight: 400;
    line-height: 60px;
    color: #3f3f3f;
    border-bottom: 1px solid #d6d7da;
  }
  .cover.overlay ul li a i {
    width: 50px;
    text-align: center;
    color: #dfdfdf;
  }
  .cover.overlay ul li a:hover {
    color: #fff;
  }
}
.cover.profile {
  position: relative;
  background: #ffffff;
  border: 1px solid #d6d7da;
}
.cover.profile .wrapper {
  position: relative;
  overflow: hidden;
  max-height: 250px;
  border-bottom: 1px solid #d6d7da;
}
.cover.profile .wrapper .friends {
  list-style: none;
  display: inline-block;
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  width: 250px;
  height: 250px;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
}
.cover.profile .wrapper .friends li {
  float: left;
  margin: 0;
  width: 33.33%;
}
.cover.profile .wrapper .friends li a {
  display: block;
  padding-left: 1px;
  padding-top: 1px;
}
.cover.profile .wrapper .friends li a img {
  width: 100%;
}
.cover.profile .wrapper .friends li a.group {
  font-size: 40px;
  color: #d6d7da;
  text-align: center;
}
.cover.profile .wrapper .friends li a.group i {
  position: relative;
  top: 12px;
}
.cover.profile .wrapper .image {
  width: 100%;
  padding-right: 250px;
  overflow-y: hidden;
  position: relative;
  display: inline-block;
}
.cover.profile .wrapper .image:after {
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 2;
  pointer-events: none;
  /* "all" disables mouse access to image */
  /* Mozilla Setting */
  background-image: -webkit-linear-gradient(transparent, #000000);
  background-image: linear-gradient(transparent, #000000);
  opacity: .7;
}
.cover.profile .wrapper .image img {
  width: 100%;
}
.cover.profile .cover-info {
  position: relative;
  height: 57px;
}
.cover.profile .cover-info .cover-nav {
  position: absolute;
  bottom: 0;
  left: 140px;
  list-style: none;
  float: left;
  margin: 0;
  padding-left: 0;
}
.cover.profile .cover-info .cover-nav li {
  float: left;
  display: block;
}
.cover.profile .cover-info .cover-nav > li > a {
  line-height: 20px;
  padding: 18px 15px;
  color: #bebebe;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.cover.profile .cover-info .cover-nav > li > a i {
  font-size: 20px;
  vertical-align: middle;
  color: #e4e4e4;
}
.cover.profile .cover-info .cover-nav > li > a:hover {
  background: none;
  color: #6c6c6c;
  text-decoration: none;
}
.cover.profile .cover-info .cover-nav > li > a:hover i {
  color: #6c6c6c;
}
.cover.profile .cover-info .cover-nav > li.active > a {
  background: none;
  color: #6c6c6c;
}
.cover.profile .cover-info .cover-nav > li.active > a i {
  color: #6c6c6c;
}
.cover.profile .cover-info .cover-nav li {
  border-right: 1px solid #d6d7da !important;
}
.cover.profile .cover-info .name {
  position: absolute;
  left: 155px;
  bottom: 0px;
  margin-bottom: 65px;
  display: block;
  z-index: 3;
}
.cover.profile .cover-info .name a {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}
.cover.profile .cover-info .avatar {
  position: absolute;
  display: inline-block;
  bottom: 0px;
  margin-bottom: 5px;
  left: 30px;
  z-index: 4;
}
.cover.profile .cover-info .avatar img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 3px solid #fff;
}
@media (max-width: 992px) {
  .cover.profile .wrapper .image {
    padding-right: 120px;
    height: auto;
    position: relative;
  }
  .cover.profile .wrapper .friends {
    position: absolute;
    right: 0;
    width: 120px;
    height: auto;
  }
  .cover.profile .wrapper .friends > li {
    width: 50%;
  }
  .cover.profile .wrapper .friends > li > a.group {
    font-size: 30px;
  }
  .cover.profile .wrapper .friends > li > a.group i {
    top: 10px;
  }
  .cover.profile .wrapper .name a {
    color: #333333;
  }
  .cover.profile .wrapper .nav {
    left: 0;
    padding-left: 140px;
    width: 100%;
    border-top: 1px solid #d6d7da;
  }
  .cover.profile .cover-info {
    height: 37px;
  }
  .cover.profile .cover-info .name {
    left: 100px;
    margin-bottom: 40px;
  }
  .cover.profile .cover-info .name a {
    font-size: 24px;
  }
  .cover.profile .cover-info .cover-nav {
    left: 85px;
  }
  .cover.profile .cover-info .cover-nav > li > a {
    padding: 8px 10px;
  }
  .cover.profile .cover-info .avatar {
    left: 10px;
    margin-bottom: 3px;
  }
  .cover.profile .cover-info .avatar img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .cover.profile .cover-info {
    background: #fff;
    clear: both;
    height: auto;
  }
  .cover.profile .cover-info .avatar {
    position: relative;
    left: 10px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 6px;
  }
  .cover.profile .cover-info .avatar img {
    width: 45px;
    height: 45px;
  }
  .cover.profile .cover-info .name {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    left: 10px;
    top: 3px;
  }
  .cover.profile .cover-info .name a {
    color: #333333;
    font-size: 18px;
  }
  .cover.profile .cover-info .cover-nav {
    position: relative;
    margin: 0;
    bottom: 0;
    left: auto;
    float: none;
    padding-left: 0;
    border-top: 1px solid #d6d7da;
  }
  .cover.profile .cover-info .cover-nav li {
    float: none;
    border-right: 0 !important;
    border-bottom: 1px solid #d6d7da;
  }
}
#toggle-sidebar-menu {
  float: left;
  height: 56px;
  display: inline-block;
  font-size: 20px;
  padding: 16px 12px 16px 12px;
  color: #fff;
  background: #03203e;
}
.navbar-primary {
  background-color: #365D98;
  border: none;
  z-index: 1040;
}
.navbar-primary .navbar-brand {
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px 0px 15px;
}
.navbar-primary .navbar-text {
  color: #fff;
}
.navbar-primary .navbar-nav > li > a {
  color: #fff;
  font-size: 15px;
  
}
.navbar-primary .navbar-nav > li > a:hover {
  background: none;
}
.navbar-primary .navbar-nav .open > a {
  background: #112d49;
}
.navbar-primary .navbar-nav .open .dropdown-menu {
  border-top: 0;
  border-bottom: 3px solid;
  border-color: #e0e0e0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.navbar-primary .navbar-nav .open .dropdown-menu > li > a,
.navbar-primary .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #365D98;
  font-weight: 500;
  padding: 5px 8px;
  border-top: 1px solid #d6d7da;
}
.navbar-primary .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-primary .navbar-nav .open .dropdown-menu > li > a:focus:hover {
  color: #797979;
}
.navbar-primary .navbar-nav .open .dropdown-menu > li.active > a {
  background: #365D98;
  color: #fff;
}
@media (max-width: 768px) {
  .navbar-primary .navbar-collapse .navbar-nav .open .dropdown-menu > li a {
    color: #fff;
    font-weight: 500;
    background-color: #03203e;
  }
  .navbar-primary .navbar-collapse .navbar-nav .open .dropdown-menu > li a:hover {
    background: #03203e;
  }
}
.navbar-primary.dropdown-hover .navbar-nav > li:hover .dropdown-menu {
  display: block;
}
.navbar-primary .navbar-toggle {
  background-color: #03203e;
}
.navbar-primary .navbar-toggle:hover,
.navbar-primary .navbar-toggle:focus {
  background-color: #03203e;
}
.navbar-primary .navbar-toggle:hover .icon-bar,
.navbar-primary .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.navbar-primary .navbar-toggle .icon-bar {
  background-color: #f2f2f2;
}
.navbar-default {
  border-bottom: 2px solid #e0e0e0;
}
.navbar-default .navbar-nav .open .dropdown-menu {
  border-top: 0;
  border-bottom: 3px solid;
  border-color: #e0e0e0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #365D98;
  font-weight: 500;
  padding: 5px 8px;
  border-top: 1px solid #d6d7da;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus:hover {
  color: #797979;
}
.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
  background: #365D98;
  color: #fff;
}
.navbar-default .navbar-brand {
  border-right: 1px solid #d6d7da;
}
.navbar-default .navbar-nav > li {
  border-right: 1px solid #d6d7da;
}
.navbar-default .navbar-nav > li > a {
  color: #424242;
  font-size: 16px;
  font-weight: 400;
}
.navbar-default .navbar-nav > li > a i {
  color: #9f9f9f;
}
.navbar-default .navbar-nav > li > a:hover {
  background: #f4f4f4;
}
.navbar-default .navbar-nav > li > a:hover i {
  color: #365D98;
}
.navbar-default .navbar-right > li:last-of-type {
  border-left: 1px solid #d6d7da;
  border-right: none;
}
.navbar-nav > li > a.dropdown-toggle {
  padding: 0 15px;
  height: 56px;
  line-height: 56px;
}
.navbar-nav > li > a.dropdown-toggle img {
  margin-top: -2px;
  margin-right: 3px;
}
.navbar-header [data-toggle="sidebar-chat"] {
  color: #fff;
  float: right;
  font-size: 18px;
  padding: 3px 15px;
}
.dropdown-header {
  font-weight: bold;
  padding: 10px;
  color: #B2B2B2;
  border-top: 1px solid #eeeeee;
}
.navbar-subnav {
 
  border: none;
  margin: -15px 0 15px;
}
@media (min-width: 768px) {
  .navbar-subnav .navbar-nav > li:first-of-type a {
    padding-left: 0;
  }
}
.navbar-subnav .navbar-nav > li.active a {
  color: #fff;
}
.navbar-subnav .navbar-nav > li > a {
  color: #676767;
  font-weight: bold;
}
.navbar-subnav .navbar-nav > li > a:hover {
  background: none;
  color: #fff;
}
.navbar-subnav .navbar-nav > li > a i {
  font-size: 18px;
  vertical-align: middle;
}
.navbar-subnav .navbar-toggle {
  float: left;
  color: #fff;
  font-size: 18px;
  margin-left: 15px;
  padding: 2px 6px !important;
}
.navbar-subnav .navbar-toggle:hover,
.navbar-subnav .navbar-toggle:focus {
  background-color: #1c1c1c;
}
.navbar-subnav .navbar-toggle .icon-bar {
  background-color: #7d7d7d;
}
@media (max-width: 768px) {
  .navbar-subnav.navbar {
    min-height: 48px !important;
  }
  .navbar-subnav.navbar .navbar-nav > li > a {
    line-height: 45px;
  }
  .navbar-subnav.navbar .navbar-toggle {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.navbar-subnav.navbar {
  min-height: 50px;
}
.navbar-subnav .navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 50px;
}
.navbar-subnav .navbar-brand {
  padding: 25px 15px;
  line-height: 20px;
  height: 70px;
}
.navbar-subnav .navbar-form {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-subnav .navbar-text {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-subnav .navbar-btn {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-subnav .navbar-btn.btn-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-subnav .navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-subnav .navbar-toggle {
  margin-top: 18px;
  margin-bottom: 18px;
}
.show-sidebar .navbar-subnav .navbar-toggle,
.show-chat .navbar-subnav .navbar-toggle {
  display: none;
}
.navbar-default {
  border-bottom: 0;
}
.navbar-default .navbar-header [data-toggle="sidebar-chat"] {
  color: #365D98;
}
@media (min-width: 768px) {
  .footer {
    left: 250px;
    right: 0;
  }
}
.sidebar {
  position: fixed;
  bottom: 0;
  width: 250px;
  background: #e9ebee;
  z-index: 999;
}
.sidebar.left {
	top: 56px;
}
.sidebar.right {
  right: 0;
  top: 56px;
}
.show-sidebar .sidebar.left {
  display: block !important;
}
.show-sidebar .footer {
  left: 250px;
  right: 0;
}
@media (max-width: 768px) {
  .show-sidebar .footer {
    width: 320px;
  }
}
.show-sidebar #content {
  margin-left: 250px;
}
.sidebar.right {
  display: none;
}
#menu {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu ul ul {
  display: none;
}
#menu ul li.open > ul {
  display: block;
}
#menu ul li.border.top {
  border-top: 1px solid #3d3d3d;
}
#menu ul li.border.bottom {
  border-bottom: 1px solid #3d3d3d;
}
#menu ul li.border.top-bottom {
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
}
#menu ul li.reset {
  height: auto;
  opacity: 1;
}
#menu ul li.reset ul {
  background: none;
  display: block;
}
#menu ul li.reset:hover {
  background: none;
}
#menu ul li a {
  display: block;
  color: #676767;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
#menu ul li a [class*="icon-"] {
  vertical-align: middle;
  color: #676767;
  font-size: 1.4em;
}
#menu ul li a [class*="icon-"]:before {
  position: relative;
  width: 26px;
}
#menu ul li a [class*="fa fa-"] {
  width: 26px;
  font-size: 18px;
  color: #676767;
}
#menu ul li a [class*="fa fa-"]:before {
  margin-left: 2px;
}
#menu ul li a [class*="fa fa-"].text-success {
  color: #8bbf61;
}
#menu ul li a [class*="fa fa-"].text-primary {
  color: #365D98;
}
#menu ul li a [class*="fa fa-"].text-info {
  color: #4193d0;
}
#menu ul li:hover,
#menu ul.nav > li > a:hover,
#menu ul.nav > li > a:focus {
  background: #232323;
  text-decoration: none;
}
#menu ul li.hasSubmenu > a:before {
  font-family: 'FontAwesome';
  content: "\f067";
  font-size: 1em;
  position: absolute;
  right: 10px;
  color: #555555;
  display: block;
}
#menu ul li.hasSubmenu.open > a:before {
  content: "\f068";
}
#menu ul li.active a {
  color: #ffffff;
}
#menu ul li.active a i {
  color: #ffffff;
}
#menu ul li.category {
  padding-left: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #365D98;
  height: 48px;
  line-height: 48px;
}
#menu ul li.category:hover {
  background: none;
}
#menu > ul > li > a {
  line-height: 48px;
  padding-left: 20px;
}
#menu > ul > li a:hover {
  color: #ffffff;
  text-decoration: none;
}
#menu > ul > li.open {
  background: none;
}
#menu ul li.open > ul {
  background: #232323;
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
}
#menu ul li ul li a {
  line-height: 30px;
  padding-left: 20px;
  font-size: 13px;
}
#menu ul li ul li a [class*="icon-"] {
  font-size: 1em;
}
#menu ul li ul li a [class*="fa fa-"] {
  font-size: 14px;
}
#menu ul li ul li.open {
  background: #1C1D22;
}
#menu ul li ul li.open > a {
  background: #232323;
}
#menu ul li ul li.open > ul {
  background: #191919;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
}
#menu ul li ul li ul li a {
  padding: 5px 0 5px 4 0px;
}
#menu ul li ul li ul li.open {
  background: #232323;
}
.show-sidebar.show-chat .sidebar {
  display: none !important;
}
.show-sidebar.show-chat .navbar-fixed-top {
  right: 250px;
}
.show-sidebar.show-chat #content {
  margin-left: 0;
  margin-right: 250px;
}
.sidebar-block {
  padding: 0px 20px;
/* border-bottom: 1px solid #d6d7da; */
}
.sidebar-block .profile {
	  background: linear-gradient(rgba(0,0,0,0) 71%, rgba(0,0,0, .53));
  
  text-align: center;
  display: block;
  width: 100%;
   /* padding-top: 150px;*/ /* conflitando com a pagina do perfil do user - se for mexer no padding, testar a pagina do perfil do usuario e verificar*/
   
}
.sidebar-block .profile h4, #descriptionUser {
    /* margin-top: 58px; */
    margin-left: 17px;
    color: #fff;
    font-size: 24px;
    float: left;
}

#descriptionUser {
    width: 100%;
    margin-top: 47px;
    /* text-align: left; */
    /* margin-left: 162px; */
    font-size: 15px;
}

.sidebar-block .category {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #365D98;
  height: 48px;
  line-height: 48px;
}
.sidebar-block .list-about {
	list-style: none;
	padding-left: 0;
	margin-top: 15px;
}
.sidebar-block .list-about li {
  color: #676767;
  margin-bottom: 5px;
}
.sidebar-block .list-about li i {
  width: 20px;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.sidebar-block .list-about li a {
  color: #676767;
}
.sidebar-block .list-about li a:hover {
  color: #fff;
}
.sidebar-block .sidebar-photos {
  margin-bottom: 10px;
}
.sidebar-block .sidebar-photos ul {
  list-style: none;
  padding-left: 0;
}
.sidebar-block .sidebar-photos ul li {
  display: inline-block;
  margin-bottom: 4px;
}
.sidebar-block .sidebar-photos ul li img {
  width: 48px;
}
.sidebar-block .activity-feed ul {
  list-style: none;
  padding-left: 0;
}
.sidebar-block .activity-feed ul li.news-item {
  color: #676767;
}
.sidebar-block .activity-feed ul li.news-item a {
  color: #fff;
}
.sidebar-block .activity-feed ul li.news-item .media-object smallFace {
  margin-right: 5px;
}
.sidebar-block .activity-feed ul li.news-item .media-object smallFace i {
  color: #434343;
  text-align: left;
}
.sidebar-block .activity-feed ul li.news-item .time {
  font-size: 11px;
  font-weight: bold;
  display: block;
}
.sidebar-block .activity-feed ul li.news-item > .news-item-success {
  color: #8bbf61;
  padding: 7px 0;
  font-size: 6px;
}
.sidebar-block .activity-feed ul li.news-item > .news-item-danger {
  color: #e82110;
  padding: 3px 0;
  font-size: 6px;
}
.footer {
  position: fixed;
  bottom: 1px;
  left: 0;
  right: 0;
  text-align: center;
  color: #888;
  font-weight: 500;
  background: #fff;
  height: 45px;
  line-height: 45px;
  z-index: 1030;
  border-top: 5px solid #f6f6f6;
  display: block;display:none;
}
.cover {
  margin: -15px -15px 15px;
}
.cover.profile {
  border-width: 0 0 1px 0;
}
.cover.profile .wrapper .friends {
  padding-left: 1px;
}
.cover.profile .wrapper .friends li a {
  padding: 0;
}
.chat-search {
  padding: 18px;
}
.btn-social :first-child {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 32px !important;
line-height: 34px !important;
font-size: 1.6em!important;
text-align: center;
border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-linkedin 
{
color: #fff;
background-color: #007bb6;
border-color: rgba(0,0,0,0.2);
}
.btn-facebook {
color: #fff;
background-color: #3b5998;
border-color: rgba(0,0,0,0.2);
}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:focus,.btn-github.focus{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-microsoft {
color: #fff;
background-color: #008d4c;
border-color: rgba(0,0,0,0.2);
}
.btn-google-plus{
color: #fff;
background-color: #c23321;
border-color: rgba(0,0,0,0.2);
}

.btn-social {
position: relative;
padding-left: 44px !important;
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn {
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid transparent;
}
.btn-block {
display: block;
width: 100%;
}

@media(min-width: 1200px) and (max-width: 1366px) {
	.container {
		width: 970px;
		margin-left: 250px;
		overflow: hidden;
	}
}

@media(min-width: 1590px) and (max-width: 1700px) {
	.container {
		width: 1170px;
		margin-left: 250px;
		overflow: hidden;
	}
}
