/*
 * WTF, forms?
 * Released under MIT and copyright 2014 Mark Otto.
 * http://wtfforms.com
 *
 * Embedded icons from Open Iconic.
 * Released under MIT and copyright 2014 Waybury.
 * http://useiconic.com/open
 */
/*
 * Checkboxes and radios
 */
.control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer; }

.control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */ }

.control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 65%;
  color: #eee;
  text-align: center;
  background-color: #eee;
  -webkit-background-size: 50% 50%;
          background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.control:hover .control-indicator {
  color: #fff;
  background-color: #ccc;
}
*/
/* Focus */
.control input:focus ~ .control-indicator {
  -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
          box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }

/* Checked state */
.control input:checked ~ .control-indicator {
  color: #fff;
  background-color: #0074d9; }

/* Active */
.control input:active ~ .control-indicator {
  color: #fff;
  background-color: #84c6ff; }

/* Checkbox modifiers */
.checkbox .control-indicator {
  border-radius: .25rem; }

.checkbox input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

/* Radio modifiers */
.radio .control-indicator {
  border-radius: 50%; }

.radio input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

/* Alternately, use another character */
.control-x input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==); }

.control-dash input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

/*
 * Select
 */
.select {
  position: relative;
  display: inline-block;
  color: #555; }

.select select {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: .5rem 2.25rem .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 0;
  border-radius: .25rem;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Undo the Firefox inner focus ring */
.select select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

/* Dropdown arrow */
.select:after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-top: -.15rem;
  pointer-events: none;
  border-top: .35rem solid;
  border-right: .35rem solid transparent;
  border-bottom: .35rem solid transparent;
  border-left: .35rem solid transparent; }

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.select select:hover {
  background-color: #ddd;
}
*/
/* Focus */
.select select:focus {
  -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
          box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }

/* Active/open */
.select select:active {
  color: #fff;
  background-color: #0074d9; }

/* Hide the arrow in IE10 and up */
.select select::-ms-expand {
  display: none; }

/* Media query to target Firefox only */
@-moz-document url-prefix() {
  /* Firefox hack to hide the arrow */
  .select select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem; }
  /* <option> elements inherit styles from <select>, so reset them. */
  .select option {
    background-color: white; } }

/* IE9 hack to hide the arrow */
@media screen and (min-width: 0\0) {
  .select select {
    z-index: 1;
    padding: .5rem 1.5rem .5rem 1rem; }
  .select:after {
    z-index: 5; }
  .select:before {
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    z-index: 2;
    content: "";
    display: block;
    width: 1.5rem;
    background-color: #eee; }
  .select select:hover,
  .select select:focus,
  .select select:active {
    color: #555;
    background-color: #eee; } }

/*
 * File
 */
.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 2.5rem; }

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: .075rem solid #ddd;
  border-radius: .25rem;
  -webkit-box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.file-custom:after {
  content: "Choose file..."; }

.file-custom:before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: .075rem solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

/* Focus */
.file input:focus ~ .file-custom {
  -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
          box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }

/*
 * Progress
 */
.progress {
  display: inline-block;
  height: 1rem; }

.progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove Firefox and Opera border */
  border: 0;
  /* IE10 uses `color` to set the bar background-color */
  color: #0074d9; }

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: .2rem; }

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

/* Firefox styles must be entirely separate or it busts Webkit styles. */
@-moz-document url-prefix() {
  .progress[value] {
    background-color: #eee;
    border-radius: .2rem; }
  .progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem; }
  .progress[value="100"]::-moz-progress-bar {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem; } }

/* IE9 hacks to accompany custom markup. We don't need to scope this via media queries, but I feel better doing it anyway. */
@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: .2rem; }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    /* Simulate hiding of value as in native `<progress>` */
    background-color: #0074d9;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem; }
  .progress[width="100%"] {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem; } }

/*
 * Control layouts
 */
.controls-stacked {
  margin: 1rem 0; }

.controls-stacked .control,
.controls-stacked .progress {
  display: block; }

.controls-stacked .control + .control,
.controls-stacked .progress + .progress {
  margin-top: .5rem; }

.controls-inline {
  margin: 1rem 0; }

.controls-inline .control {
  display: inline-block;
  height: 1rem; }

.controls-inline .control + .control {
  margin-left: 1rem; }

.select2-container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes vex-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes vex-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

@keyframes vex-rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

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

.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.vex-overlay {
  -webkit-animation: vex-fadein .5s;
  -o-animation: vex-fadein .5s;
     animation: vex-fadein .5s;
  position: fixed;
  z-index: 1111;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vex-overlay.vex-closing {
  -webkit-animation: vex-fadeout .5s forwards;
  -o-animation: vex-fadeout .5s forwards;
     animation: vex-fadeout .5s forwards; }

.vex-content {
  -webkit-animation: vex-fadein .5s;
  -o-animation: vex-fadein .5s;
     animation: vex-fadein .5s;
  background: #fff; }

.vex.vex-closing .vex-content {
  -webkit-animation: vex-fadeout .5s forwards;
  -o-animation: vex-fadeout .5s forwards;
     animation: vex-fadeout .5s forwards; }

.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7"; }

.vex-dialog-form {
  margin: 0; }

.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.vex-loading-spinner {
  -webkit-animation: vex-rotation .7s linear infinite;
  -o-animation: vex-rotation .7s linear infinite;
     animation: vex-rotation .7s linear infinite;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff; }

body.vex-open {
  overflow: hidden; }

@-webkit-keyframes vex-pulse {
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
            box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
            box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
            box-shadow: inset 0 0 0 300px transparent; } }

@-o-keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    box-shadow: inset 0 0 0 300px transparent; } }

@keyframes vex-pulse {
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
            box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
            box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
            box-shadow: inset 0 0 0 300px transparent; } }

.vex.vex-theme-plain {
  padding-top: 160px;
  padding-bottom: 160px; }

.vex.vex-theme-plain .vex-content {
  font-family: "Helvetica Neue", sans-serif;
  background: #fff;
  color: #444;
  padding: 1em;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 450px;
  font-size: 1.1em;
  line-height: 1.5em; }

.vex.vex-theme-plain .vex-content h1, .vex.vex-theme-plain .vex-content h2, .vex.vex-theme-plain .vex-content h3, .vex.vex-theme-plain .vex-content h4, .vex.vex-theme-plain .vex-content h5, .vex.vex-theme-plain .vex-content h6, .vex.vex-theme-plain .vex-content p, .vex.vex-theme-plain .vex-content ul, .vex.vex-theme-plain .vex-content li {
  color: inherit; }

.vex.vex-theme-plain .vex-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.vex.vex-theme-plain .vex-close:before {
  position: absolute;
  content: "\00D7";
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbb;
  background: transparent; }

.vex.vex-theme-plain .vex-close:hover:before, .vex.vex-theme-plain .vex-close:active:before {
  color: #777;
  background: #e0e0e0; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
  margin-bottom: .5em; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
  margin-bottom: 1em; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"] {
  background: #f0f0f0;
  width: 100%;
  padding: .25em .67em;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 .25em; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  outline: none; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons {
  *zoom: 1; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both; }

.vex.vex-theme-plain .vex-dialog-button {
  border-radius: 0;
  border: 0;
  float: right;
  margin: 0 0 0 .5em;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .8em;
  line-height: 1em;
  padding: .75em 2em; }

.vex.vex-theme-plain .vex-dialog-button.vex-last {
  margin-left: 0; }

.vex.vex-theme-plain .vex-dialog-button:focus {
  -webkit-animation: vex-pulse 1.1s infinite;
  -o-animation: vex-pulse 1.1s infinite;
     animation: vex-pulse 1.1s infinite;
  outline: none; }

@media (max-width: 568px) {
  .vex.vex-theme-plain .vex-dialog-button:focus {
    -webkit-animation: none;
    -o-animation: none;
       animation: none; } }

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
  background: #3288e6;
  color: #fff; }

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
  background: #e0e0e0;
  color: #777; }

.vex-loading-spinner.vex-theme-plain {
  height: 2.5em;
  width: 2.5em; }

/*!
   * Bootstrap Datetime Picker v4.17.49
   * Copyright 2015-2020 Jonathan Peterson
   * Licensed under MIT (https://github.com/Eonasdan/bootstrap-datetimepicker/blob/master/LICENSE)
   */
.bootstrap-datetimepicker-widget {
  list-style: none; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee; }

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777; }

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.bootstrap-datetimepicker-widget.wider {
  width: 21em; }

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important; }

.input-group.date .input-group-addon {
  cursor: pointer; }

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
     -moz-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; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !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^="#"]:after,
  a[href^="javascript:"]: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; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur: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"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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%; }

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

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

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

[role="button"] {
  cursor: pointer; }

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

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

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

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

