@charset "UTF-8";
/* third-party plugins */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*@import "../template/css/dev-plugins/mcustomscrollbar/jquery.mCustomScrollbar.css";
@import "../template/css/dev-plugins/blueimp/blueimp-gallery.min.css";
@import "../template/css/dev-plugins/codemirror/codemirror.css";*/
html {
 /* font-family: sans-serif;*/
  font-family: Verdana, Geneva, 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #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;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}


* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius:.125rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
/*.text-primary {*/
  /*color: #337ab7;*/
/*}*/
/*a.text-primary:hover {*/
  /*color: #286090;*/
/*}*/
/*.text-success {*/
  /*color: #3c763d;*/
/*}*/
/*a.text-success:hover {*/
  /*color: #2b542c;*/
/*}*/
/*.text-info {*/
  /*color: #31708f;*/
/*}*/
/*a.text-info:hover {*/
  /*color: #245269;*/
/*}*/
/*.text-warning {*/
  /*color: #8a6d3b;*/
/*}*/
/*a.text-warning:hover {*/
  /*color: #66512c;*/
/*}*/
/*!*.text-danger {*!*/
  /*!*color: #a94442;*!*/
/*!*}*!*/
/*a.text-danger:hover {*/
  /*color: #843534;*/
/*}*/
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Verdana, Geneva, monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: .125rem;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: .125rem;
  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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: .125rem;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;

}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr: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: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  /*font-weight: bold;*/
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: .125rem;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;


}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: .125rem;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: .125rem;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: .125rem;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius:.125rem;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: .125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-opacity: 0.65;
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  opacity: 0.65;
  filter: alpha(opacity = 0.65*100);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius:.125rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: .125rem;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: .125rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -moz-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .125rem;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child: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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: .125rem;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: .125rem;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: .125rem;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: .125rem;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: .125rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.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: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: .125rem .125rem 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: .125rem;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: .125rem .125rem 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: .125rem;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: .125rem;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: .125rem .125rem 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: .125rem;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !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: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: .125rem;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: .125rem;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: .125rem;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #1688ce;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1688ce;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  /*color: #337ab7;
  background-color: #ffffff;*/
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: .125rem;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius:.125rem;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition: all border 0.2s ease-in-out ease-out;
  -moz-transition: all border 0.2s ease-in-out ease-out;
  -o-transition: all border 0.2s ease-in-out ease-out;
  transition: all border 0.2s ease-in-out ease-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: .125rem;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: .125rem;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  -o-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  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: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: .125rem;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > 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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 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-responsive:last-child > .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 > 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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: .125rem;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: .125rem;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: .125rem;
}
.well-sm {
  padding: 9px;
  border-radius: .125rem;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  opacity: 0.2;
  filter: alpha(opacity = 0.2*100);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity = 0.5*100);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .125rem;
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
}
.modal-backdrop.in {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity = 0.5*100);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
 /* margin-bottom: 0;*/
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
}
.tooltip.in {
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
  filter: alpha(opacity = 0.9*100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: .125rem;
}
.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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
 /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius:.125rem;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: .125rem .125rem 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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%;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity = 0.5*100);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
  filter: alpha(opacity = 0.9*100);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  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;
  margin-top: -10px;
  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 #ffffff;
  border-radius: .125rem;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.bootstrap-select {
  width: 220px \0;
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: none;
}
.form-group .bootstrap-select.form-control {
  padding: 0px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0px;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn {
  font-weight: 400;
  margin-bottom: 0px;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  float: left;
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 5px 10px;
  background: #fafafa;
  line-height: 20px;
  margin: 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 10px;
  color: #999999;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 5px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 5px 5px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/*!
 * Datetimepicker for Bootstrap 3
//! version : 4.0.0
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 2px 2px 1px 1px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .separator {
  background-color:transparent !important;
  font-weight: bold;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
  color: #555555;
}
.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #555555;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #fafafa;
}
.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
  background: #FFF;
  border-radius: .125rem;
}
.bootstrap-datetimepicker-widget td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #555555;
}
.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #f1f1f1;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #555555;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #37474F;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #37474F;
  color: #ffffff;
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 2px 2px 1px;
  cursor: pointer;
  color: #555555;
  background: #f5f5f5;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #fafafa;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #37474F;
  color: #ffffff;
  border-radius:.125rem;
}
.bootstrap-datetimepicker-widget td span.old {
  color: #555555;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #555555;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.checkbox {
  padding-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 2px;
  left: 0;
  margin-left: -25px;
  /*border: 1px solid #e7ebf1;*/
  border: 1px solid #d8d8d8;
  border-radius: .125rem;
  background-color: #fafafa;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -webkit-transition: all border 0.15s ease-in-out, color 0.15s ease-in-out ease-out;
  -moz-transition: all border 0.15s ease-in-out, color 0.15s ease-in-out ease-out;
  -o-transition: all border 0.15s ease-in-out, color 0.15s ease-in-out ease-out;
  transition: all border 0.15s ease-in-out, color 0.15s ease-in-out ease-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  left: 0;
  top: 0px;
  margin-left: -25px;
  padding-top: 1px;
  font-size: 13px;
  text-align: center;
  color: #555555;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 5px;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 2px;
  left: 0;
  margin-left: -25px;
  /*border: 1px solid #e7ebf1;*/
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background-color: #fafafa;
  -webkit-transition: border 0.25s ease-in-out;
  -o-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
  -webkit-transition: all border 0.25s ease-in-out ease-out;
  -moz-transition: all border 0.25s ease-in-out ease-out;
  -o-transition: all border 0.25s ease-in-out ease-out;
  transition: all border 0.25s ease-in-out ease-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 15px;
  height: 15px;
  left: 5px;
  top: 7px;
  margin-left: -25px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.2s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.2s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 5px;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  z-index: 9999994;
  overflow: hidden;
}
.sp-container.sp-flat {
  position: relative;
}
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}
.sp-fill {
  padding-top: 80%;
}
.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
  display: block;
}
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8;
}
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}
.sp-alpha-inner {
  border: solid 1px #e7ebf1;
}
.sp-clear {
  display: none;
}
.sp-clear.sp-clear-display {
  background-position: center;
}
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}
.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}
.sp-palette-only .sp-picker-container {
  display: none;
}
.sp-palette-disabled .sp-palette-container {
  display: none;
}
.sp-initial-disabled .sp-initial {
  display: none;
}
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #ffffff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #ffffff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
  display: none !important;
}
.sp-cf:before,
.sp-cf:after {
  content: "";
  display: table;
}
.sp-cf:after {
  clear: both;
}
.sp-cf {
  *zoom: 1;
}
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: .125rem;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8;
}
.sp-container {
  border-radius: 0;
  background-color: #fafafa;
  border: solid 1px #e3e6ec;
  padding: 0;
}
.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-top {
  margin-bottom: 3px;
}
.sp-color,
.sp-hue,
.sp-clear {
  border: solid 1px #e7ebf1;
}
/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
  width: 100%;
}
.sp-input {
  width: 100%;
  color: #555555;
  line-height: 23px;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #e7ebf1;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fafafa;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  margin-bottom: 5px;
}
.sp-input:focus {
  outline: none;
  background: #f5f5f5;
}
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}
.sp-picker-container,
.sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}
.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}
/* Palettes */
.sp-palette-container {
  border-right: solid 1px #e3e6ec;
}
.sp-palette-only .sp-palette-container {
  border: 0;
}
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}
.sp-thumb-el {
  position: relative;
}
/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #e7ebf1;
}
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .sp-clear-display {
  background-position: center;
}
.sp-palette-button-container,
.sp-button-container {
  float: right;
}
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 5px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #e7ebf1;
  background: #fafafa;
  color: #333;
  vertical-align: middle;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #e3e6ec;
  color: #555555;
}
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}
.sp-dd {
  padding: 0px;
  height: 23px;
  line-height: 23px;
  float: left;
  font-size: 10px;
  color: #999999;
}
.sp-preview {
  position: relative;
  width: 23px;
  height: 23px;
  border: solid 1px #e7ebf1;
  margin-right: 5px;
  float: left;
  z-index: 0;
}
.sp-palette {
  *width: 100px;
  max-width: 100px;
}
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #e3e6ec;
}
.sp-container {
  padding-bottom: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.sp-container button {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: .125rem;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
  background-color: #fafafa;
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}
.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
  border-color: #000;
}
.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
.tagsinput {
  border: 1px solid #e7ebf1;
  background: #fafafa;
  padding: 4px;
  padding-bottom: 0px;
  width: 100%;
  overflow-y: auto;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.tagsinput span.tag {
  display: block;
  float: left;
  text-decoration: none;
  background: #37474F;
  color: #f0f4f6;
  margin-right: 5px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 25px;
  padding: 0px 10px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.tagsinput span.tag a {
  font-weight: bold;
  color: #f0f4f6;
  text-decoration: none;
  font-size: #555555;
  vertical-align: bottom;
}
.tagsinput input {
  width: 75px;
  margin: 0px;
  font-size: 12px;
  border: 0px;
  background: transparent;
  padding: 1px 5px 3px;
  line-height: 25px;
  color: #dddddd;
  outline: 0px;
  margin-right: 5px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius:.125rem;
  border-radius:.125rem;
}
.tagsinput input.not_valid {
  background: #fff2f2 !important;
  color: #bd4036 !important;
}
.tagsinput div {
  display: block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Theme Variables
 ------------------------------------------*/
/* Frame Mode Layout
 ------------------------------------------*/
.note-editor {
  border: 1px solid #f0f0f0;
  -webkit-border-radius: .125rem;
  -moz-border-radius:.125rem;
  border-radius: .125rem;
  position: relative;
  float: left;
  margin-bottom: 20px;
  /* dropzone */
  /* fullscreen mode */
  /* codeview mode */
  /* statusbar */
  /* editable */
  /* codeable */
}
.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  border: 2px dashed lightskyblue;
  color: lightskyblue;
  background-color: white;
  opacity: 0.95;
  pointer-event: none;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.note-editor .note-dropzone.hover {
  border: 2px dashed #098ddf;
  color: #098ddf;
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor .note-toolbar {
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}
.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  /* bs3 modal-backdrop: 1030, bs2: 1040 */
}
.note-editor.fullscreen .note-editable {
  background-color: white;
}
.note-editor.fullscreen .note-resizebar {
  display: none;
}
.note-editor.codeview .note-editable {
  display: none;
}
.note-editor.codeview .note-codable {
  display: block;
}
.note-editor .note-statusbar {
  background-color: #fafafa;
}
.note-editor .note-statusbar .note-resizebar {
  height: 8px;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  cursor: ns-resize;
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #f0f0f0;
}
.note-editor .note-editable[contenteditable=true]:empty:not(:focus):before {
  content: attr(data-placeholder);
  color: #a9a9a9;
}
.note-editor .note-editable {
  padding: 10px;
  overflow: auto;
  outline: none;
}
.note-editor .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}
.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
 /* font-family: Menlo, Monaco, monospace, sans-serif;*/
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  /* override BS2 default style */
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
/* Air Mode Layout
 ------------------------------------------*/
.note-air-editor {
  outline: none;
}
/* Popover
 ------------------------------------------*/
.note-popover .popover {
  max-width: none;
}
.note-popover .popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* for FF */
  vertical-align: middle;
  /* for FF */
}
.note-popover .popover .arrow {
  left: 20px;
}
/* Popover and Toolbar (Button container)
 ------------------------------------------*/
.note-popover .popover .popover-content,
.note-toolbar {
  margin: 0;
 /* padding: 0 0 10px 10px;*/
  /* dropdown-menu for toolbar and popover */
  /* color palette for toolbar and popover */
}
.note-toolbar > .btn-group {
  padding: 0px!important;
}
.note-popover .popover .popover-content > .btn-group,
.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 0px;
}
.note-popover .popover .popover-content .btn-group .note-table,
.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker,
.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover .popover-content .note-style h1,
.note-toolbar .note-style h1,
.note-popover .popover .popover-content .note-style h2,
.note-toolbar .note-style h2,
.note-popover .popover .popover-content .note-style h3,
.note-toolbar .note-style h3,
.note-popover .popover .popover-content .note-style h4,
.note-toolbar .note-style h4,
.note-popover .popover .popover-content .note-style h5,
.note-toolbar .note-style h5,
.note-popover .popover .popover-content .note-style h6,
.note-toolbar .note-style h6,
.note-popover .popover .popover-content .note-style blockquote,
.note-toolbar .note-style blockquote {
  margin: 0;
}
.note-popover .popover .popover-content .note-color .dropdown-toggle,
.note-toolbar .note-color .dropdown-toggle {
  width: 30px;
  padding-left: 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu,
.note-toolbar .note-color .dropdown-menu {
  min-width: 340px;
  padding: 5px 3px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group,
.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child,
.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,
.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  cursor: pointer;
  -webkit-border-radius: .125rem;
  -moz-border-radius: .125rem;
  border-radius: .125rem;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}
.note-popover .popover .popover-content .note-para .dropdown-menu,
.note-toolbar .note-para .dropdown-menu {
  min-width: 230px;
  padding: 5px;
}
.note-popover .popover .popover-content .note-para .dropdown-menu > div:first-child,
.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}
.note-popover .popover .popover-content .dropdown-menu,
.note-toolbar .dropdown-menu {
  min-width: 90px;
  /* dropdown-menu right position */
  /* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
  /* dropdown-menu for selectbox */
}
.note-popover .popover .popover-content .dropdown-menu.right,
.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-popover .popover .popover-content .dropdown-menu.right::before,
.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.note-popover .popover .popover-content .dropdown-menu.right::after,
.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.note-popover .popover .popover-content .dropdown-menu.note-check li a i,
.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden;
}
.note-popover .popover .popover-content .dropdown-menu.note-check li a.checked i,
.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}
.note-popover .popover .popover-content .note-fontsize-10,
.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}
.note-popover .popover .popover-content .note-color-palette,
.note-toolbar .note-color-palette {
  line-height: 1;
}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn,
.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover,
.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}
/* Dialog
 ------------------------------------------*/
.note-dialog > div {
  display: none;
  /* BS2's hide pacth. */
}
.note-dialog .form-group {
  /* overwrite BS's form-horizontal minus margins */
  margin-left: 0;
  margin-right: 0;
}
.note-dialog .note-modal-form {
  margin: 0;
  /* overwrite BS2's form margin bottom */
}
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  /* vertical-align */
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
  margin-bottom: 10px;
}
.note-dialog .note-help-dialog {
  font-size: 12px;
  color: #ccc;
  background-color: #222 !important;
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
  filter: alpha(opacity = 0.9*100);
  /* BS2's background pacth. */
  background: transparent;
  border: none;
}
.note-dialog .note-help-dialog .modal-content {
  background: transparent;
  border: 1px solid white;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: .125rem;
  -moz-border-radius: .125rem;
  border-radius: .125rem;
}
.note-dialog .note-help-dialog a {
  font-size: 12px;
  color: white;
}
.note-dialog .note-help-dialog .title {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: white 1px solid;
}
.note-dialog .note-help-dialog .modal-close {
  font-size: 14px;
  color: #dddd00;
  cursor: pointer;
}
.note-dialog .note-help-dialog .text-center {
  margin: 10px 0 0;
}
.note-dialog .note-help-dialog .note-shortcut {
  padding-top: 8px;
  padding-bottom: 8px;
}
.note-dialog .note-help-dialog .note-shortcut-row {
  margin-right: -5px;
  margin-left: -5px;
}
.note-dialog .note-help-dialog .note-shortcut-col {
  padding-right: 5px;
  padding-left: 5px;
}
.note-dialog .note-help-dialog .note-shortcut-title {
  font-size: 13px;
  font-weight: bold;
  color: #dddd00;
}
.note-dialog .note-help-dialog .note-shortcut-key {
  /*font-family: "Courier New";*/
  font-family: Verdana, Geneva, sans-serif;
  color: #dddd00;
  text-align: right;
}
/* Handle
 ------------------------------------------*/
