.prefixCot html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.prefixCot body {
  margin: 0;
}

.prefixCot article, .prefixCot aside, .prefixCot details, .prefixCot figcaption, .prefixCot figure, .prefixCot footer, .prefixCot header, .prefixCot hgroup, .prefixCot main, .prefixCot menu, .prefixCot nav, .prefixCot section, .prefixCot summary {
  display: block;
}

.prefixCot audio, .prefixCot canvas, .prefixCot progress, .prefixCot video {
  display: inline-block;
  vertical-align: baseline;
}

.prefixCot audio:not([controls]) {
  display: none;
  height: 0;
}

.prefixCot [hidden], .prefixCot template {
  display: none;
}

.prefixCot a {
  background-color: transparent;
}

.prefixCot a:active, .prefixCot a:hover {
  outline: 0;
}

.prefixCot abbr[title] {
  border-bottom: 1px dotted;
}

.prefixCot b, .prefixCot strong {
  font-weight: bold;
}

.prefixCot dfn {
  font-style: italic;
}

.prefixCot h1 {
  margin: .67em 0;
  font-size: 2em;
}

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

.prefixCot small {
  font-size: 80%;
}

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

.prefixCot sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -.5em;
}

.prefixCot sub {
  bottom: -.25em;
}

.prefixCot img {
  border: 0;
}

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

.prefixCot figure {
  margin: 1em 40px;
}

.prefixCot hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.prefixCot pre {
  overflow: auto;
}

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

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

.prefixCot button {
  overflow: visible;
  text-transform: none;
}

.prefixCot select {
  text-transform: none;
}

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

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

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

.prefixCot button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.prefixCot input {
  line-height: normal;
}

.prefixCot input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

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

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

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

.prefixCot fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

.prefixCot legend {
  padding: 0;
  border: 0;
}

.prefixCot textarea {
  overflow: auto;
}

.prefixCot optgroup {
  font-weight: bold;
}

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

.prefixCot td, .prefixCot th {
  padding: 0;
}

@media print {
  .prefixCot * {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
  }
  .prefixCot *:before, .prefixCot *:after {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
  }
  .prefixCot a {
      text-decoration: underline;
  }
  .prefixCot a:visited {
      text-decoration: underline;
  }
  .prefixCot a[href]:after {
      content: " (" attr(href) ")";
  }
  .prefixCot abbr[title]:after {
      content: " (" attr(title) ")";
  }
  .prefixCot a[href^="#"]:after, .prefixCot a[href^="javascript:"]:after {
      content: "";
  }
  .prefixCot pre, .prefixCot blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
  }
  .prefixCot thead {
      display: table-header-group;
  }
  .prefixCot tr {
      page-break-inside: avoid;
  }
  .prefixCot img {
      page-break-inside: avoid;
      max-width: 100% !important;
  }
  .prefixCot p, .prefixCot h2, .prefixCot h3 {
      orphans: 3;
      widows: 3;
  }
  .prefixCot h2, .prefixCot h3 {
      page-break-after: avoid;
  }
  .prefixCot .navbar {
      display: none;
  }
  .prefixCot .btn > .caret, .prefixCot .dropup > .btn > .caret {
      border-top-color: #000 !important;
  }
  .prefixCot .label {
      border: 1px solid #000;
  }
  .prefixCot .table {
      border-collapse: collapse !important;
  }
  .prefixCot .table td, .prefixCot .table th {
      background-color: #fff !important;
  }
  .prefixCot .table-bordered th, .prefixCot .table-bordered td {
      border: 1px solid #ddd !important;
  }
}

@font-face {
  .prefixCot {
      font-family: 'Glyphicons Halflings';
      src: url("../fonts/glyphicons-halflings-regular.eot");
      src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  }
}

.prefixCot .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.prefixCot .glyphicon-asterisk:before {
  content: "\002a";
}

.prefixCot .glyphicon-plus:before {
  content: "\002b";
}

.prefixCot .glyphicon-euro:before, .prefixCot .glyphicon-eur:before {
  content: "\20ac";
}

.prefixCot .glyphicon-minus:before {
  content: "\2212";
}

.prefixCot .glyphicon-cloud:before {
  content: "\2601";
}

.prefixCot .glyphicon-envelope:before {
  content: "\2709";
}

.prefixCot .glyphicon-pencil:before {
  content: "\270f";
}

.prefixCot .glyphicon-glass:before {
  content: "\e001";
}

.prefixCot .glyphicon-music:before {
  content: "\e002";
}

.prefixCot .glyphicon-search:before {
  content: "\e003";
}

.prefixCot .glyphicon-heart:before {
  content: "\e005";
}

.prefixCot .glyphicon-star:before {
  content: "\e006";
}

.prefixCot .glyphicon-star-empty:before {
  content: "\e007";
}

.prefixCot .glyphicon-user:before {
  content: "\e008";
}

.prefixCot .glyphicon-film:before {
  content: "\e009";
}

.prefixCot .glyphicon-th-large:before {
  content: "\e010";
}

.prefixCot .glyphicon-th:before {
  content: "\e011";
}

.prefixCot .glyphicon-th-list:before {
  content: "\e012";
}

.prefixCot .glyphicon-ok:before {
  content: "\e013";
}

.prefixCot .glyphicon-remove:before {
  content: "\e014";
}

.prefixCot .glyphicon-zoom-in:before {
  content: "\e015";
}

.prefixCot .glyphicon-zoom-out:before {
  content: "\e016";
}

.prefixCot .glyphicon-off:before {
  content: "\e017";
}

.prefixCot .glyphicon-signal:before {
  content: "\e018";
}

.prefixCot .glyphicon-cog:before {
  content: "\e019";
}

.prefixCot .glyphicon-trash:before {
  content: "\e020";
}

.prefixCot .glyphicon-home:before {
  content: "\e021";
}

.prefixCot .glyphicon-file:before {
  content: "\e022";
}

.prefixCot .glyphicon-time:before {
  content: "\e023";
}

.prefixCot .glyphicon-road:before {
  content: "\e024";
}

.prefixCot .glyphicon-download-alt:before {
  content: "\e025";
}

.prefixCot .glyphicon-download:before {
  content: "\e026";
}

.prefixCot .glyphicon-upload:before {
  content: "\e027";
}

.prefixCot .glyphicon-inbox:before {
  content: "\e028";
}

.prefixCot .glyphicon-play-circle:before {
  content: "\e029";
}

.prefixCot .glyphicon-repeat:before {
  content: "\e030";
}

.prefixCot .glyphicon-refresh:before {
  content: "\e031";
}

.prefixCot .glyphicon-list-alt:before {
  content: "\e032";
}

.prefixCot .glyphicon-lock:before {
  content: "\e033";
}

.prefixCot .glyphicon-flag:before {
  content: "\e034";
}

.prefixCot .glyphicon-headphones:before {
  content: "\e035";
}

.prefixCot .glyphicon-volume-off:before {
  content: "\e036";
}

.prefixCot .glyphicon-volume-down:before {
  content: "\e037";
}

.prefixCot .glyphicon-volume-up:before {
  content: "\e038";
}

.prefixCot .glyphicon-qrcode:before {
  content: "\e039";
}

.prefixCot .glyphicon-barcode:before {
  content: "\e040";
}

.prefixCot .glyphicon-tag:before {
  content: "\e041";
}

.prefixCot .glyphicon-tags:before {
  content: "\e042";
}

.prefixCot .glyphicon-book:before {
  content: "\e043";
}

.prefixCot .glyphicon-bookmark:before {
  content: "\e044";
}

.prefixCot .glyphicon-print:before {
  content: "\e045";
}

.prefixCot .glyphicon-camera:before {
  content: "\e046";
}

.prefixCot .glyphicon-font:before {
  content: "\e047";
}

.prefixCot .glyphicon-bold:before {
  content: "\e048";
}

.prefixCot .glyphicon-italic:before {
  content: "\e049";
}

.prefixCot .glyphicon-text-height:before {
  content: "\e050";
}

.prefixCot .glyphicon-text-width:before {
  content: "\e051";
}

.prefixCot .glyphicon-align-left:before {
  content: "\e052";
}

.prefixCot .glyphicon-align-center:before {
  content: "\e053";
}

.prefixCot .glyphicon-align-right:before {
  content: "\e054";
}

.prefixCot .glyphicon-align-justify:before {
  content: "\e055";
}

.prefixCot .glyphicon-list:before {
  content: "\e056";
}

.prefixCot .glyphicon-indent-left:before {
  content: "\e057";
}

.prefixCot .glyphicon-indent-right:before {
  content: "\e058";
}

.prefixCot .glyphicon-facetime-video:before {
  content: "\e059";
}

.prefixCot .glyphicon-picture:before {
  content: "\e060";
}

.prefixCot .glyphicon-map-marker:before {
  content: "\e062";
}

.prefixCot .glyphicon-adjust:before {
  content: "\e063";
}

.prefixCot .glyphicon-tint:before {
  content: "\e064";
}

.prefixCot .glyphicon-edit:before {
  content: "\e065";
}

.prefixCot .glyphicon-share:before {
  content: "\e066";
}

.prefixCot .glyphicon-check:before {
  content: "\e067";
}

.prefixCot .glyphicon-move:before {
  content: "\e068";
}

.prefixCot .glyphicon-step-backward:before {
  content: "\e069";
}

.prefixCot .glyphicon-fast-backward:before {
  content: "\e070";
}

.prefixCot .glyphicon-backward:before {
  content: "\e071";
}

.prefixCot .glyphicon-play:before {
  content: "\e072";
}

.prefixCot .glyphicon-pause:before {
  content: "\e073";
}

.prefixCot .glyphicon-stop:before {
  content: "\e074";
}

.prefixCot .glyphicon-forward:before {
  content: "\e075";
}

.prefixCot .glyphicon-fast-forward:before {
  content: "\e076";
}

.prefixCot .glyphicon-step-forward:before {
  content: "\e077";
}

.prefixCot .glyphicon-eject:before {
  content: "\e078";
}

.prefixCot .glyphicon-chevron-left:before {
  content: "\e079";
}

.prefixCot .glyphicon-chevron-right:before {
  content: "\e080";
}

.prefixCot .glyphicon-plus-sign:before {
  content: "\e081";
}

.prefixCot .glyphicon-minus-sign:before {
  content: "\e082";
}

.prefixCot .glyphicon-remove-sign:before {
  content: "\e083";
}

.prefixCot .glyphicon-ok-sign:before {
  content: "\e084";
}

.prefixCot .glyphicon-question-sign:before {
  content: "\e085";
}

.prefixCot .glyphicon-info-sign:before {
  content: "\e086";
}

.prefixCot .glyphicon-screenshot:before {
  content: "\e087";
}

.prefixCot .glyphicon-remove-circle:before {
  content: "\e088";
}

.prefixCot .glyphicon-ok-circle:before {
  content: "\e089";
}

.prefixCot .glyphicon-ban-circle:before {
  content: "\e090";
}

.prefixCot .glyphicon-arrow-left:before {
  content: "\e091";
}

.prefixCot .glyphicon-arrow-right:before {
  content: "\e092";
}

.prefixCot .glyphicon-arrow-up:before {
  content: "\e093";
}

.prefixCot .glyphicon-arrow-down:before {
  content: "\e094";
}

.prefixCot .glyphicon-share-alt:before {
  content: "\e095";
}

.prefixCot .glyphicon-resize-full:before {
  content: "\e096";
}

.prefixCot .glyphicon-resize-small:before {
  content: "\e097";
}

.prefixCot .glyphicon-exclamation-sign:before {
  content: "\e101";
}

.prefixCot .glyphicon-gift:before {
  content: "\e102";
}

.prefixCot .glyphicon-leaf:before {
  content: "\e103";
}

.prefixCot .glyphicon-fire:before {
  content: "\e104";
}

.prefixCot .glyphicon-eye-open:before {
  content: "\e105";
}

.prefixCot .glyphicon-eye-close:before {
  content: "\e106";
}

.prefixCot .glyphicon-warning-sign:before {
  content: "\e107";
}

.prefixCot .glyphicon-plane:before {
  content: "\e108";
}

.prefixCot .glyphicon-calendar:before {
  content: "\e109";
}