.text-success {
  color: #3c763d; }

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

.text-info {
  color: #31708f; }

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

.text-warning {
  color: #8a6d3b; }

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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-right: 15px;
  padding-left: 15px; }

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

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

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

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

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

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

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

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

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

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

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

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

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

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

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

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

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

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

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

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

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

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

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

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

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

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

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

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

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

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

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

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

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

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

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

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

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

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

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

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary:focus, .btn-default.focus, .vex.vex-theme-plain .focus.vex-dialog-button.vex-dialog-button-primary {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary:active, .btn-default.active, .vex.vex-theme-plain .active.vex-dialog-button.vex-dialog-button-primary,
  .open > .btn-default.dropdown-toggle,
  .vex.vex-theme-plain .open > .dropdown-toggle.vex-dialog-button.vex-dialog-button-primary {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary:active:hover, .btn-default:active:focus, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary:active:focus, .btn-default:active.focus, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary:active.focus, .btn-default.active:hover, .vex.vex-theme-plain .active.vex-dialog-button.vex-dialog-button-primary:hover, .btn-default.active:focus, .vex.vex-theme-plain .active.vex-dialog-button.vex-dialog-button-primary:focus, .btn-default.active.focus, .vex.vex-theme-plain .active.focus.vex-dialog-button.vex-dialog-button-primary,
    .open > .btn-default.dropdown-toggle:hover,
    .vex.vex-theme-plain .open > .dropdown-toggle.vex-dialog-button.vex-dialog-button-primary:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .vex.vex-theme-plain .open > .dropdown-toggle.vex-dialog-button.vex-dialog-button-primary:focus,
    .open > .btn-default.dropdown-toggle.focus,
    .vex.vex-theme-plain .open > .dropdown-toggle.focus.vex-dialog-button.vex-dialog-button-primary {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .vex.vex-theme-plain .disabled.vex-dialog-button.vex-dialog-button-primary:hover, .btn-default.disabled:focus, .vex.vex-theme-plain .disabled.vex-dialog-button.vex-dialog-button-primary:focus, .btn-default.disabled.focus, .vex.vex-theme-plain .disabled.focus.vex-dialog-button.vex-dialog-button-primary, .btn-default[disabled]:hover, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary[disabled]:hover, .btn-default[disabled]:focus, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary[disabled]:focus, .btn-default[disabled].focus, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary:hover,
  .vex.vex-theme-plain fieldset[disabled] .vex-dialog-button.vex-dialog-button-primary:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary:focus,
  .vex.vex-theme-plain fieldset[disabled] .vex-dialog-button.vex-dialog-button-primary:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .vex.vex-theme-plain .focus.vex-dialog-button.vex-dialog-button-primary,
  .vex.vex-theme-plain fieldset[disabled] .focus.vex-dialog-button.vex-dialog-button-primary {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .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-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

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

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

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

.btn .caret {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

.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-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .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-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

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

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

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

.navbar-header:after {
  clear: both; }

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              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-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

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

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

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

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

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

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

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

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

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

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

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* be-vietnam-pro-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/be-vietnam-pro-v11-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* be-vietnam-pro-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/be-vietnam-pro-v11-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* be-vietnam-pro-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/be-vietnam-pro-v11-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* be-vietnam-pro-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/be-vietnam-pro-v11-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

body {
  background-color: #f3f3f4;
  color: #333; }

a {
  color: #17738E; }

a:focus,
a:hover {
  color: #0c3e4c;
  text-decoration: none; }

.bg-primary {
  background-color: #17738E; }

.bg-primary > .close {
  color: #ddd;
  opacity: 0.8; }

.bg-primary > .close:focus,
.bg-primary > .close:hover {
  color: #fff; }

.page-header {
  padding: 10px 0 0 0;
  margin: 10px 0; }

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin: 10px 0 5px 0;
  color: #17738E; }

.btn-primary,
.open > .dropdown-toggle.btn-primary {
  background-color: #17738E;
  border-color: #0c3e4c;
  color: #fff; }

.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #0c3e4c;
  border-color: #0c3e4c;
  color: #fff; }

.btn-primary.btn:active,
.btn-primary.btn.active,
.open > .dropdown-toggle.btn-primary.btn:active,
.open > .dropdown-toggle.btn-primary.btn.active {
  background-color: #104f62;
  border-color: #0e4757;
  color: #fff; }

.btn-default, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
  background-color: #eee; }

.btn-link {
  color: #17738E; }

.btn-link:focus,
.btn-link:hover {
  color: #0c3e4c; }

.label-primary {
  background-color: #17738E; }

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #17738E;
  border-color: #0c3e4c; }

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

.list-group-item.active > .badge {
  color: #17738E; }

.panel-primary {
  border-color: #17738E; }

.panel-primary > .panel-heading {
  background-color: #17738E;
  border-color: #0c3e4c;
  color: #fff; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0c3e4c; }

.panel-primary > .panel-heading .panel-title > a,
.panel-primary > .panel-heading .panel-title > a:focus,
.panel-primary > .panel-heading .panel-title > a:hover {
  color: #fff; }

.progress-bar {
  background-color: #17738E; }

abbr[title] {
  border-bottom: 0; }

thead {
  background-color: #eee;
  color: #000; }

thead a,
thead a:focus,
thead a:hover {
  color: #000; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #17738E; }

.nav-pills > li.active > a > .badge {
  color: #17738E; }

.nav-tabs li {
  font-weight: 700; }

.navbar-default {
  background-color: transparent;
  border-radius: 0;
  border-color: #000;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 4px; }

.navbar-default .navbar-nav > li a,
.navbar-default .navbar-nav > .active a,
.navbar-default .navbar-nav > .open a,
.navbar-default .nav-justified > li a,
.navbar-default .nav-justified > .active a,
.navbar-default .nav-justified > .open a {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > li a:focus,
.navbar-default .navbar-nav > li a:hover,
.navbar-default .navbar-nav > .active a:focus,
.navbar-default .navbar-nav > .active a:hover,
.navbar-default .navbar-nav > .open a:focus,
.navbar-default .navbar-nav > .open a:hover,
.navbar-default .nav-justified > li a:focus,
.navbar-default .nav-justified > li a:hover,
.navbar-default .nav-justified > .active a:focus,
.navbar-default .nav-justified > .active a:hover,
.navbar-default .nav-justified > .open a:focus,
.navbar-default .nav-justified > .open a:hover {
  background-color: transparent;
  color: #000; }

.navbar-default .navbar-nav .dropdown-menu,
.navbar-default .nav-justified .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-default .navbar-nav .dropdown-menu > li a,
.navbar-default .nav-justified .dropdown-menu > li a {
  color: #666;
  background-color: transparent; }

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

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0; }

.navbar-default .navbar-toggle {
  margin: 5px;
  background-color: #17738E;
  border-color: #0c3e4c; }

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

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #0c3e4c; }

.navbar-default .nav > li {
  border-right: solid 1px; }

.navbar-default .nav > li:last-child {
  border-right: 0; }

.navbar-default .nav > li a {
  padding: 10px 15px;
  line-height: 15px; }

.navbar-inverse {
  border-radius: 0; }

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

.navbar-inverse .inverse-dropdown > li > a {
  color: #ddd; }

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

.navbar-inverse .inverse-dropdown > .divider {
  background-color: #000; }

.navbar-inverse .nav > li {
  border-right: solid 1px; }

.navbar-inverse .nav > li:last-child {
  border-right: 0; }

.navbar-inverse .nav > li a {
  color: #ddd;
  padding: 10px 15px;
  line-height: 15px; }

.navbar,
.navbar-nav, .nav-justified, .nav-tabs.nav-justified {
  min-height: 35px; }

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

@media (max-width: 768px) {
  .navbar-nav, .nav-justified, .nav-tabs.nav-justified {
    margin-bottom: 0; }
  .navbar-nav > li, .nav-justified > li, .nav-tabs.nav-justified > li {
    border-right: 0;
    border-bottom: solid 1px; }
  .navbar-nav > li:last-child,
  .nav-justified > li:last-child {
    border-bottom: 0; }
  .navbar-nav > li a,
  .nav-justified > li a,
  .nav-tabs.nav-justified > li a {
    text-align: center; }
  .navbar-default .nav > li {
    border-right: 0; }
  .nav-justified, .nav-tabs.nav-justified {
    margin: 0 -15px;
    width: auto; }
  .nav-justified li.dropdown.open .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    float: none;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; }
  .dropdown-menu {
    padding-top: 0;
    margin-top: 0; }
  .dropdown-menu .divider {
    display: none; }
  .dropdown-menu li > a {
    border-bottom: solid 1px #ddd; }
  .dropdown-menu > li:last-child > a,
  .dropdown-menu .list-dibamenu > li:last-child > a,
  .dropdown-menu li.media > a {
    border-bottom: 0; }
  .inverse-dropdown li > a {
    border-bottom: solid 1px #333; } }

.carousel .carousel-caption {
  width: 30%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  text-align: left;
  padding: 30px 10px 30px 10px;
  background-image: url("../img/bg-carousel.png"); }

.carousel .carousel-indicators {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  text-align: left;
  padding: 10px; }

.carousel .item img {
  width: 100%;
  height: auto; }

.carousel .carousel-inner {
  padding: 0;
  margin: 0; }

.carousel .caption-title {
  color: #fff; }

.carousel .caption-title a,
.carousel .caption-title a:hover,
.carousel .caption-title a:focus {
  color: #fff; }

@media (max-width: 992px) {
  .carousel .carousel-caption {
    width: 40%;
    padding-top: 10px; } }

@media (max-width: 768px) {
  .carousel .carousel-caption {
    width: 50%; }
  .carousel .carousel-caption .caption-title {
    font-size: 18px; }
  .carousel .carousel-caption .caption-desc {
    display: none; } }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #17738E;
  border-color: #17738E; }

.pagination > li > a,
.pagination > li > span {
  color: #17738E; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #0c3e4c; }

.well {
  background-color: #fafafa;
  border: 1px solid #e4e4e4; }

.page-header-first,
.page-header.page-header-first {
  padding-top: 0;
  margin-top: 0; }

.list-diba {
  padding-left: 0; }

.list-diba li {
  border-bottom: 1px solid #999;
  list-style-type: none;
  padding: 5px 0; }

.list-diba li a {
  color: #666; }

.list-diba li a:focus,
.list-diba li a:hover {
  color: #000; }

.list-diba li:focus,
.list-diba li:hover {
  background-color: #eee;
  border-radius: 3px 3px 0 0; }

@media (max-width: 768px) {
  .masonry-item {
    width: 100%; } }

.form-group.required {
  position: relative; }

.form-group.required .control-label:after {
  color: #d00;
  position: absolute;
  top: 0;
  margin-left: 2px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 0.6em;
  content: "\f069"; }

.pull-right-margin {
  margin: 0 0 5px 10px; }

.pull-left-margin {
  margin: 0 10px 5px 0; }

.diba-tile {
  margin-bottom: 20px;
  background-color: #eee; }

.diba-tile .tile-header {
  color: #fff;
  padding: 15px; }

.diba-tile .tile-header a,
.diba-tile .tile-header a:focus,
.diba-tile .tile-header a:hover {
  color: #fff; }

.diba-tile .tile-body {
  color: #333;
  position: relative; }

.diba-tile .tile-body a,
.diba-tile .tile-body a:focus,
.diba-tile .tile-body a:hover {
  color: #000; }

.diba-tile .tile-picto {
  font-size: 50px; }

.diba-tile .content-header {
  font-size: 1.3em;
  margin-bottom: 1em; }

.diba-tile .diba-tile-banner {
  position: relative; }

.diba-tile .diba-tile-banner img {
  max-width: none;
  width: 100%; }

.diba-tile .diba-tile-banner .tile-banner-header {
  position: absolute;
  padding: 20px 20px 10px 10px;
  font-size: 30px;
  right: 0;
  text-shadow: 2px 2px 5px #222; }

.diba-tile.tile-vertical .tile-header {
  font-size: 1.3em;
  text-align: right;
  min-height: 80px; }

.diba-tile.tile-vertical .tile-body {
  padding: 15px; }

.diba-tile.tile-vertical .tile-picto {
  float: left;
  margin-right: 5px; }

.diba-tile.tile-vertical .tile-tri {
  color: #eee;
  font-size: 40px;
  position: absolute;
  right: 10px;
  top: -25px; }

.diba-tile.tile-horizontal .tile-row {
  display: table;
  margin: 0;
  width: 100%; }

.diba-tile.tile-horizontal .tile-col {
  float: none;
  display: table-cell; }

.diba-tile.tile-horizontal .tile-header {
  font-size: 1.3em;
  min-height: 80px;
  padding-left: 10px; }

.diba-tile.tile-horizontal .tile-body {
  padding: 15px 0; }

.diba-tile.tile-horizontal .tile-picto {
  clear: both; }

.diba-tile.tile-horizontal .tile-tri {
  color: #eee;
  font-size: 40px;
  position: absolute;
  left: -40px;
  top: 10px; }

.diba-tile.tile-pill:focus,
.diba-tile.tile-pill:hover {
  background-color: #ddd; }

.diba-tile.tile-pill .tile-header {
  float: left;
  width: 80px;
  height: 80px;
  text-align: center; }

.diba-tile.tile-pill .tile-body {
  padding: 30px 0 30px 15px;
  height: 80px;
  display: inline-block;
  font-size: 20px;
  line-height: 20px; }

.diba-tile.tile-pill .tile-picto {
  text-align: center; }

@media (max-width: 768px) {
  .diba-tile.tile-pill {
    text-align: center; }
  .diba-tile.tile-pill .tile-header {
    width: 100%; }
  .diba-tile.tile-pill .tile-body {
    padding: 15px;
    height: auto; } }

.dibamenu .nav,
.dibamenu .collapse,
.dibamenu .dropup,
.dibamenu .dibamenu-fw {
  position: static; }

.dibamenu .container {
  position: relative; }

.dibamenu .dropdown.dibamenu-auto .dropdown-menu {
  left: auto;
  border-radius: 0;
  border: 0; }

.dibamenu .dibamenu-content {
  padding: 20px 30px;
  color: #333; }

.dibamenu .dropdown.dibamenu-fw .dropdown-menu {
  left: 0;
  right: 0; }

.dibamenu .dropdown.dibamenu-fw .dropdown-menu,
.dibamenu .dropdown.dibamenu-auto .dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0; }

.dibamenu .dropdown.dibamenu-fw .dropdown-menu .list-dibamenu > li a,
.dibamenu .dropdown.dibamenu-auto .dropdown-menu .list-dibamenu > li a {
  padding: 6px 5px 5px 5px; }

.dibamenu .dropdown.dibamenu-fw .dropdown-menu .dibamenu-content a.btn,
.dibamenu .dropdown.dibamenu-auto .dropdown-menu .dibamenu-content a.btn {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px; }

.dibamenu .dropdown.dibamenu-fw .dropdown-menu .dibamenu-content a.btn-default, .dibamenu .dropdown.dibamenu-fw .dropdown-menu .dibamenu-content .vex.vex-theme-plain a.vex-dialog-button.vex-dialog-button-primary, .vex.vex-theme-plain .dibamenu .dropdown.dibamenu-fw .dropdown-menu .dibamenu-content a.vex-dialog-button.vex-dialog-button-primary,
.dibamenu .dropdown.dibamenu-auto .dropdown-menu .dibamenu-content a.btn-default,
.dibamenu .dropdown.dibamenu-auto .dropdown-menu .dibamenu-content .vex.vex-theme-plain a.vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-plain .dibamenu .dropdown.dibamenu-auto .dropdown-menu .dibamenu-content a.vex-dialog-button.vex-dialog-button-primary {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.dibamenu .dropdown.dibamenu-fw .dropdown-menu .dibamenu-content a.btn-default:focus, .dibamenu .dropdown.dibamenu-fw .dropdown-menu .dibamenu-content .vex.vex-theme-plain a.vex-dialog-button.vex-dialog-button-primary:focus, .vex.vex-theme-plain .dibamenu .dropdown.dibamenu-fw .dropdown-menu .dibamenu-content a.vex-dialog-button.vex-dialog-button-primary:focus,
.dibamenu .dropdown.dibamenu-fw .dropdown-menu .dibamenu-content a.btn-default:hover,
.dibamenu .dropdown.dibamenu-fw .dropdown-menu .dibamenu-content .vex.vex-theme-plain a.vex-dialog-button.vex-dialog-button-primary:hover,
.vex.vex-theme-plain .dibamenu .dropdown.dibamenu-fw .dropdown-menu .dibamenu-content a.vex-dialog-button.vex-dialog-button-primary:hover,
.dibamenu .dropdown.dibamenu-auto .dropdown-menu .dibamenu-content a.btn-default:focus,
.dibamenu .dropdown.dibamenu-auto .dropdown-menu .dibamenu-content .vex.vex-theme-plain a.vex-dialog-button.vex-dialog-button-primary:focus,
.vex.vex-theme-plain .dibamenu .dropdown.dibamenu-auto .dropdown-menu .dibamenu-content a.vex-dialog-button.vex-dialog-button-primary:focus,
.dibamenu .dropdown.dibamenu-auto .dropdown-menu .dibamenu-content a.btn-default:hover,
.dibamenu .dropdown.dibamenu-auto .dropdown-menu .dibamenu-content .vex.vex-theme-plain a.vex-dialog-button.vex-dialog-button-primary:hover,
.vex.vex-theme-plain .dibamenu .dropdown.dibamenu-auto .dropdown-menu .dibamenu-content a.vex-dialog-button.vex-dialog-button-primary:hover {
  background-color: #e6e6e6;
  border-color: #adadad; }

.dibamenu .color-inverse .list-dibamenu > li {
  color: #fff; }

.dibamenu .color-inverse .list-dibamenu > li a {
  color: #fff;
  border-color: #fff; }

.dibamenu .color-inverse .list-dibamenu > li a:focus,
.dibamenu .color-inverse .list-dibamenu > li a:hover {
  color: #333;
  background-color: #eee;
  border-radius: 3px 3px 0 0; }

.dibamenu .color-inverse .dibamenu-content {
  color: #fff; }

.list-dibamenu li {
  list-style-type: none; }

.list-dibamenu li a:focus,
.list-dibamenu li a:hover {
  text-decoration: none; }

@media (min-width: 769px) {
  .list-dibamenu {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px; }
  .list-dibamenu li {
    margin: 5px 0; }
  .list-dibamenu li:before {
    content: '\f054';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1em;
    margin-top: 3px; }
  .list-dibamenu li a {
    display: block;
    border-bottom: #CCC solid 1px; } }

@media (max-width: 768px) {
  .dibamenu .dropdown.dibamenu-fw .dropdown-menu > li a,
  .dibamenu .dropdown.dibamenu-auto .dropdown-menu > li a {
    display: block;
    clear: both; }
  .dibamenu .dropdown.dibamenu-fw .dropdown-menu .list-dibamenu,
  .dibamenu .dropdown.dibamenu-auto .dropdown-menu .list-dibamenu {
    padding: 5px 0; }
  .dibamenu .dropdown.dibamenu-fw .dropdown-menu .list-dibamenu > li > a,
  .dibamenu .dropdown.dibamenu-auto .dropdown-menu .list-dibamenu > li > a {
    padding: 5px 15px;
    line-height: 20px; } }

.diba-panel .panel-picto {
  margin: -3px 10px 0 -5px;
  float: left; }

.diba-panel .panel-body ul {
  margin: 0 0 0 -15px; }

.diba-panel .panel-body a {
  color: #333; }

.diba-panel .panel-banner img {
  max-width: none;
  width: 100%; }

.panel-t1 {
  border-color: #e31d53; }

.panel-t1 > .panel-heading {
  color: #fff;
  background-color: #e31d53;
  border-color: #e31d53; }

.panel-t2 {
  border-color: #008474; }

.panel-t2 > .panel-heading {
  color: #fff;
  background-color: #008474;
  border-color: #008474; }

.panel-t3 {
  border-color: #7b7800; }

.panel-t3 > .panel-heading {
  color: #fff;
  background-color: #7b7800;
  border-color: #7b7800; }

.panel-t4 {
  border-color: #007db1; }

.panel-t4 > .panel-heading {
  color: #fff;
  background-color: #007db1;
  border-color: #007db1; }

.panel-t5 {
  border-color: #d72525; }

.panel-t5 > .panel-heading {
  color: #fff;
  background-color: #d72525;
  border-color: #d72525; }

.panel-t6 {
  border-color: #8e2b77; }

.panel-t6 > .panel-heading {
  color: #fff;
  background-color: #8e2b77;
  border-color: #8e2b77; }

.panel-t7 {
  border-color: #bf550e; }

.panel-t7 > .panel-heading {
  color: #fff;
  background-color: #bf550e;
  border-color: #bf550e; }

.panel-t8 {
  border-color: #437f00; }

.panel-t8 > .panel-heading {
  color: #fff;
  background-color: #437f00;
  border-color: #437f00; }

.panel-t9 {
  border-color: #00539c; }

.panel-t9 > .panel-heading {
  color: #fff;
  background-color: #00539c;
  border-color: #00539c; }

.panel-t10 {
  border-color: #986218; }

.panel-t10 > .panel-heading {
  color: #fff;
  background-color: #986218;
  border-color: #986218; }

.panel-t11 {
  border-color: #877200; }

.panel-t11 > .panel-heading {
  color: #fff;
  background-color: #877200;
  border-color: #877200; }

.panel-t12 {
  border-color: #3e3485; }

.panel-t12 > .panel-heading {
  color: #fff;
  background-color: #3e3485;
  border-color: #3e3485; }

.xarxes {
  padding-top: 5px;
  padding-bottom: 5px; }

.xarxes .xarxa-icon {
  color: #fff; }

.xarxes .facebook .xarxa-bg {
  color: #3b5998; }

.xarxes .twitter .xarxa-bg {
  color: #55acee; }

.xarxes .youtube .xarxa-bg {
  color: #cd201f; }

.xarxes .instagram .xarxa-bg {
  color: #B6627E; }

.xarxes .butlletins .xarxa-bg {
  color: #17738E; }

.xarxes .rss .xarxa-bg {
  color: #FF9300; }

.xarxes .linkedin .xarxa-bg {
  color: #1985BC; }

.xarxes .wikipedia .xarxa-bg {
  color: #8d8d8d; }

.xarxes ul {
  margin: 0; }

.xarxes ul > li {
  padding: 0 5px 0 0; }

.navbar-sidebar {
  border-radius: 0;
  padding: 10px;
  background-color: #eee; }

.navbar-sidebar .navbar-nav > li {
  width: 100%; }

.navbar-sidebar .navbar-nav > li > a {
  padding: 5px; }

.navbar-sidebar li.active,
.navbar-sidebar li.active a {
  color: #17738E; }

.navbar-sidebar .dropdown-menu {
  position: relative;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.navbar-sidebar a {
  color: #333; }

.navbar-sidebar a:hover,
.navbar-sidebar a:focus {
  color: #000; }

img.logo45 {
  max-height: 45px;
  width: auto; }

img.logo50 {
  max-height: 50px;
  width: auto; }

img.logo60 {
  max-height: 60px;
  width: auto; }

.sep-bottom-bloc {
  margin-bottom: 50px; }

.sep-bottom {
  border-bottom: solid 1px #000; }

.sep-bottom-interior {
  border-bottom: solid 1px #999; }

.sep-bottom-secundari {
  border-bottom: solid 1px #ddd; }

.sep-bottom-gruixut {
  border-bottom: solid 4px #000; }

.sep-top {
  border-top: solid 1px #000; }

.sep-top-interior {
  border-top: solid 1px #999; }

.sep-top-secundari {
  border-top: solid 1px #ddd; }

.sep-top-gruixut {
  border-bottom: solid 4px #000; }

.logos {
  padding: 10px 0; }

.c-text {
  color: #333; }

.c-text-secundari {
  color: #666; }

.bg-diba {
  color: #fff;
  background-color: #17738E; }

.c-diba {
  color: #17738E; }

.bg-fosc {
  color: #fff;
  background-color: #222; }

.c-fosc {
  color: #222; }

.bg-gris {
  color: #000;
  background-color: #eee; }

.c-gris {
  color: #eee; }

.bg-blanc {
  color: #222;
  background-color: #fff; }

.c-blanc {
  color: #fff; }

.bg-t1 {
  color: #fff;
  background-color: #e31d53; }

.c-t1 {
  color: #e31d53; }

.bg-t2 {
  color: #fff;
  background-color: #008474; }

.c-t2 {
  color: #008474; }

.bg-t3 {
  color: #fff;
  background-color: #7b7800; }

.c-t3 {
  color: #7b7800; }

.bg-t4 {
  color: #fff;
  background-color: #007db1; }

.c-t4 {
  color: #007db1; }

.bg-t5 {
  color: #fff;
  background-color: #d72525; }

.c-t5 {
  color: #d72525; }

.bg-t6 {
  color: #fff;
  background-color: #8e2b77; }

.c-t6 {
  color: #8e2b77; }

.bg-t7 {
  color: #fff;
  background-color: #bf550e; }

.c-t7 {
  color: #bf550e; }

.bg-t8 {
  color: #fff;
  background-color: #437f00; }

.c-t8 {
  color: #437f00; }

.bg-t9 {
  color: #fff;
  background-color: #00539c; }

.c-t9 {
  color: #00539c; }

.bg-t10 {
  color: #fff;
  background-color: #986218; }

.c-t10 {
  color: #986218; }

.bg-t11 {
  color: #fff;
  background-color: #877200; }

.c-t11 {
  color: #877200; }

.bg-t12 {
  color: #fff;
  background-color: #3e3485; }

.c-t12 {
  color: #3e3485; }

.color-inverse {
  color: #ddd; }

.color-inverse a {
  color: #ddd; }

.color-inverse a:focus,
.color-inverse a:hover {
  color: #fff; }

.c-word {
  color: #2C5898; }

.bg-word {
  color: #fff;
  background-color: #2C5898; }

.btn-word {
  color: #fff;
  background-color: #2C5898; }

.btn-word:focus,
.btn-word:hover {
  color: #fff; }

.c-pdf {
  color: #E90F0E; }

.bg-pdf {
  color: #fff;
  background-color: #E90F0E; }

.btn-pdf {
  color: #fff;
  background-color: #E90F0E; }

.btn-pdf:focus,
.btn-pdf:hover {
  color: #fff; }

.c-excel {
  color: #207245; }

.bg-excel {
  color: #fff;
  background-color: #207245; }

.btn-excel {
  color: #fff;
  background-color: #207245; }

.btn-excel:focus,
.btn-excel:hover {
  color: #fff; }

.c-powerpoint {
  color: #D04727; }

.bg-powerpoint {
  color: #fff;
  background-color: #D04727; }

.bg-powerpoint:focus,
.bg-powerpoint:hover {
  color: #fff; }

.btn-powerpoint {
  color: #fff;
  background-color: #D04727; }

.btn-powerpoint:focus,
.btn-powerpoint:hover {
  color: #fff; }

.btn-gris {
  color: #000;
  background-color: #eee;
  border-color: #ccc; }

.btn-gris:focus,
.btn-gris:hover {
  color: #000; }

.btn-fosc {
  color: #fff;
  background-color: #222; }

.btn-fosc:focus,
.btn-fosc:hover {
  color: #fff; }

.btn-diba {
  color: #fff;
  background-color: #17738E; }

.btn-diba:focus,
.btn-diba:hover {
  color: #fff; }

#regio-cap .logos {
  overflow: hidden; }

#regio-cap .fam-header {
  padding-top: 0;
  padding-bottom: 0; }

#regio-cap .fam-header-title {
  position: absolute; }

#regio-cap .fam-header-text {
  display: inline-block;
  padding: 3px 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  background-color: #17738E;
  font-size: 1.1em; }

#regio-cap .fam-header-text a,
#regio-cap .fam-header-text a:hover,
#regio-cap .fam-header-text a:focus {
  color: #fff; }

#top-header {
  border-color: #000;
  border-bottom: solid 1px; }

#top-header .header-left {
  border-left: solid 1px; }

#top-header .header-left input,
#top-header .header-left button,
#top-header .header-left select {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

#top-header .header-left.acces {
  padding: 7px 0 7px 15px; }

#top-header .header-left.acces a {
  color: #333; }

#top-header .header-left.acces a:focus,
#top-header .header-left.acces a:hover {
  color: #000; }

#top-header .xarxes {
  padding-top: 3px;
  padding-bottom: 2px; }

.logo-esq img {
  margin-right: 10px; }

.diba-header {
  font-size: 36px;
  display: inline-block;
  font-weight: bold; }

@media (max-width: 768px) {
  #top-header .header-left {
    border-left: 0;
    border-top: solid 1px; } }

#regio-menu {
  margin-bottom: 0; }

.menu-dreta {
  margin-right: 0; }

#regio-cos {
  background-color: #fff;
  padding: 20px; }

#regio-destacats .navbar {
  margin: 0; }

.bloc {
  background-color: #eee;
  padding: 15px;
  font-size: 0.9em; }

#lateral address {
  margin-bottom: 0; }

#regio-peu {
  background-color: #fff;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 0.9em; }

#regio-peu .adreca {
  margin-bottom: 0;
  padding-top: 5px;
  color: #666; }

#regio-peu.navbar-fixed-bottom {
  margin: 0;
  padding: 0; }

#regio-peu.navbar-fixed-bottom .adreca {
  padding: 5px 0; }

#regio-peu.navbar-fixed-bottom .adreca address {
  margin-bottom: 0; }

#regio-peu-bottom {
  margin-top: 30px; }

/*# sourceMappingURL=diba-template.css.map */
html {
  font-size: 100%;
  line-height: 1.5; }

body {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: inherit;
  line-height: inherit; }

/* @import 'sprites'; */
/* @include sprites($spritesheet-sprites); */
/* @include retina-sprites($retina-groups); */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.btn-more:after, .icon-organismes:before, .icon-esborranys:before, .icon-edicio:before, .box--anuncis-pendents h2:before, .box--esborranys h2:before, .box--inserir h2:before, .box--consulta-anuncis h2:before, .box--consulta-grups h2:before, .box--faqs h2:before, .close span, .login-head:after, .dropdown-notificacions .dropdown-menu ul.dropdown-menu-list li a::before, .dropdown-notificacions .dropdown-menu ul.dropdown-menu-list li a:hover::before, .perfils h2:before, .js .perfils-toggle span, .flashMessages .close span {
  display: inline-block;
  background-image: url("img/sprite.svg");
  -webkit-background-size: 15.4375em 15.0625em;
          background-size: 15.4375em 15.0625em; }

.lt-ie9 .btn-more:after, .lt-ie9 .icon-organismes:before, .lt-ie9 .icon-esborranys:before, .lt-ie9 .icon-edicio:before, .lt-ie9 .box--anuncis-pendents h2:before, .lt-ie9 .box--esborranys h2:before, .lt-ie9 .box--inserir h2:before, .lt-ie9 .box--consulta-anuncis h2:before, .lt-ie9 .box--consulta-grups h2:before, .lt-ie9 .box--faqs h2:before, .lt-ie9 .close span, .lt-ie9 .login-head:after, .lt-ie9 .dropdown-notificacions .dropdown-menu ul.dropdown-menu-list li a::before, .lt-ie9 .dropdown-notificacions .dropdown-menu ul.dropdown-menu-list li a:hover::before, .lt-ie9 .perfils h2:before, .lt-ie9 .js .perfils-toggle span, .lt-ie9 .flashMessages .close span {
  background-image: url("img/sprite.png"); }

#regio-cos {
  padding: 0; }

.main-container {
  position: relative;
  padding-bottom: 4rem; }
  .main-container:before {
    display: block;
    position: absolute;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ebebeb, #ffffff);
    background-image: -o-linear-gradient(top, #ebebeb, #ffffff);
    background-image: linear-gradient(to bottom, #ebebeb, #ffffff);
    height: 23.125rem;
    width: 100%; }
  .main-container > .container {
    position: relative;
    /*     z-index: 1; */ }

.container-wide {
  margin-top: 1.5rem; }
  @media screen and (min-width: 1200px) {
    .container-wide {
      max-width: 1440px;
      width: 100%; } }

.main-container > .container {
  padding-top: 1rem; }
  .home .main-container > .container {
    /*
    @media screen and (min-width: 1200px) {
      padding-top: 10rem;
    }
    */ }
    @media screen and (min-width: 768px) {
      .home .main-container > .container {
        padding-top: 5rem; } }

@media screen and (min-width: 768px) {
  .accessos > div:first-child {
    border-right: 1px solid #333333; }
  .accessos > div:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (min-width: 1024px) {
  .accessos > div:first-child {
    padding-right: 2rem; }
  .accessos > div:last-child {
    padding-left: 2rem; } }

@media screen and (min-width: 1200px) {
  .accessos > div:first-child {
    padding-right: 5rem; }
  .accessos > div:last-child {
    padding-left: 5rem; } }

.btns-container {
  padding-top: 2.5rem; }

@media screen and (min-width: 768px) {
  .sm-tr {
    text-align: right; } }

@media screen and (min-width: 992px) {
  .md-tr {
    text-align: right; } }

@media screen and (min-width: 1200px) {
  .lg-tr {
    text-align: right; } }

h1 {
  color: #000;
  font-weight: 300;
  font-size: 2rem;
  margin: 0 0 0.5em;
  display: inline-block; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 2.5rem; } }
  h1:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 0.25em;
    background-color: #17738E;
    /*
    @media screen and (min-width: 992px) {
      height: 14px;
    }
    */ }
    @media screen and (min-width: 768px) {
      h1:after {
        height: 8px; } }

h2 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  margin: 0 0 0.75rem; }
  h2 strong {
    font-weight: bold; }

h3 {
  color: #000;
  font-size: 1rem;
  font-weight: bold; }

p {
  margin-bottom: 0.5rem; }
  p:last-of-type {
    margin-bottom: 1.5rem; }

dl.hor div {
  display: block;
  float: left;
  border-right: 1px solid #979797;
  padding-right: 1.5rem;
  margin: 0 1.5rem 1rem 0; }
  dl.hor div:last-child {
    border-right: 0; }
  table dl.hor div {
    margin-bottom: 0; }

dl.hor dd:before {
  display: none; }

.dl-horizontal--2 dt {
  text-align: left; }

dd {
  margin-bottom: 0.5rem; }

.skip-link {
  position: absolute;
  top: 1.5rem;
  right: 100%;
  /* moves off screen */
  background-color: #fff;
  padding: .75rem;
  font-size: .875rem;
  text-decoration: none;
  color: #000; }
  .skip-link:focus {
    right: auto;
    left: 1.5rem;
    z-index: 10; }

@media screen and (min-width: 768px) {
  .cols-container {
    text-align: right; } }

@media screen and (min-width: 768px) {
  #top-header .col {
    display: inline-block;
    vertical-align: top; } }

#top-header .header-left {
  text-align: center; }
  .logged #top-header .header-left {
    padding-right: 15px;
    text-align: left; }
  #top-header .header-left.langs {
    padding-right: 15px; }
    #top-header .header-left.langs ul {
      margin: 0;
      padding: 0; }
      #top-header .header-left.langs ul li {
        display: inline;
        padding: 0;
        margin: 0; }
        #top-header .header-left.langs ul li:after {
          content: '|';
          display: inline-block;
          margin: 0 5px 0 10px; }
        #top-header .header-left.langs ul li:last-child:after {
          display: none;
          margin: 0; }
        #top-header .header-left.langs ul li.active a {
          font-weight: bold; }

.header-left.user {
  font-size: 13px;
  white-space: nowrap;
  padding-right: 0; }
  @media screen and (min-width: 768px) {
    .header-left.user {
      text-align: right; } }
  .header-left.user i {
    font-size: 20px;
    vertical-align: middle; }
  .header-left.user a.username {
    font-weight: bold;
    margin-right: 10px; }
  .header-left.user a.icon {
    color: #e2355f !important;
    vertical-align: top; }

.acces,
.nav {
  font-size: 0.875rem; }

.site-title {
  font-size: 1.625rem;
  font-weight: normal;
  margin: 6px 0 0 0;
  line-height: 1.2;
  display: block; }
  .site-title:after {
    display: none; }

.logo-dre img {
  margin-top: 5px; }
  @media screen and (min-width: 768px) {
    .logo-dre img {
      margin-top: 0;
      float: right; } }

.nav .dropdown .dropdown-menu {
  background-color: #f3f3f4; }
  .nav .dropdown .dropdown-menu li.active {
    background-color: #d8d8d8; }
  .nav .dropdown .dropdown-menu a {
    color: #333 !important; }
    @media screen and (min-width: 768px) {
      .nav .dropdown .dropdown-menu a {
        padding-right: 60px; } }
    .nav .dropdown .dropdown-menu a:hover {
      color: #000 !important; }

@media screen and (min-width: 768px) {
  .heading {
    padding: 1rem 0; } }

#regio-peu {
  font-size: 1rem;
  margin-top: 0;
  border-top: 1px solid #d3d3d4; }

#regio-peu-bottom {
  margin-top: 15px; }

.list-diba {
  font-size: .75rem; }
  .list-diba li {
    border-bottom-color: #d3d3d4; }
    .list-diba li a {
      color: #66616c; }

.meta-nav ul {
  font-size: .75rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 0; }
  .meta-nav ul li {
    padding: 0; }
    .meta-nav ul li:after {
      content: '|';
      padding-left: 1px; }
    .meta-nav ul li:last-child:after {
      display: none; }

#regio-peu .adreca {
  padding-top: 0; }

address {
  margin-bottom: 0; }
  address small {
    font-size: .75rem; }

.xarxes {
  padding: 0;
  margin: 0 0 15px 0;
  border: 0; }
  .xarxes ul > li {
    vertical-align: middle;
    padding-right: 25px; }
    .xarxes ul > li a {
      vertical-align: middle; }

.sep-top-interior {
  border-top-color: #d3d3d4; }
  .sep-top-interior.logos {
    padding-top: 18px; }

@media screen and (min-width: 768px) {
  .navbar-default .nav > li {
    border-bottom: 0;
    border-right: 1px solid; } }

@media screen and (min-width: 768px) {
  .navbar-default .nav > li:first-child {
    border-left: 1px solid; } }

@media screen and (min-width: 768px) {
  .navbar-default .nav > li:last-child {
    border-right: 1px solid; } }

.navbar-default .navbar-toggle {
  margin-right: 0; }

.usuari {
  background-color: #727272;
  padding: 4px 0; }
  .js .usuari {
    position: relative; }
  .usuari span,
  .usuari a {
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold; }
  .usuari .col-xs-9 span {
    display: block; }
    @media screen and (min-width: 768px) {
      .usuari .col-xs-9 span {
        display: inline; } }

.usuari span {
  margin-right: 20px; }

.usuari .canviar {
  font-size: 0.8125em;
  font-weight: normal; }
  .usuari .canviar a {
    /*     font-weight: normal; */
    color: #ff9ab3; }
    .usuari .canviar a span {
      /*       font-weight: normal; */
      margin-right: 0;
      color: #ff9ab3; }

.info {
  padding: 6px 0; }
  .info span {
    color: #000;
    font-size: .875rem;
    font-weight: bold;
    margin-right: 2em;
    display: block; }
    @media screen and (min-width: 768px) {
      .info span {
        display: inline; } }
  .info a {
    color: #17738E; }

.faq-item,
.faqs-list {
  margin-bottom: 3rem; }
  .faq-item > *,
  .faqs-list > * {
    margin-top: 0;
    margin-bottom: 0; }
    .faq-item > *:last-of-type,
    .faqs-list > *:last-of-type {
      margin-bottom: 0; }
    .faq-item > * + *,
    .faqs-list > * + * {
      margin-top: 1.5rem; }
  .faq-item h2,
  .faqs-list h2 {
    font-weight: 700; }
  .faq-item h3,
  .faqs-list h3 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #000; }
  .faq-item h4,
  .faqs-list h4 {
    font-weight: 700;
    font-size: 1rem; }
    .faq-item h4 + *,
    .faqs-list h4 + * {
      margin-top: 0.75rem; }
  .faq-item h5,
  .faqs-list h5 {
    font-size: 1rem;
    font-weight: 700; }
  .faq-item figcaption,
  .faqs-list figcaption {
    font-size: 90%;
    margin-top: 0.5rem; }
  .faq-item img,
  .faqs-list img {
    -webkit-box-shadow: 0 0px 7.5px rgba(0, 0, 0, 0.035), 0 0px 60px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0px 7.5px rgba(0, 0, 0, 0.035), 0 0px 60px rgba(0, 0, 0, 0.07);
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd; }
  .faq-item li img,
  .faqs-list li img {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .faq-item button,
  .faqs-list button {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left; }
    .faq-item button[aria-expanded="true"] svg,
    .faqs-list button[aria-expanded="true"] svg {
      -webkit-transform: rotate(0.5turn);
          -ms-transform: rotate(0.5turn);
           -o-transform: rotate(0.5turn);
              transform: rotate(0.5turn); }
    .faq-item button svg,
    .faqs-list button svg {
      margin-left: 1.5rem; }
  .faq-item .collapse,
  .faq-item .collapsing,
  .faqs-list .collapse,
  .faqs-list .collapsing {
    background-color: #f2f2f2;
    margin-top: 1rem;
    padding: 1.5rem;
    display: block; }
    .js .faq-item .collapse, .js
    .faq-item .collapsing, .js
    .faqs-list .collapse, .js
    .faqs-list .collapsing {
      display: none; }
      .js .faq-item .collapse.in, .js
      .faq-item .collapsing.in, .js
      .faqs-list .collapse.in, .js
      .faqs-list .collapsing.in {
        display: block; }
    .faq-item .collapse > *,
    .faq-item .collapsing > *,
    .faqs-list .collapse > *,
    .faqs-list .collapsing > * {
      margin-top: 0;
      margin-bottom: 0; }
      .faq-item .collapse > *:last-of-type,
      .faq-item .collapsing > *:last-of-type,
      .faqs-list .collapse > *:last-of-type,
      .faqs-list .collapsing > *:last-of-type {
        margin-bottom: 0; }
      .faq-item .collapse > * + *,
      .faq-item .collapsing > * + *,
      .faqs-list .collapse > * + *,
      .faqs-list .collapsing > * + * {
        margin-top: 1.5rem; }
  .faq-item a[href*="youtube"]::before,
  .faq-item a[href$=".mp4"]::before,
  .faqs-list a[href*="youtube"]::before,
  .faqs-list a[href$=".mp4"]::before {
    content: "";
    background: url("img/play.png") no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 0.5rem;
    position: relative;
    top: -2px; }

.table {
  margin-bottom: 2.5rem; }
  .table > thead {
    background-color: transparent; }
    .table > thead > tr > th {
      font-weight: 500;
      text-transform: uppercase;
      font-size: 0.8125rem;
      background-color: transparent;
      border-bottom: 0;
      padding: 0;
      border-right: 10px solid transparent;
      white-space: nowrap; }
      @media screen and (min-width: 1200px) {
        .table > thead > tr > th {
          padding: 0.75rem 0.25rem; } }
      .table > thead > tr > th:first-child {
        padding-left: 0; }
      .table > thead > tr > th:last-child {
        border-right: 0;
        padding-right: 0; }
      .table > thead > tr > th span {
        background-color: #efefef;
        padding: 0.67rem 1rem !important;
        display: block;
        font-weight: bold; }
        @media screen and (min-width: 1200px) {
          .table > thead > tr > th span {
            padding: 0.67rem 1rem !important; } }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    font-size: 0.875rem;
    vertical-align: middle;
    border-top: 0;
    border-bottom: 1px solid #d4d4d4;
    padding: 1rem; }
    @media screen and (min-width: 1200px) {
      .table > tbody > tr > th,
      .table > tbody > tr > td {
        padding: 0.75rem 1rem; } }
    .table > tbody > tr > th.va-top,
    .table > tbody > tr > td.va-top {
      vertical-align: top; }
  .table p {
    margin-bottom: 0; }
    .table p.descr {
      font-weight: bold; }
  .table dl {
    margin: 1rem 0 0;
    font-size: 0.75rem; }

td.icons a {
  color: #000;
  margin: 0 1.5rem 0 0; }
  td.icons a:last-child {
    /*       margin-right: 0; */ }
  td.icons a:hover, td.icons a:focus {
    color: #17738E; }

tr.inactive {
  opacity: 0.55; }
  tr.inactive h3 {
    opacity: 0.55; }
  tr.inactive td.icons a {
    opacity: 0.7; }

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: transparent; }

.table-striped > tbody > tr:nth-of-type(2n + 2) {
  background-color: #f9f9f9; }

.nowrap {
  white-space: nowrap; }

.table-condensed > thead > tr > th {
  border-right: 0;
  padding: 5px;
  border-bottom: 1px solid #d4d4d4; }

.table-condensed > tbody > tr > td {
  padding: 8px;
  vertical-align: top; }

.table-ultracondensed > thead > tr > th {
  border-right: 0;
  padding: 2px;
  border-bottom: 1px solid #d4d4d4; }

.table-ultracondensed > tbody > tr > td {
  padding: 2px;
  vertical-align: top; }

.table td > dl:first-child {
  margin-top: 0; }

.table-responsive td:first-child {
  white-space: normal !important;
  /*   min-width: 15rem; */ }

.td-inline {
  white-space: nowrap; }
  .td-inline > span, .td-inline div > span {
    display: inline-block;
    vertical-align: middle; }

.btn-default, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
  background-color: #17738E;
  border: 0;
  color: #fff;
  padding: 0.66rem 1rem;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  text-transform: none;
  letter-spacing: 0; }
  .btn-default:hover, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary:hover, .btn-default:focus, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary:focus {
    color: #fff;
    background-color: #136178; }

.btn-secondary, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
  background-color: #868686;
  text-transform: none;
  letter-spacing: 0; }
  .btn-secondary:hover, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary:hover, .btn-secondary:focus, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary:focus {
    background-color: #6d6d6d; }

.btn-canvi-estat {
  background-color: transparent;
  text-wrap: initial; }
  .btn-canvi-estat:hover, .btn-canvi-estat:focus {
    background-color: transparent;
    color: #136178; }
  .btn-canvi-estat i {
    vertical-align: text-bottom;
    font-size: 1.25em; }

.btn-canvi-materia {
  background-color: transparent;
  white-space: normal;
  text-align: left;
  color: #333; }
  .btn-canvi-materia:hover, .btn-canvi-materia:focus {
    background-color: transparent;
    color: #136178; }
  .btn-canvi-materia i {
    vertical-align: text-bottom;
    font-size: 1.25em; }

.btn-bordered {
  border: 1px solid #000;
  background-color: #fff;
  color: #000; }
  .btn-bordered:hover, .btn-bordered:focus {
    background-color: #6d6d6d; }
  .btn-bordered i {
    font-size: 18px;
    vertical-align: middle; }

.btn + .btn {
  margin-left: 5px; }

.btn-filter {
  color: #868686;
  border: 1px solid #868686;
  background-color: #fff; }
  .btn-filter:hover, .btn-filter:focus {
    background-color: #fff;
    color: #868686;
    text-decoration: none; }
  .btn-filter.btn-active, .btn-filter.btn-active:focus {
    background-color: #d9d9d9;
    color: #000;
    text-decoration: none; }

.btn-link-icon {
  color: #000;
  background-color: #fff;
  text-transform: uppercase;
  border: 1px solid #e4e4e4; }
  .btn-link-icon i {
    /*       font-size: 18px; */
    vertical-align: middle;
    margin-top: -4px; }
  .btn-link-icon:hover, .btn-link-icon:focus {
    color: #333;
    background-color: #fff; }

.btn-more:after {
  content: "";
  display: inline-block;
  width: 0.8125em;
  height: 0.5em;
  background-position: -14.25em -2.6875em;
  margin-left: 0.5em; }
  .lt-ie9 .btn-more:after {
    width: 12px;
    height: 7px;
    background-position: -228px -43px; }

.btn-new {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .875rem; }
  .btn-new i {
    vertical-align: middle;
    margin-right: 8px; }

.btn-lg, .btn-group-lg > .btn {
  text-transform: uppercase;
  font-size: 0.8125rem;
  padding: 1.205rem 1rem;
  text-align: center; }

.btn-long {
  width: 100%; }

.btn-md {
  text-transform: uppercase;
  font-size: 0.8125rem;
  padding: 0.7rem 1rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.4rem 0.75rem 0.3rem;
  font-size: 0.8125rem;
  line-height: 1.5; }

.btn-icon {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 3rem;
  position: relative;
  padding: 0 3rem;
  height: 5rem;
  padding-left: -webkit-calc(2rem + 66px);
  padding-left: calc(2rem + 66px);
  padding-right: 2rem;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  text-transform: none; }
  .btn-icon svg {
    position: absolute;
    left: .5rem;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
         -o-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1); }

#cookies {
  display: block;
  margin-bottom: 0;
  background: #727272;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3; }

#cookies p {
  color: #fff;
  text-align: center; }

#cookies p:first-of-type {
  margin: 1rem 0 0.5em 0;
  font-size: 0.8125em; }

#cookies p:last-of-type {
  margin: 0 0 0.5em 0; }

#cookies p a.acceptar {
  background: #17738E;
  border: 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
  font-size: 0.8125em;
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  padding-right: 1.125em;
  padding-left: 1.125em;
  margin-bottom: 1rem;
  display: inline-block; }

.noaccept {
  color: #fff;
  text-decoration: underline; }
  .noaccept:hover {
    color: #fff;
    text-decoration: none; }

.icon-title:before {
  display: none; }

.icon-organismes:before {
  width: 3.8125em;
  height: 1.8125em;
  background-position: -4.9375em -6.625em; }
  .lt-ie9 .icon-organismes:before {
    width: 60px;
    height: 28px;
    background-position: -79px -106px; }

.icon-esborranys:before {
  width: 2.125em;
  height: 2.625em;
  background-position: -11.5625em -2.6875em; }
  .lt-ie9 .icon-esborranys:before {
    width: 33px;
    height: 41px;
    background-position: -185px -43px; }

.icon-edicio:before {
  width: 4.0625em;
  height: 2.625em;
  background-position: -0.3125em -6.625em; }
  .lt-ie9 .icon-edicio:before {
    width: 64px;
    height: 41px;
    background-position: -5px -106px; }

@media screen and (min-width: 992px) {
  .icon-title:before {
    content: "";
    display: inline-block;
    font-size: 1rem;
    margin-right: 1.25rem;
    float: left; }
  .icon-title:after {
    float: right; }
  .icon-organismes:after {
    width: -webkit-calc(100% - 81px);
    width: calc(100% - 81px); }
  .icon-esborranys:after {
    width: -webkit-calc(100% - 54px);
    width: calc(100% - 54px); }
  .icon-esborranys + form {
    margin-left: 54px; }
  .icon-edicio:after {
    width: -webkit-calc(100% - 84px);
    width: calc(100% - 84px); } }

.icon {
  display: inline-block;
  vertical-align: middle; }

.icon-group-small {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 24px;
  background: url("img/ico-grup.png") no-repeat; }
  .svg .icon-group-small {
    background-image: url("img/ico-grup.svg"); }

.icon-group:hover .icon-group-small {
  background-position: -34px 0; }

a.icon {
  color: #000; }
  a.icon:hover {
    color: #17738E; }
  a.icon.icon-overtext {
    text-align: center; }
    a.icon.icon-overtext span {
      display: block;
      font-size: 11px; }

.main-form {
  overflow-x: hidden;
  /* per ocultar el border del legend */ }
  .js .main-form legend {
    display: none; }

fieldset {
  position: relative; }
  fieldset:nth-child(even) {
    background-color: #f9f9f9; }
    fieldset:nth-child(even) .form-control {
      background-color: #fff; }

.form-container {
  position: relative;
  padding: 6rem 0 2.5rem; }

.form-inline .form-group {
  margin-right: 1.5rem; }

.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
  position: absolute; }

legend {
  /*   text-transform: uppercase; */
  /*   font-weight: 500; */
  font-weight: 700;
  /*   font-size: 0.8125rem; */
  font-size: 1rem;
  border-bottom-color: #d4d4d4;
  /*   padding-bottom: 0.5em; */
  padding-bottom: 0.25em;
  margin-bottom: 2.5rem;
  position: absolute;
  left: 0;
  top: 2.5rem; }
  @media screen and (min-width: 768px) {
    legend:before, legend:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #d4d4d4;
      display: block;
      position: absolute;
      top: 1.65rem; }
    legend:before {
      left: -100%; }
    legend:after {
      right: -100%; } }

label,
.label {
  font-weight: normal;
  color: #707070;
  display: block;
  max-width: 100%;
  margin-bottom: 5px !important;
  font-size: 0.875rem; }
  label small,
  .label small {
    display: block;
    font-size: 0.875rem;
    color: #838383;
    font-weight: bold; }
  label.no-block,
  .label.no-block {
    display: inline; }

.form-group {
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 768px) {
    .form-group {
      margin-bottom: 2.5rem; } }

.form-control {
  background-color: #f9f9f9;
  border: solid 1px #dfdfdf;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.5rem 1rem;
  height: auto;
  font-size: 0.875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .cercador .form-control {
    padding: 0.5rem 1rem; }
  @media screen and (min-width: 768px) {
    .form-control {
      padding: 1.0625rem 1rem; }
      .cercador .form-control {
        padding: 7px 1rem 8px; } }
  .form-control:focus {
    border-color: #17738E;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-control.form-control-small {
    padding: .5rem;
    width: auto; }

.help-block {
  font-size: 0.875rem;
  color: #838383; }
  .help-block i {
    vertical-align: middle; }

.separador {
  color: #000;
  font-size: 1.25rem;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .separador {
      line-height: 2.5; } }

.cercador input {
  line-height: 1.45; }

.cercador button {
  padding: 0;
  line-height: 0; }

.filterForm {
  margin-bottom: 1rem; }
  .filterForm .searchButton button {
    margin-bottom: 0; }
  .filterForm.filterForm-inline-button button.btn {
    padding: 1rem 1rem; }

@media screen and (min-width: 768px) {
  .radios {
    margin-bottom: 2.5rem !important; } }

@media screen and (min-width: 768px) {
  .radios label {
    margin-right: 1rem; } }

form.login label {
  text-align: center;
  font-size: 0.875rem;
  color: #000; }

form.login input {
  background-color: #f2f2f2; }

@media screen and (min-width: 768px) {
  form.login .btn {
    width: 100%; } }

.form-inline .radio {
  margin-top: 0; }

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

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  cursor: pointer; }
  .inputfile + label i {
    vertical-align: middle; }
  .js .inputfile + label {
    margin-bottom: 0; }

.inputfile + label * {
  pointer-events: none; }

.no-js .inputfile + label {
  display: none; }

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.form-container .select2-container {
  max-width: 100%;
  width: 100% !important; }

.form-select .form-container {
  padding: 1rem 0; }

.select2-container--default .select2-selection--single {
  background-color: #f9f9f9;
  border: solid 1px #dfdfdf;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.795rem 1rem;
  height: auto;
  font-size: 0.875rem;
  color: #555555;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none; }

.select2-container--default .select2-selection--multiple {
  background-color: #f9f9f9;
  border: solid 1px #dfdfdf;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.5rem 1rem;
  height: auto;
  font-size: 0.875rem;
  color: #555555;
  border-radius: 4px; }

.select2-results__option[aria-selected] {
  background: #efefef; }

.list-collection {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .list-collection .wrapper {
    border: 1px solid #d4d4d4;
    padding: 1rem;
    margin: 1rem 0 1.5rem; }
    .list-collection .wrapper .row {
      clear: both; }
    .list-collection .wrapper div.checkbox {
      margin-top: 0; }

form.filterForm {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #d4d4d4; }
  form.filterForm p.clearFilter {
    font-size: 0.8125em; }
    form.filterForm p.clearFilter a {
      display: inline-block;
      padding: 0.66rem 1rem; }
  form.filterForm .select2 {
    width: 100% !important; }

@media screen and (min-width: 768px) {
  form.filterVisibilitat {
    display: inline-block; }
    form.filterVisibilitat div.form-inline {
      display: inline-block;
      margin-left: 2rem;
      padding: 0 2rem 0.25rem;
      border-left: 1px solid #d4d4d4; } }

.radio input[type="radio"][disabled] + .control-indicator {
  cursor: not-allowed;
  border: 1px solid #999; }
  .radio input[type="radio"][disabled] + .control-indicator::after {
    background-color: #999; }

#form-contacta .form-inline .radio {
  margin-right: 1.5rem; }

@media screen and (min-width: 992px) {
  #form-contacta legend .container {
    width: 808px; } }

@media screen and (min-width: 1200px) {
  #form-contacta legend .container {
    width: 780px; } }

p.anunci-attatch strong {
  font-size: 14px;
  display: block;
  margin-bottom: .5rem; }

.validateDataConcreta.has-error {
  border-color: #a94442; }

#update_termini_anunci_request_tarifa_dataConcreta-error,
.help-block-error {
  color: #a94442; }

.filterForm-tauler-bop fieldset {
  margin: 1em 0;
  background-color: #fff !important; }
  .filterForm-tauler-bop fieldset legend {
    position: relative;
    text-transform: uppercase;
    font-size: .85em;
    margin-bottom: 1em;
    top: 0; }
    .filterForm-tauler-bop fieldset legend:before, .filterForm-tauler-bop fieldset legend:after {
      display: none; }

.filterForm-tauler-bop hr {
  margin-top: 15px;
  margin-bottom: 15px; }

.filterForm-tauler-bop .form-group {
  margin-bottom: 15px; }

.filterForm-tauler-bop .dates .form-group label {
  display: none; }

.filterForm-tauler-bop .help-block {
  display: none; }

.filterForm-tauler-bop .opener .opener-trigger {
  margin-bottom: .5rem;
  position: relative;
  cursor: pointer; }
  .filterForm-tauler-bop .opener .opener-trigger:after {
    position: absolute;
    right: 0;
    content: '\e313';
    font-family: 'Material Icons'; }

.filterForm-tauler-bop .opener .opener-content {
  display: none; }

.filterForm-tauler-bop .opener.open .opener-trigger:after {
  content: '\e316'; }

.filterForm-tauler-bop .opener.open .opener-content {
  display: block; }

.filterForm-tauler-bop .btn i {
  vertical-align: middle; }

.filterForm-tauler-bop .radio label {
  padding-left: 30px; }

.filterForm-tauler-bop .select2 {
  width: 100% !important; }

.termini-publicacio {
  display: inline-block;
  padding: 5px 10px;
  background: #ccc;
  color: #000;
  font-weight: bold;
  border-radius: 4px; }

.anunci-secondary-action-buttons {
  margin-top: 2rem; }

label.disabled {
  cursor: not-allowed; }

input.is-invalid {
  border-color: #dc3545; }

#specialUsers .form-group {
  margin-bottom: 0; }

tr.form-anunci-container > td {
  position: relative;
  background-color: #ebebeb;
  padding-top: 2rem !important; }
  tr.form-anunci-container > td form button.close:not(.delete) {
    position: absolute;
    top: 1rem;
    right: 1.75rem; }
  tr.form-anunci-container > td .control input ~ .control-indicator {
    border: 1px solid #ccc; }
  tr.form-anunci-container > td dl {
    font-size: 1rem; }
  tr.form-anunci-container > td p {
    margin-bottom: 10px; }
  tr.form-anunci-container > td .checkbox input:checked ~ .control-indicator {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4IDgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDggOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGZpbGw9IiMwMDAwMCIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiIKCS8+Cjwvc3ZnPgo="); }
  tr.form-anunci-container > td hr {
    border-top: 2px solid #fff; }

.table-responsive .bootstrap-datetimepicker-widget td:first-child {
  min-width: 0; }

.filterForm-tauler-bop .form-control,
.filterForm-tauler-bop .select select,
.filterForm-tauler-bop .select2-container--default .select2-selection--single {
  border: 1px solid #9a9a9a; }

.anuncicorrecions .anuncicorrecions__item {
  border-top: 1px solid #ccc;
  padding: 10px; }

.modal-relacionats .main-form {
  overflow-x: initial; }

.modal-relacionats .modal-dialog {
  width: 900px; }

.modal-relacionats .modal-body.loading {
  padding: 150px; }

.modal-relacionats #form-cerca {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem; }

.modal-relacionats #form-results {
  height: 400px;
  overflow-x: scroll;
  overflow-x: hidden;
  margin-bottom: 3rem; }
  .modal-relacionats #form-results .table .btn-default, .modal-relacionats #form-results .table .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary, .vex.vex-theme-plain .modal-relacionats #form-results .table .vex-dialog-button.vex-dialog-button-primary {
    margin-bottom: 0;
    color: #fff; }

.modal-relacionats .form-group {
  margin-bottom: 1rem; }
  .modal-relacionats .form-group .form-control {
    padding: .75rem 1rem; }

.modal-relacionats .btns-container {
  padding-top: 1rem; }

.editFilesContainer {
  background-color: #f9f9f9;
  padding: 1rem 1rem .5rem;
  margin-bottom: 2rem; }

.control {
  padding: 2px 0 2px 2em; }

.control input:checked ~ .control-indicator {
  background-color: #d8d8d8; }

.control input:focus ~ .control-indicator {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #17738E; }

.radio .control-indicator, .checkbox .control-indicator {
  background-color: #d8d8d8;
  width: 1.375rem;
  height: 1.375rem;
  top: 0.3em; }

.radio input:checked ~ .control-indicator {
  background-image: none;
  border: 1px solid #17738E; }
  .radio input:checked ~ .control-indicator:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #17738E;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.checkbox label {
  padding-left: 30px; }

.checkbox input:checked ~ .control-indicator {
  -webkit-background-size: 100% 100%;
          background-size: 100%; }

.select {
  display: block; }
  .select select {
    background-color: #f9f9f9;
    border: solid 1px #dfdfdf;
    padding: 0.5rem 3rem 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    line-height: 1.42857;
    -webkit-transition: border-color ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s; }
    @media screen and (min-width: 768px) {
      .select select {
        padding-top: 1.0625rem;
        padding-bottom: 1.0625rem; } }
    .select select:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #17738E;
      outline: 0; }
    .select select:active {
      color: #555;
      background-color: #f9f9f9; }

.box {
  background-color: #17738E;
  position: relative;
  padding: 1.4375rem 1.875rem;
  margin-bottom: 2.5rem;
  border-radius: 4px;
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out; }
  @media screen and (min-width: 768px) {
    .box {
      margin-bottom: 1.875rem; } }
  .box:hover {
    background-color: #136178; }
  .box h2 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    margin: 0; }
    .box h2:before {
      content: "";
      display: block;
      margin-bottom: 0.75rem;
      font-size: 1rem; }
  .box span {
    display: block;
    position: absolute;
    font-size: 1.125rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 2px solid #fff;
    right: 20px;
    top: -35px;
    text-align: center;
    line-height: 3.25;
    background-color: #727272; }
    @media screen and (min-width: 768px) {
      .box span {
        top: -25px; } }
  .box a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0; }
  .box--small {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    .box--small h2 {
      font-size: 1rem; }
  .box--anuncis-pendents h2:before {
    width: 4.125em;
    height: 2.625em;
    background-position: -6.875em -0.3125em; }
    .lt-ie9 .box--anuncis-pendents h2:before {
      width: 65px;
      height: 41px;
      background-position: -110px -5px; }
  .box--esborranys h2:before {
    width: 2.125em;
    height: 2.625em;
    background-position: -11.5625em -5.875em; }
    .lt-ie9 .box--esborranys h2:before {
      width: 33px;
      height: 41px;
      background-position: -185px -94px; }
  .box--inserir h2:before {
    width: 2.125em;
    height: 2.625em;
    background-position: -0.3125em -9.8125em; }
    .lt-ie9 .box--inserir h2:before {
      width: 33px;
      height: 41px;
      background-position: -5px -157px; }
  .box--consulta-anuncis h2:before {
    width: 3.625em;
    height: 1.8125em;
    background-position: -11.5625em -0.3125em; }
    .lt-ie9 .box--consulta-anuncis h2:before {
      width: 57px;
      height: 28px;
      background-position: -185px -5px; }
  .box--consulta-grups h2:before {
    width: 5.9375em;
    height: 1.8125em;
    background-position: -0.3125em -4.25em; }
    .lt-ie9 .box--consulta-grups h2:before {
      width: 94px;
      height: 28px;
      background-position: -5px -68px; }
  .box--faqs h2:before {
    width: 1.8125em;
    height: 1.8125em;
    background-position: -0.3125em -13em; }
    .lt-ie9 .box--faqs h2:before {
      width: 28px;
      height: 28px;
      background-position: -5px -208px; }
  .box.box-ligth {
    border: 1px solid #17738E;
    background-color: #fff;
    padding: 1.25rem 1rem; }
    .box.box-ligth h2 {
      font-size: .925rem;
      color: #000; }
    .box.box-ligth span {
      color: #fff;
      font-size: .825rem;
      width: 3rem;
      height: 3rem;
      right: 10px;
      top: -35px;
      line-height: 3.25; }
      @media screen and (min-width: 768px) {
        .box.box-ligth span {
          top: -25px; } }

.box-grey {
  background-color: #656565;
  padding: 1.25rem 1rem;
  margin-bottom: 2.5rem;
  border-radius: 4px;
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
  min-height: 4.6rem; }
  .box-grey h2 {
    color: #fff;
    font-size: .925rem;
    margin: 0; }
    .box-grey h2 small {
      font-size: 80%;
      color: #fff; }
  .box-grey a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0; }

.table-box h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  color: #727272; }

.table-box .table > tbody > tr > td,
.table-box .table > tbody > tr > th {
  padding: 1rem 0;
  color: #000; }

.table-box .table > thead > tr > th,
.table-box .table > tbody > tr > td {
  text-transform: none;
  text-align: center; }

.table-box a {
  color: #17738E; }

.alert {
  border-width: 2px;
  text-align: center;
  margin-bottom: 2.5rem; }

.alert-info {
  background-color: transparent;
  border-color: #990026;
  color: #000; }

.close {
  opacity: 1;
  font-size: 1rem; }
  .close span {
    width: 1.375em;
    height: 1.375em;
    background-position: -9.3125em -6.625em;
    margin-right: 0; }
    .lt-ie9 .close span {
      width: 21px;
      height: 21px;
      background-position: -149px -106px; }

.alert-incidencia {
  margin-top: 1rem;
  background-color: transparent;
  text-align: left;
  border-color: #990026;
  color: #000; }
  .alert-incidencia i {
    vertical-align: middle; }
  .alert-incidencia .data {
    font-size: .875em; }
  .alert-incidencia .usr {
    font-size: .875em;
    font-weight: bold;
    display: inline-block;
    margin-left: 20px; }
  .alert-incidencia .motiu {
    display: block;
    margin-top: .5rem; }

.alert-usuari-edicio {
  margin-top: 2rem;
  background-color: transparent;
  color: #333;
  text-align: left;
  font-size: .75em;
  border-color: #ccc;
  font-weight: bold; }
  .alert-usuari-edicio i {
    vertical-align: middle; }

.alert-note {
  background-color: #fdfd96;
  padding: 0.5em 1em; }

.well {
  background-color: #fff; }
  .well * {
    margin-top: 0; }
  .well p {
    margin-bottom: 0; }
  .well > *:last-child {
    margin-bottom: 0; }

.login-head img {
  margin: 0 auto 2rem; }

.login-head:after {
  content: "";
  display: block;
  margin: 0 auto 2.5rem;
  width: 6em;
  height: 3.375em;
  background-position: -0.3125em -0.3125em; }
  .lt-ie9 .login-head:after {
    width: 95px;
    height: 53px;
    background-position: -5px -5px; }

.modal.modal-avis .modal-header {
  border: none;
  padding: 25px 20px 15px; }

.modal.modal-avis .modal-body {
  padding: 10px 55px 20px;
  font-size: 85%; }
  .modal.modal-avis .modal-body h2, .modal.modal-avis .modal-body h3 {
    font-weight: bold; }

.modal-title small {
  display: block;
  margin-top: 0.5rem;
  font-size: 85%; }

.modal-body {
  white-space: normal; }
  .modal-body .container {
    max-width: 100%; }
  .modal-body legend {
    position: relative; }
    .modal-body legend::before {
      left: 0; }
    .modal-body legend::after {
      right: 0; }
  .modal-body .form-container {
    padding-top: 2rem;
    padding-bottom: 0; }
  .modal-body .flashMessages {
    position: relative;
    max-width: 100%;
    top: auto;
    right: auto; }
    .modal-body .flashMessages .alert {
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1rem;
      padding: 20px 50px; }
      .modal-body .flashMessages .alert button {
        display: none; }
  .modal-body.modal-anunci-original h5 {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 1.125em; }
  .modal-body.modal-anunci-original dl {
    font-size: .875em; }
    .modal-body.modal-anunci-original dl div {
      border-bottom: 1px solid #ebebeb;
      padding: 5px;
      margin: 5px 0 0 0; }

/* @import "components/mfp/settings"; */
/* @import "components/mfp/main"; */
/* @import "components/mfp"; */
.dropdown-toggle {
  margin-bottom: 0; }

.btn-default.active.focus, .vex.vex-theme-plain .active.focus.vex-dialog-button.vex-dialog-button-primary, .btn-default.active:focus, .vex.vex-theme-plain .active.vex-dialog-button.vex-dialog-button-primary:focus, .btn-default.active:hover, .vex.vex-theme-plain .active.vex-dialog-button.vex-dialog-button-primary:hover, .btn-default:active.focus, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary:active.focus, .btn-default:active:focus, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary:active:focus, .btn-default:active:hover, .vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.vex.vex-theme-plain .open > .dropdown-toggle.focus.vex-dialog-button.vex-dialog-button-primary,
.open > .btn-default.dropdown-toggle:focus,
.vex.vex-theme-plain .open > .dropdown-toggle.vex-dialog-button.vex-dialog-button-primary:focus,
.open > .btn-default.dropdown-toggle:hover,
.vex.vex-theme-plain .open > .dropdown-toggle.vex-dialog-button.vex-dialog-button-primary:hover {
  color: #fff;
  background-color: #17738E; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  background-color: #136178 !important; }

.dropdown-notificacions {
  margin-left: 2rem;
  margin-top: -3px; }
  @media screen and (min-width: 768px) {
    .dropdown-notificacions {
      margin-left: 4rem; } }
  .dropdown-notificacions i {
    font-size: 26px !important;
    /*         position:relative; */
    /*         &.bullet::after { */
    /*             position: absolute; */
    /*             content: ''; */
    /*             width: 5px; */
    /*             height: 5px; */
    /*             border-radius: 50%; */
    /*             background: #000; */
    /*         } */ }
  .dropdown-notificacions .dropdown-menu {
    min-width: 180px;
    max-width: 260px;
    width: 260px;
    z-index: 9995;
    border-color: #d4dae4;
    margin: 18px 0 0;
    padding: 0;
    white-space: normal;
    right: -20px;
    border-radius: 10px;
    border: none; }
    @media screen and (min-width: 768px) {
      .dropdown-notificacions .dropdown-menu {
        width: 340px;
        max-width: 340px; } }
    .dropdown-notificacions .dropdown-menu::before {
      position: absolute;
      top: -14px;
      right: 15px;
      display: inline-block !important;
      border-right: 14px solid transparent;
      border-bottom: 14px solid #eee;
      border-left: 14px solid transparent;
      content: '';
      border-bottom-color: #fff; }
    .dropdown-notificacions .dropdown-menu li.title {
      display: block;
      overflow: hidden;
      padding: 0px 10px;
      letter-spacing: .5px;
      border-radius: 4px 4px 0 0; }
    .dropdown-notificacions .dropdown-menu ul.dropdown-menu-list {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .dropdown-notificacions .dropdown-menu ul.dropdown-menu-list li {
        padding: 0;
        margin: 0; }
        .dropdown-notificacions .dropdown-menu ul.dropdown-menu-list li a {
          position: relative;
          display: block;
          padding: 16px 17px 16px 53px;
          line-height: 120%;
          color: #8c8c8c !important;
          border-bottom: 1px solid #ececec; }
          .dropdown-notificacions .dropdown-menu ul.dropdown-menu-list li a::before {
            content: ' ';
            position: absolute;
            left: 21px;
            top: 15px;
            width: 1.0625em;
            height: 1.3125em;
            background-position: -7.5em -9.8125em; }
            .lt-ie9 .dropdown-notificacions .dropdown-menu ul.dropdown-menu-list li a::before {
              width: 16px;
              height: 20px;
              background-position: -120px -157px; }
          .dropdown-notificacions .dropdown-menu ul.dropdown-menu-list li a:hover {
            color: #17738E !important; }
            .dropdown-notificacions .dropdown-menu ul.dropdown-menu-list li a:hover::before {
              width: 1.0625em;
              height: 1.3125em;
              background-position: -9.125em -9.8125em; }
              .lt-ie9 .dropdown-notificacions .dropdown-menu ul.dropdown-menu-list li a:hover::before {
                width: 16px;
                height: 20px;
                background-position: -146px -157px; }
        .dropdown-notificacions .dropdown-menu ul.dropdown-menu-list li:last-child a {
          border-bottom: none; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #17738E;
  border-color: #17738E; }

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #707070; }

.bootstrap-datetimepicker-widget table th {
  border-radius: unset; }

.bootstrap-datetimepicker-widget table td {
  border-radius: unset; }
  .bootstrap-datetimepicker-widget table td.today:before {
    content: "";
    border-bottom-color: #17738E; }
  .bootstrap-datetimepicker-widget table td.day {
    color: #000;
    background: #f8f8f8; }
    .bootstrap-datetimepicker-widget table td.day.new, .bootstrap-datetimepicker-widget table td.day.old {
      color: #818182;
      background: #f8f8f8; }
    .bootstrap-datetimepicker-widget table td.day.disabled {
      color: #818182;
      background: #fff; }
  .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #17738E; }
  .bootstrap-datetimepicker-widget table td span.active {
    background-color: #17738E; }

.bootstrap-datetimepicker-widget .loading {
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  z-index: 20;
  opacity: 0.6;
  text-align: center;
  padding-top: 100px; }
  .bootstrap-datetimepicker-widget .loading .lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    .bootstrap-datetimepicker-widget .loading .lds-ring div {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      position: absolute;
      width: 51px;
      height: 51px;
      margin: 6px;
      border: 6px solid #333333;
      border-radius: 50%;
      -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
           -o-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
              animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #333333 transparent transparent transparent; }
    .bootstrap-datetimepicker-widget .loading .lds-ring div:nth-child(1) {
      -webkit-animation-delay: -0.45s;
           -o-animation-delay: -0.45s;
              animation-delay: -0.45s; }
    .bootstrap-datetimepicker-widget .loading .lds-ring div:nth-child(2) {
      -webkit-animation-delay: -0.3s;
           -o-animation-delay: -0.3s;
              animation-delay: -0.3s; }
    .bootstrap-datetimepicker-widget .loading .lds-ring div:nth-child(3) {
      -webkit-animation-delay: -0.15s;
           -o-animation-delay: -0.15s;
              animation-delay: -0.15s; }

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes lds-ring {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.vex.vex-theme-plain .vex-content {
  padding: 2rem;
  font-family: inherit;
  color: #333; }

.vex.vex-theme-plain .vex-content-large {
  width: 600px; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
  font-size: 1rem;
  line-height: 1.4; }

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
  border-radius: 4px;
  padding: 0.66rem 1rem; }

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
  margin-bottom: 0; }

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
  color: #fff;
  font-size: 1rem; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"] {
  padding: 0.75rem 1rem;
  background-color: #f9f9f9;
  border: solid 1px #dfdfdf;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  font-size: 0.875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px; }

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="date"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="email"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="month"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="number"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="password"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="search"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="text"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="time"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="url"]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #17738E; }

.select2 {
  font-size: 0.875rem; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #17738E; }

.select2-dropdown {
  border-color: #dfdfdf; }

.select2-container--default .select2-search--dropdown {
  padding: 0.5rem; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #dfdfdf;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    color: #555555;
    font-size: 0.875rem; }

.select2-results {
  color: #333;
  font-size: 0.875rem; }

.select2-results__option {
  padding: 0.5rem; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #333; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #555;
  background-color: #f9f9f9; }

.perfils {
  background-color: #2c2c2c;
  margin-top: 6px;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .js .perfils {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    padding-top: 1.5rem;
    z-index: 1;
    width: 100%; }
  .perfils h2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300; }
    @media screen and (min-width: 768px) {
      .perfils h2 {
        font-size: 2rem; } }
    .perfils h2:before {
      content: "";
      width: 2em;
      height: 1.5em;
      background-position: -3em -9.8125em;
      font-size: 1rem;
      margin-right: 10px;
      vertical-align: middle; }
      .lt-ie9 .perfils h2:before {
        width: 31px;
        height: 23px;
        background-position: -48px -157px; }
      @media screen and (min-width: 768px) {
        .perfils h2:before {
          margin-right: 15px; } }

.perfils-toggle {
  display: none; }
  .js .perfils-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0; }
    .js .perfils-toggle span {
      width: 1.75em;
      height: 1.75em;
      background-position: -2.6875em -13em; }
      .lt-ie9 .js .perfils-toggle span {
        width: 27px;
        height: 27px;
        background-position: -43px -208px; }

.select-group-list {
  margin: 2rem 0 0; }
  .select-group-list .group-box {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
    background-color: #fff; }
    @media screen and (min-width: 768px) {
      .select-group-list .group-box {
        padding-left: 3rem;
        position: relative; } }
    @media screen and (min-width: 1024px) {
      .select-group-list .group-box {
        padding-left: 4rem; } }
    .select-group-list .group-box .grup-box-item {
      margin-top: .75rem;
      padding-bottom: .5rem;
      border-bottom: 1px solid #e4e4e4; }
      .select-group-list .group-box .grup-box-item:last-child {
        border-bottom: none; }
      .select-group-list .group-box .grup-box-item.active {
        background-color: #e4e4e4;
        margin-top: 0;
        padding-top: .75rem;
        /* 	      background-color: black; */
        /* 	      .icon-usr, */
        /* 	      h3, */
        /* 	      p { */
        /* 	        color: white; */
        /* 	      } */
        /* 	      .rols span { */
        /* 	        color: #fff; */
        /* 	      } */
        /* 	      .btn-bordered { */
        /* 	        background-color: transparent; */
        /* 	        color: #fff; */
        /* 	        border-color: #fff; */
        /* 	      } */ }
        .select-group-list .group-box .grup-box-item.active p {
          margin-left: 1rem; }
    .select-group-list .group-box h3,
    .select-group-list .group-box p,
    .select-group-list .group-box .icon-usr,
    .select-group-list .group-box span {
      color: #000; }
    .select-group-list .group-box h3 {
      font-size: 1.125rem;
      margin: 0 0 0.25rem; }
    .select-group-list .group-box p {
      font-size: 0.875rem;
      margin-bottom: .5rem; }
      .select-group-list .group-box p.rols {
        margin-bottom: 1rem;
        margin-top: .5rem; }
        .select-group-list .group-box p.rols span {
          text-transform: uppercase;
          font-weight: normal; }
    @media screen and (min-width: 768px) {
      .select-group-list .group-box .icon-usr {
        position: absolute; } }
    .select-group-list .group-box .btn {
      margin-bottom: 0; }
    .select-group-list .group-box .btn-bordered {
      color: #000;
      border-color: #000; }
      .select-group-list .group-box .btn-bordered:hover, .select-group-list .group-box .btn-bordered:focus, .select-group-list .group-box .btn-bordered:active {
        background-color: transparent; }
    @media screen and (min-width: 1025px) {
      .select-group-list .group-box .btn-ok {
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .select-group-list .group-box .content {
        width: 100%;
        padding-left: 40px; } }

.usuari-organismes-box {
  padding-bottom: .5rem;
  border-bottom: 1px solid #efefef;
  margin-bottom: .5rem; }
  .usuari-organismes-box h3 {
    margin-top: 0; }
  .usuari-organismes-box p {
    margin-bottom: .75rem; }
  .usuari-organismes-box:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0; }
  .usuari-organismes-box .permis-grup-inactive {
    opacity: .25; }

#gmap {
  height: 400px; }

ul.checks {
  list-style-type: none; }
  ul.checks li {
    padding-left: 1rem;
    padding-bottom: .75rem; }
    ul.checks li:before {
      content: '\e876';
      font-family: 'Material Icons';
      float: left;
      margin-left: -1.5em;
      margin-top: -8px;
      color: #17738E;
      font-size: 28px; }

ul.bullets {
  list-style-type: none; }
  ul.bullets li {
    padding-left: 1rem;
    padding-bottom: .75rem; }
    ul.bullets li:before {
      content: '';
      display: block;
      float: left;
      margin-left: -1.5em;
      margin-top: 6px;
      width: 10px;
      height: 10px;
      background-color: #17738E;
      border-radius: 30%; }

ul.grid-2 {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  ul.grid-2 li {
    width: 50%;
    float: left;
    margin-left: 0; }
    ul.grid-2 li:nth-child(2n+1) {
      clear: both; }
  ul.grid-2:after {
    content: '';
    display: block;
    clear: both; }

ul.grid-3 {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  ul.grid-3 li {
    width: 33%;
    float: left;
    margin-left: 0; }
    ul.grid-3 li:nth-child(3n+1) {
      clear: both; }
  ul.grid-3:after {
    content: '';
    display: block;
    clear: both; }

ul.documents {
  list-style-type: none; }
  ul.documents li {
    border: 1px solid #ebebeb;
    margin-bottom: 1.25rem; }
    ul.documents li a {
      padding: 1rem 3rem;
      display: block; }
      ul.documents li a:before {
        content: '\e226';
        font-family: 'Material Icons';
        float: left;
        margin-left: -1.25em;
        margin-top: -8px;
        color: #aaa;
        font-size: 28px; }
      ul.documents li a:hover {
        background-color: #efefef; }

ul.list-counter li.active {
  font-weight: bold; }

ul.list-counter .badge {
  float: right;
  margin-right: 2rem; }

.estat-pdf {
  text-align: center;
  display: block; }
  .estat-pdf i {
    display: block;
    margin-bottom: .5rem; }
  .estat-pdf-ok i {
    color: green; }
  .estat-pdf-pendent i {
    color: red; }

.estat-segellat {
  text-align: center; }
  .estat-segellat--success {
    color: #3c763d; }
  .estat-segellat--error {
    color: #a94442; }
    .estat-segellat--error i {
      display: block; }

/*
Material icons
https://material.io/tools/icons/?style=baseline
https://github.com/google/material-design-icons/blob/master/iconfont/codepoints
Zeplin
https://app.zeplin.io/project/56d3fe46cf0be10e4589b0e5/screen/5beeb0da6c52e03f056eae29
*/
a i {
  vertical-align: middle; }

.navbar-default .nav > li.active {
  background-color: #d8d8d8; }

.heading h1 {
  font-size: 2rem;
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .flashMessages {
    position: fixed;
    top: 100px;
    right: 40px;
    max-width: 20%;
    z-index: 10000; } }

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

.flashMessages .close {
  opacity: 1;
  font-size: 1rem; }
  .flashMessages .close span {
    width: 1.375em;
    height: 1.375em;
    background-position: -5.5625em -9.8125em; }
    .lt-ie9 .flashMessages .close span {
      width: 21px;
      height: 21px;
      background-position: -89px -157px; }

.flashMessages .alert + .alert {
  margin-bottom: 2rem; }

@media screen and (min-width: 768px) {
  .flashMessages .alert {
    padding: 50px;
    width: 100%; }
    .flashMessages .alert button {
      margin-top: -35px;
      margin-right: -15px; } }

.head-button {
  margin-top: 1rem;
  margin-bottom: 0 !important; }

.botons-filtre .btn {
  margin-right: 20px;
  margin-bottom: 5px; }
  .botons-filtre .btn i {
    font-size: 16px; }

a.label-motiu {
  border-top: 1px solid #e8e8e8;
  display: block;
  margin-top: 0.5rem !important;
  padding-top: 0.5rem;
  font-size: 12px;
  font-weight: 500;
  color: #000 !important; }
  a.label-motiu i {
    color: #e31010; }

@media screen and (min-width: 768px) {
  a.generatePassword {
    margin-top: 2rem; } }

.tipus-comunicat-judicial .datepicker,
.tipus-comunicat-judicial .datepickerComunicatJudicial {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.material-icons.bigger {
  display: block;
  font-size: 50px;
  margin-bottom: 1rem; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-4 {
  margin-bottom: 4rem; }

.pt-1 {
  padding-top: 1rem; }

.pt-2 {
  padding-top: 2rem; }

.pt-3 {
  padding-top: 3rem; }

.pt-4 {
  padding-top: 4rem; }

p.mostrant {
  font-style: italic; }

.action-view-anunci {
  display: block;
  text-align: center;
  position: relative;
  padding-left: 16px; }
  .action-view-anunci i {
    position: absolute;
    left: -10px;
    top: 0; }

ul.applied-filters {
  font-size: 12px;
  list-style-type: none;
  margin: 10px 0;
  padding: 0; }
  ul.applied-filters li {
    display: inline-block;
    background: #d9d9d9;
    border-radius: 15px;
    padding: 8px 15px;
    margin: 0 5px 5px; }

.text-upper {
  text-transform: uppercase; }

h3 i.material-icons {
  vertical-align: bottom; }

.show-section {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  position: relative; }
  .show-section::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d4d4d4;
    display: block;
    position: absolute;
    top: 1.65rem; }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; }
  #loader-wrapper #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #17738E;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -o-animation: spin 2s linear infinite;
       animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */ }
  #loader-wrapper #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #17738E;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -o-animation: spin 3s linear infinite;
       animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */ }
  #loader-wrapper #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #17738E;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -o-animation: spin 1.5s linear infinite;
       animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  right: 0;
  bottom: 60px;
  max-width: 450px;
  background-color: #FFF;
  opacity: 0.9;
  padding: 30px 35px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  z-index: 9999; }

#gdpr-cookie-message hr {
  margin: 10px 0; }

#gdpr-cookie-message h4 {
  color: #000;
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 10px; }

#gdpr-cookie-message h5 {
  color: var(--red);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: none; }

#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: #000;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 1.125rem; }

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right; }

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
  margin-bottom: 1em; }

#gdpr-cookie-message label {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: inherit !important; }

#gdpr-cookie-message a {
  color: #17738E !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: bolder;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: #000000;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

#gpdr-cookie-message a:focus {
  outline: none !important; }

#gdpr-cookie-message button,
button#ihavecookiesBtn {
  font-size: 14px;
  padding: 7px 20px;
  margin-left: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 8px; }

#gdpr-cookie-message button#gdpr-cookie-accept, #gdpr-cookie-message button#gdpr-cookie-reject {
  background-color: #17738E;
  color: #FFF;
  border: none; }

#gdpr-cookie-message button#gdpr-cookie-accept:hover, #gdpr-cookie-message button#gdpr-cookie-reject:hover {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0.7; }

#gdpr-cookie-message button#gdpr-cookie-advanced {
  background: none;
  border: 1px solid #000;
  color: #000; }

#gdpr-cookie-message button:disabled {
  opacity: 0.3; }

#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
  background: #e0e0e0;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  opacity: 0.9;
  border: none;
  vertical-align: middle;
  margin-bottom: 0; }

#gdpr-cookie-message input[type="checkbox"]:focus {
  outline: none !important; }

#gdpr-cookie-message input[type="checkbox"]:hover {
  background: #000;
  cursor: pointer;
  border: 0; }

#gdpr-cookie-message input[type="checkbox"]:checked {
  background: #000; }

#gdpr-cookie-message input[type="checkbox"]:disabled {
  background: #979197; }

#gdpr-cookie-message input[type="checkbox"]:disabled:hover {
  background: #979197;
  cursor: default !important; }

@media (max-width: 490px) {
  #gdpr-cookie-message li {
    width: 100%; }
  #gdpr-cookie-message button {
    float: left; }
  .isiOS.isiPhone #gdpr-cookie-message {
    padding: 10px 20px; } }

/*# sourceMappingURL=maps/app.css.map */
