@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/**
 * Footer [_variables]
 */
/** shorcut */
/**
 * Perfect center (horizontal / vertical) using Flexbox
 */
/**
 * Align content using flexbox.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
.center-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.row-valign {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row; }
  .row-valign > div[class*='col-'] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }

/*  Elevation - Based on Angular Material
========================================================================== */
/*! 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: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-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; } }

* {
  box-sizing: border-box; }

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

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

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.845;
  color: #333333;
  background-color: whitesmoke; }

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

a {
  color: #3f51b5;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2b387c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

hr.divider {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
  border: 0;
  border-top: 1px solid transparent; }

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

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

[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: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 23px;
  margin-bottom: 11.5px; }
  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: 11.5px;
  margin-bottom: 11.5px; }
  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: 56px; }

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

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

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

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

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

p {
  margin: 0 0 11.5px; }

.lead {
  margin-bottom: 23px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 769px) {
    .lead {
      font-size: 19.5px; } }

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

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

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

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

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

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

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

.text-italic {
  font-style: italic !important; }

.text-normal {
  font-weight: normal !important; }

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

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

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

.text-muted {
  color: #777777; }

.text-break {
  word-break: break-word; }

.text-placeholder {
  margin: 0;
  color: #777777; }

.text-primary {
  color: #3f51b5 !important; }

a.text-primary:hover,
a.text-primary:focus {
  color: #32408f !important; }

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

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

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

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

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

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

.text-danger {
  color: #a94442 !important; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #3f51b5; }

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

.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: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.845; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 16.25px;
  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.845;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-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: 23px;
  font-style: normal;
  line-height: 1.845; }

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: 2px; }

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

pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 12px;
  line-height: 1.845;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px; }
  .table > thead.thead-bordered > tr > th,
  .table > thead.thead-bordered > tr > td {
    border: 1px solid #ddd; }
  .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.845;
    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: whitesmoke; }

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

.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-center > thead > tr > th,
.table-center > thead > tr > td,
.table-center > tbody > tr > th,
.table-center > tbody > tr > td,
.table-center > tfoot > tr > th,
.table-center > tfoot > tr > td {
  text-align: center;
  vertical-align: middle; }

.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 col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

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

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

.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: #3849a2; }

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

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

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

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

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

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

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

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

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

fieldset {
  padding: 20px;
  border: 1px solid #ddd;
  min-width: 0; }

legend {
  display: block;
  line-height: inherit;
  color: #333333;
  border: 0; }

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

.form-default .form-group > label {
  margin-bottom: 0; }

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

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

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

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

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

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

output {
  display: block;
  padding-top: 8px;
  font-size: 13px;
  line-height: 1.845;
  color: #555555; }

.form-control, .selectize-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 7px 14px;
  font-size: 13px;
  line-height: 1.845;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .selectize-input:focus {
    border-color: #3f51b5;
    outline: 0; }
  .form-control::-moz-placeholder, .selectize-input::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .selectize-input:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .selectize-input::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, .selectize-input::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], [disabled].selectize-input, .form-control[readonly], [readonly].selectize-input,
  fieldset[disabled] .form-control,
  fieldset[disabled] .selectize-input {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], [disabled].selectize-input,
  fieldset[disabled] .form-control,
  fieldset[disabled] .selectize-input {
    cursor: not-allowed; }

textarea.form-control, textarea.selectize-input {
  height: auto;
  resize: vertical; }

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

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 23px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  min-height: 36px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.selectize-input,
  .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.selectize-input,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

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

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

.form-group-sm .form-control, .form-group-sm .selectize-input {
  height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.form-group-sm select.form-control, .form-group-sm select.selectize-input {
  height: 32px;
  line-height: 32px; }

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

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

.input-lg, .input-group-lg > .form-control, .input-group-lg > .selectize-input,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 50px;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 1.846;
  border-radius: 4px; }

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

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

.form-group-lg .form-control, .form-group-lg .selectize-input {
  height: 50px;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.846;
  border-radius: 4px; }

.form-group-lg select.form-control, .form-group-lg select.selectize-input {
  height: 50px;
  line-height: 50px; }

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

.form-group-lg .form-control-static {
  height: 50px;
  min-height: 38px;
  padding: 11px 18px;
  font-size: 15px;
  line-height: 1.846; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .selectize-input {
    padding-right: 47.5px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .selectize-input + .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,
.form-group-lg .selectize-input + .form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .selectize-input + .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,
.form-group-sm .selectize-input + .form-control-feedback {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.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, .has-success .selectize-input {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .selectize-input:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

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

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

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

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

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

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

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

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

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

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

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

.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: 769px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .selectize-input {
    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,
    .form-inline .input-group .selectize-input {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > .selectize-input {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3849a2; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #32408f;
    border-color: #293475; }
  .btn-primary:hover {
    color: #fff;
    background-color: #32408f;
    border-color: #293475; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #32408f;
    border-color: #293475; }
    .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: #293475;
      border-color: #171e44; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .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: #3f51b5;
    border-color: #3849a2; }
  .btn-primary .badge {
    color: #3f51b5;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #4baf50;
  border-color: #4baf50; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #3c8b40;
    border-color: #39843c; }
  .btn-success:hover {
    color: #fff;
    background-color: #3c8b40;
    border-color: #39843c; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3c8b40;
    border-color: #39843c; }
    .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: #317234;
      border-color: #255627; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .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: #4baf50;
    border-color: #4baf50; }
  .btn-success .badge {
    color: #4baf50;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #2396f5;
  border-color: #0b8af3; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #0a7cdb;
    border-color: #0869b9; }
  .btn-info:hover {
    color: #fff;
    background-color: #0a7cdb;
    border-color: #0869b9; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0a7cdb;
    border-color: #0869b9; }
    .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: #0869b9;
      border-color: #064579; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .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: #2396f5;
    border-color: #0b8af3; }
  .btn-info .badge {
    color: #2396f5;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #ffc30a;
  border-color: #f0b500; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #d6a200;
    border-color: #b28700; }
  .btn-warning:hover {
    color: #fff;
    background-color: #d6a200;
    border-color: #b28700; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d6a200;
    border-color: #b28700; }
    .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: #b28700;
      border-color: #705500; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .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: #ffc30a;
    border-color: #f0b500; }
  .btn-warning .badge {
    color: #ffc30a;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #f54137;
  border-color: #f42a1f; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ed180c;
    border-color: #cb140a; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ed180c;
    border-color: #cb140a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ed180c;
    border-color: #cb140a; }
    .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: #cb140a;
      border-color: #8c0e07; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .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: #f54137;
    border-color: #f42a1f; }
  .btn-danger .badge {
    color: #f54137;
    background-color: #fff; }

.btn-light {
  color: #fff;
  background-color: #f8f8f8;
  border-color: #ebebeb; }
  .btn-light:focus, .btn-light.focus {
    color: #fff;
    background-color: #dfdfdf;
    border-color: #cdcdcd; }
  .btn-light:hover {
    color: #fff;
    background-color: #dfdfdf;
    border-color: #cdcdcd; }
  .btn-light:active, .btn-light.active,
  .open > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: #dfdfdf;
    border-color: #cdcdcd; }
    .btn-light:active:hover, .btn-light:active:focus, .btn-light:active.focus, .btn-light.active:hover, .btn-light.active:focus, .btn-light.active.focus,
    .open > .btn-light.dropdown-toggle:hover,
    .open > .btn-light.dropdown-toggle:focus,
    .open > .btn-light.dropdown-toggle.focus {
      color: #fff;
      background-color: #cdcdcd;
      border-color: #acacac; }
  .btn-light:active, .btn-light.active,
  .open > .btn-light.dropdown-toggle {
    background-image: none; }
  .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus,
  fieldset[disabled] .btn-light:hover,
  fieldset[disabled] .btn-light:focus,
  fieldset[disabled] .btn-light.focus {
    background-color: #f8f8f8;
    border-color: #ebebeb; }
  .btn-light .badge {
    color: #f8f8f8;
    background-color: #fff; }

.btn-dark {
  color: #fff;
  background-color: #465069;
  border-color: #3c445a; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #32394a;
    border-color: #232835; }
  .btn-dark:hover {
    color: #fff;
    background-color: #32394a;
    border-color: #232835; }
  .btn-dark:active, .btn-dark.active,
  .open > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #32394a;
    border-color: #232835; }
    .btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus,
    .open > .btn-dark.dropdown-toggle:hover,
    .open > .btn-dark.dropdown-toggle:focus,
    .open > .btn-dark.dropdown-toggle.focus {
      color: #fff;
      background-color: #232835;
      border-color: #090a0d; }
  .btn-dark:active, .btn-dark.active,
  .open > .btn-dark.dropdown-toggle {
    background-image: none; }
  .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus,
  fieldset[disabled] .btn-dark:hover,
  fieldset[disabled] .btn-dark:focus,
  fieldset[disabled] .btn-dark.focus {
    background-color: #465069;
    border-color: #3c445a; }
  .btn-dark .badge {
    color: #465069;
    background-color: #fff; }

.btn-accent {
  color: #fff;
  background-color: #7d55c3;
  border-color: #6f42bc; }
  .btn-accent:focus, .btn-accent.focus {
    color: #fff;
    background-color: #643ca9;
    border-color: #54328f; }
  .btn-accent:hover {
    color: #fff;
    background-color: #643ca9;
    border-color: #54328f; }
  .btn-accent:active, .btn-accent.active,
  .open > .btn-accent.dropdown-toggle {
    color: #fff;
    background-color: #643ca9;
    border-color: #54328f; }
    .btn-accent:active:hover, .btn-accent:active:focus, .btn-accent:active.focus, .btn-accent.active:hover, .btn-accent.active:focus, .btn-accent.active.focus,
    .open > .btn-accent.dropdown-toggle:hover,
    .open > .btn-accent.dropdown-toggle:focus,
    .open > .btn-accent.dropdown-toggle.focus {
      color: #fff;
      background-color: #54328f;
      border-color: #37215e; }
  .btn-accent:active, .btn-accent.active,
  .open > .btn-accent.dropdown-toggle {
    background-image: none; }
  .btn-accent.disabled:hover, .btn-accent.disabled:focus, .btn-accent.disabled.focus, .btn-accent[disabled]:hover, .btn-accent[disabled]:focus, .btn-accent[disabled].focus,
  fieldset[disabled] .btn-accent:hover,
  fieldset[disabled] .btn-accent:focus,
  fieldset[disabled] .btn-accent.focus {
    background-color: #7d55c3;
    border-color: #6f42bc; }
  .btn-accent .badge {
    color: #7d55c3;
    background-color: #fff; }

.btn-pink {
  color: #fff;
  background-color: #ff4182;
  border-color: #ff2871; }
  .btn-pink:focus, .btn-pink.focus {
    color: #fff;
    background-color: #ff0e60;
    border-color: #e90050; }
  .btn-pink:hover {
    color: #fff;
    background-color: #ff0e60;
    border-color: #e90050; }
  .btn-pink:active, .btn-pink.active,
  .open > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #ff0e60;
    border-color: #e90050; }
    .btn-pink:active:hover, .btn-pink:active:focus, .btn-pink:active.focus, .btn-pink.active:hover, .btn-pink.active:focus, .btn-pink.active.focus,
    .open > .btn-pink.dropdown-toggle:hover,
    .open > .btn-pink.dropdown-toggle:focus,
    .open > .btn-pink.dropdown-toggle.focus {
      color: #fff;
      background-color: #e90050;
      border-color: #a70039; }
  .btn-pink:active, .btn-pink.active,
  .open > .btn-pink.dropdown-toggle {
    background-image: none; }
  .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled.focus, .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled].focus,
  fieldset[disabled] .btn-pink:hover,
  fieldset[disabled] .btn-pink:focus,
  fieldset[disabled] .btn-pink.focus {
    background-color: #ff4182;
    border-color: #ff2871; }
  .btn-pink .badge {
    color: #ff4182;
    background-color: #fff; }

.btn-link {
  color: #3f51b5;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2b387c;
    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 18px;
  font-size: 15px;
  line-height: 1.846;
  border-radius: 4px; }

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

.btn-xs, .btn-group-xs > .btn {
  padding: 10px 12px;
  line-height: 1;
  min-height: inherit;
  box-shadow: none; }

.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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  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: 170px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 7px;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 0 20px;
    clear: both;
    font-weight: normal;
    line-height: 42px;
    color: #333333;
    white-space: nowrap; }

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.845;
  color: #3f51b5;
  white-space: nowrap;
  text-transform: uppercase; }

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

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

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

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

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

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

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .selectize-input {
  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),
  .input-group .selectize-input: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: 7px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px; }
  .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: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 4px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

.input-icon .input-group-addon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  line-height: 24px;
  background: transparent;
  border: 0; }

.input-icon .form-control, .input-icon .selectize-input {
  padding: 7px 15px 7px 35px; }

.input-group-sm .input-group-addon {
  line-height: 32px;
  padding: 0 10px; }
  .input-group-sm .input-group-addon i {
    line-height: inherit; }

.input-group-sm .form-control, .input-group-sm .selectize-input {
  padding: 7px 15px 7px 30px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #3f51b5; }
  .nav .nav-divider {
    height: 1px;
    margin: 7px;
    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.845;
      border: 1px solid transparent;
      border-radius: 2px 2px 0 0;
      font-size: 14px; }
      .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;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 2px; }
  .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: #3f51b5; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 769px) {
    .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: 2px; }
  .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: 769px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 2px 2px 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: whitesmoke; } }

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

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

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

.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 0;
  /*
  @media (min-width: $grid-float-breakpoint) {
    border-radius: $navbar-border-radius;
  }
*/ }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

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

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

.navbar-brand {
  float: left;
  /*
  padding: $navbar-padding-vertical $navbar-padding-horizontal;
  padding: 15px;
  font-size: $font-size-large;
  line-height: $line-height-computed;
  height: $navbar-height;
  font-weight: 500;
*/
  text-transform: uppercase;
  font-weight: 900;
  border: 2px solid rgba(255, 255, 255, 0.5);
  height: 40px;
  margin: 20px  0;
  padding: 0 15px;
  color: white;
  line-height: 40px;
  letter-spacing: 1px;
  position: relative;
  /*
  @media (min-width: $grid-float-breakpoint) {
    .navbar > .container &,
    .navbar > .container-fluid & {
      margin-left: -$navbar-padding-horizontal;
    }
  }
*/ }
  @media (max-width: 992px) {
    .navbar-brand {
      margin: 20px  15px; } }
  .navbar-brand::before, .navbar-brand::after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: all 0.4s; }
  .navbar-brand::before {
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform-origin: 0 100%; }
  .navbar-brand::after {
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform-origin: 100% 0%; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0); }
    .navbar-brand:hover::before, .navbar-brand:hover::after, .navbar-brand:focus::before, .navbar-brand:focus::after {
      -webkit-transform: scale(1); }
  .navbar-brand > img {
    display: block; }

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

