﻿@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*
* font: font-family: 'News Cycle', sans-serif;
* font-family: 'Montserrat', sans-serif;
* font-family: 'Montserrat', sans-serif;
* font-family: 'Lato', sans-serif;
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding-top: 0;
    line-height: 1.43;
}
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 {
  background: transparent;
  outline: none!important;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  float: left;
  height: 1px;
  min-height: 1px;
  width: calc(100% - 20px);
  margin: 2rem 10px;
  border: 0;
  background-color: #dedede;
}
h3 + hr {
    margin-top: 0.5rem;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #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;
  font-family: 'Lato', sans-serif;
}
td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'News Cycle', sans-serif;
  /*font-size: 14px;
  line-height: 1.42857143;*/
  color: #424242;
  background-color: #e8e8e8;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #4582ec;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #134fb8;
  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-centralised {
    display: block;
    margin: auto;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
  color: #27245a;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #b3b3b3;
}

.first-h2 {
  margin-top: 0;
  padding-left: 34px;
  padding-top: 0px;
  margin-bottom: 18px;
}
  .with-left-menu .first-h2 {
    padding-left: 15px;
  }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0.8vw;
  margin-bottom: 0.8vw;
}
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: 11px;
  margin-bottom: 11px;
}
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: calc(25px + (27 - 25) * ((100vw - 320px) / (1000 - 320)));
}
h2,
.h2 {
  font-size: calc(22px + (23 - 22) * ((100vw - 320px) / (1000 - 320)));
}
h3,
.h3 {
  font-size: calc(18px + (19 - 18) * ((100vw - 320px) / (1000 - 320)));
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
  margin: 0 0 12px;
}
p {
  margin: 0 0 11px;
}
a.h6col {
    color: #27245a;
    text-decoration: none;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}

small,
.small {
  font-size: 95%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #b3b3b3;
}
.text-primary {
  color: #4582ec;
}
a.text-primary:hover {
  color: #1863e6;
}
.text-success {
  color: #7ac943;
}
a.text-success:hover {
  color: #318837;
}
.text-info {
  color: #3ca2eb;
}
a.text-info:hover {
  color: #31b0d5;
}
.text-warning {
  color: #f5942a;
}
a.text-warning:hover {
  color: #ec971f;
}
.text-danger {
  color: #f52a32;
}
a.text-danger:hover {
  color: #c9302c;
}
.bg-primary {
  color: #fff;
  background-color: #4582ec;
}
a.bg-primary:hover {
  background-color: #1863e6;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
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: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #b3b3b3;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #4582ec;
}
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: #333333;
}
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 #4582ec;
  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: 22px;
  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;
  white-space: nowrap;
  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);
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  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: 0px;
  margin-left: 0px;
   /*margin-right: auto;*/
   /*margin-left: auto;*/
/*  padding-left: 10px;
  padding-right: 10px;*/
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-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: 10px;
  padding-right: 10px;
}
.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: 0%;
}
.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: 0%;
}
.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%;
}

table, .table {
  max-width: 100%;
  background-color: transparent;
}
th, .th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 10px;
}


.table > .thead > .tr > .th,
.table > .tbody > .tr > .th,
.table > .tfoot > .tr > .th,
.table > .thead > .tr > .td,
.table > .tbody > .tr > .td,
.table > .tfoot > .tr > .td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 14px 9px 14px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
  .table .btn-default {
    margin-bottom: -6px;
    margin-top: -10px;
  }
  
  .table .th, .table .td {
    display:inline-block;
  }
  
.table > .thead > .tr > .th, 
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  background: #f2f2f2;
  font-weight: normal;
}


.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  /*border-top: 0;*/
}
.table > tbody + tbody {
  border-top: 1px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #f9f9f9; color: black;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; color: black;
}
.table-curved {
  border-radius: 25px;
  border: solid #e6e6e6 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border-collapse: separate !important;
}
  .table-curved tr th {
    border-left: 0px solid !important;
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
    font-weight: normal;
  }
  .table-curved tr td {
    border-left: 0px solid !important;
    border-bottom: 0px solid !important;
    vertical-align: middle !important;
  }
  .table-curved tr th:last-child,
  .table-curved tr td:last-child {
    border-right: 0px solid !important;
  }

     
    .table-collapsible td {
        vertical-align:top;
    }
        
        .table-collapsible .table-curved tr td {
            vertical-align:top !important;
        }
        
    .table-block {
        margin-bottom:0;
    }
        
        .table-block .bss-first-row td {
            border:0;
        }
        
        .table-block .bss-last-row td {
            border:0;
        }
        
        .table-collapsible-top {
            display:block; width:100%; height:7px;
            background:#f2f2f2;
            border:1px solid #e6e6e6; border-bottom:0;
            -webkit-border-top-left-radius: 2px;
            -webkit-border-top-right-radius: 2px;
            -moz-border-radius-topleft: 2px;
            -moz-border-radius-topright: 2px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
        }
        
        .table-collapsible-bottom {
            display:block; width:100%; height:7px; margin-bottom:20px;
            background:#f2f2f2;
            border:1px solid #e6e6e6; border-top:0;
            -webkit-border-bottom-right-radius: 6px;
            -webkit-border-bottom-left-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -moz-border-radius-bottomleft: 6px;
            border-bottom-right-radius: 6px;
            border-bottom-left-radius: 6px;
        }
    
    .table-curved.table-block-first {
        border-bottom:0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .table-curved.table-block-middle {
        border-bottom:0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
        
        /*
        .table-curved.table-block-middle td {
            border-top:0;
        }
        */
        
    .table-curved.table-block-last {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
        
        /*
        .table-curved.table-block-last td {
            border-top:0;
        }
        */
        
    .table-collapsible .table-block {
        width:100%;
        border-top:0;
    }
    
        .table-collapsible .table-block td.col-md-1 {
            width:auto;
        }
      
        .table-collapsible .table-block td.col-md-2 {
            width:auto;
        }
      
        .table-collapsible .table-block td.col-md-3 {
            width:auto;
        }
      
        .table-collapsible .table-block td.col-md-6 {
            width:auto;
        }
      
        .table-collapsible .table-block td.col-md-7 {
            width:auto;
        }
      
        .table-collapsible .table-block td.col-md-8 {
            width:auto;
        }
      
        .table-collapsible .table-block td.col-md-9 {
            width:auto;
        }


    
    
    
    
  
  .bss-fixed-width {
    width: 50px;
  }
  .bss-td-center {
    text-align: center !important;
  }

  .bss-last-row {
    
  }
    .bss-last-row td {
      padding: 4px !important;
      background: #f2f2f2;
    }
    .bss-first-row td {
      padding: 4px !important;
      background: #f2f2f2;
    }


table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}


fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 3px;
  font-weight: normal;
  margin-right: 10px;
}
  .label-gray {
    color: #b3b3b3;
  }
  .label-checkbox {
    line-height: 21px;
  }
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 5px 0 0;
  margin-top: 1px \9;
  /* IE8-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: 9px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
}
.form-control {
  display: block;
  width: 100%;
  min-height: 2rem;
  padding: 8px 10px;
  color: #333333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #9F9F9F;
  border-spacing: 0 !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  -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#username,
.form-control#password,
.form-control#filterTitle {
    font-size: 1.4rem;
}

.form-control#filterTitle {
    min-height: 3.5rem;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b3b3b3;
}
.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}
.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"] {
  line-height: 40px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group:last-of-type {
    margin-bottom: 0;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  /*padding-left: 20px;*/
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  /*margin-left: -20px;*/
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
/*.input-sm {
  height: 32px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}*/
/*select.input-sm {
  height: 32px;
  line-height: 32px;
}*/
/*textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}*/
.input-lg {
  height: 57px;
  padding: 14px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 57px;
  line-height: 57px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.has-feedback .form-control-feedback-input-sm {
  position: absolute;
  top: 23px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #7ac943;
}
.has-success .form-control {
  border-color: #7ac943;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #318837;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #81d186;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #81d186;
}
.has-success .input-group-addon {
  color: #7ac943;
  border-color: #7ac943;
  background-color: #dff0d8;
}
.has-success .form-control-feedback, .has-success .form-control-feedback-input-sm {
  color: #7ac943;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f5942a;
}
.has-warning .form-control {
  border-color: #f5942a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #ec971f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
}
.has-warning .input-group-addon {
  color: #f5942a;
  border-color: #f5942a;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback, .has-warning .form-control-feedback-input-sm {
  color: #f5942a;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #f52a32;
}
.has-error .form-control {
  border-color: #f52a32;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #c9302c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}
.has-error .input-group-addon {
  color: #f52a32;
  border-color: #f52a32;
  background-color: #f2dede;
}
.has-error .form-control-feedback, .has-error .form-control-feedback-input-sm {
  color: #f52a32;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}


.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 9px;
}

.form-horizontal .has-feedback .form-control-feedback, .form-horizontal .has-feedback .form-control-feedback-input-sm {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  outline: none !important;
  margin: 0.2rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 0.5rem 0.7rem;
  min-width: 11rem;
  max-height: 4rem;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -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: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #424242;
  background-color: #fff;
  border-color: #e6e6e6;
}
.btn-default:hover,
/*.btn-default:focus,*/
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #424242;
  background-color: #f2f2f2;
  border-color: #bebebe;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #e5e5e5;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

/*white btn*/
.btn-white {
  color: #424242;
  background-color: #fff;
  border-color: #e6e6e6;
}
.btn-white:hover,
/*.btn-white:focus,*/
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #424242;
  background-color: #fff;
  border-color: #bebebe;
}
.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: #e5e5e5;
}
.btn-white .badge {
  color: #ffffff;
  background-color: #333333;
}


.btn-primary {
  color: #ffffff;
  background-color: #3D3A72;
  border: none;
}

/* The following class ensures primary button labels remain visible when clicked */
.btn-primary:focus {
  color: #ffffff;
  background-color: #3D3A72;
  border: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2b2b4b;
  border: none;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.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: #3D3A72;
  border: none;
}
.btn-primary .badge {
  color: #4582ec;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #7ac943;
  border-color: #fff;
}
.btn-success:hover,
/*.btn-success:focus,*/
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #424242;
  background-color: #fff;
  border-color: #7ac943;
}
.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: #7ac943;
  border-color: #7ac943;
}
.btn-success .badge {
  color: #7ac943;
  background-color: #ffffff;
}

.btn-gray3 {
    color: #ffffff;
    background-color: #858585;
}