.prefixCot .glyphicon-random:before {
  content: "\e110";
}

.prefixCot .glyphicon-comment:before {
  content: "\e111";
}

.prefixCot .glyphicon-magnet:before {
  content: "\e112";
}

.prefixCot .glyphicon-chevron-up:before {
  content: "\e113";
}

.prefixCot .glyphicon-chevron-down:before {
  content: "\e114";
}

.prefixCot .glyphicon-retweet:before {
  content: "\e115";
}

.prefixCot .glyphicon-shopping-cart:before {
  content: "\e116";
}

.prefixCot .glyphicon-folder-close:before {
  content: "\e117";
}

.prefixCot .glyphicon-folder-open:before {
  content: "\e118";
}

.prefixCot .glyphicon-resize-vertical:before {
  content: "\e119";
}

.prefixCot .glyphicon-resize-horizontal:before {
  content: "\e120";
}

.prefixCot .glyphicon-hdd:before {
  content: "\e121";
}

.prefixCot .glyphicon-bullhorn:before {
  content: "\e122";
}

.prefixCot .glyphicon-bell:before {
  content: "\e123";
}

.prefixCot .glyphicon-certificate:before {
  content: "\e124";
}

.prefixCot .glyphicon-thumbs-up:before {
  content: "\e125";
}

.prefixCot .glyphicon-thumbs-down:before {
  content: "\e126";
}

.prefixCot .glyphicon-hand-right:before {
  content: "\e127";
}

.prefixCot .glyphicon-hand-left:before {
  content: "\e128";
}

.prefixCot .glyphicon-hand-up:before {
  content: "\e129";
}

.prefixCot .glyphicon-hand-down:before {
  content: "\e130";
}

.prefixCot .glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.prefixCot .glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.prefixCot .glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.prefixCot .glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.prefixCot .glyphicon-globe:before {
  content: "\e135";
}

.prefixCot .glyphicon-wrench:before {
  content: "\e136";
}

.prefixCot .glyphicon-tasks:before {
  content: "\e137";
}

.prefixCot .glyphicon-filter:before {
  content: "\e138";
}

.prefixCot .glyphicon-briefcase:before {
  content: "\e139";
}

.prefixCot .glyphicon-fullscreen:before {
  content: "\e140";
}

.prefixCot .glyphicon-dashboard:before {
  content: "\e141";
}

.prefixCot .glyphicon-paperclip:before {
  content: "\e142";
}

.prefixCot .glyphicon-heart-empty:before {
  content: "\e143";
}

.prefixCot .glyphicon-link:before {
  content: "\e144";
}

.prefixCot .glyphicon-phone:before {
  content: "\e145";
}

.prefixCot .glyphicon-pushpin:before {
  content: "\e146";
}

.prefixCot .glyphicon-usd:before {
  content: "\e148";
}

.prefixCot .glyphicon-gbp:before {
  content: "\e149";
}

.prefixCot .glyphicon-sort:before {
  content: "\e150";
}

.prefixCot .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.prefixCot .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.prefixCot .glyphicon-sort-by-order:before {
  content: "\e153";
}

.prefixCot .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.prefixCot .glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.prefixCot .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.prefixCot .glyphicon-unchecked:before {
  content: "\e157";
}

.prefixCot .glyphicon-expand:before {
  content: "\e158";
}

.prefixCot .glyphicon-collapse-down:before {
  content: "\e159";
}

.prefixCot .glyphicon-collapse-up:before {
  content: "\e160";
}

.prefixCot .glyphicon-log-in:before {
  content: "\e161";
}

.prefixCot .glyphicon-flash:before {
  content: "\e162";
}

.prefixCot .glyphicon-log-out:before {
  content: "\e163";
}

.prefixCot .glyphicon-new-window:before {
  content: "\e164";
}

.prefixCot .glyphicon-record:before {
  content: "\e165";
}

.prefixCot .glyphicon-save:before {
  content: "\e166";
}

.prefixCot .glyphicon-open:before {
  content: "\e167";
}

.prefixCot .glyphicon-saved:before {
  content: "\e168";
}

.prefixCot .glyphicon-import:before {
  content: "\e169";
}

.prefixCot .glyphicon-export:before {
  content: "\e170";
}

.prefixCot .glyphicon-send:before {
  content: "\e171";
}

.prefixCot .glyphicon-floppy-disk:before {
  content: "\e172";
}

.prefixCot .glyphicon-floppy-saved:before {
  content: "\e173";
}

.prefixCot .glyphicon-floppy-remove:before {
  content: "\e174";
}

.prefixCot .glyphicon-floppy-save:before {
  content: "\e175";
}

.prefixCot .glyphicon-floppy-open:before {
  content: "\e176";
}

.prefixCot .glyphicon-credit-card:before {
  content: "\e177";
}

.prefixCot .glyphicon-transfer:before {
  content: "\e178";
}

.prefixCot .glyphicon-cutlery:before {
  content: "\e179";
}

.prefixCot .glyphicon-header:before {
  content: "\e180";
}

.prefixCot .glyphicon-compressed:before {
  content: "\e181";
}

.prefixCot .glyphicon-earphone:before {
  content: "\e182";
}

.prefixCot .glyphicon-phone-alt:before {
  content: "\e183";
}

.prefixCot .glyphicon-tower:before {
  content: "\e184";
}

.prefixCot .glyphicon-stats:before {
  content: "\e185";
}

.prefixCot .glyphicon-sd-video:before {
  content: "\e186";
}

.prefixCot .glyphicon-hd-video:before {
  content: "\e187";
}

.prefixCot .glyphicon-subtitles:before {
  content: "\e188";
}

.prefixCot .glyphicon-sound-stereo:before {
  content: "\e189";
}

.prefixCot .glyphicon-sound-dolby:before {
  content: "\e190";
}

.prefixCot .glyphicon-sound-5-1:before {
  content: "\e191";
}

.prefixCot .glyphicon-sound-6-1:before {
  content: "\e192";
}

.prefixCot .glyphicon-sound-7-1:before {
  content: "\e193";
}

.prefixCot .glyphicon-copyright-mark:before {
  content: "\e194";
}

.prefixCot .glyphicon-registration-mark:before {
  content: "\e195";
}

.prefixCot .glyphicon-cloud-download:before {
  content: "\e197";
}

.prefixCot .glyphicon-cloud-upload:before {
  content: "\e198";
}

.prefixCot .glyphicon-tree-conifer:before {
  content: "\e199";
}

.prefixCot .glyphicon-tree-deciduous:before {
  content: "\e200";
}

.prefixCot .glyphicon-cd:before {
  content: "\e201";
}

.prefixCot .glyphicon-save-file:before {
  content: "\e202";
}

.prefixCot .glyphicon-open-file:before {
  content: "\e203";
}

.prefixCot .glyphicon-level-up:before {
  content: "\e204";
}

.prefixCot .glyphicon-copy:before {
  content: "\e205";
}

.prefixCot .glyphicon-paste:before {
  content: "\e206";
}

.prefixCot .glyphicon-alert:before {
  content: "\e209";
}

.prefixCot .glyphicon-equalizer:before {
  content: "\e210";
}

.prefixCot .glyphicon-king:before {
  content: "\e211";
}

.prefixCot .glyphicon-queen:before {
  content: "\e212";
}

.prefixCot .glyphicon-pawn:before {
  content: "\e213";
}

.prefixCot .glyphicon-bishop:before {
  content: "\e214";
}

.prefixCot .glyphicon-knight:before {
  content: "\e215";
}

.prefixCot .glyphicon-baby-formula:before {
  content: "\e216";
}

.prefixCot .glyphicon-tent:before {
  content: "\26fa";
}

.prefixCot .glyphicon-blackboard:before {
  content: "\e218";
}

.prefixCot .glyphicon-bed:before {
  content: "\e219";
}

.prefixCot .glyphicon-apple:before {
  content: "\f8ff";
}

.prefixCot .glyphicon-erase:before {
  content: "\e221";
}

.prefixCot .glyphicon-hourglass:before {
  content: "\231b";
}

.prefixCot .glyphicon-lamp:before {
  content: "\e223";
}

.prefixCot .glyphicon-duplicate:before {
  content: "\e224";
}

.prefixCot .glyphicon-piggy-bank:before {
  content: "\e225";
}

.prefixCot .glyphicon-scissors:before {
  content: "\e226";
}

.prefixCot .glyphicon-bitcoin:before, .prefixCot .glyphicon-btc:before, .prefixCot .glyphicon-xbt:before {
  content: "\e227";
}

.prefixCot .glyphicon-yen:before, .prefixCot .glyphicon-jpy:before {
  content: "\00a5";
}

.prefixCot .glyphicon-ruble:before, .prefixCot .glyphicon-rub:before {
  content: "\20bd";
}

.prefixCot .glyphicon-scale:before {
  content: "\e230";
}

.prefixCot .glyphicon-ice-lolly:before {
  content: "\e231";
}

.prefixCot .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.prefixCot .glyphicon-education:before {
  content: "\e233";
}

.prefixCot .glyphicon-option-horizontal:before {
  content: "\e234";
}

.prefixCot .glyphicon-option-vertical:before {
  content: "\e235";
}

.prefixCot .glyphicon-menu-hamburger:before {
  content: "\e236";
}

.prefixCot .glyphicon-modal-window:before {
  content: "\e237";
}

.prefixCot .glyphicon-oil:before {
  content: "\e238";
}

.prefixCot .glyphicon-grain:before {
  content: "\e239";
}

.prefixCot .glyphicon-sunglasses:before {
  content: "\e240";
}

.prefixCot .glyphicon-text-size:before {
  content: "\e241";
}

.prefixCot .glyphicon-text-color:before {
  content: "\e242";
}

.prefixCot .glyphicon-text-background:before {
  content: "\e243";
}

.prefixCot .glyphicon-object-align-top:before {
  content: "\e244";
}

.prefixCot .glyphicon-object-align-bottom:before {
  content: "\e245";
}

.prefixCot .glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.prefixCot .glyphicon-object-align-left:before {
  content: "\e247";
}

.prefixCot .glyphicon-object-align-vertical:before {
  content: "\e248";
}

.prefixCot .glyphicon-object-align-right:before {
  content: "\e249";
}

.prefixCot .glyphicon-triangle-right:before {
  content: "\e250";
}

.prefixCot .glyphicon-triangle-left:before {
  content: "\e251";
}

.prefixCot .glyphicon-triangle-bottom:before {
  content: "\e252";
}

.prefixCot .glyphicon-triangle-top:before {
  content: "\e253";
}

.prefixCot .glyphicon-console:before {
  content: "\e254";
}

.prefixCot .glyphicon-superscript:before {
  content: "\e255";
}

.prefixCot .glyphicon-subscript:before {
  content: "\e256";
}

.prefixCot .glyphicon-menu-left:before {
  content: "\e257";
}

.prefixCot .glyphicon-menu-right:before {
  content: "\e258";
}

.prefixCot .glyphicon-menu-down:before {
  content: "\e259";
}

.prefixCot .glyphicon-menu-up:before {
  content: "\e260";
}

.prefixCot * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.prefixCot *:before, .prefixCot *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.prefixCot body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333;
}

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

.prefixCot a {
  color: #337ab7;
  text-decoration: none;
}

.prefixCot a:hover {
  color: #23527c;
  text-decoration: underline;
}

.prefixCot a:focus {
  color: #23527c;
  text-decoration: underline;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.prefixCot figure {
  margin: 0;
}

.prefixCot img {
  vertical-align: middle;
}

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

.prefixCot .thumbnail > img, .prefixCot .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.prefixCot .carousel-inner > .item > img, .prefixCot .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.prefixCot .img-rounded {
  border-radius: 6px;
}

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

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

.prefixCot hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e3e3e3;
}

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

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

.prefixCot [role="button"] {
  cursor: pointer;
}

