/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Open+Sans+Condensed:300,700);*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*
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,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]
{
    -moz-appearance: textfield;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333;
  background-color: #315e88;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #135DA2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #135DA2;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-fluid,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #2b3e50;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.rounded-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #E8E8E8;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  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: #ebebeb;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
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: 10.5px;
  margin-bottom: 10.5px;
}
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: 39px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-right-force {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #afafaf;
}
.text-primary {
  color: #135DA2;
}
a.text-primary:hover {
  color: #b15315;
}
.text-success {
  color: #ebebeb;
}
a.text-success:hover {
  color: #d2d2d2;
}
.text-disabled {
  color: #c0c0c0;
}
a.text-disabled:hover {
  color: #c0c0c0;
}
.text-info {
  color: #ebebeb;
}
a.text-info:hover {
  color: #d2d2d2;
}
.text-warning {
  color: #ebebeb;
}
a.text-warning:hover {
  color: #d2d2d2;
}
.text-danger {
  color: #ebebeb;
}
a.text-danger:hover {
  color: #d2d2d2;
}
.bg-primary {
  color: #fff;
  background-color: #135DA2;
}
a.bg-primary:hover {
  background-color: #b15315;
}
.bg-success {
  background-color: #5cb85c;
}
a.bg-success:hover {
  background-color: #449d44;
}
.bg-info {
  background-color: #5bc0de;
}
a.bg-info:hover {
  background-color: #31b0d5;
}
.bg-warning {
  background-color: #f0ad4e;
}
a.bg-warning:hover {
  background-color: #ec971f;
}
.bg-danger {
  background-color: #d9534f;
}
a.bg-danger:hover {
  background-color: #c9302c;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #ebebeb;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
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: 21px;
}
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 #E8E8E8;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #E8E8E8;
}
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: #ebebeb;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.float-end {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #E8E8E8;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.float-end footer:before,
.blockquote-reverse small:before,
blockquote.float-end small:before,
.blockquote-reverse .small:before,
blockquote.float-end .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.float-end footer:after,
.blockquote-reverse small:after,
blockquote.float-end small:after,
.blockquote-reverse .small:after,
blockquote.float-end .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 962px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #rightCol {
    margin-left: 9%;
  }
}
@media (min-width: 962px) {

}
@media (min-width: 1200px) {

}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 21px;
}
.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: 6px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #E8E8E8;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #E8E8E8;
}
.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 #E8E8E8;
}
.table .table {
  background-color: #2b3e50;
}
.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: 3px;
}
.table-bordered {
  border: 1px solid #E8E8E8;
}
.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 #E8E8E8;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #E8E8E8;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #485563;
}
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 {
  color: #EBEBEB;
  background-color: #485563;
}
.table > thead > tr > td.active .panel,
.table > tbody > tr > td.active .panel,
.table > tfoot > tr > td.active .panel,
.table > thead > tr > th.active .panel,
.table > tbody > tr > th.active .panel,
.table > tfoot > tr > th.active .panel,
.table > thead > tr.active > td .panel,
.table > tbody > tr.active > td .panel,
.table > tfoot > tr.active > td .panel,
.table > thead > tr.active > th .panel,
.table > tbody > tr.active > th .panel,
.table > tfoot > tr.active > th .panel {
  color: #767676;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #3d4954;
}
.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: #5cb85c;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #4cae4c;
}
.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: #5bc0de;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #46b8da;
}
.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: #f0ad4e;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #eea236;
}
.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: #d9534f;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #d43f3a;
}
@media (max-width: 749px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #E8E8E8;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #ebebeb;
  border: 0;
  border-bottom: 1px solid #E8E8E8;
}
label {
  display: inline-block;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #2b3e50;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #2b3e50;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -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;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
  text-transform: none;
}
.form-control:-ms-input-placeholder {
  color: #999;
  text-transform: none;
}
.form-control::-webkit-input-placeholder {
  color: #999;
  text-transform: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ebebeb;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 39px;
}
.form-group {
  margin-bottom: 0;
}
.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    position: relative;
  }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.form-control-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
select.form-control-sm {
  height: 31px;
  line-height: 31px;
}
textarea.form-control-sm,
select[multiple].form-control-sm {
  height: auto;
}
.form-control-lg {
  height: 52px;
  padding: 12px 24px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0;
}
select.form-control-lg {
  height: 52px;
  line-height: 52px;
}
textarea.form-control-lg,
select[multiple].form-control-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 26px;
  right: 0;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.has-success .form-text,
.has-success .col-form-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #ebebeb;
}
.has-success .form-control {
  border-color: #ebebeb;
  -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: #d2d2d2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ebebeb;
  border-color: #ebebeb;
  background-color: #5cb85c;
}
.has-success .form-control-feedback {
  color: #ebebeb;
}



.has-info .form-text,
.has-info .col-form-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline {
  color: #ebebeb;
}

.has-info .form-control {
  border-color: #5bc0de;
  -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-info .form-control:focus {
  border-color: #d2d2d2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}

.has-info .input-group-addon {
  color: #ebebeb;
  border-color: #ebebeb;
  background-color: #5bc0de;
}

.has-info .form-control-feedback {
  color: #ebebeb;
}


.has-warning .form-text,
.has-warning .col-form-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ebebeb;
}
.has-warning .form-control {
  border-color: #f0ad4e;
  -webkit-box-shadow: 0 0px 4px rgba(18, 139, 196, 0.6);
  box-shadow: 0 0px 4px rgba(18, 139, 196, 0.6);
}
.has-warning .form-control:focus {
  border-color: #d2d2d2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #ebebeb;
  border-color: #ebebeb;
  background-color: #f0ad4e;
}
.has-warning .form-control-feedback {
  color: #ebebeb;
}
.has-error .form-text,
.has-error .col-form-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ebebeb;
}
.has-error .form-control {
  border-color: #e63a3a;
  -webkit-box-shadow: 0 0 4px rgba(230, 58, 58, 0.6);
  box-shadow: 0 0 4px rgba(230, 58, 58, 0.6);
}
.has-error .form-control:focus {
  border-color: #d2d2d2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #ebebeb;
  border-color: #ebebeb;
  background-color: #d9534f;
}
.has-error .form-control-feedback {
  color: #ebebeb;
}
.form-control-static {
  margin-bottom: 0;
}
.form-text {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #333;
}
@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 .input-group > .form-control {
    width: 100%;
  }
  .form-inline .col-form-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .col-form-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 9px;
}
@media (min-width: 768px) {
  .form-horizontal .col-form-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-secondary {
  color: #333;
  background-color: #BFBFBF;
  border-color: transparent;
}
.btn-secondary.notbtn:focus,
.btn-secondary.notbtn:active,
.btn-secondary.notbtn:hover {
  color: #333 !important;
  background-color: #EBEBEB !important;
  border-color: transparent !important;
}
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #3d4954;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #E8E8E8;
  border-color: transparent;
}
.btn-secondary .badge {
  color: #E8E8E8;
  background-color: #ffffff;
}

.btn-primary:hover,
.btn-primary {
  color: #ffffff;
  background-color: #135DA2;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #104E89;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #135DA2;
  border-color: transparent;
}
.btn-primary .badge {
  color: #135DA2;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: rgba(0, 0, 0, 0);
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #135DA2;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #135DA2;
  text-decoration: underline;
  background-color: transparent;
}
.btn-textbox:hover,
.btn-textbox { 
  color: #2b3e50;
  background-color: #ffffff;
  border-color: transparent;
}
.btn-textbox:focus,
.btn-textbox:active,
.btn-textbox.active,
.open .dropdown-toggle.btn-textbox {
  color: #2b3e50;
  background-color: #888888;
  border-color: rgba(0, 0, 0, 0);
}
.btn-textbox:active,
.btn-textbox.active,
.open .dropdown-toggle.btn-textbox {
  background-image: none;
}
.btn-textbox.disabled,
.btn-textbox[disabled],
fieldset[disabled] .btn-textbox,
.btn-textbox.disabled:hover,
.btn-textbox[disabled]:hover,
fieldset[disabled] .btn-textbox:hover,
.btn-textbox.disabled:focus,
.btn-textbox[disabled]:focus,
fieldset[disabled] .btn-textbox:focus,
.btn-textbox.disabled:active,
.btn-textbox[disabled]:active,
fieldset[disabled] .btn-textbox:active,
.btn-textbox.disabled.active,
.btn-textbox[disabled].active,
fieldset[disabled] .btn-textbox.active {
  color: #e1e1e1;
  border-color: transparent;
}
.btn-textbox .badge {
  color: #2b3e50;
  background-color: #ffffff;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #2b3e50;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 24px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-sm,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
}


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  padding:0 !important;
}
.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: 15px;
  background-color: #5BC0DE;
  border: 1px solid transparent;
  border-radius: 0px;
  -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.float-end {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #2b3e50;
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-size: 15px;
  line-height: 1.42857143;
  color: #ebebeb;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ebebeb;
  background-color: #135DA2;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #135DA2;
}
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: gray;
  }
    .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;
      color: gray;
    }
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto !important;
  right: 0 !important;
}
.dropdown-menu-left {
  left: 0 !important;
  right: auto !important;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #2b3e50;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.float-end > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@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-vertical {
  width:100%;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 3px;
}
.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-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;
}
.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.spaced2 {
  border-spacing: 2px;
}
.btn-group-justified.spaced6 {
  border-spacing: 6px;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  padding: 12px 24px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  line-height: 52px;
}
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: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
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 16px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #2b3e50;
  text-align: center;
  background-color: #BFBFBF;
  border: 1px solid transparent;
  border-radius: 0;
}
.input-group-addon.form-control-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 0;
}
.input-group-addon.form-control-lg {
  padding: 12px 24px;
  font-size: 19px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover
{
  background-color: #BFBFBF;
  border-bottom: 1px solid #E8E8E8;
  color: #333333;
  text-decoration: none;
}


.nav > li > a:focus {
  background-color: green;  
  border-bottom: 1px solid #E8E8E8;
  color: #333333;
  text-decoration: none;
}


.nav > li.disabled > a {
  color: #E8E8E8;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #E8E8E8;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav-stacked > li > a {
    color:#444;
    font-size: 14px;
    margin: 7px 0;
    padding: 15px;
    text-shadow: 0 1px 0 #FFFFFF;
    font-weight: 700;
    -webkit-box-shadow: -20px 0 15px -10px rgba(50, 50, 50, 0.4) inset;
    -moz-box-shadow:    -20px 0 15px -10px rgba(50, 50, 50, 0.4) inset;
    box-shadow:         -20px 0 15px -10px rgba(50, 50, 50, 0.4) inset;
}
.nav-stacked > li > a i.fa {
    font-size: 24px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #E8E8E8;
  border-color: #135DA2;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #E8E8E8 #E8E8E8 transparent;
}
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #ebebeb;
    background-color: #2b3e50;
    border: 1px solid #E8E8E8;
    border-bottom-color: transparent;
    cursor: default;
    box-shadow: inset 2px 2px 1px 0px rgba(0,0,0,0.125);
    border-top: 3px solid #f0ad4e;
    outline: none;    
  }
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #E8E8E8;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #E8E8E8;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #E8E8E8;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus
{
    background-color: #E8E8E8;
    color: #333;
    border: 1px solid #CECECE;
    border-bottom-color: #E8E8E8;
    outline: none 0;
}
.nav-stacked > li {
    float: none;
    background: none repeat scroll 0 0 #BFBFBF;
    border-radius: 2px 0 0 2px;
    margin-bottom: 5px;
    width: 115px;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #E8E8E8;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #E8E8E8;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #E8E8E8;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 5px 0px;
  font-size: 19px;
  line-height: 21px;
  height: 40px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin: 0 20px 0 -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 4.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 9.5px;
    padding-bottom: 9.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 0.5px;
  margin-bottom: 0.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .col-form-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 0.5px;
  margin-bottom: 0.5px;
}
.navbar-btn.btn-sm {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
.navbar-btn.btn-sm {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #cdcdcd;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #ebebeb;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #333;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fafafa;
  background-color: #485563;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333;
  background-color: #485563;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #485563;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ebebeb;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #485563;
  color: #ebebeb;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ebebeb;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ebebeb;
    background-color: #485563;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ebebeb;
    background-color: #485563;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ebebeb;
}
.navbar-default .navbar-link:hover {
  color: #ebebeb;
}
.navbar-inverse {
  background-color: #135DA2;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #ebebeb;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ebebeb;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ebebeb;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ebebeb;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ebebeb;
  background-color: #c85e17;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ebebeb;
  background-color: #c85e17;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #c85e17;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ebebeb;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #bf5a16;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #c85e17;
  color: #ebebeb;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ebebeb;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ebebeb;
    background-color: #c85e17;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ebebeb;
    background-color: #c85e17;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ebebeb;
}
.navbar-inverse .navbar-link:hover {
  color: #ebebeb;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #E8E8E8;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ebebeb;
}
.breadcrumb > .active {
  color: #ebebeb;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ebebeb;
  background-color: #E8E8E8;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ebebeb;
  background-color: #485563;
  border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ebebeb;
  background-color: #135DA2;
  border-color: transparent;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #323c46;
  background-color: #E8E8E8;
  border-color: transparent;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 24px;
  font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #E8E8E8;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #485563;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #323c46;
  background-color: #E8E8E8;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #E8E8E8;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #39444e;
}
.label-primary {
  background-color: #135DA2;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #b15315;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: 300;
  color: #000000;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #E8E8E8;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-sm .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #135DA2;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #E8E8E8;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 67.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857143;
  background-color: #2b3e50;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #135DA2;
}
.thumbnail .caption {
  padding: 9px;
  color: #ebebeb;
}

.alert {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;  
  padding-bottom: 8px;  
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);  
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #5cb85c;
  border-color: transparent;
  color: #ebebeb;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #d2d2d2;
}
.alert-info {
  background-color: #5bc0de;
  border-color: transparent;
  color: #ebebeb;
}
.alert-default {
  background-color: #b0b0b0;
  border-color: transparent;
  color: #ffffff;
}
.alert-primary {
  color: #ffffff;
  background-color: #135DA2;
}

.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #d2d2d2;
}

.alert-primary hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-primary .alert-link {
  color: #d2d2d2;
}
.alert-warning {
  background-color: #f0ad4e;
  border-color: transparent;
  color: #ebebeb;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #d2d2d2;
}
.alert-danger {
  background-color: #d9534f;
  border-color: transparent;
  color: #ebebeb;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #d2d2d2;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #E8E8E8;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background-color: #135DA2;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-backface-visibility: hidden;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress.form-control-progress {
  height: 39px;
  margin-bottom: 0px;
  border-radius: 4px;
  background-color: white;
}

.progress.form-control-sm {
  height: 22px;
  margin-bottom: 0px;
  border-radius: 2px;
  background-color: white;
}


.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .float-start {
  margin-right: 10px;
}
.media > .float-end {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 0px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #E8E8E8;
  border: 1px solid transparent;
}

.list-group-item-noPadding {
  padding: 0px 15px;
  border: 0px solid transparent;
  margin-bottom: 0px;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #ebebeb;
}
a.list-group-item .list-group-item-heading {
  color: #ebebeb;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #485563;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #135DA2;
  border-color: #135DA2;
}