.navbar-nav {
  margin: 14.25px -15px; }
  @media (max-width: 991px) {
    .navbar-nav {
      margin: 0 -15px; } }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 23px; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: #2c3a91;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 15px 15px 15px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 23px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 28.5px;
          padding-bottom: 28.5px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 0 0 40px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2);
  margin-top: 21px;
  margin-bottom: 21px; }
  @media (min-width: 769px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form .selectize-input {
      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,
      .navbar-form .input-group .selectize-input {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .input-group > .selectize-input {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form {
      padding: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

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

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

.navbar-btn {
  margin-top: 21px;
  margin-bottom: 21px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 24px;
    margin-bottom: 24px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 29px;
    margin-bottom: 29px; }

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

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

.navbar-default {
  background-color: #303f9f;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }
  .navbar-default .navbar-text {
    color: white; }
  .navbar-default .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: white;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: white; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: white; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .divider {
      margin: 0;
      background: rgba(255, 255, 255, 0.2); }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: rgba(255, 255, 255, 0.9); }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        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: white;
      background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: rgba(255, 255, 255, 0.9); }
    .navbar-default .navbar-link:hover {
      color: white; }
  .navbar-default .btn-link {
    color: rgba(255, 255, 255, 0.9); }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: white; }
    .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: $navbar-inverse-bg;
  border-color: $navbar-inverse-border;

  .navbar-brand {
    color: $navbar-inverse-brand-color;
    &:hover,
    &:focus {
      color: $navbar-inverse-brand-hover-color;
      background-color: $navbar-inverse-brand-hover-bg;
    }
  }

  .navbar-text {
    color: $navbar-inverse-color;
  }

  .navbar-nav {
    > li > a {
      color: $navbar-inverse-link-color;

      &:hover,
      &:focus {
        color: $navbar-inverse-link-hover-color;
        background-color: $navbar-inverse-link-hover-bg;
      }
    }
    > .active > a {
      &,
      &:hover,
      &:focus {
        color: $navbar-inverse-link-active-color;
        background-color: $navbar-inverse-link-active-bg;
      }
    }
    > .disabled > a {
      &,
      &:hover,
      &:focus {
        color: $navbar-inverse-link-disabled-color;
        background-color: $navbar-inverse-link-disabled-bg;
      }
    }
  }

  // Darken the responsive nav toggle
  .navbar-toggle {
    border-color: $navbar-inverse-toggle-border-color;
    &:hover,
    &:focus {
      background-color: $navbar-inverse-toggle-hover-bg;
    }
    .icon-bar {
      background-color: $navbar-inverse-toggle-icon-bar-bg;
    }
  }

  .navbar-collapse,
  .navbar-form {
    border-color: darken($navbar-inverse-bg, 7%);
  }

  // Dropdowns
  .navbar-nav {
    > .open > a {
      &,
      &:hover,
      &:focus {
        background-color: $navbar-inverse-link-active-bg;
        color: $navbar-inverse-link-active-color;
      }
    }

    @media (max-width: $grid-float-breakpoint-max) {
      // Dropdowns get custom display
      .open .dropdown-menu {
        > .dropdown-header {
          border-color: $navbar-inverse-border;
        }
        .divider {
          background-color: $navbar-inverse-border;
        }
        > li > a {
          color: $navbar-inverse-link-color;
          &:hover,
          &:focus {
            color: $navbar-inverse-link-hover-color;
            background-color: $navbar-inverse-link-hover-bg;
          }
        }
        > .active > a {
          &,
          &:hover,
          &:focus {
            color: $navbar-inverse-link-active-color;
            background-color: $navbar-inverse-link-active-bg;
          }
        }
        > .disabled > a {
          &,
          &:hover,
          &:focus {
            color: $navbar-inverse-link-disabled-color;
            background-color: $navbar-inverse-link-disabled-bg;
          }
        }
      }
    }
  }

  .navbar-link {
    color: $navbar-inverse-link-color;
    &:hover {
      color: $navbar-inverse-link-hover-color;
    }
  }

  .btn-link {
    color: $navbar-inverse-link-color;
    &:hover,
    &:focus {
      color: $navbar-inverse-link-hover-color;
    }
    &[disabled],
    fieldset[disabled] & {
      &:hover,
      &:focus {
        color: $navbar-inverse-link-disabled-color;
      }
    }
  }
}
*/
.breadcrumb {
  padding: 0;
  margin-bottom: 23px;
  list-style: none; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 2px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 7px 14px;
      line-height: 1.845;
      text-decoration: none;
      color: #3f51b5;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #2b387c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

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

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

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

.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-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

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

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

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

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

.label-primary {
  background-color: #3f51b5; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #32408f; }

.label-success {
  background-color: #4baf50; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #3c8b40; }

.label-info {
  background-color: #2396f5; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #0a7cdb; }

.label-warning {
  background-color: #ffc30a; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #d6a200; }

.label-danger {
  background-color: #f54137; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #ed180c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #8c8c8c;
  border-radius: 3px;
  font-size: 13px; }
  .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: #3f51b5;
    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; }

.badge-primary {
  background-color: #3f51b5; }

.badge-success {
  background-color: #4baf50; }

.badge-info {
  background-color: #2396f5; }

.badge-warning {
  background-color: #ffc30a; }

.badge-danger {
  background-color: #f54137;
  margin-left: 2px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: transparent; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: transparent; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 769px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 59px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.845;
  background-color: whitesmoke;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3f51b5; }

.alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 2px; }
  .alert i {
    margin-right: 5px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    text-decoration: underline !important; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-flash {
  margin: 0; }

.alert-table {
  margin: 0;
  text-align: center;
  padding: 5px 12px;
  display: inline-block; }
  .alert-table i {
    margin: 0; }

.alert-center {
  text-align: center; }
  .alert-center .alert {
    display: inline-block;
    margin-bottom: 0; }

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

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

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

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

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

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

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

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

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

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

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

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

.alternatives-list-group {
  padding: 0;
  margin: 0; }
  .alternatives-list-group .list-group-item {
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .alternatives-list-group .list-group-item .alert-container {
      width: 10%;
      padding: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-right: 1px solid gainsboro; }
      .alternatives-list-group .list-group-item .alert-container .alert {
        width: 100%; }
    .alternatives-list-group .list-group-item .option-container {
      width: 90%;
      padding: 10px; }
      .alternatives-list-group .list-group-item .option-container pre {
        margin: 0; }

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all 0.25s; }
  .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

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

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #d1d6ef; }

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

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

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

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

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

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

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

/**
 * Panel-lg [_Definition]
 */
.panel-lg .panel-heading {
  padding: 20px; }
  .panel-lg .panel-heading .panel-title {
    line-height: 35px; }
  .panel-lg .panel-heading .heading-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    box-shadow: none; }
    @media (max-width: 380px) {
      .panel-lg .panel-heading .heading-btn .btn-text {
        display: none; }
      .panel-lg .panel-heading .heading-btn i.fa {
        line-height: 24px;
        display: block; } }

/**
 * Panel-lg [_Definition]
 */
.panel-md .panel-heading .panel-title {
  line-height: 1.845; }

.panel-md .panel-body .form-group {
  margin-bottom: 20px; }

/**
 * Panel-xs [_Definition]
 */
.panel-xs .panel-heading {
  padding: 15px; }
  .panel-xs .panel-heading .panel-title {
    font-weight: 400;
    line-height: 1.845; }

.panel-xs .panel-body {
  padding: 15px; }

.panel-xs .panel-xs {
  margin-bottom: 15px; }

/**
 * Panel Elevation [_Definition]
 */
.panel-elevation {
  border: 0;
  margin: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14); }

.panel-whiteframe {
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14); }

/**
 * Panel-form [_Definition]
 */
.panel-form {
  padding: 20px;
  border-bottom: 1px solid gainsboro; }
  .panel-form .form-container {
    width: 100%; }
  .panel-form .form-pagination {
    width: 100%;
    text-align: right; }
    .panel-form .form-pagination > div {
      display: inline; }
    .panel-form .form-pagination .text-pagination {
      width: 100%;
      margin-right: 10px; }
  @media (max-width: 992px) {
    .panel-form .form-container {
      margin-bottom: 23px;
      text-align: center; }
      .panel-form .form-container .form-inline {
        width: 100%;
        text-align: center; }
    .panel-form .form-pagination {
      text-align: center; }
      .panel-form .form-pagination > div {
        display: inline-block; }
      .panel-form .form-pagination .text-pagination {
        margin-bottom: 15px; } }
  @media (max-width: 769px) {
    .panel-form .form-container .input-group {
      width: 100%;
      margin-bottom: 15px; }
    .panel-form .form-container .btn {
      width: 50%; } }

.panel-body {
  padding: 20px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  position: relative; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }
  .panel-heading .panel-counter {
    position: absolute;
    right: 20px;
    top: 17px; }
  .panel-heading .panel-total {
    position: absolute;
    right: 20px;
    top: 20px; }
  .panel-heading .heading-btn-xs {
    position: absolute;
    top: 14px;
    right: 20px;
    box-shadow: none; }

.panel-subheading {
  padding: 20px;
  color: #333333;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  text-align: left; }

@media (max-width: 560px) {
  .heading-fluid {
    width: 100%;
    text-align: center; }
    .heading-fluid .panel-total {
      position: relative;
      right: auto;
      top: auto;
      text-align: center;
      margin-top: 10px; } }

.panel-heading-search .panel-title {
  line-height: 35px; }

.panel-heading-search .form-container {
  position: absolute;
  top: 28px;
  right: 20px;
  width: 300px; }
  @media (max-width: 560px) {
    .panel-heading-search .form-container {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      margin-top: 10px; } }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
  line-height: 23px; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 20px;
    padding-right: 20px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 23px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }
  .panel-group .panel-xs .panel-heading .panel-title {
    font-size: 13px;
    font-weight: 700; }
  .panel-group .panel-xs .table-alternatives {
    margin: 0; }
    .panel-group .panel-xs .table-alternatives > tbody > tr > td {
      text-align: center;
      border: 1px solid #ddd;
      vertical-align: middle; }
  .panel-group .panel-xs .form-horizontal .form-group:last-child {
    margin-bottom: 0; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #fff;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #fff;
      background-color: #333333; }
  .panel-default > .panel-form {
    border-bottom: 1px solid #ddd; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #3f51b5; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #3f51b5; }
    .panel-primary > .panel-heading .badge {
      color: #3f51b5;
      background-color: #fff; }
  .panel-primary > .panel-form {
    border-bottom: 1px solid #3f51b5; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3f51b5; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-form {
    border-bottom: 1px solid #d6e9c6; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-form {
    border-bottom: 1px solid #bce8f1; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-form {
    border-bottom: 1px solid #faebcc; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-form {
    border-bottom: 1px solid #ebccd1; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

@-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: 768px) {
  .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: 768px) {
  .visible-xs-block {
    display: block !important; } }

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

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

@media (min-width: 769px) 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: 769px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

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

@media (min-width: 769px) 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: 768px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 769px) 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; } }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  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: 4px; }

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

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

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

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !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; }

.pointer {
  cursor: pointer; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  transform-style: preserve-3d;
  outline: 0; }
  .modal.fade .modal-dialog {
    position: relative;
    top: 50%;
    margin: 0 auto;
    transform: translate(0, -75%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, -50%); }

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

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

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

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

.modal-header {
  padding: 25px; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }
  .modal-header h3 {
    text-align: center;
    font-size: 15px;
    font-weight: 500; }
  .modal-header .subtext-modal {
    margin: 0; }
  .modal-header .center-image {
    width: 72px;
    height: 72px; }

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

.modal-title {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  text-align: center;
  color: #1e1e1e; }

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

.modal-form .control-label {
  text-align: left !important; }

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

.list-share {
  padding: 0;
  margin: 0;
  text-align: center; }
  .list-share li {
    display: inline-block;
    margin: 0 10px; }
    .list-share li a {
      width: 52px;
      height: 52px;
      line-height: 52px;
      padding: 0;
      border-radius: 5px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }
      .list-share li a:hover {
        animation-name: tada;
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
      .list-share li a i {
        font-size: 20px; }
    .list-share li .facebook {
      background: #38559b;
      color: white; }
    .list-share li .whatsapp {
      background: #25d366;
      color: white; }
    .list-share li .twitter {
      background: #00aaf2;
      color: white; }
    .list-share li .google {
      background: #e24929;
      color: white; }
    .list-share li .linkedin {
      background: #007bb6;
      color: white; }
    .list-share li .mail {
      background: #8e43e7;
      color: white; }

/*
$border-size: 3px;
.list-share{
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
  li{
    display: inline-block;
    margin: 0 10px;
    a{
      width: $btn-size;
      height: $btn-size;
      line-height: $btn-size;
      padding: 0;
      box-shadow: none;
      border-radius: 50%;
      i{
        font-size: 18px;
      }
    }
    .facebook {
      color: $brand-facebook;
      border: $border-size solid $brand-facebook;
      &:hover{
        background: $brand-facebook;
        color: white;
      }
    }
    .twitter {
      color: $brand-twitter;
      border: $border-size solid $brand-twitter;
      &:hover{
        background: $brand-twitter;
        color: white;
      }
    }
    .google {
      color: $brand-google;
      border: $border-size solid $brand-google;
      &:hover{
        background: $brand-google;
        color: white;
      }
    }
    .linkedin{
      color: $brand-linkedin;
      border: $border-size solid $brand-linkedin;
      &:hover{
        background: $brand-linkedin;
        color: white;
      }
    }
    .mail{
      color: $brand-vine;
      border: $border-size solid $brand-vine;
      &:hover{
        background: $brand-vine;
        color: white;
      }
    }
  }
}

 */
.modal-footer-btn {
  padding: 0 25px 25px 25px !important; }

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

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

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

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

@media (max-width: 769px) {
  .modal-dialog {
    width: auto;
    max-width: 500px;
    margin: 30px auto; } }

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

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

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.845;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: inline-block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 769px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.btn-default {
  background-size: 200% 200%;
  background-position: 50%; }
  .btn-default:focus {
    background-color: #fff; }
  .btn-default:hover, .btn-default:active:hover {
    background-color: #f2f2f2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14); }
  .btn-default:active {
    background-color: #e0e0e0;
    background-size: 1000% 1000%;
    background-image: radial-gradient(circle, #e0e0e0 10%, #fff 11%);
    background-repeat: no-repeat;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }

.btn-primary {
  background-size: 200% 200%;
  background-position: 50%; }
  .btn-primary:focus {
    background-color: #3f51b5; }
  .btn-primary:hover, .btn-primary:active:hover {
    background-color: #3849a2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14); }
  .btn-primary:active {
    background-color: #2f3d88;
    background-size: 1000% 1000%;
    background-image: radial-gradient(circle, #2f3d88 10%, #3f51b5 11%);
    background-repeat: no-repeat;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }

.btn-success {
  background-size: 200% 200%;
  background-position: 50%; }
  .btn-success:focus {
    background-color: #4baf50; }
  .btn-success:hover, .btn-success:active:hover {
    background-color: #439d48;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14); }
  .btn-success:active {
    background-color: #39843c;
    background-size: 1000% 1000%;
    background-image: radial-gradient(circle, #39843c 10%, #4baf50 11%);
    background-repeat: no-repeat;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }

.btn-info {
  background-size: 200% 200%;
  background-position: 50%; }
  .btn-info:focus {
    background-color: #2396f5; }
  .btn-info:hover, .btn-info:active:hover {
    background-color: #0b8af3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14); }
  .btn-info:active {
    background-color: #0a77d1;
    background-size: 1000% 1000%;
    background-image: radial-gradient(circle, #0a77d1 10%, #2396f5 11%);
    background-repeat: no-repeat;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }

.btn-warning {
  background-size: 200% 200%;
  background-position: 50%; }
  .btn-warning:focus {
    background-color: #ffc30a; }
  .btn-warning:hover, .btn-warning:active:hover {
    background-color: #f0b500;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14); }
  .btn-warning:active {
    background-color: #cc9a00;
    background-size: 1000% 1000%;
    background-image: radial-gradient(circle, #cc9a00 10%, #ffc30a 11%);
    background-repeat: no-repeat;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }

.btn-danger {
  background-size: 200% 200%;
  background-position: 50%; }
  .btn-danger:focus {
    background-color: #f54137; }
  .btn-danger:hover, .btn-danger:active:hover {
    background-color: #f42a1f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14); }
  .btn-danger:active {
    background-color: #e3170b;
    background-size: 1000% 1000%;
    background-image: radial-gradient(circle, #e3170b 10%, #f54137 11%);
    background-repeat: no-repeat;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }

.btn-link {
  background-size: 200% 200%;
  background-position: 50%; }
  .btn-link:focus {
    background-color: #fff; }
  .btn-link:hover, .btn-link:active:hover {
    background-color: #f2f2f2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14); }
  .btn-link:active {
    background-color: #e0e0e0;
    background-size: 1000% 1000%;
    background-image: radial-gradient(circle, #e0e0e0 10%, #fff 11%);
    background-repeat: no-repeat;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }

.btn {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.4s; }
  .btn-link {
    border-radius: 2px;
    color: #333;
    box-shadow: none; }
    .btn-link:hover, .btn-link:focus {
      color: #333;
      text-decoration: none;
      box-shadow: none; }
  .btn-default.disabled {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.4);
    opacity: 1; }

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

.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: 0; }

body {
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px; }

input,
button {
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px; }

a {
  transition: all 0.2s; }

.table-hover > tbody > tr,
.table-hover > tbody > tr > th,
.table-hover > tbody > tr > td {
  transition: all 0.2s; }

.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
  padding-left: 25px; }

.radio input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="radio"],
.radio-inline input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="radio"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -25px; }

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-top: 6px;
  margin-right: 4px;
  vertical-align: top;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  input[type="radio"]:focus,
  .radio input[type="radio"]:focus,
  .radio-inline input[type="radio"]:focus {
    outline: none; }
  input[type="radio"]:before, input[type="radio"]:after,
  .radio input[type="radio"]:before,
  .radio input[type="radio"]:after,
  .radio-inline input[type="radio"]:before,
  .radio-inline input[type="radio"]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: 240ms; }
  input[type="radio"]:before,
  .radio input[type="radio"]:before,
  .radio-inline input[type="radio"]:before {
    position: absolute;
    left: 0;
    top: -3px;
    background-color: #3f51b5;
    transform: scale(0); }
  input[type="radio"]:after,
  .radio input[type="radio"]:after,
  .radio-inline input[type="radio"]:after {
    position: relative;
    top: -3px;
    border: 2px solid #b3b3b3; }
  input[type="radio"]:checked:before,
  .radio input[type="radio"]:checked:before,
  .radio-inline input[type="radio"]:checked:before {
    transform: scale(0.5); }
  input[type="radio"]:disabled:checked:before,
  .radio input[type="radio"]:disabled:checked:before,
  .radio-inline input[type="radio"]:disabled:checked:before {
    background-color: #777777; }
  input[type="radio"]:checked:after,
  .radio input[type="radio"]:checked:after,
  .radio-inline input[type="radio"]:checked:after {
    border-color: #3f51b5; }
  input[type="radio"]:disabled:after, input[type="radio"]:disabled:checked:after,
  .radio input[type="radio"]:disabled:after,
  .radio input[type="radio"]:disabled:checked:after,
  .radio-inline input[type="radio"]:disabled:after,
  .radio-inline input[type="radio"]:disabled:checked:after {
    border-color: #777777; }

input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  input[type="checkbox"]:focus,
  .checkbox input[type="checkbox"]:focus,
  .checkbox-inline input[type="checkbox"]:focus {
    outline: none; }
  input[type="checkbox"]:focus:after,
  .checkbox input[type="checkbox"]:focus:after,
  .checkbox-inline input[type="checkbox"]:focus:after {
    border-color: #3f51b5; }
  input[type="checkbox"]:after,
  .checkbox input[type="checkbox"]:after,
  .checkbox-inline input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 5px;
    border: 1px solid #ccc;
    border-radius: 0px;
    transition: 240ms; }
  input[type="checkbox"]:checked:before,
  .checkbox input[type="checkbox"]:checked:before,
  .checkbox-inline input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    transform: rotate(45deg); }
  input[type="checkbox"]:checked:after,
  .checkbox input[type="checkbox"]:checked:after,
  .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #3f51b5;
    border-color: #3f51b5; }
  input[type="checkbox"]:disabled:after,
  .checkbox input[type="checkbox"]:disabled:after,
  .checkbox-inline input[type="checkbox"]:disabled:after {
    border-color: #777777; }
  input[type="checkbox"]:disabled:checked:after,
  .checkbox input[type="checkbox"]:disabled:checked:after,
  .checkbox-inline input[type="checkbox"]:disabled:checked:after {
    background-color: #777777;
    border-color: transparent; }

.has-warning input:not([type=checkbox]),
.has-warning .form-control,
.has-warning .selectize-input,
.has-warning input.form-control[readonly],
.has-warning input[readonly].selectize-input,
.has-warning input[type=text][readonly],
.has-warning [type=text].form-control[readonly],
.has-warning [type=text][readonly].selectize-input,
.has-warning input:not([type=checkbox]):focus, .has-warning .form-control:focus, .has-warning .selectize-input:focus {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 #ffc30a; }

.has-error input:not([type=checkbox]),
.has-error .form-control,
.has-error .selectize-input,
.has-error input.form-control[readonly],
.has-error input[readonly].selectize-input,
.has-error input[type=text][readonly],
.has-error [type=text].form-control[readonly],
.has-error [type=text][readonly].selectize-input,
.has-error input:not([type=checkbox]):focus, .has-error .form-control:focus, .has-error .selectize-input:focus {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 #f54137; }

.has-success input:not([type=checkbox]),
.has-success .form-control,
.has-success .selectize-input,
.has-success input.form-control[readonly],
.has-success input[readonly].selectize-input,
.has-success input[type=text][readonly],
.has-success [type=text].form-control[readonly],
.has-success [type=text][readonly].selectize-input,
.has-success input:not([type=checkbox]):focus, .has-success .form-control:focus, .has-success .selectize-input:focus {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 #4baf50; }

.has-warning .input-group-addon,
.has-error .input-group-addon,
.has-success .input-group-addon {
  color: #555555;
  border-color: #ccc;
  background-color: #eeeeee; }

.form-group-lg select,
.form-group-lg select.form-control,
.form-group-lg select.selectize-input {
  line-height: 1.5; }

.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  margin-right: 0;
  background-color: transparent;
  border: none;
  color: black;
  text-transform: capitalize;
  font-weight: 700;
  transition: all 0.2s; }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus:hover {
    background-color: transparent;
    color: #3f51b5;
    box-shadow: inset 0 -2px 0 #3f51b5; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
  border: none;
  color: #3f51b5;
  box-shadow: inset 0 -2px 0 #3f51b5; }
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus:hover {
    border: none;
    color: #3f51b5; }

.nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a:hover, .nav-tabs.nav-justified > li > a:focus, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: none; }

.nav-tabs .dropdown-menu {
  margin-top: 0; }

.dropdown-menu {
  margin-top: 0;
  border: none; }

.badge {
  padding: 4px 6px 4px; }

.progress {
  position: relative;
  z-index: 1;
  height: 6px;
  border-radius: 0;
  box-shadow: none; }
  .progress-bar {
    box-shadow: none; }
    .progress-bar:last-child {
      border-radius: 0 3px 3px 0; }
    .progress-bar:last-child:before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      z-index: -1;
      background-color: #bec5e8; }
    .progress-bar-success:last-child.progress-bar:before {
      background-color: #c6e7c8; }
    .progress-bar-info:last-child.progress-bar:before {
      background-color: white; }
    .progress-bar-warning:last-child.progress-bar:before {
      background-color: #ffefbd; }
    .progress-bar-danger:last-child.progress-bar:before {
      background-color: #fbb4b0; }

.close {
  line-height: 24px;
  opacity: 0.6;
  transition: all 0.2s; }
  .close:hover {
    opacity: 1; }

.list-group-item {
  padding: 15px; }

.list-group-item-text {
  color: #777777; }

.well {
  border-radius: 0;
  box-shadow: none; }

/**
 * New break point 560 less.
 * @url https://gist.github.com/andyl/6360906
 */
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 560px) and (max-width: 769px) {
  .container {
    max-width: 749px; } }

@media (max-width: 560px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left; }
  .col-ms-1 {
    width: 8.3333333333%; }
  .col-ms-2 {
    width: 16.6666666667%; }
  .col-ms-3 {
    width: 25%; }
  .col-ms-4 {
    width: 33.3333333333%; }
  .col-ms-5 {
    width: 41.6666666667%; }
  .col-ms-6 {
    width: 50%; }
  .col-ms-7 {
    width: 58.3333333333%; }
  .col-ms-8 {
    width: 66.6666666667%; }
  .col-ms-9 {
    width: 75%; }
  .col-ms-10 {
    width: 83.3333333333%; }
  .col-ms-11 {
    width: 91.6666666667%; }
  .col-ms-12 {
    width: 100%; }
  .col-ms-push-1 {
    left: 8.3333333333%; }
  .col-ms-push-2 {
    left: 16.6666666667%; }
  .col-ms-push-3 {
    left: 25%; }
  .col-ms-push-4 {
    left: 33.3333333333%; }
  .col-ms-push-5 {
    left: 41.6666666667%; }
  .col-ms-push-6 {
    left: 50%; }
  .col-ms-push-7 {
    left: 58.3333333333%; }
  .col-ms-push-8 {
    left: 66.6666666667%; }
  .col-ms-push-9 {
    left: 75%; }
  .col-ms-push-10 {
    left: 83.3333333333%; }
  .col-ms-push-11 {
    left: 91.6666666667%; }
  .col-ms-pull-1 {
    right: 8.3333333333%; }
  .col-ms-pull-2 {
    right: 16.6666666667%; }
  .col-ms-pull-3 {
    right: 25%; }
  .col-ms-pull-4 {
    right: 33.3333333333%; }
  .col-ms-pull-5 {
    right: 41.6666666667%; }
  .col-ms-pull-6 {
    right: 50%; }
  .col-ms-pull-7 {
    right: 58.3333333333%; }
  .col-ms-pull-8 {
    right: 66.6666666667%; }
  .col-ms-pull-9 {
    right: 75%; }
  .col-ms-pull-10 {
    right: 83.3333333333%; }
  .col-ms-pull-11 {
    right: 91.6666666667%; }
  .col-ms-offset-1 {
    margin-left: 8.3333333333%; }
  .col-ms-offset-2 {
    margin-left: 16.6666666667%; }
  .col-ms-offset-3 {
    margin-left: 25%; }
  .col-ms-offset-4 {
    margin-left: 33.3333333333%; }
  .col-ms-offset-5 {
    margin-left: 41.6666666667%; }
  .col-ms-offset-6 {
    margin-left: 50%; }
  .col-ms-offset-7 {
    margin-left: 58.3333333333%; }
  .col-ms-offset-8 {
    margin-left: 66.6666666667%; }
  .col-ms-offset-9 {
    margin-left: 75%; }
  .col-ms-offset-10 {
    margin-left: 83.3333333333%; }
  .col-ms-offset-11 {
    margin-left: 91.6666666667%; } }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/**
* Header [_variables]
*/
/**
* Header [_definition]
*/
.main-header .navbar-form {
  box-shadow: none;
  width: 35%; }
  @media (max-width: 1110px) {
    .main-header .navbar-form {
      width: 35%;
      margin: 15px 0 5px 0; } }
  @media (max-width: 991px) {
    .main-header .navbar-form {
      width: 100%;
      margin: 15px 0 5px 0; } }
  .main-header .navbar-form .input-group {
    width: 100%; }
    .main-header .navbar-form .input-group .form-control, .main-header .navbar-form .input-group .selectize-input {
      background: #3949ab;
      border: 0;
      color: white; }
      .main-header .navbar-form .input-group .form-control::-moz-placeholder, .main-header .navbar-form .input-group .selectize-input::-moz-placeholder {
        color: #c5cae9;
        opacity: 1; }
      .main-header .navbar-form .input-group .form-control:-ms-input-placeholder, .main-header .navbar-form .input-group .selectize-input:-ms-input-placeholder {
        color: #c5cae9; }
      .main-header .navbar-form .input-group .form-control::-webkit-input-placeholder, .main-header .navbar-form .input-group .selectize-input::-webkit-input-placeholder {
        color: #c5cae9; }
    .main-header .navbar-form .input-group i {
      color: #c5cae9; }

.main-header .dropdown-menu:before {
  position: absolute;
  top: -10px;
  right: 15px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  content: ''; }
  @media (max-width: 991px) {
    .main-header .dropdown-menu:before {
      display: none; } }

.main-header .dropdown-new:before {
  right: 28px; }

.main-header .dropdown-categories:before {
  right: 35px; }

.main-header .btn-flat-container .btn-flat {
  background: #f54137 !important;
  padding: 0 20px;
  line-height: 40px;
  margin: 21px 0 19px; }
  .main-header .btn-flat-container .btn-flat:hover, .main-header .btn-flat-container .btn-flat:active {
    background: #f42f24 !important; }

@media (max-width: 991px) {
  .main-header .btn-flat-container {
    padding: 5px 15px 15px 15px; }
    .main-header .btn-flat-container .btn-flat {
      margin: 0; } }

.dropdown-user {
  position: relative;
  padding: 28.5px 15px 28.5px 70px !important; }
  .dropdown-user .img-profile {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 20px;
    left: 15px;
    /*
        img{
            display: inline;
            margin: 0 auto;
            height: 100%;
            width: auto;
        }
        */ }

.dropdown-account {
  width: 100%;
  max-width: 218px;
  min-width: 200px; }
  .dropdown-account .float-right {
    float: right;
    top: 10px;
    position: relative; }
  @media (max-width: 992px) {
    .dropdown-account {
      max-width: 100%; } }

.open:not(.dropup) > .animated {
  backface-visibility: visible !important;
  animation: fadeInDown 0.25s both; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, 15%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.menu-columns {
  column-count: 3;
  column-gap: 0px; }
  @media (max-width: 992px) {
    .menu-columns {
      column-count: 2;
      -webkit-webkit-column-count: 2; } }
  @media (max-width: 769px) {
    .menu-columns {
      column-count: 3;
      -webkit-column-count: 3; } }
  @media (max-width: 560px) {
    .menu-columns {
      column-count: 2;
      -webkit-webkit-column-count: 2; } }
  @media (max-width: 480px) {
    .menu-columns {
      column-count: initial;
      -webkit-webkit-column-count: initial; } }
  .menu-columns li a {
    width: 100%;
    display: inline-block;
    line-height: 42px;
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #e5e5e5; }
    @media (max-width: 992px) {
      .menu-columns li a {
        border-right: 1px solid rgba(255, 255, 255, 0.2); } }

/**
 * Footer [Definition]
 */
.main-footer {
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .main-footer .row {
    margin: 80px 0; }
  .main-footer h2.logo {
    margin: 0;
    padding: 0;
    line-height: 24px;
    margin-bottom: 20px; }
    .main-footer h2.logo a {
      font-size: 24px;
      text-align: center;
      color: #3f51b5; }
      .main-footer h2.logo a img {
        display: inline-block;
        width: 100px; }
  .main-footer h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px 0;
    display: inline-block;
    position: relative;
    text-transform: uppercase; }
    .main-footer h5:before {
      position: absolute;
      bottom: -7px;
      left: 0;
      height: 2px;
      width: 100%;
      content: '';
      background: black; }
  .main-footer h6 {
    margin: 0;
    line-height: 24px; }
  .main-footer ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0; }
    .main-footer ul li {
      line-height: 24px; }
      .main-footer ul li a {
        color: #505050;
        text-decoration: none; }
        .main-footer ul li a:hover, .main-footer ul li a:focus {
          text-decoration: none; }
  .main-footer .social-networks {
    text-align: center; }
    .main-footer .social-networks a {
      font-size: 32px;
      padding: 10px;
      transition: all 0.15s; }
      .main-footer .social-networks a:hover {
        text-decoration: none; }
  .main-footer .btn {
    color: white;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
    outline: none; }
    .main-footer .btn:hover {
      box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12); }
  .main-footer .footer-copyright {
    padding: 20px 0;
    text-align: center;
    background: #3849a2;
    color: white; }
    .main-footer .footer-copyright p {
      margin: 0; }
  @media screen and (max-width: 992px) {
    .main-footer .social-networks {
      margin: 40px 0 0; } }
  @media screen and (max-width: 769px) {
    .main-footer {
      text-align: center; }
      .main-footer h2 {
        margin: 0 0 40px; }
      .main-footer h5 {
        margin: 0 0 40px; }
      .main-footer ul {
        margin: 0 0 40px; }
        .main-footer ul li {
          line-height: 32px; }
      .main-footer .social-networks {
        text-align: center;
        margin: 0 0 40px; } }

/**
 * Social Colors [Definition]
 */
.facebook {
  color: #38559b; }
  .facebook:hover, .facebook:active {
    color: #334d8c; }

.twitter {
  color: #00aaf2; }
  .twitter:hover, .twitter:active {
    color: #009cde; }

.google {
  color: #e24929; }
  .google:hover, .google:active {
    color: #d93e1d; }

/**
 * Main navbar [_definition]
 */
.main-navbar {
  background: #3f51b5; }
  .main-navbar .breadcrumb-container {
    width: 100%; }
    .main-navbar .breadcrumb-container h2 {
      font-size: 20px;
      font-weight: 400;
      color: white; }
      @media (max-width: 560px) {
        .main-navbar .breadcrumb-container h2 {
          line-height: 28px; } }
  .main-navbar .btn-container {
    width: 100%;
    text-align: right; }
  .main-navbar .breadcrumb > li,
  .main-navbar .breadcrumb a {
    color: #f8fafc; }
    @media (max-width: 560px) {
      .main-navbar .breadcrumb > li,
      .main-navbar .breadcrumb a {
        line-height: 28px; } }
  .main-navbar .breadcrumb > .active {
    color: #c8cde6; }
  @media (max-width: 769px) {
    .main-navbar .breadcrumb-container {
      text-align: center; }
    .main-navbar .btn-container {
      text-align: center;
      margin-bottom: 23px; } }

.btn-elevation {
  padding: 0 30px;
  font-size: 13px;
  line-height: 45px;
  border-radius: 2px;
  text-transform: uppercase;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }
  .btn-elevation:hover, .btn-elevation:active {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12); }

.btn-flat-success {
  color: #009687;
  border: 1px solid #009687; }

.btn-flat-purple {
  color: #673ab7;
  border: 1px solid #673ab7; }

.btn-weight {
  font-weight: 500 !important; }

/**
 * Card Profile
 */
.card-profile {
  position: relative;
  background-color: white;
  margin-bottom: 20px; }
  .card-profile .profile-details {
    padding: 20px;
    text-align: center; }
    .card-profile .profile-details .img-profile {
      max-width: 128px; }
    .card-profile .profile-details h3 {
      font-weight: 500;
      font-size: 18px;
      line-height: 24px; }
    .card-profile .profile-details p:last-child {
      margin-bottom: 0; }
  .card-profile .profile-counters .list-group {
    margin-bottom: 0; }
    .card-profile .profile-counters .list-group .list-group-item {
      border: 0;
      border-top: 1px solid gainsboro;
      border-bottom: 1px solid gainsboro; }
  .card-profile .profile-followers {
    text-align: center; }
    .card-profile .profile-followers .counter {
      display: inline-block;
      margin: 20px;
      font-size: 18px; }
      .card-profile .profile-followers .counter > span {
        font-weight: normal;
        display: block;
        font-size: 13px; }

/**
 * Card Profile
 */
.postcard {
  position: relative;
  background-color: white;
  margin-bottom: 20px; }
  .postcard .postcard-body {
    padding: 20px; }
    .postcard .postcard-body .nav-tabs li a {
      padding: 10px 20px; }
    .postcard .postcard-body .tab-content {
      margin-top: 20px; }

/**
 * Card Profile
 */
.profile-collections .collection-columns .collection {
  border-radius: 3px;
  border: 1px solid gainsboro;
  box-shadow: none; }
  .profile-collections .collection-columns .collection:hover {
    border: 1px solid #2396f5; }
  .profile-collections .collection-columns .collection .alert-container span {
    padding: 12px; }
    .profile-collections .collection-columns .collection .alert-container span:last-child {
      line-height: 32px; }
  .profile-collections .collection-columns .collection .alert-container .alert {
    padding: 5px 15px;
    margin: 0; }

.profile-pagination {
  margin: 20px 0;
  text-align: right; }
  .profile-pagination .form-information {
    width: 100%; }
    .profile-pagination .form-information h4 {
      font-size: 14px;
      font-weight: 500;
      float: left;
      display: inline-block; }
    .profile-pagination .form-information .btn-pagination {
      display: inline-block;
      margin-left: 20px; }

/**
 * Notifications
 */
.main-notification .alert {
  margin: 30px 0 -10px 0; }

/**
 * Error form [Definition]
 */
.error {
  color: #d50000;
  font-weight: 400; }

/**
 * Página de Error [Definition]
 */
.page-error {
  max-width: 560px;
  margin: 5% auto;
  text-align: center;
  padding: 20px; }
  .page-error .error-code {
    font-size: 128px;
    margin: 0; }
  .page-error .error-title {
    font-size: 24px;
    margin: 20px 0;
    line-height: 36px; }
  .page-error .error-message {
    font-size: 15px;
    margin-bottom: 20px; }
  .page-error .error-navigation ul {
    padding: 0;
    margin: 0; }
    .page-error .error-navigation ul li {
      display: inline-block; }
      .page-error .error-navigation ul li a {
        position: relative;
        min-width: 100px;
        display: block;
        text-align: center; }

.form-help p.text-muted {
  margin: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

/**
 * Row flex [_definition]
 *
 * @url: http://www.bootply.com/126437
 * @url: http://www.bootply.com/IwBoyELqpx
 */
.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row; }
  .row-flex > div[class*='col-'] {
    display: -ms-flexbox;
    display: flex; }
  .row-flex .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 100%;
    flex: 1 100%;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .row-flex .column .collection, .row-flex .column .card {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 100%;
      flex: 1 100%;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
      .row-flex .column .collection .collection-header, .row-flex .column .collection .card-header, .row-flex .column .card .collection-header, .row-flex .column .card .card-header {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
  .row-flex .column-valign {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }

.vertical-align {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }
  .vertical-align > [class^="col-"],
  .vertical-align > [class*=" col-"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }

/**
 * Agrupar columnas de 4 en 4 [_Definition]
 */
.group-columns-4 div[class*="col-"] .column {
  margin-top: 30px; }

.group-columns-4 div[class*="col-"]:nth-child(-n+4) .column {
  margin-top: 0; }

@media (max-width: 1200px) {
  .group-columns-4 div[class*="col-"]:nth-child(-n+3) .column {
    margin-top: 0; }
  .group-columns-4 div[class*="col-"]:not(:nth-child(-n+3)) .column {
    margin-top: 30px; } }

@media (max-width: 992px) {
  .group-columns-4 div[class*="col-"]:nth-child(-n+2) .column {
    margin-top: 0; }
  .group-columns-4 div[class*="col-"]:not(:nth-child(-n+2)) .column {
    margin-top: 30px; } }

@media (max-width: 769px) {
  .group-columns-4 div[class*="col-"]:first-child .column {
    margin-top: 0; }
  .group-columns-4 div[class*="col-"]:not(:first-child) .column {
    margin-top: 30px; } }

/**
 * Agrupar columnas de 3 en 3 [_Definition]
 */
.group-columns-3 div[class*="col-"] .column {
  margin-top: 30px; }

.group-columns-3 div[class*="col-"]:nth-child(-n+3) .column {
  margin-top: 0; }

@media (max-width: 1200px) {
  .group-columns-3 div[class*="col-"]:nth-child(-n+2) .column {
    margin-top: 0; }
  .group-columns-3 div[class*="col-"]:not(:nth-child(-n+2)) .column {
    margin-top: 30px; } }

@media (max-width: 769px) {
  .group-columns-3 div[class*="col-"]:first-child .column {
    margin-top: 0; }
  .group-columns-3 div[class*="col-"]:not(:first-child) .column {
    margin-top: 30px; } }

@media (max-width: 769px) {
  .group-columns-mobile div[class*="col-"]:nth-child(-n+2) .column {
    margin-top: 0; }
  .group-columns-mobile div[class*="col-"]:not(:nth-child(-n+2)) .column {
    margin-top: 30px; } }

@media (max-width: 560px) {
  .group-columns-mobile div[class*="col-"]:first-child .column {
    margin-top: 0; }
  .group-columns-mobile div[class*="col-"]:not(:first-child) .column {
    margin-top: 30px; } }

/**
 * Center container [_Definition]
 */
.center-container {
  margin: 40px auto; }

.center-container-md {
  margin: 80px auto; }

.alert-container-scrollable {
  margin: 50px auto 20px; }

.center-image {
  position: relative;
  overflow: hidden;
  display: inline-block; }
  .center-image img {
    /*
		display  : inline;
		margin   : auto;
		position : absolute;
		left     : 50%;
		top      : 50%;
		height   : 100%;
		width    : auto;
        @include translate(-50%,-50%);
		*/
    height: 100%;
    width: 100%;
    object-fit: cover; }

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

/**
 * column centered [_Definition]
 */
.col-centered {
  float: none;
  display: inline-block; }

/**
 * Loading [_Definition]
 */
.loading {
  text-align: center;
  padding: 5%; }

/**
 * Send Form [_Definition]
 */
#sending, #save {
  display: none; }

/**
 * Vertical Align Center
 */
.valign-table-container {
  display: table;
  height: 100%;
  width: 100%; }
  .valign-table-container .valign-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle; }

.valign-ccontent {
  width: inherit;
  height: inherit;
  margin: 0 auto; }

/**
 * VueJs Transitions [_definition]
 */
/* always present */
.fade-transition {
  transition: opacity .25s ease; }

/* .fade-enter defines the starting state for entering */
.fade-enter, .fade-leave {
  opacity: 0; }

/* .fade-leave defines the ending state for leaving */
.fade-leave {
  display: none; }

/**
 * Margins [_definition]
 */
.mbottom-z0 {
  margin-bottom: 0 !important; }

.mbottom-p {
  margin-bottom: 11.5px !important; }

.mbottom-z1 {
  margin-bottom: 15px !important; }

.mbottom-z2 {
  margin-bottom: 30px !important; }

.mbottom-z35 {
  margin-bottom: 35px !important; }

.m-equals-p {
  margin: 11.5px 0 !important; }

.pagination-margin .pagination {
  margin: 20px 0 0 0; }

/**
 * Loading [_Definition]
 */
.loaded-container {
  margin: 50px 0;
  position: relative; }

.img-loading {
  background: transparent url("/img/md-loader.gif") center center no-repeat; }

/**
 * Spinner Container [_Definition]
 */
.spinner-container {
  text-align: center; }
  .spinner-container .spinner {
    width: 74px;
    height: 74px;
    position: relative;
    margin: 100px auto; }
  .spinner-container .double-bounce1,
  .spinner-container .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #3f51b5;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2s infinite ease-in-out; }
  .spinner-container .double-bounce2 {
    animation-delay: -1.0s; }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/**
 *
 * Botones de redes sociales.
 *
 * @url http://designpieces.com/2012/12/social-media-colours-hex-and-rgb/
 */
/*
.btn-facebook{
	background: $bg_facebook;
}
.btn-twitter{
	background: $bg_twitter;
}
.btn-google{
	background: $bg_google;
}
.btn-linkedin{
	background: $bg_linkedin;
}
.btn-mail{
	background: $bg_mail;
}
*/
.md-elevation {
  border: 0 !important;
  position: relative;
  z-index: 1; }

.md-elevation-1dp {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14); }

.md-elevation-2dp {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }

.md-elevation-3dp {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); }

.md-elevation-4dp {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12); }

.md-elevation-5dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12); }

.md-elevation-6dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12); }

.md-elevation-7dp {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12); }

.md-elevation-8dp {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.md-elevation-9dp {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12); }

.md-elevation-10dp {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12); }

.md-elevation-11dp {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12); }

.md-elevation-12dp {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12); }

.md-elevation-13dp {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); }

.md-elevation-14dp {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12); }

.md-elevation-15dp {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12); }

.md-elevation-16dp {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12); }

.md-elevation-17dp {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12); }

.md-elevation-18dp {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12); }

.md-elevation-19dp {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12); }

.md-elevation-20dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12); }

.md-elevation-21dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12); }

.md-elevation-22dp {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12); }

.md-elevation-23dp {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12); }

.md-elevation-24dp {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); }

/**
 * Login container [_definition]
 */
.panel-login,
.panel-register {
  margin-bottom: 0;
  /**
	 * Vertical align cols [_definition]
	 *
	 * @url: http://jsfiddle.net/nV3Ua/1192/
	 * @url: https://scotch.io/bar-talk/bootstrap-3-tips-and-tricks-you-still-might-not-know
	 */ }
  .panel-login .column [class*="col-"],
  .panel-register .column [class*="col-"] {
    margin-bottom: 15px; }
  .panel-login .btn-register,
  .panel-register .btn-register {
    margin-top: 18px;
    float: right; }

.login-quiz-container .quiz-title {
  margin: 0 0 20px 0;
  font-size: 18px; }

.login-quiz-container .card-image {
  box-shadow: none;
  margin: 0 !important;
  border: 1px dotted #ddd; }
  .login-quiz-container .card-image .card-header .header-img {
    margin-bottom: 0 !important; }
  .login-quiz-container .card-image .card-header h1 {
    display: none; }

.login-quiz-container .info-item {
  border: 1px dotted #ddd;
  margin-bottom: 15px;
  padding: 10px; }

.login-quiz-container .icon-item {
  box-shadow: none;
  margin: 0;
  border: 1px dotted #ddd;
  padding: 10px; }

/**
 * Main Welcome [_definition]
 */
.main-welcome {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 100%;
  background-image: url(/img/landing.jpg);
  background-position: 0px 0px;
  min-height: 600px; }
  @media (max-width: 769px) {
    .main-welcome {
      min-height: 700px; } }
  @media (max-width: 560px) {
    .main-welcome {
      min-height: 400px; } }
  .main-welcome .welcome-content {
    background: rgba(57, 73, 175, 0.85);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    padding: 100px 0;
    text-align: center;
    color: white;
    display: -ms-flexbox;
    display: flex; }
    .main-welcome .welcome-content .center-content {
      -ms-flex-pack: center;
      justify-content: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
    .main-welcome .welcome-content h2 {
      font-size: 54px;
      font-weight: 700;
      letter-spacing: .2px;
      margin-bottom: 40px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); }
      @media (max-width: 769px) {
        .main-welcome .welcome-content h2 {
          font-size: 48px; } }
      @media (max-width: 560px) {
        .main-welcome .welcome-content h2 {
          font-size: 36px; } }
    .main-welcome .welcome-content p {
      color: #d7dcf0;
      font-size: 20px; }
      @media (max-width: 769px) {
        .main-welcome .welcome-content p {
          font-size: 18px; } }
      @media (max-width: 560px) {
        .main-welcome .welcome-content p {
          font-size: 16px; } }
    .main-welcome .welcome-content .counters {
      margin: 50px 0; }
      @media (max-width: 560px) {
        .main-welcome .welcome-content .counters {
          display: none; } }
      .main-welcome .welcome-content .counters .counter-item {
        display: inline-block;
        margin: 0 25px;
        color: #d7dcf0;
        font-size: 16px; }
        .main-welcome .welcome-content .counters .counter-item strong {
          color: white; }

.homepage-section .section-header {
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
  .homepage-section .section-header h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-weight: 700;
    display: inline-block;
    position: relative;
    /*
			&:before{
				position   : absolute;
				bottom     : -10px;
				left       : 0;
				height     : 2px;
				width      : 100%;
				content    : '';
				background : black;
			}
			*/ }
  .homepage-section .section-header p {
    font-size: 14px; }

@media (max-width: 769px) {
  .homepage-section .section-body .vertical-align {
    display: block; }
    .homepage-section .section-body .vertical-align .intro-img {
      margin-bottom: 40px; } }

.main-intro {
  padding: 120px 0;
  background: white; }
  .main-intro .col-intro {
    padding: 0 40px; }
    @media (max-width: 769px) {
      .main-intro .col-intro {
        padding: 15px; } }
  .main-intro .intro-layer .intro-header h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7); }
  .main-intro .intro-layer .intro-body p {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 20px;
    color: #505050; }
    .main-intro .intro-layer .intro-body p:last-child {
      margin-bottom: 0; }

.main-info {
  padding: 60px 0;
  background: white; }
  @media (max-width: 769px) {
    .main-info .vertical-align {
      display: block; }
      .main-info .vertical-align .info-message {
        margin-bottom: 20px; } }
  .main-info .info-message h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center; }
  .main-info .info-btns .btn {
    padding: 0 20px; }
  .main-info .info-btns .btn-default {
    color: #3f51b5;
    margin-left: 20px; }
    .main-info .info-btns .btn-default:hover, .main-info .info-btns .btn-default:active {
      background-color: transparent; }

/**
 * Main Collection [_definition]
 */
.main-collection {
  padding: 80px 0; }
  .main-collection .more-container {
    margin-top: 60px;
    text-align: center; }

/**
 * Home Element [_variables]
 */
/**
 * Home Element [_definition]
 */
.main-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-top: 30px;
  background: white;
  transition: all 0.15s;
  /*
    .img-container{
		height : $img-height;
		width  : 100%;
    	.img-card{
			width               : 100%;
			height              : $img-height;
			display             : block;
			position            : relative;
			background-size     : cover;
			background-position : center bottom;
			background-repeat   : no-repeat;
    	}
    }
    .img-block{
		max-width  : $img-height;
		max-height : $img-height;
        &:hover{

        }
    }
*/ }
  .main-card .card-btn-float {
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.15s; }
    .main-card .card-btn-float .btn {
      font-size: 10px;
      text-transform: uppercase;
      font-weight: 500; }
  .main-card:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12); }
    .main-card:hover .card-btn-float {
      opacity: 1; }
  .main-card .img-container {
    height: 240px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .main-card .img-container .img-card {
      max-width: 100%;
      max-height: 240px; }
  .main-card .card-body {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 100%;
    flex: 1 100%;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 10px;
    text-align: center; }
    .main-card .card-body h3 {
      font-size: 16px;
      margin: 15px 0;
      font-weight: 500;
      line-height: 1.5; }
    .main-card .card-body p {
      margin-bottom: 0; }
  .main-card .card-footer {
    border-top: 1px solid gainsboro; }
    .main-card .card-footer .pull-left {
      width: 50%;
      border-right: 1px solid gainsboro;
      text-align: center;
      padding: 10px 0; }
    .main-card .card-footer .pull-right {
      text-align: center;
      width: 50%;
      padding: 10px 0; }
    .main-card .card-footer .footer-bottom {
      border-top: 1px solid gainsboro;
      padding: 10px; }

@media (max-width: 1200px) {
  .collections-wrapper .row-flex {
    -ms-flex-direction: column;
    flex-direction: column; } }

.collection-card {
  width: 100%;
  background: white;
  margin-top: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14);
  transition: all 0.15s; }
  .collection-card:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12); }
  .collection-card .body-card {
    padding: 10px;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 600px) {
      .collection-card .body-card {
        display: inline-block;
        text-align: center;
        width: 100%; } }
    .collection-card .body-card .card-image {
      position: relative; }
      .collection-card .body-card .card-image .image-container a img {
        width: 177px;
        height: 177px;
        min-width: 177px;
        object-fit: cover; }
      .collection-card .body-card .card-image .image-counter {
        width: 60px;
        height: 60px;
        background: #3f51b5;
        position: absolute;
        bottom: 0;
        color: white;
        padding: 10px;
        font-size: 12px;
        text-align: center; }
        .collection-card .body-card .card-image .image-counter p {
          margin: 0; }
    .collection-card .body-card .card-content {
      width: 100%;
      padding: 0 10px; }
      .collection-card .body-card .card-content h3 {
        font-size: 15px;
        margin: 0 0 10px 0;
        font-weight: 500;
        line-height: 24px; }
      .collection-card .body-card .card-content p {
        text-align: justify; }
      @media (max-width: 600px) {
        .collection-card .body-card .card-content p {
          text-align: center; } }
      .collection-card .body-card .card-content .content-actions .action-item {
        float: left;
        line-height: 35px; }
      .collection-card .body-card .card-content .content-actions .action-btns {
        float: right; }
      .collection-card .body-card .card-content .content-user .user-img {
        float: left; }
        .collection-card .body-card .card-content .content-user .user-img .center-image {
          width: 32px;
          height: 32px;
          border-radius: 50%; }
      .collection-card .body-card .card-content .content-user .user-text {
        float: left;
        margin-left: 10px;
        line-height: 32px;
        color: #646464;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 42px); }
      @media (max-width: 600px) {
        .collection-card .body-card .card-content .content-user {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center; }
          .collection-card .body-card .card-content .content-user .user-img {
            float: none; }
          .collection-card .body-card .card-content .content-user .user-text {
            width: auto; } }
  .collection-card .footer-card {
    border-top: 1px solid gainsboro; }
    .collection-card .footer-card .footer-flex {
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      -ms-flex-direction: row;
      flex-direction: row; }
      .collection-card .footer-card .footer-flex .col-medium {
        width: 50%;
        text-align: center; }
      .collection-card .footer-card .footer-flex .col-medium-1 {
        border-right: 1px solid gainsboro; }

/**
 * Collection Bar [Definition]
 */
.collection-bar {
  padding: 23px 0;
  background: white; }
  .collection-bar .collection-owner {
    width: 100%; }
    .collection-bar .collection-owner > a {
      width: 40px;
      height: 40px;
      position: relative;
      overflow: hidden;
      display: inline-block; }
      .collection-bar .collection-owner > a img {
        display: inline;
        margin: 0 auto;
        height: 100%;
        width: auto; }
    .collection-bar .collection-owner .owner-info {
      display: inline-block;
      vertical-align: top;
      position: relative;
      top: -3px;
      margin-left: 5px; }
      .collection-bar .collection-owner .owner-info p {
        margin-bottom: 0px; }
  .collection-bar .collection-counters {
    width: 100%;
    text-align: right; }
    .collection-bar .collection-counters .quiz {
      padding-right: 8px;
      border-right: 2px solid #ddd; }
    .collection-bar .collection-counters .followers {
      margin-left: 10px; }

/**
 * Collection Suscribe [Definition]
 */
.collection-suscribe {
  text-align: right; }
  .collection-suscribe .input-group .form-control, .collection-suscribe .input-group .selectize-input {
    line-height: 35px;
    padding: 0 10px;
    width: auto;
    height: 35px;
    float: right;
    display: inline-block; }
  @media (max-width: 560px) {
    .collection-suscribe {
      text-align: center;
      margin-top: 20px; } }

/**
 * Collection quiz container [Definition]
 */
.quiz-container .pagination {
  margin: 23px 0 0 0; }

/**
 * Paginación AJAX Handler [Definition]
 */
.render-container {
  margin: 10px 0 40px 0; }
  .render-container .pagination {
    margin: 40px 0 0 0;
    vertical-align: middle; }

.request-loading {
  display: none; }
  .request-loading .spinner {
    text-align: center;
    margin: 35px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 128px;
    height: 128px; }
    .request-loading .spinner .clip {
      height: 64px;
      width: 64px;
      border-radius: 100%;
      border-width: 3px;
      border-style: solid;
      border-color: #3c50b4 #3c50b4 transparent;
      background: transparent;
      display: inline-block;
      animation: clipDelay 0.75s 0s infinite linear;
      animation-fill-mode: both; }
  .request-loading .spinner-transparent {
    background: transparent;
    box-shadow: none;
    margin: 50px auto; }

@keyframes clipDelay {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(180deg) scale(1); }
  100% {
    transform: rotate(360deg) scale(1); } }

/**
 * Elevation panel information [Definition].
 */
.container-review .card-image {
  background: white;
  margin-bottom: 23px; }
  .container-review .card-image .card-header {
    padding: 10px;
    position: relative; }
    .container-review .card-image .card-header .header-img {
      position: relative;
      text-align: center;
      margin-bottom: 20px; }
      .container-review .card-image .card-header .header-img img {
        max-height: 350px; }
      .container-review .card-image .card-header .header-img .header-float {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.25s; }
      .container-review .card-image .card-header .header-img:hover .header-float {
        opacity: 1; }
    .container-review .card-image .card-header h1 {
      font-size: 19px;
      margin: 0;
      font-weight: 500;
      margin: 0; }
  .container-review .card-image .card-body {
    padding: 10px; }
  .container-review .card-image .card-footer {
    background: white;
    padding: 20px;
    text-align: center; }
    .container-review .card-image .card-footer ul {
      margin: 0;
      padding: 0; }
      .container-review .card-image .card-footer ul li {
        list-style: none;
        display: inline-block;
        margin-right: 10px; }
        .container-review .card-image .card-footer ul li a {
          border-radius: 3px;
          color: #505050;
          min-height: auto;
          border: 1px solid gainsboro; }
          .container-review .card-image .card-footer ul li a:hover {
            border: 1px solid transparent;
            color: white; }
        .container-review .card-image .card-footer ul li .btn-facebook:hover {
          background: #3b5998; }
        .container-review .card-image .card-footer ul li .btn-twitter:hover {
          background: #55acee; }
        .container-review .card-image .card-footer ul li .btn-google:hover {
          background: #dd4b39; }
        .container-review .card-image .card-footer ul li .btn-linkedin:hover {
          background: #007bb5; }
        .container-review .card-image .card-footer ul li .btn-mail:hover {
          background: #00bf8f; }

@media (max-width: 992px) {
  .container-review .card-quiz {
    margin-top: 30px; } }

.container-review .card-quiz .card-body h5 {
  font-weight: 700;
  margin: 0 0 20px 0;
  font-size: 15px; }

.container-review .card-quiz .card-body .btn-layer {
  text-align: center;
  margin-top: 30px; }
  @media (max-width: 560px) {
    .container-review .card-quiz .card-body .btn-layer {
      margin-top: 20px; }
      .container-review .card-quiz .card-body .btn-layer .btn {
        margin-top: 20px; } }

/** Minicards details **/
.info-item {
  background: white;
  padding: 20px;
  width: 100%;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  .info-item img {
    max-height: 64px;
    margin-bottom: 11.5px !important; }
  .info-item p:last-child {
    margin-bottom: 0; }

.icon-item {
  background: white;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14); }
  .icon-item i {
    font-size: 48px; }
  .icon-item p:last-child {
    margin-bottom: 0; }

/**
 * Breadcrumb collections [Definition]
 */
.evaluation-header .evaluation-title {
  margin-bottom: 23px;
  line-height: 30px;
  text-align: center;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 16px; }
  .evaluation-header .evaluation-title span {
    font-weight: 500; }

.evaluation-header .comments {
  float: right;
  font-size: 13px;
  font-weight: 400;
  color: #333333; }

.evaluation-container {
  margin: 0 auto;
  padding: 20px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14); }

.form-evaluation .evaluation-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #3f51b5;
  padding-bottom: 10px; }
  .form-evaluation .evaluation-header h3 {
    font-size: 15px;
    margin: 0;
    color: #3f51b5; }

.form-evaluation .evaluation-body .evaluation-question img {
  max-width: 100%; }

.form-evaluation .evaluation-body .evaluation-alternatives {
  margin: 20px 0; }

.form-evaluation .evaluation-footer .btn {
  min-height: initial;
  line-height: 24px; }

.linetime-evaluation {
  border-top: 1px solid #3f51b5;
  margin-top: 20px;
  padding-top: 20px; }
  @media (max-width: 769px) {
    .linetime-evaluation .pagination-evaluation {
      text-align: center; } }
  .linetime-evaluation .pagination-evaluation .question-list {
    margin-left: -3px;
    margin-right: -3px; }
    .linetime-evaluation .pagination-evaluation .question-list .btn {
      line-height: 21px;
      border-radius: 50%;
      margin: 3px;
      color: #787878;
      border: 1px solid #787878;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 40px;
      height: 40px;
      font-size: 12px;
      position: relative; }
      .linetime-evaluation .pagination-evaluation .question-list .btn:focus, .linetime-evaluation .pagination-evaluation .question-list .btn.focus {
        outline: none !important; }
      .linetime-evaluation .pagination-evaluation .question-list .btn span {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%;
        line-height: 38px; }
    .linetime-evaluation .pagination-evaluation .question-list .btn-primary {
      color: #3f51b5 !important;
      background-color: #d1d6ef !important;
      border: 1px solid #3f51b5 !important; }
  .linetime-evaluation .terminate-evaluation {
    text-align: right; }
    @media (max-width: 769px) {
      .linetime-evaluation .terminate-evaluation {
        text-align: center; } }
    .linetime-evaluation .terminate-evaluation .btn-primary {
      line-height: 24px;
      margin: 3px 0; }

/*
.form-evaluation{
	.form-header{
		margin-bottom: $line-height-computed;
		h2{
			font-size     : 28px;
			font-weight   : 400;
			line-height   : 40px;
			margin-bottom : 30px;
			margin-top    : 0;
			color         : $brand-primary;
		}
		h4{
			color       : rgb(58,58,58);
			margin      : 0;
			font-weight : 400;
			font-size   : 20px;
			line-height : 32px;
		}
		.img-container{
			justify-content : center;
			display         : flex;
			align-items     : center;
			width           : 100%;
			img{
				//max-width : 144px;
				max-height  : 144px;
			}
		}
	}
	.form-alternatives{
		margin-bottom: $line-height-computed;
	}
	.form-footer{
		text-align: right;
		span.pull-left{
			margin-top  : 13px;
			font-weight : 400;
			font-size   : 14px;
			line-height : 24px;
		}
	}
}
*/
.list-alternatives {
  margin-bottom: 0; }
  .list-alternatives .list-group-item {
    background-color: transparent;
    padding: 0;
    border: 1px solid gainsboro;
    transition: all 0.15s; }
    .list-alternatives .list-group-item .radio, .list-alternatives .list-group-item .checkbox {
      margin: 0; }
      .list-alternatives .list-group-item .radio > label, .list-alternatives .list-group-item .checkbox > label {
        width: 100%;
        background: white;
        padding: 12px 12px 12px 40px; }
    .list-alternatives .list-group-item:last-child {
      margin-bottom: 0px; }

.code-alternatives {
  padding: 0;
  margin: 0; }
  .code-alternatives .list-group-item {
    padding: 0;
    margin-bottom: 10px; }
    .code-alternatives .list-group-item:hover {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 3px 5px rgba(0, 0, 0, 0.15); }
    .code-alternatives .list-group-item .radio {
      width: 100%;
      margin: 0; }
    .code-alternatives .list-group-item label {
      width: 100%;
      margin: 0;
      padding: 10px;
      display: -ms-flexbox;
      display: flex; }
    .code-alternatives .list-group-item .input-container {
      width: 50px;
      padding: 0 10px 0 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-right: 1px solid gainsboro; }
      .code-alternatives .list-group-item .input-container input {
        margin: 0; }
    .code-alternatives .list-group-item .option-container {
      width: calc(100% - 50px);
      padding: 0 0 0 10px; }
      .code-alternatives .list-group-item .option-container pre {
        margin: 0;
        max-height: 300px; }

/*
.code-alternatives{
	text-align: center;
	.alternative-item{
		padding  : 15px 0;
		position : relative;
		label{
			margin-bottom : 0;
			width         : 100%;
			background    : white;
			padding       : 10px;
			text-align    : center;
			border        : 0;
			@include transition(all .15s);
			@include box-shadow(0 1px 2px rgba(0,0,0,0.15));
			> pre{
				min-height : 150px;
				max-height : 150px;
				text-align : left;
			}
			&:hover{
				@include box-shadow(0 3px 7px rgba(0,0,0,0.20), 0 3px 7px rgba(0,0,0,0.15));
			}
		}
	}
}
*/
.images-alternatives {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .images-alternatives .alternative-item {
    padding: 15px 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 100%;
    flex: 1 100%;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    .images-alternatives .alternative-item label {
      width: 100%;
      border-radius: 2px;
      background: #fff;
      transition: all 0.15s;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 100%;
      flex: 1 100%;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
      .images-alternatives .alternative-item label .item-image {
        padding: 15px;
        border-bottom: 1px solid gainsboro;
        background: white;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .images-alternatives .alternative-item label .item-image > img {
          background: transparent url("/img/md-loader.gif") center center no-repeat;
          max-height: 180px;
          max-width: 100%; }
      .images-alternatives .alternative-item label .item-radio {
        padding: 15px; }
      .images-alternatives .alternative-item label:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.15); }

.result-container .result-heading h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 23px;
  margin-top: 0;
  color: #3f51b5; }

.result-container .result-heading h4 {
  color: #1c1c1c;
  margin: 0 0 23px 0;
  font-weight: 400;
  font-size: 15px; }

.result-container .btn-container {
  margin-top: 40px; }

/**
 *
 * Block comment
 *
 */
.result-counter .form-group:last-child {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-bottom: 0; }

/**
 *
 * Evaluación [Instancia del evaluado]
 *
 */
.evaluation-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }
  .evaluation-detail .detail-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .evaluation-detail .detail-image > a {
      width: 84px;
      height: 84px; }
  .evaluation-detail .detail-text {
    margin-left: 15px; }
  @media (max-width: 560px) {
    .evaluation-detail {
      -ms-flex-direction: column;
      flex-direction: column; }
      .evaluation-detail .detail-image {
        margin-bottom: 15px; }
        .evaluation-detail .detail-image > a {
          width: 96px;
          height: 96px; }
      .evaluation-detail .detail-text {
        margin-left: 0; } }

/**
 * Ranking [Definition]
 */
.main-ranking .image-column {
  padding: 8px 0; }
  .main-ranking .image-column a {
    width: 40px;
    height: 40px; }

.main-ranking .pagination {
  margin: 0; }

.main-ranking .form-inline .btn {
  max-height: 38px; }

.table-ranking > thead > tr > th {
  color: rgba(0, 0, 0, 0.8); }

.table-ranking > tbody > tr > td {
  padding: 20px 8px; }

/**
 * Definición de variables.
 */
/**
 * Definición de .panel-card [Información del la práctica].
 */
.panel-card .panel-heading {
  border: 0;
  padding: 10px; }
  .panel-card .panel-heading .panel-title {
    font-weight: 500;
    font-size: 17px;
    margin: 20px 0 0 0;
    line-height: 1.476; }

.panel-card .panel-body {
  padding: 10px; }

.panel-card .panel-footer {
  padding: 10px; }
  .panel-card .panel-footer .counter-users {
    margin-bottom: 10px;
    font-weight: 700; }
    .panel-card .panel-footer .counter-users span {
      display: block;
      font-size: 15px; }

/**
 * Definición de .panel-solution [Collapse de la solución de la práctica].
 */
.panel-solution .table, .panel-solution .images-group {
  margin-bottom: 15px; }

.panel-solution .img-container img {
  max-width: 177px;
  max-height: 177px; }

/**
 * Panel collections [Definition]
 */
.panel-account .pagination-information {
  position: absolute;
  top: 20px;
  right: 20px; }
  @media (max-width: 560px) {
    .panel-account .pagination-information {
      position: initial; } }
  .panel-account .pagination-information h6 {
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    margin: 0; }

.panel-account .profile-collections-wrapper {
  margin-top: -30px; }
  .panel-account .profile-collections-wrapper .collection-card {
    margin-top: 30px;
    box-shadow: none;
    border: 1px solid gainsboro;
    transition: all 0.15s; }
    .panel-account .profile-collections-wrapper .collection-card:hover {
      box-shadow: none;
      border: 1px solid #98a2db; }
    .panel-account .profile-collections-wrapper .collection-card .body-card .card-image {
      position: relative; }
      .panel-account .profile-collections-wrapper .collection-card .body-card .card-image .image-container a img {
        width: 96px;
        height: 96px;
        min-width: 96px; }
    .panel-account .profile-collections-wrapper .collection-card .body-card .card-content {
      padding: 5px 20px; }
  .panel-account .profile-collections-wrapper .pagination {
    margin: 20px 0 0 0; }

.categories-container {
  margin-bottom: 30px; }
  .categories-container .category-layer {
    position: relative;
    margin-top: 30px; }
    .categories-container .category-layer .content-layer {
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      transform: scale(0.9);
      transition: all 0.25s; }
      .categories-container .category-layer .content-layer:hover {
        opacity: 1;
        transform: scale(1); }
      .categories-container .category-layer .content-layer .content-center {
        top: 50%;
        position: relative;
        text-align: center;
        transition: all .5s;
        padding: 1em;
        transform: translateY(-50%); }
        .categories-container .category-layer .content-layer .content-center h3 {
          text-align: center;
          color: white;
          font-size: 24px;
          font-weight: 400;
          margin: 20px 0; }
        .categories-container .category-layer .content-layer .content-center p {
          text-align: center;
          color: white;
          line-height: 24px; }

.category-layer .category-header {
  text-align: center;
  margin-bottom: 35px; }
  .category-layer .category-header h2 {
    font-size: 32px;
    margin: 0 0 20px; }
  .category-layer .category-header h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; }

.category-layer .category-body .icon-container {
  width: 60%;
  margin: 0 auto;
  background: white;
  text-align: center;
  padding: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14); }
  @media (max-width: 769px) {
    .category-layer .category-body .icon-container {
      width: 100%;
      margin-bottom: 0px; } }
  .category-layer .category-body .icon-container a:hover {
    text-decoration: none; }
  .category-layer .category-body .icon-container img {
    max-width: 177px;
    margin-bottom: 25px;
    transition: all 0.25s; }
  .category-layer .category-body .icon-container h4 {
    font-size: 18px;
    font-weight: 400;
    color: black;
    margin: 0;
    transition: all 0.25s; }
  .category-layer .category-body .icon-container:hover img {
    transform: scale(1.1); }
  .category-layer .category-body .icon-container:hover h4 {
    font-weight: 700; }

.search-container .search-header {
  position: relative; }
  .search-container .search-header h2 {
    font-size: 18px;
    margin: 0 0 35px;
    line-height: 42px; }

.search-container .search-body .media-item:first-child {
  margin-top: 0; }

.media-item {
  border: 1px solid gainsboro;
  margin-top: 20px;
  border-radius: 2px;
  background: white; }
  .media-item:first-child {
    margin-top: 0; }
  .media-item .media {
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -ms-flex-direction: row;
    flex-direction: row; }
    .media-item .media .media-object {
      width: 64px;
      object-fit: cover;
      height: 64px; }
    .media-item .media .media-heading {
      font-size: 15px;
      line-height: 24px; }
    .media-item .media .media-body {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-direction: column;
      flex-direction: column; }
      .media-item .media .media-body p {
        margin: 0; }
    @media (max-width: 560px) {
      .media-item .media {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
        .media-item .media .media-object {
          width: 144px;
          height: 144px; }
        .media-item .media .media-body {
          width: 100%;
          margin-top: 20px;
          text-align: center;
          -ms-flex-align: center;
          align-items: center; } }
  .media-item .counters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top: 1px solid gainsboro;
    padding: 10px; }
    .media-item .counters .counter-box {
      width: 50%;
      text-align: center; }
    .media-item .counters .border {
      border-right: 1px solid gainsboro; }
  @media (max-width: 560px) {
    .media-item .info-group {
      display: block;
      padding: 0; }
      .media-item .info-group .counter-box {
        width: 100%;
        padding: 10px; }
      .media-item .info-group .border {
        border-right: 0;
        border-bottom: 1px solid gainsboro; } }

.collection-followers .media {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 3px; }
  .collection-followers .media .media-img {
    width: 64px;
    height: 64px;
    display: inline-block; }
    .collection-followers .media .media-img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .collection-followers .media .media-body {
    vertical-align: middle; }
    .collection-followers .media .media-body .heading-container {
      width: 95%; }
    .collection-followers .media .media-body h4 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 15px;
      margin: 0 0 3px; }
    .collection-followers .media .media-body p {
      margin: 0; }

.collection-followers .pagination {
  margin: 5px 0 0; }

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

.select2-container .select2-selection--single {
  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 {
  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 {
  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;
  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%;
  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;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !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 {
  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__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

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

.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-selection__placeholder,
.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;
  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: 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: 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: 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: 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; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  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;
  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; }

/********************************************/
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*#COMMON STYLES
\*------------------------------------*/
  /**
* Search field in the Select2 dropdown.
*/
  /**
* No outline for all search fields - in the dropdown
* and inline in multi Select2s.
*/
  /**
* Adjust Select2's choices hover and selected styles to match
* Bootstrap 3's default dropdown styles.
*
* @see http://getbootstrap.com/components/#dropdowns
*/
  /**
* Clear the selection.
*/
  /**
* Address disabled Select2 styles.
*
* @see https://select2.github.io/examples.html#disabled
* @see http://getbootstrap.com/css/#forms-control-disabled
*/
  /*------------------------------------*#DROPDOWN
\*------------------------------------*/
  /**
* Dropdown border color and box-shadow.
*/
  /**
* Limit the dropdown height.
*/
  /*------------------------------------*#SINGLE SELECT2
\*------------------------------------*/
  /*------------------------------------*#MULTIPLE SELECT2
\*------------------------------------*/
  /**
* Address Bootstrap control sizing classes
*
* 1. Reset Bootstrap defaults.
* 2. Adjust the dropdown arrow button icon position.
*
* @see http://getbootstrap.com/css/#forms-control-sizes
*/
  /* 1 */
  /*------------------------------------*#RTL SUPPORT
\*------------------------------------*/ }
  .select2-container--bootstrap .select2-selection {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #555555;
    font-size: 13px;
    outline: 0; }
    .select2-container--bootstrap .select2-selection.form-control, .select2-container--bootstrap .select2-selection.selectize-input {
      border-radius: 2px; }
  .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #555555;
    font-size: 13px; }
  .select2-container--bootstrap .select2-search__field {
    outline: 0;
    /* Firefox 18- */
    /**
* Firefox 19+
*
* @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
*/ }
    .select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
      color: #999; }
    .select2-container--bootstrap .select2-search__field:-moz-placeholder {
      color: #999; }
    .select2-container--bootstrap .select2-search__field::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
      color: #999; }
  .select2-container--bootstrap .select2-results__option {
    padding: 7px 14px;
    /**
* Disabled results.
*
* @see https://select2.github.io/examples.html#disabled-results
*/
    /**
* Hover state.
*/
    /**
* Selected state.
*/ }
    .select2-container--bootstrap .select2-results__option[role=group] {
      padding: 0; }
    .select2-container--bootstrap .select2-results__option[aria-disabled=true] {
      color: #777777;
      cursor: not-allowed; }
    .select2-container--bootstrap .select2-results__option[aria-selected=true] {
      background-color: #f5f5f5;
      color: #262626; }
    .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
      background-color: #3f51b5;
      color: #fff; }
    .select2-container--bootstrap .select2-results__option .select2-results__option {
      padding: 7px 14px; }
      .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0; }
      .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -14px;
        padding-left: 28px; }
        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -28px;
          padding-left: 42px; }
          .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -42px;
            padding-left: 56px; }
            .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -56px;
              padding-left: 70px; }
              .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -70px;
                padding-left: 84px; }
  .select2-container--bootstrap .select2-results__group {
    color: #777777;
    display: block;
    padding: 7px 14px;
    font-size: 12px;
    line-height: 1.845;
    white-space: nowrap; }
  .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #3f51b5; }
  .select2-container--bootstrap.select2-container--open {
    /**
* Make the dropdown arrow point up while the dropdown is visible.
*/
    /**
* Handle border radii of the container when the dropdown is showing.
*/ }
    .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
      border-color: transparent transparent #999 transparent;
      border-width: 0 4px 4px 4px; }
    .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-color: transparent; }
    .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      border-top-color: transparent; }
  .select2-container--bootstrap .select2-selection__clear {
    color: #999;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
    .select2-container--bootstrap .select2-selection__clear:hover {
      color: #333; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #ccc;
    box-shadow: none; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection,
  .select2-container--bootstrap.select2-container--disabled .select2-search__field {
    cursor: not-allowed; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection,
  .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eeeeee; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
  .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none; }
  .select2-container--bootstrap .select2-dropdown {
    border-color: #3f51b5;
    overflow-x: hidden;
    margin-top: -1px; }
    .select2-container--bootstrap .select2-dropdown--above {
      margin-top: 1px; }
  .select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--bootstrap .select2-selection--single {
    height: 38px;
    line-height: 1.845;
    padding: 7px 26px 7px 14px;
    /**
* Adjust the single Select2's dropdown arrow button appearance.
*/ }
    .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
      position: absolute;
      bottom: 0;
      right: 14px;
      top: 0;
      width: 4px; }
      .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
        border-color: #999 transparent transparent transparent;
        border-style: solid;
        border-width: 4px 4px 0 4px;
        height: 0;
        left: 0;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }
    .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
      color: #555555;
      padding: 0; }
    .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
      color: #999; }
  .select2-container--bootstrap .select2-selection--multiple {
    min-height: 38px;
    padding: 0;
    height: auto;
    /**
* Make Multi Select2's choices match Bootstrap 3's default button styles.
*/
    /**
* Minus 2px borders.
*/
    /**
* Clear the selection.
*/ }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      display: block;
      line-height: 1.845;
      list-style: none;
      margin: 0;
      overflow: hidden;
      padding: 0;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
      color: #999;
      float: left;
      margin-top: 5px; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      color: #555555;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 2px;
      cursor: default;
      float: left;
      margin: 6px 0 0 7px;
      padding: 0 7px; }
    .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      background: transparent;
      padding: 0 14px;
      height: 36px;
      line-height: 1.845;
      margin-top: 0;
      min-width: 5em; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 3.5px; }
      .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 7px; }
  .select2-container--bootstrap .select2-selection--single.input-sm, .select2-container--bootstrap .input-group-sm > .select2-selection--single.form-control, .select2-container--bootstrap .input-group-sm > .select2-selection--single.selectize-input, .select2-container--bootstrap
  .input-group-sm > .select2-selection--single.input-group-addon, .select2-container--bootstrap
  .input-group-sm > .input-group-btn > .select2-selection--single.btn,
  .input-group-sm .select2-container--bootstrap .select2-selection--single,
  .form-group-sm .select2-container--bootstrap .select2-selection--single {
    border-radius: 2px;
    font-size: 12px;
    height: 32px;
    line-height: 1.5;
    padding: 5px 22px 5px 10px;
    /* 2 */ }
    .select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .select2-container--bootstrap .input-group-sm > .select2-selection--single.form-control .select2-selection__arrow b, .select2-container--bootstrap .input-group-sm > .select2-selection--single.selectize-input .select2-selection__arrow b, .select2-container--bootstrap
    .input-group-sm > .select2-selection--single.input-group-addon .select2-selection__arrow b, .select2-container--bootstrap
    .input-group-sm > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow b,
    .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
    .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
      margin-left: -5px; }
  .select2-container--bootstrap .select2-selection--multiple.input-sm, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.selectize-input, .select2-container--bootstrap
  .input-group-sm > .select2-selection--multiple.input-group-addon, .select2-container--bootstrap
  .input-group-sm > .input-group-btn > .select2-selection--multiple.btn,
  .input-group-sm .select2-container--bootstrap .select2-selection--multiple,
  .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
    min-height: 32px;
    border-radius: 2px; }
    .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-selection__choice, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.selectize-input .select2-selection__choice, .select2-container--bootstrap
    .input-group-sm > .select2-selection--multiple.input-group-addon .select2-selection__choice, .select2-container--bootstrap
    .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-selection__choice,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      font-size: 12px;
      line-height: 1.5;
      margin: 4px 0 0 5px;
      padding: 0 5px; }
    .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.selectize-input .select2-search--inline .select2-search__field, .select2-container--bootstrap
    .input-group-sm > .select2-selection--multiple.input-group-addon .select2-search--inline .select2-search__field, .select2-container--bootstrap
    .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-search--inline .select2-search__field,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      padding: 0 10px;
      font-size: 12px;
      height: 30px;
      line-height: 1.5; }
    .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-selection__clear, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.selectize-input .select2-selection__clear, .select2-container--bootstrap
    .input-group-sm > .select2-selection--multiple.input-group-addon .select2-selection__clear, .select2-container--bootstrap
    .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-selection__clear,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 5px; }
  .select2-container--bootstrap .select2-selection--single.input-lg, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control, .select2-container--bootstrap .input-group-lg > .select2-selection--single.selectize-input, .select2-container--bootstrap
  .input-group-lg > .select2-selection--single.input-group-addon, .select2-container--bootstrap
  .input-group-lg > .input-group-btn > .select2-selection--single.btn,
  .input-group-lg .select2-container--bootstrap .select2-selection--single,
  .form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 4px;
    font-size: 15px;
    height: 50px;
    line-height: 1.846;
    padding: 10px 33px 10px 18px;
    /* 1 */ }
    .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control .select2-selection__arrow, .select2-container--bootstrap .input-group-lg > .select2-selection--single.selectize-input .select2-selection__arrow, .select2-container--bootstrap
    .input-group-lg > .select2-selection--single.input-group-addon .select2-selection__arrow, .select2-container--bootstrap
    .input-group-lg > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow,
    .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
    .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
      width: 5px; }
      .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection--single.selectize-input .select2-selection__arrow b, .select2-container--bootstrap
      .input-group-lg > .select2-selection--single.input-group-addon .select2-selection__arrow b, .select2-container--bootstrap
      .input-group-lg > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow b,
      .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
      .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
        border-width: 5px 5px 0 5px;
        margin-left: -5px;
        margin-left: -10px;
        margin-top: -2.5px; }
  .select2-container--bootstrap .select2-selection--multiple.input-lg, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.selectize-input, .select2-container--bootstrap
  .input-group-lg > .select2-selection--multiple.input-group-addon, .select2-container--bootstrap
  .input-group-lg > .input-group-btn > .select2-selection--multiple.btn,
  .input-group-lg .select2-container--bootstrap .select2-selection--multiple,
  .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
    min-height: 50px;
    border-radius: 4px; }
    .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-selection__choice, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.selectize-input .select2-selection__choice, .select2-container--bootstrap
    .input-group-lg > .select2-selection--multiple.input-group-addon .select2-selection__choice, .select2-container--bootstrap
    .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-selection__choice,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      font-size: 15px;
      line-height: 1.846;
      border-radius: 2px;
      margin: 9px 0 0 9px;
      padding: 0 10px; }
    .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.selectize-input .select2-search--inline .select2-search__field, .select2-container--bootstrap
    .input-group-lg > .select2-selection--multiple.input-group-addon .select2-search--inline .select2-search__field, .select2-container--bootstrap
    .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-search--inline .select2-search__field,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      padding: 0 18px;
      font-size: 15px;
      height: 48px;
      line-height: 1.846; }
    .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-selection__clear, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.selectize-input .select2-selection__clear, .select2-container--bootstrap
    .input-group-lg > .select2-selection--multiple.input-group-addon .select2-selection__clear, .select2-container--bootstrap
    .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-selection__clear,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 10px; }
  .select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single, .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.form-control .select2-selection--single, .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.selectize-input .select2-selection--single, .select2-container--bootstrap
  .input-group-lg > .select2-selection.select2-container--open.input-group-addon .select2-selection--single, .select2-container--bootstrap
  .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.btn .select2-selection--single {
    /**
* Make the dropdown arrow point up while the dropdown is visible.
*/ }
    .select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.form-control .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.selectize-input .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap
    .input-group-lg > .select2-selection.select2-container--open.input-group-addon .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap
    .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.btn .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #999 transparent;
      border-width: 0 5px 5px 5px; }
  .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
    /**
* Make the dropdown arrow point up while the dropdown is visible.
*/ }
    .input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #999 transparent;
      border-width: 0 5px 5px 5px; }
  .select2-container--bootstrap[dir="rtl"] {
    /**
* Single Select2
*
* 1. Makes sure that .select2-selection__placeholder is positioned
*    correctly.
*/
    /**
* Multiple Select2
*/ }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--single {
      padding-left: 26px;
      padding-right: 14px; }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 0;
        padding-left: 0;
        text-align: right;
        /* 1 */ }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
        float: left; }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
        left: 14px;
        right: auto; }
        .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
          margin-left: 0; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
      float: right; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
      margin-left: 0;
      margin-right: 7px; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
      margin-left: 2px;
      margin-right: auto; }