.prefixCot h1, .prefixCot h2, .prefixCot h3, .prefixCot h4, .prefixCot h5, .prefixCot h6, .prefixCot .h1, .prefixCot .h2, .prefixCot .h3, .prefixCot .h4, .prefixCot .h5, .prefixCot .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.prefixCot h1 small, .prefixCot h2 small, .prefixCot h3 small, .prefixCot h4 small, .prefixCot h5 small, .prefixCot h6 small, .prefixCot .h1 small, .prefixCot .h2 small, .prefixCot .h3 small, .prefixCot .h4 small, .prefixCot .h5 small, .prefixCot .h6 small, .prefixCot h1 .small, .prefixCot h2 .small, .prefixCot h3 .small, .prefixCot h4 .small, .prefixCot h5 .small, .prefixCot h6 .small, .prefixCot .h1 .small, .prefixCot .h2 .small, .prefixCot .h3 .small, .prefixCot .h4 .small, .prefixCot .h5 .small, .prefixCot .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.prefixCot h1, .prefixCot .h1, .prefixCot h2, .prefixCot .h2, .prefixCot h3, .prefixCot .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.prefixCot h1 small, .prefixCot .h1 small, .prefixCot h2 small, .prefixCot .h2 small, .prefixCot h3 small, .prefixCot .h3 small, .prefixCot h1 .small, .prefixCot .h1 .small, .prefixCot h2 .small, .prefixCot .h2 .small, .prefixCot h3 .small, .prefixCot .h3 .small {
  font-size: 65%;
}

.prefixCot h4, .prefixCot .h4, .prefixCot h5, .prefixCot .h5, .prefixCot h6, .prefixCot .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.prefixCot h4 small, .prefixCot .h4 small, .prefixCot h5 small, .prefixCot .h5 small, .prefixCot h6 small, .prefixCot .h6 small, .prefixCot h4 .small, .prefixCot .h4 .small, .prefixCot h5 .small, .prefixCot .h5 .small, .prefixCot h6 .small, .prefixCot .h6 .small {
  font-size: 75%;
}

.prefixCot h1, .prefixCot .h1 {
  font-size: 36px;
}

.prefixCot h2, .prefixCot .h2 {
  font-size: 30px;
}

.prefixCot h3, .prefixCot .h3 {
  font-size: 24px;
}

.prefixCot h4, .prefixCot .h4 {
  font-size: 18px;
}

.prefixCot h5, .prefixCot .h5 {
  font-size: 14px;
}

.prefixCot h6, .prefixCot .h6 {
  font-size: 12px;
}

.prefixCot p {
  margin: 0 0 10px !important;
}

.prefixCot .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .prefixCot .lead {
      font-size: 21px;
  }
}

.prefixCot small, .prefixCot .small {
  font-size: 85%;
}

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

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

.prefixCot .text-right {
  text-align: right;
}

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

.prefixCot .text-justify {
  text-align: justify;
}

.prefixCot .text-nowrap {
  white-space: nowrap;
}

.prefixCot .text-lowercase {
  text-transform: lowercase;
}

.prefixCot .text-uppercase {
  text-transform: uppercase;
}

.prefixCot .text-capitalize {
  text-transform: capitalize;
}

.prefixCot .text-muted {
  color: #777;
}

.prefixCot .text-primary {
  color: #337ab7;
}

.prefixCot a.text-primary:hover, .prefixCot a.text-primary:focus {
  color: #286090;
}

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

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

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

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

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

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

.prefixCot .text-danger {
  color: #a94442;
}

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

.prefixCot .bg-primary {
  color: #fff;
  background-color: #337ab7;
}

.prefixCot a.bg-primary:hover, .prefixCot a.bg-primary:focus {
  background-color: #286090;
}

.prefixCot .bg-success {
  background-color: #dff0d8;
}

.prefixCot a.bg-success:hover, .prefixCot a.bg-success:focus {
  background-color: #c1e2b3;
}

.prefixCot .bg-info {
  background-color: #d9edf7;
}

.prefixCot a.bg-info:hover, .prefixCot a.bg-info:focus {
  background-color: #afd9ee;
}

.prefixCot .bg-warning {
  background-color: #fcf8e3;
}

.prefixCot a.bg-warning:hover, .prefixCot a.bg-warning:focus {
  background-color: #f7ecb5;
}

.prefixCot .bg-danger {
  background-color: #f2dede;
}

.prefixCot a.bg-danger:hover, .prefixCot a.bg-danger:focus {
  background-color: #e4b9b9;
}

.prefixCot .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.prefixCot ul, .prefixCot ol {
  margin-top: 0;
  margin-bottom: 10px;
}

.prefixCot ul ul, .prefixCot ol ul, .prefixCot ul ol, .prefixCot ol ol {
  margin-bottom: 0;
}

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

.prefixCot .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.prefixCot .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.prefixCot dl {
  margin-top: 0;
  margin-bottom: 20px;
}

.prefixCot dt, .prefixCot dd {
  line-height: 1.42857143;
}

.prefixCot dt {
  font-weight: bold;
}

.prefixCot dd {
  margin-left: 0;
}

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

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

.prefixCot .initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.prefixCot blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.prefixCot blockquote p:last-child, .prefixCot blockquote ul:last-child, .prefixCot blockquote ol:last-child {
  margin-bottom: 0;
}

.prefixCot blockquote footer, .prefixCot blockquote small, .prefixCot blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

.prefixCot blockquote footer:before, .prefixCot blockquote small:before, .prefixCot blockquote .small:before {
  content: '\2014 \00A0';
}

.prefixCot .blockquote-reverse, .prefixCot blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.prefixCot .blockquote-reverse footer:before, .prefixCot blockquote.pull-right footer:before, .prefixCot .blockquote-reverse small:before, .prefixCot blockquote.pull-right small:before, .prefixCot .blockquote-reverse .small:before, .prefixCot blockquote.pull-right .small:before {
  content: '';
}

.prefixCot .blockquote-reverse footer:after, .prefixCot blockquote.pull-right footer:after, .prefixCot .blockquote-reverse small:after, .prefixCot blockquote.pull-right small:after, .prefixCot .blockquote-reverse .small:after, .prefixCot blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

.prefixCot address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.prefixCot code, .prefixCot kbd, .prefixCot pre, .prefixCot samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.prefixCot code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

.prefixCot kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.prefixCot kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.prefixCot pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.prefixCot pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.prefixCot .container, .prefixCot .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .prefixCot .container {
      width: 750px;
  }
}

@media (min-width: 992px) {
  .prefixCot .container {
      width: 970px;
  }
}

@media (min-width: 1200px) {
  .prefixCot .container {
      width: 1170px;
  }
}