li.list-group-item.moveItem:hover, 
li.list-group-item.moveItem:focus {
  background-color: #135DA2;
  color: #ffffff;
}
li.list-group-item.active,
li.list-group-item.active:hover,
li.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #135DA2;
  border-color: #135DA2;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #f9decc;
}
.list-group-item-success {
  color: #ebebeb;
  background-color: #5cb85c;
}
a.list-group-item-success {
  color: #ebebeb;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #ebebeb;
  background-color: #4cae4c;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.list-group-item-info {
  color: #ebebeb;
  background-color: #5bc0de;
}
a.list-group-item-info {
  color: #ebebeb;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #ebebeb;
  background-color: #46b8da;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ebebeb;
  border-color: #ebebeb;
}


.list-group-item-white {
  background-color: #f4f4f4;
}
a.list-group-item-white {
  
}
a.list-group-item-white .list-group-item-heading {
  color: inherit;
}
a.list-group-item-white:hover,
a.list-group-item-white:focus {  
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
a.list-group-item-white.active,
a.list-group-item-white.active:hover,
a.list-group-item-white.active:focus {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.list-group-item-white-real-padding {
  padding: 10px 15px;
  list-style-type:none;
}

.list-group-item-white-real {
  background-color: #fff;
}

a.list-group-item-white-real {  
}

  a.list-group-item-white-real .list-group-item-heading {
    color: inherit;
  }

  a.list-group-item-white-real:hover,
  a.list-group-item-white-real:focus {    
    background-color: #f4f4f4;
    border-color: rgba(0, 0, 0, 0);
  }

  li.list-group-item-white-real:hover,
  li.list-group-item-white-real:focus {
    background-color: #f4f4f4;
    border-color: rgba(0, 0, 0, 0);
  }


  a.list-group-item-white-real.active,
  a.list-group-item-white-real.active:hover,
  a.list-group-item-white-real.active:focus {
    background-color: #f4f4f4;
    border-color: rgba(0, 0, 0, 0);
  }


.list-group-item-primary {
  color: #ffffff;
  background-color: #135DA2;
}
a.list-group-item-primary {
  color: #ffffff;
}
a.list-group-item-primary .list-group-item-heading {
  color: inherit;
}
a.list-group-item-primary:hover,
a.list-group-item-primary:focus {
  color: #ffffff;
  background-color: #104E89;
  border-color: rgba(0, 0, 0, 0);
}
a.list-group-item-primary.active,
a.list-group-item-primary.active:hover,
a.list-group-item-primary.active:focus {
  color: #ffffff;
  background-color: #104E89;
  border-color: rgba(0, 0, 0, 0);
}

.list-group-item-warning {
  color: #ebebeb;
  background-color: #f0ad4e;
}
a.list-group-item-warning {
  color: #ebebeb;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ebebeb;
  background-color: #eea236;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.list-group-item-danger {
  color: #ebebeb;
  background-color: #d9534f;
}
a.list-group-item-danger {
  color: #ebebeb;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ebebeb;
  background-color: #d43f3a;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ebebeb;
  border-color: #ebebeb;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #E8E8E8;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.card-body {
  padding: 15px;
  border: 1px solid #CECECE;
}
.card-header {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.card-header-withElements
{
    padding: 5px 15px 10px 15px;
}
.card-header > .dropdown .dropdown-toggle {
  color: inherit;
}
.card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.card-title > a {
  color: inherit;
}
.card-footer {
  padding: 10px 15px;
  background-color: #ccc;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.card-header + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .card-body + .table,
.panel > .card-body + .table-responsive {
  border-top: 1px solid #E8E8E8;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .card-header {
  border-bottom: 0;
}
.panel-group .card-header + .panel-collapse .card-body {
  border-top: 1px solid transparent;
}
.panel-group .card-footer {
  border-top: 0;
}
.panel-group .card-footer + .panel-collapse .card-body {
  border-bottom: 1px solid transparent;
}
.card-default {
  border-color: transparent;
}
.card-default > .card-header {
  color: #333333;
  background-color: #f5f5f5;
  border-color: transparent;
}
.card-default > .card-header + .panel-collapse .card-body {
  border-top-color: transparent;
}
.card-default > .card-footer + .panel-collapse .card-body {
  border-bottom-color: transparent;
}
.card-primary {
  border-color: transparent;
}
.card-primary > .card-header {
  color: #ffffff;
  background-color: #135DA2;
  border-color: transparent;
}
.card-primary > .card-header + .panel-collapse .card-body {
  border-top-color: transparent;
}
.card-primary > .card-footer + .panel-collapse .card-body {
  border-bottom-color: transparent;
}
.panel-success {
  border-color: transparent;
}
.panel-success > .card-header {
  color: #ebebeb;
  background-color: #5cb85c;
  border-color: transparent;
}
.panel-success > .card-header + .panel-collapse .card-body {
  border-top-color: transparent;
}
.panel-success > .card-footer + .panel-collapse .card-body {
  border-bottom-color: transparent;
}
.card-info {
  border-color: transparent;
}
.card-info > .card-header {
  color: #fff;
  background-color: #5bc0de;
  border-color: transparent;
}
.card-info > .card-header + .panel-collapse .card-body {
  border-top-color: transparent;
}
.card-info > .card-footer + .panel-collapse .card-body {
  border-bottom-color: transparent;
}
.panel-warning {
  border-color: transparent;
}
.panel-warning > .card-header {
  color: #ebebeb;
  background-color: #f0ad4e;
  border-color: transparent;
}
.panel-warning > .card-header + .panel-collapse .card-body {
  border-top-color: transparent;
}
.panel-warning > .card-footer + .panel-collapse .card-body {
  border-bottom-color: transparent;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger > .card-header {
  color: #ebebeb;
  background-color: #d9534f;
  border-color: transparent;
}
.panel-danger > .card-header + .panel-collapse .card-body {
  border-top-color: transparent;
}
.panel-danger > .card-footer + .panel-collapse .card-body {
  border-bottom-color: transparent;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #E8E8E8;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #ebebeb;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #ebebeb;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-backface-visibility: hidden;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  overflow-y: initial !important
}
.modal-content {
  position: relative;
  background-color: #E8E8E8;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 10px;
  border-bottom: 1px solid #2b3e50;
  min-height: 16.42857143px;
}
.modal-header-sm {
  padding: 3px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #2b3e50;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 50px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 962px) {
  .modal-xl {
    width: 900px;
  }
  .modal-xl-x1 {
    width: 60%;
  }
  .modal-xl-x2 {
    width: 90%;
  }
  .modal-xl-x3 {
    width: 40%;
  }

}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2147483647;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  background-color: #485563;
  border-bottom: 1px solid #3d4954;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;  
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;  
  border-top-color: #000000;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;  
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;  
  border-right-color: #000000;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;  
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;  
  border-bottom-color: #000000;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;  
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;  
  border-left-color: #000000;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;  
  border-left-color: #ffffff;
  bottom: -10px;
}
.validation .popover-title {
  color: #fff;
  background-color: #d9534f;
}
.validation .popover-content {
  background-color: #fff;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
  left: auto;
  right: 0;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}


.overviewCounterfontSizeLarge{font-size:40px !important;}

@media (max-width: 767px)
{
  .visible-xs
  {
    display: block !important;
  }

  #rightCol
  {
    margin-left: 0;
  }

  table.visible-xs
  {
    display: table;
  }

  tr.visible-xs
  {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs
  {
    display: table-cell !important;
  }

  .xs-padding-top-10 {
    padding-top: 10px;
  }

  
  .etkaBtn {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .catalogImageMenu {
    min-width: 100px;
  }

  .catalogImageMenu > li > a {
    font-size: 10px;
    padding: 3px 6px !important;
  }

}
@media (min-width: 768px) and (max-width: 961px)
{
  .visible-sm
  {
    display: block !important;
  }
  #rightCol
  {
    margin-left: 9%;
  }
  table.visible-sm
  {
    display: table;
  }

  tr.visible-sm
  {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm
  {
    display: table-cell !important;
  }

  
  .overviewCounterfontSizeLarge{font-size:25px !important;  }

  .catalogImageMenu {
    min-width: 100px;
  }

  .catalogImageMenu > li > a {
    font-size: 10px;
    padding: 5px 10px !important;
  }


}
@media (min-width: 962px) and (max-width: 1199px)
{
  .visible-md
  {
    display: block !important;
  }

  table.visible-md
  {
    display: table;
  }

  tr.visible-md
  {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md
  {
    display: table-cell !important;
  }
  
  .overviewCounterfontSizeLarge{font-size:30px !important;  }

}
@media (min-width: 1200px)
{
  .visible-lg
  {
    display: block !important;
  }

  table.visible-lg
  {
    display: table;
  }

  tr.visible-lg
  {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg
  {
    display: table-cell !important;
  }
}

@media (max-width: 767px)
{
  .hidden-xs
  {
    display: none !important;
  }

  .padding-xs5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

}

@media (min-width: 768px) and (max-width: 961px)
{
  .hidden-sm
  {
    display: none !important;
  }

  .padding-sm5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }


}

@media (min-width: 962px) and (max-width: 1199px)
{
  .hidden-md
  {
    display: none !important;
  }
}

@media (min-width: 1200px)
{
  .hidden-lg
  {
    display: none !important;
  }

}
.visible-print {
  display: none !important;
}
@media print
{
  .visible-print
  {
    display: block !important;
  }

  table.visible-print
  {
    display: table;
  }

  tr.visible-print
  {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print
  {
    display: table-cell !important;
  }
}

@media print
{
  .hidden-print
  {
    display: none !important;
  }
}
.navbar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 15px;
}
.btn {
  font-weight: 300;
}

.btn-sm,
.btn-sm {
  font-size: 12px;
}
body {
  font-weight: 300;
}
.text-primary,
.text-primary:hover {
  color: #135DA2;
}
.text-success,
.text-success:hover {
  color: #5cb85c;
}
.text-danger,
.text-danger:hover {
  color: #d9534f;
}
.text-warning,
.text-warning:hover {
  color: #f0ad4e;
}
.text-info,
.text-info:hover {
  color: #5bc0de;
}
.page-header {
  border-bottom-color: #E8E8E8;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-header {
  font-size: 12px;
}
table,
.table {  
  font-size: 16px;
}
table a,
.table a {
  color: #fff;
  text-decoration: underline;
}
.table a.btn {
  text-decoration: none;
}
table .nav a,
.table .nav a { 
  text-decoration: none;
  outline: none 0;
}
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {  
  border-color: #CECECE;
}
label,
.radio label,
.checkbox label,
.form-text {
  font-size: 15px;
  font-weight: 300;
}
.input-addon,
.input-group-addon {
  color: #ebebeb;
}
.has-warning .form-text,
.has-warning .col-form-label {
  color: #315E88;
}

input.has-error,
input.has-error:focus {
  border-color: #d9534f;
}

.has-error .form-text,
.has-error .col-form-label {
  color: #d9534f;
}
.has-success .form-text,
.has-success .col-form-label {
  color: #5cb85c;
}
.has-info .form-text,
.has-info .col-form-label {
  color: #5bc0de;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control,
.has-info .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
}
.nav-tabs > li > a {
  color: #ebebeb;
}
.nav-pills > li > a {
  color: #fff;
  background: #BFBFBF;
  border-bottom:1px solid #BFBFBF;
}
.pager a {
  color: #ebebeb;
}
.label {
  font-weight: 300;
}
.alert {
  color: #fff;
}
.alert a,
.alert .alert-link {
  color: #fff;
}
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel {
  border: none;
}
.card-default > .card-header {
  background-color: #485563;
  color: #ebebeb;
  font-weight:600;
  font-size:15px;
}
.homepage
{    
}
.homepage .card-default > .card-header {
  font-size:17px;
}

.homepage .card-default > .card-header .fa{
  font-size:20px;
}

.homepage .form-control-lg{
  font-size:20px;
  font-weight:600;
}



.thumbnail {
  background-color: #E8E8E8;
  border: none;
}
.modal {
  padding: 0;
}
.modal-header,
.modal-footer {
  background-color: #485563; 
  color: #fff;
  border: none;
  border-radius: 0;
}
.popover-title {
  border: none;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.float-end {
  float: right !important;
}
.float-start {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
body {
    padding:0 0 0;	
}
#sidebar li.active {
  	background: #EDEDED;
}
#sidebar li.active a {
  	color: #315E88;
      box-shadow: none;
}
#leftCol {
    position: absolute;    
}


.moveFromTop
{    
   
}

header { 
    position: relative; 
}

.fixedSideNav
{
    
}

.content_wrapper {
    background: none repeat scroll 0 0 #EDEDED;
    border-radius: 4px;
    padding: 15px 30px 30px;
    min-height: 725px;
}

.content_wrapper.topMargin {
  margin-top: 30px;
}


.content_wrapper_setup {
  background: #EDEDED;
  border-radius: 4px;
  padding: 15px 30px 30px;  
  overflow: auto;
  width: 100%;
  height: 100%;
}

.content_wrapper_setup.topMargin {
  margin-top: 50px;
}


.topMenuBar
{
    background: #485563;
    text-align:center;
    color:#fff;
}
.topMenuBar #PhotoUploadStatus, .topMenuBar #WaitDiv
{
    display:inline-block;
    margin: 4px;
}
.bottomMenuBar
{
    background: #d7d7d7;
}
.stats {
    color: #485563;
}
.stats p {
    padding: 5px;
    margin: 0;
}
header.navbar {
-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.67);
-moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.67);
box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.67);
}
@media screen and (min-width: 768px) {
}

.navbar-bright {
	background-color:#111155;
    color:#fff;
}

.affix-top,.affix{
	position: static;
}
@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:40px;
    width:200px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:70px;
    width:200px;
  }

}
.topMenuButtons {
    margin-left: 10px;    
}
.topMenuButtons .btn {
    margin: 5px 5px 0 0;
    font-size: 11px;
    border-radius: 5px 5px 0 0;
    background: #BFBFBF;
}
.topMenuButtons .btn.active {
    box-shadow: none;
    color: #315E88;
    background: #ededed;
}
.topMenuButtons .btn:hover {
    color: #333;
    background: #efefef;
}
.topMenuButtons .btn i.fa {
    font-size: 25px;
    margin-bottom: 3px;
}
.loggedin {
    border-color: #929292;
    border-style: solid;
    border-width: 0 1px;
    display: inline-block;
    height: 40px;
    padding: 5px;
}
.menuFa {
    font-size: 18px;
}
.takePhoto a {
    background: #ffb400;
    border-color: #929292;
    border-style: solid;
    border-width: 0 1px;
}
.newProcess a {
    background: #ebebeb;
    border-color: #929292;
    border-style: solid;
    border-width: 0 1px;
    border-left: 1px solid #929292;
}
footer {
    color: #fafafa;
    text-align: center;
    padding: 10px;
    font-size: 13px;
}
footer a {
    color: #fafafa;
}
footer a:hover {
    color: #5BC0DE;
    text-decoration: none;
}
*/
.noPadding {
    padding: 0;
}
.noPaddingVertical {
    padding-top: 0;
    padding-bottom: 0;
}
.noMargin
{
    margin:0 !important;
}

.noMarginLeft {
  margin-left: 0 !important;
}

.noBottomMargin
{
    margin-bottom :0 !important;
}

.noTopMargin
{
    margin-top :0 !important;
}

.noMinWidth {
  min-width: 0px !important;
}

.form-group {
  padding: 8px;
}

/*
.form-group {
  padding: 10px;
  border-bottom: 1px solid #cecece;
}
.form-control-sm {
  padding: 5px;  
}

.form-group:last-child {
    border-bottom: 0px;
}

.form-group.no-bottom-border {
  border-bottom: none !important; 
}*/

.contentTable1
{
    padding: 5px 5px 5px 5px;
}
.contentTable1 > li > ul.row
{
    padding: 0;
}
.contentTable1 > li
{
    border:0;
    list-style-type:none;
}
.contentTable1 > li > ul >  li
{
    border:solid #929292;
    border-width: 0px;
    padding: 1px 5px 1px 5px;
    list-style-type:none;
}
.contentTable1 > li > ul >  li > input
{
    width: 100%;
    padding:0;
}

.contentTable1 > li:first-child > ul > li
{
    
}
.contentTable1 > li > ul >  li:first-child
{
    border-width: 0 0px 0px 0px;
}
.contentTable1 > li:first-child > ul >  li:first-child
{
    border-width: 0px 0px 0px 0px;
}

.logoHolder
{
    display: inline-block;
    margin: 10px 0 0;
}
.margin10
{
    margin: 10px;
}
#subModels .row
{
    border-bottom: 1px solid #CECECE;
    line-height: 30px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-bottom: 5px;
}

.subModels .row
{
    border-bottom: 1px solid #CECECE;
    line-height: 30px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
}


.userList .row
{
    border-bottom: 1px solid #CECECE;
    line-height: 30px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
}

.catalogImageContainer {
	width: 100%;
	position: relative;
}	
.catalogImageSizing {
	width: 100%;
	padding-bottom: 47%;
	visibility: hidden;
}
.catalogImageContent {
	width: 100%;
	height: 100%;
	position: absolute;
	margin-top: -47%;
}		
		
.catalogImageBannerHolder {
	width: 100%;
	height: 100%;
	background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	-moz-background-size: cover;  
	background-position: center;  
}
#centerImage
{
    width: 100%;
	height: 100%;
}

.catalogImageFloatDiv {
  position: absolute;
  top: 0px;
  right: 15px;
  opacity: 0.5;
  overflow: auto;
  background-color: gray;
  float: right;
  z-index: 1001;
}

.catalogImageMenuDiv {

}

.catalogImageMenu {
  opacity: 0.7;

}

.catalogImageMenu > li > a {
  font-size: 12px;
  cursor:pointer;
}

.catalogImageMenu > .dropdown-header  {
  padding: 1px 5px;
  font-weight: 600;
  color: black;
}


.impcatsImageContainer {
  width: 100%;
  position: relative;
}	
.impcatsImageSizing {
	width: 100%;
	padding-bottom: 62%;
	visibility: hidden;
}
.impcatsImageContent {
	width: 100%;
	height: 100%;
	position: absolute;
	margin-top: -62%;
}		
		
.impcatsImageBannerHolder {
	width: 100%;
	height: 100%;
	background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	-moz-background-size: cover;  
	background-position: center;  
}
#impcatsImage
{
    width: 100%;
	height: 100%;
}

.maphilightDiv
{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    -moz-background-size: cover !important;
}

.menuList .row
{
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 1px;
}

.menuList .col-md-3
{
    padding-right: 2px;
}


.pillsTabHolder
{
    position: relative;
    top: 1px;
}



.subjectsAccordion
{
    margin: 10px 0;
    padding: 0;
}
.subjectsAccordion li
{
    list-style-type: none;
    padding: 4px 8px;
}
.subjectsAccordion li a
{
    display: block;
}
.subjectsAccordion > li
{
    border-bottom: 1px solid #CECECE;
    font-weight: 600;
}
.subjectsAccordion > li img
{
    border: 1px solid #CECECE;
    margin: 0 3px;
}
.subjectsAccordion:first-child > li li
{
    font-weight: normal;
    height: 32px;
}
.subjectsAccordion:first-child > li li div
{
    margin: 0 3px;
}
.subjectsAccordion .arrow {
    float: right;
}

.subjectsAccordion .glyphicon.arrow:before {
    content: "\e079";
}

.subjectsAccordion .active > a > .glyphicon.arrow:before {
    content: "\e114";
}

.subjectsAccordion .fa.arrow:before {
    content: "\f104";
}

.subjectsAccordion .active > a > .fa.arrow:before {
    content: "\f107";
}

.subjectsAccordion .plus-times {
    float: right;
}

.subjectsAccordion .fa.plus-times:before {
    content: "\f067";
}

.subjectsAccordion .active > a > .fa.plus-times {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
}

.subjectsAccordion .plus-minus {
    float: right;
}

.subjectsAccordion .fa.plus-minus:before {
    content: "\f067";
}

.subjectsAccordion .active > a > .fa.plus-minus:before {
    content: "\f068";
}

.MobNumericEditBox
{ 
    text-align:right;
    direction: ltr;
}

.MobNumericEditBox.clickable
{
  text-decoration: underline;
  cursor: pointer !important;
}


.MobTimeEditBox
{ 
    text-align:right;
}

.ChassisNumberEditBox
{
    text-transform: uppercase;
}

.MessageImage
{
    margin: 2px 15px 2px 15px;
}

.WarningImg
{
    background-image: url('/res/img/MD_InformationSmall.gif') ;
    background-repeat : no-repeat;
    background-position : center center;
    width:15px;
    height:12px;
}

.ErrorImg
{
    background-image: url('/res/img/UP_ErrorX.png') ;
    background-repeat : no-repeat;
    background-position : center center;
    width:15px;
    height:12px;
}

.DocViewFrame
{
    width:auto; 
    height:1520px;
    left:0; top:0;
    background-color:white;
    -moz-transform: scale(1, 1); 
    -webkit-transform: scale(1, 1); 
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transform-origin: top center;
    -webkit-transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
}

.DocViewFrameDiv
{
    overflow:hidden; 
    width:auto; 
    height:auto;
}

.DocViewFrameContentDiv
{
    background-color:#d5d2d2;
}

.MobileSearchBox-TextBox::-webkit-input-placeholder { 
    color:    #999;
    text-transform: none;
}
.MobileSearchBox-TextBox:-moz-placeholder { 
   color:    #999;
   text-transform: none;
}
.MobileSearchBox-TextBox::-moz-placeholder { 
    color:    #999;
    text-transform: none;
}
.MobileSearchBox-TextBox:-ms-input-placeholder { 
    color:    #999;
    text-transform: none;
}

.WaitDiv
{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
}

.generalHeader
{
    background-color:#485563; 
    color: #ebebeb;
}


.mapImage {
    border: 1px solid #CCCCCC;
    display: block;
    margin: 0 auto;    
    vertical-align:middle;
    text-align:center;
}

.spacer {
    height: 0;
    margin: 5px 0;
    position: relative;
}

button.InfoButton {
  background: url("/res/mobile/item_info.png") 0px 0px no-repeat scroll transparent;
  border: 1px solid transparent;
  display: inline-block;
  height: 32px;
  width: 32px;
  margin: 0 2px;
  text-decoration: none;
}

button.InfoButton.HasRemarks {
  background: url("/res/mobile/item_info.png") 0px -32px no-repeat scroll transparent;
}

button.InfoButton.HasImage {
  background: url("/res/mobile/item_info.png") 0px -64px no-repeat scroll transparent;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.margin-top10 {
  margin-top: 10px;
}

.horizontal-border-spacing10 {
  border-spacing: 10px 0px;
}

.horizontal-border-spacing20 {
  border-spacing: 20px 0px;
}

.btn-group-sep {
  content: "&nbsp;";
  height: auto;
  width: 20px;
  padding: 8px;
}

.penBtn {
  border: 3px solid #ebebeb;
  padding: 10px 16px 10px 16px;
}

.penBtn.active {
  border-color: yellow;
}

.photosPanel
{
    margin-bottom: 0;
}

.entityRecName {
  font-weight:bold;
}

.entityRecTypeEntity {
  color: #990000;
}

.entityRecTypeBranch {
  color: #339900;
}

.entityRecTypePerson {
  color: #6666FF;
}


a.radio-picture {
    border: 1px solid transparent;
    display: inline-block;
    height: 32px;
    margin: 0 2px;
    text-decoration: none;
    width: 32px;
}
a.radio-picture:hover {
	border:1px solid gray;
}


a.missing_img {
    background: url("/res/mobile/radio-images2.png") 0px 0px no-repeat scroll transparent;
}
a.missing_img.active {
    background: url("/res/mobile/radio-images2.png") 0px -32px no-repeat scroll transparent;
}
a.present_img {
    background: url("/res/mobile/radio-images2.png") -65px 0px  no-repeat scroll transparent;
}
a.present_img.active {
    background: url("/res/mobile/radio-images2.png") -65px -32px  no-repeat scroll transparent;
}
a.faulty_img {
    background: url("/res/mobile/radio-images2.png") -33px 0px  no-repeat scroll transparent;
}
a.faulty_img.active {
    background: url("/res/mobile/radio-images2.png") -33px -32px  no-repeat scroll transparent;
}
a.unchecked_img {
    background: url("/res/mobile/radio-images2.png") -96px 0px  no-repeat scroll transparent;
}
a.unchecked_img.active {
    background: url("/res/mobile/radio-images2.png") -96px -32px  no-repeat scroll transparent;
}
a.InfoButton {
  background: url("/res/mobile/item_info.png") 0px -0px no-repeat scroll transparent;
}
a.InfoButton.HasRemarks {
  background: url("/res/mobile/item_info.png") 0px -32px no-repeat scroll transparent;
}
a.InfoButton.HasImage {
  background: url("/res/mobile/item_info.png") 0px -64px no-repeat scroll transparent;
}

.hiddenRadio {
    left: -10000px;
    position: absolute;
}

.radioBtnHider
{
    display: inline-block;
    overflow: hidden;
    width:100%;
    height:100%;
    position: relative;
}
.checkboxCell {
    width: 30px;
    text-align: center;    
}

#layer {
  background-color: #d5d2d2;
  position: absolute;
  opacity: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.touchEventsLayer
{
  background-color: #d5d2d2;
  position: absolute;
  opacity: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

div.signature {
  border: 0px solid white;
  background-color: white;
  color: black;
  height: 125px;
  width: 350px;  
}

img.ContentItemPhoto {
  border: 1px solid #CCCCCC;
  display: block;
  margin: 0 auto;  
  max-width: 100%;
  height: auto;
}

.clickable {
  cursor: pointer;
}

.centerImage .img-fluid {
    margin: 0 auto;
}

.noty_text
{
    font-size: 20px !important;
    font-weight: bolder;
    line-height: 20px !important;
    float: left;
}

.noty_message
{  
  width : auto;
  height : 100px !important;
}

.noty_messageLarge {
  width: auto;
  height: auto !important;
  padding: 8px 10px 9px;
  text-align: center;
  line-height: 16px;
  font-size: 13px;
  position: relative;
}

#noty_center_layout_container.messageLarge {
  width: 700px !important;
  text-align:center;
}

  #noty_center_layout_container.messageLarge > li {
    width: 700px !important;
    text-align: center;
  }

.noty_bar
{    
    width : auto;
}

.noty_buttons
{
    font-size: 20px !important;
}

#noty_center_layout_container
{
  width : 500px !important;
}

#noty_center_layout_container  > li
{
  width : 500px !important;
}


.MCPropsListItem {
  cursor: pointer;
  line-height: 26px;
}

.pointer
{
    cursor:pointer;
}


.ci {background: 0 0 no-repeat transparent; background-image: url("/res/mobile/cix6.png"); display:inline-block; float:left;}

.ci.ci-x3  {width: 21px; height: 15px;background-size: 1050px 585px;} 
.ci.ci-x4  {width: 28px; height: 20px;background-size: 1400px 780px;}
.ci.ci-x5  {width: 35px; height: 25px;background-size: 1750px 975px;}
.ci.ci-x6  {width: 42px; height: 30px;}
.ci.ci-x7  {width: 49px; height: 35px;background-size: 2450px 1365px;}
.ci.ci-x10 {width: 70px; height: 50px;background-size: 3500px 1900px;}
.ci.ci-x11 {width: 70px; height: 50px;background-size: 3500px 1900px;}


.cl {background: 0 0 no-repeat transparent; background-size: contain; width:35px; height:25px; display:inline-block; float:left;}
.cl.cl-act10 { background-image: url("/res/mobile/act_0010.gif");  }
.cl.cl-act9 { background-image: url("/res/mobile/act_0009.gif");  }
.cl.cl-act8 { background-image: url("/res/mobile/act_0008.gif");  }
.cl.cl-act7 { background-image: url("/res/mobile/act_0000.gif");  }
.cl.cl-act6 { background-image: url("/res/mobile/act_0006.gif");  }
.cl.cl-act5 { background-image: url("/res/mobile/act_0005.gif");  }
.cl.cl-act4 { background-image: url("/res/mobile/act_0004.gif");  }
.cl.cl-act3 { background-image: url("/res/mobile/act_0003.gif");  }
.cl.cl-act2 { background-image: url("/res/mobile/act_0002.gif");  }
.cl.cl-act1 { background-image: url("/res/mobile/act_0001.gif");  }
.cl.cl-act0 { background-image: url("/res/mobile/act_0000.gif");  }


.cz
{
    background: no-repeat transparent;
     background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	-moz-background-size: cover;  
	background-position: center;  
    height: 100%;
    cursor:pointer;
    border: 1px solid #CECECE;
    padding: 5% 0;
    margin: 5px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    
.cz:hover
{
    background-color: #CECECE;
}

.cz.cz-zon0{background-image: url("/res/mobile/VS_RearLeft.svg");}  
.cz.cz-zon1{background-image: url("/res/mobile/VS_Rear.svg");}    
.cz.cz-zon2{background-image: url("/res/mobile/VS_RearRight.svg");}  
.cz.cz-zon3{background-image: url("/res/mobile/VS_Left.svg");}  
.cz.cz-zon4{background-image: url("/res/mobile/VS_SideCenter.svg");}   
.cz.cz-zon5{background-image: url("/res/mobile/VS_Right.svg");} 
.cz.cz-zon6{background-image: url("/res/mobile/VS_FrontLeft.svg");}   
.cz.cz-zon7{background-image: url("/res/mobile/VS_Front.svg");}     
.cz.cz-zon8{background-image: url("/res/mobile/VS_FrontRight.svg");}


.moreSubjGroup {
    margin: 10px 0 0 0;
    width: 100%;
    
}

.moreSubjectsMenu
{
    width: 100%;
}
.moreSubjectsMenu + .dropdown-menu 
{
    box-shadow:0 0px 5px rgba(0,0,0,0.5) !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background:#fff;
    border:none;
}

.moreSubjectsMenu + .dropdown-menu > li > a 
{
    color: #767676;
    font-weight:600;
    padding:2px 8px;
}

.moreSubjectsMenu + .dropdown-menu > li > a > img
{
    background: transparent;
    margin: 5px;
}

.moreSubjectsMenu + .dropdown-menu > li > a:hover,
.moreSubjectsMenu + .dropdown-menu > li > a:focus {
  color: #ebebeb;
  background-color: #767676;
}
       

#AllResults h3
{
  margin:0 0 0 0;
}

#AllResults .row
{
    border-bottom: 5px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-bottom: 5px;
}

#AllResults .btn-line
{
    background-color:#f6f6f6;
    text-align: left !important;
}

#AllResults .btn-line-selected
{
    background-color:#d6d6d6;
    text-align: left !important;
}


#AllResults .col
{
  border-bottom: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}


.AllResults h4
{
  margin:0 0 0 0;
}

.hiddenDeleted
{
  display: none !important;
}

.visibleDeleted img
{
  border: 1px solid red;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.hiddenItems
{
  display: none !important;
}

.visibleItems img
{
  border: 1px solid blue;
}

.mainImage img
{
  border: 1px solid green;
}

.hover {
    background-color: #333 !important;
    color: #FFFFFF !important;
}

.thumbnail {
    border: 2px solid #EFEFEF;
    height: 120px;
    vertical-align: middle;
    margin-bottom: 5px;
}


.onoffswitch {
    position: relative; width: 180px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #666666; border-radius: 30px;
}

.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; 
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; 
    transition: margin 0.3s ease-in 0s;
    -ms-transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 16px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0px 15px 0px rgba(0,0,0,0.08) inset;
}

.onoffswitch-inner:before {
    padding-left: 15px;
    background-color: #6BB2ED; color: #FFFFFF;
    border-radius: 30px 0 0 30px;
}

.onoffswitch-inner:after {
    padding-right: 15px;
    background-color: #FFFFFF; color: #666666;
    text-align: right;
    border-radius: 0 30px 30px 0;
}

.onoffswitch-switch {
    width: 30px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #666666; border-radius: 30px;
    position: absolute; top: 0; bottom: 0; right: 148px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    -ms-transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0 1px 1px white inset;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

img.ri
{
	position: absolute;
	max-width: 80%;
	top: 10%;
	left: 10%;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}

img.ri:empty
{
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
}

img.ri.disabled
{
  opacity: 0.2;
}

@media screen and (orientation: portrait) {
  img.ri {
      max-width: 90%;
  }
}

@media screen and (orientation: landscape) {
  img.ri {
      max-height: 90%;
  }
}

/* checkbox-switch with sizes*/
.cbs.cbs-x1{width: 80px;}
.cbs > input + .cbs-inner.cbs-x1{margin-left: -48px;} /*60%*/
.cbs > .cbs-inner.cbs-x1 {  width: 128px;} /*160%*/
.cbs-inner.cbs-x1 > .cbs-on { width: 80px;}/*100%*/
.cbs-inner.cbs-x1 > .cbs-off { width: 48px;} /*60%*/
.cbs-inner.cbs-x1 > .cbs-handle{ width: 32px; margin-left: -80px;}
                                        /*40%*/             /*100%*/

.cbs.cbs-x2{width: 160px;}
.cbs > input + .cbs-inner.cbs-x2{margin-left: -96px;}
.cbs > .cbs-inner.cbs-x2 {  width: 256px;}
.cbs-inner.cbs-x2 > .cbs-on { width: 160px;}
.cbs-inner.cbs-x2 > .cbs-off { width: 96px;}
.cbs-inner.cbs-x2 > .cbs-handle{ width: 64px; margin-left: -160px;}

.cbs.cbs-x3{width: 160px;}
.cbs > input + .cbs-inner.cbs-x3{margin-left: -120px;}
.cbs > .cbs-inner.cbs-x3 {  width: 320px;}
.cbs-inner.cbs-x3 > .cbs-on { width: 165px;}
.cbs-inner.cbs-x3 > .cbs-off { width: 150px;}
.cbs-inner.cbs-x3 > .cbs-handle{ width: 50px; margin-left: -200px;}


.cbs.cbs-x4{width: 240px;}
.cbs > input + .cbs-inner.cbs-x4{margin-left: -192px;}
.cbs > .cbs-inner.cbs-x4 {  width: 512px;}
.cbs-inner.cbs-x4 > .cbs-on { width: 235px;}
.cbs-inner.cbs-x4 > .cbs-off { width: 275px;}
.cbs-inner.cbs-x4 > .cbs-handle{ width: 50px; margin-left: -320px;}


.cbs.cbs-x5{width: 360px;}
.cbs > input + .cbs-inner.cbs-x5{margin-left: -308px;}
.cbs > .cbs-inner.cbs-x5 {  width: 820px;}
.cbs-inner.cbs-x5 > .cbs-on { width: 360px;}
.cbs-inner.cbs-x5 > .cbs-off { width: 305px;}
.cbs-inner.cbs-x5 > .cbs-handle{ width: 55px; margin-left: -360px;}


.cbs
{
    display: inline-block;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 4px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;




    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0 1px 1px white inset;
    float:left;    
}

.cbs-label
{
    display: inline-block;
    height: 28px;
    line-height:32px;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding-left: 8px;
    padding-right: 8px;
    float:left;
}


.cbs > input {
  display: none;
}

.cbs > input + .cbs-inner {
  -webkit-transition: margin-left 0.2s ease;
  -moz-transition: margin-left 0.2s ease;
  -o-transition: margin-left 0.2s ease;
  -ms-transition: margin-left 0.2s ease;
  transition: margin-left 0.2s ease;
}

.cbs > input:checked + .cbs-inner {
   margin-left: 0;
}

.cbs > .cbs-inner {
  display: block;
  height: 32px;
  color: #fff;
  overflow: hidden;
}

.cbs-inner > * {
  display: block;
  float: left;
  height: 32px;
  line-height: 28px;
}

.cbs-inner > .cbs-on {
  padding: 0 8px 0 8px;
  background-color: #5BC0DE;
  color: #FFFFFF;
  border-radius: 4px 0 0 4px;
}

.cbs-inner > .cbs-on-disabled {
  background-color: #bfbfbf !important;
  cursor: not-allowed !important;
}

.cbs-inner > .cbs-off-disabled {
  cursor: not-allowed !important;
}




.cbs-inner > .cbs-off {
  padding: 0 8px 0 8px;
  background: #eee;
  color: #666666;
  border-radius: 0 4px 4px 0;
}

.cbs-inner > .cbs-handle {
  background: #ffffff;
  color: #666666;
  text-shadow: 1px 1px #B3B3B3;
  text-align: center;
}
/* checkbox-switch with sizes end*/


.cbs-sm {
  height: 26px;
}

.cbs-sm .cbs-label
{
    height: 24px;
    line-height:26px;
}

.cbs-sm > .cbs-inner {
  height: 26px;
}

.cbs-sm .cbs-inner > * {
  height: 26px;
  line-height: 24px;
}


.mainSubjectItem
{
    cursor: pointer;
    line-height: 42px;
    background:#BFBFBF;
    margin: 2px 0 2px 0 !important;
}
.mainSubjectItem:hover, .mainSubjectItem.active
{
    background:#f0ad4e;
}

.mainSubjectImg
{
    padding:2px 2px 2px 2px;
}
.treeSubjectItem
{
    cursor: pointer;
    line-height: 35px;
    background:#CECECE;
    margin: 2px 0 2px 0 !important;
}
.subjectItem
{
    cursor: pointer;
    line-height: 35px;
    margin: 2px 0 2px 0 !important;
}

.subjectItemActive, .subjectItem:hover
{
    background-color:var(--bs-info);
}

.subjectIcon
{
    margin-top: 15px;
}

.subjectImage
{
    margin-left: 15px;
    margin-right: 15px;
}

.input-clearable
{
    padding-right: 30px;
}

.input-clearbtn
{    
    position: absolute;    
    top: 0px;
    right: 0px;
    padding: 8px 12px 8px 12px;
    z-index: 10;
    cursor: pointer;
}

.input-clearable-container
{
    position:relative;
}

.input-clearable-multiline .input-clearbtn
{
    right: 0px;    
}

.input-group-clear
{
  background-color: #ffffff;
  font-size: 18px;
  color: #BFBFBF;
}

.input-group-clear:hover,
.input-group-clear:focus
{
  font-size: 19px;
  font-weight: bold;
  color: #AAAAAA;
}


.input-group-clear:active
{
  font-size: 19px;
  font-weight: bold;
  color: #000000;
}

.list-group-item > label
{
    margin-bottom: 0px;
}

.mcprop-selector
{
    color: #333;
}

.searchEditBox
{
    font-weight:600;
}

.input-spin-minus-btn
{
    cursor: pointer;
    background-color:white;
    color: black;
}

.input-spin-plus-btn
{
    cursor: pointer;
    background-color:white;
    color: black;
}

.input-spin-minus-btn:hover,
.input-spin-minus-btn:active,
.input-spin-minus-btn:focus

{
    color: black;
}

.input-spin-plus-btn:hover,
.input-spin-plus-btn:active,
.input-spin-plus-btn:focus
{
    color: black;
}

.editList
{
  float: left;
  margin:0;
  background-color:red;
}

.editList .row
{
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 1px;
}

.MobGridNumericEditBox
{ 
    text-align:right;
    padding: 2px 2px;
    direction: ltr;
}

.MobGridNumericEditBox.virtualOn
{
  color: red;
}

.MobGridNumericEditBox.virtualOff
{
}

.MobGridNumericEditBox.listLabor
{
  color: red;
}

.MobGridNumericEditBox.listLaborDebug
{
  color: blue;
}

.MobGridNumericEditBox.clickable
{
  text-decoration: underline;
  cursor: pointer !important;
}

.diffPriceBox {
  vertical-align:middle;
  padding: 0 5px;
}

.editTable
{
  margin-bottom: 11px;
}

.bold
{
  font-weight: bold !important;
}

.italic
{
  font-style:italic;
}


.font12 {
  font-size: 12px !important;
}

.sepTop {
  border-top: 2px solid gray;
}

.editTable > thead > tr > th,
.editTable > tbody > tr > td,
.editTable > tfoot > tr > td
{
  padding: 3px;
}

.editTableBorderedHeader > thead > tr > th
{
  vertical-align: middle;
  text-align: center;
  border-left: 2px solid #CECECE;
  font-weight: normal; 
}

.editTableBorderedHeader > thead > tr:first-child > th:first-child
{
  border-left: 0;
  border-right: 0;
}

.listHeader
{
  font-weight: 400;
  font-size:16px;
}

/* --------- ipad portrait -------------  */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)
{
  .editTable > thead > tr > th,
  .editTable > tbody > tr > th,
  .editTable > tfoot > tr > th,
  .editTable > thead > tr > td,
  .editTable > tbody > tr > td,
  .editTable > tfoot > tr > td
  {
    font-size: 12px;
    padding: 2px;
  }

  .editTableBorderedHeader > thead > tr > th
  {
    font-weight: normal; 
  }

  .MobGridNumericEditBox
  {
    font-size: 12px;
    padding: 1px 1px;
  }
}

/* --------- ipad landscape -------------  */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)
{

  .editTable > thead > tr > th,
  .editTable > tbody > tr > th,
  .editTable > tfoot > tr > th,
  .editTable > thead > tr > td,
  .editTable > tbody > tr > td,
  .editTable > tfoot > tr > td
  {
    font-size: 14px;
  }

  .MobGridNumericEditBox
  {
    font-size: 14px;
  }

}

/*iPhone 6, 7, & 8 in landscape*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) { /* STYLES GO HERE */
}

/*iPhone 6, 7, & 8 in portrait*/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) { /* STYLES GO HERE */  
}