.btn-gray2 {
  color: #ffffff;
  background-color: #bdccd4;
  border-color: #fff;
}
.btn-gray2:hover,
/*.btn-gray2:focus,*/
.btn-gray2:active,
.btn-gray2.active,
.open .dropdown-toggle.btn-gray2 {
  color: #424242;
  background-color: #fff;
  border-color: #bdccd4;
}
.btn-gray2:active,
.btn-gray2.active,
.open .dropdown-toggle.btn-gray2 {
  background-image: none;
}
.btn-gray2.disabled,
.btn-gray2[disabled],
fieldset[disabled] .btn-gray2,
.btn-gray2.disabled:hover,
.btn-gray2[disabled]:hover,
fieldset[disabled] .btn-gray2:hover,
.btn-gray2.disabled:focus,
.btn-gray2[disabled]:focus,
fieldset[disabled] .btn-gray2:focus,
.btn-gray2.disabled:active,
.btn-gray2[disabled]:active,
fieldset[disabled] .btn-gray2:active,
.btn-gray2.disabled.active,
.btn-gray2[disabled].active,
fieldset[disabled] .btn-gray2.active {
  background-color: #bdccd4;
  border-color: #bdccd4;
}
.btn-gray2 .badge {
  color: #7ac943;
  background-color: #ffffff;
}



.btn-tertiary {
  color: #ffffff;
  background-color: #3ca2eb;
  border-color: #fff;
}
.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  color: #ffffff;
  background-color: #3f779c;
  border-color: #3f779c;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
  background-image: none;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active {
  background-color: #3ca2eb;
  border-color: #3ca2eb;
}
.btn-tertiary .badge {
  color: #3ca2eb;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #e77726;
  border-color: #e77726;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #bb6622;
  border-color: #bb6622;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.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: #f5942a;
  border-color: #f5942a;
}
.btn-warning .badge {
  color: #f5942a;
  background-color: #ffffff;
}


.btn-gray {
  color: #424242;
  background-color: #fff;
  border-color: #c7c7c7;
}
.btn-gray:hover,
/*.btn-gray:focus,*/
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  color: #424242;
  background-color: #c7c7c7;
  border-color: #fff;
}
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #c7c7c7;
  border-color: #fff;
}
.btn-gray .badge {
  color: #f5942a;
  background-color: #ffffff;
}



.btn-light-gray {
  color: #424242;
  background-color: #f2f2f2;
  border-color: #fff;
}
.btn-light-gray:hover,
/*.btn-light-gray:focus,*/
.btn-light-gray:active,
.btn-light-gray.active,
.open .dropdown-toggle.btn-light-gray {
  color: #424242;
  background-color: #fff;
  border-color: #dfdfdf;
}
.btn-light-gray:active,
.btn-light-gray.active,
.open .dropdown-toggle.btn-light-gray {
  background-image: none;
}
.btn-light-gray.disabled,
.btn-light-gray[disabled],
fieldset[disabled] .btn-light-gray,
.btn-light-gray.disabled:hover,
.btn-light-gray[disabled]:hover,
fieldset[disabled] .btn-light-gray:hover,
.btn-light-gray.disabled:focus,
.btn-light-gray[disabled]:focus,
fieldset[disabled] .btn-light-gray:focus,
.btn-light-gray.disabled:active,
.btn-light-gray[disabled]:active,
fieldset[disabled] .btn-light-gray:active,
.btn-light-gray.disabled.active,
.btn-light-gray[disabled].active,
fieldset[disabled] .btn-light-gray.active {
  background-color: #fff;
  border-color: #dfdfdf;
}
.btn-light-gray .badge {
  color: #f5942a;
  background-color: #ffffff;
}




.btn-gradient {
  color: #424242;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
  border-color: #e5e5e5;
}
.btn-gradient:hover,
/*.btn-warning:focus,*/
.btn-gradient:active,
.btn-gradient.active,
.open .dropdown-toggle.btn-gradient {
  color: #424242;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-8 */
  border-color: #e5e5e5;
}
.btn-gradient:active,
.btn-gradient.active,
.open .dropdown-toggle.btn-gradient {
  
}
.btn-gradient.disabled,
.btn-gradient[disabled],
fieldset[disabled] .btn-gradient,
.btn-gradient.disabled:hover,
.btn-gradient[disabled]:hover,
fieldset[disabled] .btn-gradient:hover,
.btn-gradient.disabled:focus,
.btn-gradient[disabled]:focus,
fieldset[disabled] .btn-gradient:focus,
.btn-gradient.disabled:active,
.btn-gradient[disabled]:active,
fieldset[disabled] .btn-gradient:active,
.btn-gradient.disabled.active,
.btn-gradient[disabled].active,
fieldset[disabled] .btn-gradient.active {
  color: #424242;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-8 */
  border-color: #e5e5e5;
}
.btn-gradient .badge {
  color: #f5942a;
  background-color: #ffffff;
}





.btn-danger {
  color: #ffffff;
  background-color: #D32F2F;
  border: 1px solid #D32F2F;
  border-color: #D32F2F;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #af2c2c;
  border: 1px solid #D32F2F;
  border-color: #af2c2c;
  transition: 0.2s;
}
.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: #D32F2F;
  border-color: #D32F2F;
}
.btn-danger .badge {
  color: #f52a32;
  background-color: #ffffff;
}
.btn-link {
  color: #4582ec;
  font-weight: normal;
  cursor: pointer;
  border-radius: 2px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
/*.btn-link:focus,*/
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #134fb8;
  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: #b3b3b3;
  text-decoration: none;
}

.btn.btn-lg:not([type=submit]) {
  line-height: 1.33;
}
.btn-icon.btn.btn-lg {
  height: 40px;
  padding-top: 0;
  padding-bottom: 8px;
}
.btn.btn-lg[type=submit] {
  font-family: 'Montserrat', sans-serif;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.8rem 16px;
  font-size: 1.3rem;
  line-height: 1.33;
  border-radius: 2px;
}

.btn.btn-sm:not(:hover) {
  border: none;
  font-family: 'News Cycle', sans-serif;
}

.btn-default.btn-sm:not(:hover) {
  border: none;
}

.btn.btn-sm {
  font-family: 'News Cycle', sans-serif;
  font-size: 13px;
  line-height: 13px;
  padding: 0.5rem 0.7rem;
  min-width: 5rem;
}
.btn.btn-sm:hover {
  border: none;
}

.btn.btn-default.btn-sm {
  padding: 0px 12px 5px 12px !important;
}
.t100-health .navbar-nav-marginli > li.last {
  margin-top: -3px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 0;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}  
.s-icon {
    fill: none;
    /*stroke: #2E2E69;*/
    stroke:#424242;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.input-with-icon input[type=text],
.input-with-icon input[type=password] {
    padding-left: 4.5rem;
}
.input-with-icon {
    position: relative;
}
.input-with-icon img {
    width: 20px;
    position: absolute;
    top: 1rem;
    left: 1.4rem;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  font-family: 'Lato', sans-serif;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 6px 14px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #424242;
  white-space: nowrap;
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
}
  
  .nav-bar-top-bg .dropdown-menu > li > a {
    font-family: 'News Cycle', sans-serif
  }
/*.dropdown-menu > li > a:focus,*/
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #4582ec;
}
/*.dropdown-menu > .active > a:focus,*/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #4582ec;
}

/*.dropdown-menu > .disabled > a:focus,*/
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover {
  color: #b3b3b3;
}

/*.dropdown-menu > .disabled > a:focus,*/
.dropdown-menu > .disabled > a:hover {
  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 14px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #b3b3b3;
}
.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;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[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: 57px;
  padding: 14px 16px;
  font-size: 20px;
  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: 57px;
  line-height: 57px;
}
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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  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: 33px;
  line-height: 33px;
}
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: 8px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
/*.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}*/
.input-group-addon.input-lg {
  padding: 14px 16px;
  font-size: 20px;
  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;
  font-size: 21px;
  vertical-align: top;
  padding: 5px 7px 0 12px; /* 5px 12px 0; */
  color: #cacaca;
}
.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: -2px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -2px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  /*background-color: #f2f2f2;*/
}
.nav > li.disabled > a {
  color: #424242;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #424242;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/*.nav .open > a:focus*/
.nav .open > a,
.nav .open > a:hover {
  background-color: #eeeeee;
  border-color: #4582ec;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
  margin-top: 2em; 
  margin-bottom: -2em;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  line-height: 1.42857143;
  border: 1px solid #dddddd;
  color: #424242;
  padding: 0 2rem;
  background: #e8e8e8;
  min-width: 10rem;
  text-align: center;
  transition: .2s;
}
.nav-tabs > li > a :first-child {
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  height: 40px;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
}
.nav-tabs > li > a span {
  margin-top: 11px !important;
  margin-right: -0.5rem !important;
}
.nav-tabs > li > a:hover {
  /*border-color: #eeeeee #eeeeee #dddddd;*/
  background: #dedede;
}

/*.nav-tabs > li.active > a:focus,*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  box-shadow: inset 0px -2px 0 #3d3a72;
  cursor: default;
  transition: .2s;
}
.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;
}
.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;
}


.nav-pills-fullwidth li.active {
  width: 100%;
}
  .nav-pills-fullwidth li.active .badge {
    float: right;
    margin-top: 3px;
  }

.nav-pills > li {
  float: left;
}
.nav-pills.nav-pills-sm > li a,
.nav-pills.nav-pills-sm > li a:hover,
.nav-pills.nav-pills-sm > li a:focus,
.nav-pills.nav-pills-sm > li.active a {
  padding: 0 7px 3px !important;
  border: 1px solid #fff;
}
.nav-pills.nav-pills-sm > li a:hover {
  background-color: #27245a;
  color: #fff;
  border: 1px solid #fff;
}
.nav-pills > li > a {
  border-radius: 6px;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #424242;
  background: #fff;
}
.nav-pills.nav-pills-sm > li > a:hover,
.nav-pills.nav-pills-sm > li.active > a,
.nav-pills.nav-pills-sm > li.active > a:hover,
.nav-pills.nav-pills-sm > li > a {
  font-family: 'News Cycle', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.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: #27245a;
  padding: 8px 15px;
  border: 1px solid #fff;
}
.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;
}

.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;
}

.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: 62px;
  margin-bottom: 22px;
  border: 0px solid transparent;
}
.nav-bar-top-bg {
  background: url(../../Images/BSSDefault/top-menu-bg.png) 0 0 repeat-x;
}
  .nav-bar-top-bg .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-bar-top-bg .navbar-brand {
    margin-top: 0;
    padding-top: 0;
  }
  .nav-bar-top-bg .navbar-nav > li > a {
    padding: 0px 12px 2px 12px;
    margin: 3px 1px 2px;
    border: none;
  }

  .nav-bar-top-bg .dropdown-menu {
    width: 100%;
    top: 30px;
    left: 104px;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
    .nav-bar-top-bg .dropdown-menu li {
      display: inline-block;
    }

  .nav-bar-top-bg .container {
    position: relative;
  }

  .nav-bar-top-bg .nav > li {
    position: static;
  }
    .nav-bar-top-bg .nav.navbar-right > li {
      margin-right: 5px;
     /* margin-left: 15px; */
    }
    .nav-bar-top-bg .nav.navbar-right > li.bss-logout {
      margin-right: -3px;
    }

  .nav-bar-top-bg .dropdown-menu > li > a {
    color: #fff;
    padding: 0px 11px 3px 10px;
    line-height: 18px;
  }
    .nav-bar-top-bg .dropdown-menu > li > a:hover,
    .nav-bar-top-bg.navbar-default .navbar-nav > .active > a,
    .nav-bar-top-bg.navbar-default .navbar-nav > .active > a:hover,
    .nav-bar-top-bg .dropdown-menu > li > a:active {
      background-color: #dc7b2b;
      color: #fff;
      border-radius: 4px;
      border: none;
    }

    .nav-bar-top-bg .navbar-right {
      
    }
      .navbar-default.nav-bar-top-bg .navbar-right a {
        margin: 0;
        line-height: 27px;
        padding-bottom: 0;
      }
        .navbar-default.nav-bar-top-bg .navbar-right a {

        }
        .navbar-default.nav-bar-top-bg .navbar-right img {
          margin-top: -3px;
          margin-left: 2px;
        }
        .navbar-default.nav-bar-top-bg .navbar-right a:hover,
        .navbar-default.nav-bar-top-bg .navbar-right a:active {
          background: none;
          color: #424242;
        }

        .bss-logout {
          margin-top: -4px;
        }
          .bss-logout span {
            top: 10px;
            margin-left: 2px;
          }

          .bss-logout a {
            padding-right: 42px;
          }

        .bss-avatar.displaySettings {
          background: #f5f5f5;
          padding-bottom: 0px;
          -webkit-border-bottom-right-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          -moz-border-radius-bottomright: 5px;
          -moz-border-radius-bottomleft: 5px;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
        }
        .bss-avatar.displaySettings .bss-avatar-name,
        .bss-avatar.displaySettings .bss-top-settings {
          border-bottom: 1px solid #f5f5f5;
          color: #fff;
        }

        .navbar-default.nav-bar-top-bg .navbar-right .bss-avatar.displaySettings a:hover {
          color:#27245a;
        }

        li.bss-avatar a:hover { background-color: #F0F0F0 !important; padding-bottom: 2px !important; }

        .navbar-default.nav-bar-top-bg .navbar-right .bss-top-settings {
          text-align: right;
          text-align: right;
          line-height: 24px;
          margin-top: -7px;
          padding: 2px 14px;
          display: none;
        }
          .navbar-default.nav-bar-top-bg .navbar-right .displaySettings .bss-top-settings {
            display: block;
          }
        .bss-top-settings .bss-icon {
          top: 6px;
          margin-left: 7px;
        }

    .nav-bar-top-bg .dropdown-menu > .active > a {
      background-color: #dc7b2b;
      border-radius: 4px;
    }
      /*.nav-bar-top-bg  .navbar-default .navbar-nav > .active > a:hover {
        background-color: #dc7b2b;
        color: #fff;
        border: none;
      }*/




.navbar-collapse {
  max-height: 340px;
  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;
}


.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.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: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  /*border-radius: 4px;*/
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 2px;
}

