.auth-box {
  padding-top: 24px;
  height: 100vh;
  min-height: 600px;
  position: relative;
}
.auth-box h1 {
  font-size: 29px;
  margin-bottom: 15px;
  text-align: center;
}
.auth-box p {
  font-size: 19px;
  text-align: center;
}
.auth-box .box {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.auth-box .logo {
  color: #e74c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  vertical-align: middle;
}
.auth-box .logo i {
  font-size: 26px;
  padding-top: 3px;
  vertical-align: top;
}
.auth-box .logo:hover {
  color: #962014;
}
.auth-box .auth-form {
  display: block;
  margin: 55px auto 25px;
  max-width: 520px;
  text-align: center;
  width: 100%;
}
.auth-box .reset {
  text-align: left;
}
.auth-box .reset input {
  margin-right: 10px;
}
.auth-box input[type=password] {
  width: 200px;
}
.auth-box input[type=text] {
  border-radius: 4px;
  border: 1px solid #dedede;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 14px;
  vertical-align: top;
  width: 200px;
}
.auth-box input[type=text]:hover {
  border-color: #b4b4b4;
}
.auth-box input[type=text]:focus {
  border-color: #e74c3c;
}
.auth-box .btn {
  background-color: #e74c3c;
  border-radius: 3px;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  padding: 0 15px;
  vertical-align: top;
}
.auth-box .btn:hover {
  background-color: #962014;
  color: #ffffff;
}
.auth-box .btn:focus {
  color: #ffffff;
}
.auth-box footer {
  bottom: 40px;
  color: #727272;
  font-size: 12px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.auth-box .form-group {
  display: inline-block;
  font-size: 14px;
  max-width: 200px;
  vertical-align: top;
}
.auth-box .token-group {
  display: block;
  max-width: 100%;
}
.auth-box .token-group + .form-group {
  margin-right: 10px;
}
.auth-box .token-group input {
  display: inline-block;
  vertical-align: middle;
}
.auth-box .token-group label {
  vertical-align: middle;
  margin: 0;
  font-weight: 400;
}
@media all and (max-width: 1280px) {
  .auth-box .wrap {
    padding: 15px;
  }
}
@media all and (max-width: 767px) {
  .auth-box .box {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 0 10px;
  }
  .auth-box .form-group {
    margin: 0 auto;
    display: block;
  }
  .auth-box footer {
    padding: 0 0 20px;
    position: static;
  }
}
@media all and (max-width: 460px) {
  .auth-box .form-group {
    margin-bottom: 15px;
  }
}
table.dataTable {
  -webkit-box-sizing: content-box;
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: content-box;
  clear: both;
  margin: 0 auto;
  width: 100%;
}
table.dataTable thead th {
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  padding: 10px 18px;
}
table.dataTable thead th:active {
  outline: none;
}
table.dataTable thead td {
  border-bottom: 1px solid #ffffff;
  padding: 10px 18px;
}
table.dataTable thead td:active {
  outline: none;
}
table.dataTable thead .sorting {
  *cursor: hand;
  cursor: pointer;
}
table.dataTable thead .sorting_asc {
  *cursor: hand;
  cursor: pointer;
}
table.dataTable thead .sorting_desc {
  *cursor: hand;
  cursor: pointer;
}
table.dataTable tfoot th {
  border-top: 1px solid #ffffff;
  font-weight: bold;
  padding: 10px 18px 6px 18px;
}
table.dataTable tfoot td {
  border-top: 1px solid #ffffff;
  padding: 10px 18px 6px 18px;
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th {
  padding: 8px 10px;
}
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-position: center right;
  background-repeat: no-repeat;
}
table.dataTable.stripe tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.hover tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected {
  background-color: #aab7d1;
}
.dataTables_wrapper {
  *zoom: 1;
  clear: both;
  position: relative;
  zoom: 1;
}
.dataTables_wrapper .dataTables_paginate {
  margin-top: 0.5em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  color: #666666 !important;
  cursor: default;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  color: #666666 !important;
  cursor: default;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  color: #666666 !important;
  cursor: default;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #e74c3c;
  background: -moz-linear-gradient(top, #e74c3c 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e74c3c 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #e74c3c 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e74c3c), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #e74c3c 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e74c3c 0%, #ffffff 100%);
  border: 1px solid #ffffff;
  color: white !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: #c01863;
  background: -moz-linear-gradient(top, #c01863 0%, #00bc7a 100%);
  background: -ms-linear-gradient(top, #c01863 0%, #00bc7a 100%);
  background: -o-linear-gradient(top, #c01863 0%, #00bc7a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c01863), color-stop(100%, #00bc7a));
  background: -webkit-linear-gradient(top, #c01863 0%, #00bc7a 100%);
  background: linear-gradient(to bottom, #c01863 0%, #00bc7a 100%);
  box-shadow: inset 0 0 3px #ffffff;
  outline: none;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  background-color: white;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  font-size: 1.2em;
  height: 40px;
  left: 50%;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing {
  height: 0;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}
.dataTables_wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.dataTables_wrapper .dataTables_filter {
  margin-top: 0.5em;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #ffffff;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table {
  border-bottom: none;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
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,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
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;
}
.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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > 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 #ddd;
  }
  .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"] {
  -webkit-box-sizing: border-box;
  -moz-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: 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: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[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;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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;
  min-height: 34px;
}
.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: 3px;
}
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: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
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: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  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: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  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: 4px;
  -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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.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;
  -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: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-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 dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: #fff;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 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,
.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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-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 .form-control:focus {
  z-index: 3;
}
.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: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  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: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  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;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.clearfix:before,
.clearfix:after,
.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 {
  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 {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
select.bs-select-hidden {
  display: none !important;
}
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline-offset: -2px;
  outline: none !important;
  outline: thin dotted #333333 !important;
}
.bootstrap-select > .dropdown-toggle {
  padding-right: 25px;
  width: 100%;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999999;
}
.bootstrap-select > select {
  border: none;
  bottom: 0;
  display: block !important;
  height: 100% !important;
  left: 50%;
  opacity: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.5px !important;
}
.bootstrap-select > select.mobile-device {
  display: block !important;
  left: 0;
  top: 0;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select.form-control {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not.bootstrap-select.form-control.input-group-btn:first-child:not:last-child > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn) {
  display: inline-block;
  float: none;
  margin-left: 0;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  margin-top: -2px;
  position: absolute;
  right: 12px;
  top: 50%;
  vertical-align: middle;
}
.bootstrap-select.btn-group .dropdown-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  user-select: none;
}
.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 a.opt {
  padding-left: 2.25em;
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #ffffff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  -moz-box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  bottom: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  margin: 0 2%;
  min-height: 26px;
  opacity: 0.9;
  padding: 3px 5px;
  pointer-events: none;
  position: absolute;
  width: 96%;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  -webkit-box-shadow: none;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  float: none;
  margin: 0;
  padding: 0;
  position: static;
}
.bootstrap-select.btn-group .no-results {
  background: #f5f5f5;
  margin: 0 5px;
  padding: 3px;
  white-space: nowrap;
}
.bootstrap-select.btn-group[class*="col-"] {
  display: inline-block;
  float: none;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right {
  float: right;
}
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.bootstrap-select.btn-group.disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  height: 0 !important;
  padding: 0 !important;
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group[class*="col-"].dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  margin-top: -1px;
  position: static;
  top: auto;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  display: inline-block;
  margin-top: 5px;
  position: absolute;
  right: 15px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: -4px;
  content: '';
  display: none;
  left: 9px;
  position: absolute;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -4px;
  content: '';
  display: none;
  left: 10px;
  position: absolute;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  border-bottom: 0;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  bottom: auto;
  top: -3px;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  border-bottom: 0;
  border-top: 6px solid white;
  bottom: auto;
  top: -3px;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  left: auto;
  right: 12px;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  left: auto;
  right: 13px;
}
.bs-searchbox {
  padding: 4px 8px;
}
.bs-searchbox .form-control {
  float: none;
  margin-bottom: 0;
  width: 100%;
}
.bs-actionsbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 8px;
  width: 100%;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 4px 8px;
  width: 100%;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.wide .wrap.wrap--board {
  padding-bottom: 20px;
}
.wrap--board {
  display: flex;
  flex-direction: column;
}
.board {
  font-size: 0;
  white-space: nowrap;
  max-width: 100%;
  overflow: auto;
  padding-bottom: 20px;
  flex: 1 1 0;
}
.board__columns {
  display: flex;
}
.board__column {
  max-width: 305px;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex: 0 0 305px;
}
.board__column-header {
  padding: 10px 0;
  border-bottom: 2px solid #787878;
}
.board__column-name {
  font-weight: bold;
}
.board__avatar {
  background-color: #1abb9a;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  height: 21px;
  width: 21px;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
}
.board_column-list {
  background-color: #f9f9f9;
  padding: 10px 5px;
  border-radius: 0 0 5px 5px;
  flex: 1 1 0;
}
.board-task {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 7px;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.board-task:hover {
  background: #eee;
}
.board-task:hover .board-task__header:after {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #eee 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #eee 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #eee 100%);
}
.board-task__header {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.board-task__header:after {
  content: '';
  position: absolute;
  right: 0;
  width: 10px;
  bottom: 0;
  top: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color19ff', endColorstr='@color0', GradientType=1);
}
.board-task__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.board-task__status-icon {
  margin-right: 10px;
  line-height: 1;
}
.board-task__short-name {
  flex: 1 1 0;
}
.board-task__counter {
  margin-right: 10px;
  color: #83919e;
}
.board-task__counter-divider {
  color: #e1e1e1;
}
/*dsfsd*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8f */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  -moz-osx-font-smoothing: grayscale;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  cursor: pointer;
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  user-select: none;
  white-space: nowrap;
  word-wrap: normal;
}
table.dt-rowReorder-float {
  position: absolute !important;
  table-layout: fixed;
  z-index: 2001;
}
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}
table.dataTable tbody td.name {
  padding-left: 10px;
}
table.dataTable td.reorder {
  cursor: move;
  text-align: center;
}
table.dataTable thead th {
  border-bottom: 2px solid #787878;
  padding-bottom: 5px;
  padding-left: 10px;
  position: relative;
}
table.dataTable thead td {
  padding-bottom: 5px;
  padding-left: 10px;
}
table.dataTable thead .sorting_asc:after {
  border-color: transparent transparent #e74d3c;
  border-style: solid;
  border-width: 0 4.5px 7px 4.5px;
  content: '';
  height: 0;
  position: absolute;
  right: 5px;
  top: 9px;
  width: 0;
}
table.dataTable thead .sorting:after {
  border-color: transparent transparent #dcdcdc;
  border-style: solid;
  border-width: 0 4.5px 7px 4.5px;
  content: '';
  height: 0;
  position: absolute;
  right: 5px;
  top: 9px;
  width: 0;
}
table.dataTable thead .sorting_desc:after {
  border-color: #e74d3c transparent transparent;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  content: '';
  height: 0;
  position: absolute;
  right: 5px;
  top: 9px;
  width: 0;
}
table.dataTable thead .priority.sorting {
  background-position: center;
}
table.dataTable thead .priority {
  background-position: center;
}
table.dataTable tbody th {
  padding: 5px;
}
table.dataTable tbody td {
  padding: 5px;
  vertical-align: middle;
}
table.dataTable tbody td.no-padding {
  padding: 0;
}
body {
  color: #344860;
  font-family: Verdana, Geneva, sans-serif;
  height: auto;
  min-height: 100%;
  min-width: 320px;
}
html {
  height: 100%;
}
.btn-default:focus,
.btn-default.focus,
.btn-default,
.btn-default:active:focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  background-color: transparent;
}
.wide .wrap {
  max-width: 6000px;
  padding-left: 20px;
  padding-right: 20px;
}
.wide .wrap .navbar-form {
  padding-right: 150px;
}
.dropdown-menu {
  font-size: 13px;
}
.form-group-wrap {
  display: inline-block;
}
table .btn {
  font-size: 13px;
}
table td {
  font-size: 13px;
}
input:focus {
  outline: none;
}
.dt-rowReorder-moving .bootstrap-tagsinput + input {
  display: none !important;
}
.dataTables_wrapper {
  font-size: 13px;
}
.dataTables_wrapper .avatar {
  margin-left: 0;
  margin-right: 5px;
}
.wrap {
  height: auto;
  margin: 0 auto;
  max-width: 1110px;
  min-height: 100vh;
  padding-bottom: 60px;
  padding-top: 1px;
  margin-top: -1px;
  width: 100%;
}
.wrap .desktop-hide {
  display: none;
}
.wrap .btn {
  padding: 4px 10px;
  height: 30px;
}
.wrap .dropdown-menu {
  border-radius: 0;
  margin: 0;
}
.wrap .navbar-form {
  margin: 25px 0;
  padding: 0;
}
.wrap .share-content .close-link {
  color: #cecece;
  position: absolute;
  right: 5px;
  top: 5px;
}
.wrap .share-content .close-link:hover {
  color: #666666;
}
.wrap .form-control {
  height: 30px;
  padding-bottom: 0;
  padding-top: 0;
}
.wrap .tag-search .dropdown-toggle {
  border: 0;
  height: 28px;
}
.wrap .table-header .filter-wrap .bootstrap-select {
  width: 98px;
}
.wrap .table-header .filter-wrap .tag-search .bootstrap-select {
  width: 85px;
}
.wrap .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 7px;
}
.wrap .dropup .caret {
  border-bottom: 7px solid;
}
.wrap .dropdown-toggle {
  border-color: #e4e4e4;
}
.wrap .dropdown-toggle:hover {
  border-color: #e4e4e4;
}
.wrap .no-icon .btn-group.bootstrap-select .dropdown-menu li a {
  padding-left: 20px;
}
.wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.check-mark {
  left: 5px;
  margin: 0;
  right: auto;
  top: 0;
}
.wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.check-mark:before {
  color: #787878;
  content: 'check_box_outline_blank';
}
.wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.active a span.check-mark:before {
  color: #ffffff;
}
.wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.active a:hover span.check-mark:before {
  color: #ffffff;
}
.wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.active a:focus span.check-mark:before {
  color: #ffffff;
}
.wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark:before {
  content: 'check_box';
}
.wrap .text-input {
  border-radius: 4px;
  border: 1px solid #dedede;
  height: 30px;
  line-height: 30px;
  padding-left: 13px;
  padding-right: 30px;
  vertical-align: top;
}
.wrap .bootstrap-select.btn-group .dropdown-menu li a {
  outline: none;
  padding-left: 30px;
}
.wrap .dropdown-header {
  font-weight: bold;
  padding-left: 5px;
  padding-left: 8px;
}
.wrap .user-cell .btn-default.dropdown-toggle {
  border: 0;
  color: #24465f;
  height: auto;
  padding: 0;
}
.wrap .user-cell .btn-default.dropdown-toggle:hover {
  color: #24465f;
}
.wrap .user-cell .bootstrap-select.btn-group .dropdown-menu li a {
  padding-left: 15px;
}
.wrap .bootstrap-tagsinput {
  background: none;
  border: none;
  bottom: 0;
  box-shadow: none;
  line-height: 26px;
  padding: 0;
  right: 5px;
  top: 0;
  z-index: 2;
}
.wrap .add-comment {
  max-width: 790px;
  position: relative;
}
.wrap .add-comment .text-input {
  padding-right: 30px;
  width: 100%;
}
.wrap .add-comment .add-comment-btn.material-icons {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  color: #dddddd;
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 3px;
  user-select: none;
}
.wrap .add-comment .add-comment-btn.material-icons:hover {
  color: #b4b4b4;
}
.wrap .add-row-wrap .bootstrap-select.btn-group .dropdown-menu li a {
  padding-left: 15px;
}
.wrap .add-row-wrap .bootstrap-select {
  width: 100px;
}
.wrap .add-mini-row-wrap .bootstrap-select.btn-group .dropdown-menu li a {
  padding-left: 15px;
}
.wrap .add-mini-row-wrap .text-input {
  border: none;
  padding: 0 13px;
  width: 168px;
}
.wrap .add-mini-row-wrap .bootstrap-select {
  background-color: #ffffff;
  vertical-align: top;
}
.wrap .add-mini-row-wrap .bootstrap-select .btn {
  border: 0;
}
.wrap .one-line-input .btn {
  padding: 5px 10px;
}
.wrap .priority i {
  cursor: move;
  vertical-align: middle;
}
.wrap .priority .material-icons.critical {
  color: red;
}
.wrap .priority .material-icons.normal {
  color: green;
}
.wrap .priority .material-icons.trivial {
  color: green;
}
.wrap .priority .material-icons.blocker {
  color: red;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 8px;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: inline-block;
  position: absolute;
}
.tag-search {
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  padding-right: 4px;
}
.tag-search .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 14px;
}
.tag-search:hover {
  border: 1px solid #dedede;
}
.search-wrap {
  display: inline-block;
  float: right;
  text-align: right;
}
.search-wrap .text-input {
  width: 200px;
}
.search-wrap label {
  position: relative;
}
.favorite {
  margin-top: 3px;
}
.btn-default:active {
  background: transparent;
}
.btn-default:hover {
  background-color: transparent;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#example_filter {
  display: none;
}
input[type="radio"] {
  display: none;
}
.logo {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-right: 23px;
  vertical-align: middle;
}
.logo:hover {
  color: inherit;
  text-decoration: none;
}
.logo .material-icons {
  font-size: 26px;
  padding-top: 2px;
  vertical-align: top;
}
/*
table.dataTable.no-footer {

  border-left: 1px solid @color8;
  border-right: 1px solid @color8;
}
*/
table.dataTable.no-footer > tbody td {
  border-bottom: 1px solid #dddddd;
}
table.dataTable.no-footer > tbody td:nth-child(1) {
  border-left: 1px solid #dddddd;
}
table.dataTable.no-footer > tbody td:nth-child(2) {
  border-right: 1px solid #dddddd;
}
table.dataTable.no-footer > tbody td:last-child {
  border-right: 1px solid #dddddd;
}
.mobile-wrap-tag {
  display: inline-block;
}
.fav-select .dropdown-toggle .bs-caret {
  display: none;
}
.fav-select .dropdown-toggle.btn {
  padding: 0;
}
.share-block {
  display: inline-block;
  position: relative;
}
.standard-box {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  min-width: 160px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  z-index: 5;
}
.standard-box li {
  cursor: pointer;
  padding: 3px 8px;
}
.standard-box li:hover {
  background-color: #f5f5f5;
}
.standard-box li.active {
  color: #ffffff;
}
.standard-box span {
  margin-bottom: 5px;
}
.standard-box input {
  border-radius: 4px;
  border: 1px solid #dedede;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding-left: 13px;
  padding-right: 28px;
  width: 100%;
}
.standard-box .add-filter-btn {
  bottom: 18px;
  position: absolute;
  right: 11px;
}
.standard-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
}
.shadow-panel {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.add-task-form .dropdown-toggle .filter-option .avatar + span {
  color: #24465f;
}
.share-block {
  position: relative;
}
.share-block ul {
  position: absolute;
  min-width: 130px;
  text-align: left;
  background-color: #f9f9f9;
  -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;
  z-index: 1000;
  padding: 5px 0;
  display: none;
  border-top: 4px solid;
  right: -8px;
}
.share-block ul:before {
  border-color: transparent transparent #e74c3c transparent;
  border-style: solid;
  border-width: 0 6.5px 7px 6.5px;
  content: '';
  height: 0;
  position: absolute;
  right: 13px;
  top: -11px;
  width: 0;
}
.share-block ul li {
  list-style-type: none;
  padding: 0 5px;
}
.share-block ul li a {
  color: inherit;
  display: block;
}
.share-block ul li a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.share-block ul li a:focus {
  text-decoration: none;
}
.share-block ul li a:active {
  text-decoration: none;
}
.share-block ul li a i {
  vertical-align: middle;
}
.share-block:hover ul {
  display: block;
}
.editable-field textarea,
.editable-field input {
  background: rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 4px;
  resize: vertical;
  padding: 7px;
  border: 1px solid #CDD2D4;
  border-radius: 3px;
}
.editable-field input {
  height: 32px !important;
}
.editable-field textarea {
  width: 100% !important;
}
.editable-field button {
  border: 0;
  background: none;
  padding: 0;
  float: right;
  margin-top: 4px;
}
.share-content {
  background-color: #f9f9f9;
  border-top: 4px solid;
  display: none;
  padding: 10px;
  position: absolute;
  right: -7px;
  text-align: left;
  width: 300px;
  z-index: 5;
}
.share-content span {
  display: block;
  margin-bottom: 5px;
}
.share-content input {
  border-radius: 4px;
  border: 1px solid #dedede;
  height: 30px;
  margin-bottom: 10px;
  padding: 2px;
  width: 100%;
}
.share-content:before {
  border-color: transparent transparent #e74c3c transparent;
  border-style: solid;
  border-width: 0 6.5px 7px 6.5px;
  content: '';
  height: 0;
  position: absolute;
  right: 13px;
  top: -11px;
  width: 0;
}
.and-condition {
  background-color: #e74c3c;
  border-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  height: 20px;
  margin: 0;
  overflow: hidden;
  padding-left: 2px;
  position: relative;
  vertical-align: middle;
  width: 55px;
}
.and-condition .center-part {
  background-color: white;
  border-radius: 2px;
  color: #ffffff;
  content: '';
  display: inline-block;
  height: 14px;
  line-height: 1;
  margin-bottom: 3px;
  position: absolute;
  top: 3px;
  vertical-align: middle;
  width: 14px;
}
.and-condition input {
  display: none;
}
.left-part {
  display: inline-block;
  padding-left: 3px;
}
.placeholder-search {
  left: -32px;
  position: absolute;
  top: -19px;
}
.fav-footer {
  padding: 5px 8px;
}
.fav-block {
  display: inline-block;
  margin: 0 14px;
  position: relative;
}
.filter-wrap .tag-search-toggle {
  display: none;
}
label[for='myInputTextField'] {
  position: relative;
}
.dropdown-toggle {
  color: transparent;
}
.dropdown-toggle:not(.bs-placeholder) .bs-caret {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 24%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 24%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 24%, #ffffff 100%);
  bottom: 1px;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color19ff', endColorstr='@color0', GradientType=1);
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}
.navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.add-mini-row-wrap {
  background-color: #f9f9f9;
  bottom: 0;
  position: fixed;
  right: 295px;
  width: 410px;
  z-index: 6;
}
.add-mini-row-wrap .dropdown-toggle .bs-caret {
  background: transparent;
  left: 0;
  width: auto;
}
.add-mini-row-wrap .bootstrap-select.btn-group .dropdown-toggle:not(.bs-placeholder) .filter-option {
  padding-right: 15px;
  text-align: left;
}
.add-mini-row-wrap .bootstrap-select.btn-group .dropdown-menu {
  left: auto;
  right: 0;
  width: 220px;
}
.add-mini-row-wrap .btn .avatar {
  vertical-align: top;
}
.add-mini-row-wrap:after {
  background-color: #bcc4c8;
  bottom: 0;
  color: #ffffff;
  content: attr(data-message);
  display: none;
  font-size: 18px;
  left: 0;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 999;
}
.add-mini-row-wrap .avatar {
  margin-left: 0;
  margin-right: 5px;
}
.add-mini-row-wrap .form-group {
  border-top: 4px solid;
  margin: 0;
  padding: 8px;
  position: relative;
}
.add-mini-row-wrap .form-group:before {
  border-color: #e74c3c transparent transparent transparent;
  border-style: solid;
  border-width: 7px 6.5px 0 6.5px;
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 0;
  width: 0;
}
.add-mini-row-wrap i {
  cursor: pointer;
  height: 32px;
  line-height: 32px;
}
.right-part {
  display: inline-block;
  padding-left: 24px;
}
.condition-wrap {
  -webkit-transition: all 0.3s ease-out;
  display: inline-block;
  transition: all 0.3s ease-out;
  width: 77px;
}
.form-control:focus {
  box-shadow: none;
}
.and-check_box {
  display: none;
}
.and-check_box:checked + .and-condition .condition-wrap {
  -ms-transform: translate(-31px);
  -webkit-transform: translate(-31px);
  transform: translate(-31px);
}
.dropdown-header {
  color: #000000;
  font-size: 13px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  background-color: inherit;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  background-color: inherit;
}
.bs-searchbox {
  position: relative;
}
.bs-searchbox:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  content: "search";
  display: inline-block;
  font-family: Material Icons;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 8px;
}
.sunset_orange .wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected.active a span.check-mark::before {
  color: #ffffff;
}
.sunset_orange .material-icons {
  color: #e74c3c;
}
.sunset_orange .user-panel-footer a:hover {
  background-color: #962014;
}
.sunset_orange .copy-btn:hover {
  background-color: #962014;
}
.sunset_orange .and-condition:hover {
  background-color: #962014;
}
.sunset_orange .theme-options::before {
  border-bottom-color: #e74c3c;
}
.sunset_orange .share-block ul::before {
  border-bottom-color: #e74c3c;
}
.sunset_orange .share-content::before {
  border-bottom-color: #e74c3c;
}
.sunset_orange .add-mini-row-wrap .form-group::before {
  border-top-color: #e74c3c;
}
.wrap .text-input:hover,
.one-line-input:hover,
.standard-box input:hover,
.form-control:hover {
  border-color: #b4b4b4;
}
.alert-wrap {
  bottom: 0;
  max-height: 90%;
  position: fixed;
  right: 25px;
  width: 250px;
  z-index: 9;
}
.alert-wrap .alert {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  background-color: #f9f9f9;
  padding: 0;
  transform: translate(0, 0);
  transition: all 0.5s;
}
.alert-wrap .alert:last-child {
  margin: 0;
}
.alert-wrap button.close {
  margin: 5px;
  opacity: 1;
}
.alert-wrap button.close i {
  color: #ffffff;
}
.alert-wrap button.close:hover {
  opacity: 6;
}
.alert-wrap .alert-head {
  background-color: #e74c3c;
  color: #ffffff;
  padding: 7px 5px 7px 12px;
}
.alert-wrap .alert-info {
  background: none;
  color: #354a5d;
  padding: 0 0 10px;
}
.alert-wrap .alert-content {
  padding: 10px;
}
.task-id {
  color: #354a5d;
  cursor: pointer;
  text-decoration: none;
}
.task-id:hover {
  color: #354a5d;
  text-decoration: none;
}
.task-id:focus {
  color: #354a5d;
  text-decoration: none;
}
.alert .more {
  cursor: pointer;
  float: right;
}
.avatar {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #1abb9a;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  height: 21px;
  line-height: 21px;
  margin-left: 10px;
  text-align: center;
  text-rendering: optimizeLegibility;
  width: 21px;
}
.avatar-img {
  border-radius: 50%;
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
.user-panel {
  position: fixed;
  right: 25px;
  text-align: right;
  top: 31px;
  width: 200px;
  z-index: 5;
}
.user-panel .avatar {
  background-color: blueviolet;
  float: right;
}
.user-panel input[type="radio"] + label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  font-family: "Material Icons";
  position: relative;
  text-rendering: optimizeLegibility;
  width: 22px;
}
.user-panel input[type="radio"]:not(checked) + label:before {
  content: 'fiber_manual_record';
  font-size: 24px;
  left: 0;
  position: absolute;
  top: -13px;
}
.user-panel:checked + labelbefore {
  content: 'fiber_manual_record';
  font-size: 24px;
  left: 0;
  position: absolute;
  top: -13px;
}
.user-panel input[type="radio"]:checked + label::before {
  content: 'radio_button_checked';
}
.user-panel .name {
  float: left;
  height: 28px;
  line-height: 28px;
}
.theme-options {
  background-color: #f9f9f9;
  border-top: 4px solid;
  display: none;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 200px;
}
.theme-options i {
  cursor: pointer;
}
.theme-options:before {
  border-color: transparent transparent #e74c3c transparent;
  border-style: solid;
  border-width: 0 6.5px 7px 6.5px;
  content: '';
  height: 0;
  position: absolute;
  right: 13px;
  top: -11px;
  width: 0;
}
.theme-options .material-icons {
  margin: 0 5px;
}
.time-counter {
  display: inline-block;
}
.panel-head {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 10px;
  text-align: right;
}
.color-section {
  display: none;
  height: 28px;
  text-align: center;
}
.sunset_orange_picker {
  color: #e74c3c;
}
.science_blue_picker {
  color: #005ed8;
}
.red_violet_picker {
  color: #c01863;
}
.grass_green_picker {
  color: #00b201;
}
.jade_picker {
  color: #00bc7a;
}
.cerulean_picker {
  color: #01bde2;
}
.options-icons-wrap {
  display: none;
}
.user-panel-footer {
  background-color: #e8e9eb;
  display: none;
  padding: 10px;
  text-align: right;
}
.user-panel-footer a {
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
}
.user-panel-footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
a.copy-btn {
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
}
.copy-btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.user-fix .btn-default.dropdown-toggle {
  border: 0;
  color: #24465f;
  height: 26px;
  padding: 0;
}
.user-fix .avatar {
  margin-left: 0;
  margin-right: 5px;
}
.details-control {
  text-align: left;
}
.details-control .current-task {
  background-color: #ff9a00;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  padding: 1px 2px;
}
.details-control .current-task:hover {
  color: #ffffff;
  text-decoration: none;
}
.details-control .current-task:focus {
  color: #ffffff;
  text-decoration: none;
}
.details-control a {
  color: inherit;
  text-decoration: none;
}
.details-control a:hover {
  color: #344860;
  text-decoration: none;
}
.details-control a:focus {
  color: #344860;
  text-decoration: none;
}
.user-cell .btn-default:hover {
  background-color: inherit;
}
.user-cell .btn-default .bs-caret {
  display: none;
}
.user-cell .dropdown-menu {
  top: -9px;
}
.reporter-block .btn-default.dropdown-toggle {
  border: 0;
  color: #24465f !important;
  height: auto;
  padding: 0;
}
.reporter-block .btn-default.dropdown-toggle:hover {
  color: #24465f !important;
}
.reporter-block .btn-default:hover {
  background-color: inherit;
}
.reporter-block .btn-default .bs-caret {
  display: none;
}
.reporter-block .dropdown-menu {
  top: -9px;
}
.priority .data-assign-priority {
  width: 25px !important;
}
.priority .data-assign-priority .bs-caret {
  display: none;
}
.priority .data-assign-priority .dropdown-menu {
  top: -6px;
  left: -6px;
}
table.dataTable.display tbody tr:hover {
  background-color: #e8e9eb;
}
table.dataTable.display tbody tr:hover .user-cell .btn-default {
  background-color: #e8e9eb;
}
table.dataTable.display tbody tr:hover td:first-child {
  cursor: move;
}
table.dataTable.display tbody tr:hover td:first-child:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 5px solid #bec3c7;
  content: '';
}
table.dataTable.display tbody tr td:first-child {
  position: relative;
}
table.dataTable.display tbody tr.shown + tr:hover {
  background-color: #ffffff;
  border-color: transparent;
}
table.dataTable.display tbody tr.shown + tr td:first-child:before {
  border-left-color: transparent;
}
.time-wrap {
  height: 25px;
  position: relative;
  white-space: nowrap;
}
.time-wrap span {
  background-color: #e84c3d;
  border-radius: 3px;
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-family: 'Material Icons';
  left: 0;
  line-height: 25px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.time-wrap:hover span {
  display: block;
}
.time-icons {
  left: 100%;
  padding-left: 7px;
  position: absolute;
  width: 72px;
}
.time-line {
  bottom: -6px;
  height: 3px;
  position: absolute;
}
.time-line.red-line {
  background-color: #e84c3d;
  right: 0;
  width: 30%;
}
.time-line.gray-line {
  background-color: #ecedef;
  right: 0;
  width: 30%;
}
.yellow-line {
  background-color: #f1c40f;
  left: 0;
  width: 70%;
}
tr.shown + tr td {
  cursor: default;
}
.dt-rowReorder-float .bootstrap-tagsinput {
  display: none !important;
  visibility: hidden;
}
.dt-rowReorder-float .bootstrap-tagsinput input {
  display: none !important;
  visibility: hidden;
}
.editable-field {
  position: relative;
  z-index: 5;
}
.editable-field input {
  border-radius: 4px;
  border: 1px solid #cccccc;
  line-height: 20px;
  padding-right: 30px;
  width: 20px;
}
.edit {
  height: 26px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  word-break: break-all;
}
.edit button {
  background-color: transparent;
  border: 0;
  color: #dddddd;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 2px;
  top: 1px;
}
.td-key a {
  line-height: 21px;
  display: block;
  max-width: 71px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bootstrap-tagsinput .tag {
  -webkit-transition: .25s linear;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 18px;
  margin-right: 2px;
  overflow: hidden;
  padding: 0 17px 0 7px;
  position: relative;
  text-transform: lowercase;
  transition: .25s linear;
  vertical-align: middle;
}
.bootstrap-tagsinput .tag:hover {
  padding-left: 4px;
  padding-right: 20px;
}
.bootstrap-tagsinput .tag:hover > span {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.bootstrap-tagsinput .tag.one {
  background-color: #e84d3b;
}
.bootstrap-tagsinput .tag.three {
  background-color: #1bbc9b;
}
.bootstrap-tagsinput .tag.two {
  background-color: #f2c40f;
}
.bootstrap-tagsinput .tag > span {
  -webkit-transition: opacity .25s linear;
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 12px;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  transition: opacity .25s linear;
  width: 20px;
  z-index: 2;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  color: #fff;
  content: "clear";
  font-family: 'Material Icons';
  font-size: 20px;
  line-height: 20px;
  display: block;
}
.bootstrap-tagsinput input {
  -webkit-transition: width .25s linear;
  height: 20px;
  line-height: 20px;
  padding: 0;
  transition: width .25s linear;
  vertical-align: top;
  width: 0;
  border: 0;
}
.bootstrap-tagsinput .add-tag-span {
  color: #dddddd;
  cursor: pointer;
  font-family: 'Material Icons';
  font-size: 24px;
  line-height: 20px;
  opacity: 1;
  vertical-align: middle;
}
.bootstrap-tagsinput .add-tag-span:hover {
  color: #b4b4b4;
}
.bootstrap-tagsinput.focus input {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #dedede;
  display: inline-block;
  height: 22px;
  line-height: 1.4358;
  padding: 0 10px;
  vertical-align: middle;
  width: 120px;
}
.task-wrap {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  max-width: 725px;
  overflow: hidden;
  line-height: 21px;
}
.task-wrap:hover .bootstrap-tagsinput input {
  display: inline-block;
}
.task-wrap:hover .bootstrap-tagsinput:after {
  display: inline-block;
}
.task-wrap:after {
  bottom: -5px;
  content: '';
  pointer-events: none;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 90%;
}
tr.odd .task-wrap:after {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color19ff', endColorstr='@color9', GradientType=1);
}
tr.even .task-wrap:after {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color19ff', endColorstr='@color0', GradientType=1);
}
tr:hover .task-wrap:after {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #e8e9eb 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #e8e9eb 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e8e9eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color19ff', endColorstr='@color16', GradientType=1);
}
.info-actions {
  display: inline-block;
  padding-top: 21px;
  text-align: right;
  vertical-align: top;
  width: 252px;
  float: left;
}
.actions-wrap {
  padding-bottom: 24px;
}
.actions-wrap i {
  cursor: pointer;
  padding: 0 10px;
}
.actions-wrap i.close-row {
  color: #cecece;
  padding-right: 0;
}
.actions-wrap i.close-row:hover {
  color: #666666;
}
.info-body {
  display: inline-block;
  padding-left: 120px;
  width: calc(100% - 252px);
  float: left;
}
.info-body h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 23px 0 15px;
  cursor: pointer;
}
.info-body p {
  cursor: pointer;
}
.info-body .divider {
  border-bottom: 1px solid #dedede;
  height: 10px;
  position: relative;
  text-align: center;
}
.info-body .divider span {
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
i.play-mobile {
  background-color: #e84c3d;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding: 0 20px;
  text-align: center;
}
.act-cont {
  color: black;
  padding-left: 10px;
  text-align: left;
}
.comment {
  margin-bottom: 0;
  padding-top: 1px;
}
.static-tag {
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 20px;
  line-height: 20px;
  margin-right: 3px;
  padding: 0 5px;
}
.red-tag.static-tag {
  background-color: #e84c3d;
}
.static-tag.green-tag {
  background-color: #1bbc9d;
}
.comment-content {
  color: #818a93;
  margin-bottom: 15px;
  padding-left: 25px;
  word-break: break-all;
}
.info-row {
  padding-bottom: 5px;
}
.info-row.tags-wrap {
  padding-left: 30px;
  text-align: left;
}
.increase-font .info-row.tags-wrap {
  padding-left: 15px;
}
.date {
  color: #cbcbcb;
  float: right;
}
.comment-head {
  margin-top: 15px;
  padding-bottom: 5px;
}
.info-row > div {
  float: left;
  line-height: 32px;
}
.da-estimation input {
  min-width: 70px;
  padding: 7px;
}
.act-name {
  font-weight: bold;
  width: 102px;
}
.comment-wrap .comment {
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 1s;
}
.comment-wrap .comment:nth-last-child(2) {
  max-height: 600px;
}
.comment-wrap .comment:last-child {
  max-height: 600px;
}
.comment-wrap.show-all .comment {
  max-height: 600px;
}
.inner-info {
  cursor: default;
  display: none;
  padding-bottom: 13px;
}
.inner-info:after {
  content: '';
  clear: both;
  display: table;
}
.autorefresh {
  display: inline-block;
  margin: 0 14px;
}
.add-row-wrap {
  padding-top: 10px;
  position: relative;
}
.add-row-wrap .text-input {
  vertical-align: middle;
  width: calc(100% - 371px);
}
.add-row-wrap .avatar {
  margin-left: 0;
  margin-right: 5px;
}
.add-row-wrap:after {
  animation-direction: reverse;
  background-color: #bcc4c8;
  bottom: 0;
  color: #ffffff;
  content: attr(data-message);
  display: none;
  font-size: 18px;
  left: 0;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 999;
}
.add-row-wrap .add-task {
  cursor: pointer;
  vertical-align: middle;
}
.add-row-wrap.appear-message:after {
  -webkit-animation: fade-in;
  -o-animation: fade-in;
  animation: fade-in;
  animation: animation 3s ;
  display: block;
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-mini-row-wrap.appear-message:after {
  display: block;
  animation: animation_top 3s;
}
.one-line-input {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #dedede;
  display: inline-block;
  vertical-align: top;
}
.mini-select {
  border-radius: 4px;
}
.alert-info .material-icons {
  vertical-align: bottom;
}
.wrap.increase-font {
  font-size: 16px;
}
.wrap.increase-font .and-condition {
  width: 60px;
}
.wrap.increase-font .condition-wrap {
  display: block;
  line-height: 20px;
  width: 80px;
}
.wrap.increase-font .form-control {
  font-size: 16px;
}
.wrap.increase-font .btn {
  font-size: 16px;
  padding: 3px 10px;
}
.wrap.increase-font table td {
  font-size: 16px;
  vertical-align: top;
}
.wrap.increase-font .info-actions {
  width: 290px;
}
.wrap.increase-font .info-body {
  width: calc(100% - 290px);
}
.wrap.increase-font .info-body h3 {
  font-size: 16px;
}
.wrap.increase-font .dropdown-header {
  font-size: 16px;
}
.wrap.increase-font .dropdown-menu {
  font-size: 16px;
}
.wrap.increase-font .dataTables_wrapper {
  font-size: 16px;
}
.wrap.increase-font .and-check_box:checked + .and-condition .condition-wrap {
  -ms-transform: translate(-31px);
  -webkit-transform: translate(-31px);
  transform: translate(-37px);
}
.wrap.increase-font .add-mini-row-wrap .text-input {
  width: 164px;
}
.sunset_orange .alert-wrap .alert-head,
.sunset_orange .dropdown-menu > .active > a,
.sunset_orange .dropdown-menu > .active > a:hover,
.sunset_orange .dropdown-menu > .active > a:focus,
.sunset_orange .add-mini-row-wrap:after,
.sunset_orange .add-row-wrap:after,
.sunset_orange .standard-box li.active,
.sunset_orange .user-panel-footer a,
.sunset_orange a.copy-btn,
.sunset_orange .and-condition,
.sunset_orange .time-wrap span,
.sunset_orange i.play-mobile {
  background-color: #e74c3c;
}
.sunset_orange .bootstrap-select > .dropdown-toggle.bs-placeholder,
.sunset_orange .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.sunset_orange .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.sunset_orange .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.sunset_orange .wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark::before,
.sunset_orange .wrap .dropdown-toggle,
.sunset_orange .wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark::before,
.sunset_orange .logo,
.sunset_orange .act-name,
.sunset_orange .bs-searchbox.focused-input:after,
.sunset_orange .bootstrap-select.btn-group.show-tick .dropdown-menu li:hover a span.check-mark::before,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #e74c3c;
}
.sunset_orange .add-row-wrap .text-input:focus,
.sunset_orange .filter-wrap .form-control:focus,
.sunset_orange .wrap .text-input:focus,
.sunset_orange .theme-options,
.sunset_orange .share-block ul,
.sunset_orange .one-line-input:active,
.sunset_orange .one-line-input:focus,
.sunset_orange .one-line-input .form-control:focus,
.sunset_orange .one-line-input .form-control:active,
.sunset_orange .add-mini-row-wrap .form-group,
.sunset_orange .add-row-wrap,
.sunset_orange .one-line-input.focused,
.sunset_orange .form-control:focus,
.sunset_orange .share-content,
.sunset_orange .standard-box input:focus {
  border-color: #e74c3c;
}
.sunset_orange .material-icons:hover,
.sunset_orange .logo:hover,
.sunset_orange .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.sunset_orange .wrap .dropdown-toggle:hover {
  color: #962014;
}
.science_blue .material-icons {
  color: #005ed8;
}
.science_blue .user-panel-footer a:hover {
  background-color: #003d8c;
}
.science_blue .copy-btn:hover {
  background-color: #003d8c;
}
.science_blue .and-condition:hover {
  background-color: #003d8c;
}
.science_blue .theme-options::before {
  border-bottom-color: #005ed8;
}
.science_blue .share-block ul::before {
  border-bottom-color: #005ed8;
}
.science_blue .share-content::before {
  border-bottom-color: #005ed8;
}
.science_blue .add-mini-row-wrap .form-group::before {
  border-top-color: #005ed8;
}
.science_blue .alert-wrap .alert-head,
.science_blue .dropdown-menu > .active > a,
.science_blue .dropdown-menu > .active > a:hover,
.science_blue .dropdown-menu > .active > a:focus,
.science_blue .add-mini-row-wrap:after,
.science_blue .add-row-wrap:after,
.science_blue .standard-box li.active,
.science_blue .user-panel-footer a,
.science_blue a.copy-btn,
.science_blue .and-condition,
.science_blue .time-wrap span,
.science_blue i.play-mobile {
  background-color: #005ed8;
}
.science_blue .bootstrap-select > .dropdown-toggle.bs-placeholder,
.science_blue .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.science_blue .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.science_blue .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.science_blue .wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark::before,
.science_blue .wrap .dropdown-toggle,
.science_blue .wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark::before,
.science_blue .logo,
.science_blue .act-name,
.science_blue .bs-searchbox.focused-input:after,
.science_blue .bootstrap-select.btn-group.show-tick .dropdown-menu li:hover a span.check-mark::before,
.science_blue .open > .dropdown-toggle.btn-default:focus,
.science_blue .open > .dropdown-toggle.btn-default:hover {
  color: #005ed8;
}
.science_blue .add-row-wrap .text-input:focus,
.science_blue .filter-wrap .form-control:focus,
.science_blue .wrap .text-input:focus,
.science_blue .theme-options,
.sunset_orange .share-block ul .science_blue .one-line-input:active,
.science_blue .one-line-input:focus,
.science_blue .one-line-input .form-control:focus,
.science_blue .one-line-input .form-control:active,
.science_blue .add-mini-row-wrap .form-group,
.science_blue .add-row-wrap,
.science_blue .one-line-input.focused,
.science_blue .form-control:focus,
.science_blue .share-content,
.science_blue .standard-box input:focus {
  border-color: #005ed8;
}
.science_blue .material-icons:hover,
.science_blue .logo:hover,
.science_blue .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.science_blue .wrap .dropdown-toggle:hover {
  color: #003d8c;
}
.red_violet .material-icons {
  color: #c01863;
}
.red_violet .user-panel-footer a:hover {
  background-color: #7d083d;
}
.red_violet .copy-btn:hover {
  background-color: #7d083d;
}
.red_violet .and-condition:hover {
  background-color: #7d083d;
}
.red_violet .theme-options::before {
  border-bottom-color: #c01863;
}
.red_violet .share-block ul::before {
  border-bottom-color: #c01863;
}
.red_violet .share-content::before {
  border-bottom-color: #c01863;
}
.red_violet .add-mini-row-wrap .form-group::before {
  border-top-color: #c01863;
}
.red_violet .alert-wrap .alert-head,
.red_violet .dropdown-menu > .active > a,
.red_violet .dropdown-menu > .active > a:hover,
.red_violet .dropdown-menu > .active > a:focus,
.red_violet .add-mini-row-wrap:after,
.red_violet .add-row-wrap:after,
.red_violet .standard-box li.active,
.red_violet .user-panel-footer a,
.red_violet a.copy-btn,
.red_violet .and-condition,
.red_violet .time-wrap span,
.red_violet i.play-mobile {
  background-color: #c01863;
}
.red_violet .bootstrap-select > .dropdown-toggle.bs-placeholder,
.red_violet .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.red_violet .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.red_violet .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.red_violet .wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark::before,
.red_violet .wrap .dropdown-toggle,
.red_violet .wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark::before,
.red_violet .logo,
.red_violet .act-name,
.red_violet .bs-searchbox.focused-input:after,
.red_violet .bootstrap-select.btn-group.show-tick .dropdown-menu li:hover a span.check-mark::before,
.red_violet .open > .dropdown-toggle.btn-default:focus,
.red_violet .open > .dropdown-toggle.btn-default:hover {
  color: #c01863;
}
.red_violet .add-row-wrap .text-input:focus,
.red_violet .filter-wrap .form-control:focus,
.red_violet .wrap .text-input:focus,
.red_violet .theme-options,
.red_violet .share-block ul,
.red_violet .one-line-input:active,
.red_violet .one-line-input:focus,
.red_violet .one-line-input .form-control:focus,
.red_violet .one-line-input .form-control:active,
.red_violet .add-mini-row-wrap .form-group,
.red_violet .add-row-wrap,
.red_violet .one-line-input.focused,
.red_violet .form-control:focus,
.red_violet .share-content,
.red_violet .standard-box input:focus {
  border-color: #c01863;
}
.red_violet .material-icons:hover,
.red_violet .logo:hover,
.red_violet .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.red_violet .wrap .dropdown-toggle:hover {
  color: #7d083d;
}
.grass_green .material-icons {
  color: #00b201;
}
.grass_green .user-panel-footer a:hover {
  background-color: #007400;
}
.grass_green .copy-btn:hover {
  background-color: #007400;
}
.grass_green .and-condition:hover {
  background-color: #007400;
}
.grass_green .theme-options::before {
  border-bottom-color: #00b201;
}
.grass_green .share-block ul::before {
  border-bottom-color: #00b201;
}
.grass_green .share-content::before {
  border-bottom-color: #00b201;
}
.grass_green .add-mini-row-wrap .form-group::before {
  border-top-color: #00b201;
}
.grass_green .alert-wrap .alert-head,
.grass_green .dropdown-menu > .active > a,
.grass_green .dropdown-menu > .active > a:hover,
.grass_green .dropdown-menu > .active > a:focus,
.grass_green .add-mini-row-wrap:after,
.grass_green .add-row-wrap:after,
.grass_green .standard-box li.active,
.grass_green .user-panel-footer a,
.grass_green a.copy-btn,
.grass_green .and-condition,
.grass_green .time-wrap span,
.grass_green i.play-mobile {
  background-color: #00b201;
}
.grass_green .bootstrap-select > .dropdown-toggle.bs-placeholder,
.grass_green .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.grass_green .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.grass_green .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.grass_green .wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark::before,
.grass_green .wrap .dropdown-toggle,
.grass_green .wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark::before,
.grass_green .logo,
.grass_green .act-name,
.grass_green .bs-searchbox.focused-input:after,
.grass_green .bootstrap-select.btn-group.show-tick .dropdown-menu li:hover a span.check-mark::before,
.grass_green .open > .dropdown-toggle.btn-default:focus,
.grass_green .open > .dropdown-toggle.btn-default:hover {
  color: #00b201;
}
.grass_green .add-row-wrap .text-input:focus,
.grass_green .filter-wrap .form-control:focus,
.grass_green .wrap .text-input:focus,
.grass_green .theme-options,
.grass_green .share-block ul,
.grass_green .one-line-input:active,
.grass_green .one-line-input:focus,
.grass_green .one-line-input .form-control:focus,
.grass_green .one-line-input .form-control:active,
.grass_green .add-mini-row-wrap .form-group,
.grass_green .add-row-wrap,
.grass_green .one-line-input.focused,
.grass_green .form-control:focus,
.grass_green .share-content,
.grass_green .standard-box input:focus {
  border-color: #00b201;
}
.grass_green .material-icons:hover,
.grass_green .logo:hover,
.grass_green .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.grass_green .wrap .dropdown-toggle:hover {
  color: #007400;
}
.jade .material-icons {
  color: #00bc7a;
}
.jade .user-panel-footer a:hover {
  background-color: #007a4f;
}
.jade .copy-btn:hover {
  background-color: #007a4f;
}
.jade .and-condition:hover {
  background-color: #007a4f;
}
.jade .theme-options::before {
  border-bottom-color: #00bc7a;
}
.jade .share-block ul::before {
  border-bottom-color: #00bc7a;
}
.jade .share-content::before {
  border-bottom-color: #00bc7a;
}
.jade .add-mini-row-wrap .form-group::before {
  border-top-color: #00bc7a;
}
.jade .alert-wrap .alert-head,
.jade .dropdown-menu > .active > a,
.jade .dropdown-menu > .active > a:hover,
.jade .dropdown-menu > .active > a:focus,
.jade .add-mini-row-wrap:after,
.jade .add-row-wrap:after,
.jade .standard-box li.active,
.jade .user-panel-footer a,
.jade a.copy-btn,
.jade .and-condition,
.jade .time-wrap span,
.jade i.play-mobile {
  background-color: #00bc7a;
}
.jade .bootstrap-select > .dropdown-toggle.bs-placeholder,
.jade .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.jade .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.jade .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.jade .wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark::before,
.jade .wrap .dropdown-toggle,
.jade .wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark::before,
.jade .logo,
.jade .act-name,
.jade .bs-searchbox.focused-input:after,
.jade .bootstrap-select.btn-group.show-tick .dropdown-menu li:hover a span.check-mark::before,
.jade .open > .dropdown-toggle.btn-default:focus,
.jade .open > .dropdown-toggle.btn-default:hover {
  color: #00bc7a;
}
.jade .add-row-wrap .text-input:focus,
.jade .filter-wrap .form-control:focus,
.jade .wrap .text-input:focus,
.jade .theme-options,
.jade .share-block ul,
.jade .one-line-input:active,
.jade .one-line-input:focus,
.jade .one-line-input .form-control:focus,
.jade .one-line-input .form-control:active,
.jade .add-mini-row-wrap .form-group,
.jade .add-row-wrap,
.jade .one-line-input.focused,
.jade .form-control:focus,
.jade .share-content,
.jade .standard-box input:focus {
  border-color: #00bc7a;
}
.jade .material-icons:hover,
.jade .logo:hover,
.jade .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.jade .wrap .dropdown-toggle:hover {
  color: #007a4f;
}
.cerulean .material-icons {
  color: #01bde2;
}
.cerulean .user-panel-footer a:hover {
  background-color: #007c93;
}
.cerulean .copy-btn:hover {
  background-color: #007c93;
}
.cerulean .and-condition:hover {
  background-color: #007c93;
}
.cerulean .theme-options::before {
  border-bottom-color: #01bde2;
}
.cerulean .share-content::before {
  border-bottom-color: #01bde2;
}
.cerulean .share-block ul::before {
  border-bottom-color: #01bde2;
}
.cerulean .add-mini-row-wrap .form-group::before {
  border-top-color: #01bde2;
}
.cerulean .alert-wrap .alert-head,
.cerulean .dropdown-menu > .active > a,
.cerulean .dropdown-menu > .active > a:hover,
.cerulean .dropdown-menu > .active > a:focus,
.cerulean .add-mini-row-wrap:after,
.cerulean .add-row-wrap:after,
.cerulean .standard-box li.active,
.cerulean .user-panel-footer a,
.cerulean a.copy-btn,
.cerulean .and-condition,
.cerulean .time-wrap span,
.cerulean i.play-mobile {
  background-color: #01bde2;
}
.cerulean .bootstrap-select > .dropdown-toggle.bs-placeholder,
.cerulean .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.cerulean .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.cerulean .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.cerulean .wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark::before,
.cerulean .wrap .dropdown-toggle,
.cerulean .wrap .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark::before,
.cerulean .logo,
.cerulean .act-name,
.cerulean .bs-searchbox.focused-input:after,
.cerulean .bootstrap-select.btn-group.show-tick .dropdown-menu li:hover a span.check-mark::before,
.cerulean .open > .dropdown-toggle.btn-default:focus,
.cerulean .open > .dropdown-toggle.btn-default:hover {
  color: #01bde2;
}
.cerulean .add-row-wrap .text-input:focus,
.cerulean .filter-wrap .form-control:focus,
.cerulean .wrap .text-input:focus,
.cerulean .theme-options,
.cerulean .share-block ul,
.cerulean .one-line-input:active,
.cerulean .one-line-input:focus,
.cerulean .one-line-input .form-control:focus,
.cerulean .one-line-input .form-control:active,
.cerulean .add-mini-row-wrap .form-group,
.cerulean .add-row-wrap,
.cerulean .one-line-input.focused,
.cerulean .form-control:focus,
.cerulean .share-content,
.cerulean .standard-box input:focus {
  border-color: #01bde2;
}
.cerulean .material-icons:hover,
.cerulean .logo:hover,
.cerulean .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.cerulean .wrap .dropdown-toggle:hover {
  color: #007c93;
}
@media all and (max-width: 1620px) {
  .alert-wrap {
    display: none;
  }
  .add-mini-row-wrap {
    display: none;
  }
  .search-wrap {
    padding-right: 100px;
  }
  .search-wrap .text-input {
    width: 110px;
  }
  .wrap.increase-font .search-wrap .text-input {
    width: 273px;
  }
  .table-header {
    position: relative;
  }
  .theme-options {
    width: 200px;
  }
  .theme-options .wide-screen {
    display: none;
  }
  .user-panel {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 3;
    width: auto;
  }
  .time-counter {
    display: inline-block;
  }
}
@media all and (max-width: 1280px) {
  .user-panel {
    right: 15px;
  }
  .wrap {
    padding: 0 15px;
    max-width: 100%;
    overflow-x: hidden;
  }
  .wrap .text-input {
    width: 150px;
  }
  .wrap.increase-font .search-wrap .text-input {
    width: 145px;
  }
  .member-add {
    width: 225px !important;
  }
  .dataTables_wrapper {
    padding-right: 65px;
  }
  .color-section {
    height: auto;
  }
  .add-row-wrap .text-input {
    width: calc(100% - 450px);
  }
  .search-wrap {
    padding-right: 140px;
  }
  .info-body {
    width: calc(100% - 265px);
  }
  .info-actions {
    width: 262px;
  }
  .time-icons {
    width: 72px;
  }
}
@media all and (max-width: 1045px) {
  .logo {
    margin-bottom: 7px;
  }
  .form-group-wrap {
    display: block;
    position: relative;
  }
  .user-panel {
    top: 5px;
  }
  .name {
    float: right;
    margin-left: 20px;
  }
  .wrap .navbar-form {
    margin-top: 15px;
  }
  .search-wrap {
    padding-right: 0;
    position: absolute;
    right: 171px;
    top: 0;
  }
  .add-row-wrap .text-input {
    width: calc(100% - 449px);
  }
  .navbar-form .form-group {
    display: inline-block;
    margin: 0;
  }
}
@media all and (max-width: 1023px) {
  .search-wrap .text-input {
    width: 190px;
  }
  .dataTables_wrapper {
    padding: 0;
  }
  .time-wrap .time-icons {
    display: none;
  }
  .add-row-wrap .text-input {
    width: calc(100% - 386px);
  }
}
@media all and (max-width: 767px) {
  .wrap {
    padding: 0;
  }
  .wrap .user-cell .btn-default.dropdown-toggle {
    background-color: transparent;
  }
  .wrap .desktop-hide {
    display: block;
  }
  .wrap .placeholder-search {
    display: inline-block;
    top: 3px;
    right: 130px;
    left: auto;
    z-index: 5;
  }
  .wrap .navbar-form {
    margin-bottom: 0;
  }
  .wrap .add-mini-row-wrap .text-input {
    width: calc(100% - 195px);
  }
  body {
    cursor: pointer;
  }
  .actions-wrap i.close-row {
    padding-right: 10px;
  }
  .actions-wrap i.play-mobile {
    display: inline-block;
    color: #ffffff;
  }
  .actions-wrap i.play-mobile:hover {
    color: #ffffff;
  }
  .user-panel {
    width: auto;
    text-align: right;
  }
  .user-panel .avatar {
    float: none;
  }
  .user-panel:hover .panel-head {
    display: block;
  }
  .add-mini-row-wrap {
    display: block;
    position: relative;
    width: 100%;
    right: auto;
  }
  .add-mini-row-wrap .bootstrap-select.btn-group .dropdown-menu {
    width: 120px;
  }
  .add-mini-row-wrap .form-group::before {
    display: none;
  }
  .bootstrap-select.user-fix .dropdown-toggle .filter-option {
    text-align: center;
  }
  .add-row-wrap {
    border-top: 4px solid;
    padding: 7px;
    background-color: #f9f9f9;
    display: none;
  }
  .time-wrap:hover span {
    display: none;
  }
  .dataTables_wrapper .row:nth-child(3) {
    display: none;
  }
  .info-body {
    padding: 0;
    width: 100%;
    margin-top: 50px;
  }
  .info-body h3 {
    margin: 5px 0 10px;
  }
  .wrap.increase-font .info-body {
    width: 100%;
  }
  .wrap.increase-font .add-mini-row-wrap .text-input {
    width: calc(100% - 159px);
  }
  .info-actions {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 5px;
  }
  .inner-info {
    position: relative;
    padding: 0 10px 10px 5px;
  }
  .info-wrap {
    display: none;
  }
  .user-cell .btn .avatar + span {
    display: none;
  }
  .user-cell .btn .avatar-img + span {
    display: none;
  }
  .user-cell .dropdown-menu {
    left: auto;
    right: 0;
  }
  .user-th {
    width: 30px !important;
  }
  .mobile-hide {
    display: none;
  }
  .table-header {
    padding: 0 10px;
  }
  table.dataTable tbody tr td:first-child {
    padding-right: 0;
    padding-left: 0;
  }
  table.dataTable thead tr th:first-child {
    padding-right: 0;
  }
  label[for="myInputTextField"] {
    display: none;
  }
  .search-wrap {
    right: 50px;
  }
  .search-wrap .text-input {
    width: 0;
    opacity: 0;
    transition: all 0.5s;
  }
  .search-wrap .text-input.active {
    width: 190px;
    opacity: 1;
  }
  .time-counter {
    display: none;
  }
  .one-line-input {
    width: calc(100% - 30px);
  }
  .tags-wrap .bootstrap-tagsinput {
    display: none;
  }
}
@media all and (max-width: 570px) {
  .filter-wrap .tag-search-toggle {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 3px;
    top: 3px;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .filter-wrap .tag-search-toggle.rotation {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  .fav-block {
    margin: 0 10px;
  }
  .share-content {
    width: 200px;
  }
  .mobile-wrap-tag {
    display: none;
    padding-top: 6px;
    width: 100%;
  }
  .navbar-form .tag-search {
    background-color: white;
  }
  .navbar-form .tag-search.visible {
    max-height: 200px;
    opacity: 1;
  }
  .wrap .placeholder-search {
    right: 130px;
  }
}
@media all and (max-width: 360px) {
  .wrap.increase-font .edit {
    width: 73px;
  }
}