/*iPhone 6, 7, & 8 Plus in portrait & landscape*/
@media only screenand (min-device-width : 414px)and (max-device-width : 736px) { /* STYLES GO HERE */
}

/*iPhone 6, 7, & 8 Plus in landscape*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) { /* STYLES GO HERE */
}

/*iPhone X in landscape*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : landscape) { /* STYLES GO HERE */
}

/*iPhone X in portrait*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) { /* STYLES GO HERE */
}


/* --------  iphone landscape-----------  */
/* small devices (iphone 8)     Iphone8 brwoser=375X553  Handimate=320X548  chrome in iphone8 375X542*/
@media screen and (min-width: 310px) and (max-width: 480px)
{

  .editTable
  {
    font-size: 10px;
  }

  .editTableBorderedHeader > thead > tr > th
  {
    font-weight: normal;
  }

  .MobGridNumericEditBox {
    font-size: 10px !important;
    padding: 1px 1px !important;
  }

  .btn {
    font-size: 12px !important;
  }

  .form-control {
    padding: 4px 2px !important;
    font-size: 12px !important;
    height:35px;
  }


  .form-control.select2-container {
    padding: 0 !important;
    font-size: 12px !important;
    height: 35px !important;
  }

  .form-control.select2-container.form-control-sm {
      padding: 0 !important;
      font-size: 12px !important;
      height: 30px !important;
  }


  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn {
    padding: 12px 12px !important;
  }

  padding-sm5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  h4, strong {
    font-size: 14px !important;
  }

  .card-header {
    font-size: 12px !important;
  }

  .list-group {
    font-size: 12px !important;
  }

  div.signature {
    height: 110px !important;
    width: 290px !important;
  }


  /*Inventory Buttons*/
  a.radio-picture {
    height: 16px;
    margin: 0 2px;
    width: 16px;
  }

  a.missing_img {
    background: url("/res/mobile/radio-images1.png") 0px 0px no-repeat scroll transparent;
  }

  a.missing_img.active {
    background: url("/res/mobile/radio-images1.png") 0px -16px no-repeat scroll transparent;
  }

  a.present_img {
    background: url("/res/mobile/radio-images1.png") -33px 0px no-repeat scroll transparent;
  }

  a.present_img.active {
    background: url("/res/mobile/radio-images1.png") -33px -16px no-repeat scroll transparent;
  }

  a.faulty_img {
    background: url("/res/mobile/radio-images1.png") -17px 0px no-repeat scroll transparent;
  }

  a.faulty_img.active {
    background: url("/res/mobile/radio-images1.png") -17px -16px no-repeat scroll transparent;
  }

  a.unchecked_img {
    background: url("/res/mobile/radio-images1.png") -48px 0px no-repeat scroll transparent;
  }

  a.unchecked_img.active {
    background: url("/res/mobile/radio-images1.png") -48px -16px no-repeat scroll transparent;
  }

  a.InfoButton {
    background: url("/res/mobile/item_info_16.png") 0px 0px no-repeat scroll transparent;
  }

    a.InfoButton.HasRemarks {
      background: url("/res/mobile/item_info_16.png") 0px -16px no-repeat scroll transparent;
    }

  a.InfoButton.HasImage {
    background: url("/res/mobile/item_info_16.png") 0px -32px no-repeat scroll transparent;
  }


  .checkboxCell {
    width: 15px !important;
  }

  .dropdownCell {
    width: 100px !important;
  }

  table,
  .table {
    font-size: 14px !important;
  }

  th {
    font-size: 10px !important;
  }

  td {
    font-size: 10px !important;
  }

  label,
  .radio label,
  .checkbox label,
  .form-text {
    font-size: 12px;
  }


  .noty_text {
    font-size: 16px !important;
    font-weight: bolder;
    line-height: 16px !important;
    float: left;
  }

  .noty_message {
    height: 100px !important;
  }

  .noty_bar {
  }

  .noty_buttons {
    font-size: 16px !important;
  }

  #noty_center_layout_container {
    width: 350px !important;
  }

  #noty_center_layout_container > li {
    width: 350px !important;
  }

  .list-group-header-xs
  {
    font-size: 9px;
  }
  .form-group
  {
    padding:5px;
  }

  /*hidden very extra small - phones*/
  .hidden-vxs {
    display: none !important;
  }

  /*very small*/
  .etkaBtn {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .catalogImageMenu {
    min-width: 100px;
  }

  .catalogImageMenu > li > a {
    font-size: 10px;
    padding: 4px 6px !important;
  }

}
/* end iphone */

