/**
 * @version 	1.0.0
 * @package 	Com DigiCOm
 * @author 		ThemeXpert
 * @copyright 	Copyright (c) 2006 - 2014 ThemeXpert Ltd. All rights reserved.
 * @license 	GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */
.dc * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dc *:before,
.dc *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dc html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.dc body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
.dc input,
.dc button,
.dc select,
.dc textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.dc a {
  color: #337ab7;
  text-decoration: none;
}
.dc a:hover,
.dc a:focus {
  color: #23527c;
  text-decoration: underline;
}
.dc a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dc figure {
  margin: 0;
}
.dc img {
  vertical-align: middle;
}
.dc .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.dc .img-rounded {
  border-radius: 6px;
}
.dc .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.dc .img-circle {
  border-radius: 50%;
}
.dc hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.dc .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.dc .sr-only-focusable:active,
.dc .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.dc [role="button"] {
  cursor: pointer;
}
.dc h1,
.dc h2,
.dc h3,
.dc h4,
.dc h5,
.dc h6,
.dc .h1,
.dc .h2,
.dc .h3,
.dc .h4,
.dc .h5,
.dc .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.dc h1 small,
.dc h2 small,
.dc h3 small,
.dc h4 small,
.dc h5 small,
.dc h6 small,
.dc .h1 small,
.dc .h2 small,
.dc .h3 small,
.dc .h4 small,
.dc .h5 small,
.dc .h6 small,
.dc h1 .small,
.dc h2 .small,
.dc h3 .small,
.dc h4 .small,
.dc h5 .small,
.dc h6 .small,
.dc .h1 .small,
.dc .h2 .small,
.dc .h3 .small,
.dc .h4 .small,
.dc .h5 .small,
.dc .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.dc h1,
.dc .h1,
.dc h2,
.dc .h2,
.dc h3,
.dc .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.dc h1 small,
.dc .h1 small,
.dc h2 small,
.dc .h2 small,
.dc h3 small,
.dc .h3 small,
.dc h1 .small,
.dc .h1 .small,
.dc h2 .small,
.dc .h2 .small,
.dc h3 .small,
.dc .h3 .small {
  font-size: 65%;
}
.dc h4,
.dc .h4,
.dc h5,
.dc .h5,
.dc h6,
.dc .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dc h4 small,
.dc .h4 small,
.dc h5 small,
.dc .h5 small,
.dc h6 small,
.dc .h6 small,
.dc h4 .small,
.dc .h4 .small,
.dc h5 .small,
.dc .h5 .small,
.dc h6 .small,
.dc .h6 .small {
  font-size: 75%;
}
.dc h1,
.dc .h1 {
  font-size: 36px;
}
.dc h2,
.dc .h2 {
  font-size: 30px;
}
.dc h3,
.dc .h3 {
  font-size: 24px;
}
.dc h4,
.dc .h4 {
  font-size: 18px;
}
.dc h5,
.dc .h5 {
  font-size: 14px;
}
.dc h6,
.dc .h6 {
  font-size: 12px;
}
.dc p {
  margin: 0 0 10px;
}
.dc .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .dc .lead {
    font-size: 21px;
  }
}
.dc small,
.dc .small {
  font-size: 85%;
}
.dc mark,
.dc .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.dc .text-left {
  text-align: left;
}
.dc .text-right {
  text-align: right;
}
.dc .text-center {
  text-align: center;
}
.dc .text-justify {
  text-align: justify;
}
.dc .text-nowrap {
  white-space: nowrap;
}
.dc .text-lowercase {
  text-transform: lowercase;
}
.dc .text-uppercase {
  text-transform: uppercase;
}
.dc .text-capitalize {
  text-transform: capitalize;
}
.dc .text-muted {
  color: #777777;
}
.dc .text-primary {
  color: #337ab7;
}
a.dc .text-primary:hover,
a.dc .text-primary:focus {
  color: #286090;
}
.dc .text-success {
  color: #3c763d;
}
a.dc .text-success:hover,
a.dc .text-success:focus {
  color: #2b542c;
}
.dc .text-info {
  color: #31708f;
}
a.dc .text-info:hover,
a.dc .text-info:focus {
  color: #245269;
}
.dc .text-warning {
  color: #8a6d3b;
}
a.dc .text-warning:hover,
a.dc .text-warning:focus {
  color: #66512c;
}
.dc .text-danger {
  color: #a94442;
}
a.dc .text-danger:hover,
a.dc .text-danger:focus {
  color: #843534;
}
.dc .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.dc .bg-primary:hover,
a.dc .bg-primary:focus {
  background-color: #286090;
}
.dc .bg-success {
  background-color: #dff0d8;
}
a.dc .bg-success:hover,
a.dc .bg-success:focus {
  background-color: #c1e2b3;
}
.dc .bg-info {
  background-color: #d9edf7;
}
a.dc .bg-info:hover,
a.dc .bg-info:focus {
  background-color: #afd9ee;
}
.dc .bg-warning {
  background-color: #fcf8e3;
}
a.dc .bg-warning:hover,
a.dc .bg-warning:focus {
  background-color: #f7ecb5;
}
.dc .bg-danger {
  background-color: #f2dede;
}
a.dc .bg-danger:hover,
a.dc .bg-danger:focus {
  background-color: #e4b9b9;
}
.dc .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.dc ul,
.dc ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.dc ul ul,
.dc ol ul,
.dc ul ol,
.dc ol ol {
  margin-bottom: 0;
}
.dc .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.dc .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.dc .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.dc dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.dc dt,
.dc dd {
  line-height: 1.42857143;
}
.dc dt {
  font-weight: bold;
}
.dc dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dc .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dc .dl-horizontal dd {
    margin-left: 180px;
  }
}
.dc abbr[title],
.dc abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.dc .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.dc blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.dc blockquote p:last-child,
.dc blockquote ul:last-child,
.dc blockquote ol:last-child {
  margin-bottom: 0;
}
.dc blockquote footer,
.dc blockquote small,
.dc blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.dc blockquote footer:before,
.dc blockquote small:before,
.dc blockquote .small:before {
  content: '\2014 \00A0';
}
.dc .blockquote-reverse,
.dc blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.dc .blockquote-reverse footer:before,
.dc blockquote.pull-right footer:before,
.dc .blockquote-reverse small:before,
.dc blockquote.pull-right small:before,
.dc .blockquote-reverse .small:before,
.dc blockquote.pull-right .small:before {
  content: '';
}
.dc .blockquote-reverse footer:after,
.dc blockquote.pull-right footer:after,
.dc .blockquote-reverse small:after,
.dc blockquote.pull-right small:after,
.dc .blockquote-reverse .small:after,
.dc blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.dc address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.dc table {
  background-color: transparent;
}
.dc caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.dc th {
  text-align: left;
}
.dc .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.dc .table > thead > tr > th,
.dc .table > tbody > tr > th,
.dc .table > tfoot > tr > th,
.dc .table > thead > tr > td,
.dc .table > tbody > tr > td,
.dc .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.dc .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.dc .table > caption + thead > tr:first-child > th,
.dc .table > colgroup + thead > tr:first-child > th,
.dc .table > thead:first-child > tr:first-child > th,
.dc .table > caption + thead > tr:first-child > td,
.dc .table > colgroup + thead > tr:first-child > td,
.dc .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.dc .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.dc .table .table {
  background-color: #fff;
}
.dc .table-condensed > thead > tr > th,
.dc .table-condensed > tbody > tr > th,
.dc .table-condensed > tfoot > tr > th,
.dc .table-condensed > thead > tr > td,
.dc .table-condensed > tbody > tr > td,
.dc .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.dc .table-bordered {
  border: 1px solid #ddd;
}
.dc .table-bordered > thead > tr > th,
.dc .table-bordered > tbody > tr > th,
.dc .table-bordered > tfoot > tr > th,
.dc .table-bordered > thead > tr > td,
.dc .table-bordered > tbody > tr > td,
.dc .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.dc .table-bordered > thead > tr > th,
.dc .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.dc .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.dc .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.dc table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.dc table td[class*="col-"],
.dc table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.dc .table > thead > tr > td.active,
.dc .table > tbody > tr > td.active,
.dc .table > tfoot > tr > td.active,
.dc .table > thead > tr > th.active,
.dc .table > tbody > tr > th.active,
.dc .table > tfoot > tr > th.active,
.dc .table > thead > tr.active > td,
.dc .table > tbody > tr.active > td,
.dc .table > tfoot > tr.active > td,
.dc .table > thead > tr.active > th,
.dc .table > tbody > tr.active > th,
.dc .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.dc .table-hover > tbody > tr > td.active:hover,
.dc .table-hover > tbody > tr > th.active:hover,
.dc .table-hover > tbody > tr.active:hover > td,
.dc .table-hover > tbody > tr:hover > .active,
.dc .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.dc .table > thead > tr > td.success,
.dc .table > tbody > tr > td.success,
.dc .table > tfoot > tr > td.success,
.dc .table > thead > tr > th.success,
.dc .table > tbody > tr > th.success,
.dc .table > tfoot > tr > th.success,
.dc .table > thead > tr.success > td,
.dc .table > tbody > tr.success > td,
.dc .table > tfoot > tr.success > td,
.dc .table > thead > tr.success > th,
.dc .table > tbody > tr.success > th,
.dc .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.dc .table-hover > tbody > tr > td.success:hover,
.dc .table-hover > tbody > tr > th.success:hover,
.dc .table-hover > tbody > tr.success:hover > td,
.dc .table-hover > tbody > tr:hover > .success,
.dc .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.dc .table > thead > tr > td.info,
.dc .table > tbody > tr > td.info,
.dc .table > tfoot > tr > td.info,
.dc .table > thead > tr > th.info,
.dc .table > tbody > tr > th.info,
.dc .table > tfoot > tr > th.info,
.dc .table > thead > tr.info > td,
.dc .table > tbody > tr.info > td,
.dc .table > tfoot > tr.info > td,
.dc .table > thead > tr.info > th,
.dc .table > tbody > tr.info > th,
.dc .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.dc .table-hover > tbody > tr > td.info:hover,
.dc .table-hover > tbody > tr > th.info:hover,
.dc .table-hover > tbody > tr.info:hover > td,
.dc .table-hover > tbody > tr:hover > .info,
.dc .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.dc .table > thead > tr > td.warning,
.dc .table > tbody > tr > td.warning,
.dc .table > tfoot > tr > td.warning,
.dc .table > thead > tr > th.warning,
.dc .table > tbody > tr > th.warning,
.dc .table > tfoot > tr > th.warning,
.dc .table > thead > tr.warning > td,
.dc .table > tbody > tr.warning > td,
.dc .table > tfoot > tr.warning > td,
.dc .table > thead > tr.warning > th,
.dc .table > tbody > tr.warning > th,
.dc .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.dc .table-hover > tbody > tr > td.warning:hover,
.dc .table-hover > tbody > tr > th.warning:hover,
.dc .table-hover > tbody > tr.warning:hover > td,
.dc .table-hover > tbody > tr:hover > .warning,
.dc .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.dc .table > thead > tr > td.danger,
.dc .table > tbody > tr > td.danger,
.dc .table > tfoot > tr > td.danger,
.dc .table > thead > tr > th.danger,
.dc .table > tbody > tr > th.danger,
.dc .table > tfoot > tr > th.danger,
.dc .table > thead > tr.danger > td,
.dc .table > tbody > tr.danger > td,
.dc .table > tfoot > tr.danger > td,
.dc .table > thead > tr.danger > th,
.dc .table > tbody > tr.danger > th,
.dc .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.dc .table-hover > tbody > tr > td.danger:hover,
.dc .table-hover > tbody > tr > th.danger:hover,
.dc .table-hover > tbody > tr.danger:hover > td,
.dc .table-hover > tbody > tr:hover > .danger,
.dc .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.dc .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .dc .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .dc .table-responsive > .table {
    margin-bottom: 0;
  }
  .dc .table-responsive > .table > thead > tr > th,
  .dc .table-responsive > .table > tbody > tr > th,
  .dc .table-responsive > .table > tfoot > tr > th,
  .dc .table-responsive > .table > thead > tr > td,
  .dc .table-responsive > .table > tbody > tr > td,
  .dc .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .dc .table-responsive > .table-bordered {
    border: 0;
  }
  .dc .table-responsive > .table-bordered > thead > tr > th:first-child,
  .dc .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .dc .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .dc .table-responsive > .table-bordered > thead > tr > td:first-child,
  .dc .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .dc .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .dc .table-responsive > .table-bordered > thead > tr > th:last-child,
  .dc .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .dc .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .dc .table-responsive > .table-bordered > thead > tr > td:last-child,
  .dc .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .dc .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .dc .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .dc .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .dc .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .dc .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.dc fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.dc legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.dc label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.dc input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dc input[type="radio"],