.note-handle {
  /* control selection */
}
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}
.note-handle .note-control-selection > div {
  position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  opacity: 0.3;
  filter: alpha(opacity = 0.3*100);
}
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid black;
  background-color: white;
}
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: white;
  background-color: black;
  font-size: 12px;
  -webkit-border-radius: .125rem;
  -moz-border-radius: .125rem;
  border-radius:.125rem;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  opacity: 0.7;
  filter: alpha(opacity = 0.7*100);
}
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit;
}
.tour-step-backdrop > td {
  position: relative;
  z-index: 1101;
}
.tour-step-background {
  position: absolute !important;
  z-index: 1100;
  background: inherit;
  border-radius: .125rem;
}
.popover[class*="tour-"] {
  z-index: 1100;
}
.popover[class*="tour-"] .popover-navigation {
  padding: 9px 14px;
}
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
}
.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*="tour-"].orphan .arrow {
  display: none;
}
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 12px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 12px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 10px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #e7ebf1;
  background: #FFF;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius:.125rem;
  border-radius: .125rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.dd-handle:hover {
  background: #FAFAFA;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 40px;
  height: 42px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dd3-content {
  display: block;
  padding: 10px 10px 10px 50px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #e7ebf1;
  background: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius:.125rem;
}
.dd3-content:hover {
  background: #fafafa;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-item {
  margin: 5px 0px;
}
.dd3-item > button {
  margin-left: 40px;
}
.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #e7ebf1;
  background: #FFF;
  -webkit-border-top-right-radius: 5px 0px 0px 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px 0px 0px 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px 0px 0px 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
.dd3-handle:before {
  content: '≡';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
.dd3-handle:hover {
  background: #FFF;
}

/* Tocify */
.tocify {
  width: 200px;
  max-height: 90%;
  overflow: auto;
  position: fixed;
  border: 1px solid #E5E5E5;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius:.125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.tocify ul,
.tocify li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 30px;
}
.tocify ul.tocify-header > li > a {
  border-bottom: 1px solid #E5E5E5;
}
.tocify ul.tocify-subheader {
  display: none;
}
.tocify ul.tocify-subheader li.tocify-item a {
  background: #F5F5F5;
}
.tocify ul.tocify-subheader li.tocify-item a:hover {
  background: #F0F0F0;
}
.tocify ul.tocify-subheader li.tocify-item.active a {
  background: #37474F;
}
.tocify ul:last-child li:last-child a {
  border-bottom: 0px;
}
.tocify li.tocify-item a {
  background: #FFF;
  padding: 10px;
  font-size: 12px;
  color: #333;
  line-height: 25px;
  border-bottom: 1px solid 5px;
}
.tocify li.tocify-item a:hover {
  background: #F5F5F5;
}
.tocify li.tocify-item.active a {
  background: #37474F;
  color: #FFF;
}
.tocify-header {
  text-indent: 10px;
}
.tocify-subheader {
  text-indent: 20px;
}
.tocify-subheader li {
  font-size: 12px;
}
.tocify-subheader .tocify-subheader {
  text-indent: 30px;
}
.tocify-subheader .tocify-subheader .tocify-subheader {
  text-indent: 40px;
}
/* END Tocify */

/*!
 * Cropper v0.7.2
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright 2014 Fengyuan Chen
 * Released under the MIT license
 */
.cropper-container {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.cropper-container img {
  width: 100%;
  height: 100%;
  max-width: none!important;
  max-height: none !important;
}
.cropper-modal,
.cropper-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cropper-canvas {
  background-color: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.cropper-dragger {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}
.cropper-viewer {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline-width: 1px;
  outline-style: solid;
  outline-color: #69f;
  outline-color: rgba(51, 102, 255, 0.75);
}
.cropper-dashed {
  position: absolute;
  display: block;
  filter: alpha(opacity=50);
  border: 0 dashed #fff;
  opacity: 0.5;
}
.cropper-dashed.dashed-h {
  top: 33.3%;
  left: 0;
  width: 100%;
  height: 33.3%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
  top: 0;
  left: 33.3%;
  width: 33.3%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=10);
  opacity: 0.1;
}
.cropper-face {
  top: 0;
  left: 0;
  cursor: move;
  background-color: #ffffff;
}
.cropper-line {
  background-color: #6699ff;
}
.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}
.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}
.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}
.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}
.cropper-point {
  width: 5px;
  height: 5px;
  background-color: #69f;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}
.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}
.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}
.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}
.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}
.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}
.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}
.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  filter: alpha(opacity=100);
  opacity: 1;
}
.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: " ";
  background-color: #69f;
  filter: alpha(opacity=0);
  opacity: 0;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    filter: alpha(opacity=75);
    opacity: 0.75;
  }
}
.cropper-hidden {
  display: none !important;
}
.cropper-invisible {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: auto!important;
  max-width: none!important;
  height: auto!important;
  max-height: none!important;
  filter: alpha(opacity=0);
  opacity: 0;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-canvas,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
.cropping-image-wrap {
  padding: 2px;
  border: 1px solid #D5D5D5;
  float: left;
}
.cropping-preview-wrap {
  padding: 2px;
  border: 1px solid #D5D5D5;
  float: left;
}
.cropping-preview {
  float: left;
  overflow: hidden;
  background: #f7f7f7;
  width: 100px;
  height: 100px;
}
/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone {
  float: left;
  width: 100%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
  padding: 1em;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: #F5F5F5;
  position: relative;
  display: inline-block;
  margin: 10px 5px 10px 10px;
  vertical-align: top;
  border: 1px solid #D5D5D5;
  padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 30px;
  text-align: center;
  right: -5px;
  top: -5px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: rgba(245, 245, 245, 0.8);
  padding: 8px 10px;
  color: #800;
  min-width: 140px;
  max-width: 500px;
  z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block;
}
.dropzone {
  border: 2px dashed #D5D5D5;
  min-height: 360px;
  -webkit-border-radius:.125rem;
  border-radius:.125rem;
  background: rgba(0, 0, 0, 0.03);
  padding: 10px 5px;
}
.dropzone .dz-default.dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url("../template/img/plugins/dropzone/spritemap.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 428px;
  height: 123px;
  margin-left: -214px;
  margin-top: -61.5px;
  top: 50%;
  left: 50%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .dropzone .dz-default.dz-message {
    background-image: url("../template/img/plugins/dropzone/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-default.dz-message span {
  display: none;
}
.dropzone.dz-square .dz-default.dz-message {
  background-position: 0 -123px;
  width: 268px;
  margin-left: -134px;
  height: 174px;
  margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  font-size: 12px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
  display: block;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
  background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url("../template/img/plugins/dropzone/spritemap.png");
  background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .dropzone .dz-preview .dz-error-mark,
  .dropzone-previews .dz-preview .dz-error-mark,
  .dropzone .dz-preview .dz-success-mark,
  .dropzone-previews .dz-preview .dz-success-mark {
    background-image: url("../template/img/plugins/dropzone/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
  display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  -webkit-animation: loading 0.4s linear infinite;
  -moz-animation: loading 0.4s linear infinite;
  -o-animation: loading 0.4s linear infinite;
  -ms-animation: loading 0.4s linear infinite;
  animation: loading 0.4s linear infinite;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-border-radius:.125rem;
  border-radius:.125rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-image: url("../template/img/plugins/dropzone/spritemap.png");
  background-repeat: repeat-x;
  background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5/1), (min-device-pixel-ratio: 1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {
  .dropzone .dz-preview .dz-progress .dz-upload,
  .dropzone-previews .dz-preview .dz-progress .dz-upload {
    background-image: url("../../img/plugins/dropzone/spritemap@2x.png");
    -webkit-background-size: 428px 406px;
    -moz-background-size: 428px 406px;
    background-size: 428px 406px;
  }
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
  background: #b64645;
  -webkit-border-radius: .125rem;
  border-radius:.125rem;
  border: 1px solid #b64645;
  text-decoration: none;
  display: block;
  padding: 4px 5px;
  text-align: center;
  color: #FFF;
  margin-top: 26px;
  cursor: pointer;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
  background: #a43f3e;
}
.dropzone.dropzone-mini {
  min-height: 150px;
}
.dropzone.dropzone-mini .dz-message {
  background: none;
  position: relative;
  margin: 0px;
  padding: 0px;
  left: auto;
  top: auto;
  width: 100%;
  float: left;
  height: 120px;
}
.dropzone.dropzone-mini .dz-message:after {
  content: "\f0ee";
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-size: 88px;
  top: 26px;
  left: 50%;
  margin: 0px 0px 0px -40px;
  line-height: 80px;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity = 0.5*100);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dropzone.dropzone-mini .dz-message:hover:after {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity = 1*100);
}
.dropzone.dz-started .dz-message {
  display: none;
}
@-moz-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@-webkit-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@-o-keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
@keyframes loading {
  from {
    background-position: 0 -400px;
  }
  to {
    background-position: -7px -400px;
  }
}
/* charts */
.nvd3 .nv-axis {
  pointer-events: none;
  opacity: 1;
}
.nvd3 .nv-axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: .75;
  shape-rendering: crispEdges;
}
.nvd3 .nv-axis path.domain {
  stroke-opacity: .75;
}
.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0;
}
.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges;
}
.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero {
  stroke-opacity: .75;
}
.nvd3 .nv-axis .nv-axisMaxMin text {
  font-weight: bold;
}
.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
  text-anchor: middle;
}
.nvd3 .nv-axis.nv-disabled {
  opacity: 0;
}
.nvd3 .nv-bars rect {
  fill-opacity: .75;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear;
}
.nvd3 .nv-bars rect.hover {
  fill-opacity: 1;
}
.nvd3 .nv-bars .hover rect {
  fill: lightblue;
}
.nvd3 .nv-bars text {
  fill: rgba(0, 0, 0, 0);
}
.nvd3 .nv-bars .hover text {
  fill: #000000;
}
.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear;
}
.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
  fill-opacity: 1;
}
.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: bold;
  fill: #000000;
  stroke: rgba(0, 0, 0, 0);
}
/* boxplot CSS */
.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5;
}
.nvd3 .nv-boxplot circle:hover {
  fill-opacity: 1;
}
.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1;
}
.nvd3 line.nv-boxplot-median {
  stroke: black;
}
.nv-boxplot-tick:hover {
  stroke-width: 2.5px;
}
/* bullet */
.nvd3.nv-bullet {
  font: 10px sans-serif;
}
.nvd3.nv-bullet .nv-measure {
  fill-opacity: .8;
}
.nvd3.nv-bullet .nv-measure:hover {
  fill-opacity: 1;
}
.nvd3.nv-bullet .nv-marker {
  stroke: #000;
  stroke-width: 2px;
}
.nvd3.nv-bullet .nv-markerTriangle {
  stroke: #000;
  fill: #fff;
  stroke-width: 1.5px;
}
.nvd3.nv-bullet .nv-tick line {
  stroke: #666;
  stroke-width: .5px;
}
.nvd3.nv-bullet .nv-range.nv-s0 {
  fill: #eee;
}
.nvd3.nv-bullet .nv-range.nv-s1 {
  fill: #ddd;
}
.nvd3.nv-bullet .nv-range.nv-s2 {
  fill: #ccc;
}
.nvd3.nv-bullet .nv-title {
  font-size: 14px;
  font-weight: bold;
}
.nvd3.nv-bullet .nv-subtitle {
  fill: #999;
}
.nvd3.nv-bullet .nv-range {
  fill: #bababa;
  fill-opacity: .4;
}
.nvd3.nv-bullet .nv-range:hover {
  fill-opacity: .7;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
  stroke-width: 1px;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
  stroke: #2ca02c;
  fill: #2ca02c;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
  stroke: #d62728;
  fill: #d62728;
}
.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-candlestickBar .nv-ticks line {
  stroke: #333;
}
.nvd3 .nv-legend .nv-disabled rect {
  /*fill-opacity: 0;*/
}
.nvd3 .nv-check-box .nv-box {
  fill-opacity: 0;
  stroke-width: 2;
}
.nvd3 .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-width: 4;
}
.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
  opacity: 0;
}
/* line plus bar */
.nvd3.nv-linePlusBar .nv-bar rect {
  fill-opacity: .75;
}
.nvd3.nv-linePlusBar .nv-bar rect:hover {
  fill-opacity: 1;
}
.nvd3 .nv-groups path.nv-line {
  fill: none;
}
.nvd3 .nv-groups path.nv-area {
  stroke: none;
}
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
  fill-opacity: .5 !important;
  stroke-opacity: .5 !important;
}
.with-transitions .nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 7px;
  fill-opacity: .95 !important;
  stroke-opacity: .95 !important;
}
.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0;
}
.nvd3 .nv-indexLine {
  cursor: ew-resize;
}
/********************
 * SVG CSS
 */