.navbar-nav {
  /*margin: 7px -15px;*/
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}


.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}


.navbar-nav > li > .dropdown-menu {
  margin-top: 3px;
}
  .nav-bar-top-bg .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
  }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}


.navbar-default {
  /*background-color: #ffffff;*/
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #4582ec;
  padding-left: 0;
  padding-right: 0;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #4582ec;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #333333;
}
.navbar-default .navbar-nav > li > a {
  color: #424242;
/*  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;*/
}
.navbar-default .navbar-nav li a {
/*  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;*/
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #dc7b2b;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #4582ec;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #27245a;
  background: #27245a;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  /*background-color: #dddddd;*/
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #e6e6e6;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #dc7b2b;
  color: #fff;
}


.navbar-default .navbar-link {
  color: #4582ec;
}
.navbar-default .navbar-link:hover {
  color: #4582ec;
}
.navbar-inverse {
  background-color: #ffffff;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #333333;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #333333;
}
.navbar-inverse .navbar-nav > li > a {
  color: #333333;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #e5e5e5;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #ededed;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #333333;
}

.navbar-inverse .navbar-link {
  color: #333333;
}
.navbar-inverse .navbar-link:hover {
  color: #333333;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  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: #b3b3b3;
}
.pagination {
  display: inline-block;
  margin: 0.5rem;
  border-radius: 2px;
  padding: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #9F9F9F;
  margin-left: -2px;
  height: 32px;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #424242;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#f4f4f4',GradientType=0 ) !important; /* IE6-9 */
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #424242;
  cursor: default;
  background: #ffffff
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#f4f4f4',GradientType=0 ) !important; /* IE6-9 */
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #b3b3b3;
  background-color: #ffffff;
  border-color: #e5e5e5;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pager li > a:hover,
.pager li > a:focus {
  color: #424242;
  background-color: #f2f2f2;
  border-color: #bebebe;
  text-decoration: none;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #b3b3b3;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #ffffff;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #e6e6e6;
}
.label-primary {
  background-color: #4582ec;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1863e6;
}
.label-success {
  background-color: #7ac943;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #318837;
}
.label-info {
  background-color: #3ca2eb;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f5942a;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #f52a32;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 1px 3px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #27245a;
  border-radius: 4px;
}
.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: #27245a;
  background-color: #ffffff;
  font-size: 11px;
  line-height: 12px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f7f7f7;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4582ec;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 10px 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #424242;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.alert a {
  color: #424242 !important;
}
  .alert a:hover {
    text-decoration: none;
  }
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -3px;
  right: -21px;
  /*color: inherit;*/
}
.alert-success {
  background-color: #7ac943;
  border-color: #7ac943;
  color: #424242;
}
.alert-success hr {
  border-top-color: #389a3e;
}
.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-gray {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #424242;
}
.alert-gray hr {
  border-top-color: #389a3e;
}
.alert-gray .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #3ca2eb;
  border-color: #3ca2eb;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #46b8da;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #f5942a;
  border-color: #f5942a;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #eea236;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #f52a32;
  border-color: #f52a32;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #d43f3a;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.alert-danger .close {
  color: #fff;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 16px;
  margin-bottom: 22px;
  background-color: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #cecece;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #4582ec;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #7ac943;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #3ca2eb;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f5942a;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #f52a32;
}
.progress-bar-violet {
  background-color: #49449b;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  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 #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #4582ec;
  border-color: #4582ec;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fefeff;
}
.list-group-item-success {
  color: #7ac943;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #7ac943;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #7ac943;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #7ac943;
  border-color: #7ac943;
}
.list-group-item-info {
  color: #3ca2eb;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #3ca2eb;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #3ca2eb;
  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: #3ca2eb;
  border-color: #3ca2eb;
}
.list-group-item-warning {
  color: #f5942a;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #f5942a;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #f5942a;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f5942a;
  border-color: #f5942a;
}
.list-group-item-danger {
  color: #f52a32;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #f52a32;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #f52a32;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #f52a32;
  border-color: #f52a32;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin: 2em 0;
  padding: 1.5em 3%;
  background-color: white;
  border: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.panel-body {
  padding: 15px;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  border-radius: 0 0 2px 2px;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.panel-accordion {
    border-width: 1px;
    padding: 0;
    margin: 0;
    border: solid 1px #000000;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.panel-accordion .panel-heading.panel-with-icon {
  padding: 0.3rem 2rem;
}
.panel-heading {
  font-family: 'Lato', sans-serif;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}
  .panel-heading .bss-icon {
    margin-right: 7px;
    float: left;
    top: 0;
  }
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.panel-title > a {
  color: inherit;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
  .panel-title > a:hover {
    text-decoration: none;
  }
.panel-footer {
  font-family: 'Lato', sans-serif;
  padding: 10px 15px;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.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: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.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: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 8px;
  overflow: hidden;
}
.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 #e5e5e5;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e5e5e5;
}
.panel-default {
  border-color: #acacac;
}
.panel-white {
  border-color: #e5e5e5;
  background: #fff;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dfdfdf;
  border-width: 1px;
}
.panel-white > .panel-heading {
  color: #333333;
  background: #fff;
  border-color: #dfdfdf;
  border-width: 1px;
}
.panel-white > .panel-body {
  background: #fff;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e5e5e5;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e5e5e5;
}
.panel-primary {
  border-color: transparent;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #4582ec;
  border-color: transparent;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: transparent;
}

.panel-primary {
  border: none;
  background: #3D3A72;
  color: #fff;
}
.panel-primary > .panel-heading {
  color: #333333;
  background: #3D3A72;
  border-color: #49449b;
  border-width: 1px;
}
.panel-primary > .panel-body {
  background: #3D3A72;
}

.panel-form > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dfdfdf;
}
.panel-form > .panel-heading {
  color: #424242;
  background: transparent;
  border: none;
}
.panel-form > .panel-body {
  color: #424242;
  background: #fff;
  border-color: #dfdfdf;
}
  .panel-form .panel-body .col-md-6 {
    padding-left: 0;
    padding-right: 30px;
  }
  .panel-form .panel-body .col-md-6.last {
    padding-right: 0;
  }


.panel-success {
  border-color: transparent;
}
.panel-success > .panel-heading {
  color: #7ac943;
  background-color: #7ac943;
  border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: transparent;
}
.panel-info {
  border-color: transparent;
}
.panel-info > .panel-heading {
  color: #3ca2eb;
  background-color: #3ca2eb;
  border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: transparent;
}
.panel-warning {
  border-color: transparent;
}
.panel-warning > .panel-heading {
  color: #f5942a;
  background-color: #f5942a;
  border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: transparent;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #f52a32;
  background-color: #f52a32;
  border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: transparent;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #4b4b4b;
}
.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: auto;
  overflow-y: scroll;
  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: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 1px;
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  background-clip: padding-box;
  outline: none;
  padding: 1rem 4%;
}
.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;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 10px 0;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  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;
}



.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}












.visible-print {
  display: none !important;
}