.dc input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.dc input[type="file"] {
  display: block;
}
.dc input[type="range"] {
  display: block;
  width: 100%;
}
.dc select[multiple],
.dc select[size] {
  height: auto;
}
.dc input[type="file"]:focus,
.dc input[type="radio"]:focus,
.dc input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dc output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.dc .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dc .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.dc .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.dc .form-control:-ms-input-placeholder {
  color: #999;
}
.dc .form-control::-webkit-input-placeholder {
  color: #999;
}
.dc .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.dc .form-control[disabled],
.dc .form-control[readonly],
fieldset[disabled] .dc .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.dc .form-control[disabled],
fieldset[disabled] .dc .form-control {
  cursor: not-allowed;
}
textarea.dc .form-control {
  height: auto;
}
.dc input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .dc input[type="date"].form-control,
  .dc input[type="time"].form-control,
  .dc input[type="datetime-local"].form-control,
  .dc input[type="month"].form-control {
    line-height: 34px;
  }
  .dc input[type="date"].input-sm,
  .dc input[type="time"].input-sm,
  .dc input[type="datetime-local"].input-sm,
  .dc input[type="month"].input-sm,
  .input-group-sm .dc input[type="date"],
  .input-group-sm .dc input[type="time"],
  .input-group-sm .dc input[type="datetime-local"],
  .input-group-sm .dc input[type="month"] {
    line-height: 30px;
  }
  .dc input[type="date"].input-lg,
  .dc input[type="time"].input-lg,
  .dc input[type="datetime-local"].input-lg,
  .dc input[type="month"].input-lg,
  .input-group-lg .dc input[type="date"],
  .input-group-lg .dc input[type="time"],
  .input-group-lg .dc input[type="datetime-local"],
  .input-group-lg .dc input[type="month"] {
    line-height: 46px;
  }
}
.dc .form-group {
  margin-bottom: 15px;
}
.dc .radio,
.dc .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dc .radio label,
.dc .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.dc .radio input[type="radio"],
.dc .radio-inline input[type="radio"],
.dc .checkbox input[type="checkbox"],
.dc .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.dc .radio + .radio,
.dc .checkbox + .checkbox {
  margin-top: -5px;
}
.dc .radio-inline,
.dc .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.dc .radio-inline + .radio-inline,
.dc .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.dc input[type="radio"][disabled],
.dc input[type="checkbox"][disabled],
.dc input[type="radio"].disabled,
.dc input[type="checkbox"].disabled,
fieldset[disabled] .dc input[type="radio"],
fieldset[disabled] .dc input[type="checkbox"] {
  cursor: not-allowed;
}
.dc .radio-inline.disabled,
.dc .checkbox-inline.disabled,
fieldset[disabled] .dc .radio-inline,
fieldset[disabled] .dc .checkbox-inline {
  cursor: not-allowed;
}
.dc .radio.disabled label,
.dc .checkbox.disabled label,
fieldset[disabled] .dc .radio label,
fieldset[disabled] .dc .checkbox label {
  cursor: not-allowed;
}
.dc .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.dc .form-control-static.input-lg,
.dc .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.dc .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.dc .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.dc .input-sm,
select[multiple].dc .input-sm {
  height: auto;
}
.dc .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dc .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.dc .form-group-sm textarea.form-control,
.dc .form-group-sm select[multiple].form-control {
  height: auto;
}
.dc .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.dc .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.dc .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.dc .input-lg,
select[multiple].dc .input-lg {
  height: auto;
}
.dc .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.dc .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.dc .form-group-lg textarea.form-control,
.dc .form-group-lg select[multiple].form-control {
  height: auto;
}
.dc .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.dc .has-feedback {
  position: relative;
}
.dc .has-feedback .form-control {
  padding-right: 42.5px;
}
.dc .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.dc .input-lg + .form-control-feedback,
.dc .input-group-lg + .form-control-feedback,
.dc .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.dc .input-sm + .form-control-feedback,
.dc .input-group-sm + .form-control-feedback,
.dc .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.dc .has-success .help-block,
.dc .has-success .control-label,
.dc .has-success .radio,
.dc .has-success .checkbox,
.dc .has-success .radio-inline,
.dc .has-success .checkbox-inline,
.dc .has-success.radio label,
.dc .has-success.checkbox label,
.dc .has-success.radio-inline label,
.dc .has-success.checkbox-inline label {
  color: #3c763d;
}
.dc .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.dc .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.dc .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.dc .has-success .form-control-feedback {
  color: #3c763d;
}
.dc .has-warning .help-block,
.dc .has-warning .control-label,
.dc .has-warning .radio,
.dc .has-warning .checkbox,
.dc .has-warning .radio-inline,
.dc .has-warning .checkbox-inline,
.dc .has-warning.radio label,
.dc .has-warning.checkbox label,
.dc .has-warning.radio-inline label,
.dc .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.dc .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.dc .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.dc .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.dc .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.dc .has-error .help-block,
.dc .has-error .control-label,
.dc .has-error .radio,
.dc .has-error .checkbox,
.dc .has-error .radio-inline,
.dc .has-error .checkbox-inline,
.dc .has-error.radio label,
.dc .has-error.checkbox label,
.dc .has-error.radio-inline label,
.dc .has-error.checkbox-inline label {
  color: #a94442;
}
.dc .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.dc .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.dc .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.dc .has-error .form-control-feedback {
  color: #a94442;
}
.dc .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.dc .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.dc .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .dc .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .dc .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .dc .form-inline .form-control-static {
    display: inline-block;
  }
  .dc .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .dc .form-inline .input-group .input-group-addon,
  .dc .form-inline .input-group .input-group-btn,
  .dc .form-inline .input-group .form-control {
    width: auto;
  }
  .dc .form-inline .input-group > .form-control {
    width: 100%;
  }
  .dc .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .dc .form-inline .radio,
  .dc .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .dc .form-inline .radio label,
  .dc .form-inline .checkbox label {
    padding-left: 0;
  }
  .dc .form-inline .radio input[type="radio"],
  .dc .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .dc .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.dc .form-horizontal .radio,