/********************
  Default CSS for an svg element nvd3 used
*/
svg.nvd3-svg {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  height: 100%;
}
/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow,
.with-3d-shadow .nvtooltip {
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: .125rem;
  -moz-border-radius: .125rem;
  border-radius: .125rem;
}
.nvd3 text {
  font: normal 12px Arial;
}
.nvd3 .title {
  font: bold 14px Arial;
}
.nvd3 .nv-background {
  fill: white;
  fill-opacity: 0;
}
.nvd3.nv-noData {
  font-size: 18px;
  font-weight: bold;
}
/**********
*  Brush
*/
.nv-brush .extent {
  fill-opacity: .125;
  shape-rendering: crispEdges;
}
.nv-brush .resize path {
  fill: #eee;
  stroke: #666;
}
/**********
*  Legend
*/
.nvd3 .nv-legend .nv-series {
  cursor: pointer;
}
.nvd3 .nv-legend .nv-disabled circle {
  fill-opacity: 0;
}
/* focus */
.nvd3 .nv-brush .extent {
  fill-opacity: 0 !important;
}
.nvd3 .nv-brushBackground rect {
  stroke: #000;
  stroke-width: .4;
  fill: #fff;
  fill-opacity: .7;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
  stroke-width: 1px;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
  stroke: #2ca02c;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
  stroke: #d62728;
}
.nvd3 .background path {
  fill: none;
  stroke: #EEE;
  stroke-opacity: .4;
  shape-rendering: crispEdges;
}
.nvd3 .foreground path {
  fill: none;
  stroke-opacity: .7;
}
.nvd3 .nv-parallelCoordinates-brush .extent {
  fill: #fff;
  fill-opacity: .6;
  stroke: gray;
  shape-rendering: crispEdges;
}
.nvd3 .nv-parallelCoordinates .hover {
  fill-opacity: 1;
  stroke-width: 3px;
}
.nvd3 .missingValuesline line {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5;
}
.nvd3.nv-pie path {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-pie .nv-pie-title {
  font-size: 24px;
  fill: rgba(19, 196, 249, 0.59);
}
.nvd3.nv-pie .nv-slice text {
  stroke: #000;
  stroke-width: 0;
}
.nvd3.nv-pie path {
  stroke: #fff;
  stroke-width: 1px;
  stroke-opacity: 1;
}
.nvd3.nv-pie .hover path {
  fill-opacity: .7;
}
.nvd3.nv-pie .nv-label {
  pointer-events: none;
}
.nvd3.nv-pie .nv-label rect {
  fill-opacity: 0;
  stroke-opacity: 0;
}
/* scatter */
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .5;
}
.nvd3 .nv-scatter .nv-point.hover {
  fill-opacity: 1;
}
.nv-noninteractive {
  pointer-events: none;
}
.nv-distx,
.nv-disty {
  pointer-events: none;
}
/* sparkline */
.nvd3.nv-sparkline path {
  fill: none;
}
.nvd3.nv-sparklineplus g.nv-hoverValue {
  pointer-events: none;
}
.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #333;
  stroke-width: 1.5px;
}
.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
  pointer-events: all;
}
.nvd3 .nv-hoverArea {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
  stroke-width: 0;
  font-size: .9em;
  font-weight: normal;
}
.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #f66;
}
.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #2ca02c;
  fill: #2ca02c;
}
.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #d62728;
  fill: #d62728;
}
.nvd3.nv-sparklineplus .nv-currentValue {
  font-weight: bold;
  font-size: 1.1em;
}
/* stacked area */
.nvd3.nv-stackedarea path.nv-area {
  fill-opacity: .7;
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-stackedarea path.nv-area.hover {
  fill-opacity: .9;
}
.nvd3.nv-stackedarea .nv-groups .nv-point {
  stroke-opacity: 0;
  fill-opacity: 0;
}
.nvtooltip {
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 10000;
  display: block;
 /* font-family: Arial;*/
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  text-align: left;
  pointer-events: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nvtooltip {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: .125rem;
}
/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions,
.with-transitions .nvtooltip {
  transition: opacity 50ms linear;
  -moz-transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
}
.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
  padding: 8px;
}
.nvtooltip h3 {
  margin: 0;
  padding: 4px 14px;
  line-height: 18px;
  font-weight: normal;
  background-color: rgba(247, 247, 247, 0.75);
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: .125rem .125rem 0 0;
  -moz-border-radius: .125rem .125rem 0 0;
  border-radius: .125rem .125rem 0 0;
}
.nvtooltip p {
  margin: 0;
  padding: 5px 14px;
  text-align: center;
}
.nvtooltip span {
  display: inline-block;
  margin: 2px 0;
}
.nvtooltip table {
  margin: 6px;
  border-spacing: 0;
}
.nvtooltip table td {
  padding: 2px 9px 2px 0;
  vertical-align: middle;
}
.nvtooltip table td.key {
  font-weight: normal;
}
.nvtooltip table td.value {
  text-align: right;
  font-weight: bold;
}
.nvtooltip table tr.highlight td {
  padding: 1px 9px 1px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.nvtooltip table td.legend-color-guide div {
  width: 8px;
  height: 8px;
  vertical-align: middle;
}
.nvtooltip table td.legend-color-guide div {
  width: 12px;
  height: 12px;
  border: 1px solid #999;
}
.nvtooltip .footer {
  padding: 3px;
  text-align: center;
}
.nvtooltip-pending-removal {
  pointer-events: none;
  display: none;
}

/* material shadow helper */
.material-shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.material-shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.material-shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.material-shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.material-shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
/* ./material shadow helper */
.text-left {
  text-align: left !important;
}
/* ./help classes */
/* list icons */
.icons-list {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}
.icons-list li {
  float: left;
  width: 25%;
  line-height: 20px;
  padding: 10px;
  color: #999999;
}
.icons-list li .fa,
.icons-list li .glyphicon {
  font-size: 14px;
  margin: 0px 10px 0px 0px;
  width: 20px;
  text-align: center;
  color: #555555;
}
.icons-list li:hover {
  color: #555555;
  background: #fafafa;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.icon_search_results {
  display: none;
  float: left;
  width: 100%;
}
.icon_search_results .icons-list {
  margin-bottom: 0px;
}
.icon_search_results .alert {
  width: 100%;
  float: left;
}
.icon_search_results #icon_search_info {
  display: none;
}
/* ./list icons */
/* charts */
.chart-holder {
  float: left;
  width: 100%;
  height: 420px;
  padding: 20px;
  margin-bottom: 20px;
}
.chart-holder svg {
  float: left;
  width: 100%;
  height: 400px;
}
.chart-holder svg text {
  fill: #999999;
}
/* sparkline */
.sparkline {
  display: inline-block;
  position: relative;
}
.jqstooltip {
  display: block !important;
  padding: 0px !important;
  border: 0px !important;
}
.jqsfield {
  padding: 4px 5px 5px;
  display: inline-block;
  line-height: 13px;
}
/* eof sparkline */
.chart-legend {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 10;
}
/* ./charts */
/* map wrapper */
.map-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.map-wrapper .map-wrapper-field {
  position: absolute;
  left: 0px;
  top: -40px;
  margin: 0px;
  z-index: 99;
}
.map-wrapper .map-wrapper-field > div {
  padding: 0px;
}
/* ./map wrapper */
/* default dev functions */
/* default shadow */
/* ./default shadow */
/* multiple shadow */
/* ./multiple shadow */
/* blur */
/* ./blur */
/* border radius */
/* ./border-radius */
/* box transition mixin */
/* ./box transition mixin */
/* box transition all */
/* ./box transition all */
/* box transition opacity */
/* ./box transition opacity */
/* box transition color */
/* ./box transition color */
/* box transition background color */
/* ./box transition background color */
/* box opacity */
/* ./box opacity */
/* box gradiend */
/* ./box gradiend */
/* rotate */
/* ./rotate */
/* ./default dev functions */
/* settings */
.dev-settings {
  position: fixed;
  right: -230px;
  top: 200px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 5;
}
.dev-settings .dev-settings-button {
  position: absolute;
  left: -36px;
  height: 36px;
  width: 36px;
  top: 10px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-top-right-radius: 3px 0px 0px 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px 0px 0px 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px 0px 0px 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem 0px 0px .125rem;
  -webkit-border-radius: .125rem 0px 0px .125rem;
  border-radius: .125rem 0px 0px .125rem;
  font-size: 14px;
  color: #FFF;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}
.dev-settings .dev-settings-body {
  width: 230px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-top-right-radius: 5px 0px 0px 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px 0px 0px 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px 0px 0px 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem 0px 0px .125rem;
  -webkit-border-radius: .125rem 0px 0px .125rem;
  border-radius: .125rem 0px 0px .125rem;
  padding: 15px 4px 10px 10px;
  color: #FFF;
}
.dev-settings .dev-settings-body a {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  margin-bottom: 5px;
  display: inline-block;
}
.dev-settings .dev-settings-body a img {
  width: 30px;
  height: 30px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.dev-settings .dev-settings-body a.active img {
  border: 2px solid #ffffff;
}
.dev-settings.active {
  right: 0px;
}
.dev-settings.active .dev-settings-button {
  background: rgba(0, 0, 0, 0.5);
}
/* ./settings */
/* ./helpers */
/* settings */
/* default colors */
/* ./default colors */
/* layout settings */
/* boxed */
/* ./boxed */
/* header */
/* ./header */
/* sidebar */
/* ./sidebar */
/* footer */
/* ./footer */
/* rightbar */
/* ./rightbar */
/* ./layouts */
/* ./settings */
/* keyframes */
/* keyframes */
/* fadein effect */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ./fadein effect */
/* space in */
@-webkit-keyframes spaceInDown {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: scale(0.2) translate(0%, 200%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
}
@keyframes spaceInDown {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0.2) translate(0%, 200%);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 100%;
    transform: scale(1) translate(0%, 0%);
  }
}
/* ./space in */
/* space out */
@-webkit-keyframes spaceOutUp {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform: scale(0.2) translate(0%, -200%);
  }
}
@keyframes spaceOutUp {
  0% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: scale(0.2) translate(0%, -200%);
  }
}
/* ./space out */
/* zoomin */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* ./zoomin */
/* zoomout */
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
/* ./zoomout */
/* appear */
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ./appear */
/* disappear */
@-webkit-keyframes disappear {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes disappear {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ./disappear */
/* slide in up */
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ./slide in up */
/* spin */
@-webkit-keyframes lodaer_spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes lodaer_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ./spin */
/* footer_control bounce */
@-webkit-keyframes dpf_controls {
  0% {
    top: -50px;
  }
  40% {
    top: -10px;
  }
  80% {
    top: -45px;
  }
  100% {
    top: -40px;
  }
}
@keyframes dpf_controls {
  0% {
    top: -50px;
  }
  40% {
    top: -10px;
  }
  80% {
    top: -45px;
  }
  100% {
    top: -40px;
  }
}
/* ./footer_control bounce */
/* loaders */
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
/* ./loaders */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
/* ./keyframes */
/* ./keyframes */
/* layouts */
.container {
  padding: 0px;
  width: 100%;
  float: left;
  margin: 0px;
}
.container .wrapper {
  padding: 30px 30px 20px;
  float: left;
  width: 100%;
}
.container .wrapper-white {
  background: #FFF;
}
.row {
  margin: 0px -5px;
}
.row div[class^='col-'] {
  padding: 0px 5px;
}
.row.row-wider {
  margin: 0px -10px;
}
.row.row-wider div[class^='col-'] {
  padding: 0px 10px;
}
.row.row-condensed {
  margin: 0px;
}
.row.row-condensed div[class^='col-'] {
  padding: 0px;
}
@media all and (max-width: 992px) {
  .container .wrapper {
    padding: 15px 10px 10px;
  }
}
.dev-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  visibility: visible !important;
}
.dev-page .dev-page-header {
  width: 100%;
  height: 55px;
  background: #ffffff;
  color: #263c46;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.dev-page .dev-page-container {
  position: relative;
  z-index: 4;
  float: left;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 55px;
}
.dev-page .dev-page-container .dev-page-sidebar {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 300px;
  background: #37474F;
  color: #f0f4f6;
  -webkit-transition: width 200ms cubic-bezier(0.99, 0, 0.5, 0.99);
  -moz-transition: width 200ms cubic-bezier(0.99, 0, 0.5, 0.99);
  -ms-transition: width 200ms cubic-bezier(0.99, 0, 0.5, 0.99);
  -o-transition: width 200ms cubic-bezier(0.99, 0, 0.5, 0.99);
  transition: width 200ms cubic-bezier(0.99, 0, 0.5, 0.99);
  padding-bottom: 40px;
}
.dev-page .dev-page-container .dev-page-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-left: 300px;
  -webkit-transition: padding 200ms cubic-bezier(0.99, 0, 0.5, 0.99);
  -moz-transition: padding 200ms cubic-bezier(0.99, 0, 0.5, 0.99);
  -ms-transition: padding 200ms cubic-bezier(0.99, 0, 0.5, 0.99);
  -o-transition: padding 200ms cubic-bezier(0.99, 0, 0.5, 0.99);
  transition: padding 200ms cubic-bezier(0.99, 0, 0.5, 0.99);
  padding-bottom: 40px;
}
.dev-page .dev-page-container .dev-page-content .container {
  position: relative;
  height: 100%;
  min-height: 100%;
  width:100%;
  padding-top:15px;
}
.dev-page .dev-page-rightbar {
  position: fixed;
  top: 0px;
  right: -310px;
  /* -10 shadow */
  height: 100%;
  overflow: hidden;
  width: 300px;
  background: #edf1f2;
  color: #555555;
  z-index: 4;
}
.dev-page .dev-page-footer {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 40px;
  background: #37474F;
  color: #6382a9;
  left: 0px;
  bottom: 0px;
}
.dev-page.dev-page-sidebar-minimized .dev-page-container .dev-page-sidebar {
  width: 55px;
}
.dev-page.dev-page-sidebar-minimized .dev-page-container .dev-page-content {
  padding-left: 55px;
}
.dev-page.dev-page-sidebar-collapsed .dev-page-container .dev-page-sidebar {
  width: 0px;
  overflow: hidden;
}
.dev-page.dev-page-sidebar-collapsed .dev-page-container .dev-page-content {
  padding-left: 0px;
}
.dev-page.dev-page-sidebar-right .dev-page-container .dev-page-sidebar {
  right: 0px;
}
.dev-page.dev-page-sidebar-right .dev-page-container .dev-page-content {
  padding-left: 0px;
  padding-right: 300px;
}
.dev-page.dev-page-sidebar-right.dev-page-sidebar-minimized .dev-page-container .dev-page-content {
  padding-left: 0px;
  padding-right: 55px;
}
.dev-page.dev-page-sidebar-right.dev-page-sidebar-collapsed .dev-page-container .dev-page-content {
  padding-right: 0px;
}
.dev-page.dev-page-no-footer .dev-page-container .dev-page-sidebar,
.dev-page.dev-page-no-footer .dev-page-container .dev-page-content {
  padding-bottom: 0px;
}
.dev-page.dev-page-loaded {
  height: auto;
}
.dev-page.dev-page-fullscreen .dev-page-container {
  position: static;
}
.dev-page.dev-page-fullscreen .dev-page-container .dev-page-content {
  position: static;
}
.dev-page-boxed {
  background: url('../template/img/backgrounds/default-background.jpg') left top no-repeat #e5e5e5;
}
.dev-page-boxed .dev-page {
  width: 1200px;
  background: #fafafa;
  margin: 0px auto;
  float: none;
  -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05), -5px 0px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05), -5px 0px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05), -5px 0px 10px rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 992px) {
  .dev-page .dev-page-container {
    float: left;
    width: 100%;
  }
  .dev-page .dev-page-container .dev-page-sidebar {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    -webkit-transition: none 200ms ease;
    -moz-transition: none 200ms ease;
    -ms-transition: none 200ms ease;
    -o-transition: none 200ms ease;
    transition: none 200ms ease;
    display: none;
    padding-bottom: 0px;
  }
  .dev-page .dev-page-container .dev-page-content {
    /*padding: 0px;*/
    /*float: left;*/
    -webkit-transition: none 200ms ease;
    -moz-transition: none 200ms ease;
    -ms-transition: none 200ms ease;
    -o-transition: none 200ms ease;
    transition: none 200ms ease;
  }
  .dev-page .dev-page-container .dev-page-content .container {
    padding-bottom: 50px;
  }
  .dev-page.dev-page-loaded .dev-page-container .dev-page-sidebar {
    display: block;
  }
  .dev-page.dev-page-sidebar-collapsed .dev-page-container .dev-page-sidebar {
    display: none;
  }
  .dev-page .dev-page-sidebar-minimize {
    display: none !important;
  }
  .dev-page-boxed .dev-page {
    width: 100%;
    float: left;
    margin: 0px;
  }
}
/* ./layouts */
/* other */
/* template loaders */
/* circle universal loader */
/* keyframes */
@-webkit-keyframes dev-loader-circle-1 {
  0% {
    top: -10px;
  }
  50% {
    top: 0px;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: 0.5;
    filter: alpha(opacity = 0.5*100);
  }
  100% {
    top: -10px;
  }
}
@keyframes dev-loader-circle-1 {
  0% {
    top: -10px;
  }
  50% {
    top: 0px;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: 0.5;
    filter: alpha(opacity = 0.5*100);
  }
  100% {
    top: -10px;
  }
}
@-webkit-keyframes dev-loader-circle-2 {
  0% {
    right: -10px;
  }
  50% {
    right: 0px;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: 0.5;
    filter: alpha(opacity = 0.5*100);
  }
  100% {
    right: -10px;
  }
}
@keyframes dev-loader-circle-2 {
  0% {
    right: -10px;
  }
  50% {
    right: 0px;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: 0.5;
    filter: alpha(opacity = 0.5*100);
  }
  100% {
    right: -10px;
  }
}
@-webkit-keyframes dev-loader-circle-3 {
  0% {
    bottom: -10px;
  }
  50% {
    bottom: 0px;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: 0.5;
    filter: alpha(opacity = 0.5*100);
  }
  100% {
    bottom: -10px;
  }
}
@keyframes dev-loader-circle-3 {
  0% {
    bottom: -10px;
  }
  50% {
    bottom: 0px;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: 0.5;
    filter: alpha(opacity = 0.5*100);
  }
  100% {
    bottom: -10px;
  }
}
@-webkit-keyframes dev-loader-circle-4 {
  0% {
    left: -10px;
  }
  50% {
    left: 0px;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: 0.5;
    filter: alpha(opacity = 0.5*100);
  }
  100% {
    left: -10px;
  }
}
@keyframes dev-loader-circle-4 {
  0% {
    left: -10px;
  }
  50% {
    left: 0px;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: 0.5;
    filter: alpha(opacity = 0.5*100);
  }
  100% {
    left: -10px;
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
/* ./keyframes */
.dev-page-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fafafa;
  z-index: 999;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
}
.dev-page-loading:before {
  content: " ";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background: #37474F;
  border-radius: 50%;
  -webkit-animation: scaleout 800ms infinite ease-in-out;
  animation: scaleout 800ms infinite ease-in-out;
}
.dev-page-loading:after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  background: #c7c7c7;
  border-radius: 50%;
  -webkit-animation: scaleout 400ms infinite ease-in-out;
  animation: scaleout 400ms infinite ease-in-out;
}
.dev-page-loading.preloader {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity = 1*100);
}
.dev-loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0px 0px -15px;
  width: 30px;
  height: 30px;
}
.dev-loader-circle > div {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  border: 2px solid #37474F;
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.dev-loader-circle.dev-loader-circle-active {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity = 1*100);
}
.dev-loader-circle.dev-loader-circle-active > div:nth-child(1) {
  top: -10px;
  -webkit-animation: dev-loader-circle-1 500ms infinite linear;
  animation: dev-loader-circle-1 500ms infinite linear;
}
.dev-loader-circle.dev-loader-circle-active > div:nth-child(2) {
  right: -10px;
  left: auto;
  -webkit-animation: dev-loader-circle-2 500ms infinite linear;
  animation: dev-loader-circle-2 500ms infinite linear;
}
.dev-loader-circle.dev-loader-circle-active > div:nth-child(3) {
  top: auto;
  bottom: -10px;
  -webkit-animation: dev-loader-circle-3 500ms infinite linear;
  animation: dev-loader-circle-3 500ms infinite linear;
}
.dev-loader-circle.dev-loader-circle-active > div:nth-child(4) {
  left: -10px;
  -webkit-animation: dev-loader-circle-4 500ms infinite linear;
  animation: dev-loader-circle-4 500ms infinite linear;
}
/* ./circle universal loader */
/* circle default loader */
/* keyframes */
@-webkit-keyframes dev-loader-default {
  0% {
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter: alpha(opacity=20);
    opacity: 0.2;
    filter: alpha(opacity = 0.2*100);
    top: 0px;
  }
  50% {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity = 1*100);
    top: -10px;
  }
  100% {
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter: alpha(opacity=20);
    opacity: 0.2;
    filter: alpha(opacity = 0.2*100);
    top: 0px;
  }
}
@keyframes dev-loader-default {
  0% {
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter: alpha(opacity=20);
    opacity: 0.2;
    filter: alpha(opacity = 0.2*100);
    top: 0px;
  }
  50% {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity = 1*100);
    top: -10px;
  }
  100% {
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter: alpha(opacity=20);
    opacity: 0.2;
    filter: alpha(opacity = 0.2*100);
    top: 0px;
  }
}
/* ./keyframes */
.dev-loader-default {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0px 0px -15px;
  width: 30px;
  height: 30px;
}
.dev-loader-default > div {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: #37474F;
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
  -webkit-animation: dev-loader-default 500ms infinite linear;
  animation: dev-loader-default 500ms infinite linear;
}
/* circle default loader */
/* end template loaders */
/* ./other */
/* elements */
.dev-page .dev-page-header .dph-logo {
  float: left;
  width: 300px;
  height: 55px;
  line-height: 55px;
  background: #37474F;
  text-align: center;
  position: relative;
  margin-right: 55px;
  /* logo */
  /* ./logo */
  /* navigation collapse button */
  /* ./navigation collapse button */
}
.dev-page .dev-page-header .dph-logo a {
  width: 100%;
  /*display: block;*/
  height: 55px;
  /*background: url('../img/logo.png') top center no-repeat transparent;*/
  text-indent: -99999px;
  overflow: hidden;
  -webkit-transition: 200ms 200ms ease;
  -moz-transition: 200ms 200ms ease;
  -ms-transition: 200ms 200ms ease;
  -o-transition: 200ms 200ms ease;
  transition: 200ms 200ms ease;
}
.dev-page .dev-page-header .dph-logo a:hover {
  /*background-color: #3a4c67;*/
}
.dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse {
  position: absolute;
  top: 0px;
  background: #ffffff;
  height: 55px;
  width: 55px;
  text-decoration: none;
  right: -55px;
  cursor: pointer;
}
.dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse .dev-page-sidebar-collapse-icon {
  position: relative;
  float: left;
  width: 55px;
  height: 55px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse .dev-page-sidebar-collapse-icon .line-one,
.dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse .dev-page-sidebar-collapse-icon .line-two,
.dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse .dev-page-sidebar-collapse-icon .line-three {
  position: absolute;
  left: 26px;
  top: 21px;
  display: block;
  width: 3px;
  height: 3px;
  background: #263c46;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse .dev-page-sidebar-collapse-icon .line-two {
  top: 26px;
}
.dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse .dev-page-sidebar-collapse-icon .line-three {
  top: 31px;
}
.dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse:hover {
  background: #fafafa;
}
.dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse.active .dev-page-sidebar-collapse-icon {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse.active .dev-page-sidebar-collapse-icon .line-one,
.dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse.active .dev-page-sidebar-collapse-icon .line-two,
.dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse.active .dev-page-sidebar-collapse-icon .line-three {
  width: 16px;
  height: 2px;
  left: 19px;
  top: 21px;
}
.dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse.active .dev-page-sidebar-collapse-icon .line-two {
  top: 26px;
}
.dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse.active .dev-page-sidebar-collapse-icon .line-three {
  top: 31px;
}
.dev-page .dev-page-header .dph-buttons {
  float: left;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-right: 10px;
}
.dev-page .dev-page-header .dph-buttons > li {
  display: block;
  float: left;
  position: relative;
}
.dev-page .dev-page-header .dph-buttons > li > a {
  display: block;
  line-height: 55px;
  padding: 0px 10px;
  text-align: center;
  color: #263c46;
  min-width: 55px;
  background: #ffffff;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.dev-page .dev-page-header .dph-buttons > li > a:hover {
  background: #fafafa;
}
.dev-page .dev-page-header .dph-buttons > li > a .fa,
.dev-page .dev-page-header .dph-buttons > li > a .glyphicon {
  font-size: 14px;
}
.dev-page .dev-page-header .dph-buttons > li.active > a {
  background: #fafafa;
}
.dev-page .dev-page-header .dph-buttons > li.active .dev-popup {
  display: block;
}
.dev-page .dev-page-header .dph-buttons > li.dph-button-stuck {
  width: 55px;
  height: 55px;
}
.dev-page .dev-page-header .dph-buttons.pull-right {
  margin-right: 0px;
  margin-left: 0px;
}
.dev-page .dev-page-header .dph-container {
  float: left;
  padding: 10px 0px;
  margin-right: 10px;
}
.dev-page .dev-page-header .dph-container.pull-right {
  margin-right: 0px;
  margin-left: 10px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .dev-page .dev-page-header .dph-logo > a {
    background-image: url(../template/img/logo@2x.png);
    background-size: 300px 55px;
  }
}
@media all and (max-width: 992px) {
  .dev-page .dev-page-header {
    height: auto;
    position: relative;
    float: left;
  }
  .dev-page .dev-page-header .dph-logo {
    width: 100%;
    margin-right: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse {
    right: 0px;
    color: #f0f4f6;
    background: #37474F;
  }
  .dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse .dev-page-sidebar-collapse-icon .line-one,
  .dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse .dev-page-sidebar-collapse-icon .line-two,
  .dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse .dev-page-sidebar-collapse-icon .line-three {
    background: #FFF;
    width: 3px;
    height: 3px;
    left: 20px;
    top: 26px;
  }
  .dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse .dev-page-sidebar-collapse-icon .line-two {
    left: 26px;
  }
  .dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse .dev-page-sidebar-collapse-icon .line-three {
    left: 32px;
  }
  .dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse:hover {
    background: #324259;
  }
  .dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse.active .dev-page-sidebar-collapse-icon .line-one,
  .dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse.active .dev-page-sidebar-collapse-icon .line-two,
  .dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse.active .dev-page-sidebar-collapse-icon .line-three {
    width: 16px;
    height: 2px;
    left: 19px;
    top: 21px;
  }
  .dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse.active .dev-page-sidebar-collapse-icon .line-two {
    top: 26px;
  }
  .dev-page .dev-page-header .dph-logo .dev-page-sidebar-collapse.active .dev-page-sidebar-collapse-icon .line-three {
    top: 31px;
  }
  .dev-page .dev-page-container {
    padding-top: 0px;
  }
}
.dev-page-footer .dev-page-footer-controls {
  float: left;
  width: 300px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.dev-page-footer .dev-page-footer-controls > li {
  float: left;
  position: relative;
}
.dev-page-footer .dev-page-footer-controls > li > a {
  display: block;
  float: left;
  min-width: 34px;
  line-height: 34px;
  text-align: center;
  color: #6382a9;
  font-size: 12px;
  background: #263448;
  text-decoration: none;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  cursor: pointer;
  margin: 3px;
  margin-right: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.dev-page-footer .dev-page-footer-controls > li > a .fa,
.dev-page-footer .dev-page-footer-controls > li > a .glyphicon {
  font-size: 14px;
}
.dev-page-footer .dev-page-footer-controls > li > a:hover {
  background: #232f42;
}
.dev-page-footer .dev-page-footer-controls > li > a:focus {
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.26);
}
.dev-page-footer .dev-page-footer-controls > li > a.dev-page-footer-control-stuck {
  top: 0px;
  background: transparent;
}
.dev-page-footer .dev-page-footer-controls > li > a.dev-page-footer-fix .fa {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dev-page-footer .dev-page-footer-controls.dev-page-footer-controls-auto {
  width: auto;
}
.dev-page-footer .dev-page-footer-buttons {
  position: absolute;
  z-index: 4;
  height: 50px;
  background: #2a394f;
  -webkit-border-top-right-radius: 5px 5px 0px 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px 5px 0px 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px 5px 0px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem .125rem 0 0;
  -webkit-border-radius: .125rem .125rem 0px 0px;
  border-radius: .125rem .125rem 0px 0px;
  list-style: none;
  padding: 5px;
  left: 50%;
  top: -10px;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
}
.dev-page-footer .dev-page-footer-buttons > li {
  float: left;
}
.dev-page-footer .dev-page-footer-buttons > li > a {
  display: block;
  float: left;
  min-width: 40px;
  line-height: 40px;
  text-align: center;
  color: #6382a9;
  font-size: 12px;
  background: #263448;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  text-decoration: none;
  margin-right: 5px;
  cursor: pointer;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.dev-page-footer .dev-page-footer-buttons > li > a .fa,
.dev-page-footer .dev-page-footer-buttons > li > a .glyphicon {
  font-size: 14px;
}
.dev-page-footer .dev-page-footer-buttons > li > a:hover {
  background: #232f42;
}
.dev-page-footer .dev-page-footer-buttons > li > a:focus {
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.26);
}
.dev-page-footer .dev-page-footer-buttons > li > a.active {
  background: #37474F !important;
  color: #f0f4f6;
}
.dev-page-footer .dev-page-footer-buttons > li:last-child > a {
  margin-right: 0px;
}
.dev-page-footer .dev-page-footer-buttons.dev-page-footer-buttons-effect {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity = 1*100);
}
.dev-page-footer .dev-page-footer-container {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: -150px;
  background: #253245;
  color: #6382a9;
  width: 100%;
  height: 150px;
  display: none;
  -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.26);
}
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-content {
  float: left;
  width: 100%;
  display: none;
}
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
  width: 100%;
  height: 150px;
  display: none;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
}
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-layer .dev-page-footer-container-layer-button {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background: #37474F;
  -webkit-animation: lodaer_spin 1s infinite linear;
  animation: lodaer_spin 1s infinite linear;
}
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-layer .dev-page-footer-container-layer-button:before,
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-layer .dev-page-footer-container-layer-button:after {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3px;
  height: 30px;
  background: #37474F;
}
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-layer .dev-page-footer-container-layer-button:after {
  left: auto;
  right: 0px;
}
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-layer.dev-page-footer-container-layer-opened {
  display: block;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity = 1*100);
  -webkit-animation: appear 400ms;
  animation: appear 400ms;
}
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-layer.dev-page-footer-container-layer-close {
  width: 30px;
  height: 30px;
  display: block;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity = 1*100);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-layer.dev-page-footer-container-layer-close .dev-page-footer-container-layer-button {
  background: transparent;
  -webkit-animation: none;
  animation: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-layer.dev-page-footer-container-layer-close .dev-page-footer-container-layer-button:before,
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-layer.dev-page-footer-container-layer-close .dev-page-footer-container-layer-button:after {
  top: 10px;
  height: 10px;
}
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-layer.dev-page-footer-container-layer-close .dev-page-footer-container-layer-button:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 14px;
}
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-layer.dev-page-footer-container-layer-close .dev-page-footer-container-layer-button:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 13px;
}
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-layer.dev-page-footer-container-layer-close .dev-page-footer-container-layer-button:hover:before,
.dev-page-footer .dev-page-footer-container .dev-page-footer-container-layer.dev-page-footer-container-layer-close .dev-page-footer-container-layer-button:hover:after {
  background: #2d3b50;
}
.dev-page-footer .dev-page-footer-container.dev-page-footer-container-opened {
  display: block;
  -webkit-animation: fadeIn 100ms;
  animation: fadeIn 100ms;
}
.dev-page-footer.dev-page-footer-collapsed {
  bottom: -40px;
}
.dev-page-footer.dev-page-footer-collapsed .dev-page-footer-controls > li > a.dev-page-footer-control-stuck {
  position: absolute;
  top: -40px;
  left: -36px;
  background: transparent;
  color: #555555;
  -webkit-transition: none 200ms ease;
  -moz-transition: none 200ms ease;
  -ms-transition: none 200ms ease;
  -o-transition: none 200ms ease;
  transition: none 200ms ease;
  -webkit-animation: dpf_controls 300ms;
  animation-duration: dpf_controls 300ms;
}
.dev-page-footer.dev-page-footer-collapsed .dev-page-footer-buttons {
  top: 0px;
}
.dev-page-footer.dev-page-footer-effect {
  -webkit-transition: bottom 100ms linear;
  -moz-transition: bottom 100ms linear;
  -ms-transition: bottom 100ms linear;
  -o-transition: bottom 100ms linear;
  transition: bottom 100ms linear;
}
.dev-page-footer.dev-page-footer-closed {
  bottom: -40px;
}
.dev-page-footer.dev-page-footer-closed .dev-page-footer-buttons {
  top: 0px;
}
.dev-page-footer.dev-page-footer-fixed {
  position: fixed;
}
.dev-page-footer.dev-page-footer-fixed .dev-page-footer-controls > li > a.dev-page-footer-fix .fa {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.dev-page.dev-page-rightbar-open .dev-page-footer.dev-page-footer-fixed {
  /*left: -300px;*/
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.dev-page {
  -webkit-transition: margin-left 100ms ease;
  -moz-transition: margin-left 100ms ease;
  -ms-transition: margin-left 100ms ease;
  -o-transition: margin-left 100ms ease;
  transition: margin-left 100ms ease;
}
.dev-page .dev-page-header {
  /* rightbar toggle button */
  /* ./rightbar toggle button */
}
.dev-page .dev-page-header .dev-page-rightbar-toggle {
  position: absolute;
  top: 0px;
  left: 0px;
  /*padding: 0px !important;*/
  background: #ffffff;
  height: 55px;
  width: 55px;
  text-decoration: none;
  right: -55px;
  cursor: pointer;
}
.dev-page .dev-page-header .dev-page-rightbar-toggle .dev-page-rightbar-toggle-icon {
  position: relative;
  float: left;
  width: 15px;
  height: 15px;
  margin: 20px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dev-page .dev-page-header .dev-page-rightbar-toggle .dev-page-rightbar-toggle-icon .line-one {
  position: absolute;
  left: 1px;
  top: 0px;
  width: 14px;
  height: 7px;
  border: 2px solid #263c46;
  border-bottom: 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dev-page .dev-page-header .dev-page-rightbar-toggle .dev-page-rightbar-toggle-icon .line-two {
  position: absolute;
  left: 1px;
  top: 8px;
  width: 14px;
  height: 7px;
  border: 2px solid #263c46;
  border-top: 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dev-page .dev-page-rightbar {
  -moz-box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: right 100ms ease;
  -moz-transition: right 100ms ease;
  -ms-transition: right 100ms ease;
  -o-transition: right 100ms ease;
  transition: right 100ms ease;
}
.dev-page.dev-page-rightbar-open {
  /*margin-left: -300px;*/
}
.dev-page.dev-page-rightbar-open .dev-page-header .dev-page-rightbar-toggle .dev-page-rightbar-toggle-icon {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.dev-page.dev-page-rightbar-open .dev-page-header .dev-page-rightbar-toggle .dev-page-rightbar-toggle-icon .line-one {
  width: 15px;
  border-left: 0px;
  border-right: 0px;
  top: 6px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dev-page.dev-page-rightbar-open .dev-page-header .dev-page-rightbar-toggle .dev-page-rightbar-toggle-icon .line-two {
  width: 15px;
  border-left: 0px;
  border-right: 0px;
  top: 3px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dev-page.dev-page-rightbar-open .dev-page-rightbar {
  right: 0px;
}
.dev-page.dev-page-rightbar-open .dev-page-footer.dev-page-footer-collapsed .dev-page-footer-control-stuck {
  display: none;
}
.dev-page-navigation-effect {
  -webkit-animation: appear 500ms;
  animation: appear 500ms;
}
.dev-page-navigation {
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
  float: left;
  list-style: none;
}
.dev-page-navigation > li {
  float: left;
  width: 100%;
  margin-bottom: 1px;
  position: relative;
  /* first level navigation */
  /* ./first level navigation */
  /* second+ levels */
  /* ./second+ levels */
  /* levels */
  /* ./levels */
}
.dev-page-navigation > li > a {
  display: block;
  float: left;
  width: 100%;
  background: #37474f;
  color: #f0f4f6;
  font-size: 13px;
  font-weight: 500;
  line-height: 55px;
  text-decoration: none;
  padding-left: 45px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.dev-page-navigation > li > a .fa,
.dev-page-navigation > li > a .glyphicon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 45px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  color: #6382a9;
}
.dev-page-navigation > li.active > a {
  background: #293649;
}
.dev-page-navigation > li.active > a .fa,
.dev-page-navigation > li.active > a .glyphicon {
  background: #293649;
}
.dev-page-navigation > li:hover > a {
  background: #293649;
}
.dev-page-navigation > li.title {
  font-size: 11px;
  text-transform: uppercase;
  padding: 15px 10px 10px;
  color: #6382a9;
}
.dev-page-navigation > li ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  max-height: 0px;
  overflow-y: hidden;
}
.dev-page-navigation > li ul li {
  float: left;
  width: 100%;
  position: relative;
}
.dev-page-navigation > li ul li a {
  display: block;
  float: left;
  width: 100%;
  line-height: 45px;
  font-size: 12px;
  color: #d7dde2;
  font-weight: 300;
  text-decoration: none;
  background: #37474F;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dev-page-navigation > li ul li a:after {
  content: " ";
  width: 1px;
  height: 45px;
  background: #293649;
  position: absolute;
  left: 22.5px;
  top: 0px;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.dev-page-navigation > li ul li a:hover {
  background: #263238;
}
.dev-page-navigation > li ul li a:hover:after {
  background: #37474F;
}
.dev-page-navigation > li ul li.active > a {
  background: #222c3c;
}
.dev-page-navigation > li ul li.active > a:after {
  background: #37474F;
}
.dev-page-navigation > li ul li.has-child > a:before {
  line-height: 45px;
  height: 45px;
}
.dev-page-navigation > li > ul > li > a {
  padding: 0px 10px 0px 45px;
}
.dev-page-navigation > li > ul > li > a:hover,
.dev-page-navigation > li > ul > li.active > a {
  padding-left: 55px;
}
.dev-page-navigation > li > ul > li > ul > li > a {
  padding: 0px 10px 0px 75px;
}
.dev-page-navigation > li > ul > li > ul > li > a:after {
  left: 55px;
}
.dev-page-navigation > li > ul > li > ul > li > a:hover,
.dev-page-navigation > li > ul > li > ul > li.active > a {
  padding-left: 85px;
}

.dev-page-navigation > li > ul > li > ul > li > ul> li> a {
  padding: 0px 10px 0px 105px;
}
.dev-page-navigation > li > ul > li > ul > li > ul> li> a:after {
  left: 65px;
}
.dev-page-navigation > li > ul > li > ul > li > ul> li> a:hover,
.dev-page-navigation > li > ul > li > ul > li> ul> li.active > a {
  padding-left: 115px;
}
.dev-page-navigation li.has-child > a:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 14px;
  line-height: 55px;
  width: 30px;
  height: 55px;
  text-align: center;
  right: 0px;
  top: 0px;
}
.dev-page-navigation li.has-child.active > a:before {
  content: "\f106";
}
.dev-page-navigation li.has-child > a {
  padding-right: 30px;
}
.dev-page-navigation li.has-child > a .label {
  right: 30px;
}
.dev-page-navigation .label {
  position: absolute;
  padding: 4px 5px;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  font-weight: normal;
  font-size: 12px;
}
.dev-page.dev-page-loaded .dev-page-navigation > li ul {
  -webkit-transition: max-height 100ms linear;
  -moz-transition: max-height 100ms linear;
  -ms-transition: max-height 100ms linear;
  -o-transition: max-height 100ms linear;
  transition: max-height 100ms linear;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation {
  width: 55px;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li {
  width: 55px;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li > a {
  padding-left: 55px;
  width: 55px;
  background: transparent;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li > a .fa,
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li > a .glyphicon {
  width: 55px;
  background: #263238;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li > a span {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  /*filter: alpha(opacity = 0*100);*/
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li > a:hover .fa,
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li > a:hover .glyphicon {
  background: #35474d;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li.title {
  overflow: hidden;
  height: 0px;
  padding: 1px 0px 0px;
  display: none;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li > ul {
  margin-top: 5px;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li ul {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 300px;
  margin-left: 10px;
  z-index: 999;
  overflow-y: visible;
  display: none;
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li ul > li > a {
  padding: 0px 15px;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li ul > li > a:hover {
  padding-left: 25px;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li ul > li > a:after {
  display: none;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li ul > li:first-child > a {
  -webkit-border-top-right-radius: 5px 5px 0px 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px 5px 0px 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px 5px 0px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li ul > li:last-child > a {
  -webkit-border-top-right-radius: 0px 0px 5px 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px 0px 5px 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px 0px 5px 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px 0px .125rem .125rem;
  -webkit-border-radius: 0px 0px .125rem .125rem;
  border-radius: 0px 0px .125rem .125rem;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li ul > li.active > a {
  padding-left: 25px;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li ul:after {
  right: 100%;
  top: 22.5px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(54, 71, 96, 0);
  border-right-color: #253143;
  border-width: 5px;
  margin-top: -5px;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li.active > a .fa,
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li.active > a .glyphicon {
  background: #293649;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation > li.has-child > a:before {
  display: none;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation li.active > ul {
  display: block;
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation li.active.has-child > a:before {
  content: "\f104";
}
.dev-page.dev-page-sidebar-minimized .dev-page-navigation li.has-child > a:before {
  content: "\f105";
}
.dev-page.dev-page-sidebar-minimized.dev-page-sidebar-right .dev-page-navigation > li ul {
  left: auto;
  right: 100%;
  margin-left: 0px;
  margin-right: 10px;
}
.dev-page.dev-page-sidebar-minimized.dev-page-sidebar-right .dev-page-navigation > li ul:after {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #253143;
}
.dev-page.dev-page-sidebar-collapsed .dev-page-navigation {
  display: none;
}
.dev-page.dev-page-sidebar-collapsed .dev-page-navigation > li > a {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
}
.dev-page.dev-page-sidebar-collapsed .dev-page-navigation > li > a .fa,
.dev-page.dev-page-sidebar-collapsed .dev-page-navigation > li > a .glyphicon {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
  width: 0px;
}
.dev-page.dev-page-sidebar-collapsed .dev-page-navigation > li > a span {
  display: none;
}
.dev-page.dev-page-sidebar-collapsed .dev-page-navigation > li ul {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
}
.dev-page.dev-page-sidebar-collapsed .dev-page-navigation > li.has-child > a:before {
  display: none;
}
/* search */
/* keyframes */
@-webkit-keyframes search_show {
  0% {
    opacity: 0;
    width: 55px;
    height: 55px;
  }
  100% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}
@keyframes search_show {
  0% {
    opacity: 0;
    width: 55px;
    height: 55px;
  }
  100% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes search_container_show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes search_container_show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ./keyframes */
.dev-page .dev-page-header {
  /* search toggle button */
  /* ./search toggle button */
}
.dev-page .dev-page-header .dev-page-search-toggle {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px !important;
  background: #ffffff;
  height: 55px;
  width: 55px;
  text-decoration: none;
  right: -55px;
  cursor: pointer;
}
.dev-page .dev-page-header .dev-page-search-toggle .dev-page-search-toggle-icon {
  position: relative;
  float: left;
  width: 15px;
  height: 15px;
  margin: 20px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dev-page .dev-page-header .dev-page-search-toggle .dev-page-search-toggle-icon .circle {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 12px;
  height: 12px;
  border: 2px solid #263c46;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dev-page .dev-page-header .dev-page-search-toggle .dev-page-search-toggle-icon .line {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 7px;
  height: 2px;
  background: #263c46;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dev-page .dev-search {
  position: fixed;
  right: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.9);
  width: 55px;
  height: 55px;
  overflow: hidden;
  z-index: 20;
  display: none;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
  overflow-y: scroll;
}
.dev-page .dev-search .dev-search-container {
  width: 100%;
  height: 100%;
  padding: 75px 20px 20px;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
}
.dev-page .dev-search .dev-search-container .dev-search-form {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  padding: 10px 0px;
}
.dev-page .dev-search .dev-search-container .dev-search-form .dev-search-field {
  float: left;
  width: 100%;
}
.dev-page .dev-search .dev-search-container .dev-search-form .dev-search-field input {
  background: transparent;
  padding: 0px;
  margin: 0px;
  border: 0px;
  line-height: 80px;
  font-size: 72px;
  outline: none;
  width: 100%;
}
.dev-page .dev-search .dev-search-container .dev-search-results {
  float: left;
  width: 100%;
}
.dev-page .dev-search .dev-search-container .dev-search-results h3 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.dev-page .dev-search .dev-search-container .dev-search-results .dev-search-results-item {
  float: left;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 12px;
  position: relative;
}
.dev-page .dev-search .dev-search-container .dev-search-results .dev-search-results-item > a {
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
  line-height: 30px;
}
.dev-page .dev-search .dev-search-container .dev-search-results .dev-search-results-item > span {
  float: left;
  width: 100%;
  color: #00c852;
  margin-bottom: 5px;
}
.dev-page .dev-search .dev-search-container .dev-search-results .dev-search-results-item p {
  float: left;
  width: 100%;
}
.dev-page .dev-search .dev-search-container .dev-search-results .dev-search-results-item:after {
  position: absolute;
  content: " ";
  left: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid #37474F;
  background: transparent;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dev-page .dev-search .dev-search-container .dev-search-results .dev-search-results-item.results-info:after {
  border-color: #85d6de;
}
.dev-page .dev-search .dev-search-container .dev-search-results .dev-search-results-item.results-success:after {
  border-color: #00c852;
}
.dev-page .dev-search .dev-search-container .dev-search-results .dev-search-results-item.results-danger:after {
  border-color: #e74e40;
}
.dev-page .dev-search .dev-search-container .dev-search-results .dev-search-results-item.results-warning:after {
  border-color: #f3bc65;
}
.dev-page.dev-page-search-active .dev-page-header {
  z-index: 25;
}
.dev-page.dev-page-search-active .dev-page-header .dev-page-search-toggle .dev-page-search-toggle-icon {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.dev-page.dev-page-search-active .dev-page-header .dev-page-search-toggle .dev-page-search-toggle-icon .circle {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 2px;
  width: 15px;
  border: 0px;
  background: #263c46;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0px;
  top: 6px;
}
.dev-page.dev-page-search-active .dev-page-header .dev-page-search-toggle .dev-page-search-toggle-icon .line {
  width: 15px;
  height: 2px;
  left: 0px;
  top: 6px;
}
.dev-page.dev-page-search-active .dev-search {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity = 1*100);
  -webkit-animation: search_show 200ms;
  animation: search_show 200ms;
}
.dev-page.dev-page-search-active .dev-search .dev-search-container {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity = 1*100);
  -webkit-animation: search_container_show 600ms;
  animation: search_container_show 600ms;
}
@media all and (max-width: 992px) {
  .dev-page .dev-search .dev-search-container {
    padding: 120px 10px 10px;
  }
}
/* ./end search */
/* ./elements */
/* third-party plugins */

/* ./third-party plugins */
/* features */
.dev-page.dev-page-login {
  background: #37474F;
  height: auto;
  min-height: 100%;
}
.dev-page.dev-page-login .dev-page-login-block {
  margin: 100px auto 50px;
  -webkit-animation: appear 1s;
  animation: appear 1s;
  width: 300px;
  color: #eeeeee;
}
.dev-page.dev-page-login .dev-page-login-block:before,
.dev-page.dev-page-login .dev-page-login-block:after {
  content: " ";
  display: table;
}
.dev-page.dev-page-login .dev-page-login-block:after {
  clear: both;
}
.dev-page.dev-page-login .dev-page-login-block:before,
.dev-page.dev-page-login .dev-page-login-block:after {
  content: " ";
  display: table;
}
.dev-page.dev-page-login .dev-page-login-block:after {
  clear: both;
}
.dev-page.dev-page-login .dev-page-login-block a {
  color: #eeeeee;
  text-decoration: none;
}
.dev-page.dev-page-login .dev-page-login-block a:hover {
  color: #ffffff;
}
.dev-page.dev-page-login .dev-page-login-block__logo {
  float: left;
  width: 100%;
  display: block;
  height: 55px;
  background: url('../template/img/logo.png') top center no-repeat transparent;
  text-indent: -99999px;
  overflow: hidden;
  margin-bottom: 25px;
}
.dev-page.dev-page-login .dev-page-login-block__form {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.dev-page.dev-page-login .dev-page-login-block__form p {
  line-height: 20px;
  margin: 10px 0px;
}
.dev-page.dev-page-login .dev-page-login-block__form .title {
  font-size: 16px;
  font-weight: 400;
  color: #eeeeee;
  margin-bottom: 20px;
}
.dev-page.dev-page-login .dev-page-login-block__form .help-block {
  line-height: 25px;
  margin: 0px;
  font-size: 11px;
  color: #667d8d;
}
.dev-page.dev-page-login .dev-page-login-block__form .form-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-bottom: 10px;
}
.dev-page.dev-page-login .dev-page-login-block__form .form-group .form-control::-webkit-input-placeholder {
  color: #667d8d;
}
.dev-page.dev-page-login .dev-page-login-block__form .form-group .form-control::-moz-placeholder {
  color: #667d8d;
}
.dev-page.dev-page-login .dev-page-login-block__form .form-group .form-control:-moz-placeholder {
  color: #667d8d;
}
.dev-page.dev-page-login .dev-page-login-block__form .form-group .form-control:-ms-input-placeholder {
  color: #667d8d;
}
.dev-page.dev-page-login .dev-page-login-block__form .form-group .form-control {
  background: transparent;
  border: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #eeeeee;
  padding: 12px 5px 12px 15px;
  height: 47px;
}
.dev-page.dev-page-login .dev-page-login-block__form .form-group .input-group-addon {
  padding: 6px 5px 6px 15px;
  color: #889aa4;
  border: 0px;
  background: none;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.dev-page.dev-page-login .dev-page-login-block__form .form-group .btn {
  padding: 10px 15px;
}
.dev-page.dev-page-login .dev-page-login-block__form .form-group.focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.dev-page.dev-page-login .dev-page-login-block__form .form-group.no-border {
  border-bottom: 0px;
}
.dev-page.dev-page-login .dev-page-login-block__form .form-group.no-margin {
  margin-bottom: 0px;
}
.dev-page.dev-page-login .dev-page-login-block__footer {
  float: left;
  width: 100%;
  color: #667d8d;
  font-size: 11px;
  text-align: center;
}
.dev-page.dev-page-login.dev-page-login-v2 {
  background: #ffffff;
}
.dev-page.dev-page-login.dev-page-login-v2 .dev-page-login-block__form .form-group {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.dev-page.dev-page-login.dev-page-login-v2 .dev-page-login-block__form .form-group.no-border {
  border: 0px;
  background: transparent;
}
.dev-page.dev-page-login.dev-page-login-v2 .dev-page-login-block__form .form-group.focus {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 992px) {
  .dev-page.dev-page-login .dev-page-login-block {
    margin: 50px auto;
  }
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .dev-page.dev-page-login .dev-page-login-block__logo {
    background-image: url(../template/img/logo@2x.png);
    background-size: 300px 55px;
  }
}
/* variables */
/* ./variables */
.dev-page .dev-page-rightbar .rightbar-chat {
  float: left;
  width: 600px;
  height: 100%;
  position: relative;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-title {
  float: left;
  width: 100%;
  height: 55px;
  padding: 10px 15px;
  /*display: none;*/
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-title h3 {
  line-height: 35px;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  color: #555555;
  float: left;
  font-weight: 600;
  text-transform: uppercase;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-title .btn {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  background: transparent;
  color: #a3b7bd;
  border: 2px solid #a3b7bd;
  text-align: center;
  font-size: 14px;
  padding: 0px;
  line-height: 30px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-title .btn:hover {
  border: 2px solid #94acb2;
  color: #94acb2;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-contacts {
  float: left;
  width: 300px;
  -webkit-transition: margin-left 200ms ease;
  -moz-transition: margin-left 200ms ease;
  -ms-transition: margin-left 200ms ease;
  -o-transition: margin-left 200ms ease;
  transition: margin-left 200ms ease;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-contacts ul.contacts {
  display: block;
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  padding-top: 14px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-contacts ul.contacts li {
  float: left;
  width: 100%;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-contacts ul.contacts li a {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  line-height: 40px;
  color: #37474F;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-contacts ul.contacts li a img {
  float: left;
  margin: 0px 20px 0px 0px;
  width: 40px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-contacts ul.contacts li a:hover {
  color: #242f3f;
  background: #dee5e7;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-contacts ul.contacts li a.status:after {
  position: absolute;
  content: " ";
  left: 46px;
  top: 36px;
  width: 16px;
  height: 16px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #cccccc;
  border: 2px solid #edf1f2;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-contacts ul.contacts li a.status.online:after {
  background: #00c852;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-contacts ul.contacts li a.status.away:after {
  background: #f3bc65;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-contacts ul.contacts li a.status.dont:after {
  background: #e74e40;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-contacts ul.contacts li.title {
  padding: 20px 20px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #a3b7bd;
  line-height: 20px;
  text-transform: uppercase;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat {
  position: relative;
  float: left;
  width: 300px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .user {
  float: left;
  width: 100%;
  height: 200px;
  background: #37474F;
  background-position: center center;
  background-size: 300px 200px;
  border-bottom: 1px solid #edf1f2;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .user .user-panel {
  float: left;
  width: 100%;
  height: 55px;
  padding: 15px 15px 0px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .user .user-panel .btn {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  background: transparent;
  color: #f0f4f6;
  border: 2px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  padding: 0px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .user .user-panel .btn:hover {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .user .user-info {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: -20px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .user .user-info .user-info-image {
  width: 100px;
  margin: 0px auto;
  height: 100%;
  position: relative;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .user .user-info .user-info-image img {
  width: 100px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #293649;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .user .user-info .user-info-image.status:after {
  content: " ";
  position: absolute;
  right: 5px;
  bottom: 0px;
  width: 24px;
  height: 24px;
  background: #cccccc;
  border: 2px solid #293649;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .user .user-info .user-info-image.status.online:after {
  background: #00c852;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .user .user-info .user-info-image.status.away:after {
  background: #f3bc65;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .user .user-info .user-info-image.status.dont:after {
  background: #e74e40;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .user .user-info h5 {
  display: block;
  margin: 10px 0px 0px 0px;
  font-size: 14px;
  font-weight: 600;
  color: #f0f4f6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .user .user-info span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #c0cbd6;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper {
  float: left;
  width: 100%;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper ul.chat {
  display: block;
  float: left;
  list-style: none;
  padding: 0px 10px 0px;
  margin: 0px;
  width: 100%;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper ul.chat li {
  position: relative;
  display: inline-block;
  float: right;
  clear: both;
  line-height: 18px;
  padding: 10px 15px 5px 15px;
  margin-bottom: 15px;
  margin-right: 5px;
  font-size: 12px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  background: #FFF;
  -webkit-animation: zoomIn 200ms;
  animation: zoomIn 200ms;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper ul.chat li span {
  display: block;
  line-height: 20px;
  font-size: 11px;
  color: #c0cbd6;
  text-align: right;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper ul.chat li:after,
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper ul.chat li:before {
  position: absolute;
  content: " ";
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #FFF;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper ul.chat li:before {
  width: 4px;
  height: 4px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper ul.chat li.sent:after {
  right: -5px;
  bottom: 4px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper ul.chat li.sent:before {
  right: -10px;
  bottom: 4px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper ul.chat li.inbox {
  float: left;
  background: #37474F;
  color: #f0f4f6;
  margin-right: 0px;
  margin-left: 5px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper ul.chat li.inbox:after,
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper ul.chat li.inbox:before {
  background: #37474F;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper ul.chat li.inbox:after {
  left: -5px;
  bottom: 4px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper ul.chat li.inbox:before {
  left: -10px;
  bottom: 4px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .chat-wrapper ul.chat li:first-child {
  margin-top: 10px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .form {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 45px;
  width: 300px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .form .form-group {
  margin-bottom: 0px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .form .form-group .btn {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 10px;
  min-width: 45px;
}
.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .form .form-group .form-control {
  padding: 10px;
  height: 45px;
  line-height: 45px;
  border-color: #e7ebf1;
  background: #fafafa;
}

.dev-page .dev-page-rightbar .rightbar-chat .rightbar-chat-frame-chat .form .form-group .form-control:hover {
  padding: 10px;
  height: 45px;
  line-height: 45px;
  border-color: #e7ebf1;
  background: #fafafa;
}

.dev-page .dev-page-rightbar .rightbar-chat.rightbar-chat-opened .rightbar-chat-frame-contacts {
  margin-left: -300px;
}

@media all and (max-width: 992px) {
  .dev-page .dev-page-rightbar .rightbar-chat .rightbar-title {
    display: block;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  padding: 0px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #999999;
  font-weight: 300;
}
h1 {
  font-size: 22px;
  line-height: 30px;
  margin: 0px 0px 25px;
}
h2 {
  font-size: 20px;
  line-height: 30px;
  margin: 0px 0px 20px;
}
h3 {
  font-size: 18px;
  line-height: 25px;
  margin: 0px 0px 15px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  margin: 0px 0px 15px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin: 0px 0px 10px;
  font-weight: 600;
}
h6 {
  font-size: 12px;
  line-height: 20px;
  margin: 0px 0px 10px;
  font-weight: 600;
}
p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 10px;
}
a {
  color: #5ab0ee;
}
a:focus {
  outline: none;
}
.text-primary {
  color: #37474F !important;;
}
.text-info {
  color: #85d6de !important;;
}
.text-success {
  color: #00c852 !important;;
}
.text-warning {
  color: #f3bc65 !important;;
}
.text-danger {
  color: #e74e40 !important;
}
.breadcrumb {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px;
  background: transparent;
}
.breadcrumb li {
  line-height: 20px;
  font-size: 11px;
  color: #555555;
}
.breadcrumb li a {
  color: #999999;
}
.breadcrumb li + li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  padding: 0 8px 0 5px;
}
.page-title {
  float: left;
  width: 100%;
  padding: 20px;
  position: relative;
}
.page-title h1 {
  padding: 0px;
  margin: 0px;
}
.page-title p {
  font-size: 12px;
  color: #999999;
  margin-bottom: 0px;
}
.page-title .breadcrumb {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  width: auto;
  float: none;
}
.page-subtitle {
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 10px;
}
.page-subtitle > .fa,
.page-subtitle > .glyphicon {
  font-size: 56px;
}
.page-subtitle > .fa.pull-left,
.page-subtitle > .glyphicon.pull-left {
  margin-right: 20px;
}
.page-subtitle h2,
.page-subtitle h3,
.page-subtitle h4,
.page-subtitle h5 {
  padding: 0px;
  margin: 0px;
  line-height: 32px;
}
.page-subtitle h2 .fa,
.page-subtitle h3 .fa,
.page-subtitle h4 .fa,
.page-subtitle h5 .fa,
.page-subtitle h2 .glyphicon,
.page-subtitle h3 .glyphicon,
.page-subtitle h4 .glyphicon,
.page-subtitle h5 .glyphicon {
  font-size: 20px;
}
.page-subtitle h2 {
  text-transform: uppercase;
  font-weight: normal;
  float: left;
  line-height: 35px;
  font-size: 19px;
}
.page-subtitle .btn {
  margin-bottom: 0px;
}
.page-subtitle p {
  color: #999999;
  font-size: 11px;
  margin-bottom: 10px;
}
.page-subtitle p.text-danger {
  color: #e74e40;
}
.page-subtitle.page-subtitle-centralized {
  text-align: center;
}
.copyright {
  float: left;
  width: 100%;
  border-top: 1px solid #e7ebf1;
  padding: 25px 20px;
  line-height: 20px;
  font-size: 11px;
  color: #999999;
}
.copyright a {
  margin: 0px 10px;
}
code {
  color: #252d30;
  background-color: #dee7f9;
  border: 1px solid #b3c8f1;
}
.badge.badge-primary {
  background: #37474F;
  color: #FFF;
}
.badge.badge-success {
  background: #00c852;
  color: #FFF;
}
.badge.badge-warning {
  background: #f3bc65;
  color: #FFF;
}
.badge.badge-info {
  background: #85d6de;
  color: #FFF;
}
.badge.badge-danger {
  background: #e74e40;
  color: #FFF;
}
.label {
  font-size: inherit;
  padding: 2px 5px;
}
.label.label-primary {
  background: #1688ce;
  color: #FFF;
}
.label.label-success {
  background: #00c852;
  color: #FFF;
}
.label.label-warning {
  background: #f3bc65;
  color: #FFF;
}
.label.label-info {
  background: #85A7E5;
  color: #FFF;
}
.label.label-danger {
  background: #e74e40;
  color: #FFF;
}
@media all and (max-width: 992px) {
  .page-title .breadcrumb {
    float: left;
    position: relative;
    margin: 10px 0px 0px;
    top: auto;
    right: auto;
  }
}
/* placeholder color */
.form-control::-webkit-input-placeholder {
  color: #dddddd;
}
.form-control::-moz-placeholder {
  color: #dddddd;
}
.form-control:-moz-placeholder {
  color: #dddddd;
}
.form-control:-ms-input-placeholder {
  color: #dddddd;
}
/* ./placeholder color */
/* bootstrap form-group elements */
/* default form group styles */
.form-group {
  float: left;
  width: 100%;
  color: #454545;
  margin-bottom: 20px;
  /* label */
  /* ./label */
  /* form control */
  /* ./form control */
  /* help block */
  /* ./help block */
  /* custom form group */
  /* ./custom form group */
  /* form group as input group */
  /* ./form group as input group */
}
.form-group label {
  font-size: 11px;
  color: #454545;
  font-weight: bold;
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0px;
}
.form-group label span {
  margin-left: 5px;
  color: #999999;
  font-size: 11px;
  font-weight: 400;
  line-height: 25px;
}
.form-group label.control-label {
  line-height: 35px;
  padding-top: 0px;
}
.form-group .form-control {
  height: 35px;
  line-height: 23px;
  padding: 5px 10px;
  font-size: 12px;
  border-color: #e7ebf1;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fafafa;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.form-group .form-control:focus {
  border-color: #e3e6ec;
  webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
}
.form-group .form-control[readonly] {
  color: #dddddd;
  cursor: text;
}
.form-group .form-control[disabled] {
  background: #fafafa;
  color: #dddddd;
  cursor: not-allowed;
}
.form-group select.form-control {
  height: 35px;
}
.form-group textarea.form-control {
  height: auto;
  min-height: 50px;
}
.form-group .help-block {
  font-size: 11px;
  color: #999999;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.form-group.form-group-custom {
  border: 1px solid #e7ebf1;
  border-radius: .125rem;
  padding: 5px 10px;
  background: #fafafa;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  /* form control */
  /* ./form control */
}
.form-group.form-group-custom .form-control {
  border-color: transparent;
  background: transparent;
  padding: 5px;
}
.form-group.form-group-custom .form-control:focus {
  border-color: transparent;
  background: transparent;
}
.form-group.form-group-custom textarea.form-control {
  min-height: 52px;
}
.form-group.form-group-custom.active {
  border-color: #e3e6ec;
  background: #ffffff;
}
.form-group.form-group-custom.active label {
  color: #9e9e9e;
}
.form-group.form-group-custom.active label span,
.form-group.form-group-custom.active .help-block {
  color: #b3b3b3;
}
.form-group.form-group-custom.active .form-select-wrapper:after {
  content: "\f0d8";
}
.form-group.input-group .input-group-addon {
  background: #ffffff;
  padding: 0px 10px;
}
.form-group.form-control-clear .form-control-clear-wrap {
  position: relative;
}
.form-group.form-control-clear .form-control-clear-wrap .form-control-clear-button {
  position: absolute;
  color: #999999;
  font-size: 12px;
  line-height: 25px;
  right: 2px;
  top: -25px;
  cursor: pointer;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.form-group.form-control-clear .form-control-clear-wrap .form-control-clear-button:hover {
  color: #454545;
}
.form-group.form-control-clear-no-head .form-control-clear-wrap .form-control-clear-button {
  top: 0px;
}
.form-group .checkbox label,
.form-group .radio label {
  width: 100%;
  padding-left: 5px;
  font-size: 11px;
  color: #454545;
  font-weight: bold;
  text-transform: uppercase;

}
.form-group .checkbox label span,
.form-group .radio label span {
  font-size: 11px;
  color: #999999;
}
/* ./default form group styles */
/* select wrapper */
.form-select-wrapper {
  float: left;
  width: 100%;
  position: relative;
}
.form-select-wrapper select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
}
.form-select-wrapper select::-ms-expand {
  display: none;
}
.form-select-wrapper:after {
  position: absolute;
  right: 0px;
  top: 10px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  line-height: 17px;
  width: 10px;
  text-align: center;
  color: #999999;
}
/* ./select wrapper */
/* form group states */
.form-group {
  /* from group error */
  /* ./from group error */
  /* from group warning */
  /* ./from group warning */
  /* from group success */
  /* ./from group success */
  /* custom form group */
  /* ./custom form group */
}
.form-group.has-error,
.form-group.error {
  color: #bd4036;
}
.form-group.has-error .form-control,
.form-group.error .form-control {
  background: #fff2f2;
  border-color: #ffd9d9;
  color: #bd4036;
}
.form-group.has-error .form-control::-webkit-input-placeholder,
.form-group.error .form-control::-webkit-input-placeholder {
  color: #e6aba6;
}
.form-group.has-error .form-control::-moz-placeholder,
.form-group.error .form-control::-moz-placeholder {
  color: #e6aba6;
}
.form-group.has-error .form-control:-ms-input-placeholder,
.form-group.error .form-control:-ms-input-placeholder {
  color: #e6aba6;
}
.form-group.has-warning,
.form-group.warning {
  color: #ebc009;
}
.form-group.has-warning .form-control,
.form-group.warning .form-control {
  background: #fefae9;
  border-color: #fef3c7;
  color: #ebc009;
}
.form-group.has-warning .form-control::-webkit-input-placeholder,
.form-group.warning .form-control::-webkit-input-placeholder {
  color: #fbe792;
}
.form-group.has-warning .form-control::-moz-placeholder,
.form-group.warning .form-control::-moz-placeholder {
  color: #fbe792;
}
.form-group.has-warning .form-control:-ms-input-placeholder,
.form-group.warning .form-control:-ms-input-placeholder {
  color: #fbe792;
}
.form-group.has-success,
.form-group.success {
  color: #7e9d1c;
}
.form-group.has-success .form-control,
.form-group.success .form-control {
  background: #fbfdf2;
  border-color: #ecf5cd;
  color: #7e9d1c;
}
.form-group.has-success .form-control::-webkit-input-placeholder,
.form-group.success .form-control::-webkit-input-placeholder {
  color: #c8e56d;
}
.form-group.has-success .form-control::-moz-placeholder,
.form-group.success .form-control::-moz-placeholder {
  color: #c8e56d;
}
.form-group.has-success .form-control:-ms-input-placeholder,
.form-group.success .form-control:-ms-input-placeholder {
  color: #c8e56d;
}
.form-group.form-group-custom {
  /* from group error */
  /* ./from group error */
  /* from group warning */
  /* ./from group error */
  /* from group success */
  /* ./from group error */
}
.form-group.form-group-custom.has-error,
.form-group.form-group-custom.error {
  background: #fff2f2;
  border-color: #ffd9d9;
  /* form control */
  /* ./form control */
}
.form-group.form-group-custom.has-error .form-control,
.form-group.form-group-custom.error .form-control {
  background: transparent;
  border-color: transparent;
}
.form-group.form-group-custom.has-warning,
.form-group.form-group-custom.warning {
  background: #fefae9;
  border-color: #fef3c7;
  /* form control */
  /* ./form control */
}
.form-group.form-group-custom.has-warning .form-control,
.form-group.form-group-custom.warning .form-control {
  background: transparent;
  border-color: transparent;
}
.form-group.form-group-custom.has-success,
.form-group.form-group-custom.success {
  background: #fbfdf2;
  border-color: #ecf5cd;
  /* form control */
  /* ./form control */
}
.form-group.form-group-custom.has-success .form-control,
.form-group.form-group-custom.success .form-control {
  background: transparent;
  border-color: transparent;
}
.form-group span.has-error,
.form-group span.error {
  font-size: 11px;
  color: #bd4036;
  line-height: 25px;
}
/* ./form group states */
/* form group one unit */
.form-group-one-unit {
  /*float: left;*/
  width: 100%;
  margin-bottom: 15px;
  background: #fafafa;
  border: 1px solid #e7ebf1;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.form-group-one-unit .row {
  margin: 0px;
}
.form-group-one-unit .row div[class^="col-"] {
  padding: 0px;
}
.form-group-one-unit .row div[class^="col-"] .form-group.form-group-custom {
  margin-bottom: 0px;
  border: 0px;
  border-bottom: 1px solid #e7ebf1;
  border-right: 1px solid #e7ebf1;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.form-group-one-unit .row div[class^="col-"]:last-child .form-group.form-group-custom {
  border-right: 0px;
}
.form-group-one-unit .row:first-child div[class^="col-"]:first-child .form-group.form-group-custom {
  -webkit-border-top-right-radius: 5px 0px 0px 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px 0px 0px 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px 0px 0px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem 0px 0px 0px;
  -webkit-border-radius: .125rem 0px 0px 0px;
  border-radius: .125rem 0px 0px 0px;
}
.form-group-one-unit .row:first-child div[class^="col-"]:last-child .form-group.form-group-custom {
  -webkit-border-top-right-radius: 0px 5px 0px 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px 5px 0px 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px 5px 0px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px .125rem 0px 0px;
  -webkit-border-radius: 0px .125rem 0px 0px;
  border-radius: 0px .125rem 0px 0px;
}
.form-group-one-unit .row:last-child div[class^="col-"] .form-group.form-group-custom {
  border-bottom: 0px;
}
.form-group-one-unit .row:last-child div[class^="col-"]:first-child .form-group.form-group-custom {
  -webkit-border-top-right-radius: 0px 0px 0px 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px 0px 0px 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px 0px 0px 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
}
.form-group-one-unit .row:last-child div[class^="col-"]:last-child .form-group.form-group-custom {
  -webkit-border-top-right-radius: 0px 0px 5px 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px 0px 5px 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px 0px 5px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px 0px 5px 0px;
  -webkit-border-radius: 0px 0px 5px 0px;
  border-radius: 0px 0px 5px 0px;
}
.form-group-one-unit.no-padding {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  border: 0px;
}
/* ./form group one unit */
.input-group-addon {
  background: #fafafa;
  border-color: #e7ebf1;
  color: #454545;
}
/* /.bootstrap form-group elements */
/* bootstrap file input plugin */
.file-input {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.file-input input[type=file],
.file-input input[type=file]:focus,
.file-input input[type=file]:hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  outline: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
  cursor: pointer;
}
.file-input-name {
  margin-left: 10px;
}
/* ./bootstrap file input plugin */
/* switch button */
.switch {
  cursor: pointer;
  position: relative;
  height: 25px;
  line-height: 25px;
  margin: 5px 0px !important;
}
.switch input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.switch input:checked + span:after {
  left: 16px;
}
.switch input:checked + span {
  background-color: #00c852;
}
.switch input:disabled + span {
  background-color: #ffffff;
}
.switch span {
  position: relative;
  width: 40px;
  height: 25px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-color: #e74e40;
  border: 1px solid transparent;
  display: inline-block;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-color: rgba(0, 0, 0, 0.1);
  left: 0px;
}
.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 21px;
  top: 1px;
  bottom: 1px;
  left: 1px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.switch.switch-lg {
  margin: 0px;
  height: 35px;
  line-height: 35px;
  margin: 0px !important;
}
.switch.switch-lg input:checked + span:after {
  left: 27px;
}
.switch.switch-lg span {
  width: 60px;
  height: 35px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.switch.switch-lg span:after {
  width: 30px;
}
/* ./switch button */
.modal .modal-backdrop.in {
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  opacity: 0.3;
  filter: alpha(opacity = 0.3*100);
}
.modal .modal-dialog {
  margin: 70px auto 0px;
}
.modal .modal-content {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  position: relative;
}
.modal .modal-content .modal-header {
  padding: 15px;
  position: relative;
  border-color: #e7ebf1;
}
.modal .modal-content .close {
  position: absolute;
  right: -30px;
  margin-top: 0px;
  padding-left: 1px;
  top: -30px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  border: 2px solid #FFF;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  opacity: 0.8;
  filter: alpha(opacity = 0.8*100);
  color: #FFF;
  font-size: 19px;
  text-align: center;
  font-weight: 300;
  outline: none;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.modal .modal-content .close:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity = 1*100);
}
.modal .modal-content .modal-body {
  padding: 10px 15px 5px;
}
.modal .modal-content .modal-body:before,
.modal .modal-content .modal-body:after {
  content: " ";
  display: table;
}
.modal .modal-content .modal-body:after {
  clear: both;
}
.modal .modal-content .modal-body:before,
.modal .modal-content .modal-body:after {
  content: " ";
  display: table;
}
.modal .modal-content .modal-body:after {
  clear: both;
}
.modal .modal-content .modal-body.no-padding {
  padding: 0px;
}
.modal .modal-content .modal-footer {
  padding: 15px;
  border-color: #e7ebf1;
}
/* progress bar */
.progress {
  height: 25px;
  margin: 5px 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  background: rgba(0, 0, 0, 0.1);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  line-height: 25px;
  font-size: 12px;
  background: #37474F;
  color: #f0f4f6;
}
.progress .progress-bar.progress-bar-info {
  background: #85A7E5;
}
.progress .progress-bar.progress-bar-success {
  background: #00c852;
}
.progress .progress-bar.progress-bar-warning {
  background: #f3bc65;
}
.progress .progress-bar.progress-bar-danger {
  background: #e74e40;
}
.progress.progress-bar-sm {
  height: 15px;
  margin: 10px 0px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.progress.progress-bar-sm.progress-bar {
  line-height: 15px;
}
.progress.progress-bar-xs {
  height: 5px;
  margin: 15px 0px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.progress.progress-bar-xs.progress-bar {
  line-height: 5px;
}
/* ./progress bar */
/* pagination */
.pagination {
  margin: 20px 0px;
}
.pagination > li a,
.pagination > li span {
  line-height: 23px;
  padding: 5px 15px;
  font-size: 12px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 400;
  border-color: #e7ebf1;
  background: #fafafa;
  margin-right: 5px;
  color: #555555;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.pagination > li.active > a,
.pagination > li.active > span {
  background: #37474F;
  border-color: #37474F;
}
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
  background: #37474F;
  border-color: #37474F;
}
.pagination.pagination-sm > li a,
.pagination.pagination-sm > li span {
  padding: 5px 10px;
  line-height: 18px;
}
.pagination.pagination-lg > li a,
.pagination.pagination-lg > li span {
  padding: 10px 15px;
  font-size: 18px;
}
/****BUTTON******/
.btn {
  height: auto;
  line-height: 23px;
  padding: 5px 15px;
  font-size: 12px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  outline: none !important;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.btn.btn-lg {
  padding: 10px 15px;
  font-size: 18px;
}
.btn.btn-sm {
  padding: 5px 10px;
  line-height: 18px;
}
.btn.btn-xs {
  padding: 5px;
  font-size: 11px;
  line-height: 13px;
}
.btn.btn-default {
  border-color: #e7ebf1;
  background: #fafafa;
  /*margin-bottom: 0px !important;*/
  margin-left: 5px;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default.focus {
  background: #f5f5f5;
  border-color: #e3e6ec;
}
.btn.btn-primary {
  border-color: #1688ce;
  background: #1688ce;
}
.btn.btn-primary:hover {
  background: #1368a4;
  border-color: #1368a4;
}
.btn.btn-primary:focus,
.btn.btn-primary.focus {
  background: #1368a4;
  border-color: #1368a4;
}
.btn.btn-info {
  border-color: #85d6de;
  background: #85d6de;
}
.btn.btn-info:hover {
  background: #99dde3;
  border-color: #a5e1e7;
}
.btn.btn-info:focus,
.btn.btn-info.focus {
  background: #a5e1e7;
  border-color: #a5e1e7;
}
.btn.btn-success {
  border-color: #00c852;
  background: #00c852;
}
.btn.btn-success:hover {
  background: #8fc04e;
  border-color: #96c459;
}
.btn.btn-success:focus,
.btn.btn-success.focus {
  background: #96c459;
  border-color: #96c459;
}
.btn.btn-warning {
  border-color: #f3bc65;
  background: #f3bc65;
}
.btn.btn-warning:hover {
  background: #f5c67d;
  border-color: #f6cc8b;
}
.btn.btn-warning:focus,
.btn.btn-warning.focus {
  background: #f6cc8b;
  border-color: #f6cc8b;
}
.btn.btn-danger {
  border-color: #e74e40;
  background: #e74e40;
}
.btn.btn-danger:hover {
  background: #ea6357;
  border-color: #ec7064;
}
.btn.btn-danger:focus,
.btn.btn-danger.focus {
  background: #ec7064;
  border-color: #ec7064;
}
.btn.btn-facebook {
  border-color: #3b5998;
  background: #3b5998;
  color: #FFF;
}
.btn.btn-facebook:hover {
  background: #4264aa;
  border-color: #466ab5;
}
.btn.btn-facebook:focus,
.btn.btn-facebook.focus {
  background: #466ab5;
  border-color: #466ab5;
}
.btn.btn-twitter {
  border-color: #00abf0;
  background: #00abf0;
  color: #FFF;
}
.btn.btn-twitter:hover {
  background: #0bb9ff;
  border-color: #1abdff;
}
.btn.btn-twitter:focus,
.btn.btn-twitter.focus {
  background: #1abdff;
  border-color: #1abdff;
}
/*.btn:hover,*/
/*.btn:focus,*/
/*.btn.focus {*/
/*  -moz-box-shadow: none;*/
/*  -webkit-box-shadow: none;*/
/*  box-shadow: none;*/
/*}*/
/*.btn:active,*/
/*.btn.active {*/
/*  -webkit-transition: all 100ms ease;*/
/*  -moz-transition: all 100ms ease;*/
/*  -ms-transition: all 100ms ease;*/
/*  -o-transition: all 100ms ease;*/
/*  transition: all 100ms ease;*/
/*  -moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);*/
/*  -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);*/
/*  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);*/
/*}*/
.btn.btn-rounded {
  -webkit-border-top-right-radius: 17.5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 17.5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 17.5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 17.5px;
  -webkit-border-radius: 17.5px;
  border-radius: 17.5px;
}
.btn.btn-clean {
  background: #FFF;
  color: #555555;
  border-width: 2px;
  line-height: 21px;
  font-weight: 600;
}
.btn.btn-clean:hover,
.btn.btn-clean:focus,
.btn.btn-clean.focus {
  background: #f5f5f5;
}
.btn.btn-clean.btn-primary {
  color: #37474F;
}
.btn.btn-clean.btn-info {
  color: #85d6de;
}
.btn.btn-clean.btn-success {
  color: #00c852;
}
.btn.btn-clean.btn-warning {
  color: #f3bc65;
}
.btn.btn-clean.btn-danger {
  color: #e74e40;
}
.btn .caret {
  margin-left: 5px;
}
.btn .fa {
  font-size: 14px;
  vertical-align: baseline;
}
.btn .fa.pull-left,
.btn .fa.pull-right {
  line-height: 23px;
}
.btn.btn-icon .fa {
  margin-right: 10px;
}
.btn.btn-icon .fa.pull-right {
  margin-right: 0px;
  margin-left: 10px;
}
.btn.btn-only-icon {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 35px;
}
.btn.btn-only-icon .fa {
  line-height: 19px;
  vertical-align: inherit;
}
.input-group .btn {
  margin-bottom: 0px;
}
/*
    .input-group-btn{
        &:last-child{
            .btn{
                margin-left: 0px;
            }
        }
    }*/
.open > .dropdown-toggle.btn-default {
  background: #f5f5f5;
  border-color: #e3e6ec;
}
.open > .dropdown-toggle.btn-success {
  background: #7dac3d;
  border-color: #00c852;
}
.open > .dropdown-toggle.btn-primary {
  background: #324259;
  border-color: #37474F;
}
.open > .dropdown-toggle.btn-info {
  background: #7dd3dc;
  border-color: #37474F;
}
.open > .dropdown-toggle.btn-warning {
  background: #f2b85c;
  border-color: #37474F;
}
.open > .dropdown-toggle.btn-danger {
  background: #e64637;
  border-color: #e74e40;
}
.dropdown-menu {
  font-size: 12px;
  padding: 0px;
  border-color: #e3e6ec;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 10px 15px;
  line-height: 15px;
  color: #555555;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.dropdown-menu > li > a:hover {
  background: #f1f1f1;
}
.dropdown-menu > li.selected > a {
  background: #fafafa;
}
.dropdown-menu > li.selected > a:hover {
  background: #f5f5f5;
}
.dropdown-menu > li.active > a {
  color: #555555;
  background: #fafafa;
}
.dropdown-menu > li.active > a:hover {
  background: #f5f5f5;
  color: #555555;
}
.dropdown-menu > li.disabled > a {
  color: #999999;
}
.dropdown-menu > li.disabled > a:hover {
  color: #999999;
}
.dropdown-menu > li.dropdown-header {
  padding: 10px 15px;
  line-height: 15px;
  color: #999999;
}
.dropdown-menu .divider {
  background: #e7ebf1;
  margin: 5px 0px 5px;
}
/* bootstrap and simple tables */
.table-responsive {
  float: left;
  width: 100%;
}
.table {
  width: 100%;
}
.table > thead > tr th,
.table > tbody > tr th {
  background: #dee7ed;
  color: #1c4759;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 15px;
  padding: 15px;
  border-top: 1px solid #edf0f2 !important;
  border-bottom: 1px solid #edf0f2;
  line-height: 20px;
  vertical-align: middle;
}
.table > thead > tr th .checkbox,
.table > tbody > tr th .checkbox {
  margin: 0px;
}
.table > thead > tr td,
.table > tbody > tr td {
  padding: 14px;
  font-size: 12px;
  color: #666666;
  border-color: #edf0f2;
  line-height: 20px;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  border-width: 1px;
  vertical-align: middle;
}
.table > thead > tr td a,
.table > tbody > tr td a {
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.table > thead > tr td.table-products a,
.table > tbody > tr td.table-products a {
  color: #37474F;
  font-weight: bold;
}
.table > thead > tr td.table-products a:hover,
.table > tbody > tr td.table-products a:hover {
  color: #11171f;
}
.table.table-hover tbody tr:hover > td,
.table.table-hover tbody tr:hover > td {
  background: #e5e8ea;
}
.table.table-bordered {
  border-color: #edf0f2;
}
.table.table-bordered thead tr > td,
.table.table-bordered tbody tr > td,
.table.table-bordered tr > td,
.table.table-bordered thead tr > th,
.table.table-bordered tbody tr > th,
.table.table-bordered tr > th {
  border-width: 1px;
  border-color: #edf0f2;
}
.table.table-no-columns > td {
  background: #e8eef2;
  text-align: center;
}
.table.table-striped > tbody > tr:nth-of-type(odd) {
  background: #e8eef2;
}
.table.text-center > thead > tr th,
.table.text-center > tbody > tr th,
.table.text-center > thead > tr td,
.table.text-center > tbody > tr td {
  text-align: center;
}
.table-controls .table-controls-block {
  float: right;
  width: 250px;
  margin-bottom: 5px;
}
/* ./bootstrap and simple tables */
/* widget */
.dev-widget {
  float: left;
  width: 100%;
  height: 160px;
  background: #FFF;
  padding: 5px;
  margin-bottom: 20px;
  position: relative;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 400ms;
  transform: scale(1, 1) translate3d(0, 0, 0);
  cursor:pointer;
  transition: border-bottom 0.3s linear;
  border-bottom:5px solid transparent;
}
.dev-widget:hover {
  /*transform: scale(1.03, 1.03) translate3d(0, 0, 0);*/
  /*z-index: 10;*/
  /*background: #37474F;
  color: #f0f4f6;*/
  /*border: 5px solid rgba(55, 71, 79, 0.71);*/
  /*-webkit-box-shadow: 3px 3px 264px -65px rgba(0,0,0,0.75);*/
  /*-moz-box-shadow: 3px 3px 264px -65px rgba(0,0,0,0.75);*/
  /*box-shadow: 3px 3px 264px -65px rgba(0,0,0,0.75);*/
  /*border-bottom:5px solid rgba(55, 71, 79, 0.71);*/


}
.dev-widget h2,
.dev-widget h3 {
  margin: 0px 0px 5px;
  line-height: 25px;
  font-size: 17px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.dev-widget p {
  margin: 0px 0px 10px;
}
.dev-widget .dev-stat {
  line-height: 40px;
  font-size: 36px;
  font-weight: 400;
  margin: 10px 0px;
}
.dev-widget .dev-drop {
  line-height: 180px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: -30px;
  bottom: 0px;
  height: 100%;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
  transition-property: right, opacity;
  transition-duration: 400ms;
  color: #555555;
}
.dev-widget.dev-widget-transparent {
  background: transparent;
}

.dev-widget:hover .progress .progress-bar {
  /*background: #f0f4f6;*/
}
.dev-widget:hover .dev-drop {
  text-decoration: none;
  background: #F8F8F8;
  right: 0px;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity = 1*100);
  -webkit-animation: fadeIn 200ms;
  animation: fadeIn 200ms;
  border-radius: .125rem;
}
.dev-widget:hover .dev-drop span {
  line-height: 20px;
}
.dev-widget:hover.dev-widget-primary {
  background: #37474F;
  color: #FFF;
}
.dev-widget:hover.dev-widget-primary .dev-drop {
  background: #242f3f;
}
.dev-widget:hover.dev-widget-success {
  background: #00c852;
  color: #FFF;
}
.dev-widget:hover.dev-widget-success .dev-drop {
  background: #678e33;
}
.dev-widget:hover.dev-widget-info {
  background: #85A7E5;
  color: #FFF;
}
.dev-widget:hover.dev-widget-info .dev-drop {
  background: #85A7E5;
}
.dev-widget:hover.dev-widget-warning {
  background: #f3bc65;
  color: #FFF;
}
.dev-widget:hover.dev-widget-warning .dev-drop {
  background: #efa736;
}
.dev-widget:hover.dev-widget-danger {
  background: #e74e40;
  color: #FFF;
}
.dev-widget:hover.dev-widget-danger .dev-drop {
  background: #d92b1b;
}
/* ./widget */
/* informer */
.dev-informer {
  float: left;
  width: 100%;
  height: 100%;
  border-left: 3px solid transparent;
  padding: 0px 10px 0px 15px;
  margin-bottom: 20px;
}
.dev-informer .dev-informer-value {
  float: left;
  width: 100%;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}
.dev-informer .dev-informer-value .fa,
.dev-informer .dev-informer-value .glyphicon {
  font-size: 28px;
  line-height: 36px;
  margin-left: 5px;
}
.dev-informer .dev-informer-description {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 22px;
}
.dev-informer.dev-informer-primary {
  border-color: #37474F;
}
.dev-informer.dev-informer-success {
  border-color: #00c852;
}
.dev-informer.dev-informer-info {
  border-color: #85d6de;
}
.dev-informer.dev-informer-warning {
  border-color: #f3bc65;
}
.dev-informer.dev-informer-danger {
  border-color: #e74e40;
}
/* ./informer */
/* informer clean */
.dev-informer-clean {
  float: left;
  width: 100%;
  height: 100%;
}
.dev-informer-clean .dev-informer-clean-title {
  float: left;
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
}
.dev-informer-clean .dev-informer-clean-value {
  float: left;
  width: 100%;
  line-height: 36px;
  font-size: 36px;
  text-align: center;
}
.dev-informer-clean .dev-informer-clean-description {
  float: left;
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  text-align: right;
}
/* ./informer clean */
/* tiles */

.tabs .panel-body {
  background: #FFF;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.nav-tabs {
  border-color: #e7ebf1;
}
.nav-tabs > li > a {
  color: #555555;
  margin: 0px;
  border: 0px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.nav-tabs > li > a:hover {
  border-bottom-color: #e7ebf1;
  background: #fafafa;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  border: 0px;
  border-bottom: 3px solid #37474F;
  background: #fafafa;
}
.nav-tabs.nav-tabs-arrowed > li.active > a:after,
.nav-tabs.nav-tabs-arrowed > li.active > a:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.nav-tabs.nav-tabs-arrowed > li.active > a:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fafafa;
  border-width: 6px;
  margin-left: -6px;
}
.nav-tabs.nav-tabs-arrowed > li.active > a:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #37474F;
  border-width: 10px;
  margin-left: -10px;
}
.panel-group .panel {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.panel-group .panel .panel-body {
  display: none;
}
.panel-group .panel.panel-opened .panel-body {
  display: block;
}
.panel-group.accordion .panel > div {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.panel-group.accordion .panel .panel-heading {
  background: #fafafa;
  padding: 0px;
}
.panel-group.accordion .panel .panel-heading .panel-title {
  position: relative;
  padding: 0px;
  color: #555555;
  font-weight: 400;
  width: 100%;
}
.panel-group.accordion .panel .panel-heading .panel-title a {
  float: left;
  width: 100%;
  padding: 0px 15px;
  position: relative;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.panel-group.accordion .panel .panel-heading .panel-title a:before,
.panel-group.accordion .panel .panel-heading .panel-title a:after {
  content: " ";
  width: 9px;
  height: 3px;
  background: #37474F;
  position: absolute;
  top: 25px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.panel-group.accordion .panel .panel-heading .panel-title a:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px;
}
.panel-group.accordion .panel .panel-heading .panel-title a:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 13px;
}
.panel-group.accordion .panel .panel-heading .panel-title a:hover {
  background: #f5f5f5;
}
.panel-group.accordion .panel .panel-body {
  border: 0px;
}
.panel-group.accordion .panel.panel-opened .panel-heading .panel-title a:after,
.panel-group.accordion .panel.panel-opened .panel-heading .panel-title a:before {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 13px;
}
.panel-group.accordion .panel.panel-opened .panel-heading .panel-title a:after {
  right: 17px;
}
.panel {
  float: left;
  width: 100%;
  border: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-heading {
  float: left;
  width: 100%;
  background: #37474F;
  color: #f0f4f6;
  padding: 0px;
  border-bottom: 0px;
}
.panel .panel-heading .panel-title {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: 600;
  padding: 0px 15px;
}
.panel .panel-heading .panel-title a {
  display: block;
  text-decoration: none;
}
.panel .panel-body {
  float: left;
  width: 100%;
  border: 0px;
  border: 1px solid #e7ebf1;
}
.panel .panel-footer {
  float: left;
  width: 100%;
  background: #37474F;
  color: #f0f4f6;
  padding: 0px;
  line-height: 49px;
  border-top: 0px;
}
.panel .panel-footer .panel-footer-text {
  padding: 0px 15px;
  float: left;
  line-height: 50px;
}
.panel > div {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.panel > div:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.panel > div:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.panel.panel-default {
  border-color: #e7ebf1;
}
.panel.panel-opened .panel-heading .panel-title {
  background: #fafafa;
}
.panel .panel-btn {
  float: right;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.panel .panel-btn li {
  float: left;
}
.panel .panel-btn li .btn {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 0px 15px;
  line-height: 48px;
  text-align: center;
  min-width: 50px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-heading .panel-btn li:last-child .btn {
  -webkit-border-top-right-radius: 0px 2px 0px 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px 2px 0px 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px 2px 0px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px 2px 0px 0px;
  -webkit-border-radius: 0px 2px 0px 0px;
  border-radius: 0px 2px 0px 0px;
}
.panel .panel-footer .panel-btn li:last-child .btn {
  -webkit-border-top-right-radius: 0px 0px 2px 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px 0px 2px 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px 0px 2px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px 0px 2px 0px;
  -webkit-border-radius: 0px 0px 2px 0px;
  border-radius: 0px 0px 2px 0px;
}
.panel.panel-collapsed .panel-body,
.panel.panel-collapsed .panel-footer {
  display: none;
}
.panel.panel-muted .panel-body {
  background: #fafafa;
}
.panel-fullscreen-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fafafa;
  -webkit-animation: zoomIn 200ms;
  animation: zoomIn 200ms;
}
.panel-fullscreen-wrap .panel {
  margin: 0px;
}
.panel-fullscreen-wrap .panel .panel-heading .panel-btn li .btn,
.panel-fullscreen-wrap .panel .panel-footer .panel-btn li .btn {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.panel-fullscreen-wrap .panel .panel-body {
  overflow-y: scroll;
}
.panel-fullscreen-wrap .panel > div {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.dev-page.dev-page-fullscreen {
  height: 100%;
  overflow: hidden;
}
.dev-page.dev-page-fullscreen .dev-page-container {
  position: initial;
}
.dev-page.dev-page-fullscreen .dev-page-container .dev-page-content {
  position: initial;
}
/* dev table */
.dev-table {
  display: table;
  width: 100%;
}
.dev-table .dev-row {
  display: table-row;
  width: auto;
  clear: both;
}
.dev-table .dev-col {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 992px) {
  .dev-table {
    display: block;
    float: left;
  }
  .dev-table .dev-row {
    display: block;
    float: left;
    width: 100%;
  }
  .dev-table .dev-col {
    display: block;
    float: left;
    width: 100%;
  }
}
/* ./dev table */
.dev-popup {
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 999;
  margin-top: 10px;
  width: 300px;
  display: none;
  background: #ffffff;
  border: 1px solid #e7ebf1;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.dev-popup .dev-popup-header {
  float: left;
  width: 100%;
}
.dev-popup .dev-popup-body {
  float: left;
  width: 100%;
  padding: 10px;
}
.dev-popup .dev-popup-body .form-group:last-child {
  margin-bottom: 0px;
}
.dev-popup:after,
.dev-popup:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dev-popup:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 5px;
  margin-left: -5px;
}
.dev-popup:before {
  border-color: rgba(240, 240, 240, 0);
  border-bottom-color: #e7ebf1;
  border-width: 6px;
  margin-left: -6px;
}
.dev-page .dev-page-header .dev-popup {
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.dev-page .dev-page-header .dev-popup:after,
.dev-page .dev-page-header .dev-popup:before {
  left: auto;
  right: 22.5px;
}
.popover {
  font-size: 12px;
  border-color: #e7ebf1;
  padding: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.popover.right > .arrow {
  border-right-color: #e7ebf1;
}
.popover.left > .arrow {
  border-left-color: #e7ebf1;
}
.popover.top > .arrow {
  border-top-color: #e7ebf1;
}
.popover.bottom > .arrow {
  border-bottom-color: #e7ebf1;
}
.popover .popover-title {
  border-bottom: 0px;
  background: #fafafa;
}
/* SLIDING MENU */
.sliding-menu {
  overflow: hidden;
  position: relative;
  background: #FFF;
  float: left;
  width: 100%;
  border: 1px solid #e7ebf1;
  border-radius: .125rem;
  margin-bottom: .125rem;
}
.sliding-menu ul {
  float: left;
  margin: 0;
  padding: 0;
}
.sliding-menu li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #e7ebf1;
}
.sliding-menu li:last-child {
  border-bottom: 0px;
}
.sliding-menu a {
  display: block;
  padding: 5px 15px 5px 15px;
  line-height: 30px;
  color: #555555;
  text-decoration: none;
}
.sliding-menu a .fa,
.sliding-menu a .glyphicon {
  font-size: 18px;
  line-height: 30px;
  margin-right: 10px;
}
.sliding-menu a:hover {
  background: #fafafa;
}
.sliding-menu a.nav:before {
  content: '\3009';
  float: right;
  margin-left: 0px;
}
.sliding-menu a.back {
  background: #F0F0F0;
  border-bottom: 1px solid #e7ebf1;
}
.sliding-menu a.back:before {
  content: '\3008';
  float: left;
  margin-right: 15px;
}
/* END SLIDING MENU */
/* email template */
.dev-email {
  float: left;
  width: 100%;
}
.dev-email .dev-email-navigation {
  float: left;
  width: 20%;
  background: #F0F0F0;
}
.dev-email .dev-email-navigation .dev-email-navigation-compose {
  float: left;
  width: 100%;
  padding: 15px;
}
.dev-email .dev-email-navigation .dev-email-navigation-compose .btn {
  padding: 12px 15px;
}
.dev-email .dev-email-navigation .dev-email-navigation-compose .btn .fa {
  margin-right: 5px;
}
.dev-email .dev-email-navigation ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 20px;
}
.dev-email .dev-email-navigation ul > li {
  float: left;
  width: 100%;
}
.dev-email .dev-email-navigation ul > li > a {
  display: block;
  float: left;
  width: 100%;
  line-height: 20px;
  padding: 10px 15px;
  text-decoration: none;
  color: #555555;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.dev-email .dev-email-navigation ul > li > a .fa {
  font-size: 14px;
  margin-right: 15px;
}
.dev-email .dev-email-navigation ul > li > a:hover {
  background: #F9F9F9;
}
.dev-email .dev-email-navigation ul > li > a.active {
  background: #FAFAFA;
}

.dev-email .dev-email-navigation .panel-group ul > li > a.active {
  background: #dfefff !important;
}
.dev-email .dev-email-navigation .dev-email-navigation-labels {
  float: left;
  width: 100%;
}
.dev-email .dev-email-navigation .dev-email-navigation-labels .title {
  float: left;
  width: 100%;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 5px 15px;
}
.dev-email .dev-email-navigation .dev-email-navigation-labels a {
  float: left;
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 10px 15px;
  color: #555555;
  text-decoration: none;
  background: #F0F0F0;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.dev-email .dev-email-navigation .dev-email-navigation-labels a i {
  margin-right: 10px;
}
.dev-email .dev-email-navigation .dev-email-navigation-labels a:hover {
  background: #F9F9F9;
}
.dev-email .dev-email-messages {
  float: left;
  /*width: 30%;*/
  background: #FAFAFA;
}
.dev-email .dev-email-messages-list {

}
.dev-email .dev-email-messages {
  float: left;
  /*width: 100%;*/
}
.dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px 0px;
  background: #FAFAFA;
  cursor: pointer;
  border-right: 1px solid #F8F8F8;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.dev-email .dev-email-lista .dev-email-messages-list .dev-email-messages-list-item {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px 0px;
  background-color: transparent;
  cursor: pointer;
  border-right: 1px solid #F8F8F8;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-toolbar {
  float: left;
  width: 10%;
  position: absolute;
  left: 10px;
  width: 25px;
  height: 100%;
}
.dev-email .dev-email-lista .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-toolbar {
  float: left;
  width: 10%;
  position: absolute;
  left: 10px;
  width: 25px;
  height: 100%;
}
.dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-toolbar .checkbox {
  margin-top: 0px;
  margin-bottom: 10px;
}
.dev-email .dev-email-lista .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-toolbar .checkbox {
  margin-top: 0px;
  margin-bottom: 10px;
}
.dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-toolbar .star {
  width: 25px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #f3bc65;
}
.dev-email .dev-email-lista .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-toolbar .star {
  width: 25px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #f3bc65;
}
.dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-info {
  float: left;
  width: 100%;
  padding-left: 45px;
}
.dev-email .dev-email-lista .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-info {
  float: left;
  width: 100%;
  padding-left: 45px;
}
.dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-info > .name {
  float: left;
  width: 80%;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
}.dev-email .dev-email-lista .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-info > .name {
  float: left;
  width: 80%;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
}
.dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-info > .time {
  float: left;
  width: 20%;
  line-height: 20px;
  color: #999999;
  font-size: 11px;
  text-align: center;
}.dev-email .dev-email-lista .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-info > .time {
  float: left;
  width: 20%;
  line-height: 20px;
  color: #999999;
  font-size: 11px;
  text-align: center;
}
.dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-info > .message {
  margin-top: 5px;
  float: left;
  width: 100%;
  color: #999999;
  padding: 0px 10px 0px 0px;
}.dev-email .dev-email-lista .dev-email-messages-list .dev-email-messages-list-item .dev-email-messages-list-item-info > .message {
  margin-top: 5px;
  float: left;
  width: 100%;
  color: #999999;
  padding: 0px 10px 0px 0px;
}
.dev-email .dev-email-lista .dev-email-messages-list .dev-email-messages-list-item:hover {
  background: #dfefff;
}
.dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item.active {
  background: #FFF;
  border-right-color: #FFF;
}.dev-email .dev-email-lista .dev-email-messages-list .dev-email-messages-list-item.active {
  background: #FFF;
  border-right-color: #FFF;
}
.dev-email .dev-email-messages .dev-email-messages-list .dev-email-messages-list-item:first-child {
  margin-top: 10px;
}.dev-email .dev-email-lista .dev-email-messages-list .dev-email-messages-list-item:first-child {
  /*margin-top: 10px;*/
}
.dev-email .dev-email-message {
  float: left;
  /*width: 50%;*/
  background: #FFF;
}.dev-email .dev-email-contenuto {
  float: left;
  /*width: 50%;*/
  background: #FFF;
}
.dev-email .dev-email-message .dev-email-message-title {
  float: left;
  width: 100%;
  padding: 15px;
  font-size: 21px;
  border-bottom: 1px solid #FAFAFA;
}.dev-email .dev-email-contenuto .dev-email-message-title {
  float: left;
  width: 100%;
  padding: 15px;
  font-size: 21px;
  border-bottom: 1px solid #FAFAFA;
}
.dev-email .dev-email-message .dev-email-message-from {
  float: left;
  width: 50%;
  padding: 10px 15px;
  font-weight: bold;
  line-height: 35px;
}.dev-email .dev-email-contenuto .dev-email-message-from {
  float: left;
  width: 50%;
  padding: 10px 15px;
  font-weight: bold;
  line-height: 35px;
}
.dev-email .dev-email-message .dev-email-message-from img {
  width: 35px;
  height: 35px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}.dev-email .dev-email-contenuto .dev-email-message-from img {
  width: 35px;
  height: 35px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.dev-email .dev-email-message .dev-email-message-date {
  float: left;
  width: 50%;
  padding: 10px 15px;
  line-height: 35px;
  font-size: 11px;
  color: #999999;
  text-align: right;
}.dev-email .dev-email-contenuto .dev-email-message-date {
  float: left;
  width: 50%;
  padding: 10px 15px;
  line-height: 35px;
  font-size: 11px;
  color: #999999;
  text-align: right;
}
.dev-email .dev-email-message .dev-email-message-text {
  float: left;
  width: 100%;
  padding: 15px;
  font-size: 14px;
}.dev-email .dev-email-contenuto .dev-email-message-text {
  float: left;
  width: 100%;
  padding: 15px;
  font-size: 14px;
}
.dev-email .dev-email-message .dev-email-message-text p {
  font-size: inherit;
}.dev-email .dev-email-contenuto .dev-email-message-text p {
  font-size: inherit;
}
.dev-email .dev-email-message .dev-email-message-attachment {
  float: left;
  width: 100%;
  border-top: 1px solid #FAFAFA;
  border-bottom: 1px solid #FAFAFA;
  padding: 15px;
  color: #999999;
}.dev-email .dev-email-contenuto .dev-email-message-attachment {
  float: left;
  width: 100%;
  border-top: 1px solid #FAFAFA;
  border-bottom: 1px solid #FAFAFA;
  padding: 15px;
  color: #999999;
}
.dev-email .dev-email-message .dev-email-message-form {
  float: left;
  width: 100%;
  padding: 15px;
}.dev-email .dev-email-contenuto .dev-email-message-form {
  float: left;
  width: 100%;
  padding: 15px;
}
.dev-email .dev-email-message .dev-email-message-form .form-group {
  margin-bottom: 10px;
}.dev-email .dev-email-contenuto .dev-email-message-form .form-group {
  margin-bottom: 10px;
}
.dev-email .dev-email-compose {
  float: left;
  width: 80%;
  background: #FFF;
}
.dev-email .dev-email-compose .dev-email-compose-form {
  float: left;
  width: 100%;
  padding: 15px;
}
.dev-email .dev-email-message-panel {
  float: left;
  width: 100%;
  padding: 15px 10px 10px;
  background: #F8F8F8;
  border-bottom: 1px solid #F5F5F5;
}
.dev-email .dev-email-message-panel > .btn {
  margin: 0px 10px;
}
.dev-email .dev-email-message-panel .btn-group .btn {
  margin-bottom: 0px;
}
.dev-email .dev-email-message-panel > .checkbox {
  display: inline-block;
  float: left;
}
@media all and (max-width: 992px) {
  .hide-mobile {
    display: none;
  }
  /*.dev-email .dev-email-navigation {
    width: 100%;
  }
  .dev-email .dev-email-navigation .dev-email-navigation-labels,
  .dev-email .dev-email-navigation ul {
    display: none;
  }
  .dev-email .dev-email-messages,
  .dev-email .dev-email-compose {
    width: 100%;
  }
  .dev-email .dev-email-message {
    display: none;
  }*/
}
/* ./email template */

.features-list {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.features-list > li {
  float: left;
  width: 100%;
}
.features-list > li > a {
  display: block;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #555555;
  border: 1px solid #e7ebf1;
  padding: 0px 15px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.features-list > li > a .fa {
  font-size: 14px;
  margin-right: 10px;
}
.features-list > li > a > .fa.pull-right {
  line-height: 40px;
  margin-left: 20px;
  margin-right: 0px;
  text-align: center;
  color: #999999;
  font-size: 12px;
}
.features-list > li > a:hover > .fa.pull-right {
  color: #5ab0ee;
}
.features-list > li > ul {
  padding: 10px 10px 20px 40px;
  margin: 0px;
  float: left;
  width: 100%;
  list-style: none;
  position: relative;
}
.features-list > li > ul > li {
  float: left;
  width: 100%;
}
.features-list > li > ul > li > a {
  float: left;
  display: block;
  line-height: 40px;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
  border: 1px solid #e7ebf1;
  padding: 0px 10px;
  color: #555555;
  min-width: 250px;
  margin-bottom: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
  font-weight: bold;
  background: #FFF;
}
.features-list > li > ul > li > a > .fa.pull-right {
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  color: #999999;
}
.features-list > li > ul > li > a:hover {
  background: #FBFBFB;
}
.features-list > li > ul > li > a:hover > .fa.pull-right {
  color: #5ab0ee;
}
.features-list > li > ul > li > a:after {
  position: absolute;
  content: " ";
  left: -23px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  background: #c7d0de;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.features-list > li > ul > li > a:before {
  position: absolute;
  content: " ";
  left: -20px;
  top: 50%;
  width: 20px;
  height: 1px;
  margin-top: -1px;
  background: #e7ebf1;
}
.features-list > li > ul > li > ul.feature-list-descr {
  margin-top: -5px;
}
.features-list > li > ul:before {
  position: absolute;
  content: " ";
  left: 20px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #e7ebf1;
}
.features-list > li ul.feature-list-descr {
  float: left;
  width: 100%;
  padding: 5px 10px 10px 40px;
  margin: 0px;
  list-style: none;
  position: relative;
}
.features-list > li ul.feature-list-descr > li {
  float: left;
  width: 100%;
  line-height: 30px;
  display: block;
  position: relative;
}
.features-list > li ul.feature-list-descr > li:before {
  position: absolute;
  content: " ";
  left: -20px;
  top: 50%;
  width: 15px;
  height: 1px;
  margin-top: -1px;
  background: #e7ebf1;
}
.features-list > li ul.feature-list-descr > li:after {
  position: absolute;
  content: " ";
  left: -22px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  background: #c7d0de;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.features-list > li ul.feature-list-descr:before {
  position: absolute;
  content: " ";
  left: 20px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #e7ebf1;
}
.list-tasks {
  float: left;
  width: 100%;
  padding: 0px !important;
  margin: 0px;
}
.list-tasks .list-tasks-item {
  float: left;
  width: 100%;
  padding: 20px;
  padding-left: 55px;
  padding-right: 10px;
  position: relative;
  border-bottom: 1px solid #e7ebf1;
  background: transparent;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}
.list-tasks .list-tasks-item .checkbox {
  position: absolute;
  left: 15px;
  top: 15px;
}
.list-tasks .list-tasks-item .task > a {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  line-height: 20px;
  text-decoration: none;
  color: #5ab0ee;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
  padding-right: 25px;
}
.list-tasks .list-tasks-item .task .user {
  float: left;
  width: 50%;
  font-size: 11px;
  color: #00c852;
}
.list-tasks .list-tasks-item .task .user a {
  text-decoration: none;
  color: inherit;
}
.list-tasks .list-tasks-item .task .user .fa {
  margin-right: 5px;
}
.list-tasks .list-tasks-item .task .date {
  float: left;
  width: 50%;
  font-size: 11px;
  color: #999999;
  text-align: right;
}
.list-tasks .list-tasks-item:hover,
.list-tasks .list-tasks-item.active {
  background: #FFF;
}
.list-tasks .list-tasks-item:hover .task > a,
.list-tasks .list-tasks-item.active .task > a {
  color: #555555;
}
.list-tasks .list-tasks-item.active .task > a {
  color: #999999;
  text-decoration: line-through;
}
.list-tasks .list-tasks-item:after {
  position: absolute;
  content: " ";
  top: 60px;
  left: 25px;
  margin-left: -3px;
  width: 13px;
  height: 13px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #e7ebf1;
  background: #FFF;
}
.list-tasks .list-tasks-item.primary:after {
  border-color: #37474F;
}
.list-tasks .list-tasks-item.success:after {
  width: 0px;
  height: 0px;
  content: none;
}
.list-tasks .list-tasks-item.info:after {
  border-color: #85d6de;
}
.list-tasks .list-tasks-item.warning:after {
  border-color: #f3bc65;
}
.list-tasks .list-tasks-item.danger:after {
  border-color: #e74e40;
}
.list-tasks .list-tasks-item:last-child {
  border-bottom: 0px;
}
.gallery {
  float: left;
  width: 100%;
  padding: 20px;
}
.gallery .gallery-sizer,
.gallery .gallery-item {
  width: 23%;
}
.gallery .gallery-gutter {
  width: 2%;
}
.gallery .gallery-item {
  background: #FFF;
  padding: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  margin-bottom: 15px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #555555;
  text-decoration: none;
  display: block;
}
.gallery .gallery-item > img {
  width: 100%;
}
.gallery .gallery-item .gallery-item-info {
  line-height: 40px;
  padding: 5px 5px 0px 5px;
}
.gallery .gallery-item .gallery-item-info img {
  width: 30px;
  height: 30px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.gallery .gallery-item .gallery-item-info span {
  color: #999999;
}
.gallery .gallery-item.gallery-item-2 {
  width: 47%;
}
.gallery .gallery-item:hover {
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.gallery .gallery-item:hover:before {
  cursor: pointer;
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  -webkit-animation: appear 200ms;
  animation: appear 200ms;
}
.gallery .gallery-item:hover:after {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin: -25px 0px 0px -25px;
  content: "\f0c1";
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  color: #555555;
  text-align: center;
  line-height: 50px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: appear 200ms;
  animation: appear 200ms;
}
.dev-page-error {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.dev-page-error .dev-page-error-block {
  width: 370px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -185px;
  -webkit-animation: appear 500ms;
  animation: appear 500ms;
}
.dev-page-error .dev-page-error-block:before,
.dev-page-error .dev-page-error-block:after {
  content: " ";
  display: table;
}
.dev-page-error .dev-page-error-block:after {
  clear: both;
}
.dev-page-error .dev-page-error-block:before,
.dev-page-error .dev-page-error-block:after {
  content: " ";
  display: table;
}
.dev-page-error .dev-page-error-block:after {
  clear: both;
}
.dev-page-error .dev-page-error-block .code {
  float: left;
  width: 100%;
  font-size: 160px;
  color: #37474F;
  text-align: center;
  line-height: 150px;
}
.dev-page-error .dev-page-error-block .title {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #555555;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}
.dev-page-error .dev-page-error-block .buttons {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.dev-page-error .dev-page-error-block .buttons .btn {
  padding: 10px 15px;
}
.dev-page-error .dev-page-error-block .form-group {
  margin-bottom: 30px;
}
.dev-page-error .dev-page-error-block .form-group label {
  color: #999999;
}
.dev-page-error .dev-page-error-block .copyright {
  float: left;
  width: 100%;
}
.dev-page-error .dev-page-error-block .copyright > div {
  text-align: center;
  margin-bottom: 10px;
}
.dev-page.dev-page-lock-screen {
  float: left;
  width: 100%;
  min-height: 100%;
  background: #37474F;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box {
  width: 370px;
  margin: 100px auto 0px;
  -webkit-animation: zoomIn 300ms;
  animation: zoomIn 300ms;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .first-screen,
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen {
  float: left;
  width: 100%;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen {
  display: none;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen .photo {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen .photo img {
  border: 5px solid rgba(255, 255, 255, 0.2);
  width: 180px;
  height: 180px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen .elements .form-group {
  margin-bottom: 10px;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen .elements .form-group .input-group-addon,
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen .elements .form-group .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: 0px;
  color: #FFF;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen .title {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .second-screen .title span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #BBB;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .basement {
  float: left;
  width: 100%;
  color: #667d8d;
  font-size: 11px;
  text-align: center;
  margin-top: 25px;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .clock {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .date {
  float: left;
  width: 100%;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  margin-bottom: 50px;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .lock-button {
  width: 100%;
  text-align: center;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .lock-button .btn {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #FFF;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .lock-button .btn:after {
  left: -2px;
  top: -2px;
  content: " ";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity = 0*100);
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .lock-button .btn i {
  font-size: 28px;
  -webkit-opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  opacity: 0.2;
  filter: alpha(opacity = 0.2*100);
  line-height: 54px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .lock-button .btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box .lock-button .btn:hover i {
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  opacity: 0.3;
  filter: alpha(opacity = 0.3*100);
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box.dev-page-lock-screen-animate .first-screen {
  display: none;
}
.dev-page.dev-page-lock-screen .dev-page-lock-screen-box.dev-page-lock-screen-animate .second-screen {
  display: block;
  -webkit-animation: zoomIn 300ms;
  animation: zoomIn 300ms;
}
@media all and (max-width: 992px) {
  .dev-page.dev-page-lock-screen .dev-page-lock-screen-box {
    width: 100%;
    padding: 50px;
    margin-top: 0px;
  }
}
.wrapper .timeline-simple li:before {
  background: #FFF;
}
.wrapper .timeline-simple li:after {
  background: #FFF;
  border-color: #eef1f7;
}
.wrapper.wrapper-white .timeline-simple li:before {
  background: #e7ebf1;
}
.wrapper.wrapper-white .timeline-simple li:after {
  border-color: #FFF;
  background: #e7ebf1;
}
/* ./simple timeline */
/* profile */
.page-profile {
  float: left;
  width: 100%;
  background: top center no-repeat fixed;
}
.page-profile .profile {
  margin: 30px 0px 10px;
}
.page-profile .page-profile-stats {
  width: 90%;
  margin: 0px auto;
}
.page-profile .page-profile-stats:before,
.page-profile .page-profile-stats:after {
  content: " ";
  display: table;
}
.page-profile .page-profile-stats:after {
  clear: both;
}
.page-profile .page-profile-stats:before,
.page-profile .page-profile-stats:after {
  content: " ";
  display: table;
}
.page-profile .page-profile-stats:after {
  clear: both;
}
.page-profile .page-profile-stats .page-profile-stats-left,
.page-profile .page-profile-stats .page-profile-stats-right {
  float: left;
  width: 50%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-top-right-radius: 0px 5px 0px 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px 5px 0px 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px 5px 0px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}
.page-profile .page-profile-stats .page-profile-stats-left img,
.page-profile .page-profile-stats .page-profile-stats-right img {
  width: 50px;
  height: 50px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
  float: left;
}
.page-profile .page-profile-stats .page-profile-stats-left .page-profile-stats-count,
.page-profile .page-profile-stats .page-profile-stats-right .page-profile-stats-count {
  display: block;
  float: left;
  font-size: 14px;
  color: #FFF;
  line-height: 25px;
  margin: 0px 10px;
}
.page-profile .page-profile-stats .page-profile-stats-left .page-profile-stats-count span,
.page-profile .page-profile-stats .page-profile-stats-right .page-profile-stats-count span {
  display: block;
  font-weight: bold;
}
.page-profile .page-profile-stats .page-profile-stats-left {
  text-align: right;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-top-right-radius: 5px 0px 0px 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px 0px 0px 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px 0px 0px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}
.page-profile .page-profile-stats .page-profile-stats-left img {
  margin-left: 0px;
  margin-right: 10px;
}
.profile {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 50px;
}
.profile .profile-image {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.profile .profile-image img {
  width: 100px;
  height: 100px;
  border: 5px solid rgba(255, 255, 255, 0.8);
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.profile .profile-image .profile-badges .profile-badges-left,
.profile .profile-image .profile-badges .profile-badges-right {
  position: absolute;
  width: 50px;
  text-align: center;
  color: #555555;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  top: 30px;
}
.profile .profile-image .profile-badges .profile-badges-left i,
.profile .profile-image .profile-badges .profile-badges-right i {
  border: 3px solid #FFF;
  line-height: 36px;
  font-size: 14px;
  width: 40px;
  height: 40px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 5px;
  background: transparent;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.profile .profile-image .profile-badges .profile-badges-left {
  left: 50%;
  margin-left: -110px;
}
.profile .profile-image .profile-badges .profile-badges-right {
  right: 50%;
  margin-right: -110px;
}
.profile .profile-image .profile-status {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 80px;
  margin-left: 20px;
  border: 3px solid #eef1f7;
  background: #FFF;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}
.profile .profile-image .profile-status.online {
  background: #00c852;
}
.profile .profile-image .profile-status.away {
  background: #f3bc65;
}
.profile .profile-image .profile-status.offline {
  background: #e74e40;
}
.profile .profile-image:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0);
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: 1;
}
.profile .profile-info {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.profile .profile-info h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #626262;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}
.profile .profile-info span {
  font-size: 12px;
  color: #999999;
}
.profile .profile-buttons {
  float: left;
  width: 100%;
  text-align: center;
}
.profile .profile-buttons .btn {
  padding: 0px;
  min-width: 35px;
  text-align: center;
}
.profile .profile-buttons .btn i {
  line-height: 31px;
}
.profile:hover .profile-image {
  position: relative;
}
.profile:hover .profile-image .profile-badges .profile-badges-left i,
.profile:hover .profile-image .profile-badges .profile-badges-right i {
  background: rgba(255, 255, 255, 0.5);
}
.profile:hover .profile-image .profile-badges .profile-badges-left:hover i,
.profile:hover .profile-image .profile-badges .profile-badges-right:hover i {
  background: rgba(255, 255, 255, 0.8);
}
.profile:hover .profile-image:after {
  background: rgba(255, 255, 255, 0.5);
}
.profile:hover .profile-info h4 {
  color: #555555;
}
.profile.profile-transparent .profile-image:after {
  background: transparent;
}
.profile.profile-transparent .profile-badges .profile-badges-left,
.profile.profile-transparent .profile-badges .profile-badges-right {
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.3);
}
.profile.profile-transparent .profile-badges .profile-status {
  border-color: rgba(255, 255, 255, 0.3);
}
.profile.profile-transparent .profile-info h4 {
  color: #FFF;
  margin-bottom: 5px;
}
.profile.profile-transparent .profile-info span {
  color: #E5E5E5;
}
.profile.profile-transparent:hover .profile-badges .profile-badges-left i,
.profile.profile-transparent:hover .profile-badges .profile-badges-right i {
  background: rgba(255, 255, 255, 0.1);
}
.profile.profile-transparent:hover .profile-badges .profile-badges-left:hover i,
.profile.profile-transparent:hover .profile-badges .profile-badges-right:hover i {
  background: rgba(255, 255, 255, 0.3);
}
.dev-page .dev-page-sidebar .profile {
  margin: 25px 0px 10px;
}
.dev-page .dev-page-sidebar .profile .profile-info {
  margin-bottom: 0px;
}
.dev-page.dev-page-sidebar-minimized .dev-page-sidebar .profile {
  display: none;
}
/* ./profile */
.faq {
  float: left;
  width: 100%;
}
.faq h2 {
  float: left;
  margin-top: 20px;
  line-height: 50px;
  vertical-align: bottom;
}
.faq h2 .fa {
  width: 48px;
  height: 48px;
  line-height: 46px;
  border: 1px solid #555555;
  color: #555555;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.faq h2:first-child {
  margin-top: 0px;
}
.faq .faq-item {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  background: #FFF;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius:.125rem;
  border-radius: .125rem;
  border: 1px solid #e7ebf1;
}
.faq .faq-item .faq-title {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  color: #5ab0ee;
}
.faq .faq-item .faq-title .fa {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
  color: #555555;
}
.faq .faq-item .faq-text {
  max-height: 0px;
  height: 0px;
  float: left;
  width: 100%;
  padding-right: 10px;
  padding-left: 45px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow: hidden;
}
.faq .faq-item .faq-text h5 {
  font-size: 12px;
  font-weight: bold;
}
.faq .faq-item:hover {
  background: #FBFBFB;
}
.faq .faq-item.active .faq-title {
  background: #FBFBFB;
  border-bottom: 1px solid #e7ebf1;
}
.faq .faq-item.active .faq-text {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  max-height: none;
  height: auto;
}
.faq .faq-item.active:hover {
  background: #FFF;
}
.faq .faq-highlight {
  background: #f3bc65;
  color: #FFF;
  padding: 2px 5px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: .125rem;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
}
.container-tabbed {
  float: left;
  width: 100%;
}
.container-tabbed .container-tabs {
  width: 100%;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #e7ebf1;
  margin-top: 10px;
}
.container-tabbed .container-tabs li {
  float: left;
}
.container-tabbed .container-tabs li a {
  display: block;
  float: left;
  margin: 0px 1px -1px 0px;
  border: 1px solid #e7ebf1;
  border-bottom-color: transparent;
  background: #F5F5F5;
  line-height: 40px;
  padding: 0px 20px;
  color: #555555;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.container-tabbed .container-tabs li a:hover {
  text-decoration: none;
  background: #F8F8F8;
}
.container-tabbed .container-tabs li a.active {
  background: #FFF;
  border-bottom-color: #FFF;
  color: #999999;
}
.container-tabbed .container-tabs li a.active:focus,
.container-tabbed .container-tabs li a.active:hover {
  text-decoration: none;
}
.container-tabbed .container-tab {
  float: left;
  width: 100%;
  display: none;
}
.container-tabbed .container-tab.active {
  display: block;
}


/* ./features */
/* import google font */
/* ./import google font */
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans');*/

html,
body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  min-height: 100%;
 /* font-family: Arial, Helvetica, Arial, sans-serif;*/
   /*font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;*/
   /* font-family: 'Cantarell', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Noto Sans', sans-serif;

  /*font-family: Verdana, Geneva, sans-serif;*/
  font-size: 13px;
  color: #555555;
}
body {
  background: #ffffff;
}
.acc-container {
  border-radius: 0px!important;
  border: 1px solid #e2e2e2fa!important;
}
.acc-btn-selected {
  background-color: #1688ce!important;
  border: 1px solid #1688ce!important;
}
.acc-btn {
  background-color: #eceff1;
}
.acc-container label {
  text-transform: capitalize!important;
}