.prefixCot .row {
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.prefixCot .col-xs-11 {
  width: 91.66666667%;
}

.prefixCot .col-xs-10 {
  width: 83.33333333%;
}

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

.prefixCot .col-xs-8 {
  width: 66.66666667%;
}

.prefixCot .col-xs-7 {
  width: 58.33333333%;
}

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

.prefixCot .col-xs-5 {
  width: 41.66666667%;
}

.prefixCot .col-xs-4 {
  width: 33.33333333%;
}

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

.prefixCot .col-xs-2 {
  width: 16.66666667%;
}

.prefixCot .col-xs-1 {
  width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .prefixCot .col-sm-1, .prefixCot .col-sm-2, .prefixCot .col-sm-3, .prefixCot .col-sm-4, .prefixCot .col-sm-5, .prefixCot .col-sm-6, .prefixCot .col-sm-7, .prefixCot .col-sm-8, .prefixCot .col-sm-9, .prefixCot .col-sm-10, .prefixCot .col-sm-11 {
      float: left;
  }
  .prefixCot .col-sm-12 {
      float: left;
      width: 100%;
  }
  .prefixCot .col-sm-11 {
      width: 91.66666667%;
  }
  .prefixCot .col-sm-10 {
      width: 83.33333333%;
  }
  .prefixCot .col-sm-9 {
      width: 75%;
  }
  .prefixCot .col-sm-8 {
      width: 66.66666667%;
  }
  .prefixCot .col-sm-7 {
      width: 58.33333333%;
  }
  .prefixCot .col-sm-6 {
      width: 50%;
  }
  .prefixCot .col-sm-5 {
      width: 41.66666667%;
  }
  .prefixCot .col-sm-4 {
      width: 33.33333333%;
  }
  .prefixCot .col-sm-3 {
      width: 25%;
  }
  .prefixCot .col-sm-2 {
      width: 16.66666667%;
  }
  .prefixCot .col-sm-1 {
      width: 8.33333333%;
  }
  .prefixCot .col-sm-pull-12 {
      right: 100%;
  }
  .prefixCot .col-sm-pull-11 {
      right: 91.66666667%;
  }
  .prefixCot .col-sm-pull-10 {
      right: 83.33333333%;
  }
  .prefixCot .col-sm-pull-9 {
      right: 75%;
  }
  .prefixCot .col-sm-pull-8 {
      right: 66.66666667%;
  }
  .prefixCot .col-sm-pull-7 {
      right: 58.33333333%;
  }
  .prefixCot .col-sm-pull-6 {
      right: 50%;
  }
  .prefixCot .col-sm-pull-5 {
      right: 41.66666667%;
  }
  .prefixCot .col-sm-pull-4 {
      right: 33.33333333%;
  }
  .prefixCot .col-sm-pull-3 {
      right: 25%;
  }
  .prefixCot .col-sm-pull-2 {
      right: 16.66666667%;
  }
  .prefixCot .col-sm-pull-1 {
      right: 8.33333333%;
  }
  .prefixCot .col-sm-pull-0 {
      right: auto;
  }
  .prefixCot .col-sm-push-12 {
      left: 100%;
  }
  .prefixCot .col-sm-push-11 {
      left: 91.66666667%;
  }
  .prefixCot .col-sm-push-10 {
      left: 83.33333333%;
  }
  .prefixCot .col-sm-push-9 {
      left: 75%;
  }
  .prefixCot .col-sm-push-8 {
      left: 66.66666667%;
  }
  .prefixCot .col-sm-push-7 {
      left: 58.33333333%;
  }
  .prefixCot .col-sm-push-6 {
      left: 50%;
  }
  .prefixCot .col-sm-push-5 {
      left: 41.66666667%;
  }
  .prefixCot .col-sm-push-4 {
      left: 33.33333333%;
  }
  .prefixCot .col-sm-push-3 {
      left: 25%;
  }
  .prefixCot .col-sm-push-2 {
      left: 16.66666667%;
  }
  .prefixCot .col-sm-push-1 {
      left: 8.33333333%;
  }
  .prefixCot .col-sm-push-0 {
      left: auto;
  }
  .prefixCot .col-sm-offset-12 {
      margin-left: 100%;
  }
  .prefixCot .col-sm-offset-11 {
      margin-left: 91.66666667%;
  }
  .prefixCot .col-sm-offset-10 {
      margin-left: 83.33333333%;
  }
  .prefixCot .col-sm-offset-9 {
      margin-left: 75%;
  }
  .prefixCot .col-sm-offset-8 {
      margin-left: 66.66666667%;
  }
  .prefixCot .col-sm-offset-7 {
      margin-left: 58.33333333%;
  }
  .prefixCot .col-sm-offset-6 {
      margin-left: 50%;
  }
  .prefixCot .col-sm-offset-5 {
      margin-left: 41.66666667%;
  }
  .prefixCot .col-sm-offset-4 {
      margin-left: 33.33333333%;
  }
  .prefixCot .col-sm-offset-3 {
      margin-left: 25%;
  }
  .prefixCot .col-sm-offset-2 {
      margin-left: 16.66666667%;
  }
  .prefixCot .col-sm-offset-1 {
      margin-left: 8.33333333%;
  }
  .prefixCot .col-sm-offset-0 {
      margin-left: 0;
  }
}

@media (min-width: 992px) {
  .prefixCot .col-md-1, .prefixCot .col-md-2, .prefixCot .col-md-3, .prefixCot .col-md-4, .prefixCot .col-md-5, .prefixCot .col-md-6, .prefixCot .col-md-7, .prefixCot .col-md-8, .prefixCot .col-md-9, .prefixCot .col-md-10, .prefixCot .col-md-11 {
      float: left;
  }
  .prefixCot .col-md-12 {
      float: left;
      width: 100%;
  }
  .prefixCot .col-md-11 {
      width: 91.66666667%;
  }
  .prefixCot .col-md-10 {
      width: 83.33333333%;
  }
  .prefixCot .col-md-9 {
      width: 75%;
  }
  .prefixCot .col-md-8 {
      width: 66.66666667%;
  }
  .prefixCot .col-md-7 {
      width: 58.33333333%;
  }
  .prefixCot .col-md-6 {
      width: 50%;
  }
  .prefixCot .col-md-5 {
      width: 41.66666667%;
  }
  .prefixCot .col-md-4 {
      width: 33.33333333%;
  }
  .prefixCot .col-md-3 {
      width: 25%;
  }
  .prefixCot .col-md-2 {
      width: 16.66666667%;
  }
  .prefixCot .col-md-1 {
      width: 8.33333333%;
  }
  .prefixCot .col-md-pull-12 {
      right: 100%;
  }
  .prefixCot .col-md-pull-11 {
      right: 91.66666667%;
  }
  .prefixCot .col-md-pull-10 {
      right: 83.33333333%;
  }
  .prefixCot .col-md-pull-9 {
      right: 75%;
  }
  .prefixCot .col-md-pull-8 {
      right: 66.66666667%;
  }
  .prefixCot .col-md-pull-7 {
      right: 58.33333333%;
  }
  .prefixCot .col-md-pull-6 {
      right: 50%;
  }
  .prefixCot .col-md-pull-5 {
      right: 41.66666667%;
  }
  .prefixCot .col-md-pull-4 {
      right: 33.33333333%;
  }
  .prefixCot .col-md-pull-3 {
      right: 25%;
  }
  .prefixCot .col-md-pull-2 {
      right: 16.66666667%;
  }
  .prefixCot .col-md-pull-1 {
      right: 8.33333333%;
  }
  .prefixCot .col-md-pull-0 {
      right: auto;
  }
  .prefixCot .col-md-push-12 {
      left: 100%;
  }
  .prefixCot .col-md-push-11 {
      left: 91.66666667%;
  }
  .prefixCot .col-md-push-10 {
      left: 83.33333333%;
  }
  .prefixCot .col-md-push-9 {
      left: 75%;
  }
  .prefixCot .col-md-push-8 {
      left: 66.66666667%;
  }
  .prefixCot .col-md-push-7 {
      left: 58.33333333%;
  }
  .prefixCot .col-md-push-6 {
      left: 50%;
  }
  .prefixCot .col-md-push-5 {
      left: 41.66666667%;
  }
  .prefixCot .col-md-push-4 {
      left: 33.33333333%;
  }
  .prefixCot .col-md-push-3 {
      left: 25%;
  }
  .prefixCot .col-md-push-2 {
      left: 16.66666667%;
  }
  .prefixCot .col-md-push-1 {
      left: 8.33333333%;
  }
  .prefixCot .col-md-push-0 {
      left: auto;
  }
  .prefixCot .col-md-offset-12 {
      margin-left: 100%;
  }
  .prefixCot .col-md-offset-11 {
      margin-left: 91.66666667%;
  }
  .prefixCot .col-md-offset-10 {
      margin-left: 83.33333333%;
  }
  .prefixCot .col-md-offset-9 {
      margin-left: 75%;
  }
  .prefixCot .col-md-offset-8 {
      margin-left: 66.66666667%;
  }
  .prefixCot .col-md-offset-7 {
      margin-left: 58.33333333%;
  }
  .prefixCot .col-md-offset-6 {
      margin-left: 50%;
  }
  .prefixCot .col-md-offset-5 {
      margin-left: 41.66666667%;
  }
  .prefixCot .col-md-offset-4 {
      margin-left: 33.33333333%;
  }
  .prefixCot .col-md-offset-3 {
      margin-left: 25%;
  }
  .prefixCot .col-md-offset-2 {
      margin-left: 16.66666667%;
  }
  .prefixCot .col-md-offset-1 {
      margin-left: 8.33333333%;
  }
  .prefixCot .col-md-offset-0 {
      margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .prefixCot .col-lg-1, .prefixCot .col-lg-2, .prefixCot .col-lg-3, .prefixCot .col-lg-4, .prefixCot .col-lg-5, .prefixCot .col-lg-6, .prefixCot .col-lg-7, .prefixCot .col-lg-8, .prefixCot .col-lg-9, .prefixCot .col-lg-10, .prefixCot .col-lg-11 {
      float: left;
  }
  .prefixCot .col-lg-12 {
      float: left;
      width: 100%;
  }
  .prefixCot .col-lg-11 {
      width: 91.66666667%;
  }
  .prefixCot .col-lg-10 {
      width: 83.33333333%;
  }
  .prefixCot .col-lg-9 {
      width: 75%;
  }
  .prefixCot .col-lg-8 {
      width: 66.66666667%;
  }
  .prefixCot .col-lg-7 {
      width: 58.33333333%;
  }
  .prefixCot .col-lg-6 {
      width: 50%;
  }
  .prefixCot .col-lg-5 {
      width: 41.66666667%;
  }
  .prefixCot .col-lg-4 {
      width: 33.33333333%;
  }
  .prefixCot .col-lg-3 {
      width: 25%;
  }
  .prefixCot .col-lg-2 {
      width: 16.66666667%;
  }
  .prefixCot .col-lg-1 {
      width: 8.33333333%;
  }
  .prefixCot .col-lg-pull-12 {
      right: 100%;
  }
  .prefixCot .col-lg-pull-11 {
      right: 91.66666667%;
  }
  .prefixCot .col-lg-pull-10 {
      right: 83.33333333%;
  }
  .prefixCot .col-lg-pull-9 {
      right: 75%;
  }
  .prefixCot .col-lg-pull-8 {
      right: 66.66666667%;
  }
  .prefixCot .col-lg-pull-7 {
      right: 58.33333333%;
  }
  .prefixCot .col-lg-pull-6 {
      right: 50%;
  }
  .prefixCot .col-lg-pull-5 {
      right: 41.66666667%;
  }
  .prefixCot .col-lg-pull-4 {
      right: 33.33333333%;
  }
  .prefixCot .col-lg-pull-3 {
      right: 25%;
  }
  .prefixCot .col-lg-pull-2 {
      right: 16.66666667%;
  }
  .prefixCot .col-lg-pull-1 {
      right: 8.33333333%;
  }
  .prefixCot .col-lg-pull-0 {
      right: auto;
  }
  .prefixCot .col-lg-push-12 {
      left: 100%;
  }
  .prefixCot .col-lg-push-11 {
      left: 91.66666667%;
  }
  .prefixCot .col-lg-push-10 {
      left: 83.33333333%;
  }
  .prefixCot .col-lg-push-9 {
      left: 75%;
  }
  .prefixCot .col-lg-push-8 {
      left: 66.66666667%;
  }
  .prefixCot .col-lg-push-7 {
      left: 58.33333333%;
  }
  .prefixCot .col-lg-push-6 {
      left: 50%;
  }
  .prefixCot .col-lg-push-5 {
      left: 41.66666667%;
  }
  .prefixCot .col-lg-push-4 {
      left: 33.33333333%;
  }
  .prefixCot .col-lg-push-3 {
      left: 25%;
  }
  .prefixCot .col-lg-push-2 {
      left: 16.66666667%;
  }
  .prefixCot .col-lg-push-1 {
      left: 8.33333333%;
  }
  .prefixCot .col-lg-push-0 {
      left: auto;
  }
  .prefixCot .col-lg-offset-12 {
      margin-left: 100%;
  }
  .prefixCot .col-lg-offset-11 {
      margin-left: 91.66666667%;
  }
  .prefixCot .col-lg-offset-10 {
      margin-left: 83.33333333%;
  }
  .prefixCot .col-lg-offset-9 {
      margin-left: 75%;
  }
  .prefixCot .col-lg-offset-8 {
      margin-left: 66.66666667%;
  }
  .prefixCot .col-lg-offset-7 {
      margin-left: 58.33333333%;
  }
  .prefixCot .col-lg-offset-6 {
      margin-left: 50%;
  }
  .prefixCot .col-lg-offset-5 {
      margin-left: 41.66666667%;
  }
  .prefixCot .col-lg-offset-4 {
      margin-left: 33.33333333%;
  }
  .prefixCot .col-lg-offset-3 {
      margin-left: 25%;
  }
  .prefixCot .col-lg-offset-2 {
      margin-left: 16.66666667%;
  }
  .prefixCot .col-lg-offset-1 {
      margin-left: 8.33333333%;
  }
  .prefixCot .col-lg-offset-0 {
      margin-left: 0;
  }
}

.prefixCot table {
  background-color: transparent;
}

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

.prefixCot th {
  text-align: left;
}

.prefixCot .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.prefixCot .table > thead > tr > th, .prefixCot .table > tbody > tr > th, .prefixCot .table > tfoot > tr > th, .prefixCot .table > thead > tr > td, .prefixCot .table > tbody > tr > td, .prefixCot .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.prefixCot .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.prefixCot .table > caption + thead > tr:first-child > th, .prefixCot .table > colgroup + thead > tr:first-child > th, .prefixCot .table > thead:first-child > tr:first-child > th, .prefixCot .table > caption + thead > tr:first-child > td, .prefixCot .table > colgroup + thead > tr:first-child > td, .prefixCot .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.prefixCot .table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.prefixCot .table .table {
  background-color: #fff;
}

.prefixCot .table-condensed > thead > tr > th, .prefixCot .table-condensed > tbody > tr > th, .prefixCot .table-condensed > tfoot > tr > th, .prefixCot .table-condensed > thead > tr > td, .prefixCot .table-condensed > tbody > tr > td, .prefixCot .table-condensed > tfoot > tr > td {
  padding: 5px;
}

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

.prefixCot .table-bordered > thead > tr > th, .prefixCot .table-bordered > tbody > tr > th, .prefixCot .table-bordered > tfoot > tr > th, .prefixCot .table-bordered > thead > tr > td, .prefixCot .table-bordered > tbody > tr > td, .prefixCot .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.prefixCot .table-bordered > thead > tr > th, .prefixCot .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.prefixCot .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.prefixCot .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.prefixCot table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

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

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

.prefixCot .table-hover > tbody > tr > td.active:hover, .prefixCot .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.prefixCot .table-hover > tbody > tr.active:hover > td, .prefixCot .table-hover > tbody > tr:hover > .active, .prefixCot .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

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

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

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

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

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

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

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

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

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

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

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

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

.prefixCot .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

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

.prefixCot fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.prefixCot legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.prefixCot label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #064F90;
  font-size: 12px;
}

.prefixCot input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

.prefixCot output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.prefixCot .form-control {
  display: block;
  width: 100% !important;
  height: 26px !important;
  padding: 6px 12px !important;
  font-size: 11px !important;
  line-height: 1.42857143 !important;
  color: #555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  box-sizing: inherit !important;
  margin: 0px !important;
}

.prefixCot .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.prefixCot .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.prefixCot .form-control:-ms-input-placeholder, .prefixCot .form-control::-webkit-input-placeholder {
  color: #999;
}

.prefixCot .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.prefixCot .form-control[disabled], .prefixCot .form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

.prefixCot fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.prefixCot .form-control[disabled], .prefixCot fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.prefixCot textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .prefixCot input[type="date"].form-control, .prefixCot input[type="time"].form-control, .prefixCot input[type="datetime-local"].form-control, .prefixCot input[type="month"].form-control {
      line-height: 34px;
  }
  .prefixCot input[type="date"].input-sm, .prefixCot input[type="time"].input-sm, .prefixCot input[type="datetime-local"].input-sm, .prefixCot input[type="month"].input-sm {
      line-height: 30px;
  }
  .prefixCot .input-group-sm input[type="date"], .prefixCot .input-group-sm input[type="time"], .prefixCot .input-group-sm input[type="datetime-local"], .prefixCot .input-group-sm input[type="month"] {
      line-height: 30px;
  }
  .prefixCot input[type="date"].input-lg, .prefixCot input[type="time"].input-lg, .prefixCot input[type="datetime-local"].input-lg, .prefixCot input[type="month"].input-lg {
      line-height: 46px;
  }
  .prefixCot .input-group-lg input[type="date"], .prefixCot .input-group-lg input[type="time"], .prefixCot .input-group-lg input[type="datetime-local"], .prefixCot .input-group-lg input[type="month"] {
      line-height: 46px;
  }
}

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

.prefixCot .radio, .prefixCot .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.prefixCot .radio label, .prefixCot .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

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

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

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

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

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