.navbar {
  font-family: 'Lato', sans-serif;
}
.navbar.nav-bar-top-bg {
  font-family:'News Cycle', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-nav > li > a {
  padding: 0 14px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-nav > li > a:hover {
  border: none;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover {
  border: 1px solid #ddd;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #4582ec;
}
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #333333;
}
.navbar-brand {
  margin-top: 6px;
}
.btn .navbar-nav-lato > li > a {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 10px;
}

.nav-bar-top-bg .dropdown .dropdown-toggle {
  line-height: normal;
  height: auto;
  font-family: 'News Cycle', "Helvetica Neue", Helvetica, Arial, sans-serif;
}


legend {
  font-family: 'News Cycle', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.input-group-addon {
  font-family: 'News Cycle', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border: none;
}
.pagination {
  font-family: 'News Cycle', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 24px;
}
.pager {
  font-family: 'News Cycle', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pager a {
  color: #333333;
}
.pager a:hover {
  border-color: transparent;
  color: #fff;
}
.pager .disabled a {
  border-color: #e5e5e5;
}
.alert a,
.alert .alert-link {
  color: #ffffff;
  text-decoration: underline;
}
.label {
  font-family: 'News Cycle', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.label-default {
  border: 1px solid #ddd;
  color: #333333;
}
.badge {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.panel-heading,
.panel-default .panel-heading,
.panel-default .panel-footer {
  background-color: #fff;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
}

.panel-heading p {
    font-size: 1rem;
    margin: 10px 0 0 0;
}

.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading,
.panel-info .panel-heading {
  color: #fff;
}
/*.panel-primary .panel-body,*/
.panel-success .panel-body,
.panel-warning .panel-body,
.panel-danger .panel-body,
.panel-info .panel-body {
  border: 1px solid #ddd;
  border-top-width: 0;
  border-radius: 0 0 4px 4px;
}
.clearfix:before,
.clearfix: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,
.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;
}


/**
*
* New css
*
***/
/*scripts*/



.prettycheckbox>a:focus,
.prettyradio>a:focus{outline:0 none}
.prettycheckbox label,
.prettyradio label{
  display:block;
  float:left;
  margin:-3px 5px;
  cursor:pointer
}
.prettycheckbox a.disabled,
.prettycheckbox label.disabled,
.prettyradio a.disabled,
.prettyradio label.disabled{cursor:not-allowed}
.prettycheckbox>a{
  background-position:0 0
}
.prettycheckbox>a:focus{
  /* background-position:-30px 0; */
  background-color: #fff; /* #cccccc; */
}

.prettycheckbox>a.checked{
  background-position:1px 1px;
  background-image: url(../img/checkbox.png);
  background-repeat: no-repeat;
}

.prettycheckbox>a.checked:focus{
  /* background-position:-90px 0; */
  background-color: #fff; /* #cccccc; */
}
.prettycheckbox>a.checked.disabled{
  /* background-position:-150px 0; */
  background-color: #fff; /* #cccccc; */
}

/*
.prettycheckbox>a.disabled{
  background-position:-120px 0
}
.prettyradio>a{
  background-position:-180px 0
}
.prettyradio>a:focus{
  background-position:-210px 0
}
*/

.prettyradio>a.checked{
  background-position:3px 3px;
  background-image: url(../img/radio2.png);
  background-repeat: no-repeat;
}

/*
.prettyradio>a.checked:focus{
  background-position:-270px 0
}
.prettyradio>a.checked.disabled{
  background-position:-330px 0
}
.prettyradio>a.disabled{
  background-position:-300px 0
}
*/


.clearfix:before,.clearfix:after{content:"";display:table}
.clearfix:after{clear:both}
.clearfix{*zoom:1}
.prettycheckbox,
.prettyradio{display:inline-block;padding:0;margin:0}
.prettycheckbox>a {
  height: 16px;
  width: 16px;
  display:block;
  float:left;
  cursor:pointer;
  margin:0;
  background-color:#f2f2f2;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: -3px;
}
.prettyradio>a{
  height: 16px;
  width: 16px;
  display:block;
  float:left;
  cursor:pointer;
  margin:0;
  background-color:#f2f2f2;
  border: 1px solid #cccccc;
  border-radius: 50%;
  margin-bottom: -3px;
}
.floatNone a {
  float: none !important;
}
.radio-sm .prettyradio>a {
  height: 12px;
  width: 12px;
  display: block;
  cursor: pointer;
  margin: 0;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  margin-bottom: -1px;
  margin-right: 3px;
}
.checkbox-sm .prettycheckbox>a {
  height: 12px;
  width: 12px;
  display: block;
  cursor: pointer;
  margin: 0;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: -1px;
  margin-right: 3px;
}
  .radio-sm .prettyradio > a.checked {
    background-position:-1px -0px;
    background-color:#fff;
    background-image: url(../img/radio.png);
    background-repeat: no-repeat;
  } 
  .checkbox-sm .prettycheckbox > a.checked {
    background-position: 0px 0px;
    background-color:#fff;
    background-image: url(../img/checkbox-sm.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    border: none;
    margin-right: 1px;
    margin-bottom: -3px;
  }

  
  
  

label[for="undefined"] {
  display: none;
}

/*scripts*/


.bss-eas {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.justFilters .panel-accordion {
    border: none;
}

.bss-accordion {
    width: 100%;
    max-width: 1200px;
}
  .panel-group.bss-accordion.justFilters {
    margin: 2rem auto 0 auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }
  .bss-accordion .panel-heading {
    background:  none;
    padding-bottom: 0;
  }
    .bss-accordion .panel-heading .panel-title > a.collapsed {
      background:  url(../../Images/acc-down.png) right center no-repeat;
      display: block;
      padding-bottom: 10px;
    }
    .bss-accordion .panel-heading .panel-title > a {
      background:  url(../../Images/acc-up.png) right center no-repeat;
      display: block;
      padding-bottom: 10px;
      padding-top: 10px;
      padding-right: 21px;
    }
    
  .bss-accordion .panel-body {
    background: none;
  }

  .bss-accordion .panel-body {
    border-width: 1px!important;
  }

  .bss-padding-bottom-10px {
    padding-bottom: 10px;
  }


/*dropdowns*/
.dropdown {
  color: #424242;
  background-color: #fff;
  border-radius: 4px;
}
  .dropdown .dropdown-toggle {
    color: #424242;
    padding: 8px 10px;
    min-height: 2rem;
    font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  }
    .dropdown.dropdown-big .dropdown-toggle {
      min-height: 35px;
      line-height: 32px;
    }
      .dropdonw-fullwidth .dropdown.dropdown-big .caret {
        float: right;
        margin-top: 16px;
      }

    .dropdown-default.open .dropdown-toggle {
      padding-top: 0;
      padding-bottom: 0;
      background: #fff;
    }
      .dropdown-default .dropdown-toggle:hover {
        padding-top: 0;
        padding-bottom: 0;      
      }

  .dropdown-default.dropdown-sm a{
    min-height: 20px;
    line-height: 16px;
  }

.dropdonw-fullwidth {
  width: 100%;
}
  .dropdonw-fullwidth li {
    width: 100%;
  }
    .dropdonw-fullwidth li .caret {
      float: right;
      margin-top: 8px;
    }

/* dropdown default*/
.dropdown-default {
  
}
  .dropdown-default .dropdown-toggle {
    border: 1px solid #e6e6e6;
  }
    .dropdown-default .dropdown-toggle:hover {
      border: 1px solid #bebebe;
      background: #f2f2f2;
    }
  .dropdown-default.open .dropdown-toggle {
    border: 1px solid #e6e6e6;
  }
  .nav .dropdown-default.open > a, 
  .nav .dropdown-default.open > a:hover {
    background: #f2f2f2;
    border: 1px solid #bebebe;
  }

/* dropdown primary*/
.dropdown-primary {
}
  .dropdown-primary .dropdown-toggle {
    border: 1px solid #27245a;
    background: #27245a;
    color: #fff;
  }
  .dropdown-primary .dropdown-menu {
    border: 1px solid #27245a;
    background: #fff;
    color: #fff;
  }
    .dropdown-primary .dropdown-toggle:hover {
      border: 1px solid #27245a;
      background: #fff;
      color: #424242;
    }
  .dropdown-primary.open .dropdown-toggle {
    border: 1px solid #27245a;
    background: #fff;
    color: #424242;
  }
  .nav .dropdown-primary.open > a, 
  .nav .dropdown-primary.open > a:hover {
    background: #fff;
    border: 1px solid #27245a;
    color: #424242;
  }

  .dropdown-primary .dropdown-menu > li > a:hover {
    background: #27245a;
    color: #fff;
  }
  .dropdown-primary .dropdown-menu .divider {
    height: 2px;
    background-color: #27245a;
  }

  .dropdown-primary .caret {
    border-top-color: #fff;
  }
    .dropdown-primary a:hover .caret,
    .dropdown-primary.open a .caret {
      border-top-color: #27245a;
    }

  .dropdown-primary .dropdown-menu > li.dropdown-header > a {
    padding-left: 0;
    padding-right: 0;
  }

/* dropdown success*/
.dropdown-success {
}
  .dropdown-success .dropdown-toggle {
    border: 1px solid #7ac943;
    background: #7ac943;
    color: #fff;
  }
  .dropdown-success .dropdown-menu {
    border: 1px solid #7ac943;
  }
    .dropdown-success .dropdown-toggle:hover {
      border: 1px solid #7ac943;
      background: #fff;
      color: #424242;
    }
  .dropdown-success.open .dropdown-toggle {
    border: 1px solid #7ac943;
    background: #fff;
  }
  .nav .dropdown-success.open > a, 
  .nav .dropdown-success.open > a:hover {
    background: #fff;
    border: 1px solid #7ac943;
    color: #424242;
  }

  .dropdown-success .dropdown-menu > li > a:hover {
    background: #7ac943;
    color: #fff;
  }
  .dropdown-success .dropdown-menu .divider {
    height: 2px;
    background-color: #7ac943;
  }

  .dropdown-success .caret {
    border-top-color: #fff;
  }
    .dropdown-success.open a .caret,
    .dropdown-success a:hover .caret {
      border-top-color: #7ac943;
    }

  .dropdown-success .dropdown-menu > li.dropdown-header > a {
    padding-left: 0;
    padding-right: 0;
  }

/* dropdown info*/
.dropdown-info {
}
  .dropdown-info .dropdown-toggle {
    /*border: 1px solid #48a7ec;*/
    background: #48a7ec;
    color: #fff;
  }
  .dropdown-info .dropdown-menu {
    border: 1px solid #48a7ec;
  }
    .dropdown-info .dropdown-toggle:hover {
      border: 1px solid #48a7ec;
      background: #fff;
      color: #424242;
    }
  .dropdown-info.open .dropdown-toggle {
    border: 1px solid #48a7ec;
    background: #fff;
  }
  .nav .dropdown-info.open > a, 
  .nav .dropdown-info.open > a:hover {
    background: #fff;
    border: 1px solid #48a7ec;
    color: #424242;
  }

  .dropdown-info .dropdown-menu > li > a:hover {
    background: #48a7ec;
    color: #fff;
  }
  .dropdown-info .dropdown-menu .divider {
    height: 2px;
    background-color: #48a7ec;
  }

  li.dropdown-info .caret {
    border-top-color: #fff;
  }
    .dropdown-info.open a .caret,
    .dropdown-info a:hover .caret {
      border-top-color: #48a7ec;
    }

  .dropdown-info .dropdown-menu > li.dropdown-header > a {
    padding-left: 0;
    padding-right: 0;
  }

/* dropdown gray*/
.dropdown-gray {
}
  .dropdown-gray .dropdown-toggle {
    border: 1px solid #b0b0b0;
    background: #b0b0b0;
    color: #fff;
  }
  .dropdown-gray .dropdown-menu {
    border: 1px solid #b0b0b0;
  }
    .dropdown-gray .dropdown-toggle:hover {
      border: 1px solid #b0b0b0;
      background: #fff;
      color: #424242;
    }
  .dropdown-gray.open .dropdown-toggle {
    border: 1px solid #b0b0b0;
    background: #fff;
  }
  .nav .dropdown-gray.open > a, 
  .nav .dropdown-gray.open > a:hover {
    background: #fff;
    border: 1px solid #b0b0b0;
    color: #424242;
  }

  .dropdown-gray .dropdown-menu > li > a:hover {
    background: #b0b0b0;
    color: #fff;
  }
  .dropdown-gray .dropdown-menu .divider {
    height: 2px;
    background-color: #b0b0b0;
  }

  
  .dropdown-gray .caret {
    border-top-color: #fff;
  }
    .dropdown-gray.open a .caret,
    .dropdown-gray a:hover .caret {
      border-top-color: #b0b0b0;
    }

  .dropdown-gray .dropdown-menu > li.dropdown-header > a {
    padding-left: 0;
    padding-right: 0;
  }


/* dropdown white*/
.dropdown-white {
}
  .dropdown-white .dropdown-toggle {
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #999;
  }
  .dropdown-white .dropdown-menu {
    border: 1px solid #e6e6e6;
  }
    .dropdown-white .dropdown-toggle:hover {
      border: 1px solid #e6e6e6;
      background: #fff;
      color: #424242;
    }
  .dropdown-white.open .dropdown-toggle {
    border: 1px solid #e6e6e6;
    background: #fff;
  }
  .nav .dropdown-white.open > a, 
  .nav .dropdown-white.open > a:hover {
    background: #fff;
    border: 1px solid #e6e6e6;
    color: #424242;
  }

  .dropdown-white .dropdown-menu > li > a:hover {
    background: #3fa9f5;
    color: #fff;
  }
  .dropdown-white .dropdown-menu .divider {
    height: 2px;
    background-color: #e6e6e6;
  }

  
  .dropdown-white .caret {
    border-top-color: #999;
  }
    .dropdown-white.open a .caret,
    .dropdown-white a:hover .caret {
      border-top-color: #b0b0b0;
    }

  .dropdown-white .dropdown-menu > li.dropdown-header > a {
    padding-left: 0;
    padding-right: 0;
  }

  .sep {
    padding: 5px 14px;
    color: #999;
  }


/* dropdown light-gray*/
.dropdown-light-gray {
    min-height: 2rem;
}
  .dropdown-light-gray .dropdown-toggle {
    border: 1px solid #9F9F9F;
    background: #fff;
    color: #424242;
  }
  .dropdown-light-gray .dropdown-menu {
    border: 1px solid #9F9F9F;
  }
    .dropdown-light-gray .dropdown-toggle:hover {
      border: 1px solid #9F9F9F;
      background: #fff;
      color: #424242;
    }
  .dropdown-light-gray.open .dropdown-toggle {
    border: 1px solid #9F9F9F!important;
    background: #fff;

  }
  .nav .dropdown-light-gray.open > a, 
  .nav .dropdown-light-gray.open > a:hover, {
    background: #fff;
    border: 1px solid #9F9F9F;
    color: #424242;
  }

  .dropdown-light-gray .dropdown-menu > li > a:hover {
    background: #f2f2f2;
    color: #424242;
  }
  .dropdown-light-gray .dropdown-menu .divider {
    height: 2px;
    background-color: #f2f2f2;
  }

  
  .dropdown-light-gray .caret {
    border-top-color: #000;
  }
    .dropdown-light-gray.open a .caret,
    .dropdown-light-gray a:hover .caret {
      border-top-color: #424242;
    }

  .dropdown-light-gray .dropdown-menu > li.dropdown-header > a {
    padding-left: 0;
    padding-right: 0;
  }


/* dropdown gray 2*/
.dropdown-gray2 {
}
  .dropdown-gray2 .dropdown-toggle {
    /*border: 1px solid #bdccd4;*/
    background: #bdccd4;
    color: #fff;
  }
  .dropdown-gray2 .dropdown-menu {
    border: 1px solid #bdccd4;
  }
    .dropdown-gray2 .dropdown-toggle:hover {
      border: 1px solid #bdccd4;
      background: #fff;
      color: #424242;
    }
  .dropdown-gray2.open .dropdown-toggle {
    border: 1px solid #bdccd4;
    background: #fff;
  }
  .nav .dropdown-gray2.open > a, 
  .nav .dropdown-gray2.open > a:hover {
    background: #fff;
    border: 1px solid #bdccd4;
    color: #424242;
  }

  .dropdown-gray2 .dropdown-menu > li > a:hover {
    background: #bdccd4;
    color: #fff;
  }
  .dropdown-gray2 .dropdown-menu .divider {
    height: 2px;
    background-color: #bdccd4;
  }

  .dropdown-gray2 .caret {
    border-top-color: #fff;
  }
    .dropdown-gray2.open a .caret,
    .dropdown-gray2 a:hover .caret {
      border-top-color: #bdccd4;
    }

  .dropdown-gray2 .dropdown-menu > li.dropdown-header > a {
    padding-left: 0;
    padding-right: 0;
  }



/* dropdown gradient*/
.dropdown-gradient {
}
  .dropdown-gradient .dropdown-toggle {  
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
    border: 1px solid #e5e5e5;
  }
    .dropdown-gradient .dropdown-menu {
      border: 1px solid #e5e5e5;
    }
    .dropdown-gradient .dropdown-toggle:hover {
      border: 1px solid #e5e5e5;
      color: #424242;
      background: #ffffff;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-8 */
    }
  .dropdown-gradient.open .dropdown-toggle {
    border: 1px solid #e5e5e5;
    background: #fff;
  }
  .nav .dropdown-gradient.open > a, 
  .nav .dropdown-gradient.open > a:hover {
    border: 1px solid #e5e5e5;
    color: #424242;
    background: #ffffff;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-8 */
  }

  .dropdown-gradient .dropdown-menu > li > a:hover {
    background: #b3b3b3;
    color: #fff;
  }
  .dropdown-gradient .dropdown-menu .divider {
    height: 2px;
    background-color: #e5e5e5;
  }

  
  .dropdown-gradient .caret {
    border-top-color: #b0b0b0;
  }
    .dropdown-gradient a:hover .caret {
      border-top-color: #b0b0b0;
    }

  .dropdown-gradient .dropdown-menu > li.dropdown-header > a {
    padding-left: 0;
    padding-right: 0;
  }
/* end dropdowns */

  .btn-group.border-white .dropdown-toggle:not(:hover) {
    /*border-left-color: #fff;*/
  }
  .btn-group.border-white > .btn:first-child {
      /*border-right-color: #fff;
      border-right-width: 2px;*/
  }
  .btn-group:hover .carret {
    border-top-color: #424242 !important;
  }

  

  .dropdown-default.btn-group:hover .caret,
  .dropdown-warning.btn-group:hover .caret,
  .dropdown-info.btn-group:hover .caret,
  .dropdown-primary.btn-group:hover .caret,
  .dropdown-danger.btn-group:hover .caret,
  .dropdown-success.btn-group:hover .caret,
  .dropdown-gray2.btn-group:hover .caret,
  .dropdown-gray2.btn-group .caret {
    border-top-color: #424242;
  }
  

  .btn-group.btn-group-default:hover .btn-default {
    border-color: #bebebe;
  }
  .btn-group:hover .btn-success {
    border-color: #7ac943;
  }
  .btn-group:hover .btn-warning {
    border-color: #f5942a;
  }
  .btn-group:hover .btn-tertiary {
    border-color: #3ca2eb;
  }
  .btn-group:hover .btn-gray2 {
    border-color: #bdccd4;
  }
  .btn-group:hover .btn-primary {
    border-color: #3D3A72;
  }
  .btn-group:hover .btn-danger {
    border-color: #f52a32;
  }

  .btn-group-success .dropdown-menu > li > a:hover, 
  .btn-group-success .dropdown-menu > li > a:focus {
    background: #7ac943;
  }
  .btn-group-info .dropdown-menu > li > a:hover, 
  .btn-group-info .dropdown-menu > li > a:focus {
    background: #3ca2eb;
  }
  .btn-group-danger .dropdown-menu > li > a:hover, 
  .btn-group-danger .dropdown-menu > li > a:focus {
    background: #f52a32;
  }
  .btn-group-primary .dropdown-menu > li > a:hover, 
  .btn-group-primary .dropdown-menu > li > a:focus {
    background: #3D3A72;
  }
  .btn-group-warning .dropdown-menu > li > a:hover, 
  .btn-group-warning .dropdown-menu > li > a:focus {
    background: #f5942a;
  }
  .btn-group-default .dropdown-menu > li > a:hover, 
  .btn-group-default .dropdown-menu > li > a:focus {
    background: #e6e6e6;
    color: #424242;
  }

  
  .btn-group.btn-pagination:hover .btn {
    border-color: #e6e6e6;
  }
  .btn-pagination .btn:hover {
    background: #ffffff
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#f4f4f4',GradientType=0 ) !important; /* IE6-9 */
  }

  .btn-left {
    float: left;
  }
  .btn-right {
    float: right;
  }

.btn-group-justified .btn:not(.btn-last) {
  border-right: none;
}
  .btn-group-justified .btn:hover {
    border-color: #e6e6e6 !important;
    /*background: none*/
  }

.btn-danger.active .carret {
  border-top-color: #f52a32 !important;
}

.btn-full {
  width: 100%;
}
.nav-bar-top-bg .nav > li.bss-logout a {
  margin-right: -4px;
}

.bss-example {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.h20px {
  height: 18px;
  overflow: hidden;
  width: 100%;
}
.h21px {
  height: 21px;
  overflow: hidden;
  width: 100%;
}

.navbar-nav-marginli > li {
  margin-right: 10px;
}
.navbar-nav-marginli > li.last {
  margin-right: 0;
}

    .bss-right, 
    .navbar-nav-marginli > li.bss-right {
        float:right; margin-right:0; margin-left:10px;
    }
    
    .bss-line-height-32, 
    .table > tbody > tr > td.bss-line-height-32 {
        line-height:32px;
    }
    
.btn-login {
  text-align: center;
  color: #fff;
}
.login {
  font-family: 'Lato', sans-serif;
}
  .login h4 {
    padding-left: 35px;
    font-family: 'Montserrat', sans-serif;
  }
  .login input {
    border-color: #d9d9d9;
  }
  .login .btn.btn-lg[type=submit] {
    font-size: 19px;
    font-family: 'Lato', sans-serif;
  }

.bbs-left-nav {
  position: fixed;
  top: 61px;
  z-index: 100; 
}
  .bbs-left-nav .navbar-toggle {
    display: block !important;
    width: 30px;
    height: 30px;
    padding: 6px;
    margin: 0;
  }
  .bbs-left-nav .navbar-toggle .icon-bar {
    width: 16px;
    height: 2px;
  }
  .bbs-left-nav .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
  }
  #navbar-left.collapse.in {
    display: block;
  }
  #navbar-left {
    position: fixed;
    top: 61px;
    z-index: 90;
    width: 150px;
    /*width: 230px;*/
    height: 100% !important;
    background: #180f47;
    display: none;
  }

  .navbar-left-body {
      font-size: 11px;
  }
    .navbar-left-header {
      background: #27245a;
      height: 30px;
    }
      .left-pin {
        position: absolute;
        right: 13px;
        top: 8px;
        color: #fff;
      }
      .left-absolute {
        position: absolute;
        top: 8px;
        width: 20px;
        height: 20px;
        display: block;
      }
      .left-list {
        right: 27px;
        background: url(../../Images/left-list.png) 0 0 no-repeat;
      }
        .active .left-list {
          right: 27px;
          background: url(../../Images/left-list-active.png) 0 0 no-repeat;
        }
      .left-table {
        right: 8px;
        background: url(../../Images/left-table.png) 0 0 no-repeat;
      }
        .active .left-table {
          right: 8px;
          background: url(../../Images/left-table-active.png) 0 0 no-repeat;
        }

    .navbar-left-footer {
      background: #27245a;
      height: 39px;
      border-top: 1px solid #302c6a;
      position: absolute;
      bottom: 61px;
      width: 100%;
      z-index: 110;
      left: 0;
    }
      .none {
        display: none;
      }
     
      

  .bss-left-menu {
    margin: 8px 0 15px 15px;
    padding: 0;
  }
    .bss-left-menu li {
      list-style: none;
      margin-bottom: 5px; padding-right:15px;
    }
      .bss-left-menu li a {
        display:block; padding:0 0 3px 3px;
        color:#fff; /* #e6e6e6; */
        border-radius: 6px;
      }
        .bss-left-menu li a:hover {
          color: #fff;
          text-decoration: none;
          background-color:#dc7b2b;
        }

      .bss-left-menu.sec-menu li {
        padding-right:0;
      }
      .bss-left-menu.sec-menu li a {
        padding:0;
        border-radius: 0;
      }
        
        
    .bss-left-menu.table-view {
      margin: 8px 0 15px 15px;
      padding: 0;
    }
      .bss-left-menu.table-view li {
        width: 60px;
        height: 60px;
        border-radius: 6px;
        background: #f2f2f2;
        float: left;
        margin-bottom: 20px;
        margin-right: 8px;
        text-align: center;
        line-height: 9px;
        padding:0;
      }
        .bss-left-menu.table-view li a {
          float:left; width:100%; height:100%;
          color: #4f4872;
          font-size: 8px;
          padding: 0 3px;
          display: block;
        }
          .bss-left-menu.table-view li a:hover {
            color: #4f4872;
            text-decoration: none;
          }

        .bss-left-menu.table-view li .bss-icon {
          display: block;
          margin: 6px auto 0 auto;
          padding-bottom: 31px;
          overflow: hidden;
          background-position: center 0;
        }

      #navbar-left .bss-left-menu.sec-menu.table-view {
        width: 100%;
        clear: both;
        overflow: hidden;
        background: #27245a;
        border-top: 1px solid #413c8b;
        margin-left: 0px;
        padding-top: 10px;
      }
        #navbar-left .bss-left-menu.sec-menu.table-view li {
          width: 60px;
          line-height: 9px;
          margin-bottom: 20px;
          margin-right: 8px;
          margin-left: 0;
          padding: 0;
          line-height: 7px;
        }
        #navbar-left .bss-left-menu.sec-menu.table-view .left-dropdown.border-top {
          border-top: none;
          margin-top: 0;
        }
        #navbar-left .bss-left-menu.sec-menu.table-view .left-dropdown {
          background: #f2f2f2;
          margin-bottom: 10px;
        }

        #navbar-left .bss-left-menu.sec-menu.table-view .left-dropdown.border-top {
          margin-left: 15px!important;
        }


    #navbar-left .bss-left-menu .left-dropdown {
      background: #27245a;
      border-bottom: 1px solid #201a51;
      /*height: 28px;*/
      line-height: 33px;
      display: block;
      margin-left: -15px;
      padding-left: 0; /* 15px; */
      margin-bottom: 0;
    }
    #navbar-left .bss-left-menu .left-dropdown.border-top {
      border-top: 1px solid #413c8b;
      margin-top: 15px;
    }

      #navbar-left .bss-left-menu .left-dropdown a {
        display:block; padding:0 0 0 15px;
        vertical-align: middle;
      }
        
        #navbar-left .bss-left-menu .left-dropdown a:hover {
            background-color:#dc7b2b;
        }

        
        #navbar-left .bss-left-menu.table-view .left-dropdown a {
            padding:0 3px;
        }
        
            #navbar-left .bss-left-menu.table-view .left-dropdown a {
                border-radius: 6px;
            }
        