ul.unStyledList {
    list-style-type: none;
    margin: 0; padding: 0;
}


/*------------- Drag & Drop classes ----------*/
body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
  cursor: move;
}

ul.dragList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 18px;
}

ul.dragList li {
    display: block;
}

ul.dragList li.placeholder {
    border: medium none;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.dragList li.placeholder:before {
    position: absolute;

    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;

    -webkit-border-bottom-colors: none;
    -webkit-border-left-colors: none;
    -webkit-border-right-colors: none;
    -webkit-border-top-colors: none;
    

    border-color: rgba(0, 0, 0, 0) #FF0000 rgba(0, 0, 0, 0) #FF0000;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 5px medium 5px 5px;
    content: "";
    height: 0;
    width: 0;
    top: -4px;
    left: -5px;
    margin-top: -5px;
}

.sortable-photo a {
  background-color: transparent;
  border: none;
  -ms-transform: rotate(7deg) !important; /* IE 9 */
  -webkit-transform: rotate(7deg) !important; /* Safari */
  transform: rotate(7deg) !important;
}

li.textItem {
 padding-bottom: 0px; /* sortable fix: moving top+bottom padding from li to div, because a dragged li's padding is cleared */
 padding-top: 0px;
}

li.textItem.ui-sortable-helper {
  background-color: #E8E8E8; /* opaque and same background as panel, otherwise it's transparent */
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);  
}