.prefixCot .radio-inline.disabled, .prefixCot .checkbox-inline.disabled {
  cursor: not-allowed;
}

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

.prefixCot .radio.disabled label, .prefixCot .checkbox.disabled label {
  cursor: not-allowed;
}

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

.prefixCot .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.prefixCot .form-control-static.input-lg, .prefixCot .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.prefixCot .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.prefixCot select.input-sm {
  height: 30px;
  line-height: 30px;
}

.prefixCot textarea.input-sm, .prefixCot select[multiple].input-sm {
  height: auto;
}

.prefixCot .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.prefixCot .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

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

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

.prefixCot .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.prefixCot select.input-lg {
  height: 46px;
  line-height: 46px;
}

.prefixCot textarea.input-lg, .prefixCot select[multiple].input-lg {
  height: auto;
}

.prefixCot .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.prefixCot .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

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

.prefixCot .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.prefixCot .has-feedback {
  position: relative;
}

.prefixCot .has-feedback .form-control {
  padding-right: 42.5px;
}

.prefixCot .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;
}

.prefixCot .input-lg + .form-control-feedback, .prefixCot .input-group-lg + .form-control-feedback, .prefixCot .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.prefixCot .input-sm + .form-control-feedback, .prefixCot .input-group-sm + .form-control-feedback, .prefixCot .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.prefixCot .has-success .help-block, .prefixCot .has-success .control-label, .prefixCot .has-success .radio, .prefixCot .has-success .checkbox, .prefixCot .has-success .radio-inline, .prefixCot .has-success .checkbox-inline, .prefixCot .has-success.radio label, .prefixCot .has-success.checkbox label, .prefixCot .has-success.radio-inline label, .prefixCot .has-success.checkbox-inline label {
  color: #3c763d;
}

.prefixCot .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);
}

.prefixCot .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;
}

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

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

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

.prefixCot .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);
}

.prefixCot .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;
}

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

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

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

.prefixCot .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);
}

.prefixCot .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;
}

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

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

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

.prefixCot .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.prefixCot .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .prefixCot .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
  }
  .prefixCot .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
  }
  .prefixCot .form-inline .form-control-static {
      display: inline-block;
  }
  .prefixCot .form-inline .input-group {
      display: inline-table;
      vertical-align: middle;
  }
  .prefixCot .form-inline .input-group .input-group-addon, .prefixCot .form-inline .input-group .input-group-btn, .prefixCot .form-inline .input-group .form-control {
      width: auto;
  }
  .prefixCot .form-inline .input-group > .form-control {
      width: 100%;
  }
  .prefixCot .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle;
  }
  .prefixCot .form-inline .radio, .prefixCot .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
  }
  .prefixCot .form-inline .radio label, .prefixCot .form-inline .checkbox label {
      padding-left: 0;
  }
  .prefixCot .form-inline .radio input[type="radio"], .prefixCot .form-inline .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
  }
  .prefixCot .form-inline .has-feedback .form-control-feedback {
      top: 0;
  }
}

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

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

.prefixCot .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

.prefixCot .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.prefixCot .btn:focus, .prefixCot .btn:active:focus, .prefixCot .btn.active:focus, .prefixCot .btn.focus, .prefixCot .btn:active.focus, .prefixCot .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.prefixCot .btn:hover, .prefixCot .btn:focus, .prefixCot .btn.focus {
  color: #fff;
  text-decoration: none;
}

.prefixCot .btn:active, .prefixCot .btn.active {
  background-image: none;
  outline: 0;
  -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);
}

.prefixCot .btn.disabled, .prefixCot .btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.prefixCot fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

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

.prefixCot .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.prefixCot .btn-default:focus, .prefixCot .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.prefixCot .btn-default:hover, .prefixCot .btn-default:active, .prefixCot .btn-default.active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.prefixCot .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.prefixCot .btn-default:active:hover, .prefixCot .btn-default.active:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.prefixCot .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.prefixCot .btn-default:active:focus, .prefixCot .btn-default.active:focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.prefixCot .open > .dropdown-toggle.btn-default:focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.prefixCot .btn-default:active.focus, .prefixCot .btn-default.active.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.prefixCot .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.prefixCot .btn-default:active, .prefixCot .btn-default.active {
  background-image: none;
}

.prefixCot .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.prefixCot .btn-default.disabled:hover, .prefixCot .btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
}

.prefixCot fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.prefixCot .btn-default.disabled:focus, .prefixCot .btn-default[disabled]:focus {
  background-color: #fff;
  border-color: #ccc;
}

.prefixCot fieldset[disabled] .btn-default:focus {
  background-color: #fff;
  border-color: #ccc;
}

.prefixCot .btn-default.disabled.focus, .prefixCot .btn-default[disabled].focus {
  background-color: #fff;
  border-color: #ccc;
}

.prefixCot fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.prefixCot .btn-default .badge {
  color: #fff;
  background-color: #333;
}

.prefixCot .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.prefixCot .btn-primary:focus, .prefixCot .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.prefixCot .btn-primary:hover, .prefixCot .btn-primary:active, .prefixCot .btn-primary.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.prefixCot .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.prefixCot .btn-primary:active:hover, .prefixCot .btn-primary.active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.prefixCot .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.prefixCot .btn-primary:active:focus, .prefixCot .btn-primary.active:focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.prefixCot .open > .dropdown-toggle.btn-primary:focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.prefixCot .btn-primary:active.focus, .prefixCot .btn-primary.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.prefixCot .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.prefixCot .btn-primary:active, .prefixCot .btn-primary.active {
  background-image: none;
}

.prefixCot .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.prefixCot .btn-primary.disabled:hover, .prefixCot .btn-primary[disabled]:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.prefixCot fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.prefixCot .btn-primary.disabled:focus, .prefixCot .btn-primary[disabled]:focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.prefixCot fieldset[disabled] .btn-primary:focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.prefixCot .btn-primary.disabled.focus, .prefixCot .btn-primary[disabled].focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.prefixCot fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.prefixCot .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.prefixCot .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.prefixCot .btn-success:focus, .prefixCot .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.prefixCot .btn-success:hover, .prefixCot .btn-success:active, .prefixCot .btn-success.active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.prefixCot .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.prefixCot .btn-success:active:hover, .prefixCot .btn-success.active:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.prefixCot .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.prefixCot .btn-success:active:focus, .prefixCot .btn-success.active:focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.prefixCot .open > .dropdown-toggle.btn-success:focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.prefixCot .btn-success:active.focus, .prefixCot .btn-success.active.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.prefixCot .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.prefixCot .btn-success:active, .prefixCot .btn-success.active {
  background-image: none;
}

.prefixCot .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.prefixCot .btn-success.disabled:hover, .prefixCot .btn-success[disabled]:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.prefixCot fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.prefixCot .btn-success.disabled:focus, .prefixCot .btn-success[disabled]:focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.prefixCot fieldset[disabled] .btn-success:focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.prefixCot .btn-success.disabled.focus, .prefixCot .btn-success[disabled].focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.prefixCot fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.prefixCot .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.prefixCot .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.prefixCot .btn-info:focus, .prefixCot .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.prefixCot .btn-info:hover, .prefixCot .btn-info:active, .prefixCot .btn-info.active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.prefixCot .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.prefixCot .btn-info:active:hover, .prefixCot .btn-info.active:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.prefixCot .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.prefixCot .btn-info:active:focus, .prefixCot .btn-info.active:focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.prefixCot .open > .dropdown-toggle.btn-info:focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.prefixCot .btn-info:active.focus, .prefixCot .btn-info.active.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.prefixCot .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.prefixCot .btn-info:active, .prefixCot .btn-info.active {
  background-image: none;
}

.prefixCot .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.prefixCot .btn-info.disabled:hover, .prefixCot .btn-info[disabled]:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.prefixCot fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.prefixCot .btn-info.disabled:focus, .prefixCot .btn-info[disabled]:focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.prefixCot fieldset[disabled] .btn-info:focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.prefixCot .btn-info.disabled.focus, .prefixCot .btn-info[disabled].focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.prefixCot fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.prefixCot .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.prefixCot .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.prefixCot .btn-warning:focus, .prefixCot .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.prefixCot .btn-warning:hover, .prefixCot .btn-warning:active, .prefixCot .btn-warning.active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.prefixCot .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.prefixCot .btn-warning:active:hover, .prefixCot .btn-warning.active:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.prefixCot .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.prefixCot .btn-warning:active:focus, .prefixCot .btn-warning.active:focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.prefixCot .open > .dropdown-toggle.btn-warning:focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.prefixCot .btn-warning:active.focus, .prefixCot .btn-warning.active.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.prefixCot .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.prefixCot .btn-warning:active, .prefixCot .btn-warning.active {
  background-image: none;
}

.prefixCot .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.prefixCot .btn-warning.disabled:hover, .prefixCot .btn-warning[disabled]:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.prefixCot fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.prefixCot .btn-warning.disabled:focus, .prefixCot .btn-warning[disabled]:focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.prefixCot fieldset[disabled] .btn-warning:focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.prefixCot .btn-warning.disabled.focus, .prefixCot .btn-warning[disabled].focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.prefixCot fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.prefixCot .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.prefixCot .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.prefixCot .btn-danger:focus, .prefixCot .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.prefixCot .btn-danger:hover, .prefixCot .btn-danger:active, .prefixCot .btn-danger.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.prefixCot .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.prefixCot .btn-danger:active:hover, .prefixCot .btn-danger.active:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.prefixCot .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.prefixCot .btn-danger:active:focus, .prefixCot .btn-danger.active:focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.prefixCot .open > .dropdown-toggle.btn-danger:focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.prefixCot .btn-danger:active.focus, .prefixCot .btn-danger.active.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.prefixCot .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.prefixCot .btn-danger:active, .prefixCot .btn-danger.active {
  background-image: none;
}

.prefixCot .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.prefixCot .btn-danger.disabled:hover, .prefixCot .btn-danger[disabled]:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.prefixCot fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.prefixCot .btn-danger.disabled:focus, .prefixCot .btn-danger[disabled]:focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.prefixCot fieldset[disabled] .btn-danger:focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.prefixCot .btn-danger.disabled.focus, .prefixCot .btn-danger[disabled].focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.prefixCot fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.prefixCot .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.prefixCot .btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.prefixCot .btn-link:active, .prefixCot .btn-link.active, .prefixCot .btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.prefixCot fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.prefixCot .btn-link {
  border-color: transparent;
}

.prefixCot .btn-link:hover, .prefixCot .btn-link:focus, .prefixCot .btn-link:active {
  border-color: transparent;
}

.prefixCot .btn-link:hover, .prefixCot .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.prefixCot .btn-link[disabled]:hover {
  color: #777;
  text-decoration: none;
}

.prefixCot fieldset[disabled] .btn-link:hover, .prefixCot .btn-link[disabled]:focus, .prefixCot fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.prefixCot .btn-lg, .prefixCot .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

.prefixCot .btn-xs, .prefixCot .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.prefixCot .btn-block {
  display: block;
  width: 100%;
}

.prefixCot .btn-block + .btn-block {
  margin-top: 5px;
}

.prefixCot input[type="submit"].btn-block, .prefixCot input[type="reset"].btn-block, .prefixCot input[type="button"].btn-block {
  width: 100%;
}

.prefixCot .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.prefixCot .fade.in {
  opacity: 1;
}

.prefixCot .collapse {
  display: none;
}

.prefixCot .collapse.in {
  display: block;
}

.prefixCot tr.collapse.in {
  display: table-row;
}

.prefixCot tbody.collapse.in {
  display: table-row-group;
}

.prefixCot .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.prefixCot .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.prefixCot .dropup, .prefixCot .dropdown {
  position: relative;
}

.prefixCot .dropdown-toggle:focus {
  outline: 0;
}

.prefixCot .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

.prefixCot .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.prefixCot .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

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