.relative {
  position: relative;
}

.container-demo {
  width: 100%
}

.h50 {
  height: 50px;
  overflow: hidden;
  width: 100%;
}

/*.left-menu-visible #navbar-left {
  display: none !important;
}*/

.modal-dialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (1rem * 2));
  margin: 1rem auto !important;
}
.modal-dialog::before {
  display: block;
  height: calc(100vh - (1rem * 2));
  content: "";
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
}

.login a {
  color: #424242;
}

.log-det {
  display: block;
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
}

.login label {
    line-height: 33px;
}


.pad-right-20 {
  padding-right: 20px;
}
.h2-padding {
  padding-left: 10px;
}
.h2-margin {
  margin-bottom: 15px;
}

.minus-margin {
  margin-top: -7px;
}
.t100-environmental .minus-margin {
  margin-top: -5px;
}


.fluid-column h2,
.fixed-column h2 {
  text-transform: uppercase;
}


.btn-aligment-panel {

}

/* Works on Webkit */
input::-webkit-input-placeholder {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

/* Works on Firefox */    
input:-moz-placeholder {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

/* Don't work */
input::-webkit-input-placeholder, #test-both:input:-moz-placeholder {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

/* Works on both */
input::-webkit-input-placeholder {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
input:-moz-placeholder {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}​

/**
*
* Fixed columns
*
***/
.col-fix-60 {
  width: 60px;
}
.col-fix-140 {
  width: 140px;
}
.col-fix-220 {
  width: 220px;
}
.col-fix-230 {
  width: 220px;
}
.col-fix-300 {
  width: 300px;
}
.col-fix-380 {
  width: 380px;
}
.col-fix-460 {
  width: 460px;
}
.col-fix-540 {
  width: 540px;
}
.col-fix-620 {
  width: 620px;
}
.col-fix-700 {
  width: 700px;
}
.col-fix-780 {
  width: 780px;
}

.col-fix-60,
.col-fix-140,
.col-fix-220,
.col-fix-300,
.col-fix-380,
.col-fix-460,
.col-fix-540,
.col-fix-620,
.col-fix-700,
.col-fix-780 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/*left menu box*/
.col-fix-230 {
  float: left;
  position: relative;
  min-height: 1px;
}
.with-left-menu {
  padding-left: 240px;
  padding-right: 0;
}

.login .col-lg-3 {
  padding-right: 0;
}
  .login .lbl {
    padding: 0;
    margin: 0;
  }

.input-group-btn button {
  text-transform: uppercase;
  font-weight: 600;
}

.login-page .modal {
  display: block; 
  position: relative; 
  overflow: inherit; 
  height: 100vh;
  margin: 0;
}
  .login-page  .close {
    display: none
  }

  .login-page .nav-bar-top-bg .container,
  .login-page .relative  {
    display: none;
  }

  /* Added by S Ali/ H Jones
      Give 5 px padding around the element for columns so they look better when get stacked
  **/
.col-padding {
    padding:5px;
}








#theme-switcher {
    display:block; width:auto; height:50px; padding:3px;
    position:fixed; top:100px; left:0; z-index:999;
    background:#eee;
    font-size:12px;
}
    
    .theme-switcher-item {
        display:block; float:left; clear:both; width:100%; height:20px; margin:0 0 5px 0; padding:0 3px;
        line-height:20px;
        text-align:center;
        cursor:pointer;
        background:#ccc;
    }
    


/**
*
* New icons
*
***/

.bss-icon {
  position: relative;
  display: inline-block;
  line-height: 1;
  width:20px; /* 24px; */
  height:20px; /* 24px; */
  top:3px; /* 8px; */
}

.bss-blank-top {
  height: 82px;
}

.icon-exit {
  background:  url(../../Images/icons/exit.png) 0 0 no-repeat;
  top: 7px;
}
.icon-settings {
  background:  url(../../Images/icons/settings.png) 0 0 no-repeat;
  top: 7px;
}
.icon-yes {
  background:  url(../../Images/icons/yes.png) 0 0 no-repeat;
  top: 7px;
}
.icon-about {
  background:  url(../../Images/icons/about.png) 0 0 no-repeat;
}
.icon-blog {
  background:  url(../../Images/icons/blog.png) 0 0 no-repeat;
}
.icon-help {
  background:  url(../../Images/icons/help.png) 0 0 no-repeat;
}
.icon-computer {
  background:  url(../../Images/icons/computer.png) 0 0 no-repeat;
}
.icon-copy {
  background:  url(../../Images/icons/copy.png) 0 0 no-repeat;
}
.icon-globe {
  background:  url(../../Images/icons/globe.png) 0 0 no-repeat;
}
.icon-people {
  background:  url(../../Images/icons/people.png) 0 0 no-repeat;
}
.icon-people {
  background:  url(../../Images/icons/people.png) 0 0 no-repeat;
}
.icon-piechart {
  background:  url(../../Images/icons/piechart.png) 0 0 no-repeat;
}
.icon-clipboard {
  background:  url(../../Images/icons/clipboard.png) 0 0 no-repeat;
}
.icon-boss {
  background:  url(../../Images/icons/boss.png) 0 0 no-repeat;
}
.icon-briefcase {
  background:  url(../../Images/icons/briefcase.png) 0 0 no-repeat;
}
.icon-calculator {
  background:  url(../../Images/icons/calculator.png) 0 0 no-repeat;
}
.icon-clock {
  background:  url(../../Images/icons/clock.png) 0 0 no-repeat;
}
.icon-company {
  background:  url(../../Images/icons/company.png) 0 0 no-repeat;
}
.icon-database {
  background:  url(../../Images/icons/database.png) 0 0 no-repeat;
}
.icon-download {
  background:  url(../../Images/icons/download.png) 0 0 no-repeat;
}
.icon-donwloadfolder {
  background:  url(../../Images/icons/donwloadfolder.png) 0 0 no-repeat;
}
.icon-stockgraph {
  background:  url(../../Images/icons/stockgraph.png) 0 0 no-repeat;
}
.icon-3dbarchart {
  background:  url(../../Images/icons/3dbarchart.png) 0 0 no-repeat;
}
.icon-tune {
  background:  url(../../Images/icons/tune.png) 0 0 no-repeat;
}
.icon-usergroup {
  background:  url(../../Images/icons/usergroup.png) 0 0 no-repeat;
}
.icon-warning {
  background:  url(../../Images/icons/warning.png) 0 0 no-repeat;
}
.icon-person {
  background:  url(../../Images/icons/person.png) 0 0 no-repeat;
}
.small-panel-pink {
    width:71px;
    height:71px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:5px solid #FFA8C5;
    background-color:#FFFFFF;
}
.small-panel-ochre {
    width:75px;
    height:75px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border:2px solid #E67727;
    background-color: #CDD2FF;
}
.small-panel-label {
    color: black;
    font-family: sans-serif;
    font-size: small;
    text-align: center;
    /*padding-left: 15px;*/
    padding-top: 10px;
}
.small-panel-container {
    width:140px;
    height:140px;
    margin:auto;
    /*background-color: #CDD2FF;*/
}
.small-panel-padding {
    padding-top: 2px;
    padding-left: 34px;
}
.large-panel-pink {
    width:210px;
    height:210px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border:15px solid #FFA8C5;
    background-color:#FFFFFF;
}
.large-panel-ochre {
    width:200px;
    height:200px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border:10px solid #E67727;
    background-color:#FFFFFF;
}
.small-panel-image {
    margin-left: 5%; 
    margin-top: 7%;
}
.riskmatrixpopup-td {
    padding-left: 5px;
}
.noshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    outline: none;
    border:none !important;

    display: block;
    width: 100%;
    height: 40px;

    padding: 8px 10px;

    font-size: 12px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    background-image: none;    
}
.table-control-measure {
    border-spacing: 10px;
    border-width: 1px;
}

/*Added By Shahid: Needed to higlight an element with red background i.e. over due tasks*/
.OverDue {
    background-color:red;
    color:white
}

.OverDue:hover {
 color: black;
}

.btn-risk-matrix {
    width: 30px;
    height: 30px;
    color: white;
    min-width: 0;
}

.btn-risk-level {
    width: 20px;
    height: 20px;
    color: white
}

.btn-compliance-score {
    width: 35px;
    height: 35px;
    color: white
}

.btn-center-text {
    text-align: center;
}

.table-collapsible-top-hide {
    display: none;
}


.table-collapsible-bottom-hide {
    display: none;
}

.table-row-even {
    background-color: #dfdfdf;
}

.table-row-odd {
    background-color: #ffffff;
}

.table-cell-even {
    background-color: #dfdfdf;
}

.table-cell-odd {
    background-color: #ffffff;
}

.dark-blue {
    color: DarkBlue;
}

.grey {
    color: #5A5A5A;
}

.crimson {
    color: crimson
}

.risk-level-scrollable-div {
    overflow-y: auto;
    height: 125px;
    width: 200px;
}

.risk-level-font-size {
    font-size: 12px;
    font-weight: bold;
}

.no-left-padding {
    padding-left: 0px;
}

.no-right-padding {
    padding-right: 0px;
}

.no-padding {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.infographic-value {
    font-weight: bold; 
    font-size: 70px;
}


/*Dummy classes for loading div across the whole site */
.addLoading {
}

.ddlAddLoading {
}

.loader {
position : absolute ;
top : 0;
left : 0;
width : 100%;
height : 100%;
background : rgba(173, 170, 185, 0.5) url('../../Images/BSSDefault/64x64/ajax-loader.gif') no-repeat 50%;

}

.modal250 {
    width: 250px;
}

.modal350 {
    width: 350px;
}

.modal450 {
    width: 350px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.dragHandler {
    background:  url(../../Images/grey-drag.png) 0 0 no-repeat;
    cursor:pointer;
}

body {
    background-color: #e8e8e8;
}

#bss-body-col {
	background-color: #FFF;
}

/* ------------- ADAM'S UPSLINKING STYLES ----------- */

/*This is the new card style. Make sure to include the .row class if you intend to put bootsrap columns inside a card.*/
.card {
  margin: 2em 0;
  background: white;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  padding: 2em 2%;
  border-radius: 2px;
}

/*This identifies the top card on any page, including the header, subtitle, and any buttons*/
.card-header {
  background: white;
  padding: 0.3rem 1rem 0.5rem 1rem;
  margin-bottom: 0.3rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);

  width: 100%;
  overflow: auto;
}

@media (max-width: 780px) {
    .card-header {
        padding-top: 10px;
    }
}

/*Use this to bump down any button groups in the header cards*/
@media (min-width: 990px) {
    .header-buttons {
        padding-top: 2rem;
    }
}

/*Apply this to the <th> of any "Actions" column in a table. It's just wide enough to let two small buttons sit side-by-side*/
.actions-column {
    min-width: 13.5rem;
}

/*Some panels get lost against the new white cards. Use this to give them a border.*/
.panel-outline {
    border: solid 1px #d9d9d9;
    border-radius: 4px;
}

/*Fixing the ugly HTML editor.*/
.dxheControl {
    width: 100%;
}

#Content_MainCell > table {
    width:100% !important;
}