/*------------------------------------*#ADDITIONAL GOODIES
\*------------------------------------*/
/**
* Address Bootstrap's validation states
*
* If a Select2 widget parent has one of Bootstrap's validation state modifier
* classes, adjust Select2's border colors and focus states accordingly.
* You may apply said classes to the Select2 dropdown (body > .select2-container)
* via JavaScript match Bootstraps' to make its styles match.
*
* @see http://getbootstrap.com/css/#forms-control-validation
*/
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b; }

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  border-color: #66512c; }

.has-warning.select2-drop-active {
  border-color: #66512c; }
  .has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c; }

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442; }

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  border-color: #843534; }

.has-error.select2-drop-active {
  border-color: #843534; }
  .has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534; }

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d; }

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  border-color: #2b542c; }

.has-success.select2-drop-active {
  border-color: #2b542c; }
  .has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c; }

/**
* Select2 widgets in Bootstrap Input Groups
*
* @see http://getbootstrap.com/components/#input-groups
* @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
*/
/**
* Reset rounded corners
*/
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.selectize-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.selectize-input {
  border-radius: 0; }

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.selectize-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
* Adjust z-index like Bootstrap does to show the focus-box-shadow
* above appended buttons in .input-group and .form-group.
*/
  /**
* Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
* Multi Select2's height which - depending on how many elements have been selected -
* may grow taller than its initial size.
*
* @see http://getbootstrap.com/components/#input-groups
*/ }
  .input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control, .input-group > .select2-container--bootstrap > .selection > .select2-selection.selectize-input {
    float: none; }
  .input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
    z-index: 3; }
  .input-group > .select2-container--bootstrap,
  .input-group > .select2-container--bootstrap .input-group-btn,
  .input-group > .select2-container--bootstrap .input-group-btn .btn {
    vertical-align: top; }