/* --------  large checkbox input -----------  */
.checkbox .lg-chk
{   
  border: 1px solid #555;   
  font-size: 14px;   
  background: #fff;   
  -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));   
  -webkit-appearance: none;   
  -webkit-box-shadow: 1px 1px 1px #fff;   
  -webkit-border-radius: 0.25em;   
  display: inline-block;   
  line-height: 1em;   
  margin: 0 0.25em 0 0;   
  padding: 0;   
  width: 1.25em;   
  height: 1.25em;   
  vertical-align: text-top; 
}

.checkbox .lg-chk:checked 
{   
background: url("/res/img/CB_Checked.jpg") no-repeat center center;   
-webkit-background-size: 16px 16px; /* shrink high resolution background */ 
}

.checkbox .lg-chk:disabled:checked 
{   
background: url("/res/img/CB_disabled.jpg") no-repeat center center;   
-webkit-background-size: 16px 16px; /* shrink high resolution background */ 
}

.checkbox .lg-chk:disabled
{
 opacity: 0.3;
 filter: alpha(opacity=30);
 -moz-opacity: 0.3;     
 -webkit-opacity: 0.3; 
}

/* --------  mail page start -----------  */

.mailBtn .badge
{
    font-size: 10px;
    background-color: red;
    color:white;
    font-weight: 600;
}


.mail hr { margin-top: 5px;margin-bottom: 10px; }
    

.mail .nav-tabs-justified > .active > a
{
    background-color:#bfbfbf;
    font-weight:600;
}

.mail .nav-tabs-justified .badge 
{
    background-color:#ffffff;
}