.prefixCot .dropdown-menu > .active > a {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

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

.prefixCot .dropdown-menu > .disabled > a {
  color: #777;
}

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

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

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

.prefixCot .open > a {
  outline: 0;
}

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

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

.prefixCot .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

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

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

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

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

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

.prefixCot .btn-group, .prefixCot .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.prefixCot .btn-group > .btn, .prefixCot .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.prefixCot .btn-group > .btn:hover, .prefixCot .btn-group-vertical > .btn:hover, .prefixCot .btn-group > .btn:focus, .prefixCot .btn-group-vertical > .btn:focus, .prefixCot .btn-group > .btn:active, .prefixCot .btn-group-vertical > .btn:active, .prefixCot .btn-group > .btn.active, .prefixCot .btn-group-vertical > .btn.active {
  z-index: 2;
}

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

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

.prefixCot .btn-toolbar {
  margin-left: -5px;
}

.prefixCot .btn-toolbar .btn, .prefixCot .btn-toolbar .btn-group, .prefixCot .btn-toolbar .input-group {
  float: left;
}

.prefixCot .btn-toolbar > .btn, .prefixCot .btn-toolbar > .btn-group, .prefixCot .btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.prefixCot .btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

.prefixCot .btn-group.open .dropdown-toggle {
  outline: 0;
  -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);
}

.prefixCot .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

.prefixCot .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.prefixCot .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.prefixCot .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.prefixCot .btn-group-justified > .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

.prefixCot .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.prefixCot .btn-group-justified > .btn-group .btn {
  width: 100%;
}

.prefixCot .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.prefixCot .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.prefixCot .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.prefixCot .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.prefixCot .input-group .form-control:focus {
  z-index: 3;
}

.prefixCot .input-group-lg > .form-control, .prefixCot .input-group-lg > .input-group-addon, .prefixCot .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

.prefixCot textarea.input-group-lg > .form-control, .prefixCot textarea.input-group-lg > .input-group-addon, .prefixCot textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

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

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

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

.prefixCot textarea.input-group-sm > .form-control, .prefixCot textarea.input-group-sm > .input-group-addon, .prefixCot textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

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

.prefixCot .input-group-addon, .prefixCot .input-group-btn, .prefixCot .input-group .form-control {
  display: table-cell;
}

.prefixCot .input-group-addon:not(:first-child):not(:last-child), .prefixCot .input-group-btn:not(:first-child):not(:last-child), .prefixCot .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.prefixCot .input-group-addon, .prefixCot .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.prefixCot .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.prefixCot .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.prefixCot .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.prefixCot .input-group-addon input[type="radio"], .prefixCot .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.prefixCot .input-group .form-control:first-child, .prefixCot .input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.prefixCot .input-group-btn:first-child > .btn, .prefixCot .input-group-btn:first-child > .btn-group > .btn, .prefixCot .input-group-btn:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

.prefixCot .input-group .form-control:last-child, .prefixCot .input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.prefixCot .input-group-btn:last-child > .btn, .prefixCot .input-group-btn:last-child > .btn-group > .btn, .prefixCot .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.prefixCot .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.prefixCot .input-group-btn > .btn {
  position: relative;
}

.prefixCot .input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.prefixCot .input-group-btn > .btn:hover, .prefixCot .input-group-btn > .btn:focus, .prefixCot .input-group-btn > .btn:active {
  z-index: 2;
}

.prefixCot .input-group-btn:first-child > .btn, .prefixCot .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.prefixCot .input-group-btn:last-child > .btn, .prefixCot .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.prefixCot .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.prefixCot .nav > li {
  position: relative;
  display: block;
}

.prefixCot .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.prefixCot .nav > li > a:hover, .prefixCot .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.prefixCot .nav > li.disabled > a {
  color: #777;
}

.prefixCot .nav > li.disabled > a:hover, .prefixCot .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.prefixCot .nav .open > a {
  background-color: #eee;
  border-color: #337ab7;
}

.prefixCot .nav .open > a:hover, .prefixCot .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.prefixCot .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.prefixCot .nav > li > a > img {
  max-width: none;
}

.prefixCot .nav-tabs {
  border-bottom: 1px solid #ddd;
}

.prefixCot .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.prefixCot .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.prefixCot .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.prefixCot .nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.prefixCot .nav-tabs > li.active > a:hover, .prefixCot .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.prefixCot .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.prefixCot .nav-tabs.nav-justified > li {
  float: none;
}

.prefixCot .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.prefixCot .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.prefixCot .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.prefixCot .nav-tabs.nav-justified > .active > a {
  border: 1px solid #ddd;
}

.prefixCot .nav-tabs.nav-justified > .active > a:hover, .prefixCot .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .prefixCot .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
  }
  .prefixCot .nav-tabs.nav-justified > li > a {
      margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .prefixCot .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
  }
  .prefixCot .nav-tabs.nav-justified > .active > a {
      border-bottom-color: #fff;
  }
  .prefixCot .nav-tabs.nav-justified > .active > a:hover, .prefixCot .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff;
  }
}

.prefixCot .nav-pills > li {
  float: left;
}

.prefixCot .nav-pills > li > a {
  border-radius: 4px;
}

.prefixCot .nav-pills > li + li {
  margin-left: 2px;
}

.prefixCot .nav-pills > li.active > a {
  color: #fff;
  background-color: #337ab7;
}

.prefixCot .nav-pills > li.active > a:hover, .prefixCot .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.prefixCot .nav-stacked > li {
  float: none;
}

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

.prefixCot .nav-justified {
  width: 100%;
}

.prefixCot .nav-justified > li {
  float: none;
}

.prefixCot .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.prefixCot .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .prefixCot .nav-justified > li {
      display: table-cell;
      width: 1%;
  }
  .prefixCot .nav-justified > li > a {
      margin-bottom: 0;
  }
}

.prefixCot .nav-tabs-justified {
  border-bottom: 0;
}

.prefixCot .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.prefixCot .nav-tabs-justified > .active > a {
  border: 1px solid #ddd;
}

.prefixCot .nav-tabs-justified > .active > a:hover, .prefixCot .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .prefixCot .nav-tabs-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0;
  }
  .prefixCot .nav-tabs-justified > .active > a {
      border-bottom-color: #fff;
  }
  .prefixCot .nav-tabs-justified > .active > a:hover, .prefixCot .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff;
  }
}

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

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

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

.prefixCot .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .prefixCot .navbar {
      border-radius: 4px;
  }
}

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

.prefixCot .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.prefixCot .navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .prefixCot .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .prefixCot .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
  }
  .prefixCot .navbar-collapse.in {
      overflow-y: visible;
  }
  .prefixCot .navbar-fixed-top .navbar-collapse, .prefixCot .navbar-static-top .navbar-collapse, .prefixCot .navbar-fixed-bottom .navbar-collapse {
      padding-right: 0;
      padding-left: 0;
  }
}

.prefixCot .navbar-fixed-top .navbar-collapse, .prefixCot .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

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

.prefixCot .container > .navbar-header, .prefixCot .container-fluid > .navbar-header, .prefixCot .container > .navbar-collapse, .prefixCot .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

.prefixCot .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .prefixCot .navbar-static-top {
      border-radius: 0;
  }
}

.prefixCot .navbar-fixed-top, .prefixCot .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .prefixCot .navbar-fixed-top, .prefixCot .navbar-fixed-bottom {
      border-radius: 0;
  }
}

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

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

.prefixCot .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.prefixCot .navbar-brand:hover, .prefixCot .navbar-brand:focus {
  text-decoration: none;
}

.prefixCot .navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .prefixCot .navbar > .container .navbar-brand, .prefixCot .navbar > .container-fluid .navbar-brand {
      margin-left: -15px;
  }
}

.prefixCot .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.prefixCot .navbar-toggle:focus {
  outline: 0;
}

.prefixCot .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.prefixCot .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .prefixCot .navbar-toggle {
      display: none;
  }
}

.prefixCot .navbar-nav {
  margin: 7.5px -15px;
}

.prefixCot .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .prefixCot .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  .prefixCot .navbar-nav .open .dropdown-menu > li > a, .prefixCot .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px;
  }
  .prefixCot .navbar-nav .open .dropdown-menu > li > a {
      line-height: 20px;
  }
  .prefixCot .navbar-nav .open .dropdown-menu > li > a:hover, .prefixCot .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none;
  }
}

@media (min-width: 768px) {
  .prefixCot .navbar-nav {
      float: left;
      margin: 0;
  }
  .prefixCot .navbar-nav > li {
      float: left;
  }
  .prefixCot .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
  }
}

.prefixCot .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .prefixCot .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
  }
  .prefixCot .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
  }
  .prefixCot .navbar-form .form-control-static {
      display: inline-block;
  }
  .prefixCot .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle;
  }
  .prefixCot .navbar-form .input-group .input-group-addon, .prefixCot .navbar-form .input-group .input-group-btn, .prefixCot .navbar-form .input-group .form-control {
      width: auto;
  }
  .prefixCot .navbar-form .input-group > .form-control {
      width: 100%;
  }
  .prefixCot .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle;
  }
  .prefixCot .navbar-form .radio, .prefixCot .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;
  }
  .prefixCot .navbar-form .radio label, .prefixCot .navbar-form .checkbox label {
      padding-left: 0;
  }
  .prefixCot .navbar-form .radio input[type="radio"], .prefixCot .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
  }
  .prefixCot .navbar-form .has-feedback .form-control-feedback {
      top: 0;
  }
}

@media (max-width: 767px) {
  .prefixCot .navbar-form .form-group {
      margin-bottom: 5px;
  }
  .prefixCot .navbar-form .form-group:last-child {
      margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .prefixCot .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
}

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

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

.prefixCot .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.prefixCot .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.prefixCot .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.prefixCot .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .prefixCot .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px;
  }
}

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

.prefixCot .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.prefixCot .navbar-default .navbar-brand {
  color: #777;
}

.prefixCot .navbar-default .navbar-brand:hover, .prefixCot .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.prefixCot .navbar-default .navbar-text {
  color: #777;
}

.prefixCot .navbar-default .navbar-nav > li > a {
  color: #777;
}

.prefixCot .navbar-default .navbar-nav > li > a:hover, .prefixCot .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.prefixCot .navbar-default .navbar-nav > .active > a {
  color: #555;
  background-color: #e7e7e7;
}

.prefixCot .navbar-default .navbar-nav > .active > a:hover, .prefixCot .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.prefixCot .navbar-default .navbar-nav > .disabled > a {
  color: #ccc;
  background-color: transparent;
}

.prefixCot .navbar-default .navbar-nav > .disabled > a:hover, .prefixCot .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.prefixCot .navbar-default .navbar-toggle {
  border-color: #ddd;
}

.prefixCot .navbar-default .navbar-toggle:hover, .prefixCot .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.prefixCot .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.prefixCot .navbar-default .navbar-collapse, .prefixCot .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.prefixCot .navbar-default .navbar-nav > .open > a {
  color: #555;
  background-color: #e7e7e7;
}

.prefixCot .navbar-default .navbar-nav > .open > a:hover, .prefixCot .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.prefixCot .navbar-default .navbar-link {
  color: #777;
}

.prefixCot .navbar-default .navbar-link:hover {
  color: #333;
}

.prefixCot .navbar-default .btn-link {
  color: #777;
}

.prefixCot .navbar-default .btn-link:hover, .prefixCot .navbar-default .btn-link:focus {
  color: #333;
}

.prefixCot .navbar-default .btn-link[disabled]:hover {
  color: #ccc;
}

@media (max-width: 767px) {
  .prefixCot .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777;
  }
  .prefixCot .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .prefixCot .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
      background-color: transparent;
  }
  .prefixCot .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
      color: #555;
      background-color: #e7e7e7;
  }
  .prefixCot .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .prefixCot .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7;
  }
  .prefixCot .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a {
      color: #ccc;
      background-color: transparent;
  }
  .prefixCot .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .prefixCot .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent;
  }
}

.prefixCot fieldset[disabled] .navbar-default .btn-link:hover, .prefixCot .navbar-default .btn-link[disabled]:focus, .prefixCot fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.prefixCot .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.prefixCot .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.prefixCot .navbar-inverse .navbar-brand:hover, .prefixCot .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.prefixCot .navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.prefixCot .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.prefixCot .navbar-inverse .navbar-nav > li > a:hover, .prefixCot .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.prefixCot .navbar-inverse .navbar-nav > .active > a {
  color: #fff;
  background-color: #080808;
}