/**
* Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
*
* Provides `!important` for certain properties of the class applied to the
* original `<select>` element to hide it.
*
* @see https://github.com/select2/select2/pull/3301
* @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
*/
.form-control.select2-hidden-accessible, .select2-hidden-accessible.selectize-input {
  position: absolute !important;
  width: 1px !important; }

/**
* Display override for inline forms
*/
@media (min-width: 769px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block; } }

.navigation-section {
  background: white;
  border-bottom: 1px solid gainsboro; }
  .navigation-section .nav-tabs .main-left {
    float: left; }
  .navigation-section .nav-tabs li {
    float: none;
    display: inline-block; }
    .navigation-section .nav-tabs li.active {
      font-weight: 700; }
    .navigation-section .nav-tabs li a {
      line-height: 40px; }

.init-container {
  margin: 40px auto; }
  .init-container .init-header {
    position: relative;
    margin-bottom: 30px; }
    .init-container .init-header h2 {
      font-size: 17px;
      line-height: 35px;
      margin: 0; }
    .init-container .init-header .form-search {
      position: absolute;
      top: 8px;
      right: 0;
      width: 300px; }
      @media (max-width: 560px) {
        .init-container .init-header .form-search {
          position: relative;
          top: auto;
          right: auto;
          width: 100%;
          margin-top: 10px; } }
    .init-container .init-header .init-actions {
      position: absolute;
      top: 0;
      right: 0;
      line-height: 58px; }
  .init-container .init-body .pagination {
    margin: 40px 0 0 0; }
  .init-container .init-collections .panel:last-child {
    margin-bottom: 0; }