.messagesDiv .list-group .list-group-item { padding-top: 15px; padding-bottom: 15px;}
.messagesDiv .list-group .checkbox { display: inline-block; margin:0;}
.messagesDiv .list-group input[type="checkbox"]{ margin-top: 8px !important; }
.messagesDiv .list-group .flagStar { margin-right:10px; margin-left:10px; display: inline-block; font-size:20px}
.messagesDiv .list-group .flagStar:hover { color:#FFBC00; }
.messagesDiv .list-group .subject { display: inline-block; }
.messagesDiv .list-group .fromName { display: inline-block; min-width: 120px; }
.messagesDiv .list-group .messageText { display: inline-block; font-size: 11px;}
.messagesDiv .list-group-item.read { color: #222;background-color: #F3F3F3; }
.messagesDiv .list-group-item.unread { color: #222;background-color: #d3d3d3; font-weight:600;}
.messagesDiv .list-group-item.checked { color: #222;background-color: #ffffcc; }


.mail-sender, .attachment-mail {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    border-top:1px solid #EFF2F7 ;
    border-bottom:1px solid #EFF2F7 ;
    padding: 10px 0;

}

.mail-sender .date {
    line-height: 30px;
    margin-bottom: 0;
    text-align: right;
}

.attachment-mail ul li  {
    float: left;
    width: 200px;
    margin-right: 15px;
    margin-top: 15px;
    list-style: none;
}

.attachment-mail ul li a.atch-thumb img {
    max-width: 100px;
    max-height: 75px;
    margin-bottom: 10px;
}

.mail-attachToDoc {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    border-top:1px solid #EFF2F7 ;
    border-bottom:1px solid #EFF2F7 ;
    padding: 5px 0;
}

.Counter
{
    position: absolute;
    bottom: 22px;
    right: 90px;
    font-size: 9.1px;
    font-weight: normal;
    background: rgba(51,51,51,0.55);
    color: rgba(255,255,255,0.9);
    line-height: 1em;
    padding: 2px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

/* --------  mail page end -----------  */


/* --------  compare/current doc slider begin -----------  */

.SlideHandler, .SlideBackHandler
{
    display:none;
    z-index:900001;
    text-align: center;
    background: #bfbfbf;    
    color: rgb(0,0,0);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    top: 50%;    
    position: fixed;
    height: 45px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.SlideHandler
{
    left: -9px;    
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.SlideBackHandler
{
    left: -9px;    
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.SlideHandler > hr, .SlideBackHandler > hr {
    border-color: #444;
    box-shadow: -1px -1px #FFFFFF;
    margin-left:5px;
    margin-right:5px;
    margin-top:2px;
    margin-bottom:2px;
}

.SlideBackHandler > hr:first-of-type {
    margin-top:13px;    
}

.SlideHandler > #CompareDocDesc, .SlideBackHandler > #CurrentDocDesc  {
    color: #444;
    text-shadow: -1px 0px 0 #FFFFFF;    
    margin-left:15px;
    margin-right:15px;   
}

.SlideHandler > #CompareDocDesc {
    margin-top:10px;
    margin-bottom:3px;
}

.SlideBackHandler > #CurrentDocDesc {
    margin-top:0px;
    margin-bottom:3px;
}

.rotate-left
{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);    
}


.searchResultsList li.list-group-item.active
{
  background-color:#d7d7d7;
  border: 1px solid #d7d7d7;
  color: #000000;
}
/* --------  compare/current doc slider end -----------  */


.DocActions h3
{
  margin:0 0 0 0;
}

.DocActions .row
{
    border-bottom: 5px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-bottom: 5px;
}

.DocActions .btn-line
{
    background-color:#f6f6f6;
    text-align: left !important;
}

.DocActions .btn-line-selected
{
    background-color:#d6d6d6;
    text-align: left !important;
}


.DocActions .col
{
  border-bottom: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.DocActions h4
{
  margin:0 0 0 0;
}

.DocActions .btn:hover {
  color: #104E89;
  text-decoration: none;
}

.DocActions .btn {
  white-space: normal;
}

.docConflicts
{
    margin-top:15px;
}
.noConflict .btn:hover, .noConflict .btn:focus{
    color: #000;
    cursor:default;
}

.docConflicts .close {
    color: #000;
}

.docConflicts .btn-secondary:hover, .docConflicts .btn-secondary:focus, .docConflicts .btn-secondary:active{
    background-color: #EBEBEB;
    color:#000;
    border-color: #ADADAD;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.iconSpace{
    padding: 5px 8px;
}

.editGroupListNoHeader li.list-group-item:hover:not(.list-group-item-view),
.editGroupListNoHeader li.list-group-item:focus:not(.list-group-item-view),
.editGroupListNoHeader li.list-group-item.active2 {
  color: #ffffff;
  background-color: #485563;
}

.editGroupListNoHeader li.list-group-item:not(:last-child):not(.active2) {
  border-bottom: 2px solid #cecece;
}

.editGroupListNoHeader li.list-group-item.active2 > div.card {
  color: #767676;
  background-color: #E8E8E8;
}

.editGroupListNoHeader li.list-group-item .radio-inline.list-item-radio,
.editGroupListNoHeader li.list-group-item .radio-inline.list-item-radio:focus,
.editGroupListNoHeader li.list-group-item .radio-inline.list-item-radio:hover,
.editGroupListNoHeader li.list-group-item .radio-inline.list-item-radio:active {
  margin-top: -4px;
  margin-left: 4px;
  margin-right: 4px;
  color: inherit;
  background-color: transparent;
  outline: none;
}

.editGroupListNoHeader li.list-group-item .radio-inline.list-item-radio:disabled {
  color: gray;
}

.editGroupListNoHeader li.list-group-item .checkboxbtn,
.editGroupListNoHeader li.list-group-item .checkboxbtn:focus,
.editGroupListNoHeader li.list-group-item .checkboxbtn:hover,
.editGroupListNoHeader li.list-group-item .checkboxbtn:active {
  padding: 0px 10px;
  color: inherit;
  background-color: transparent;
  outline: none;
}

  .editGroupListNoHeader li.list-group-item .checkboxbtn:disabled {
    color: gray;
  }







.editGroupList li.list-group-item:hover:not(:first-child):not(.list-group-item-view),
.editGroupList li.list-group-item:focus:not(:first-child):not(.list-group-item-view),
.editGroupList li.list-group-item.active2 {
  color: #ffffff;
  background-color: #485563;
}

.editGroupList li.list-group-item:not(:first-child):not(:last-child):not(.active2):not(.voice-dlg-list-group-item) {
  border-bottom: 2px solid #cecece;
}

.editGroupList li.list-group-item.active2 > div.card {
  color: #767676;
  background-color: #E8E8E8;
}

.editGroupList li.list-group-item .radio-inline.list-item-radio,
.editGroupList li.list-group-item .radio-inline.list-item-radio:focus,
.editGroupList li.list-group-item .radio-inline.list-item-radio:hover,
.editGroupList li.list-group-item .radio-inline.list-item-radio:active {
  margin-top: -4px;
  margin-left: 4px;
  margin-right: 4px;
  color: inherit;
  background-color: transparent;
  outline: none;
}

.editGroupList li.list-group-item .radio-inline.list-item-radio:disabled {
  color: gray;
}

.editGroupList li.list-group-item .checkboxbtn,
.editGroupList li.list-group-item .checkboxbtn:focus,
.editGroupList li.list-group-item .checkboxbtn:hover,
.editGroupList li.list-group-item .checkboxbtn:active {
  padding: 0px 10px;
  color: inherit;
  background-color: transparent;
  outline: none;
}

.editGroupList li.list-group-item .checkboxbtn:disabled {
  color: gray;
}

.list-group-sep li.list-group-item  {
  border-bottom: 2px solid #cecece;
}

.list-group-item-sep {
  border-bottom: 1px solid #000000;
  background-color: #485563;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


li.list-group-item.no-bottom-border {
  border-bottom: none !important; 
}

li.list-group-item.readonly,
li.list-group-item.deleted {
  opacity: 0.5;
}

li.list-group-item.readonly.active2,
li.list-group-item.deleted.active2 {
  opacity: 1.0;
}

.list-group-header {
  color: #135da2;
  background-color: #d6d6d6;
}

li.list-group-item.subtitle {
  font-weight: bold;
  background-color: #eee;
}

.IE8Checkbox
{   
  font-size: 16px;   
  background: #fff;   
  -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));   
  -webkit-appearance: none;   
  -webkit-box-shadow: 1px 1px 1px #fff;   
  -webkit-border-radius: 0.25em;   
  display: inline-block;   
  line-height: 1em;   
  margin: 0 0.25em 0 0;   
  padding: 0;   
  width: 1.25em;   
  height: 1.25em;   
  vertical-align: text-top; 
}

.smallText{
    font-size:80% !important;
}

.smallNumBox{
    width:50% !important;
}

.traderequest-photo-thumb
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.traderequest-photo-delbtn
{
    position: absolute;
    right: 0;
    font-size: 15px;
    vertical-align: middle;
    color: white;
    height: 20px;
    width: 20px;
    padding: 0px;
}

.traderequest-photo-container {
    background-color: white;            
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    padding: 3px;
}

.traderequest-photo-frame {
    width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.traderequest-photo-spinner {
    color: #888888;
    line-height: 100px;
}

.traderequest-photo-progress {
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0;
    padding: 2px;
    border: 1px solid #dddddd;
}

.traderequest-photo-progress-bar {
    height: 10px;
}

.tradeRequest
{

}

.modal-blocker {
    background-color: black;
    filter: alpha(opacity=0); /*IE8*/
    opacity: 0;
    -moz-opacity: 0;     
    -webkit-opacity: 0; 
    
    /* for debugging
     opacity: 0.5;
    -moz-opacity: 0.5;     
    -webkit-opacity: 0.5;
    */
    
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1000;
}

.modal-active {
  position: relative;
  z-index: 1001;
}

.modal-allowed {
  position: relative;
  z-index: 1002; /* must be bigger than modal-active's z-index in case modal-allowd control opens a dropdown which should be above the modal-active element */
}

.modal-allowed .dropdown-menu {
  z-index: 2001;
}

.margins5 {
  margin: 5px;
}

.hmargins5 {
  margin-left: 5px;
  margin-right: 5px;
}

.hmargins10 {
  margin-left: 10px;
  margin-right: 10px;
}

.hmargins15 {
  margin-left: 15px;
  margin-right: 15px;
}

.vmargins5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.vmargins10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.marginsTop30 {
  margin-top: 30px;
}


.hmargins3 {
  margin-left: 3px;
  margin-right: 3px;
}

.image-edit.btn-toolbar {
  background-color: #BFBFBF;
  margin-top: 2px;
  border-radius: 2px;
}

.image-edit .btn {
  color: #000;
}

.image-edit .btn:hover,
.image-edit .btn:focus {
  color: #fff;
  background-color: black;
}

.doc-thumb-container {
  position: relative;
  background-color: white;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  padding: 4px;
  margin: 3px;
  border: solid 2px transparent;
}

.doc-thumb-container:focus,
.doc-thumb-container:active,
.doc-thumb-container.active,
.doc-thumb-container:hover {
  border-color: #135DA2;
}

.doc-thumb-container.active {
  background-color: rgba(190, 190, 190, 1);
}

.doc-thumb-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.doc-thumb-container.photo {

}

.doc-thumb-container.attachment {

}

.doc-thumb-container.attachment img {

}

.doc-thumb-container.partorlabor {

}

.doc-thumb-container.partorlabor img {
  border: 1px solid blue;
}

.doc-thumb-container.inventory {
  border: 1px solid blue;
}

.doc-thumb-container.inventory img {

}

.doc-thumb-container.notcategorized {
  border: 1px solid blue;
}

.doc-thumb-container.mainimage {

}

.doc-thumb-container.mainimage img {
  border: 1px solid green;
}

.doc-thumb-container.deleted {

}

.doc-thumb-container.deleted img {
  border: 1px solid red;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.doc-thumb-container.readonly {
  background-color: lightgray;
}

.doc-thumb-container.readonly img {
  border: 1px solid gray;
}

.doc-thumb-container .delbtn {
  position: absolute;
  right: 0;
  font-size: 15px;
  vertical-align: middle;
  color: white;
  height: 20px;
  width: 20px;
  padding: 0px;
}

.doc-thumb-container .checkboxbtn,
.doc-thumb-container .checkboxbtn:focus,
.doc-thumb-container .checkboxbtn:hover,
.doc-thumb-container .checkboxbtn:active
{
  position: absolute;
  top: -2px;
  left: -2px;
  padding: 0px;
  color: black;
  background-color: transparent;
  outline: none;
  line-height: none;
}

.doc-thumb-container .checkboxbtn:disabled
{
  color: lightgray;
}

.doc-thumb-container .thumb-frame {
  width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.doc-thumb-container .save-spinner {
  color: #888888;
  line-height: 100px;
}

.doc-thumb-container .load-spinner {
  color: #888888;
  line-height: 84px;
}

.doc-thumb-container .progress {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 21px; /*14px;*/
  padding: 0px; /*2px;*/
  margin: 0px;
  border: none; /*1px solid #dddddd;*/
}

.doc-thumb-container .progress-bar {
  /*height: 10px;*/
}

.doc-thumb-container .spinner {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -42px;
}

.doc-thumb-container .caption {
  margin: 6px 3px 3px 3px;
  color: #000;
}

.doc-thumb-container .caption center {
  font-size: 12px;
  white-space: nowrap;
  overflow-x: hidden;
}

.doc-thumb-container-dragged-ghost {
  opacity: 0.3;
}

.doc-thumb-container-dragged-chosen {
  
}

doc-thumb-container-dragged-fallback {

}

doc-thumb-container .dragged {
  opacity: .75;
  z-index: 2000;
}

.doc-image-edit-container { /*carousel*/
  position: relative;
}

.doc-image-edit-container .carousel-control { /*.carousel-control*/
  background-image: none !important;
  width: 10%;
  color: #000000;
  opacity: 0.5;
  z-index: 5;
}

.doc-image-edit-container .carousel-control:hover,
.doc-image-edit-container .carousel-control:focus {
  color: #ffffff;
  opacity: 1;
}

.doc-image-edit-container .carousel-control .glyphicon-chevron-left,
.doc-image-edit-container .carousel-control .glyphicon-chevron-right {
  transform: scale(1,3);
  -webkit-transform: scale(1,3); /* Safari and Chrome */
  -moz-transform: scale(1,3); /* Firefox */
  -ms-transform: scale(1,3); /* IE 9+ */
  -o-transform: scale(1,3); /* Opera */
}

.doc-image-edit-container .carousel-control.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.15;
  filter: alpha(opacity=15);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.accordion-toggle:hover,
a.accordion-toggle:focus {
  outline: none;
  text-decoration: none;
}

.supplementLocked
{
  font-style:italic;
  color:gray;
  cursor:  not-allowed;
}

.list-group-item-disabled
{
  font-style:italic;
  color:gray;
  cursor:  not-allowed;
}

.supplementThumbLocked
{
  font-style:italic;
  color:gray;
  cursor:  not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.supplementThumbLocked img
{
  font-style:italic;
  color:gray;
  cursor:  not-allowed;
  pointer-events: none;
  
  opacity: 0.65;
  filter: alpha(opacity=65);
}


.ajaxLoadingPopup
{
    display: none;
    position: absolute;
    z-index: 9999;
}

.ajaxLoadingPopup article {
	min-height: inherit;
}

.ajaxLoading
{
    background-color: #000;
    border-radius: 10px;
    /*color: #1B30F5;*/
    color: #FFFFFF;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 20px;
    text-align: center;
    width: 250px;
}

.ajaxLoading h2 {
	font-size: 24px;
}

.ajaxLoading img {
	color: transparent;
	font-size: 0px;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

.navbar.docdetails {
  margin-bottom: 5px;
}

.btn-table-cell {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none !important;
}

li .btn-table-cell {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-table-cell .badge {
  color: black;
}

tr.editing,
tr.editing .form-control {
  background-color: #485563;
  color: #EBEBEB;
}

tr.editing .editing-disabled,
tr.editing .form-control {
  cursor: not-allowed;
  pointer-events: none;
}

tr.editing .btn-table-cell.active:hover,
tr.editing .btn-table-cell.active:focus {
  color: #ffffff;
  background-color: #3D4954;
}

tr.editing .btn-table-cell.active {
  color: #333;
  background-color: #F5F5F5; /*#BFBFBF*/
}

.submitPanel
{
    margin-bottom:10px;
}
.submitPaneltitle {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;

  /*color: #ffffff;
  background-color: #a0a0a0;*/


}

.pull-top {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.mainSubjectTop
{
    margin-left:10px;
    margin-right:10px;
}

.mainSubjectTop > img
{
    margin-left:10px;
    margin-right:10px;
}

.panel-header-btn
{
    padding-top:0px;
    padding-bottom:0px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}

.panel-header-no-focus-btn {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}


.panel-header-btn:focus,
.panel-header-btn:hover,
.panel-header-btn:active
{
    background-color:#EBEBEB !important;
    color: #333 !important;
}

.radio-group-info > .btn,
.radio-group > .btn {
  border: 1px solid #CECECE;
}


.radio-group > .active {
  box-shadow: inset 2px 3px 5px rgba(0,0,0,0.125);
  color: #ffffff;
  background-color: #135DA2;
  border-color: #CECECE;
}

.radio-group > :not(.active) {
  background-color: transparent;
  border-color:  #CECECE;
}

.radio-group-info > .active {
  box-shadow: inset 2px 3px 5px rgba(0,0,0,0.125);
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #CECECE;
}

.radio-group-info > :not(.active) {
  background-color: transparent;
  border-color: #CECECE;
}

.tableCellInnerDiv {
  display: table-cell;
  vertical-align: middle;
  width: 2000px; /*force div to occupy entire cell width*/
}

.vehicleValueItem-locked {
    font-style: italic;
    color:#135DA2;
}

.vehicleValueItem-locked:hover,
.vehicleValueItem-locked:focus {
    /*canceling highlight on hover/focus -- bgcolor and color same as list-group-item */
    color:#135DA2 !important;
    background-color:#E8E8E8 !important;
}

.vehicleValueItem-ignored {
}

.queueViewPanel .captionText
{
  color:#999;
}

.queueViewPanel .dataText
{
  color:#090909;
}

.searchbox-results
{
    position: absolute;
    z-index: 2001; /*like .main-menu .dropdown-menu*/
    padding-left: 15px;
    padding-right: 15px;
    max-height:350px;
    overflow:auto;
    overflow-y:auto;
    overflow-x:hidden;
    /*-webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;*/
    background:#fff;
    border: 1px solid #E4E4E4;
    box-shadow:0 0px 5px rgba(0,0,0,0.5) !important;
}

.searchbox-resultrow
{
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    color:#32323a;
    font-size:12px;
}

.searchbox-results .searchbox-resultrow:last-child
{
    border-bottom: 0;
}

.searchbox-results .selected {
    background: #485563;
    color: white;
}

.searchbox-resultrow:hover, .searchbox-resultrow:focus 
{
    background: #485563;
    color: white;
}

.searchbox-menubtn
{
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
    border-radius: 0px;
    border-right:solid 2px #000;
}

/*headres*/

.edit-panel-tabs {
    border-bottom: 1px solid #ddd;
}

.edit-panel-tabs > li {
}

.edit-panel-tabs > li > a {
    color: #2b3e50;
    border-radius: 4px 4px 0 0;
    background-color:#ddd;
}

.edit-panel-tabs > li.active {
}

.edit-panel-tabs > li.active > a,
.edit-panel-tabs > li.active > a:focus {
  background-color:#f1f1f1;
  color: #2b3e50;
  border-bottom: 0px solid transparent;
  box-shadow: inset 2px 2px 1px 0px rgba(0,0,0,0.125);
  z-index:2;
  top:4px;
  left:-1px;
}

.edit-panel-tabs > li > a:focus {
  color: #2b3e50;
  background-color: #fff;
}

/*tab content*/

.edit-panel-tab-pane {
  box-shadow: inset 2px 2px 1px 0px rgba(0,0,0,0.125);
  background-color: #f1f1f1;
}

/* supplier-quotes-tabs - begin */
.supplier-quotes-tabs {
  display: block!important;
}


.supplier-quotes-tabs > li > a:focus {
  color: #fff;
  background-color: #000;
}

.supplier-quotes-tabs > li.active > a,
.supplier-quotes-tabs > li.active > a:hover,
.supplier-quotes-tabs > li.active > a:focus {
  font-weight: bold;
  top: -2px;
  border-top: 3px solid #f0ad4e;
}

h4.supplier-quote-type {
  margin: 10px 20px;
}

/* supplier-quotes-tabs - end */

.activePartOption {
  border: 1px solid #767676 !important;
  z-index: 1;
}

.activeLaborOption {
  border: 1px solid #767676;
  z-index: 1;
}

.btn-round {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
}

.btn-round.btn-lg {
    width: 48px;
    height: 48px;
}

.btn-round.btn-sm {
    width: 34px;
    height: 34px;
}

.btn-round.btn-sm {
    width: 24px;
    height: 24px;
}


/*.panel-header .std-panel-btn
{
    padding-left: 8px;
    padding-right: 8px;
}*/


.vehicle-owner-green {
  background-color: #a9dfbf;
  padding: 5px;
}

.vehicle-repairer-orange {
  background-color: #f5cba7;
  padding: 5px;
}

.vehicle-supplier-blue {
  background-color: lightblue;
  padding: 5px;
}

.activeKit{
    background: var(--bs-info) !important;
}

.activePart{
    background: var(--bs-info) !important;
}


.card .droppable {
  background-color: #C1C1C1;
}


.docQueueIcons
{
    width:20%;
    float:left;
}

.docQueueDesc
{
    width:80%;
    float:left;
}

.disabledLink {
  
}
.disabledLink:hover,
.disabledLink:focus
{
    text-decoration:none;
    cursor:default;
    outline:none;
}

/*trade system begin*/

tr.group1,
tr.group1 .btn-secondary {
  background-color: #D7D7D7;
}
tr.group1 .btn-secondary:hover,
tr.group1 .btn-secondary:focus,
tr.group1 .btn-secondary:active {
  background-color: #485563;
}
tr.group2,
tr.group2 .btn-secondary {
  background-color: #F5F5F5;
}
tr.group2 .btn-secondary:hover,
tr.group2 .btn-secondary:focus,
tr.group2 .btn-secondary:active {
  background-color: #485563;
}
.select2-container.statusEL.success a,
input.statusEL.success {
  background-color: #5cb85c;
}
.select2-container.statusEL.warning a,
input.statusEL.warning {
  background-color: #f0ad4e;
}
.select2-container.statusEL.danger a,
input.statusEL.danger {
  background-color: #d9534f;
}

/*trade system end*/




.impact-group {
  margin: 4px;
}

.impact-group-label 
{
  margin: 4px;
  cursor: default;
}

.remove-impact-x
{
    font-size:18px !important;
}

.remove-btn-x
{
    font-size:18px !important;
    color: #000000;
}

.remove-btn-x:hover
{
  opacity: 0.5;
  filter: alpha(opacity=50);
}


.partQuoteCheck
{
  padding:15px;
}

.additionalPartCheck {
  padding: 15px 15px 15px 50px;
}

.additionalPartEnabledRow {
  font-style: normal;
  color: #767676;
}

.additionalPartDisabledRow {
  font-style: italic;
  color: #959595;
}


.prodactRow
{
    border-bottom: 1px solid #a0a0a0;
}

.transparent {
  opacity: 0;
}

.fontBlack
{
    color: #000000 !important;
}


.accordion-heading.card-header 
{
    /*padding: 10px 15px;*/
    padding: 0px 0px 0px 0px;
}

.iconChecked {
  color: black;
}

.iconUnChecked {
  color: #BFBFBF;
}


.prop-group {
  margin: 4px;
}

.prop-group-label 
{
  margin: 4px;
  cursor: default;
}

.part-opt-row {
    border-width:2px !important;
}

.part-opt-col {
    padding: 0 5px;
}

.part-warranty-col {
    font-size: 11px;
}

.part-options-list {
    
}

.selected-parts-list {
    
}

.remove-prop-x
{
    font-size:18px !important;
}

.add-prop-link{
  border: 1px solid transparent;
  border-radius:3px;
  padding: 2px 3px;
  text-decoration:none;
  font-weight:600;
}

.add-prop-link:hover, 
.add-prop-link:focus, 
.add-prop-link:active{
  border: 1px solid #d58512;
  background-color: #ed9c28;
  text-decoration: none;
  color: #ffffff;
  box-shadow: rgba(255, 255, 255, 0.14902) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px;
}


.skipBtn
{
    margin: 0 10px;
}


.modal-header,
.modal-footer {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}

.modal-header {
  padding: 8px;
}


/* CSS used here will be applied after bootstrap.css */
.modal-footer-success,
.modal-header-success {
    color:#fff;
    background-color: #5cb85c;
}
.modal-footer-warning,
.modal-header-warning {
	color:#fff;
    background-color: #f0ad4e;
}
.modal-footer-danger,
.modal-header-danger {
	color:#fff;
    background-color: #d9534f;
}
.modal-footer-info,
.modal-header-info {
    color:#fff;
    background-color: var(--bs-info);
}
.modal-footer-primary,
.modal-header-primary {
	color:#fff;
    background-color: #135DA2;
}

.no-outline {
  outline: none !important;
}


.btn-success-gradient:hover,
.btn-success-gradient {
    color: #FFFFFF;
    background-color: #DFDFDF;
    *background-color: #DFDFDF;
    background-image: -moz-linear-gradient(right, #5CB85C, #DFDFDF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5CB85C), to(#DFDFDF));
    background-image: -webkit-linear-gradient(left, #5CB85C, #DFDFDF);
    background-image: -o-linear-gradient(right, #5CB85C, #DFDFDF);
    background-image: linear-gradient(to right, #5CB85C, #DFDFDF);
    background-repeat: repeat-x;
    border-color: #DFDFDF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CB85C', endColorstr='#DFDFDF', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success-gradient:focus,
.btn-success-gradient:active,
.btn-success-gradient.active,
.open .dropdown-toggle.btn-success-gradient {
    color: #ffffff;
    background-color: #DFDFDF;
    *background-color: #DFDFDF;
    background-image: -moz-linear-gradient(right, #5CB85C, #DFDFDF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5CB85C), to(#DFDFDF));
    background-image: -webkit-linear-gradient(left, #5CB85C, #DFDFDF);
    background-image: -o-linear-gradient(right, #5CB85C, #DFDFDF);
    background-image: linear-gradient(to right, #5CB85C, #DFDFDF);
    background-repeat: repeat-x;
    border-color: #DFDFDF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CB85C', endColorstr='#DFDFDF', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.fa-rtl {
  /* an empty place holder class - '.fa-rtl' in 'rtl.css' holds styles to flip icon horizontally */
}

.help-btn {
    padding: 1px 3px;
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 10;
    color: #000;
    background-color: #afafaf;
}

.help-btn-round {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #afafaf;
    border-radius: 10px;
}

.help-btn-round:hover {
    color: #fff;
    background-color: #777;
}

.cell-danger:hover,
.cell-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
  border-radius: 10px;
}

.cell-error:hover,
.cell-error {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
  border-radius: 10px;
}

.cell-warning:hover,
.cell-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: transparent;
  border-radius: 10px;
}

.cell-info:hover,
.cell-info {
  color: #ffffff;
  background-color: var(--bs-info);
  border-color: transparent;
  border-radius: 10px;
}

.list-group-item-noPadding span + .btn-table-cell {
  width: 90%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.list-group-item-white .btn-table-cell {
  background-color: #f4f4f4;
}

.list-group-item-white .btn-table-cell:hover,
.list-group-item-white .btn-table-cell:focus,
.list-group-item-white .btn-table-cell:active,
.list-group-item-white .btn-table-cell.active {
  color: #f4f4f4;
  background-color: #3d4954;
  border-color: rgba(0, 0, 0, 0);
}

.textBoxAutoCompleteList {
  margin: 0px;
  background-color: #ffffff;
  color: windowtext;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  list-style-type: none;
  font-size: 16px;
  padding: 1px 1px;
  height: 300px;
  position: absolute;
  z-index: 5;
  cursor:pointer;
}

.textBoxAutoCompleteItem {
  background-color: window;
  padding: 2px;
  font-size: 16px;
  color: #002D80;
}

  .textBoxAutoCompleteItem:hover {
    /*background-color: #bbddff;*/
    padding: 3px;
    font-size: 16px;
    /*color: #002D80;*/
    font-weight: bold;
    color: #ffffff;
    background-color: #135DA2;
  }

.textBoxAutoCompleteItemActive {
  /*background-color: #bbddff;*/
  padding: 3px;
  font-size: 16px;
  /*color: #002D80;*/
  font-weight: bold;

  color: #ffffff;
  background-color: #135DA2;
}


.btn-mobile-user:hover {
  background-color: #3d4954;
}


.btn-mobile-user {
  color: #ffffff;
  background-color: #485563;
}


.mobile-subUsers {
  font-size: 16px;
}


.mobile-subUsers li {
  display: block;
  padding: 8px 10px 8px 30px;
  clear: both;
  font-size: 15px;
  line-height: 1.42857143;
  /*color: #ebebeb;*/
  white-space: nowrap;
  cursor: pointer;
}

.mobile-subUsers li:hover,
.mobile-subUsers li:focus {
  text-decoration: none;
  color: #ebebeb;
  background-color: #135DA2;
}


.mobile-profile-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 70px;
  width: 70px;
}

.mobile-profile {
  max-width: 320px !important;
  min-width: 260px !important;
  width: 300px !important;
  max-height: 640px !important;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 10px 10px 10px 10px;
  box-shadow: 0 0px 5px rgba(0,0,0,0.5) !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*background: #fff;*/
  border: none;
}


.email-textbox {
  text-align: left;
  direction: ltr;
}

.phone-textbox {
  text-align: left;
  direction: ltr;
}

.code-textbox {
  text-align: left;
  direction: ltr;
}



.username-textbox {
  text-align: left;
  direction: ltr;
}

.password-textbox {
  text-align: left;
  direction: ltr;
}

.panel-sub-title {
  font-size:11px;
  font-weight:600;
  padding: 0 5px 0 5px;
  margin:0;
}

.repexecuteItemHeader {
  background-color: #D6D6D6 !important;
  border-right: 5px solid #D6D6D6 !important;
}

.repexecuteItem {
  color: #222;
  background-color: #E8E8E8 !important;
  font-size: 15px !important;
  min-height: 60px !important;
  border-right: 5px solid #E8E8E8 !important;
}

.repexecuteItem:hover {
  background-color: #E8E8E8 !important;
}


.repexecuteItemFooter {
    background-color: #E8E8E8 !important;
    font-weight: 600 !important;
}

.repexecuteItem:hover {
    background-color: #E8E8E8 !important;
}


.chartFieldItemHeader {
  background-color: #D6D6D6 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.chartFieldItem {
  color: #222;
  font-size: 15px !important;
  min-height: 40px !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

  .chartFieldItem:hover {
    /*background-color: none !important;
    opacity: 0.5 !important;*/
  }



.conditionBtn {
  width: 100%;
  border-color: #E8E8E8;
}


.headercheckboxbtn,
.headercheckboxbtn:focus,
.headercheckboxbtn:hover,
.headercheckboxbtn:active {
  padding: 0px 10px;
  color: inherit;
  background-color: transparent;
  outline: none;
}

.voice-dlg-full-div {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 200000;
  top: 0;
  left: 0;
  background-color: #485563;
  overflow: hidden;
}

.voice-dlg-top-div {
  margin:0;
  width: 100%;
  background-color: #485563;
  height: auto;
}

.voice-dlg-bottom-div {
  width: 100%;
  background-color: #485563;
  height: auto;
}
.voice-dlg-bottom-btn{
  height:50px;
  font-size:20px;
}

.voice-dlg-content-div {
  width: 100%;
  height: 100%;
  background-color: #d7d7d7;
  top: 40px;
  overflow-y: auto;
}

.voice-dlg-desc-menu-btn {
  width: 100%;
  text-align:left;
}

.voice-dlg-desc-menu-dropdown {
  /*width: 100%;*/
}

.voice-dlg-val-edit {
  border-color: #ADADAD;
  font-size:12px;
}

.voice-dlg-list-group-item {
  padding: 5px 15px 5px 5px !important;
  color: #000000 !important;
}

.wordwrap {
  white-space: normal;
}




/*image zoom*/
.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}
/*image zoom*/

.panel-header-link {
  font-weight: bold;
  color: gray;
  cursor:pointer;
  text-decoration: none;
}

 .panel-header-link:hover {
    font-weight: bold;
    color: gray;
    text-decoration: underline;
  }

.kitHideEdit {
  color: red;
  /*color: gray;
  font-style: italic;
  text-decoration: line-through;*/
}

/************/
/* video css*/
/************/
/* Video General */
/*---------------*/
.bg-green {
    background-color: #34c85a;
}

.bg-gray {
    background-color: #585858;
}

.bg-red-1 {
    background-color: #ff4338;
}

.bg-red-2 {
    background-color: #ab5355;
}

.bg-white-1 {
    background-color: #f7f6f5;
}

.bg-blue-1 {
    background-color: #3f48cc;
}

.bg-blue-2 {
    background-color: #135da2;
}

.bg-green-1 {
    background-color: #0ed145;
}

.white {
    color: white;
}

.black {
    color: black;
}

.red, .red:focus {
    color: #ff4338;
}

.bg-gray:hover, .bg-gray:focus {
    background: #cccc;
}

.bg-green:hover, .bg-green:focus {
    background: #83ed45;
}
/*
.bg-blue-1:focus {
    background: #9A9FF1;
}
*/
.bg-red-1:hover, .bg-red-1:focus {
    background: #E38D78;
}

.fs-4 {
    font-size: 4rem;
}

.in-blk {
    display: inline-block
}

.ml-1 {
    margin-left: 1em;
}

.mr-05 {
    margin-right: 0.5em;
}

.mr-1 {
    margin-right: 1em;
}

.mr-2 {
    margin-right: 2em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-06 {
    margin-top: 0.6em;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.ml-1-lg {
    margin-left: 1em;
}

.hide {
    display: none;
}

.display-xs {
    display: none;
}

.img-switch-camera {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABaCAQAAACMaLk6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfkCgMMLjFKx7QJAAAI8klEQVRo3u2aa4ydRRnHf8/Me3ZtS9ttS1taSpGCwaJBSoVGIjHBIEhD8BIaosHEUKmKJkYwfiqmQKIfxAuJmvgBjBeUSyIUKKHGaCBEi1yKUBpoKPa6bG97pbvd953n74f3bNk93d1zzpb20/lP9iRnzlz+859nnpl5ZqGFFlpooYUWJsNGhBg0mZvqJDfZoAmxccr92VQr7rFCyZbGCqrbiDBydqdMmS3RadXzIWSiK8iE1y3tCFlXELKHp9jjFBXdb/10qTJz5b2VOSqsTiuSZXn3y7cP9y+0WSw6fZpu5Kfmmei7zaXCVQ9lqb7bhGf32hOnT9E+G2Cf2mYt31o5T7mF+jXkVsnf2X5J3ne2zWDW6dH0DetmOMsZuKMxPd/X9L07coazI7wxBXkmqfIAx+i0HzCjZl0P02cHPM5b9mrlbIl6BloqCjLL973ziXR4fpiltjG/Gf3cxRK1863m2P+bfjvEbhvKlHn0qDHJo7cnBtY3ruf7mg6sT3j7OC1GZYPZTjtAr/29UZpbTSZ6o4LwceR6N7zNjoV5l+TeDFF3Ke/asXAn745j1W6Oh8EoZFvH6fWErGe50lBv3JqWtC9YnV3bviRo7NTLLPdzbIVJ4067JrApYZLplbBHFdOYfNwG9xVPd27aM3R5nJ2wXfpwPT0HbJjBOMS7nxre7tIEmrm85rvkKpRrWHn1s6jmTlZvVH13DW8/ckUv/XGQ/hPGWZPxP1ukPCoNfn7O41lFiQkWi4xgx/UQjojYqGVX5hdEAjrekcBtHOckEGYx5YdumPE0MUudtmxMuRoWe63dhtzPW/RiZa4SsZFd3BEBI9cOf8V2sJdh5hcXZZfpYyGaSARCQycCksXUffCTlZ1Z6NPSybztNlMUQ/dLnkuTL5WR6U6SXi9u1/lujkaltNw3+N5CKlRMMu1j2sylwfuF4n8nH9fhsJ89C4oj9ZstaeaSdqc1eQ3FUWm6/zD1u5SPY7Hjt1oc2bVwL4dqPEMN777MiuGrOzYHV6g/VSLwcFob+i3gwJm+ggu1JATrzN+ML+hQwAxxvv7EKivIRlnrhKbkHg5f076ZbHYxScE8yzm2thFXXir+k4SiotBV/ljq9zK//K0/PZ5fJRSEoh5MUl5X07LnY2tz8mxSlTxz/FaXinrWVEjaVrQnE1rqm6oUCw1XU1Glu8mXJlQR+qMaoarC5bc6XodopVGiriRpSzpTVxTdLuXKj6vpVcVz5ZK6/XOOKgr+bKHqsmqAaGUssxNM1rA6xwwBTgLE5WErT4YOK4hkI/WxqiVmRApm21N27XCO29etR5F6Z7ySQS2HBs6StSRFgZFhQGIxs83Jql2M7RAgw8l4tHKp4O3wI6c6xGbRBNERkpAxkG73+zBKlz+xOzdEpGCGPWDTgN/G7cqmQLMJouUeBBm9fk+6IPws3OeDKVYJTmwshsjIuZjvCYb4DTRwHTxJRQO9uqe4MKyPB62NnfbXUE7k5ChVhe/YPOBR9UxJ06YUfatY7uuzQ0SgAPu144FGLM4oWMwNCTrDP1ReoE8R0QRsDl0xVs9Kwng+PFfdk+rRLP++JATPTGXmGycagevtI1qsn/tir+bYr1Kj0hhwaZgteMlQPHVEA+Jce9l22ho7HOAMTQOeirusvmcs/atYZEuBXaEbO3VTX676D5HR6UOCTxdrhmHIjlLPRku3VoZ+Fgh6ODwF/5Q1WtAQpT0WEWBW5Rdp2K8My/EGRiuMRLTZEXI7UndwJ0H0/SVhwmDQz4gPEFD1qjE5zUCXZlpF3QUV0BQCEE1uoQbM84pDl6PUgBcVjvGYn8XnOOq9GQTN0IhBnDKiAHNtlmBfOKo24nGdJ6MKj4M9zz1+CJjDYqhuu41TbVpRMceWAXt5qyHHXQ5itUHkl1mnwUobSHcPv4nhTcTomlY0ga0CCH9TY5MXget1QUoMWQFsY0W8s20NqQHrPgmiANcA8FAs9/D6nRW0h3WBKrF99BoMUNStdxJEjQhcFZcJXrInZaQGLC0AX/EOL8MRkLRCf6a9qVPUFBQtmM7XDGCDCoW669fKI0n8KmC4VmqjXmQVaqrzKRANwLe1yOGlcDeBHCZUdWQQBqwVutiftP9wfZD5mADQKSBqBArm2waHNu6yB/M28glcTbntjniGi+IW+5etRlYQiE3RnJKiIuJ8I/uChqlwc3xEbaTq0tCoUgAFBhwl4lS4jMzK+xY0+3wwBaIjHTxgK8nJwhq7i0CGyEl4NSVyRMYxv03L2eIBx6dIcjy1KkLrVOde75KSpE59VKhdaIU2KfnoG7vLlfzR4nxHQfgjx1SNmDYQ2VgnVHOvb+JQMlpTEUicxT91o54LGVu5jov8y/pMOI+OIPX4rvCsHtb2GKiQs0qXZ2Anr2Rzio6oWshV+J15JmTV6F30OerwkMpvJhT8+2nI60fyJle0xkaFkBrZ2Mq7pZBtyF7jZp9W9d7Juukxr7Y7XTf5K35viFV31JBYSDqhbHZCqSYNwCi4kN+HH/sTvlmvcdDeC5k6WOQX22fD1ZwVygB5c17zRCY1RBNGGaBppNlSo4yEODus45sk9aiXNuYyLZgJq7ojNUizLFWM44xqiB4Fju2d19hzHFSDOgHDSRjR5tlcMKuG0UL12NKEliZ697bXI1p4TnpV/cxsouXqZ6Ua5xvJjVNb40H9+VanUnNiqdH4kBbGxfuKTUDR3FWhPOkbgUA4HnxsBqLstXhq0f4FsfamWtPaOzbPkhcfn/NCnCanbhz/g4TALaTBnsuybSF069wxVE9w+MFjbHu955aOB2NQIWvYXE+WpJBliZ5bpm0jKtWdkAETg7Ggd3W+f+Inxg8aZU/5/gPXiTwT79V7YoTddg6oP/amvGP+TfGa9sWNvLqdnJqGc2x/eubgX9p6ZsczEraPBv6b5zWTiaEoG/8Z/NTATch6o5CN92o3LpEtXGKF+sK8UEH+ARzK6kCAhZzDPtMrtk2XjlNmQg438l0b0gH7ItNPw9Qf5THmqN3+oN+dYlFaaKGFFlpooYUWWmihhRZaaKE+/g/SAHNXcjxBFgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMC0wM1QxMjo0NjozMSswMDowMChfsukAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTAtMDNUMTI6NDY6MzErMDA6MDBZAgpVAAAAAElFTkSuQmCC) no-repeat center;
    width: 7rem;
    height: 7rem;
    display: block;
    margin-top: 0.75rem;
    margin-left: 0.5rem;
}

.btn-doc-photos {
    float: right;
    margin-top: -0.5em;
}

.center {
    text-align: center;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.record-blinker {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    .display-xs {
        display: block;
    }

    .btn-doc-photos {
        float: none;
        margin-top: 1em;
    }

    .ml-1-lg {
        margin-left: unset;
    }

  .catalogImageMenu {
    min-width: 100px;
  }

  .catalogImageMenu > li > a {
    font-size: 10px;
    padding: 4px 6px !important;
  }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Video Desktop*/
/*--------------*/
.local-video {
    position: absolute;
    right: 15px;
    width: 20%;
    height: 20%;
    margin-top: 1rem;
}

.remote-video {
    width: 100%;
    height: 67vh;
    object-fit: cover;
    margin-top: 1rem;
}

.wait-msg {
    position: absolute;
    top: 0;
    left: 0;  /* handle ltr direction*/
    right: 0; /* handle rtl direction*/
    height: 100%;
    width: 100%;
    color: #fff;
    background-color: #433e39;
    font-size: 3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.img-selected {
    /*width: -webkit-fill-available;*/
    height: 57vh;
}

.width-100 {
    width: 100%;
}
/***********************************/
/* Video conference images gallery */
/***********************************/

.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    outline: 0;
}

.image-checkbox input[type="checkbox"] {
    display: none;
}

.image-checkbox-checked {
    border-color: #f58723;
}

.image-checkbox .fa {
    position: relative;
    color: #4A79A3;
    background-color: #fff;
    padding: 10px;
    top: 0;
    right: 0;
}

.image-checkbox-checked .fa {
    display: block !important;
}

.image-checkbox-checked-saved .fa {
    display: block !important;
}

.red-color {
    color: red !important;
}

.white-compress-btn {
    color: #fff !important;
    opacity: 1 !important;
}
/************/



.modal-dialog-booking {
  max-width: 80%;
  z-index: 1055;
}

.modal-dialog-vehicle-events {
  max-width: 80%;
  z-index: 1056;
}


.floatRight
{
  float: right;
}

.floatLeft {
  float: left;
}

/*matrix*/
.clickableMatrix {
  cursor: pointer !important;
}

  .clickableMatrix:hover {
    background-color: lightgray !important;
  }

.matrix-min-hight{
  min-height:425px;
}

.text-matrix-danger {
  color: red;
  font-weight: bold;
}

.cell-matrix-danger {
  background-color: red;
  border-width:5px !important;
  border-color:black !important;
}


.text-matrix-titles {
  font-weight: bold;
}

.text-service-optional {
  color: orange;
}

.btn.imageoverlay {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  color: #d2d2d2;
  background-color: #000000;
}

.btn.imageoverlay:hover,
.btn.imageoverlay:focus,
.btn.imageoverlay:active
.btn.imageoverlay.active {
  color: #ffffff;
  background-color: #000000;
}


.indent15 {
  margin-left: 15px;
}

.text-service-optional {
  color: orange;
}

.btn-menu{
  z-index: 5 !important;
}

.doc-thumb-container .printMarkIcon,
.doc-thumb-container .printMarkIcon:focus,
.doc-thumb-container .printMarkIcon:hover,
.doc-thumb-container .printMarkIcon:active {
  position: absolute;
  top: 3px;
  right:-4px;
  padding: 0px 10px 20px 30px;
  color: black;
  background-color: transparent;
  outline: none;
  line-height: none;
}

.doc-thumb-container .iconsContainer
{
  display: flex;
  gap: 10px;
  position: absolute;
  top: 3px;
  right:-4px;
  padding: 0px 10px 20px 30px;
  color: black;
  background-color: transparent;
  outline: none;
  line-height: none;
}



.checkedThumb {
  background-color: #e6f5ff;
  border-color: #99d6ff;
}

.AccidentCarImageContainer {
  width: 400px;
  height: 400px;
}

.AccidentCarImage {
  /*position: absolute;*/
/*  top: 0;
  left: 0;*/
  width: 400px;
  height: 400px;
}

.AccidentCarImageCanvas {
  z-index: 1000;
  position: absolute;
  /*top: 0;
  left: 0;*/
  width: 400px;
  height: 400px;
}

.listPadding {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}


.PriceItem .col-form-label {
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
}

.pre-def-text-edit-btn {
    text-align: left;
    padding-left: 2rem;
}

.pre-def-text-edit-btn:hover, .pre-def-text-collapse-btn:hover {
    color: #3d4954;
}

.pre-def-text-edit-btn:focus, .pre-def-text-edit-btn:active, .pre-def-text-edit-btn.active {
    color: #ffffff !important;
}               

.radioBtn {
  text-align:left;
}

.changeChart
{
  width:100px !important;
}

.messageMcaroModel{
  z-index:1049;
}

.check-list-group {
  border: 1px solid #CECECE;
}


.xmlViewerOuter {
  overflow: scroll;
  width: auto;
  white-space: normal;
  direction: ltr;
  text-align: left;
}

.xmlViewerInner {
  direction: ltr;
  text-align: left;
  padding: 2px 5px 2px 5px;
  font-size: 14px;
  height: 700px;
}

.xmlViewerInner #a {
  color: Blue;
}

.xmlViewerInner #b {
  color: Maroon;
}

.xmlViewerInner #c {
  color: Black;
  font-weight: bolder;
}

.xmlViewerTextOuter {
  border: 0px solid gray;
  direction: ltr;
  text-align: left
}

.xmlViewerTextInner {
  direction: ltr;
  text-align: left;
  width: 100%;
  height: 700px;
}


.controlHeight{
    height:39px;
}

.controlHeightSmall{
    height:29px;
}


.wizard-stage-btn
{
    padding-top:0px;
    padding-bottom:0px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}

.wizard-stage-text
{
  font-size:16px;
  font-weight: 400;
  color: #fff;
  opacity: 0.5;
}

.wizard-stage-text.selected
{
  color: #fff;
  opacity: 1;
}


.wizard-logo {
  height: 38px;
}


.damagesImageContainer {
  /*width: 100%;*/
  position: relative;
}	
.damagesImageSizing {
	/*width: 100%;*/
	padding-bottom: 45%;
	visibility: hidden;
}
.damagesImageContent {
	/*width: 100%;
	height: 100%;*/
	position: absolute;
	margin-top: -45%;
}		
		
.damagesImageBannerHolder {
	/*width: 100%;
	height: 100%;*/
	background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */			
}
#damagesImage
{
  /*width: 100%;
	height: 100%;*/
}

.catalogPartsListContainer {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
 
.catalogPartsList {
  
}

.catalogPartsList .list-group-main-item {
  
}

.catalogPartsList .list-group-sub-item {
  
}

.catalogPartsListInfo {
  font-size: 14px;
  padding: 5px 10px;
}

.catalogPartsListAllInfo {
  font-weight:700;
}
.catalogPartsListSelectedInfo,
.catalogPartsListRecommendedInfo {
  font-weight:400;
  color: gray;
}


.probability-badge {
  border-radius: 15px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 15px;
}


.probability-badge-0 {
  background-color: #F8F8FA;
  color: #000000;
}
.probability-badge-1 {
  background-color: #A3AEC4;
}
.probability-badge-2 {
  background-color: #A3AEC4;
}
.probability-badge-3 {
  background-color: #FF0068;
}

.subItemCheckBtn  {
  padding-left: 40px !important;
}


.text-blue {
  color: #1B30F5;
}

.text-green {
  color: #7CD8B3;
}

.text-red {
  color: #F8A7A7;
}



/* catalog zones btns small*/
.czs
{
    background: no-repeat transparent;
     background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	-moz-background-size: cover;  
	background-position: center;  
    height: 100%;
    cursor:pointer;
    border: 1px solid #CECECE;
    padding: 10% 0;
    margin: 5px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    
.czs:hover
{
    background-color: #CECECE;
}

.czs.czs-zon0{background-image: url("/res/svg/VSS1_RearLeft.svg");}  
.czs.czs-zon2{background-image: url("/res/svg/VSS1_RearRight.svg");}  
.czs.czs-zon6{background-image: url("/res/svg/VSS1_FrontLeft.svg");}   
.czs.czs-zon8{background-image: url("/res/svg/VSS1_FrontRight.svg");}

.side-btn-div {
  padding: 5%;
  margin: 10% 0;
  border: 0;
  vertical-align:middle;
  text-align:center;
  cursor:pointer;
}


.side-btn-img {
}

.popup-container {
  z-index : 150;
  position: absolute;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
}

.popup-panel {
  /*border: 1px solid #000;*/
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  margin-bottom: 0;
  max-width: 350px;
}

.opt-label{
}

.opt-label-none {
  
}
.opt-label-replace{
  background-color:#5cb85c;
}
.opt-label-repair{
  background-color:#f0ad4e;
}


.flip-image {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
/* transform: rotateY(180deg);*/
}

.wizCenterImageMapContainer {
  /*max-height: 300px;*/
}

.progress-rounded {
  border-radius: 10px;
  height: 15px;
}

.progress-bar-gray {
  background-color: #AEBACF;
}

.btnLink {
  white-space: nowrap;
  font-size:11px;
  color: #ffffff;  
  padding-left: 5px;
  padding-right: 5px;  
}

.btnLink:hover {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.togglePassword
{
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 12%;
  color: lightskyblue;
  cursor: pointer;
}

.dual-selector-container {
}

.dual-selector-container .docList {
  padding: 0 15px 0 15px;
  max-height:500px;
  overflow-x: auto;
  min-height: 500px;
}


.input-inline {
  width: auto;
  display: inline;
}

.highlight {
  background-color: yellow;
}

.underline {
  text-decoration: underline;
  font-weight: bold ;
}


.label-wrap {
  white-space: normal !important;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.navbar-fixed-top {
  transform: translateZ(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}

.font16bold {
  font-size: 16px !important;
  font-weight: bold !important;
}

/* write-off-table style */
.write-off-table {
  
}

.write-off-table td{
}

.write-off-table td:focus{
  
}

.write-off-table td.selected{
  background-color: yellow;
  cursor: crosshair;
}

.write-off-table td.selecting{
  cursor: crosshair;
}

.write-off-table .activeCell{
  border:1px solid #000 !important;
  border-radius: 4px;
}

.write-off-table .copyCell{
  border:1px dashed green !important;
  border-radius: 4px;
}

.write-off-table .descCell{
  font-weight: 600;
  box-shadow: 15px 0 15px -15px rgba(0, 0, 0, 0.05) inset;
}

.write-off-table .editCell{
  text-align: right;
  direction: rtl;
}


.write-off-table .MobNumericEditBox{
  padding: 0;
  border: 0;
  font-weight: 600;
  line-height:unset;
  height: 20px;
}

.write-off-table .MobNumericEditBox:focus{
  font-weight: 600;
}

/* subreddit-table-wrapper style */
.subreddit-table-wrapper {
  overflow: auto;
  width: 100%;
  background: white;
	border:1px solid #000;
}
.subreddit-table-wrapper table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.subreddit-table-wrapper thead th {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  background: white;
  padding: 5px 10px;
  vertical-align: middle;
}
.subreddit-table-wrapper td, .subreddit-table-wrapper th {
  border: 1px solid #000;
  padding: 5px 10px;
  white-space: nowrap;
  vertical-align: middle;
  width:100px;
  min-width:100px;
  font-size: 13px !important;
}

.subreddit-table-wrapper tbody tr td:first-child {
  /* need to do the ellipsis overflow manually to keep the column box-shadow hack */
  background: white;
}
.subreddit-table-wrapper tr td:first-child:after, .subreddit-table-wrapper tr th:first-child::after {
  box-shadow: 15px 0 15px -15px rgba(0, 0, 0, 0.05) inset;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 15px;
}
.subreddit-table-wrapper td:first-child, .subreddit-table-wrapper th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}

/*.table-scroll {
	position:relative;
	margin:auto;
	overflow:auto;
	border:1px solid #000;
}

.table-scroll table {
	width:100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}
.table-scroll th, .table-scroll td {
	padding:5px 10px;
	border:1px solid #000;
	background:#fff;
	white-space:nowrap;
	vertical-align:middle;
}
.table-scroll thead, .table-scroll tfoot {
	
}
*/

.inputHeight {
  height: 40px !important;
}

.input-view-sm {
  box-shadow: none !important;
  font-size: 14px !important;
}


.cross-lines-warning {
  background: repeating-linear-gradient( 45deg, transparent, transparent 8px, #f0ad4e 10px, #f0ad4e 20px ), linear-gradient( to bottom, #eee, #f0ad4e );
}

.cross-lines-success {
  background: repeating-linear-gradient( 45deg, transparent, transparent 8px, #5cb85c 10px, #5cb85c 20px ), linear-gradient( to bottom, #eee, #5cb85c );
}

a.link {
  color: #135DA2;
  text-decoration: none;
  cursor: pointer;
}
a.link:focus {
  outline: none;
}

a.linkWhite {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.linkWhite:focus {
  outline: none;
}

a.linkWhite:hover {
  text-decoration: underline;
}


.cadalogImageContainer {
  width: 100%;
  height: auto;
  position: relative;
}	
.cadalogImageSizing {
	width: 100%;
  height: 100%;
	/*padding-bottom: 62%;*/
	visibility: hidden;
}
.cadalogImageContent {
	width: 100%;
	/*height: 100%;*/
	position: absolute;
	/*margin-top: -62%;*/
}		
		
.cadalogImageBannerHolder {
	width: 100%;
	height: 100%;
	background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
	-moz-background-size: cover;  
	background-position: center;  
}
#cadalogImage {
  width: 100%;
  height: 100%;
}


.cadalogImageDivContainer {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.cadalogImage-transform-module-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  width: -moz-fit-content;
  width: fit-content;
}

.cadalogImage-transform-module-content {
  display: flex;
  flex-wrap: wrap;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  padding: 0;
  transform-origin: 0% 0%;
}

.cadalogImageDiv {
  width: 100%;
}

.cadalogImageActions {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: white;
  border-radius: 1rem;
  padding : 5px 10px;
  margin : 5px 0;
}

.cadalogImageAction {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.cadalogWait {
  position: absolute;
  top: 50px;
  left: 50px;
}

.btn-wide {
  min-width: 50px;
}

.cadalogImage-image {
  z-index: 1;
}

.cadalogImage-targets {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.cadalogImage-target {
  border: 1px solid rgba(13, 202, 240, 1);
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  pointer-events: auto; /* Enable interaction with circles */
}

.cadalogImage-target.active{
  border: 1px solid blue;
  background-color: greenyellow;
  opacity: 0.6;
}

.cadalogImage-target.selected{
  border: 1px solid blue;
  background-color: rgba(13, 202, 240, 0.4);
}


.cadalogParts {

}

.cadalogParts .cadalogPartRow {
  cursor: pointer;
}

.cadalogParts .cadalogPartRow:hover:not(.active){  
  background-color:rgba(13, 202, 240, 1);
}

.cadalogPartRow.active {
  color: #ffffff;
  background-color: rgba(13, 101, 253, 1);
}

.missing-alert {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 230px;
}

.cadalogSubjectList-minimize {
  overflow-y: hidden;
}

.cadalogSubjectList-maximize {
  overflow-y: auto;
}