.prefixCot .navbar-inverse .navbar-nav > .active > a:hover, .prefixCot .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.prefixCot .navbar-inverse .navbar-nav > .disabled > a {
  color: #444;
  background-color: transparent;
}

.prefixCot .navbar-inverse .navbar-nav > .disabled > a:hover, .prefixCot .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.prefixCot .navbar-inverse .navbar-toggle {
  border-color: #333;
}

.prefixCot .navbar-inverse .navbar-toggle:hover, .prefixCot .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.prefixCot .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.prefixCot .navbar-inverse .navbar-collapse, .prefixCot .navbar-inverse .navbar-form {
  border-color: #101010;
}

.prefixCot .navbar-inverse .navbar-nav > .open > a {
  color: #fff;
  background-color: #080808;
}

.prefixCot .navbar-inverse .navbar-nav > .open > a:hover, .prefixCot .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

.prefixCot .navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.prefixCot .navbar-inverse .navbar-link:hover {
  color: #fff;
}

.prefixCot .navbar-inverse .btn-link {
  color: #9d9d9d;
}

.prefixCot .navbar-inverse .btn-link:hover, .prefixCot .navbar-inverse .btn-link:focus {
  color: #fff;
}

.prefixCot .navbar-inverse .btn-link[disabled]:hover {
  color: #444;
}

@media (max-width: 767px) {
  .prefixCot .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #080808;
  }
  .prefixCot .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #080808;
  }
  .prefixCot .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d;
  }
  .prefixCot .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .prefixCot .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #fff;
      background-color: transparent;
  }
  .prefixCot .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
      color: #fff;
      background-color: #080808;
  }
  .prefixCot .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .prefixCot .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #080808;
  }
  .prefixCot .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
      color: #444;
      background-color: transparent;
  }
  .prefixCot .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .prefixCot .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent;
  }
}

.prefixCot fieldset[disabled] .navbar-inverse .btn-link:hover, .prefixCot .navbar-inverse .btn-link[disabled]:focus, .prefixCot fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.prefixCot .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.prefixCot .breadcrumb > li {
  display: inline-block;
}

.prefixCot .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.prefixCot .breadcrumb > .active {
  color: #777;
}

.prefixCot .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.prefixCot .pagination > li {
  display: inline;
}

.prefixCot .pagination > li > a, .prefixCot .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

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

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

.prefixCot .pagination > li > a:hover, .prefixCot .pagination > li > span:hover, .prefixCot .pagination > li > a:focus, .prefixCot .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.prefixCot .pagination > .active > a, .prefixCot .pagination > .active > span, .prefixCot .pagination > .active > a:hover, .prefixCot .pagination > .active > span:hover, .prefixCot .pagination > .active > a:focus, .prefixCot .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.prefixCot .pagination > .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.prefixCot .pagination > .disabled > span:hover, .prefixCot .pagination > .disabled > span:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.prefixCot .pagination > .disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.prefixCot .pagination > .disabled > a:hover, .prefixCot .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

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

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

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

.prefixCot .pagination-sm > li > a, .prefixCot .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

.prefixCot .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.prefixCot .pager li {
  display: inline;
}

.prefixCot .pager li > a, .prefixCot .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.prefixCot .pager li > a:hover, .prefixCot .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.prefixCot .pager .next > a, .prefixCot .pager .next > span {
  float: right;
}

.prefixCot .pager .previous > a, .prefixCot .pager .previous > span {
  float: left;
}

.prefixCot .pager .disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.prefixCot .pager .disabled > a:hover, .prefixCot .pager .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.prefixCot .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.prefixCot .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;
}

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

.prefixCot .label:empty {
  display: none;
}

.prefixCot .btn .label {
  position: relative;
  top: -1px;
}

.prefixCot .label-default {
  background-color: #777;
}

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

.prefixCot .label-primary {
  background-color: #337ab7;
}

.prefixCot .label-primary[href]:hover, .prefixCot .label-primary[href]:focus {
  background-color: #286090;
}

.prefixCot .label-success {
  background-color: #5cb85c;
}

.prefixCot .label-success[href]:hover, .prefixCot .label-success[href]:focus {
  background-color: #449d44;
}

.prefixCot .label-info {
  background-color: #5bc0de;
}

.prefixCot .label-info[href]:hover, .prefixCot .label-info[href]:focus {
  background-color: #31b0d5;
}

.prefixCot .label-warning {
  background-color: #f0ad4e;
}

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

.prefixCot .label-danger {
  background-color: #d9534f;
}

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

.prefixCot .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.prefixCot .badge:empty {
  display: none;
}

.prefixCot .btn .badge {
  position: relative;
  top: -1px;
}

.prefixCot .btn-xs .badge, .prefixCot .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

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

.prefixCot .list-group-item.active > .badge, .prefixCot .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.prefixCot .list-group-item > .badge {
  float: right;
}

.prefixCot .list-group-item > .badge + .badge {
  margin-right: 5px;
}

.prefixCot .nav-pills > li > a > .badge {
  margin-left: 3px;
}

.prefixCot .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.prefixCot .jumbotron h1, .prefixCot .jumbotron .h1 {
  color: inherit;
}

.prefixCot .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.prefixCot .jumbotron > hr {
  border-top-color: #d5d5d5;
}

.prefixCot .container .jumbotron, .prefixCot .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.prefixCot .jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .prefixCot .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px;
  }
  .prefixCot .container .jumbotron, .prefixCot .container-fluid .jumbotron {
      padding-right: 60px;
      padding-left: 60px;
  }
  .prefixCot .jumbotron h1, .prefixCot .jumbotron .h1 {
      font-size: 63px;
  }
}

.prefixCot .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 .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.prefixCot .thumbnail > img, .prefixCot .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

.prefixCot a.thumbnail:hover, .prefixCot a.thumbnail:focus, .prefixCot a.thumbnail.active {
  border-color: #337ab7;
}

.prefixCot .thumbnail .caption {
  padding: 9px;
  color: #333;
}

.prefixCot .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.prefixCot .alert h4 {
  margin-top: 0;
  color: inherit;
}

.prefixCot .alert .alert-link {
  font-weight: bold;
}

.prefixCot .alert > p, .prefixCot .alert > ul {
  margin-bottom: 0;
}

.prefixCot .alert > p + p {
  margin-top: 5px;
}

.prefixCot .alert-dismissable, .prefixCot .alert-dismissible {
  padding-right: 35px;
}

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

.prefixCot .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.prefixCot .alert-success hr {
  border-top-color: #c9e2b3;
}

.prefixCot .alert-success .alert-link {
  color: #2b542c;
}

.prefixCot .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.prefixCot .alert-info hr {
  border-top-color: #a6e1ec;
}

.prefixCot .alert-info .alert-link {
  color: #245269;
}

.prefixCot .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.prefixCot .alert-warning hr {
  border-top-color: #f7e1b5;
}

.prefixCot .alert-warning .alert-link {
  color: #66512c;
}

.prefixCot .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.prefixCot .alert-danger hr {
  border-top-color: #e4b9c0;
}

.prefixCot .alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
      background-position: 40px 0;
  }
  to {
      background-position: 0 0;
  }
}

@-o-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;
  }
}

.prefixCot .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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);
}

.prefixCot .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 .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.prefixCot .progress-striped .progress-bar, .prefixCot .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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.prefixCot .progress.active .progress-bar, .prefixCot .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;
}

.prefixCot .progress-bar-success {
  background-color: #5cb85c;
}

.prefixCot .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.prefixCot .progress-bar-info {
  background-color: #5bc0de;
}

.prefixCot .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.prefixCot .progress-bar-warning {
  background-color: #f0ad4e;
}

.prefixCot .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.prefixCot .progress-bar-danger {
  background-color: #d9534f;
}

.prefixCot .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.prefixCot .media {
  margin-top: 15px;
  overflow: hidden;
  zoom: 1;
}

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

.prefixCot .media-body {
  overflow: hidden;
  zoom: 1;
  width: 10000px;
}

.prefixCot .media-object {
  display: block;
}

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

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

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

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

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

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

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

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

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

.prefixCot .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.prefixCot .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.prefixCot .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.prefixCot a.list-group-item, .prefixCot button.list-group-item {
  color: #555;
}

.prefixCot a.list-group-item .list-group-item-heading, .prefixCot button.list-group-item .list-group-item-heading {
  color: #333;
}

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

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

.prefixCot button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.prefixCot .list-group-item.disabled {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.prefixCot .list-group-item.disabled:hover, .prefixCot .list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.prefixCot .list-group-item.disabled .list-group-item-heading, .prefixCot .list-group-item.disabled:hover .list-group-item-heading, .prefixCot .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.prefixCot .list-group-item.disabled .list-group-item-text, .prefixCot .list-group-item.disabled:hover .list-group-item-text, .prefixCot .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.prefixCot .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.prefixCot .list-group-item.active:hover, .prefixCot .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.prefixCot .list-group-item.active .list-group-item-heading, .prefixCot .list-group-item.active:hover .list-group-item-heading, .prefixCot .list-group-item.active:focus .list-group-item-heading, .prefixCot .list-group-item.active .list-group-item-heading > small, .prefixCot .list-group-item.active:hover .list-group-item-heading > small, .prefixCot .list-group-item.active:focus .list-group-item-heading > small, .prefixCot .list-group-item.active .list-group-item-heading > .small, .prefixCot .list-group-item.active:hover .list-group-item-heading > .small, .prefixCot .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.prefixCot .list-group-item.active .list-group-item-text, .prefixCot .list-group-item.active:hover .list-group-item-text, .prefixCot .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

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

.prefixCot a.list-group-item-success, .prefixCot button.list-group-item-success {
  color: #3c763d;
}

.prefixCot a.list-group-item-success .list-group-item-heading, .prefixCot button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

.prefixCot a.list-group-item-success:hover, .prefixCot button.list-group-item-success:hover, .prefixCot a.list-group-item-success:focus, .prefixCot button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

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

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

.prefixCot a.list-group-item-info, .prefixCot button.list-group-item-info {
  color: #31708f;
}

.prefixCot a.list-group-item-info .list-group-item-heading, .prefixCot button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

.prefixCot a.list-group-item-info:hover, .prefixCot button.list-group-item-info:hover, .prefixCot a.list-group-item-info:focus, .prefixCot button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

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

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

.prefixCot a.list-group-item-warning, .prefixCot button.list-group-item-warning {
  color: #8a6d3b;
}

.prefixCot a.list-group-item-warning .list-group-item-heading, .prefixCot button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

.prefixCot a.list-group-item-warning:hover, .prefixCot button.list-group-item-warning:hover, .prefixCot a.list-group-item-warning:focus, .prefixCot button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

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

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

.prefixCot a.list-group-item-danger, .prefixCot button.list-group-item-danger {
  color: #a94442;
}

.prefixCot a.list-group-item-danger .list-group-item-heading, .prefixCot button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

.prefixCot a.list-group-item-danger:hover, .prefixCot button.list-group-item-danger:hover, .prefixCot a.list-group-item-danger:focus, .prefixCot button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

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

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

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

.prefixCot .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);
}

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

.prefixCot .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.prefixCot .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.prefixCot .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.prefixCot .panel-title > a, .prefixCot .panel-title > small, .prefixCot .panel-title > .small, .prefixCot .panel-title > small > a, .prefixCot .panel-title > .small > a {
  color: inherit;
}

.prefixCot .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.prefixCot .panel > .list-group, .prefixCot .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.prefixCot .panel > .list-group .list-group-item, .prefixCot .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.prefixCot .panel > .list-group:first-child .list-group-item:first-child, .prefixCot .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.prefixCot .panel > .list-group:last-child .list-group-item:last-child, .prefixCot .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;
}

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

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

.prefixCot .panel > .table, .prefixCot .panel > .table-responsive > .table, .prefixCot .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.prefixCot .panel > .table caption, .prefixCot .panel > .table-responsive > .table caption, .prefixCot .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

.prefixCot .panel > .table-bordered, .prefixCot .panel > .table-responsive > .table-bordered {
  border: 0;
}

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

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

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

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

.prefixCot .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.prefixCot .panel-group {
  margin-bottom: 20px;
}