.dxheDesignViewArea.dxheViewArea.dxhe-docTypeXHTML {
    height: 280px !important;
    border: none !important;
}

.dxheContentArea.dxheContentAreaSys {
    padding: 0;
}

.dxheStatusBar.dxheContentArea {
    display: none;
}

/*Use this to vertically align a bunch of random stuff inside a bootstrap row*/
.vertical-align-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

/*The following classes can be used to float a column of content centrally inside a .row*/
.max-width-1200px-main-col,
.max-width-1200px {
    width: 100%;
    max-width: 1200px;
    flex-basis: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.max-width-1000px {
    width: 100%;
    max-width: 1200px;
    flex-basis: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.mw-sm {
    max-width: 1200px;
    flex-basis: 1200px;
}
.mw-lg {
    max-width: 1200px;
    flex-basis: 1200px;
}

.max-width-800px {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.max-width-600px {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/*These are used to style the "+ Insert Here" links in Checklist and Risk Assessment creation*/

.insert-link-lg {
    font-size: 1.5rem;
    font-weight: 500;
    color: #e77726;
    margin: 21px 0 -30px 0;
}

.insert-link-lg:hover {
    color: #bb6622;
    text-decoration: underline;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.insert-link-sm {
    font-size: 1.2rem;
    font-weight: 500;
    color: #e77726;
    margin: 4px 0 -17px 0;
}

.insert-link-sm:hover {
    color: #bb6622;
    text-decoration: underline;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

/*This helps composite page titles (made of more than one string) sit nicely and wrap. Apply this to a wrapper around any groups of strings which are supposed to make up a single page title.*/
.composite-title {
    padding-top: 15px;
    padding-bottom: 15px;
}

.composite-title > h1,
.composite-title > h2,
.composite-title > h3,
.composite-title > h4,
.composite-title > h5,
.composite-title > h6,
.composite-title > p {
    display: inline;
}

/*This horrible little class is good for shrinking down tiny subtitles so they're not spread too thinly*/
.narrow-subtitle {
    max-width: 800px;
}

/*This applies the same style above to EVERY header subtitle. Remove if it causes issues.*/
/*.card-header p {
    max-width: 800px;
}*/


/*This visually fixes a really confusing page in the second step of Checklist assignment. The elements that this class is applied to should be hidden unless there is more than one employee being currently assigned*/
.upslink-grey-strip {
    background-color: #dedcdc;
    padding: 1rem 0 !important;
    border-radius: 10px;
}


/*Styling tables*/
table {
    font-size: 95%;
}

th:not(:empty):not(:empty):not(.custom) {
    font-weight: 800 !important;
    background-color: #D6D6D6 !important;
    border-bottom: 2px solid #808080 !important;
}

/*Styling the left column of the Training Matrix table*/
#tblAllocateCourses > tbody > tr > td:first-of-type {
    background-color: #efefef;
    padding-left: 1em;
}

#tblAllocateCourses > thead > tr > th:first-of-type {
    padding-left: 1em;
}

#tblAllocateCourses > tbody > tr {
    height: 3.5rem;
}

/*Overriding the inline-style width of the DevExpress HTML editor*/
.dxheControl table {
    width: 100% !important;
}

/*Overriding default modal padding for Login pages*/
.login-modal {
    padding: 8% !important;
}

/*Other*/

.grey-block {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 10px 0;
}


/* ------------- END ADAM'S UPSLINKING STYLES ----------- */

input + label {
    display: inline;
}

#boxMobileToken {
    padding-left: 1rem;
    font-size: 75%;
}

.alertsCount {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    background-color:#f5942a;
    background-image: #f5942a;
    width: 28px;
    height: 28px;
    padding: 5px;
    background: #f5942a;
    border: 1px solid #f5942a;
    color: #fff;
    text-align: center;
    font: 14px  Arial, sans-serif;
}

.archiveCount {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    background-color: #f5942a;
    height: 28px;
    padding: 5px;
    background: #f5942a;
    border: 1px solid #f5942a;
    color: #fff;
    text-align: center;
    font: 14px  Arial, sans-serif;
}

.enableOnMobile {
    display:none;
}

.alignCentre {
    text-align: center; 
}

.bottomBorder {
    border-bottom: 1px solid #D3D3D3;
}

.boldContent {
    font-weight: bold;
}


/* ==================== */
/* START: MEDIA QUERIES */
/* ==================== */

@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;
    width: auto;
  }
  .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;
  }

  .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;
  }
  .hidden-print {
    display: none !important;
  }
}