.panel-subscription .panel-heading .heading-img {
  display: inline-block;
  max-height: 48px;
  vertical-align: top; }
  .panel-subscription .panel-heading .heading-img .img {
    width: 48px;
    height: 48px; }

.panel-subscription .panel-heading .heading-owner {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top; }
  .panel-subscription .panel-heading .heading-owner .panel-title {
    margin-bottom: 2px; }
  .panel-subscription .panel-heading .heading-owner .owner-info p {
    margin: 0; }

.panel-subscription .panel-heading .heading-counter {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 48px;
  font-weight: 700; }

.panel-subscription .panel-heading .heading-success {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 48px;
  font-weight: 700; }
  .panel-subscription .panel-heading .heading-success span {
    padding: 10px;
    border: 1px solid #4baf50;
    color: #4baf50; }

@media (max-width: 560px) {
  .panel-subscription .panel-heading {
    text-align: center; }
    .panel-subscription .panel-heading .heading-counter {
      position: relative;
      top: auto;
      right: auto;
      line-height: inherit;
      margin-top: 10px;
      text-align: center; }
    .panel-subscription .panel-heading .heading-success {
      position: relative;
      top: auto;
      right: auto;
      line-height: inherit;
      margin-top: 20px;
      text-align: center; }
      .panel-subscription .panel-heading .heading-success span {
        display: inline-block; } }

.row-container {
  margin-top: -20px;
  -ms-flex-pack: center;
  justify-content: center; }

.mini-card {
  border: 1px solid gainsboro;
  margin-top: 20px; }
  .mini-card:hover {
    border: 1px solid #00aaf2;
    box-shadow: none !important; }
  .mini-card .card-body {
    text-align: center; }
    .mini-card .card-body .img-wrapper {
      width: 100%; }
      .mini-card .card-body .img-wrapper > a {
        width: 144px;
        height: 144px;
        display: inline-block; }
        .mini-card .card-body .img-wrapper > a img {
          width: 100%; }
    .mini-card .card-body h3 {
      font-size: 14px;
      margin: 15px 0 0; }
  .mini-card .card-footer {
    border-top: 1px solid gainsboro; }
    .mini-card .card-footer .pull-left {
      width: 50%;
      border-right: 1px solid gainsboro;
      text-align: center;
      padding: 10px 0; }
    .mini-card .card-footer .pull-right {
      text-align: center;
      width: 50%;
      padding: 10px 0; }
    .mini-card .card-footer .footer-bottom {
      border-top: 1px solid gainsboro;
      padding: 10px; }

.subscriptions-pagination {
  text-align: center; }
  .subscriptions-pagination .pagination {
    margin: 40px 0 20px; }

.fbtn-container .btn {
  background: #ff1744;
  color: white;
  border-radius: 50%;
  bottom: 35px;
  right: 20px;
  height: 56px;
  width: 56px;
  border: 0;
  display: none;
  font-size: 21px;
  position: fixed; }
  .fbtn-container .btn:hover, .fbtn-container .btn:active {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12); }