.dc .form-horizontal .checkbox,
.dc .form-horizontal .radio-inline,
.dc .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.dc .form-horizontal .radio,
.dc .form-horizontal .checkbox {
  min-height: 27px;
}
.dc .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .dc .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.dc .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .dc .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .dc .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.dc .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dc .btn:focus,
.dc .btn:active:focus,
.dc .btn.active:focus,
.dc .btn.focus,
.dc .btn:active.focus,
.dc .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dc .btn:hover,
.dc .btn:focus,
.dc .btn.focus {
  color: #333;
  text-decoration: none;
}
.dc .btn:active,
.dc .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);
}
.dc .btn.disabled,
.dc .btn[disabled],
fieldset[disabled] .dc .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.dc .btn.disabled,
fieldset[disabled] a.dc .btn {
  pointer-events: none;
}
.dc .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.dc .btn-default:focus,
.dc .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.dc .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.dc .btn-default:active,
.dc .btn-default.active,
.open > .dropdown-toggle.dc .btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.dc .btn-default:active:hover,
.dc .btn-default.active:hover,
.open > .dropdown-toggle.dc .btn-default:hover,
.dc .btn-default:active:focus,
.dc .btn-default.active:focus,
.open > .dropdown-toggle.dc .btn-default:focus,
.dc .btn-default:active.focus,
.dc .btn-default.active.focus,
.open > .dropdown-toggle.dc .btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.dc .btn-default:active,
.dc .btn-default.active,
.open > .dropdown-toggle.dc .btn-default {
  background-image: none;
}
.dc .btn-default.disabled:hover,
.dc .btn-default[disabled]:hover,
fieldset[disabled] .dc .btn-default:hover,
.dc .btn-default.disabled:focus,
.dc .btn-default[disabled]:focus,
fieldset[disabled] .dc .btn-default:focus,
.dc .btn-default.disabled.focus,
.dc .btn-default[disabled].focus,
fieldset[disabled] .dc .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.dc .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.dc .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.dc .btn-primary:focus,
.dc .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.dc .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.dc .btn-primary:active,
.dc .btn-primary.active,
.open > .dropdown-toggle.dc .btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.dc .btn-primary:active:hover,
.dc .btn-primary.active:hover,
.open > .dropdown-toggle.dc .btn-primary:hover,
.dc .btn-primary:active:focus,
.dc .btn-primary.active:focus,
.open > .dropdown-toggle.dc .btn-primary:focus,
.dc .btn-primary:active.focus,
.dc .btn-primary.active.focus,
.open > .dropdown-toggle.dc .btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.dc .btn-primary:active,
.dc .btn-primary.active,
.open > .dropdown-toggle.dc .btn-primary {
  background-image: none;
}
.dc .btn-primary.disabled:hover,
.dc .btn-primary[disabled]:hover,
fieldset[disabled] .dc .btn-primary:hover,
.dc .btn-primary.disabled:focus,
.dc .btn-primary[disabled]:focus,
fieldset[disabled] .dc .btn-primary:focus,
.dc .btn-primary.disabled.focus,
.dc .btn-primary[disabled].focus,
fieldset[disabled] .dc .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.dc .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.dc .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.dc .btn-success:focus,
.dc .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.dc .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.dc .btn-success:active,
.dc .btn-success.active,
.open > .dropdown-toggle.dc .btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.dc .btn-success:active:hover,
.dc .btn-success.active:hover,
.open > .dropdown-toggle.dc .btn-success:hover,
.dc .btn-success:active:focus,
.dc .btn-success.active:focus,
.open > .dropdown-toggle.dc .btn-success:focus,
.dc .btn-success:active.focus,
.dc .btn-success.active.focus,
.open > .dropdown-toggle.dc .btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.dc .btn-success:active,
.dc .btn-success.active,
.open > .dropdown-toggle.dc .btn-success {
  background-image: none;
}
.dc .btn-success.disabled:hover,
.dc .btn-success[disabled]:hover,
fieldset[disabled] .dc .btn-success:hover,
.dc .btn-success.disabled:focus,
.dc .btn-success[disabled]:focus,
fieldset[disabled] .dc .btn-success:focus,
.dc .btn-success.disabled.focus,
.dc .btn-success[disabled].focus,
fieldset[disabled] .dc .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.dc .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.dc .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.dc .btn-info:focus,
.dc .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.dc .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.dc .btn-info:active,
.dc .btn-info.active,
.open > .dropdown-toggle.dc .btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.dc .btn-info:active:hover,
.dc .btn-info.active:hover,
.open > .dropdown-toggle.dc .btn-info:hover,
.dc .btn-info:active:focus,
.dc .btn-info.active:focus,
.open > .dropdown-toggle.dc .btn-info:focus,
.dc .btn-info:active.focus,
.dc .btn-info.active.focus,
.open > .dropdown-toggle.dc .btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.dc .btn-info:active,
.dc .btn-info.active,
.open > .dropdown-toggle.dc .btn-info {
  background-image: none;
}
.dc .btn-info.disabled:hover,
.dc .btn-info[disabled]:hover,
fieldset[disabled] .dc .btn-info:hover,
.dc .btn-info.disabled:focus,
.dc .btn-info[disabled]:focus,
fieldset[disabled] .dc .btn-info:focus,
.dc .btn-info.disabled.focus,
.dc .btn-info[disabled].focus,
fieldset[disabled] .dc .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.dc .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.dc .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.dc .btn-warning:focus,
.dc .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.dc .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.dc .btn-warning:active,
.dc .btn-warning.active,
.open > .dropdown-toggle.dc .btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.dc .btn-warning:active:hover,
.dc .btn-warning.active:hover,
.open > .dropdown-toggle.dc .btn-warning:hover,
.dc .btn-warning:active:focus,
.dc .btn-warning.active:focus,
.open > .dropdown-toggle.dc .btn-warning:focus,
.dc .btn-warning:active.focus,
.dc .btn-warning.active.focus,
.open > .dropdown-toggle.dc .btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.dc .btn-warning:active,
.dc .btn-warning.active,
.open > .dropdown-toggle.dc .btn-warning {
  background-image: none;
}
.dc .btn-warning.disabled:hover,
.dc .btn-warning[disabled]:hover,
fieldset[disabled] .dc .btn-warning:hover,
.dc .btn-warning.disabled:focus,
.dc .btn-warning[disabled]:focus,
fieldset[disabled] .dc .btn-warning:focus,
.dc .btn-warning.disabled.focus,
.dc .btn-warning[disabled].focus,
fieldset[disabled] .dc .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.dc .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.dc .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.dc .btn-danger:focus,
.dc .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.dc .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.dc .btn-danger:active,
.dc .btn-danger.active,
.open > .dropdown-toggle.dc .btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.dc .btn-danger:active:hover,
.dc .btn-danger.active:hover,
.open > .dropdown-toggle.dc .btn-danger:hover,
.dc .btn-danger:active:focus,
.dc .btn-danger.active:focus,
.open > .dropdown-toggle.dc .btn-danger:focus,
.dc .btn-danger:active.focus,
.dc .btn-danger.active.focus,
.open > .dropdown-toggle.dc .btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.dc .btn-danger:active,
.dc .btn-danger.active,
.open > .dropdown-toggle.dc .btn-danger {
  background-image: none;
}
.dc .btn-danger.disabled:hover,
.dc .btn-danger[disabled]:hover,
fieldset[disabled] .dc .btn-danger:hover,
.dc .btn-danger.disabled:focus,
.dc .btn-danger[disabled]:focus,
fieldset[disabled] .dc .btn-danger:focus,
.dc .btn-danger.disabled.focus,
.dc .btn-danger[disabled].focus,
fieldset[disabled] .dc .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.dc .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.dc .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.dc .btn-link,
.dc .btn-link:active,
.dc .btn-link.active,
.dc .btn-link[disabled],
fieldset[disabled] .dc .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dc .btn-link,
.dc .btn-link:hover,
.dc .btn-link:focus,
.dc .btn-link:active {
  border-color: transparent;
}
.dc .btn-link:hover,
.dc .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.dc .btn-link[disabled]:hover,
fieldset[disabled] .dc .btn-link:hover,
.dc .btn-link[disabled]:focus,
fieldset[disabled] .dc .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.dc .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.dc .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dc .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dc .btn-block {
  display: block;
  width: 100%;
}
.dc .btn-block + .btn-block {
  margin-top: 5px;
}
.dc input[type="submit"].btn-block,
.dc input[type="reset"].btn-block,
.dc input[type="button"].btn-block {
  width: 100%;
}
.dc .btn-group,
.dc .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.dc .btn-group > .btn,
.dc .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.dc .btn-group > .btn:hover,
.dc .btn-group-vertical > .btn:hover,
.dc .btn-group > .btn:focus,
.dc .btn-group-vertical > .btn:focus,
.dc .btn-group > .btn:active,
.dc .btn-group-vertical > .btn:active,
.dc .btn-group > .btn.active,
.dc .btn-group-vertical > .btn.active {
  z-index: 2;
}
.dc .btn-group .btn + .btn,
.dc .btn-group .btn + .btn-group,
.dc .btn-group .btn-group + .btn,
.dc .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.dc .btn-toolbar {
  margin-left: -5px;
}
.dc .btn-toolbar .btn,
.dc .btn-toolbar .btn-group,
.dc .btn-toolbar .input-group {
  float: left;
}
.dc .btn-toolbar > .btn,
.dc .btn-toolbar > .btn-group,
.dc .btn-toolbar > .input-group {
  margin-left: 5px;
}
.dc .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.dc .btn-group > .btn:first-child {
  margin-left: 0;
}
.dc .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.dc .btn-group > .btn:last-child:not(:first-child),
.dc .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.dc .btn-group > .btn-group {
  float: left;
}
.dc .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.dc .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.dc .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.dc .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.dc .btn-group .dropdown-toggle:active,
.dc .btn-group.open .dropdown-toggle {
  outline: 0;
}
.dc .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.dc .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.dc .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);
}
.dc .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dc .btn .caret {
  margin-left: 0;
}
.dc .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dc .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.dc .btn-group-vertical > .btn,
.dc .btn-group-vertical > .btn-group,
.dc .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.dc .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.dc .btn-group-vertical > .btn + .btn,
.dc .btn-group-vertical > .btn + .btn-group,
.dc .btn-group-vertical > .btn-group + .btn,
.dc .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.dc .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.dc .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dc .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dc .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.dc .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.dc .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dc .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.dc .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.dc .btn-group-justified > .btn,
.dc .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.dc .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.dc .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.dc [data-toggle="buttons"] > .btn input[type="radio"],
.dc [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.dc [data-toggle="buttons"] > .btn input[type="checkbox"],
.dc [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.dc .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.dc .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.dc .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.dc .input-group .form-control:focus {
  z-index: 3;
}
.dc .input-group-lg > .form-control,
.dc .input-group-lg > .input-group-addon,
.dc .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.dc .input-group-lg > .form-control,
select.dc .input-group-lg > .input-group-addon,
select.dc .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.dc .input-group-lg > .form-control,
textarea.dc .input-group-lg > .input-group-addon,
textarea.dc .input-group-lg > .input-group-btn > .btn,
select[multiple].dc .input-group-lg > .form-control,
select[multiple].dc .input-group-lg > .input-group-addon,
select[multiple].dc .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.dc .input-group-sm > .form-control,
.dc .input-group-sm > .input-group-addon,
.dc .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.dc .input-group-sm > .form-control,
select.dc .input-group-sm > .input-group-addon,
select.dc .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.dc .input-group-sm > .form-control,
textarea.dc .input-group-sm > .input-group-addon,
textarea.dc .input-group-sm > .input-group-btn > .btn,
select[multiple].dc .input-group-sm > .form-control,
select[multiple].dc .input-group-sm > .input-group-addon,
select[multiple].dc .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.dc .input-group-addon,
.dc .input-group-btn,
.dc .input-group .form-control {
  display: table-cell;
}
.dc .input-group-addon:not(:first-child):not(:last-child),
.dc .input-group-btn:not(:first-child):not(:last-child),
.dc .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.dc .input-group-addon,
.dc .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.dc .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.dc .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.dc .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.dc .input-group-addon input[type="radio"],
.dc .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.dc .input-group .form-control:first-child,
.dc .input-group-addon:first-child,
.dc .input-group-btn:first-child > .btn,
.dc .input-group-btn:first-child > .btn-group > .btn,
.dc .input-group-btn:first-child > .dropdown-toggle,
.dc .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.dc .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.dc .input-group-addon:first-child {
  border-right: 0;
}
.dc .input-group .form-control:last-child,
.dc .input-group-addon:last-child,
.dc .input-group-btn:last-child > .btn,
.dc .input-group-btn:last-child > .btn-group > .btn,
.dc .input-group-btn:last-child > .dropdown-toggle,
.dc .input-group-btn:first-child > .btn:not(:first-child),
.dc .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.dc .input-group-addon:last-child {
  border-left: 0;
}
.dc .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.dc .input-group-btn > .btn {
  position: relative;
}
.dc .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.dc .input-group-btn > .btn:hover,
.dc .input-group-btn > .btn:focus,
.dc .input-group-btn > .btn:active {
  z-index: 2;
}
.dc .input-group-btn:first-child > .btn,
.dc .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.dc .input-group-btn:last-child > .btn,
.dc .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.dc .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.dc .pagination > li {
  display: inline;
}
.dc .pagination > li > a,
.dc .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.dc .pagination > li:first-child > a,
.dc .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.dc .pagination > li:last-child > a,
.dc .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.dc .pagination > li > a:hover,
.dc .pagination > li > span:hover,
.dc .pagination > li > a:focus,
.dc .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.dc .pagination > .active > a,
.dc .pagination > .active > span,
.dc .pagination > .active > a:hover,
.dc .pagination > .active > span:hover,
.dc .pagination > .active > a:focus,
.dc .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.dc .pagination > .disabled > span,
.dc .pagination > .disabled > span:hover,
.dc .pagination > .disabled > span:focus,
.dc .pagination > .disabled > a,
.dc .pagination > .disabled > a:hover,
.dc .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.dc .pagination-lg > li > a,
.dc .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.dc .pagination-lg > li:first-child > a,
.dc .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.dc .pagination-lg > li:last-child > a,
.dc .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.dc .pagination-sm > li > a,
.dc .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.dc .pagination-sm > li:first-child > a,
.dc .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.dc .pagination-sm > li:last-child > a,
.dc .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.dc .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.dc .label:hover,
a.dc .label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.dc .label:empty {
  display: none;
}
.btn .dc .label {
  position: relative;
  top: -1px;
}
.dc .label-default {
  background-color: #777777;
}
.dc .label-default[href]:hover,
.dc .label-default[href]:focus {
  background-color: #5e5e5e;
}
.dc .label-primary {
  background-color: #337ab7;
}
.dc .label-primary[href]:hover,
.dc .label-primary[href]:focus {
  background-color: #286090;
}
.dc .label-success {
  background-color: #5cb85c;
}
.dc .label-success[href]:hover,
.dc .label-success[href]:focus {
  background-color: #449d44;
}
.dc .label-info {
  background-color: #5bc0de;
}
.dc .label-info[href]:hover,
.dc .label-info[href]:focus {
  background-color: #31b0d5;
}
.dc .label-warning {
  background-color: #f0ad4e;
}
.dc .label-warning[href]:hover,
.dc .label-warning[href]:focus {
  background-color: #ec971f;
}
.dc .label-danger {
  background-color: #d9534f;
}
.dc .label-danger[href]:hover,
.dc .label-danger[href]:focus {
  background-color: #c9302c;
}
@-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;
  }
}
.dc .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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);
}
.dc .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.dc .progress-striped .progress-bar,
.dc .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.dc .progress.active .progress-bar,
.dc .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.dc .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .dc .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.dc .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .dc .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.dc .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .dc .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.dc .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .dc .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.dc .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.dc .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.dc .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.dc .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.dc .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.dc .close:hover,
.dc .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.dc .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.dc .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.dc .nav > li {
  position: relative;
  display: block;
}
.dc .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.dc .nav > li > a:hover,
.dc .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.dc .nav > li.disabled > a {
  color: #777777;
}
.dc .nav > li.disabled > a:hover,
.dc .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.dc .nav .open > a,
.dc .nav .open > a:hover,
.dc .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.dc .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dc .nav > li > a > img {
  max-width: none;
}
.dc .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.dc .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.dc .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.dc .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.dc .nav-tabs > li.active > a,
.dc .nav-tabs > li.active > a:hover,
.dc .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.dc .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.dc .nav-tabs.nav-justified > li {
  float: none;
}
.dc .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.dc .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .dc .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .dc .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.dc .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.dc .nav-tabs.nav-justified > .active > a,
.dc .nav-tabs.nav-justified > .active > a:hover,
.dc .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .dc .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .dc .nav-tabs.nav-justified > .active > a,
  .dc .nav-tabs.nav-justified > .active > a:hover,
  .dc .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.dc .nav-pills > li {
  float: left;
}
.dc .nav-pills > li > a {
  border-radius: 4px;
}
.dc .nav-pills > li + li {
  margin-left: 2px;
}
.dc .nav-pills > li.active > a,
.dc .nav-pills > li.active > a:hover,
.dc .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.dc .nav-stacked > li {
  float: none;
}
.dc .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.dc .nav-justified {
  width: 100%;
}
.dc .nav-justified > li {
  float: none;
}
.dc .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.dc .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .dc .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .dc .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.dc .nav-tabs-justified {
  border-bottom: 0;
}
.dc .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.dc .nav-tabs-justified > .active > a,
.dc .nav-tabs-justified > .active > a:hover,
.dc .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .dc .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .dc .nav-tabs-justified > .active > a,
  .dc .nav-tabs-justified > .active > a:hover,
  .dc .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.dc .tab-content > .tab-pane {
  display: none;
}
.dc .tab-content > .active {
  display: block;
}
.dc .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.dc .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.dc .thumbnail > img,
.dc .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.dc .thumbnail:hover,
a.dc .thumbnail:focus,
a.dc .thumbnail.active {
  border-color: #337ab7;
}
.dc .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.dc .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.dc .alert h4 {
  margin-top: 0;
  color: inherit;
}
.dc .alert .alert-link {
  font-weight: bold;
}
.dc .alert > p,
.dc .alert > ul {
  margin-bottom: 0;
}
.dc .alert > p + p {
  margin-top: 5px;
}
.dc .alert-dismissable,
.dc .alert-dismissible {
  padding-right: 35px;
}
.dc .alert-dismissable .close,
.dc .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.dc .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.dc .alert-success hr {
  border-top-color: #c9e2b3;
}
.dc .alert-success .alert-link {
  color: #2b542c;
}
.dc .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.dc .alert-info hr {
  border-top-color: #a6e1ec;
}
.dc .alert-info .alert-link {
  color: #245269;
}
.dc .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.dc .alert-warning hr {
  border-top-color: #f7e1b5;
}
.dc .alert-warning .alert-link {
  color: #66512c;
}
.dc .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.dc .alert-danger hr {
  border-top-color: #e4b9c0;
}
.dc .alert-danger .alert-link {
  color: #843534;
}
.dc .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.dc .panel-body {
  padding: 15px;
}
.dc .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dc .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.dc .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.dc .panel-title > a,
.dc .panel-title > small,
.dc .panel-title > .small,
.dc .panel-title > small > a,
.dc .panel-title > .small > a {
  color: inherit;
}
.dc .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dc .panel > .list-group,
.dc .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.dc .panel > .list-group .list-group-item,
.dc .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.dc .panel > .list-group:first-child .list-group-item:first-child,
.dc .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dc .panel > .list-group:last-child .list-group-item:last-child,
.dc .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dc .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.dc .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.dc .list-group + .panel-footer {
  border-top-width: 0;
}
.dc .panel > .table,
.dc .panel > .table-responsive > .table,
.dc .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.dc .panel > .table caption,
.dc .panel > .table-responsive > .table caption,
.dc .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.dc .panel > .table:first-child,
.dc .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.dc .panel > .table:first-child > thead:first-child > tr:first-child,
.dc .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.dc .panel > .table:first-child > tbody:first-child > tr:first-child,
.dc .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.dc .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.dc .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.dc .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.dc .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.dc .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.dc .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.dc .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.dc .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.dc .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.dc .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.dc .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.dc .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.dc .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.dc .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.dc .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.dc .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.dc .panel > .table:last-child,
.dc .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dc .panel > .table:last-child > tbody:last-child > tr:last-child,
.dc .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.dc .panel > .table:last-child > tfoot:last-child > tr:last-child,
.dc .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dc .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.dc .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.dc .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.dc .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.dc .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.dc .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.dc .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.dc .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.dc .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.dc .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.dc .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.dc .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.dc .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.dc .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.dc .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.dc .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.dc .panel > .panel-body + .table,
.dc .panel > .panel-body + .table-responsive,
.dc .panel > .table + .panel-body,
.dc .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.dc .panel > .table > tbody:first-child > tr:first-child th,
.dc .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.dc .panel > .table-bordered,
.dc .panel > .table-responsive > .table-bordered {
  border: 0;
}
.dc .panel > .table-bordered > thead > tr > th:first-child,
.dc .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.dc .panel > .table-bordered > tbody > tr > th:first-child,
.dc .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.dc .panel > .table-bordered > tfoot > tr > th:first-child,
.dc .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.dc .panel > .table-bordered > thead > tr > td:first-child,
.dc .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.dc .panel > .table-bordered > tbody > tr > td:first-child,
.dc .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.dc .panel > .table-bordered > tfoot > tr > td:first-child,
.dc .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.dc .panel > .table-bordered > thead > tr > th:last-child,
.dc .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.dc .panel > .table-bordered > tbody > tr > th:last-child,
.dc .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.dc .panel > .table-bordered > tfoot > tr > th:last-child,
.dc .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.dc .panel > .table-bordered > thead > tr > td:last-child,
.dc .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.dc .panel > .table-bordered > tbody > tr > td:last-child,
.dc .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.dc .panel > .table-bordered > tfoot > tr > td:last-child,
.dc .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.dc .panel > .table-bordered > thead > tr:first-child > td,
.dc .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.dc .panel > .table-bordered > tbody > tr:first-child > td,
.dc .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.dc .panel > .table-bordered > thead > tr:first-child > th,
.dc .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.dc .panel > .table-bordered > tbody > tr:first-child > th,
.dc .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.dc .panel > .table-bordered > tbody > tr:last-child > td,
.dc .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.dc .panel > .table-bordered > tfoot > tr:last-child > td,
.dc .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.dc .panel > .table-bordered > tbody > tr:last-child > th,
.dc .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.dc .panel > .table-bordered > tfoot > tr:last-child > th,
.dc .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.dc .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.dc .panel-group {
  margin-bottom: 20px;
}
.dc .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.dc .panel-group .panel + .panel {
  margin-top: 5px;
}
.dc .panel-group .panel-heading {
  border-bottom: 0;
}
.dc .panel-group .panel-heading + .panel-collapse > .panel-body,
.dc .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.dc .panel-group .panel-footer {
  border-top: 0;
}
.dc .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.dc .panel-default {
  border-color: #ddd;
}
.dc .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.dc .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.dc .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.dc .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.dc .panel-primary {
  border-color: #337ab7;
}
.dc .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.dc .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.dc .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.dc .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.dc .panel-success {
  border-color: #d6e9c6;
}
.dc .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.dc .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.dc .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.dc .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.dc .panel-info {
  border-color: #bce8f1;
}
.dc .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.dc .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.dc .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.dc .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.dc .panel-warning {
  border-color: #faebcc;
}
.dc .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.dc .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.dc .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.dc .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.dc .panel-danger {
  border-color: #ebccd1;
}
.dc .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.dc .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.dc .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.dc .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.dc .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.dc .fade.in {
  opacity: 1;
}
.dc .collapse {
  display: none;
}
.dc .collapse.in {
  display: block;
}
tr.dc .collapse.in {
  display: table-row;
}
tbody.dc .collapse.in {
  display: table-row-group;
}
.dc .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.dc .clearfix:before,
.dc .clearfix:after,
.dc .dc .dl-horizontal dd:before,
.dc .dc .dl-horizontal dd:after,
.dc .dc .form-horizontal .form-group:before,
.dc .dc .form-horizontal .form-group:after,
.dc .dc .btn-toolbar:before,
.dc .dc .btn-toolbar:after,
.dc .dc .btn-group-vertical > .btn-group:before,
.dc .dc .btn-group-vertical > .btn-group:after,
.dc .dc .nav:before,
.dc .dc .nav:after,
.dc .dc .panel-body:before,
.dc .dc .panel-body:after,
.dc .container:before,
.dc .container:after,
.dc .container-fluid:before,
.dc .container-fluid:after,
.dc .row:before,
.dc .row:after,
.dc .modal-header:before,
.dc .modal-header:after,
.dc .modal-footer:before,
.dc .modal-footer:after {
  content: " ";
  display: table;
}
.dc .clearfix:after,
.dc .dc .dl-horizontal dd:after,
.dc .dc .form-horizontal .form-group:after,
.dc .dc .btn-toolbar:after,
.dc .dc .btn-group-vertical > .btn-group:after,
.dc .dc .nav:after,
.dc .dc .panel-body:after,
.dc .container:after,
.dc .container-fluid:after,
.dc .row:after,
.dc .modal-header:after,
.dc .modal-footer:after {
  clear: both;
}
.dc .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.dc .pull-right {
  float: right !important;
}
.dc .pull-left {
  float: left !important;
}
.dc .hide {
  display: none !important;
}
.dc .show {
  display: block !important;
}
.dc .invisible {
  visibility: hidden;
}
.dc .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.dc .hidden {
  display: none !important;
}
.dc .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.dc .visible-xs,
.dc .visible-sm,
.dc .visible-md,
.dc .visible-lg {
  display: none !important;
}
.dc .visible-xs-block,
.dc .visible-xs-inline,
.dc .visible-xs-inline-block,
.dc .visible-sm-block,
.dc .visible-sm-inline,
.dc .visible-sm-inline-block,
.dc .visible-md-block,
.dc .visible-md-inline,
.dc .visible-md-inline-block,
.dc .visible-lg-block,
.dc .visible-lg-inline,
.dc .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .dc .visible-xs {
    display: block !important;
  }
  table.dc .visible-xs {
    display: table !important;
  }
  tr.dc .visible-xs {
    display: table-row !important;
  }
  th.dc .visible-xs,
  td.dc .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .dc .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .dc .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .dc .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dc .visible-sm {
    display: block !important;
  }
  table.dc .visible-sm {
    display: table !important;
  }
  tr.dc .visible-sm {
    display: table-row !important;
  }
  th.dc .visible-sm,
  td.dc .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dc .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dc .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dc .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dc .visible-md {
    display: block !important;
  }
  table.dc .visible-md {
    display: table !important;
  }
  tr.dc .visible-md {
    display: table-row !important;
  }
  th.dc .visible-md,
  td.dc .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dc .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dc .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dc .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .dc .visible-lg {
    display: block !important;
  }
  table.dc .visible-lg {
    display: table !important;
  }
  tr.dc .visible-lg {
    display: table-row !important;
  }
  th.dc .visible-lg,
  td.dc .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .dc .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .dc .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .dc .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .dc .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dc .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dc .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .dc .hidden-lg {
    display: none !important;
  }
}
.dc .visible-print {
  display: none !important;
}
@media print {
  .dc .visible-print {
    display: block !important;
  }
  table.dc .visible-print {
    display: table !important;
  }
  tr.dc .visible-print {
    display: table-row !important;
  }
  th.dc .visible-print,
  td.dc .visible-print {
    display: table-cell !important;
  }
}
.dc .visible-print-block {
  display: none !important;
}
@media print {
  .dc .visible-print-block {
    display: block !important;
  }
}
.dc .visible-print-inline {
  display: none !important;
}
@media print {
  .dc .visible-print-inline {
    display: inline !important;
  }
}
.dc .visible-print-inline-block {
  display: none !important;
}
@media print {
  .dc .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .dc .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-backdrop.fade.in {
  opacity: 0.5;
}
body.modal {
  display: block;
  position: static;
  overflow: auto;
}
#digicom.dc a:hover,
#digicom.dc a:focus {
  text-decoration: none;
}
#digicom.dc div.modal {
  box-shadow: none;
  border: none;
  background-color: transparent;
  width: 100%;
  right: 0;
  left: 0;
  margin-left: 0;
  top: 0;
}
#digicom.dc .digicom-loader {
  background: url(../images/spinner.gif) no-repeat 50% 42%;
  height: 100px;
  width: 100%;
  background-size: auto 50px;
}
#digicom.dc .digicom-loader.small {
  display: inline-block;
  height: 15px;
  width: 20px;
  background-size: 15px;
}
#digicom.dc #jform_person.radio.btn-group input[type="radio"] {
  display: none;
}
#digicom.dc input {
  height: inherit;
}
#digicom.dc .nav > li > a {
  position: relative;
  display: block !important;
  padding: 10px 15px;
}
#digicom.dc .nav-tabs {
  float: left;
  width: 100%;
  margin: 0px 0px 15px;
}
#digicom.dc .tab-content {
  overflow: visible;
}
#digicom.dc figure,
#digicom.dc figcaption {
  display: block;
}
#digicom.dc .dc-item.thumbnail figure img {
  width: 100%;
}
#digicom.dc .dc-product-validity {
  border-top: 1px solid #eee;
  padding-top: 5px;
  margin-top: 5px;
}