@media (max-width: 320px)
{
  .navbar-nav .open .dropdown-menu > li > a, 
  .navbar-nav .open .dropdown-menu .dropdown-header {
    width:124px; min-width:0;
  }

  #theme-switcher {
    display:none;
  }
}


@media (max-width: 380px)
{
  .navbar-nav-marginli > li.bss-right {
    float:left; margin-left:0; margin-right:10px;
  }

  .modal-content {
      padding-left: 0;
      padding-right: 0
  }
}


@media (max-width: 540px)
{
  .table-collapsible .table-block td.col-md-1 {
    width:20%;
  }
  .table-collapsible .table-block td.col-md-3 {
    width:30%;
  }
  .table-collapsible .table-block td.col-md-6 {
    width:50%;
  }
  .table-collapsible .table-block td.col-md-9 {
    width:80%;
  }
}


@media (max-width: 767px)
{
  /* XS ONLY (i.e. mobile phones) */
  .d-xs-none {
      display: none;
  }

  .table-collapsible .table-block td {
    display:block; float:left;
    border:1px solid #e6e6e6 !important;
  }
        
  .table-collapsible .table-curved tr th:last-child, .table-collapsible .table-curved tr td:last-child {
    border:1px solid #e6e6e6 !important;
  }

  .table-responsive {
    width:100%;
    margin-bottom: 16.5px;
    margin-left: 0;
    margin-right: 0;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-right: 2px solid #dddddd;
    border-left: 2px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }

  .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: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #4582ec;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #4582ec;
    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: #4582ec;
    background-color: transparent;
    */
    color:#fff;
    background-color: #dc7b2b;
  }
  .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: #333333;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #333333;
    background-color: transparent;
  }
  .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: #cccccc;
    background-color: transparent;
  }

  .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;
  }
  .dropdown-sm {
      position: static;
  }
  .hidden-xs {
    display: none !important;
  }

  .table-curved.table-block-first {
        padding-bottom:5px;
    }
    
    .table-collapsible .table-block td {
        width:100%; overflow:hidden;
        border-bottom:0 !important; border-left:0 !important;
    }
    
        .table-collapsible .table-block td.col-md-1 {
            width:10%;
        }
      
        .table-collapsible .table-block td.col-md-2 {
            width:20%;
        }
      
        .table-collapsible .table-block td.col-md-3 {
            width:30%;
        }
      
        .table-collapsible .table-block td.col-md-6 {
            width:59.59%;
        }
      
        .table-collapsible .table-block td.col-md-7 {
            width:70%;
        }
      
        .table-collapsible .table-block td.col-md-8 {
            width:80%;
        }
      
        .table-collapsible .table-block td.col-md-9 {
            width:90%;
        }

        .table-collapsible .table-curved tr th:last-child, 
        .table-collapsible .table-curved tr td:last-child {
            border-left:0 !important;
        }
        
        .table-collapsible .table-curved tr th:last-child, 
        .table-collapsible .table-curved tr td:last-child,
        .table-collapsible .table-block td.last-in-row {
            border-right:0 !important;
        }
        
        
        .table-collapsible td.bss-td-center {
            text-align:left !important;
        }
        
        .table-collapsible .table > tbody > tr > td {
            padding-left:7px; padding-right:10px;
        }


  .bbs-left-nav {
    display: none;
  }

  #navbar-left.collapse.in {
    display: none;
  }
  
  .navbar-toggle {
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0;
    background: #fff!important;
    border: none !important;
    padding: 8px 10px;
    margin-left:-18px;
  }

  .nav-bar-top-bg.navbar-default .navbar-toggle .icon-bar {
    background-color: #180f47;
  }

    .nav-bar-top-bg .navbar-collapse {
        background: #180f47;
        width: 47%; min-width:150px;
        float: right;
        padding-left: 5px;
        padding-right: 10px;
        position: fixed;
        height: 100%!important;
        right: 0;
        top: 0;
        max-height: 100%;
    }
        .nav-bar-top-bg .navbar-collapse li.level1{
            background: #27245a;
            border-top: 1px solid #38347b;
            margin-left: -5px;
            padding-left: 5px;
        }	
            .nav-bar-top-bg .navbar-collapse li {
                padding-right:10px;
                border-top: 1px solid #180f47;
                border-bottom: 1px solid #180f47; 
            }
                .nav-bar-top-bg .navbar-collapse li ul {
                    background: #180f47;
                }
            .nav-bar-top-bg.navbar-default .navbar-nav > li > a {
                color: #fff!important;
            }
            .nav-bar-top-bg .navbar-nav > li > a {
                padding: 0px 12px 2px 12px;
                margin: 4px 1px 5px;
                border: none;
                height: auto; min-height:20px;
                line-height:18px; /* 17px; */
            }
            
            .navbar-collapse li {
            
            }
            
        .navbar-collapse li.level1.level-style.no-bord {
            margin-bottom: -2px;
        }
        .navbar-collapse li.level1.level-style {
            border-top: 1px solid #38347b;
            border-bottom: 1px solid #38347b; 
            background: #27245a;
        }
            
            .navbar-collapse li.level1.level-style.open {
                background:#180f47;
            }
        
        
        .navbar-nav .open .dropdown-menu {
            padding:0 0 0 5px; margin-left:-5px; overflow:hidden;
            border-top: 1px solid #38347b;
        }
        
        .nav-bar-top-bg .dropdown-menu li {
            display: block; margin:4px 0 5px 0; padding-right:0;
            border:0;
        }
        
        .navbar-nav .open .dropdown-menu > li > a, 
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding:1px 12px 4px 12px;
            line-height:15px;
            white-space:normal;
        }
        
        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color:#fff;
        }
        
            .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
                color:#fff;
                background-color: #dc7b2b;
            }
    
    .nav-bar-top-bg .navbar-right {
      position: absolute;
      left: 0;
      top: 0;
    }
      .bss-avatar-name img {
        /*display: none;*/
      }

  .navbar-brand {
    float: right;
  }

  .nav > li > a.bss-avatar-name span {
    display: none;
    padding-left: 81px;
  }
  .nav > .displaySettings > a.bss-avatar-name span {
    display: inline-block;
    padding-left: 0;
  }

  .pannel-button {
    cursor:pointer;
  }
  
  .pannel-button .panel-body {
    display:none;
  }
    
    .table-collapsible .table-block td.hide-on-mob {
        display:none;
    }
    
    .dropdown {
        float:left; width:auto; margin-bottom:10px;
    }
    
    .dropdown .dropdown-toggle {
        width:auto;
    }

  .container.no-xs-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .no-xs-padding {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}