.media-container .media .media-image {
  width: 128px;
  height: 128px;
  min-width: 128px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left; }
  .media-container .media .media-image img {
    display: inline;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%); }

.media-container .media .media-body {
  margin-left: 10px;
  width: auto; }

.table-default {
  background: white;
  margin: 0; }

/**
 * Main Form [_Definition]
 */
.main-form {
  padding: 23px 0;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .main-form .form-container {
    width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -ms-flexbox;
    display: flex; }
  .main-form .form-information {
    text-align: right;
    width: 100%; }
    .main-form .form-information h4 {
      font-size: 13px;
      font-weight: normal;
      display: inline-block;
      margin-right: 10px; }
    .main-form .form-information .btn-pagination {
      display: inline-block; }
  .main-form .pagination-information {
    text-align: right;
    width: 100%; }
    .main-form .pagination-information h4 {
      font-size: 13px;
      font-weight: normal;
      display: inline-block; }
  @media (max-width: 992px) {
    .main-form .form-container {
      margin-bottom: 23px;
      text-align: center; }
      .main-form .form-container .form-inline {
        width: 100%;
        text-align: center; }
    .main-form .form-information {
      text-align: center; }
    .main-form .pagination-information {
      text-align: center; } }
  @media (max-width: 769px) {
    .main-form .form-container .input-group {
      width: 100%;
      margin-bottom: 15px; }
    .main-form .form-container .btn {
      width: 50%; } }

@media (max-width: 1200px) {
  .main-form-md .form-container {
    margin-bottom: 23px;
    text-align: center; }
    .main-form-md .form-container .form-inline {
      width: 100%;
      text-align: center; }
  .main-form-md .form-information {
    text-align: center; } }

/**
 * Collection [_variables]
 */
/**
 * Collection [_Definition]
 */
.collection {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14);
  transition: all 0.25s; }
  .collection:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12); }
  .collection .collection-header {
    text-align: center;
    padding: 10px; }
    .collection .collection-header .collection-img {
      height: 200px;
      margin-bottom: 10px; }
      .collection .collection-header .collection-img a {
        height: 200px;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
        .collection .collection-header .collection-img a img {
          max-width: 100%;
          max-height: 200px; }
    .collection .collection-header .collection-title {
      line-height: 1.845;
      font-size: 15px;
      color: inherit;
      margin: 0; }
  .collection .collection-body {
    border-top: 1px solid gainsboro; }
    .collection .collection-body:before, .collection .collection-body:after {
      content: " ";
      display: table; }
    .collection .collection-body:after {
      clear: both; }
    .collection .collection-body .span-center {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .collection .collection-body .span-center span {
        width: 50%;
        text-align: center;
        padding: 12px 0; }
        .collection .collection-body .span-center span:last-child {
          border-left: 1px solid gainsboro; }
  .collection .collection-footer {
    border-top: 1px solid gainsboro; }
    .collection .collection-footer .footer-column {
      width: 50%;
      text-align: center;
      float: left;
      padding: 12px 0; }
      .collection .collection-footer .footer-column span {
        line-height: 35px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        padding: 0 10px;
        text-overflow: ellipsis; }
      .collection .collection-footer .footer-column:last-child {
        border-left: 1px solid gainsboro; }
    .collection .collection-footer .btn {
      padding: 10px 12px;
      line-height: 1;
      min-height: inherit;
      box-shadow: none; }

/**
 * Panel Collection [_Definition]
 */
.panel-collection .panel-body {
  text-align: left;
  padding: 10px; }
  .panel-collection .panel-body h3 {
    font-weight: 500;
    font-size: 17px;
    margin: 18.4px 0;
    line-height: 1.476; }
  .panel-collection .panel-body p {
    word-wrap: break-word;
    margin-bottom: 18.4px; }
  .panel-collection .panel-body .list-group {
    margin-bottom: 0; }
  .panel-collection .panel-body .form-container {
    margin-top: 18.4px; }
  @media (max-width: 992px) {
    .panel-collection .panel-body {
      text-align: center; } }

/**
 * Collection [_Definition]
 */
/**
 * Collection [_Definition]
 */
.card {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid gainsboro;
  transition: all 0.25s; }
  .card:hover {
    border: 1px solid #2396f5; }
  .card .card-header {
    text-align: center;
    padding: 10px; }
    .card .card-header .card-img {
      height: 230px;
      margin-bottom: 10px; }
      .card .card-header .card-img a {
        height: 230px;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
        .card .card-header .card-img a img {
          max-width: 100%;
          max-height: 230px; }
    .card .card-header .card-title {
      line-height: 1.845;
      font-size: 15px;
      color: inherit;
      margin: 0; }
  .card .card-body {
    border-top: 1px solid gainsboro; }
    .card .card-body .col-text {
      padding: 15px 0; }
  .card .card-footer {
    border-top: 1px solid gainsboro;
    padding: 15px; }
    .card .card-footer .alert {
      padding: 5px 15px;
      margin-bottom: 0; }

/**
 * Practices [_Definition]
 */
.collection-quiz .collection-body {
  padding: 15px 0; }

.collection-quiz .collection-footer .footer-column {
  padding: 12px; }
  .collection-quiz .collection-footer .footer-column:last-child {
    border-left: 0; }

.collection-quiz .collection-footer .alert {
  padding: 5px 15px;
  margin-bottom: 0; }

.collection-quiz .collection-footer .text-right {
  text-align: right !important; }

/**
 * Panel Quiz [_Definition]
 */
@media (max-width: 992px) {
  .panel-quiz {
    text-align: center; } }

.panel-quiz .form-publish {
  text-align: center;
  margin: 11.5px 0; }

.panel-quiz .quiz-link {
  margin-top: 20px;
  margin-bottom: 0; }

.container-img-question img {
  max-width: 177px; }

/**
 * Question Collapse [_Definition]
 *
 * @url: https://codepen.io/tofanelli/pen/waadRY
 */
.question-group {
  margin-bottom: 0; }
  .question-group .panel-heading {
    padding: 0; }
    .question-group .panel-heading .panel-title a {
      padding: 15px;
      display: block;
      text-decoration: none; }
      .question-group .panel-heading .panel-title a:hover {
        color: #3f51b5;
        text-decoration: none; }
      .question-group .panel-heading .panel-title a:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f0d7";
        position: absolute;
        font-size: 16px;
        right: 15px;
        top: 19px; }
    .question-group .panel-heading .panel-title .collapsed:after {
      content: "\f0da"; }
  .question-group .alert {
    margin: 0;
    text-align: center;
    padding: 7px;
    line-height: 27px; }
    .question-group .alert i {
      margin: 0; }

/**
 * Tabla de las alternativas [_Definition]
 */
.table-alternatives-group > thead > tr > th,
.table-alternatives-group > thead > tr > td,
.table-alternatives-group > tbody > tr > th,
.table-alternatives-group > tbody > tr > td,
.table-alternatives-group > tfoot > tr > th,
.table-alternatives-group > tfoot > tr > td {
  vertical-align: middle; }
  .table-alternatives-group > thead > tr > th:first-child,
  .table-alternatives-group > thead > tr > td:first-child,
  .table-alternatives-group > tbody > tr > th:first-child,
  .table-alternatives-group > tbody > tr > td:first-child,
  .table-alternatives-group > tfoot > tr > th:first-child,
  .table-alternatives-group > tfoot > tr > td:first-child {
    width: 62px; }

.table-alternatives-group pre {
  margin: 0 !important; }

/**
 * Grupo de imágenes [_Definition]
 */
.images-group {
  text-align: center; }
  .images-group .panel-item .panel {
    margin-bottom: 15px; }
  .images-group .panel-item:nth-child(n+4) .panel {
    margin-bottom: 0px; }
  .images-group .panel-body {
    padding: 10px; }
    .images-group .panel-body .img-container {
      position: relative;
      min-height: 128px;
      max-height: 128px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .images-group .panel-body .img-container img {
        max-width: 100%;
        max-height: 128px;
        vertical-align: middle; }
  .images-group .panel-footer {
    padding: 5px;
    border-top: 1px solid gainsboro !important; }

.question-component .text-danger {
  color: #ff3232 !important; }

/**
 * Alternativas horizontales [_Definition]
 */
.alternative-horizontal .alternative-group {
  margin-bottom: 15px; }
  .alternative-horizontal .alternative-group:last-child {
    margin-bottom: 0; }
  .alternative-horizontal .alternative-group .input-group-addon {
    background: transparent; }
    .alternative-horizontal .alternative-group .input-group-addon input[type="radio"],
    .alternative-horizontal .alternative-group .input-group-addon input[type="checkbox"] {
      top: 4px;
      margin: 0; }

/**
 * Botón de agregar alternativa [_Definition]
 */
.btn-add-alternative {
  margin-top: 15px;
  text-align: left; }

/**
 * Listado de preguntas [Lado de izquierdo] [_Definition]
 */
.question-list .list-group {
  margin-bottom: 0; }
  .question-list .list-group .list-group-item {
    margin-bottom: 15px;
    border-left: 4px solid #ddd; }
    .question-list .list-group .list-group-item:last-child {
      margin-bottom: 0; }
  .question-list .list-group .item-active {
    border-left: 4px solid #8796d7; }

.question-list .alert {
  margin-bottom: 0px; }

/**
 * Input group code [_Definition]
 */
.input-group-code textarea {
  resize: vertical; }

.input-group-code .input-group-btn {
  vertical-align: top; }
  .input-group-code .input-group-btn .btn {
    outline: none;
    height: calc(100% + 16px); }

/**
 * Radio [_Definition]
 */
.radio-group {
  border: 1px solid gainsboro;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .radio-group .radio, .radio-group .checkbox {
    display: table-cell;
    float: none;
    width: 1%;
    border-left: 1px solid gainsboro;
    text-align: left;
    padding: 0; }
    .radio-group .radio label, .radio-group .checkbox label {
      width: 100%;
      text-align: center;
      padding: 9px 15px; }
    .radio-group .radio:first-child, .radio-group .checkbox:first-child {
      border-left: 0; }
  @media (max-width: 769px) {
    .radio-group {
      display: block; }
      .radio-group .radio, .radio-group .checkbox {
        display: block;
        width: 100%;
        text-align: left;
        border-top: 1px solid gainsboro;
        border-left: 0;
        margin: 0;
        padding: 2px 16px; }
        .radio-group .radio:first-child, .radio-group .checkbox:first-child {
          border-top: 0; }
        .radio-group .radio label, .radio-group .checkbox label {
          width: 100%;
          padding-top: 10px;
          padding-bottom: 10px;
          text-align: left; } }

.question-container-main span.text-danger {
  font-weight: 700; }

/* ----------------------------------------------------------------------------
// Ezdz [izy-dizy]
// Licensed under the MIT license.
// http://github.com/jaysalvat/ezdz/
// ----------------------------------------------------------------------------
// Copyright (C) 2014 Jay Salvat
// http://jaysalvat.com/
// --------------------------------------------------------------------------*/
.image-dropzone {
  border: 1px solid #ccc;
  color: #969696; }
  .image-dropzone .dropzone-input {
    position: relative;
    bottom: -1px;
    padding: 15px; }
  .image-dropzone .dropzone-footer {
    border-top: 1px solid #ccc;
    padding: 15px; }
    .image-dropzone .dropzone-footer span {
      margin-top: 7px; }

.dropzone-container .dropzone-group {
  margin-bottom: 15px; }

.dropzone {
  position: relative; }
  .dropzone .btn-remove {
    position: absolute;
    right: 10px;
    bottom: 10px; }

.ezdz-dropzone {
  width: 100%;
  padding: 10px;
  position: relative;
  text-align: center;
  border: 1px dashed #ccc;
  color: #999999;
  transition: all 0.3s; }
  .ezdz-dropzone:hover {
    color: #3f51b5; }
  .ezdz-dropzone > div {
    position: relative;
    min-height: 174px;
    max-height: 174px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ezdz-dropzone > div .image-box-input i {
      font-size: 24px;
      margin-bottom: 5px; }
  .ezdz-dropzone img {
    max-width: 100%;
    max-height: 174px;
    vertical-align: middle; }

.input-actions .small {
  min-height: 37px;
  line-height: 37px; }

.ezdz-dropzone div {
  /* */ }

.ezdz-dropzone span {
  border-radius: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 14px;
  font-weight: normal;
  max-width: 90%;
  vertical-align: middle;
  line-height: 10px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.ezdz-dropzone [type="file"] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ezdz-focus {
  border: 1px dashed #3f51b5;
  color: #3f51b5; }

.ezdz-enter {
  border: 1px dashed #3f51b5;
  color: #3f51b5; }

.ezdz-accept {
  border: 1px dashed #4baf50;
  color: #4baf50; }

.ezdz-reject {
  border: 1px dashed #f54137;
  color: #f54137; }

/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+aspnet+c+csharp+cpp+coffeescript+ruby+css-extras+dart+git+go+jade+java+json+less+objectivec+php+php-extras+powershell+python+jsx+scss+sql+stylus+swift+typescript&plugins=line-numbers+toolbar+command-line+normalize-whitespace+show-language+copy-to-clipboard */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc; }

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc; }

@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none; } }

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray; }

.token.punctuation {
  color: #999; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5); }

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a; }

.token.function {
  color: #DD4A68; }

.token.regex,
.token.important,
.token.variable {
  color: #e90; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber; }

pre.line-numbers > code {
  position: relative; }

.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber; }

.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right; }

pre.code-toolbar {
  position: relative; }

pre.code-toolbar > .toolbar {
  position: absolute;
  top: .3em;
  right: .2em;
  transition: opacity 0.3s ease-in-out;
  opacity: 0; }

pre.code-toolbar:hover > .toolbar {
  opacity: 1; }

pre.code-toolbar > .toolbar .toolbar-item {
  display: inline-block; }

pre.code-toolbar > .toolbar a {
  cursor: pointer; }

pre.code-toolbar > .toolbar button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

pre.code-toolbar > .toolbar a,
pre.code-toolbar > .toolbar button,
pre.code-toolbar > .toolbar span {
  color: #bbb;
  font-size: .8em;
  padding: 0 .5em;
  background: #f5f2f0;
  background: rgba(224, 224, 224, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: .5em; }

pre.code-toolbar > .toolbar a:hover,
pre.code-toolbar > .toolbar a:focus,
pre.code-toolbar > .toolbar button:hover,
pre.code-toolbar > .toolbar button:focus,
pre.code-toolbar > .toolbar span:hover,
pre.code-toolbar > .toolbar span:focus {
  color: inherit;
  text-decoration: none; }

.command-line-prompt {
  border-right: 1px solid #999;
  display: block;
  float: left;
  font-size: 100%;
  letter-spacing: -1px;
  margin-right: 1em;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.command-line-prompt > span:before {
  color: #999;
  content: ' ';
  display: block;
  padding-right: 0.8em; }

.command-line-prompt > span[data-user]:before {
  content: "[" attr(data-user) "@" attr(data-host) "] $"; }

.command-line-prompt > span[data-user="root"]:before {
  content: "[" attr(data-user) "@" attr(data-host) "] #"; }

.command-line-prompt > span[data-prompt]:before {
  content: attr(data-prompt); }

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media (max-width: 560px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px;
      top: 40px;
      margin-top: 0 !important; } }
  .sweet-alert h2 {
    color: #555555;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    text-transform: none;
    position: relative;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #686868;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: 1.845; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    transform: scale(0.5);
    transform-origin: 50% 50%;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-clip-rotate {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    border-radius: 3px;
    padding: 10px 21px;
    margin: 25px 5px 0 5px;
    cursor: pointer;
    transition: all 0.15s; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #75cbf3; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: white;
      color: #333;
      border: 1px solid #ccc; }
      .sweet-alert button.cancel:hover {
        background-color: #f7f7f7; }
      .sweet-alert button.cancel:active {
        background-color: #e6e6e6; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-clip-rotate {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #f16969; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #f16969;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #379ff6; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #379ff6; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #379ff6; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
* Animations
*/

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s; }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  animation: animateErrorIcon 0.5s; }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  animation: animateXMark 0.5s; }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate; }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-clip-rotate,
.la-ball-clip-rotate > div {
  position: relative;
  box-sizing: border-box; }

.la-ball-clip-rotate {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-clip-rotate.la-dark {
  color: #333; }

.la-ball-clip-rotate > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-clip-rotate {
  width: 32px;
  height: 32px; }

.la-ball-clip-rotate > div:first-child {
  width: 24px;
  height: 24px;
  background: transparent;
  border-width: 2px;
  border-bottom-color: transparent;
  border-radius: 100%;
  animation: ball-clip-rotate .75s linear infinite; }

.la-ball-clip-rotate.la-sm {
  width: 16px;
  height: 16px; }

.la-ball-clip-rotate.la-sm > div {
  width: 16px;
  height: 16px;
  border-width: 1px; }

.la-ball-clip-rotate.la-2x {
  width: 64px;
  height: 64px; }

.la-ball-clip-rotate.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px; }

.la-ball-clip-rotate.la-3x {
  width: 96px;
  height: 96px; }

.la-ball-clip-rotate.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 6px; }

/*
 * Animation
 */

@keyframes ball-clip-rotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

/**
 * Chart style [Definition]
 */
.chart-success {
  color: #41b883; }

.chart-info {
  color: #00bee0; }

.chart-error {
  color: #e46651; }

.chart-warning {
  color: #fff71e; }

.chart-primary {
  color: #466eff; }

/**
* selectize.bootstrap3.css (v0.12.4) - Bootstrap 3 Theme
* Copyright (c) 2013–2015 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
* ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*
* @author Brian Reavis <brian@thirdroute.com>
*/
/**
 * Estilo de tags
 */
.tags-list {
  padding: 0;
  margin: 0; }
  .tags-list li {
    display: inline-block;
    border: 1px solid gainsboro;
    padding: 3px 7px;
    margin: 0 3px 6px 0; }

.tags {
  padding: 0;
  margin: 0; }
  .tags li {
    display: inline-block;
    margin: 0 4px 6px 0; }
    .tags li a {
      display: block;
      padding: 5px 8px;
      border-radius: 2px;
      border: 1px solid gainsboro;
      background: whitesmoke;
      transition: all 0.15s;
      font-size: 12px;
      font-weight: 500; }
      .tags li a:hover, .tags li a:active {
        color: white;
        background: #3f51b5;
        text-decoration: none; }

/**
 * Estilos del Selectize
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid transparent;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: transparent; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0); }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 28px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  height: auto; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus:focus {
  border-color: #3f51b5;
  outline: 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid transparent; }

.selectize-control.multi .selectize-input > div.active {
  background: #3f51b5;
  color: #ffffff;
  border: 0 solid transparent; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0); }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 6px 12px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626; }

.selectize-dropdown .active.create {
  color: #262626; }

.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff; }

.selectize-dropdown,
.selectize-dropdown.form-control,
.selectize-dropdown.selectize-input {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143; }

.selectize-dropdown .optgroup:first-child:before {
  display: none; }

.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px; }

.selectize-dropdown-content {
  padding: 5px 0; }

.selectize-dropdown-header {
  padding: 6px 12px; }

.selectize-input {
  min-height: 34px; }

.selectize-input.dropdown-active::before {
  display: none; }

.selectize-input.focus {
  border-color: #32408f; }

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

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

.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px; }

.selectize-control.multi .selectize-input > div {
  border-radius: 3px; }

.form-control.selectize-control, .selectize-control.selectize-input {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0; }

.panel-datatables .panel-body {
  position: relative; }
  .panel-datatables .panel-body .datatable-form {
    position: absolute;
    right: 20px; }
    @media (max-width: 769px) {
      .panel-datatables .panel-body .datatable-form {
        position: relative;
        right: 0;
        margin-bottom: 20px; } }
    .panel-datatables .panel-body .datatable-form > form {
      margin: 0; }
  .panel-datatables .panel-body .table-responsive {
    margin: 0;
    border: 0; }

table.dataTable {
  width: 100% !important;
  margin: 20px 0;
  border: 1px solid gainsboro; }
  table.dataTable > thead > tr > th {
    vertical-align: middle;
    font-size: 14px;
    border-bottom: 2px solid #ddd; }
  table.dataTable > tbody > tr > th,
  table.dataTable > tbody > tr > td,
  table.dataTable > tfoot > tr > th,
  table.dataTable > tfoot > tr > td {
    vertical-align: middle;
    font-size: 13px; }
  table.dataTable img {
    max-width: 48px; }
  table.dataTable .form-delete {
    margin: 0; }

table.dataTable td,
table.dataTable th {
  box-sizing: content-box; }

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5; }

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150"; }

table.dataTable thead .sorting_asc:after {
  content: "\e155"; }

table.dataTable thead .sorting_desc:after {
  content: "\e156"; }

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }

@media (max-width: 769px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; }
  div.dataTables_wrapper div.dataTables_paginate {
    margin: 20px 0 0 0; } }

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px; }

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/slick.eot");
  src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick.woff") format("woff"), url("/fonts/slick.ttf") format("truetype"), url("/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev[dir="rtl"] {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    .slick-prev:before[dir="rtl"] {
      content: "→"; }

.slick-next {
  right: -25px; }
  .slick-next[dir="rtl"] {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    .slick-next:before[dir="rtl"] {
      content: "←"; }

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.dtp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dtp > .dtp-content {
  background: #fff;
  max-width: 300px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-height: 550px;
  position: relative;
  left: 50%; }

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #36459b;
  color: #fff;
  text-align: center;
  padding: 0.3em; }

.dtp div.dtp-date,
.dtp div.dtp-time {
  background: #3f51b5;
  text-align: center;
  color: #fff;
  padding: 10px; }

.dtp div.dtp-date > div {
  padding: 0;
  margin: 0; }

.dtp div.dtp-actual-month {
  font-size: 1.5em; }

.dtp div.dtp-actual-num {
  font-size: 3em;
  line-height: 0.9; }

.dtp div.dtp-actual-maxtime {
  font-size: 3em;
  line-height: 0.9; }

.dtp div.dtp-actual-year {
  font-size: 1.5em;
  color: #DCEDC8; }

.dtp div.dtp-picker {
  padding: 1em;
  text-align: center; }

.dtp div.dtp-picker-month,
.dtp div.dtp-actual-time {
  font-weight: 500;
  text-align: center; }

.dtp div.dtp-picker-month {
  padding-bottom: 20px !important;
  text-transform: uppercase !important; }

.dtp .dtp-close {
  position: absolute;
  top: 0.5em;
  right: 1.4em; }

.dtp .dtp-close > a {
  color: #fff; }

.dtp .dtp-close > a > i {
  font-size: 1em; }

.dtp table.dtp-picker-days {
  margin: 0;
  min-height: 251px; }

.dtp table.dtp-picker-days,
.dtp table.dtp-picker-days tr,
.dtp table.dtp-picker-days tr > td {
  border: none; }

.dtp table.dtp-picker-days tr > td {
  font-weight: 700;
  font-size: 0.8em;
  text-align: center;
  padding: 0.5em 0.3em; }

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #BDBDBD !important;
  padding: 0.4em 0.5em 0.5em 0.6em; }

.dtp table.dtp-picker-days tr > td > a,
.dtp .dtp-picker-time > a {
  color: #212121;
  text-decoration: none;
  padding: 0.4em 0.5em 0.5em 0.6em;
  border-radius: 50% !important; }

.dtp table.dtp-picker-days tr > td > a.selected {
  background: #3f51b5;
  color: #fff; }

.dtp table.dtp-picker-days tr > th {
  color: #757575;
  text-align: center;
  font-weight: 700;
  padding: 0.4em 0.3em; }

.dtp .p10 > a {
  color: white;
  text-decoration: none; }

.dtp .p10 {
  width: 10%;
  display: inline-block; }

.dtp .p20 {
  width: 20%;
  display: inline-block; }

.dtp .p60 {
  width: 60%;
  display: inline-block; }

.dtp .p80 {
  width: 80%;
  display: inline-block; }

.dtp a.dtp-meridien-am,
.dtp a.dtp-meridien-pm {
  position: relative;
  top: 10px;
  color: #212121;
  font-weight: 500;
  padding: 0.7em 0.5em;
  border-radius: 50% !important;
  text-decoration: none;
  background: #eee;
  font-size: 1em; }

.dtp .dtp-actual-meridien a.selected {
  background: #3f51b5;
  color: #fff; }

.dtp .dtp-picker-time > .dtp-select-hour {
  cursor: pointer; }

.dtp .dtp-picker-time > .dtp-select-minute {
  cursor: pointer; }

.dtp .dtp-buttons {
  padding: 0 1em 1em 1em;
  text-align: center; }
  .dtp .dtp-buttons .btn {
    margin: 0 2px; }

.dtp.hidden,
.dtp .hidden {
  display: none; }

.dtp .invisible {
  visibility: hidden;
  height: 0px; }

.dtp .left {
  float: left; }

.dtp .right {
  float: right; }

.dtp .clearfix {
  clear: both; }

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

.dtp-picker-year {
  margin-bottom: 1px; }

.year-picker-item {
  text-align: center;
  padding-top: 5px;
  font-size: large;
  cursor: pointer;
  margin: 0 auto; }

.dtp-actual-year:hover {
  cursor: pointer; }

.dtp-actual-year.disabled:hover {
  cursor: inherit; }

.year-picker-item:hover {
  color: #3f51b5; }

.year-picker-item.active {
  color: #3f51b5;
  font-weight: bold; }

.dtp-select-year-range {
  display: inline-block;
  text-align: center;
  width: 100%; }

/*# sourceMappingURL=bootstrap.css.map */