.prefixCot .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.prefixCot .panel-group .panel + .panel {
  margin-top: 5px;
}

.prefixCot .panel-group .panel-heading {
  border-bottom: 0;
}

.prefixCot .panel-group .panel-heading + .panel-collapse > .panel-body, .prefixCot .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.prefixCot .panel-group .panel-footer {
  border-top: 0;
}

.prefixCot .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.prefixCot .panel-default {
  border-color: #ddd;
}

.prefixCot .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.prefixCot .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.prefixCot .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.prefixCot .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.prefixCot .panel-primary {
  border-color: #337ab7;
}

.prefixCot .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.prefixCot .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.prefixCot .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.prefixCot .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.prefixCot .panel-success {
  border-color: #d6e9c6;
}

.prefixCot .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.prefixCot .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.prefixCot .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.prefixCot .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.prefixCot .panel-info {
  border-color: #bce8f1;
}

.prefixCot .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.prefixCot .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.prefixCot .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.prefixCot .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.prefixCot .panel-warning {
  border-color: #faebcc;
}

.prefixCot .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.prefixCot .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.prefixCot .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.prefixCot .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.prefixCot .panel-danger {
  border-color: #ebccd1;
}

.prefixCot .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.prefixCot .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.prefixCot .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.prefixCot .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.prefixCot .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.prefixCot .embed-responsive .embed-responsive-item, .prefixCot .embed-responsive iframe, .prefixCot .embed-responsive embed, .prefixCot .embed-responsive object, .prefixCot .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.prefixCot .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.prefixCot .embed-responsive-4by3 {
  padding-bottom: 75%;
}

.prefixCot .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);
}

.prefixCot .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.prefixCot .well-lg {
  padding: 24px;
  border-radius: 6px;
}

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

.prefixCot .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.prefixCot .close:hover, .prefixCot .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

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

.prefixCot .modal-open {
  overflow: hidden;
}

.prefixCot .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.prefixCot .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.prefixCot .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.prefixCot .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid black;
  border: 10px solid rgba(0, 0, 0, 0.62);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.prefixCot .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.prefixCot .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.prefixCot .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.prefixCot .modal-header {
  padding: 6px;
}

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

.prefixCot .modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.prefixCot .modal-body {
  position: relative;
  padding: 15px;
}

.prefixCot .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.prefixCot .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.prefixCot .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.prefixCot .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .prefixCot .modal-dialog {
      width: 340px;
      margin: 30px auto;
  }
  .prefixCot .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);
  }
  .prefixCot .modal-sm {
      width: 300px;
  }
}

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

.prefixCot .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.prefixCot .tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.prefixCot .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.prefixCot .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.prefixCot .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.prefixCot .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

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

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

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

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

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

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

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

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

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

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

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

.prefixCot .popover.top {
  margin-top: -10px;
}

.prefixCot .popover.right {
  margin-left: 10px;
}

.prefixCot .popover.bottom {
  margin-top: 10px;
}

.prefixCot .popover.left {
  margin-left: -10px;
}

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

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

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

.prefixCot .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 10px;
}

.prefixCot .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.prefixCot .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.prefixCot .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.prefixCot .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.prefixCot .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.prefixCot .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.prefixCot .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.prefixCot .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.prefixCot .carousel {
  position: relative;
}

.prefixCot .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.prefixCot .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.prefixCot .carousel-inner > .item > img, .prefixCot .carousel-inner > .item > a > img {
  line-height: 1;
}

.prefixCot .carousel-inner > .active, .prefixCot .carousel-inner > .next, .prefixCot .carousel-inner > .prev {
  display: block;
}

.prefixCot .carousel-inner > .active {
  left: 0;
}

.prefixCot .carousel-inner > .next, .prefixCot .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.prefixCot .carousel-inner > .next {
  left: 100%;
}

.prefixCot .carousel-inner > .prev {
  left: -100%;
}

.prefixCot .carousel-inner > .next.left, .prefixCot .carousel-inner > .prev.right {
  left: 0;
}

.prefixCot .carousel-inner > .active.left {
  left: -100%;
}

.prefixCot .carousel-inner > .active.right {
  left: 100%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .prefixCot .carousel-inner > .item {
      -webkit-transition: -webkit-transform .6s ease-in-out;
      -o-transition: -o-transform .6s ease-in-out;
      transition: transform .6s ease-in-out;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px;
  }
  .prefixCot .carousel-inner > .item.next, .prefixCot .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }
  .prefixCot .carousel-inner > .item.prev, .prefixCot .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
  .prefixCot .carousel-inner > .item.next.left, .prefixCot .carousel-inner > .item.prev.right, .prefixCot .carousel-inner > .item.active {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

.prefixCot .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5;
}

.prefixCot .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.prefixCot .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.prefixCot .carousel-control:hover, .prefixCot .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.prefixCot .carousel-control .icon-prev, .prefixCot .carousel-control .icon-next, .prefixCot .carousel-control .glyphicon-chevron-left, .prefixCot .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.prefixCot .carousel-control .icon-prev, .prefixCot .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.prefixCot .carousel-control .icon-next, .prefixCot .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.prefixCot .carousel-control .icon-prev, .prefixCot .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.prefixCot .carousel-control .icon-prev:before {
  content: '\2039';
}

.prefixCot .carousel-control .icon-next:before {
  content: '\203a';
}

.prefixCot .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.prefixCot .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

.prefixCot .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

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

.prefixCot .carousel-caption .btn {
  text-shadow: none;
}

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

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

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

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

.prefixCot .container-fluid:before, .prefixCot .container-fluid:after {
  display: table;
  content: " ";
}

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

.prefixCot .form-horizontal .form-group:before, .prefixCot .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.prefixCot .btn-toolbar:before, .prefixCot .btn-toolbar:after {
  display: table;
  content: " ";
}

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

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

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

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

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

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

.prefixCot .panel-body:before, .prefixCot .panel-body:after {
  display: table;
  content: " ";
}

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

.prefixCot .modal-footer:before, .prefixCot .modal-footer:after {
  display: table;
  content: " ";
}

.prefixCot .clearfix:after, .prefixCot .dl-horizontal dd:after, .prefixCot .container:after, .prefixCot .container-fluid:after, .prefixCot .row:after, .prefixCot .form-horizontal .form-group:after, .prefixCot .btn-toolbar:after, .prefixCot .btn-group-vertical > .btn-group:after, .prefixCot .nav:after, .prefixCot .navbar:after, .prefixCot .navbar-header:after, .prefixCot .navbar-collapse:after, .prefixCot .pager:after, .prefixCot .panel-body:after, .prefixCot .modal-header:after, .prefixCot .modal-footer:after {
  clear: both;
}

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

.prefixCot .pull-right {
  float: right !important;
}

.prefixCot .pull-left {
  float: left !important;
}

.prefixCot .hide {
  display: none !important;
}

.prefixCot .show {
  display: block !important;
}

.prefixCot .invisible {
  visibility: hidden;
}

.prefixCot .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.prefixCot .hidden {
  display: none !important;
}

.prefixCot .affix {
  position: fixed;
}

@-ms-viewport {
  .prefixCot {
      width: device-width;
  }
}

.prefixCot .visible-xs, .prefixCot .visible-sm, .prefixCot .visible-md, .prefixCot .visible-lg, .prefixCot .visible-xs-block, .prefixCot .visible-xs-inline, .prefixCot .visible-xs-inline-block, .prefixCot .visible-sm-block, .prefixCot .visible-sm-inline, .prefixCot .visible-sm-inline-block, .prefixCot .visible-md-block, .prefixCot .visible-md-inline, .prefixCot .visible-md-inline-block, .prefixCot .visible-lg-block, .prefixCot .visible-lg-inline, .prefixCot .visible-lg-inline-block, .prefixCot .visible-print, .prefixCot .visible-print-block, .prefixCot .visible-print-inline, .prefixCot .visible-print-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .prefixCot .visible-xs {
      display: block !important;
  }
  .prefixCot table.visible-xs {
      display: table !important;
  }
  .prefixCot tr.visible-xs {
      display: table-row !important;
  }
  .prefixCot th.visible-xs, .prefixCot td.visible-xs {
      display: table-cell !important;
  }
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .prefixCot .visible-sm {
      display: block !important;
  }
  .prefixCot table.visible-sm {
      display: table !important;
  }
  .prefixCot tr.visible-sm {
      display: table-row !important;
  }
  .prefixCot th.visible-sm, .prefixCot td.visible-sm {
      display: table-cell !important;
  }
}

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .prefixCot .visible-md {
      display: block !important;
  }
  .prefixCot table.visible-md {
      display: table !important;
  }
  .prefixCot tr.visible-md {
      display: table-row !important;
  }
  .prefixCot th.visible-md, .prefixCot td.visible-md {
      display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .prefixCot .visible-md-block {
      display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .prefixCot .visible-md-inline {
      display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .prefixCot .visible-md-inline-block {
      display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .prefixCot .visible-lg {
      display: block !important;
  }
  .prefixCot table.visible-lg {
      display: table !important;
  }
  .prefixCot tr.visible-lg {
      display: table-row !important;
  }
  .prefixCot th.visible-lg, .prefixCot td.visible-lg {
      display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .prefixCot .visible-lg-block {
      display: block !important;
  }
}

@media (min-width: 1200px) {
  .prefixCot .visible-lg-inline {
      display: inline !important;
  }
}

@media (min-width: 1200px) {
  .prefixCot .visible-lg-inline-block {
      display: inline-block !important;
  }
}

@media (max-width: 569px) {
  .prefixCot .hidden-xs {
      display: none !important;
  }
}

@media (min-width: 570px) and (max-width: 991px) {
  .prefixCot .hidden-sm {
      display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .prefixCot .hidden-md {
      display: none !important;
  }
}

@media (min-width: 1200px) {
  .prefixCot .hidden-lg {
      display: none !important;
  }
}

@media print {
  .prefixCot .visible-print {
      display: block !important;
  }
  .prefixCot table.visible-print {
      display: table !important;
  }
  .prefixCot tr.visible-print {
      display: table-row !important;
  }
  .prefixCot th.visible-print, .prefixCot td.visible-print {
      display: table-cell !important;
  }
}

@media print {
  .prefixCot .visible-print-block {
      display: block !important;
  }
}

@media print {
  .prefixCot .visible-print-inline {
      display: inline !important;
  }
}

@media print {
  .prefixCot .visible-print-inline-block {
      display: inline-block !important;
  }
}

@media print {
  .prefixCot .hidden-print {
      display: none !important;
  }
}


  /*Comienzan los estilos propios*/
  .prefixCot .titulo {
    background: #064F90;
    color: white;
    height: 30px;
    padding: 7px 27px 21px 30px;
    font-size: 12px;
}

@media screen and (max-width: 390px) {
    .prefixCot .titulo {
        background: #064F90;
        color: white;
        height: 45px;
        padding: 7px 27px 21px 30px;
        font-size: 12px;
    }
}

.prefixCot .requiredIn {
    color: #EF7A3D;
}

.prefixCot .contenidoFormulario {
    padding-top: 15px;
}

.prefixCot .etiquetaIva {
    font-weight: bold;
    color: #064F90 !important;
    font-size: 11px !important;
}

.prefixCot .etiquetaPeriodo {
    padding-top: 30px;
    color: #064F90 !important;
}

.prefixCot .formulario-cotiza {
    background-color: #e5e5e5;
    font-family: arial;
    overflow: auto;
}



.prefixCot .etiquetaAzul {
    color: #064F90 !important;
}

/* Loader */

.prefixCot .gnp-loading{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.prefixCot .gnp-loading .logo{
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 50%;
  background-color: white !important;
  z-index: -1;	
}
.prefixCot .gnp-loading .logo img{
	width: 70px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
  background-color: transparent;	
  margin: 0 !important;
}
.prefixCot .gnp-loading .circle-orange{
	border-left: 4px solid #ff6f20;
	background-color: transparent;
	animation: rotate 4s linear 0s infinite;
}
.prefixCot .gnp-loading .circle-blue{
	border-left: 4px solid #183d7b;
	background-color: transparent;
	animation: rotate 3s linear 0s infinite;
}
.prefixCot .gnp-loading .circle-orange, .prefixCot .gnp-loading .circle-blue{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
}

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