@media (min-width: 768px)
{
  /* SM, MD and LG (i.e. tablets, laptops and desktops) */
  
    /*This can be used anywhere to align columns in a row vertically*/
    .vertical-align-sm {
        display: flex;
        align-items: center;
    }

  .lead {
    font-size: 24px;
  }

  .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;
  }

  .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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }

  .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 > .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .form-inline .has-feedback .form-control-feedback-input-sm {
    top: 0;
  }

  .form-horizontal .control-label {
    text-align: right;
  }

  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }

  .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 {
    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: #ffffff;
  }

  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }

  .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: #ffffff;
  }

  .navbar {
    border-radius: 4px;
  }

  .navbar-header {
    float: left;
  }

  .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;
  }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-static-top {
    border-radius: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    /*margin-left: -15px;*/
  }

  .navbar-toggle {
    display: none;
  }

  .nav-bar-top-bg .navbar-nav {
    float: left;
    margin: 0 0 0 8px;
  }
  .navbar-nav > li {
    float: left;
  }
  
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }

  .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 > .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback-input-sm {
    top: 0;
  }

  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }

  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
  .modal-dialog-medium {
      width: 600px;
      margin: 30px auto;
  }
  .modal-dialog-narrow {
      width: 400px;
      margin: 0 auto;
  }
    .modal-dialog.login {
        width: 400px;
    }
    .login .form-group {
        margin-bottom: 0px;
        overflow: hidden;
    }

  .modal-sm {
    width: 300px;
  }

}


@media screen and (min-width: 768px)
{
  /* SM, MD and LG only (i.e. tablets, laptops and desktops) */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}


@media (min-width: 768px) and (max-width: 991px)
{
  /* SM only (i.e. tablets) */
  .d-sm-none {
      display: none;
  }

  .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;
  }
  .hidden-sm {
    display: none !important;
  }

  .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%;
  }
  
  .fluid-column .col-sm-9 {
    width:66.6%;
  }
  
  .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%;
  }

  .fluid-column .col-sm-3 {
    width:33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }

  .nav-bar-top-bg .navbar-nav > li > a {
    padding: 0px 7px 1px 7px;
    margin: 3px 1px 2px;
    border: none;
  }

  #navbar-left {
    width: 163px;
  }

  .bss-left-menu li {
    margin-bottom: 8px;
    line-height: 15px;
    overflow: hidden;
    font-size: 12px;
  }

  .list-view .bss-icon {
    position: relative;
    display: inline-block;
    line-height: 1;
    width: 24px;
    height: 24px;
    top: 0;
    float: left;
    margin-right: 8px;
  }

  .pad-right-20 {
    padding-right: 10px;
  }

  .with-left-menu {
    padding-left: 183px;
  }

  .nav-pills > li {
    margin: 0!important;
  }
  .nav-pills.nav-pills-sm > li a, .nav-pills.nav-pills-sm > li a:hover, .nav-pills.nav-pills-sm > li a:focus, .nav-pills.nav-pills-sm > li.active a {
      padding: 0px 4px !important;
      border: 1px solid #fff;
      margin: 0;
  }

  .navbar-nav {
    margin: 0;
  }

  .dropdonw-fullwidth .dropdown.dropdown-big .caret {
    float: right;
    margin-top: -2px;
    position: absolute;
    right: 7px;
    top: 50%;
  }

  .container.no-sm-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .no-sm-padding {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}


@media (min-width: 768px) and (max-width: 1199px)
{
  /* SM and MD only (i.e. tablets and small laptops) */

  .panel-heading .bss-icon {
    margin-right: 1px;
  }

  .home .alert,
  .t100-environmental .alert,
  .home .panel {
    margin-bottom: 10px;
  }
}


@media (max-width: 991px)
{
  /* XS and SM only (i.e. mobile phones and tablets) */

  .bss-side-col
  {
    width: 0px;
    height: 0px;
    display: none;
  }
}


@media (min-width: 992px)
{
  /* MD and LG only (i.e. laptops and desktops) */

  
    /*This can be used anywhere to align columns in a row vertically*/
    .vertical-align-md {
        display: flex;
        align-items: center;
    }



  .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%;
  }
  
  .fluid-column .col-md-9 {
    width:66.6%;
  }
  
  .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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }

  .modal-lg {
    width: 900px;
  }

}


@media (min-width: 992px) and (max-width: 1199px)
{
  /* MD only (i.e. small laptops) */
  .d-md-none {
      display: none;
  }

  .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;
  }
  .hidden-md {
    display: none !important;
  }
}


@media (min-width: 1200px)
{
  /* LG ONLY (i.e. large laptops and desktops) */

  
/*This can be used anywhere to align columns in a row vertically*/
.vertical-align-lg {
    display: flex;
    align-items: center;
}

.d-lg-none {
    display: none;
}

  .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: 0%;
  }
  .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: 0%;
  }
  .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%;
  }

  .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;
  }
  .hidden-lg {
    display: none !important;
  }
}

.f-bss-pagination__content__item .panel, .f-bss-pagination__content__item .card {
    margin: 0;
}

.tmp-icon-padding {
    padding: .5rem !important;
}
.btn-lg {
    min-width: 15rem;
}

.bss-ajaxModal-w100 .bss-modal-dialog {
    max-width: 100% !important;
}

.dashboard-icons {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}
.dashboard-icon {
	min-height: 100px;
	width: 120px;
	border: 1px solid #ddd;
	padding: 20px 0 0;
	background-color: #fafafa;
	background-image: none;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	color: #646464;
	text-shadow: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;

	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	margin-left: 10px;
}
.dashboard-icon:hover {
	background-color: #fff;
	border-color: #b3b3b3;
}
.dashboard-icon a, .dashboard-icon img {
	padding: 0;
	margin: 16px 0 0;
	height: 36px;
}
.dashboard-icon label {
	margin: 38px 5px 0;
	padding: 0;
}
.dashboard-icon a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	margin: 0;
}