 /*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import 'https://fonts.googleapis.com/css?family=Lato';
 .chronoz{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    background-color: #FFFFFF;
    color: #434343;
    margin-top: 0px;
    line-height: 1.428571429;
}

:root {
    --book-now-color:#1566d1;
    --book-now-color-hover:#0f4d8a;
    --back-color:#908c8c;
    --back-color-hover:#6d6565;
}

/* btn book */
@media (min-width: 992px) {
   .chr_btn-book-md {
    width: 70%;
  }
}
 .chr_btn-book-sm {
  width: 100%;
}
.chronoz a {
	text-decoration-line: none;
}
 .chr_btn-book.non-block {
  width: auto;
}

.chr_btn-book-now {
 border:1px solid var(--book-now-color); font-size:17px;padding: 9px 15px 9px 15px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: var(--book-now-color);
}

.chr_btn-book-now:hover{
  border:1px solid var(--book-now-color-hover);
  background-color: var(--book-now-color-hover);
 }

.chr_btn-back {
 border:1px solid var(--back-color); 
 font-size:17px; padding: 9px 15px 9px 15px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: var(--back-color);
}

.chr_btn-back:hover{
  border:1px solid var(--back-color-hover);
  background-color: var(--back-color-hover);
 }

.chr_btn-chronoz {
 border:1px solid var(--book-now-color);
 font-size:17px; padding: 9px 15px 9px 15px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: var(--book-now-color);
}

.chr_btn-chronoz:hover{
  border:1px solid var(--book-now-color-hover);
  background-color: var(--book-now-color-hover);
 }

 .chr_btn-book:hover,
 .chr_btn-book:focus,
 .chr_btn-book:active,
 .chr_btn-book.active,
.open .dropdown-toggle .chr_btn-book {
  color: #FFF;
  background-color: #6f6d6d;
  /*border-color: #285e8e;*/
}
 .chr_btn-book:active,
 .chr_btn-book.active,
.open .dropdown-toggle .chr_btn-book {
  background-image: none;
}
 .chr_btn-book.disabled,
 .chr_btn-book[disabled],
fieldset[disabled]  .chr_btn-book,
 .chr_btn-book.disabled:hover,
 .chr_btn-book[disabled]:hover,
fieldset[disabled]  .chr_btn-book:hover,
 .chr_btn-book.disabled:focus,
 .chr_btn-book[disabled]:focus,
fieldset[disabled]  .chr_btn-book:focus,
 .chr_btn-book.disabled:active,
 .chr_btn-book[disabled]:active,
fieldset[disabled]  .chr_btn-book:active,
 .chr_btn-book.disabled.active,
 .chr_btn-book[disabled].active,
fieldset[disabled]  .chr_btn-book.active {
  background-color: rgba(0, 122, 255, 0.78);
  border-color: rgba(0, 122, 255, 0.78);
}
 .chr_btn-book .badge {
  color: rgba(0, 122, 255, 0.78);
  background-color: #ffffff;
}
.chronoz hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  
}
.chronoz hr.chr_hr-no-margin{
  margin: 0px;
}
.chronoz table {
  border-collapse: collapse;
  border-spacing: 0;
}
.chronoz td,
.chronoz th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display:.chr_table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .chr_navbar {
    display: none;
  }
  .chr_table td,
  .chr_table th {
    background-color: #fff !important;
  }
  .chr_btn > .chr_caret,
  .chr_dropup > .chr_btn > .chr_caret {
    border-top-color: #000 !important;
  }
  .chr_label {
    border: 1px solid #000;
  }
  .chr_table {
    border-collapse: collapse !important;
  }
  .chr.chr_table-bordered th,
  .chr.chr_table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chr_img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.chr_img-rounded {
  border-radius: 6px;
}
.chr_img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.chr_img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.chr_sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.chr_h1,
.chr_h2,
.chr_h3,
.chr_h4,
.chr_h5,
.chr_h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.chr_h1 small,
.chr_h2 small,
.chr_h3 small,
.chr_h4 small,
.chr_h5 small,
.chr_h6 small,
h1 .chr_small,
h2 .chr_small,
h3 .chr_small,
h4 .chr_small,
h5 .chr_small,
h6 .chr_small,
.chr_h1 .chr_small,
.chr_h2 .chr_small,
.chr_h3 .chr_small,
.chr_h4 .chr_small,
.chr_h5 .chr_small,
.chr_h6 .chr_small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.chr_h1,
h2,
.chr_h2,
h3,
.chr_h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.chr_h1 small,
h2 small,
.chr_h2 small,
h3 small,
.chr_h3 small,
h1 .chr_small,
.chr_h1 .chr_small,
h2 .chr_small,
.chr_h2 .chr_small,
h3 .chr_small,
.chr_h3 .chr_small {
  font-size: 65%;
}
h4,
.chr_h4,
h5,
.chr_h5,
h6,
.chr_h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.chr_h4 small,
h5 small,
.chr_h5 small,
h6 small,
.chr_h6 small,
h4 .chr_small,
.chr_h4 .chr_small,
h5 .chr_small,
.chr_h5 .chr_small,
h6 .chr_small,
.chr_h6 .chr_small {
  font-size: 75%;
}
h1,
.chr_h1 {
  font-size: 36px;
}
h2,
.chr_h2 {
  font-size: 30px;
}
h3,
.chr_h3 {
  font-size: 24px;
}
h4,
.chr_h4 {
  font-size: 18px;
}
h5,
.chr_h5 {
  font-size: 14px;
}
h6,
.chr_h6 {
  font-size: 12px;
}
.chronoz p {
  margin: 1px;
}
.chr_lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .chr_lead {
    font-size: 21px;
  }
}
.chr_header, .chr_header span{
  font-family: inherit;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18.5px;
}
small,
.chr_small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.chr_text-left {
 text-align: left;
}
.chr_text-right {
 text-align: right;
}
.chr_text-center {
 text-align: center;
 text-align: -webkit-center;
}
.text-center {
  text-align: center;
}
.chr_text-justify {
 text-align: justify;
}
.chr_text-muted {
  color: #999999;
}
.chr_text-primary {
  color: #428bca;
}

 .chr_brbr {
    border-bottom-right-radius: 2px;
}
 .chr_brtr {
    border-top-right-radius: 2px;
}
.chr_p5 {
    padding: 5px;
}
 .chr_p10 {
    padding: 10px;
}
 .chr_p15 {
    padding: 15px;
}
.chr_pleft5 {
  padding-left: 5px;
}
 .chr_pleft10 {
  padding-left: 10px;
}
.chr_pleft15 {
  padding-left: 15px;
}
 .chr_pleft20 {
  padding-left: 20px;
}
 .chr_pleft50 {
  padding-left: 50px;
}
.chr_ptop20 {
    padding-top: 20px;
}
 .chr_ptop10 {
    padding-top: 10px;
}
 .chr_ptop5 {
    padding-top: 5px;
}
 .chr_pb15 {
    padding-bottom: 15px;
}
 .chr_mright15 {
  margin-right: 15px;
}
 .chr_mtop6 {
    margin-top: 6px;
}
 .chr_mtop7 {
    margin-top: 7px;
}
 .chr_mtop10 {
    margin-top: 10px;
}
 .chr_mtop20 {
    margin-top: 20px;
}
 .chr_mleft10 {
    margin-left: 10px;
}
.chr_mleft20 {
    margin-left: 20px;
}
 .chr_mright20 {
    margin-right: 20px;
}
 .chr_mb6 {
    margin-bottom: 6px;
}
 .chr_mb10 {
    margin-bottom: 10px;
}
 .chr_mb20 {
    margin-bottom: 20px;
}
.chr_mb25 {
    margin-bottom: 25px;
}
 .chr_red {
   color:#b10703;
}
 .chr_roundstep {
    width: 23px;
    height: 23px;
    background: #fff;
    color: #666;
    border-radius: 23px;
    padding: 1px 6px;
    border: 1px solid #586754;
}
 .chr_roundstep.active {
    width: 23px;
    height: 23px;
    background: #586754;
    color: #fff;
    border-radius: 23px;
    padding: 1px 6px;
    border: 1px solid #586754;
}
 .chr_line4 {
    background: #e8e8e8;
    height: 1px;
    margin: 13px 0 10px 0;
    padding: 0;
    display: block;
}

 .chr_image-box {
    position: relative;
    background: #fff;
    padding: 4px;
    margin-bottom: 5px;
    border: 2px solid #eee;
    border-radius: 3px;
    max-height: 200px;
}
 .chr_popularbtn{
    border: 1px solid #000000;
    padding: 4px 10px 4px 10px;
    background: #000;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    margin-left: 10px;
}
.chr_popularbtn.chr_popularbtn-active {
  color:#FFF;
  /*background-color: #2775ea;*/
  background-color: var(--book-now-color);
  border:1px solid #98a095;
}
 .chr_popularbtn:hover{
  color:#FFF;
  /*background-color: #2775ea;*/
  background-color: var(--book-now-color-hover);
  border:1px solid #98a095;
  box-shadow: 0 0 10px #FFF /*rgba(0, 0, 0, 0.1)*/;
}
.chr_popularbtn:active{
  color:#666;
  border:2px solid #586754;
  box-shadow: 0 0 10px #FFF /*rgba(0, 0, 0, 0.1)*/;
}
.chr_detail-link a{
    color: #2775ea;
    text-decoration: none;
}
.chr_detail-link-step a{
    color: #586754;
    text-decoration: none;
}
 .chr_summary {
    background-color: #000;
}
 .chr_size14 {
  font-size: 140%;
}
.chr_size13 {
  font-size: 130%;
}
 .chr_size12 {
  font-size: 120%;
}
 .chr_size11 {
  font-size: 110%;
}
 .chr_size80 {
  font-size: 80%;
}
 .chr_text-bold {
  font-weight: bold;
}
 .chr_text-italic {
  font-style: italic;
}
 .chr_old-price {
  text-decoration: line-through;
  color: #586753;
}
.chr_discount-price {
  text-decoration: line-through;
  color: #586753;
} 
.chr_discount-price-title {
  color: #586753;
} 
.chr_non-active-text {
  color: #586753;
} 
.chr_final-price {
  font-size: 18px;
  color: #fe7701;
  font-weight: 600;
}
.chr_green-text {
  color: #06af0e;
}
.chr_cursor-default {
  cursor: default;
  text-decoration: none;
  color: inherit;
}
.chr_form-link {
  color: #2775ea;
  text-decoration: none;
}
.chr_price-box {
  background-color: rgba(0, 122, 255, 0.78);
}

 .chr_table-price > thead > tr > th, 
 .chr_table-price > tbody > tr > th, 
 .chr_table-price > tfoot > tr > th, 
 .chr_table-price > thead > tr > td, 
 .chr_table-price > tbody > tr > td, 
 .chr_table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

 .chr_bg-price {
  /*color: #fff;
  background-color: rgba(0, 122, 255, 0.78);*/
}
a .chr_bg-price:hover {
  background-color: #3071a9;
}
 .chr_image { 
  max-height: 350px; 
  width: 100%; 
  overflow: hidden; 
  position:relative;
  /*height: 350px;*/
}
.chr_image a img {
    position:absolute;
    bottom:0;
}
 .chr_w100 {
  width: 100%;
}
 
 .chr_border-top {
  border-top: 1px solid #000;
}
 .chr_border-bottom {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

a.chr_text-primary:hover {
  color: #3071a9;
}
.chr_text-success {
  color: #3c763d;
}
a.chr_text-success:hover {
  color: #2b542c;
}
.chr_text-info {
  color: #31708f;
}
a.chr_text-info:hover {
  color: #245269;
}
.chr_text-warning {
  color: #8a6d3b;
}
a.chr_text-warning:hover {
  color: #66512c;
}
.chr_text-danger {
  color: #a94442;
}
a.chr_text-danger:hover {
  color: #843534;
}
.chr_bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.chr_bg-primary:hover {
  background-color: #3071a9;
}
.chr_bg-success {
  background-color: #dff0d8;
}
a.chr_bg-success:hover {
  background-color: #c1e2b3;
}
.chr_bg-info {
  background-color: #d9edf7;
}
a.chr_bg-info:hover {
  background-color: #afd9ee;
}
.chr_bg-warning {
  background-color: #fcf8e3;
}
a.chr_bg-warning:hover {
  background-color: #f7ecb5;
}
.chr_bg-danger {
  background-color: #f2dede;
}
a.chr_bg-danger:hover {
  background-color: #e4b9b9;
}
.chr_page-header {
  padding-bottom: 5px;
  margin: 10px 0 5px 0;
  border-bottom: 1px solid #ccc;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.chr_list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled{
  padding-left: 0;
  list-style: none;
}
.list-unstyled > li{
  padding-left: 0;
  list-style: none;
}
.chr_list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.chr_list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .chr_dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .chr_dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.chr_initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .chr_small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .chr_small:before {
  content: '\2014 \00A0';
}
.chr_blockquote-reverse,
blockquote.chr_pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.chr_blockquote-reverse footer:before,
blockquote.chr_pull-right footer:before,
.chr_blockquote-reverse small:before,
blockquote.chr_pull-right small:before,
.chr_blockquote-reverse .chr_small:before,
blockquote.chr_pull-right .chr_small:before {
  content: '';
}
.chr_blockquote-reverse footer:after,
blockquote.chr_pull-right footer:after,
.chr_blockquote-reverse small:after,
blockquote.chr_pull-right small:after,
.chr_blockquote-reverse .chr_small:after,
blockquote.chr_pull-right .chr_small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.chr_pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.chr_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.chr_box_search {
    padding: 5px;
    border: 0px
  }
  .chr_box_search-auto {
    padding: 5px;
    border: 0px
  }
 .chr_wrapper {
      margin: 0 auto;
      position: relative;
  }
  .chr_fixed-wrapper {
      z-index: 900;
      top: 0;
      left: 0px;
  }
@media (min-width: 108px) {
  .chr_box_search {
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
    min-height: 330px;
  }
  .chr_box_search-auto {
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
    min-height: auto;
  }
}
@media (min-width: 768px) {
  .chr_container {
    width: 750px;
  }
  .chr_wrapper {
      width: 100%;
  }
  .chr_fixed-wrapper {
      width: 100%;
  }
  .chr_fixed {
      width: 100%;
      /*position: fixed;*/
  }
  .chr_box_search {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
    min-height: 340px;
  }
  .chr_box_search-auto {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .chr_container {
    width: 970px;
  }
  .chr_wrapper {
      width: 290px;
  }
  .chr_fixed-wrapper {
      width: 290px;
      position: absolute;
  }
  .chr_fixed {
      width: 290px;
      position: fixed;
      background-color: #FFF;
  }
  .chr_box_search {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
    min-height: 340px;
  }
  .chr_box_search-auto {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .chr_container {
    width: 1170px;
  }
  .chr_wrapper {
      width: 290px;
  }
  .chr_fixed-wrapper {
      width: 290px;
      position: absolute;
  }
  .chr_fixed {
      width: 290px;
      position: fixed;
      background-color: #FFF;
  }
  .chr_box_search {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
    min-height: 340px;
  }
  .chr_box_search-auto {
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(57,73,76,.35);
    min-height: auto;
  }
}

.chr_fixed {
    background-color: transparent;
}
.chr_container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.chr_row {
  margin-left: auto;
  margin-right: auto;
  width:100%;
}
.chr_col-xs-1, .chr_col-sm-1, .chr_col-md-1, .chr_col-lg-1, .chr_col-xs-2, .chr_col-sm-2, .chr_col-md-2, .chr_col-lg-2, .chr_col-xs-3, .chr_col-sm-3, .chr_col-md-3, .chr_col-lg-3, .chr_col-xs-4, .chr_col-sm-4, .chr_col-md-4, .chr_col-lg-4, .chr_col-xs-5, .chr_col-sm-5, .chr_col-md-5, .chr_col-lg-5, .chr_col-xs-6, .chr_col-sm-6, .chr_col-md-6, .chr_col-lg-6, .chr_col-xs-7, .chr_col-sm-7, .chr_col-md-7, .chr_col-lg-7, .chr_col-xs-8, .chr_col-sm-8, .chr_col-md-8, .chr_col-lg-8, .chr_col-xs-9, .chr_col-sm-9, .chr_col-md-9, .chr_col-lg-9, .chr_col-xs-10, .chr_col-sm-10, .chr_col-md-10, .chr_col-lg-10, .chr_col-xs-11, .chr_col-sm-11, .chr_col-md-11, .chr_col-lg-11, .chr_col-xs-12, .chr_col-sm-12, .chr_col-md-12, .chr_col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.chr_col-xs-1, .chr_col-xs-2, .chr_col-xs-3, .chr_col-xs-4, .chr_col-xs-5, .chr_col-xs-6, .chr_col-xs-7, .chr_col-xs-8, .chr_col-xs-9, .chr_col-xs-10, .chr_col-xs-11, .chr_col-xs-12 {
  float: left;
}
.chr_col-xs-12 {
  width: 100%;
}
.chr_col-xs-11 {
  width: 91.66666667%;
}
.chr_col-xs-10 {
  width: 83.33333333%;
}
.chr_col-xs-9 {
  width: 75%;
}
.chr_col-xs-8 {
  width: 66.66666667%;
}
.chr_col-xs-7 {
  width: 58.33333333%;
}
.chr_col-xs-6 {
  width: 50%;
}
.chr_col-xs-5 {
  width: 41.66666667%;
}
.chr_col-xs-4 {
  width: 33.33333333%;
}
.chr_col-xs-3 {
  width: 25%;
}
.chr_col-xs-2 {
  width: 16.66666667%;
}
.chr_col-xs-1 {
  width: 8.33333333%;
}
.chr_col-xs-pull-12 {
  right: 100%;
}
.chr_col-xs-pull-11 {
  right: 91.66666667%;
}
.chr_col-xs-pull-10 {
  right: 83.33333333%;
}
.chr_col-xs-pull-9 {
  right: 75%;
}
.chr_col-xs-pull-8 {
  right: 66.66666667%;
}
.chr_col-xs-pull-7 {
  right: 58.33333333%;
}
.chr_col-xs-pull-6 {
  right: 50%;
}
.chr_col-xs-pull-5 {
  right: 41.66666667%;
}
.chr_col-xs-pull-4 {
  right: 33.33333333%;
}
.chr_col-xs-pull-3 {
  right: 25%;
}
.chr_col-xs-pull-2 {
  right: 16.66666667%;
}
.chr_col-xs-pull-1 {
  right: 8.33333333%;
}
.chr_col-xs-pull-0 {
  right: 0%;
}
.chr_col-xs-push-12 {
  left: 100%;
}
.chr_col-xs-push-11 {
  left: 91.66666667%;
}
.chr_col-xs-push-10 {
  left: 83.33333333%;
}
.chr_col-xs-push-9 {
  left: 75%;
}
.chr_col-xs-push-8 {
  left: 66.66666667%;
}
.chr_col-xs-push-7 {
  left: 58.33333333%;
}
.chr_col-xs-push-6 {
  left: 50%;
}
.chr_col-xs-push-5 {
  left: 41.66666667%;
}
.chr_col-xs-push-4 {
  left: 33.33333333%;
}
.chr_col-xs-push-3 {
  left: 25%;
}
.chr_col-xs-push-2 {
  left: 16.66666667%;
}
.chr_col-xs-push-1 {
  left: 8.33333333%;
}
.chr_col-xs-push-0 {
  left: 0%;
}
.chr_col-xs-offset-12 {
  margin-left: 100%;
}
.chr_col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.chr_col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.chr_col-xs-offset-9 {
  margin-left: 75%;
}
.chr_col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.chr_col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.chr_col-xs-offset-6 {
  margin-left: 50%;
}
.chr_col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.chr_col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.chr_col-xs-offset-3 {
  margin-left: 25%;
}
.chr_col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.chr_col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.chr_col-xs-offset-0 {
  margin-left: 0%;
}
.chr_text-center-xs {
    text-align: center;
    text-align: -webkit-center;
  }
.chr_pleft-xs-15 {
    padding-left: 0px;
  }
@media only screen and (max-width: 800px){

  .chr_col-sm-12, .chr_col-sm-2, .chr_col-sm-3, .chr_col-sm-4, .chr_col-sm-6, .chr_col-sm-2 {
    float: left; 
  }
}
@media (min-width: 768px) {
  .chr_pleft-sm-15 {
    padding-left: 10px;
  }
  .chr_text-center-sm {
    text-align: center;
    text-align: -webkit-center;
  }
  .chr_col-sm-1, .chr_col-sm-2, .chr_col-sm-3, .chr_col-sm-4, .chr_col-sm-5, .chr_col-sm-6, .chr_col-sm-7, .chr_col-sm-8, .chr_col-sm-9, .chr_col-sm-10, .chr_col-sm-11, .chr_col-sm-12 {
    float: left;
  }
  .chr_col-sm-12 {
    width: 100%;
  }
  .chr_col-sm-11 {
    width: 91.66666667%;
  }
  .chr_col-sm-10 {
    width: 83.33333333%;
  }
  .chr_col-sm-9 {
    width: 75%;
  }
  .chr_col-sm-8 {
    width: 66.66666667%;
  }
  .chr_col-sm-7 {
    width: 58.33333333%;
  }
  .chr_col-sm-6 {
    width: 50%;
  }
  .chr_col-sm-5 {
    width: 41.66666667%;
  }
  .chr_col-sm-4 {
    width: 33.33333333%;
  }
  .chr_col-sm-3 {
    width: 25%;
  }
  .chr_col-sm-2 {
    width: 16.66666667%;
  }
  .chr_col-sm-1 {
    width: 8.33333333%;
  }
  .chr_col-sm-pull-12 {
    right: 100%;
  }
  .chr_col-sm-pull-11 {
    right: 91.66666667%;
  }
  .chr_col-sm-pull-10 {
    right: 83.33333333%;
  }
  .chr_col-sm-pull-9 {
    right: 75%;
  }
  .chr_col-sm-pull-8 {
    right: 66.66666667%;
  }
  .chr_col-sm-pull-7 {
    right: 58.33333333%;
  }
  .chr_col-sm-pull-6 {
    right: 50%;
  }
  .chr_col-sm-pull-5 {
    right: 41.66666667%;
  }
  .chr_col-sm-pull-4 {
    right: 33.33333333%;
  }
  .chr_col-sm-pull-3 {
    right: 25%;
  }
  .chr_col-sm-pull-2 {
    right: 16.66666667%;
  }
  .chr_col-sm-pull-1 {
    right: 8.33333333%;
  }
  .chr_col-sm-pull-0 {
    right: 0%;
  }
  .chr_col-sm-push-12 {
    left: 100%;
  }
  .chr_col-sm-push-11 {
    left: 91.66666667%;
  }
  .chr_col-sm-push-10 {
    left: 83.33333333%;
  }
  .chr_col-sm-push-9 {
    left: 75%;
  }
  .chr_col-sm-push-8 {
    left: 66.66666667%;
  }
  .chr_col-sm-push-7 {
    left: 58.33333333%;
  }
  .chr_col-sm-push-6 {
    left: 50%;
  }
  .chr_col-sm-push-5 {
    left: 41.66666667%;
  }
  .chr_col-sm-push-4 {
    left: 33.33333333%;
  }
  .chr_col-sm-push-3 {
    left: 25%;
  }
  .chr_col-sm-push-2 {
    left: 16.66666667%;
  }
  .chr_col-sm-push-1 {
    left: 8.33333333%;
  }
  .chr_col-sm-push-0 {
    left: 0%;
  }
  .chr_col-sm-offset-12 {
    margin-left: 100%;
  }
  .chr_col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .chr_col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .chr_col-sm-offset-9 {
    margin-left: 75%;
  }
  .chr_col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .chr_col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .chr_col-sm-offset-6 {
    margin-left: 50%;
  }
  .chr_col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .chr_col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .chr_col-sm-offset-3 {
    margin-left: 25%;
  }
  .chr_col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .chr_col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .chr_col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .chr_pleft-md-15 {
    padding-left: 6px;
  }
  .chr_text-left-md {
    text-align: left;
  }
  .chr_text-right-md {
    text-align: right;
  }
  .chr_mleft-md-15 {
    margin-left: 15px;
  }
  .chr_col-md-1, .chr_col-md-2, .chr_col-md-3, .chr_col-md-4, .chr_col-md-5, .chr_col-md-6, .chr_col-md-7, .chr_col-md-8, .chr_col-md-9, .chr_col-md-10, .chr_col-md-11, .chr_col-md-12 {
    float: left;
  }
  .chr_col-md-12 {
    width: 100%;
  }
  .chr_col-md-11 {
    width: 91.66666667%;
  }
  .chr_col-md-10 {
    width: 83.33333333%;
  }
  .chr_col-md-9 {
    width: 75%;
  }
  .chr_col-md-8 {
    width: 66.66666667%;
  }
  .chr_col-md-7 {
    width: 58.33333333%;
  }
  .chr_col-md-6 {
    width: 50%;
  }
  .chr_col-md-5 {
    width: 41.66666667%;
  }
  .chr_col-md-4 {
    width: 33.33333333%;
  }
  .chr_col-md-3 {
    width: 25%;
  }
  .chr_col-md-2 {
    width: 16.66666667%;
  }
  .chr_col-md-1 {
    width: 8.33333333%;
  }
  .chr_col-md-pull-12 {
    right: 100%;
  }
  .chr_col-md-pull-11 {
    right: 91.66666667%;
  }
  .chr_col-md-pull-10 {
    right: 83.33333333%;
  }
  .chr_col-md-pull-9 {
    right: 75%;
  }
  .chr_col-md-pull-8 {
    right: 66.66666667%;
  }
  .chr_col-md-pull-7 {
    right: 58.33333333%;
  }
  .chr_col-md-pull-6 {
    right: 50%;
  }
  .chr_col-md-pull-5 {
    right: 41.66666667%;
  }
  .chr_col-md-pull-4 {
    right: 33.33333333%;
  }
  .chr_col-md-pull-3 {
    right: 25%;
  }
  .chr_col-md-pull-2 {
    right: 16.66666667%;
  }
  .chr_col-md-pull-1 {
    right: 8.33333333%;
  }
  .chr_col-md-pull-0 {
    right: 0%;
  }
  .chr_col-md-push-12 {
    left: 100%;
  }
  .chr_col-md-push-11 {
    left: 91.66666667%;
  }
  .chr_col-md-push-10 {
    left: 83.33333333%;
  }
  .chr_col-md-push-9 {
    left: 75%;
  }
  .chr_col-md-push-8 {
    left: 66.66666667%;
  }
  .chr_col-md-push-7 {
    left: 58.33333333%;
  }
  .chr_col-md-push-6 {
    left: 50%;
  }
  .chr_col-md-push-5 {
    left: 41.66666667%;
  }
  .chr_col-md-push-4 {
    left: 33.33333333%;
  }
  .chr_col-md-push-3 {
    left: 25%;
  }
  .chr_col-md-push-2 {
    left: 16.66666667%;
  }
  .chr_col-md-push-1 {
    left: 8.33333333%;
  }
  .chr_col-md-push-0 {
    left: 0%;
  }
  .chr_col-md-offset-12 {
    margin-left: 100%;
  }
  .chr_col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .chr_col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .chr_col-md-offset-9 {
    margin-left: 75%;
  }
  .chr_col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .chr_col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .chr_col-md-offset-6 {
    margin-left: 50%;
  }
  .chr_col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .chr_col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .chr_col-md-offset-3 {
    margin-left: 25%;
  }
  .chr_col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .chr_col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .chr_col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .chr_pleft-lg-15 {
    padding-left: 15px;
  }
  .chr_text-left-lg {
    text-align: left;
  }
  .chr_text-right-lg {
    text-align: right;
  }
  .chr_mleft-lg-30 {
    margin-left: 30px;
  }
  .chr_mleft-lg-15 {
    margin-left: 15px;
  }
  .chr_mleft-lg-10 {
    margin-left: 10px;
  }
  .chr_col-lg-1, .chr_col-lg-2, .chr_col-lg-3, .chr_col-lg-4, .chr_col-lg-5, .chr_col-lg-6, .chr_col-lg-7, .chr_col-lg-8, .chr_col-lg-9, .chr_col-lg-10, .chr_col-lg-11, .chr_col-lg-12 {
    float: left;
  }
  .chr_col-lg-12 {
    width: 100%;
  }
  .chr_col-lg-11 {
    width: 91.66666667%;
  }
  .chr_col-lg-10 {
    width: 83.33333333%;
  }
  .chr_col-lg-9 {
    width: 75%;
  }
  .chr_col-lg-8 {
    width: 66.66666667%;
  }
  .chr_col-lg-7 {
    width: 58.33333333%;
  }
  .chr_col-lg-6 {
    width: 50%;
  }
  .chr_col-lg-5 {
    width: 41.66666667%;
  }
  .chr_col-lg-4 {
    width: 33.33333333%;
  }
  .chr_col-lg-3 {
    width: 25%;
  }
  .chr_col-lg-2 {
    width: 16.66666667%;
  }
  .chr_col-lg-1 {
    width: 8.33333333%;
  }
  .chr_col-lg-pull-12 {
    right: 100%;
  }
  .chr_col-lg-pull-11 {
    right: 91.66666667%;
  }
  .chr_col-lg-pull-10 {
    right: 83.33333333%;
  }
  .chr_col-lg-pull-9 {
    right: 75%;
  }
  .chr_col-lg-pull-8 {
    right: 66.66666667%;
  }
  .chr_col-lg-pull-7 {
    right: 58.33333333%;
  }
  .chr_col-lg-pull-6 {
    right: 50%;
  }
  .chr_col-lg-pull-5 {
    right: 41.66666667%;
  }
  .chr_col-lg-pull-4 {
    right: 33.33333333%;
  }
  .chr_col-lg-pull-3 {
    right: 25%;
  }
  .chr_col-lg-pull-2 {
    right: 16.66666667%;
  }
  .chr_col-lg-pull-1 {
    right: 8.33333333%;
  }
  .chr_col-lg-pull-0 {
    right: 0%;
  }
  .chr_col-lg-push-12 {
    left: 100%;
  }
  .chr_col-lg-push-11 {
    left: 91.66666667%;
  }
  .chr_col-lg-push-10 {
    left: 83.33333333%;
  }
  .chr_col-lg-push-9 {
    left: 75%;
  }
  .chr_col-lg-push-8 {
    left: 66.66666667%;
  }
  .chr_col-lg-push-7 {
    left: 58.33333333%;
  }
  .chr_col-lg-push-6 {
    left: 50%;
  }
  .chr_col-lg-push-5 {
    left: 41.66666667%;
  }
  .chr_col-lg-push-4 {
    left: 33.33333333%;
  }
  .chr_col-lg-push-3 {
    left: 25%;
  }
  .chr_col-lg-push-2 {
    left: 16.66666667%;
  }
  .chr_col-lg-push-1 {
    left: 8.33333333%;
  }
  .chr_col-lg-push-0 {
    left: 0%;
  }
  .chr_col-lg-offset-12 {
    margin-left: 100%;
  }
  .chr_col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .chr_col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .chr_col-lg-offset-9 {
    margin-left: 75%;
  }
  .chr_col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .chr_col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .chr_col-lg-offset-6 {
    margin-left: 50%;
  }
  .chr_col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .chr_col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .chr_col-lg-offset-3 {
    margin-left: 25%;
  }
  .chr_col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .chr_col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .chr_col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.chr_table {
  width: 100%;
  margin-bottom: 20px;
}
.chr_table > thead > tr > th,
.chr_table > tbody > tr > th,
.chr_table > tfoot > tr > th,
.chr_table > thead > tr > td,
.chr_table > tbody > tr > td,
.chr_table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.chr_table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.chr_table > caption + thead > tr:first-child > th,
.chr_table > colgroup + thead > tr:first-child > th,
.chr_table > thead:first-child > tr:first-child > th,
.chr_table > caption + thead > tr:first-child > td,
.chr_table > colgroup + thead > tr:first-child > td,
.chr_table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.chr_table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.chr_table .chr_table {
  background-color: #ffffff;
}
.chr_table-condensed > thead > tr > th,
.chr_table-condensed > tbody > tr > th,
.chr_table-condensed > tfoot > tr > th,
.chr_table-condensed > thead > tr > td,
.chr_table-condensed > tbody > tr > td,
.chr_table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.chr_table-bordered {
  border: 1px solid #dddddd;
}
.chr_table-bordered > thead > tr > th,
.chr_table-bordered > tbody > tr > th,
.chr_table-bordered > tfoot > tr > th,
.chr_table-bordered > thead > tr > td,
.chr_table-bordered > tbody > tr > td,
.chr_table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.chr_table-bordered > thead > tr > th,
.chr_table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.chr_table-striped > tbody > tr:nth-child(odd) > td,
.chr_table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.chr_table-hover > tbody > tr:hover > td,
.chr_table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display:.chr_table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display:.chr_table-cell;
}
.chr_table > thead > tr > td.chr_active,
.chr_table > tbody > tr > td.chr_active,
.chr_table > tfoot > tr > td.chr_active,
.chr_table > thead > tr > th.chr_active,
.chr_table > tbody > tr > th.chr_active,
.chr_table > tfoot > tr > th.chr_active,
.chr_table > thead > tr.chr_active > td,
.chr_table > tbody > tr.chr_active > td,
.chr_table > tfoot > tr.chr_active > td,
.chr_table > thead > tr.chr_active > th,
.chr_table > tbody > tr.chr_active > th,
.chr_table > tfoot > tr.chr_active > th {
  background-color: #f5f5f5;
}
.chr.chr_table-hover > tbody > tr > td.chr_active:hover,
.chr.chr_table-hover > tbody > tr > th.chr_active:hover,
.chr.chr_table-hover > tbody > tr.chr_active:hover > td,
.chr.chr_table-hover > tbody > tr.chr_active:hover > th {
  background-color: #e8e8e8;
}
.chr_table > thead > tr > td.chr_success,
.chr_table > tbody > tr > td.chr_success,
.chr_table > tfoot > tr > td.chr_success,
.chr_table > thead > tr > th.chr_success,
.chr_table > tbody > tr > th.chr_success,
.chr_table > tfoot > tr > th.chr_success,
.chr_table > thead > tr.chr_success > td,
.chr_table > tbody > tr.chr_success > td,
.chr_table > tfoot > tr.chr_success > td,
.chr_table > thead > tr.chr_success > th,
.chr_table > tbody > tr.chr_success > th,
.chr_table > tfoot > tr.chr_success > th {
  background-color: #dff0d8;
}
.chr.chr_table-hover > tbody > tr > td.chr_success:hover,
.chr.chr_table-hover > tbody > tr > th.chr_success:hover,
.chr.chr_table-hover > tbody > tr.chr_success:hover > td,
.chr.chr_table-hover > tbody > tr.chr_success:hover > th {
  background-color: #d0e9c6;
}
.chr_table > thead > tr > td.chr_info,
.chr_table > tbody > tr > td.chr_info,
.chr_table > tfoot > tr > td.chr_info,
.chr_table > thead > tr > th.chr_info,
.chr_table > tbody > tr > th.chr_info,
.chr_table > tfoot > tr > th.chr_info,
.chr_table > thead > tr.chr_info > td,
.chr_table > tbody > tr.chr_info > td,
.chr_table > tfoot > tr.chr_info > td,
.chr_table > thead > tr.chr_info > th,
.chr_table > tbody > tr.chr_info > th,
.chr_table > tfoot > tr.chr_info > th {
  background-color: #d9edf7;
}
.chr.chr_table-hover > tbody > tr > td.chr_info:hover,
.chr.chr_table-hover > tbody > tr > th.chr_info:hover,
.chr.chr_table-hover > tbody > tr.chr_info:hover > td,
.chr.chr_table-hover > tbody > tr.chr_info:hover > th {
  background-color: #c4e3f3;
}
.chr_table > thead > tr > td.chr_warning,
.chr_table > tbody > tr > td.chr_warning,
.chr_table > tfoot > tr > td.chr_warning,
.chr_table > thead > tr > th.chr_warning,
.chr_table > tbody > tr > th.chr_warning,
.chr_table > tfoot > tr > th.chr_warning,
.chr_table > thead > tr.chr_warning > td,
.chr_table > tbody > tr.chr_warning > td,
.chr_table > tfoot > tr.chr_warning > td,
.chr_table > thead > tr.chr_warning > th,
.chr_table > tbody > tr.chr_warning > th,
.chr_table > tfoot > tr.chr_warning > th {
  background-color: #fcf8e3;
}
.chr.chr_table-hover > tbody > tr > td.chr_warning:hover,
.chr.chr_table-hover > tbody > tr > th.chr_warning:hover,
.chr.chr_table-hover > tbody > tr.chr_warning:hover > td,
.chr.chr_table-hover > tbody > tr.chr_warning:hover > th {
  background-color: #faf2cc;
}
.chr_table > thead > tr > td.chr_danger,
.chr_table > tbody > tr > td.chr_danger,
.chr_table > tfoot > tr > td.chr_danger,
.chr_table > thead > tr > th.chr_danger,
.chr_table > tbody > tr > th.chr_danger,
.chr_table > tfoot > tr > th.chr_danger,
.chr_table > thead > tr.chr_danger > td,
.chr_table > tbody > tr.chr_danger > td,
.chr_table > tfoot > tr.chr_danger > td,
.chr_table > thead > tr.chr_danger > th,
.chr_table > tbody > tr.chr_danger > th,
.chr_table > tfoot > tr.chr_danger > th {
  background-color: #f2dede;
}
.chr.chr_table-hover > tbody > tr > td.chr_danger:hover,
.chr.chr_table-hover > tbody > tr > th.chr_danger:hover,
.chr.chr_table-hover > tbody > tr.chr_danger:hover > td,
.chr.chr_table-hover > tbody > tr.chr_danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .chr.chr_table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .chr.chr_table-responsive > .chr_table {
    margin-bottom: 0;
  }
  .chr.chr_table-responsive > .chr_table > thead > tr > th,
  .chr.chr_table-responsive > .chr_table > tbody > tr > th,
  .chr.chr_table-responsive > .chr_table > tfoot > tr > th,
  .chr.chr_table-responsive > .chr_table > thead > tr > td,
  .chr.chr_table-responsive > .chr_table > tbody > tr > td,
  .chr.chr_table-responsive > .chr_table > tfoot > tr > td {
    white-space: nowrap;
  }
  .chr.chr_table-responsive > .chr.chr_table-bordered {
    border: 0;
  }
  .chr.chr_table-responsive > .chr.chr_table-bordered > thead > tr > th:first-child,
  .chr.chr_table-responsive > .chr.chr_table-bordered > tbody > tr > th:first-child,
  .chr.chr_table-responsive > .chr.chr_table-bordered > tfoot > tr > th:first-child,
  .chr.chr_table-responsive > .chr.chr_table-bordered > thead > tr > td:first-child,
  .chr.chr_table-responsive > .chr.chr_table-bordered > tbody > tr > td:first-child,
  .chr.chr_table-responsive > .chr.chr_table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .chr.chr_table-responsive > .chr.chr_table-bordered > thead > tr > th:last-child,
  .chr.chr_table-responsive > .chr.chr_table-bordered > tbody > tr > th:last-child,
  .chr.chr_table-responsive > .chr.chr_table-bordered > tfoot > tr > th:last-child,
  .chr.chr_table-responsive > .chr.chr_table-bordered > thead > tr > td:last-child,
  .chr.chr_table-responsive > .chr.chr_table-bordered > tbody > tr > td:last-child,
  .chr.chr_table-responsive > .chr.chr_table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .chr.chr_table-responsive > .chr.chr_table-bordered > tbody > tr:last-child > th,
  .chr.chr_table-responsive > .chr.chr_table-bordered > tfoot > tr:last-child > th,
  .chr.chr_table-responsive > .chr.chr_table-bordered > tbody > tr:last-child > td,
  .chr.chr_table-responsive > .chr.chr_table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.chr_form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.chr_form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.chr_form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.chr_form-control:-ms-input-placeholder {
  color: #999999;
}
.chr_form-control::-webkit-input-placeholder {
  color: #999999;
}
.chr_form-control[disabled],
.chr_form-control[readonly],
fieldset[disabled] .chr_form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.chr_form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.chr_form-group {
  margin-bottom: 5px;
}
.chr_radio,
.chr_checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.chr_radio label,
.chr_checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.chr_radio input[type="radio"],
.chr_radio-inline input[type="radio"],
.chr_checkbox input[type="checkbox"],
.chr_checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.chr_radio + .chr_radio,
.chr_checkbox + .chr_checkbox {
  margin-top: -5px;
}
.chr_radio-inline,
.chr_checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.chr_radio-inline + .chr_radio-inline,
.chr_checkbox-inline + .chr_checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.chr_radio[disabled],
.chr_radio-inline[disabled],
.chr_checkbox[disabled],
.chr_checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .chr_radio,
fieldset[disabled] .chr_radio-inline,
fieldset[disabled] .chr_checkbox,
fieldset[disabled] .chr_checkbox-inline {
  cursor: not-allowed;
}
.chr_input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.chr_input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.chr_input-sm,
select[multiple].chr_input-sm {
  height: auto;
}
.chr_input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.chr_input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.chr_input-lg,
select[multiple].chr_input-lg {
  height: auto;
}
.chr_has-feedback {
  position: relative;
}
.chr_has-feedback .chr_form-control {
  padding-right: 22.5px;
}
.chr_has-feedback .chr_form-control-feedback {
  position: absolute;
  /*top: 25px;*/
  z-index: 100;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.chr_has-success .chr_help-block,
.chr_has-success .chr_control-label,
.chr_has-success .chr_radio,
.chr_has-success .chr_checkbox,
.chr_has-success .chr_radio-inline,
.chr_has-success .chr_checkbox-inline {
  color: #3c763d;
}
.chr_has-success .chr_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);
}
.chr_has-success .chr_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;
}
.chr_has-success .chr_input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.chr_has-success .chr_form-control-feedback {
  color: #3c763d;
}
.chr_has-warning .chr_help-block,
.chr_has-warning .chr_control-label,
.chr_has-warning .chr_radio,
.chr_has-warning .chr_checkbox,
.chr_has-warning .chr_radio-inline,
.chr_has-warning .chr_checkbox-inline {
  color: #8a6d3b;
}
.chr_has-warning .chr_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);
}
.chr_has-warning .chr_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;
}
.chr_has-warning .chr_input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.chr_has-warning .chr_form-control-feedback {
  color: #8a6d3b;
}
.chr_has-error .chr_help-block,
.chr_has-error .chr_control-label,
.chr_has-error .chr_radio,
.chr_has-error .chr_checkbox,
.chr_has-error .chr_radio-inline,
.chr_has-error .chr_checkbox-inline {
  color: #a94442;
}
.chr_has-error .chr_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);
}
.chr_has-error .chr_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;
}
.chr_has-error .chr_input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.chr_has-error .chr_form-control-feedback {
  color: #a94442;
}
.chr_form-control-static {
  margin-bottom: 0;
}
.chr_help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .chr_form-inline .chr_form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .chr_form-inline .chr_form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .chr_form-inline .chr_input-group > .chr_form-control {
    width: 100%;
  }
  .chr_form-inline .chr_control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .chr_form-inline .chr_radio,
  .chr_form-inline .chr_checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .chr_form-inline .chr_radio input[type="radio"],
  .chr_form-inline .chr_checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .chr_form-inline .chr_has-feedback .chr_form-control-feedback {
    top: 0;
  }
}
.chr_form-horizontal .chr_control-label,
.chr_form-horizontal .chr_radio,
.chr_form-horizontal .chr_checkbox,
.chr_form-horizontal .chr_radio-inline,
.chr_form-horizontal .chr_checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.chr_form-horizontal .chr_radio,
.chr_form-horizontal .chr_checkbox {
  min-height: 27px;
}
.chr_form-horizontal .chr_form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.chr_form-horizontal .chr_form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .chr_form-horizontal .chr_control-label {
    text-align: right;
  }
}
.chr_form-horizontal .chr_has-feedback .chr_form-control-feedback {
  top: 0;
  right: 15px;
}
.chr_btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 25px;
  /*font-size: 14px;*/
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chr_btn:focus,
.chr_btn:active:focus,
.chr_btn.chr_active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.chr_btn:hover,
.chr_btn:focus {
  color: #333333;
  text-decoration: none;
}
.chr_btn:active,
.chr_btn.chr_active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.chr_btn.chr_disabled,
.chr_btn[disabled],
fieldset[disabled] .chr_btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chr_btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.chr_btn-default:hover,
.chr_btn-default:focus,
.chr_btn-default:active,
.chr_btn-default.chr_active,
.chr_open .chr_dropdown-toggle.chr_btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.chr_btn-default:active,
.chr_btn-default.chr_active,
.chr_open .chr_dropdown-toggle.chr_btn-default {
  background-image: none;
}
.chr_btn-default.chr_disabled,
.chr_btn-default[disabled],
fieldset[disabled] .chr_btn-default,
.chr_btn-default.chr_disabled:hover,
.chr_btn-default[disabled]:hover,
fieldset[disabled] .chr_btn-default:hover,
.chr_btn-default.chr_disabled:focus,
.chr_btn-default[disabled]:focus,
fieldset[disabled] .chr_btn-default:focus,
.chr_btn-default.chr_disabled:active,
.chr_btn-default[disabled]:active,
fieldset[disabled] .chr_btn-default:active,
.chr_btn-default.chr_disabled.chr_active,
.chr_btn-default[disabled].chr_active,
fieldset[disabled] .chr_btn-default.chr_active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.chr_btn-default .chr_badge {
  color: #ffffff;
  background-color: #333333;
}
.chr_btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.chr_btn-primary:hover,
.chr_btn-primary:focus,
.chr_btn-primary:active,
.chr_btn-primary.chr_active,
.chr_open .chr_dropdown-toggle.chr_btn-primary {
  color: #ffffff;
  /*background-color: #3276b1;
  border-color: #285e8e;*/
}
.chr_btn-primary:active,
.chr_btn-primary.chr_active,
.chr_open .chr_dropdown-toggle.chr_btn-primary {
  background-image: none;
}
.chr_btn-primary.chr_disabled,
.chr_btn-primary[disabled],
fieldset[disabled] .chr_btn-primary,
.chr_btn-primary.chr_disabled:hover,
.chr_btn-primary[disabled]:hover,
fieldset[disabled] .chr_btn-primary:hover,
.chr_btn-primary.chr_disabled:focus,
.chr_btn-primary[disabled]:focus,
fieldset[disabled] .chr_btn-primary:focus,
.chr_btn-primary.chr_disabled:active,
.chr_btn-primary[disabled]:active,
fieldset[disabled] .chr_btn-primary:active,
.chr_btn-primary.chr_disabled.chr_active,
.chr_btn-primary[disabled].chr_active,
fieldset[disabled] .chr_btn-primary.chr_active {
  background-color: #428bca;
  border-color: #357ebd;
}
.chr_btn-primary .chr_badge {
  color: #428bca;
  background-color: #ffffff;
}
.chr_btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.chr_btn-success:hover,
.chr_btn-success:focus,
.chr_btn-success:active,
.chr_btn-success.chr_active,
.chr_open .chr_dropdown-toggle.chr_btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.chr_btn-success:active,
.chr_btn-success.chr_active,
.chr_open .chr_dropdown-toggle.chr_btn-success {
  background-image: none;
}
.chr_btn-success.chr_disabled,
.chr_btn-success[disabled],
fieldset[disabled] .chr_btn-success,
.chr_btn-success.chr_disabled:hover,
.chr_btn-success[disabled]:hover,
fieldset[disabled] .chr_btn-success:hover,
.chr_btn-success.chr_disabled:focus,
.chr_btn-success[disabled]:focus,
fieldset[disabled] .chr_btn-success:focus,
.chr_btn-success.chr_disabled:active,
.chr_btn-success[disabled]:active,
fieldset[disabled] .chr_btn-success:active,
.chr_btn-success.chr_disabled.chr_active,
.chr_btn-success[disabled].chr_active,
fieldset[disabled] .chr_btn-success.chr_active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.chr_btn-success .chr_badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.chr_btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.chr_btn-info:hover,
.chr_btn-info:focus,
.chr_btn-info:active,
.chr_btn-info.chr_active,
.chr_open .chr_dropdown-toggle.chr_btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.chr_btn-info:active,
.chr_btn-info.chr_active,
.chr_open .chr_dropdown-toggle.chr_btn-info {
  background-image: none;
}
.chr_btn-info.chr_disabled,
.chr_btn-info[disabled],
fieldset[disabled] .chr_btn-info,
.chr_btn-info.chr_disabled:hover,
.chr_btn-info[disabled]:hover,
fieldset[disabled] .chr_btn-info:hover,
.chr_btn-info.chr_disabled:focus,
.chr_btn-info[disabled]:focus,
fieldset[disabled] .chr_btn-info:focus,
.chr_btn-info.chr_disabled:active,
.chr_btn-info[disabled]:active,
fieldset[disabled] .chr_btn-info:active,
.chr_btn-info.chr_disabled.chr_active,
.chr_btn-info[disabled].chr_active,
fieldset[disabled] .chr_btn-info.chr_active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.chr_btn-info .chr_badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.chr_btn-warning {
  color: #ffffff;
  background-color: #fe7701;
  border-color: #eea236;
}
.chr_btn-warning:hover,
.chr_btn-warning:focus,
.chr_btn-warning:active,
.chr_btn-warning.chr_active,
.chr_open .chr_dropdown-toggle.chr_btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.chr_btn-warning:active,
.chr_btn-warning.chr_active,
.chr_open .chr_dropdown-toggle.chr_btn-warning {
  background-image: none;
}
.chr_btn-warning.chr_disabled,
.chr_btn-warning[disabled],
fieldset[disabled] .chr_btn-warning,
.chr_btn-warning.chr_disabled:hover,
.chr_btn-warning[disabled]:hover,
fieldset[disabled] .chr_btn-warning:hover,
.chr_btn-warning.chr_disabled:focus,
.chr_btn-warning[disabled]:focus,
fieldset[disabled] .chr_btn-warning:focus,
.chr_btn-warning.chr_disabled:active,
.chr_btn-warning[disabled]:active,
fieldset[disabled] .chr_btn-warning:active,
.chr_btn-warning.chr_disabled.chr_active,
.chr_btn-warning[disabled].chr_active,
fieldset[disabled] .chr_btn-warning.chr_active {
  background-color: #fe7701;
  border-color: #eea236;
}
.chr_btn-warning .chr_badge {
  color: #fe7701;
  background-color: #ffffff;
}
.chr_btn-danger {
  color: #ffffff;
  background-color: #e12d2d;
  border-color: #d43f3a;
}
.chr_btn-danger:hover,
.chr_btn-danger:focus,
.chr_btn-danger:active,
.chr_btn-danger.chr_active,
.chr_open .chr_dropdown-toggle.chr_btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.chr_btn-danger:active,
.chr_btn-danger.chr_active,
.chr_open .chr_dropdown-toggle.chr_btn-danger {
  background-image: none;
}
.chr_btn-danger.chr_disabled,
.chr_btn-danger[disabled],
fieldset[disabled] .chr_btn-danger,
.chr_btn-danger.chr_disabled:hover,
.chr_btn-danger[disabled]:hover,
fieldset[disabled] .chr_btn-danger:hover,
.chr_btn-danger.chr_disabled:focus,
.chr_btn-danger[disabled]:focus,
fieldset[disabled] .chr_btn-danger:focus,
.chr_btn-danger.chr_disabled:active,
.chr_btn-danger[disabled]:active,
fieldset[disabled] .chr_btn-danger:active,
.chr_btn-danger.chr_disabled.chr_active,
.chr_btn-danger[disabled].chr_active,
fieldset[disabled] .chr_btn-danger.chr_active {
  background-color: #e12d2d;
  border-color: #d43f3a;
}
.chr_btn-danger .chr_badge {
  color: #e12d2d;
  background-color: #ffffff;
}
.chr_btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.chr_btn-link,
.chr_btn-link:active,
.chr_btn-link[disabled],
fieldset[disabled] .chr_btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chr_btn-link,
.chr_btn-link:hover,
.chr_btn-link:focus,
.chr_btn-link:active {
  border-color: transparent;
}
.chr_btn-link:hover,
.chr_btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.chr_btn-link[disabled]:hover,
fieldset[disabled] .chr_btn-link:hover,
.chr_btn-link[disabled]:focus,
fieldset[disabled] .chr_btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.chr_btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.chr_btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.chr_btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.chr_btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.chr_btn-block + .chr_btn-block {
  margin-top: 5px;
}
input[type="submit"].chr_btn-block,
input[type="reset"].chr_btn-block,
input[type="button"].chr_btn-block {
  width: 100%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
  -webkit-appearance: button;
  cursor: pointer;
}
.chr_fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.chr_fade.chr_in {
  opacity: 1;
}
.chr_collapse {
  display: none;
}
.chr_collapse.chr_in {
  display: block;
}
.chr_collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.chr_eot');
  src: url('fonts/glyphicons-halflings-regular.chr_eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.chr_ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.chr_svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon.chr_text-height:before {
  content: "\e050";
}
.glyphicon.chr_text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.chr_caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.chr_dropdown {
  position: relative;
}
.chr_dropdown-toggle:focus {
  outline: 0;
}
.chr_dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.chr_dropdown-menu.chr_pull-right {
  right: 0;
  left: auto;
}
.chr_dropdown-menu .chr_divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.chr_dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.chr_dropdown-menu > li > a:hover,
.chr_dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.chr_dropdown-menu > .chr_active > a,
.chr_dropdown-menu > .chr_active > a:hover,
.chr_dropdown-menu > .chr_active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.chr_dropdown-menu > .chr_disabled > a,
.chr_dropdown-menu > .chr_disabled > a:hover,
.chr_dropdown-menu > .chr_disabled > a:focus {
  color: #999999;
}
.chr_dropdown-menu > .chr_disabled > a:hover,
.chr_dropdown-menu > .chr_disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.chr_Microsoft.chr_gradient(enabled = false);
  cursor: not-allowed;
}
.chr_open > .chr_dropdown-menu {
  display: block;
}
.chr_open > a {
  outline: 0;
}
.chr_dropdown-menu-right {
  left: auto;
  right: 0;
}
.chr_dropdown-menu-left {
  left: 0;
  right: auto;
}
.chr_dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.chr_dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.chr_pull-right > .chr_dropdown-menu {
  right: 0;
  left: auto;
}
.chr_dropup .chr_caret,
.chr_navbar-fixed-bottom .chr_dropdown .chr_caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.chr_dropup .chr_dropdown-menu,
.chr_navbar-fixed-bottom .chr_dropdown .chr_dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .chr_navbar-right .chr_dropdown-menu {
    left: auto;
    right: 0;
  }
  .chr_navbar-right .chr_dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.chr_btn-group,
.chr_btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.chr_btn-group > .chr_btn,
.chr_btn-group-vertical > .chr_btn {
  position: relative;
  float: left;
}
.chr_btn-group > .chr_btn:hover,
.chr_btn-group-vertical > .chr_btn:hover,
.chr_btn-group > .chr_btn:focus,
.chr_btn-group-vertical > .chr_btn:focus,
.chr_btn-group > .chr_btn:active,
.chr_btn-group-vertical > .chr_btn:active,
.chr_btn-group > .chr_btn.chr_active,
.chr_btn-group-vertical > .chr_btn.chr_active {
  z-index: 2;
}
.chr_btn-group > .chr_btn:focus,
.chr_btn-group-vertical > .chr_btn:focus {
  outline: none;
}
.chr_btn-group .chr_btn + .chr_btn,
.chr_btn-group .chr_btn + .chr_btn-group,
.chr_btn-group .chr_btn-group + .chr_btn,
.chr_btn-group .chr_btn-group + .chr_btn-group {
  margin-left: -1px;
}
.chr_btn-toolbar {
  margin-left: -5px;
}
.chr_btn-toolbar .chr_btn-group,
.chr_btn-toolbar .chr_input-group {
  float: left;
}
.chr_btn-toolbar > .chr_btn,
.chr_btn-toolbar > .chr_btn-group,
.chr_btn-toolbar > .chr_input-group {
  margin-left: 5px;
}
.chr_btn-group > .chr_btn:not(:first-child):not(:last-child):not(.chr_dropdown-toggle) {
  border-radius: 0;
}
.chr_btn-group > .chr_btn:first-child {
  margin-left: 0;
}
.chr_btn-group > .chr_btn:first-child:not(:last-child):not(.chr_dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.chr_btn-group > .chr_btn:last-child:not(:first-child),
.chr_btn-group > .chr_dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.chr_btn-group > .chr_btn-group {
  float: left;
}
.chr_btn-group > .chr_btn-group:not(:first-child):not(:last-child) > .chr_btn {
  border-radius: 0;
}
.chr_btn-group > .chr_btn-group:first-child > .chr_btn:last-child,
.chr_btn-group > .chr_btn-group:first-child > .chr_dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.chr_btn-group > .chr_btn-group:last-child > .chr_btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.chr_btn-group .chr_dropdown-toggle:active,
.chr_btn-group.chr_open .chr_dropdown-toggle {
  outline: 0;
}
.chr_btn-group > .chr_btn + .chr_dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.chr_btn-group > .chr_btn-lg + .chr_dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.chr_btn-group.chr_open .chr_dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.chr_btn-group.chr_open .chr_dropdown-toggle.chr_btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chr_btn .chr_caret {
  margin-left: 0;
}
.chr_btn-lg .chr_caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.chr_dropup .chr_btn-lg .chr_caret {
  border-width: 0 5px 5px;
}
.chr_btn-group-vertical > .chr_btn,
.chr_btn-group-vertical > .chr_btn-group,
.chr_btn-group-vertical > .chr_btn-group > .chr_btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.chr_btn-group-vertical > .chr_btn-group > .chr_btn {
  float: none;
}
.chr_btn-group-vertical > .chr_btn + .chr_btn,
.chr_btn-group-vertical > .chr_btn + .chr_btn-group,
.chr_btn-group-vertical > .chr_btn-group + .chr_btn,
.chr_btn-group-vertical > .chr_btn-group + .chr_btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.chr_btn-group-vertical > .chr_btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.chr_btn-group-vertical > .chr_btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chr_btn-group-vertical > .chr_btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.chr_btn-group-vertical > .chr_btn-group:not(:first-child):not(:last-child) > .chr_btn {
  border-radius: 0;
}
.chr_btn-group-vertical > .chr_btn-group:first-child:not(:last-child) > .chr_btn:last-child,
.chr_btn-group-vertical > .chr_btn-group:first-child:not(:last-child) > .chr_dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chr_btn-group-vertical > .chr_btn-group:last-child:not(:first-child) > .chr_btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.chr_btn-group-justified {
  display: table;
  width: 100%;
 .chr_table-layout: fixed;
  border-collapse: separate;
}
.chr_btn-group-justified > .chr_btn,
.chr_btn-group-justified > .chr_btn-group {
  float: none;
  display:.chr_table-cell;
  width: 1%;
}
.chr_btn-group-justified > .chr_btn-group .chr_btn {
  width: 100%;
}
[data-toggle="buttons"] > .chr_btn > input[type="radio"],
[data-toggle="buttons"] > .chr_btn > input[type="checkbox"] {
  display: none;
}
.chr_input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.chr_input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.chr_input-group .chr_form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.chr_input-group-lg > .chr_form-control,
.chr_input-group-lg > .chr_input-group-addon,
.chr_input-group-lg > .chr_input-group-btn > .chr_btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.chr_input-group-lg > .chr_form-control,
select.chr_input-group-lg > .chr_input-group-addon,
select.chr_input-group-lg > .chr_input-group-btn > .chr_btn {
  height: 46px;
  line-height: 46px;
}
textarea.chr_input-group-lg > .chr_form-control,
textarea.chr_input-group-lg > .chr_input-group-addon,
textarea.chr_input-group-lg > .chr_input-group-btn > .chr_btn,
select[multiple].chr_input-group-lg > .chr_form-control,
select[multiple].chr_input-group-lg > .chr_input-group-addon,
select[multiple].chr_input-group-lg > .chr_input-group-btn > .chr_btn {
  height: auto;
}
.chr_input-group-sm > .chr_form-control,
.chr_input-group-sm > .chr_input-group-addon,
.chr_input-group-sm > .chr_input-group-btn > .chr_btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.chr_input-group-sm > .chr_form-control,
select.chr_input-group-sm > .chr_input-group-addon,
select.chr_input-group-sm > .chr_input-group-btn > .chr_btn {
  height: 30px;
  line-height: 30px;
}
textarea.chr_input-group-sm > .chr_form-control,
textarea.chr_input-group-sm > .chr_input-group-addon,
textarea.chr_input-group-sm > .chr_input-group-btn > .chr_btn,
select[multiple].chr_input-group-sm > .chr_form-control,
select[multiple].chr_input-group-sm > .chr_input-group-addon,
select[multiple].chr_input-group-sm > .chr_input-group-btn > .chr_btn {
  height: auto;
}
.chr_input-group-addon,
.chr_input-group-btn,
.chr_input-group .chr_form-control {
  display:table-cell;
}
.chr_input-group-addon:not(:first-child):not(:last-child),
.chr_input-group-btn:not(:first-child):not(:last-child),
.chr_input-group .chr_form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.chr_input-group-addon,
.chr_input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.chr_input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.chr_input-group-addon.chr_input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.chr_input-group-addon.chr_input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.chr_input-group-addon input[type="radio"],
.chr_input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.chr_input-group .chr_form-control:first-child,
.chr_input-group-addon:first-child,
.chr_input-group-btn:first-child > .chr_btn,
.chr_input-group-btn:first-child > .chr_btn-group > .chr_btn,
.chr_input-group-btn:first-child > .chr_dropdown-toggle,
.chr_input-group-btn:last-child > .chr_btn:not(:last-child):not(.chr_dropdown-toggle),
.chr_input-group-btn:last-child > .chr_btn-group:not(:last-child) > .chr_btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.chr_input-group-addon:first-child {
  border-right: 0;
}
.chr_input-group .chr_form-control:last-child,
.chr_input-group-addon:last-child,
.chr_input-group-btn:last-child > .chr_btn,
.chr_input-group-btn:last-child > .chr_btn-group > .chr_btn,
.chr_input-group-btn:last-child > .chr_dropdown-toggle,
.chr_input-group-btn:first-child > .chr_btn:not(:first-child),
.chr_input-group-btn:first-child > .chr_btn-group:not(:first-child) > .chr_btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.chr_input-group-addon:last-child {
  border-left: 0;
}
.chr_input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.chr_input-group-btn > .chr_btn {
  position: relative;
}
.chr_input-group-btn > .chr_btn + .chr_btn {
  margin-left: -1px;
}
.chr_input-group-btn > .chr_btn:hover,
.chr_input-group-btn > .chr_btn:focus,
.chr_input-group-btn > .chr_btn:active {
  z-index: 2;
}
.chr_input-group-btn:first-child > .chr_btn,
.chr_input-group-btn:first-child > .chr_btn-group {
  margin-right: -1px;
}
.chr_input-group-btn:last-child > .chr_btn,
.chr_input-group-btn:last-child > .chr_btn-group {
  margin-left: -1px;
}
.chr_nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.chr_nav > li {
  position: relative;
  display: block;
}
.chr_nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.chr_nav > li > a:hover,
.chr_nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.chr_nav > li.chr_disabled > a {
  color: #999999;
}
.chr_nav > li.chr_disabled > a:hover,
.chr_nav > li.chr_disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.chr_nav .chr_open > a,
.chr_nav .chr_open > a:hover,
.chr_nav .chr_open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.chr_nav .chr_nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.chr_nav > li > a > img {
  max-width: none;
}
.chr_nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.chr_nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.chr_nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.chr_nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.chr_nav-tabs > li.chr_active > a,
.chr_nav-tabs > li.chr_active > a:hover,
.chr_nav-tabs > li.chr_active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.chr_nav-tabs.chr_nav-justified {
  width: 100%;
  border-bottom: 0;
}
.chr_nav-tabs.chr_nav-justified > li {
  float: none;
}
.chr_nav-tabs.chr_nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.chr_nav-tabs.chr_nav-justified > .chr_dropdown .chr_dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .chr_nav-tabs.chr_nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .chr_nav-tabs.chr_nav-justified > li > a {
    margin-bottom: 0;
  }
}
.chr_nav-tabs.chr_nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.chr_nav-tabs.chr_nav-justified > .chr_active > a,
.chr_nav-tabs.chr_nav-justified > .chr_active > a:hover,
.chr_nav-tabs.chr_nav-justified > .chr_active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .chr_nav-tabs.chr_nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .chr_nav-tabs.chr_nav-justified > .chr_active > a,
  .chr_nav-tabs.chr_nav-justified > .chr_active > a:hover,
  .chr_nav-tabs.chr_nav-justified > .chr_active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.chr_nav-pills > li {
  float: left;
}
.chr_nav-pills > li > a {
  border-radius: 4px;
}
.chr_nav-pills > li + li {
  margin-left: 2px;
}
.chr_nav-pills > li.chr_active > a,
.chr_nav-pills > li.chr_active > a:hover,
.chr_nav-pills > li.chr_active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.chr_nav-stacked > li {
  float: none;
}
.chr_nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.chr_nav-justified {
  width: 100%;
}
.chr_nav-justified > li {
  float: none;
}
.chr_nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.chr_nav-justified > .chr_dropdown .chr_dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .chr_nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .chr_nav-justified > li > a {
    margin-bottom: 0;
  }
}
.chr_nav-tabs-justified {
  border-bottom: 0;
}
.chr_nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.chr_nav-tabs-justified > .chr_active > a,
.chr_nav-tabs-justified > .chr_active > a:hover,
.chr_nav-tabs-justified > .chr_active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .chr_nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .chr_nav-tabs-justified > .chr_active > a,
  .chr_nav-tabs-justified > .chr_active > a:hover,
  .chr_nav-tabs-justified > .chr_active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.chr_tab-content > .chr_tab-pane {
  display: none;
}
.chr_tab-content > .chr_active {
  display: block;
}
.chr_nav-tabs .chr_dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.chr_navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .chr_navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .chr_navbar-header {
    float: left;
  }
}
.chr_navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.chr_navbar-collapse.chr_in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .chr_navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .chr_navbar-collapse.chr_collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .chr_navbar-collapse.chr_in {
    overflow-y: visible;
  }
  .chr_navbar-fixed-top .chr_navbar-collapse,
  .chr_navbar-static-top .chr_navbar-collapse,
  .chr_navbar-fixed-bottom .chr_navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.chr_container > .chr_navbar-header,
.chr_container-fluid > .chr_navbar-header,
.chr_container > .chr_navbar-collapse,
.chr_container-fluid > .chr_navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .chr_container > .chr_navbar-header,
  .chr_container-fluid > .chr_navbar-header,
  .chr_container > .chr_navbar-collapse,
  .chr_container-fluid > .chr_navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.chr_navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .chr_navbar-static-top {
    border-radius: 0;
  }
}
.chr_navbar-fixed-top,
.chr_navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .chr_navbar-fixed-top,
  .chr_navbar-fixed-bottom {
    border-radius: 0;
  }
}
.chr_navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.chr_navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.chr_navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.chr_navbar-brand:hover,
.chr_navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .chr_navbar > .chr_container .chr_navbar-brand,
  .chr_navbar > .chr_container-fluid .chr_navbar-brand {
    margin-left: -15px;
  }
}
.chr_navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.chr_navbar-toggle:focus {
  outline: none;
}
.chr_navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.chr_navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .chr_navbar-toggle {
    display: none;
  }
}
.chr_navbar-nav {
  margin: 7.5px -15px;
}
.chr_navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .chr_navbar-nav .chr_open .chr_dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .chr_navbar-nav .chr_open .chr_dropdown-menu > li > a,
  .chr_navbar-nav .chr_open .chr_dropdown-menu .chr_dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .chr_navbar-nav .chr_open .chr_dropdown-menu > li > a {
    line-height: 20px;
  }
  .chr_navbar-nav .chr_open .chr_dropdown-menu > li > a:hover,
  .chr_navbar-nav .chr_open .chr_dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .chr_navbar-nav {
    float: left;
    margin: 0;
  }
  .chr_navbar-nav > li {
    float: left;
  }
  .chr_navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .chr_navbar-nav.chr_navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .chr_navbar-left {
    float: left !important;
  }
  .chr_navbar-right {
    float: right !important;
  }
}
.chr_navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .chr_navbar-form .chr_form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .chr_navbar-form .chr_form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .chr_navbar-form .chr_input-group > .chr_form-control {
    width: 100%;
  }
  .chr_navbar-form .chr_control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .chr_navbar-form .chr_radio,
  .chr_navbar-form .chr_checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .chr_navbar-form .chr_radio input[type="radio"],
  .chr_navbar-form .chr_checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .chr_navbar-form .chr_has-feedback .chr_form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .chr_navbar-form .chr_form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .chr_navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .chr_navbar-form.chr_navbar-right:last-child {
    margin-right: -15px;
  }
}
.chr_navbar-nav > li > .chr_dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.chr_navbar-fixed-bottom .chr_navbar-nav > li > .chr_dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chr_navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.chr_navbar-btn.chr_btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.chr_navbar-btn.chr_btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.chr_navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .chr_navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .chr_navbar-text.chr_navbar-right:last-child {
    margin-right: 0;
  }
}
.chr_navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.chr_navbar-default .chr_navbar-brand {
  color: #777777;
}
.chr_navbar-default .chr_navbar-brand:hover,
.chr_navbar-default .chr_navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.chr_navbar-default .chr_navbar-text {
  color: #777777;
}
.chr_navbar-default .chr_navbar-nav > li > a {
  color: #777777;
}
.chr_navbar-default .chr_navbar-nav > li > a:hover,
.chr_navbar-default .chr_navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.chr_navbar-default .chr_navbar-nav > .chr_active > a,
.chr_navbar-default .chr_navbar-nav > .chr_active > a:hover,
.chr_navbar-default .chr_navbar-nav > .chr_active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.chr_navbar-default .chr_navbar-nav > .chr_disabled > a,
.chr_navbar-default .chr_navbar-nav > .chr_disabled > a:hover,
.chr_navbar-default .chr_navbar-nav > .chr_disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.chr_navbar-default .chr_navbar-toggle {
  border-color: #dddddd;
}
.chr_navbar-default .chr_navbar-toggle:hover,
.chr_navbar-default .chr_navbar-toggle:focus {
  background-color: #dddddd;
}
.chr_navbar-default .chr_navbar-toggle .icon-bar {
  background-color: #888888;
}
.chr_navbar-default .chr_navbar-collapse,
.chr_navbar-default .chr_navbar-form {
  border-color: #e7e7e7;
}
.chr_navbar-default .chr_navbar-nav > .chr_open > a,
.chr_navbar-default .chr_navbar-nav > .chr_open > a:hover,
.chr_navbar-default .chr_navbar-nav > .chr_open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .chr_navbar-default .chr_navbar-nav .chr_open .chr_dropdown-menu > li > a {
    color: #777777;
  }
  .chr_navbar-default .chr_navbar-nav .chr_open .chr_dropdown-menu > li > a:hover,
  .chr_navbar-default .chr_navbar-nav .chr_open .chr_dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .chr_navbar-default .chr_navbar-nav .chr_open .chr_dropdown-menu > .chr_active > a,
  .chr_navbar-default .chr_navbar-nav .chr_open .chr_dropdown-menu > .chr_active > a:hover,
  .chr_navbar-default .chr_navbar-nav .chr_open .chr_dropdown-menu > .chr_active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .chr_navbar-default .chr_navbar-nav .chr_open .chr_dropdown-menu > .chr_disabled > a,
  .chr_navbar-default .chr_navbar-nav .chr_open .chr_dropdown-menu > .chr_disabled > a:hover,
  .chr_navbar-default .chr_navbar-nav .chr_open .chr_dropdown-menu > .chr_disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.chr_navbar-default .chr_navbar-link {
  color: #777777;
}
.chr_navbar-default .chr_navbar-link:hover {
  color: #333333;
}
.chr_navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.chr_navbar-inverse .chr_navbar-brand {
  color: #999999;
}
.chr_navbar-inverse .chr_navbar-brand:hover,
.chr_navbar-inverse .chr_navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.chr_navbar-inverse .chr_navbar-text {
  color: #999999;
}
.chr_navbar-inverse .chr_navbar-nav > li > a {
  color: #999999;
}
.chr_navbar-inverse .chr_navbar-nav > li > a:hover,
.chr_navbar-inverse .chr_navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.chr_navbar-inverse .chr_navbar-nav > .chr_active > a,
.chr_navbar-inverse .chr_navbar-nav > .chr_active > a:hover,
.chr_navbar-inverse .chr_navbar-nav > .chr_active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.chr_navbar-inverse .chr_navbar-nav > .chr_disabled > a,
.chr_navbar-inverse .chr_navbar-nav > .chr_disabled > a:hover,
.chr_navbar-inverse .chr_navbar-nav > .chr_disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.chr_navbar-inverse .chr_navbar-toggle {
  border-color: #333333;
}
.chr_navbar-inverse .chr_navbar-toggle:hover,
.chr_navbar-inverse .chr_navbar-toggle:focus {
  background-color: #333333;
}
.chr_navbar-inverse .chr_navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.chr_navbar-inverse .chr_navbar-collapse,
.chr_navbar-inverse .chr_navbar-form {
  border-color: #101010;
}
.chr_navbar-inverse .chr_navbar-nav > .chr_open > a,
.chr_navbar-inverse .chr_navbar-nav > .chr_open > a:hover,
.chr_navbar-inverse .chr_navbar-nav > .chr_open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .chr_navbar-inverse .chr_navbar-nav .chr_open .chr_dropdown-menu > .chr_dropdown-header {
    border-color: #080808;
  }
  .chr_navbar-inverse .chr_navbar-nav .chr_open .chr_dropdown-menu .chr_divider {
    background-color: #080808;
  }
  .chr_navbar-inverse .chr_navbar-nav .chr_open .chr_dropdown-menu > li > a {
    color: #999999;
  }
  .chr_navbar-inverse .chr_navbar-nav .chr_open .chr_dropdown-menu > li > a:hover,
  .chr_navbar-inverse .chr_navbar-nav .chr_open .chr_dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .chr_navbar-inverse .chr_navbar-nav .chr_open .chr_dropdown-menu > .chr_active > a,
  .chr_navbar-inverse .chr_navbar-nav .chr_open .chr_dropdown-menu > .chr_active > a:hover,
  .chr_navbar-inverse .chr_navbar-nav .chr_open .chr_dropdown-menu > .chr_active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .chr_navbar-inverse .chr_navbar-nav .chr_open .chr_dropdown-menu > .chr_disabled > a,
  .chr_navbar-inverse .chr_navbar-nav .chr_open .chr_dropdown-menu > .chr_disabled > a:hover,
  .chr_navbar-inverse .chr_navbar-nav .chr_open .chr_dropdown-menu > .chr_disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.chr_navbar-inverse .chr_navbar-link {
  color: #999999;
}
.chr_navbar-inverse .chr_navbar-link:hover {
  color: #ffffff;
}
.chr_breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.chr_breadcrumb > li {
  display: inline-block;
}
.chr_breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.chr_breadcrumb > .chr_active {
  color: #999999;
}
.chr_pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.chr_pagination > li {
  display: inline;
}
.chr_pagination > li > a,
.chr_pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.chr_pagination > li:first-child > a,
.chr_pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.chr_pagination > li:last-child > a,
.chr_pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.chr_pagination > li > a:hover,
.chr_pagination > li > span:hover,
.chr_pagination > li > a:focus,
.chr_pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.chr_pagination > .chr_active > a,
.chr_pagination > .chr_active > span,
.chr_pagination > .chr_active > a:hover,
.chr_pagination > .chr_active > span:hover,
.chr_pagination > .chr_active > a:focus,
.chr_pagination > .chr_active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.chr_pagination > .chr_disabled > span,
.chr_pagination > .chr_disabled > span:hover,
.chr_pagination > .chr_disabled > span:focus,
.chr_pagination > .chr_disabled > a,
.chr_pagination > .chr_disabled > a:hover,
.chr_pagination > .chr_disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.chr_pagination-lg > li > a,
.chr_pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.chr_pagination-lg > li:first-child > a,
.chr_pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.chr_pagination-lg > li:last-child > a,
.chr_pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.chr_pagination-sm > li > a,
.chr_pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.chr_pagination-sm > li:first-child > a,
.chr_pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.chr_pagination-sm > li:last-child > a,
.chr_pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.chr_pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.chr_pager li {
  display: inline;
}
.chr_pager li > a,
.chr_pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.chr_pager li > a:hover,
.chr_pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.chr_pager .chr_next > a,
.chr_pager .chr_next > span {
  float: right;
}
.chr_pager .chr_previous > a,
.chr_pager .chr_previous > span {
  float: left;
}
.chr_pager .chr_disabled > a,
.chr_pager .chr_disabled > a:hover,
.chr_pager .chr_disabled > a:focus,
.chr_pager .chr_disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.chr_label {
  /*display: inline;*/
  display: -webkit-inline-box;
  padding: .3em .5em .4em;
  font-size: 100%;
  font-weight: 100;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.chr_label[href]:hover,
.chr_label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.chr_label:empty {
  display: none;
}
.chr_btn .chr_label {
  position: relative;
  top: -1px;
}
.chr_label-default {
  background-color: #999999;
}
.chr_label-default[href]:hover,
.chr_label-default[href]:focus {
  background-color: #808080;
}
.chr_label-primary {
  background-color: #428bca;
}
.chr_label-primary[href]:hover,
.chr_label-primary[href]:focus {
  background-color: #3071a9;
}
.chr_label-success {
  background-color: #5cb85c;
}
.chr_label-success[href]:hover,
.chr_label-success[href]:focus {
  background-color: #449d44;
}
.chr_label-success2 {
  background-color: #c9f7d2;
  color: #0b7a39;
}
.chr_label-success2[href]:hover,
.chr_label-success2[href]:focus {
  background-color: #449d44;
}
.chr_label-info {
  background-color: #5bc0de;
}
.chr_label-info[href]:hover,
.chr_label-info[href]:focus {
  background-color: #31b0d5;
}
.chr_label-warning {
  background-color: #fe7701;
}
.chr_label-warning[href]:hover,
.chr_label-warning[href]:focus {
  background-color: #ec971f;
}
.chr_label-danger {
  background-color: #e12d2d;
}
.chr_label-danger[href]:hover,
.chr_label-danger[href]:focus {
  background-color: #c9302c;
}
.chr_badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.chr_badge:empty {
  display: none;
}
.chr_btn .chr_badge {
  position: relative;
  top: -1px;
}
.chr_btn-xs .chr_badge {
  top: 0;
  padding: 1px 5px;
}
a.chr_badge:hover,
a.chr_badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.chr_list-group-item.chr_active > .chr_badge,
.chr_nav-pills > .chr_active > a > .chr_badge {
  color: #428bca;
  background-color: #ffffff;
}
.chr_nav-pills > li > a > .chr_badge {
  margin-left: 3px;
}
.chr_jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.chr_jumbotron h1,
.chr_jumbotron .chr_h1 {
  color: inherit;
}
.chr_jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.chr_container .chr_jumbotron {
  border-radius: 6px;
}
.chr_jumbotron .chr_container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .chr_jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .chr_container .chr_jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .chr_jumbotron h1,
  .chr_jumbotron .chr_h1 {
    font-size: 63px;
  }
}
.chr_thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.chr_thumbnail > img,
.chr_thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.chr_thumbnail:hover,
a.chr_thumbnail:focus,
a.chr_thumbnail.chr_active {
  border-color: #428bca;
}
.chr_thumbnail .chr_caption {
  padding: 9px;
  color: #333333;
}
.chr_alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.chr_alert h4 {
  margin-top: 0;
  color: inherit;
}
.chr_alert .chr_alert-link {
  font-weight: bold;
}
.chr_alert > p,
.chr_alert > ul {
  margin-bottom: 0;
}
.chr_alert > p + p {
  margin-top: 5px;
}
.chr_alert-dismissable {
  padding-right: 35px;
}
.chr_alert-dismissable .chr_close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.chr_alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.chr_alert-success hr {
  border-top-color: #c9e2b3;
}
.chr_alert-success .chr_alert-link {
  color: #2b542c;
}
.chr_alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.chr_alert-info hr {
  border-top-color: #a6e1ec;
}
.chr_alert-info .chr_alert-link {
  color: #245269;
}
.chr_alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.chr_alert-warning hr {
  border-top-color: #f7e1b5;
}
.chr_alert-warning .chr_alert-link {
  color: #66512c;
}
.chr_alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.chr_alert-danger hr {
  border-top-color: #e4b9c0;
}
.chr_alert-danger .chr_alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.chr_progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.chr_progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.chr_progress-striped .chr_progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.chr_progress.chr_active .chr_progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.chr_progress-bar-success {
  background-color: #5cb85c;
}
.chr_progress-striped .chr_progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.chr_progress-bar-info {
  background-color: #5bc0de;
}
.chr_progress-striped .chr_progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.chr_progress-bar-warning {
  background-color: #fe7701;
}
.chr_progress-striped .chr_progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.chr_progress-bar-danger {
  background-color: #e12d2d;
}
.chr_progress-striped .chr_progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.chr_media,
.chr_media-body {
  overflow: hidden;
  zoom: 1;
}
.chr_media,
.chr_media .chr_media {
  margin-top: 15px;
}
.chr_media:first-child {
  margin-top: 0;
}
.chr_media-object {
  display: block;
}
.chr_media-heading {
  margin: 0 0 5px;
}
.chr_media > .chr_pull-left {
  margin-right: 10px;
}
.chr_media > .chr_pull-right {
  margin-left: 10px;
}
.chr_media-list {
  padding-left: 0;
  list-style: none;
}
.chr_list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.chr_list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.chr_list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.chr_list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.chr_list-group-item > .chr_badge {
  float: right;
}
.chr_list-group-item > .chr_badge + .chr_badge {
  margin-right: 5px;
}
a.chr_list-group-item {
  color: #555555;
}
a.chr_list-group-item .chr_list-group-item-heading {
  color: #333333;
}
a.chr_list-group-item:hover,
a.chr_list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.chr_list-group-item.chr_active,
a.chr_list-group-item.chr_active:hover,
a.chr_list-group-item.chr_active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.chr_list-group-item.chr_active .chr_list-group-item-heading,
a.chr_list-group-item.chr_active:hover .chr_list-group-item-heading,
a.chr_list-group-item.chr_active:focus .chr_list-group-item-heading {
  color: inherit;
}
a.chr_list-group-item.chr_active .chr_list-group-item-text,
a.chr_list-group-item.chr_active:hover .chr_list-group-item-text,
a.chr_list-group-item.chr_active:focus .chr_list-group-item-text {
  color: #e1edf7;
}
.chr_list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.chr_list-group-item-success {
  color: #3c763d;
}
a.chr_list-group-item-success .chr_list-group-item-heading {
  color: inherit;
}
a.chr_list-group-item-success:hover,
a.chr_list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.chr_list-group-item-success.chr_active,
a.chr_list-group-item-success.chr_active:hover,
a.chr_list-group-item-success.chr_active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.chr_list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.chr_list-group-item-info {
  color: #31708f;
}
a.chr_list-group-item-info .chr_list-group-item-heading {
  color: inherit;
}
a.chr_list-group-item-info:hover,
a.chr_list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.chr_list-group-item-info.chr_active,
a.chr_list-group-item-info.chr_active:hover,
a.chr_list-group-item-info.chr_active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.chr_list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.chr_list-group-item-warning {
  color: #8a6d3b;
}
a.chr_list-group-item-warning .chr_list-group-item-heading {
  color: inherit;
}
a.chr_list-group-item-warning:hover,
a.chr_list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.chr_list-group-item-warning.chr_active,
a.chr_list-group-item-warning.chr_active:hover,
a.chr_list-group-item-warning.chr_active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.chr_list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.chr_list-group-item-danger {
  color: #a94442;
}
a.chr_list-group-item-danger .chr_list-group-item-heading {
  color: inherit;
}
a.chr_list-group-item-danger:hover,
a.chr_list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.chr_list-group-item-danger.chr_active,
a.chr_list-group-item-danger.chr_active:hover,
a.chr_list-group-item-danger.chr_active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.chr_list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.chr_list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.chr_border-style {
  border-bottom: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(169, 165, 165, 0.75), rgba(0, 0, 0, 0));
  
}
.chr_panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
  /*box-shadow: 0 1px 6px rgba(57,73,76,.35);*/

}
.chr_panel-body-custom {
  padding: 10px 15px;
  border-top: 1px solid #cccccc;
}
.chr_panel-heading-custom {
  padding: 10px 15px;
  /*border-bottom: 1px solid #a7b7a3;*/
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.chr_panel-body {
  padding: 7px;
  background-color: #e6e6e6;
}
.chr_panel-heading {
  padding: 10px 15px;
  /*border-bottom: 1px solid #a7b7a3;*/
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #1566d1;
  color: #FFF;
}
.chr_panel-heading > .chr_dropdown .chr_dropdown-toggle {
  color: inherit;
}
.chr_panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.chr_panel-title > a {
  color: inherit;
}
.chr_panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.chr_panel > .chr_list-group {
  margin-bottom: 0;
}
.chr_panel > .chr_list-group .chr_list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.chr_panel > .chr_list-group:first-child .chr_list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.chr_panel > .chr_list-group:last-child .chr_list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.chr_panel-heading + .chr_list-group .chr_list-group-item:first-child {
  border-top-width: 0;
}
.chr_panel > .chr_table,
.chr_panel > .chr.chr_table-responsive > .chr_table {
  margin-bottom: 0;
}
.chr_panel > .chr_table:first-child,
.chr_panel > .chr.chr_table-responsive:first-child > .chr_table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.chr_panel > .chr_table:first-child > thead:first-child > tr:first-child td:first-child,
.chr_panel > .chr.chr_table-responsive:first-child > .chr_table:first-child > thead:first-child > tr:first-child td:first-child,
.chr_panel > .chr_table:first-child > tbody:first-child > tr:first-child td:first-child,
.chr_panel > .chr.chr_table-responsive:first-child > .chr_table:first-child > tbody:first-child > tr:first-child td:first-child,
.chr_panel > .chr_table:first-child > thead:first-child > tr:first-child th:first-child,
.chr_panel > .chr.chr_table-responsive:first-child > .chr_table:first-child > thead:first-child > tr:first-child th:first-child,
.chr_panel > .chr_table:first-child > tbody:first-child > tr:first-child th:first-child,
.chr_panel > .chr.chr_table-responsive:first-child > .chr_table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.chr_panel > .chr_table:first-child > thead:first-child > tr:first-child td:last-child,
.chr_panel > .chr.chr_table-responsive:first-child > .chr_table:first-child > thead:first-child > tr:first-child td:last-child,
.chr_panel > .chr_table:first-child > tbody:first-child > tr:first-child td:last-child,
.chr_panel > .chr.chr_table-responsive:first-child > .chr_table:first-child > tbody:first-child > tr:first-child td:last-child,
.chr_panel > .chr_table:first-child > thead:first-child > tr:first-child th:last-child,
.chr_panel > .chr.chr_table-responsive:first-child > .chr_table:first-child > thead:first-child > tr:first-child th:last-child,
.chr_panel > .chr_table:first-child > tbody:first-child > tr:first-child th:last-child,
.chr_panel > .chr.chr_table-responsive:first-child > .chr_table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.chr_panel > .chr_table:last-child,
.chr_panel > .chr.chr_table-responsive:last-child > .chr_table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.chr_panel > .chr_table:last-child > tbody:last-child > tr:last-child td:first-child,
.chr_panel > .chr.chr_table-responsive:last-child > .chr_table:last-child > tbody:last-child > tr:last-child td:first-child,
.chr_panel > .chr_table:last-child > tfoot:last-child > tr:last-child td:first-child,
.chr_panel > .chr.chr_table-responsive:last-child > .chr_table:last-child > tfoot:last-child > tr:last-child td:first-child,
.chr_panel > .chr_table:last-child > tbody:last-child > tr:last-child th:first-child,
.chr_panel > .chr.chr_table-responsive:last-child > .chr_table:last-child > tbody:last-child > tr:last-child th:first-child,
.chr_panel > .chr_table:last-child > tfoot:last-child > tr:last-child th:first-child,
.chr_panel > .chr.chr_table-responsive:last-child > .chr_table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.chr_panel > .chr_table:last-child > tbody:last-child > tr:last-child td:last-child,
.chr_panel > .chr.chr_table-responsive:last-child > .chr_table:last-child > tbody:last-child > tr:last-child td:last-child,
.chr_panel > .chr_table:last-child > tfoot:last-child > tr:last-child td:last-child,
.chr_panel > .chr.chr_table-responsive:last-child > .chr_table:last-child > tfoot:last-child > tr:last-child td:last-child,
.chr_panel > .chr_table:last-child > tbody:last-child > tr:last-child th:last-child,
.chr_panel > .chr.chr_table-responsive:last-child > .chr_table:last-child > tbody:last-child > tr:last-child th:last-child,
.chr_panel > .chr_table:last-child > tfoot:last-child > tr:last-child th:last-child,
.chr_panel > .chr.chr_table-responsive:last-child > .chr_table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.chr_panel > .chr_panel-body + .chr_table,
.chr_panel > .chr_panel-body + .chr.chr_table-responsive {
  border-top: 1px solid #dddddd;
}
.chr_panel > .chr_table > tbody:first-child > tr:first-child th,
.chr_panel > .chr_table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.chr_panel > .chr.chr_table-bordered,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered {
  border: 0;
}
.chr_panel > .chr.chr_table-bordered > thead > tr > th:first-child,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > thead > tr > th:first-child,
.chr_panel > .chr.chr_table-bordered > tbody > tr > th:first-child,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > tbody > tr > th:first-child,
.chr_panel > .chr.chr_table-bordered > tfoot > tr > th:first-child,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > tfoot > tr > th:first-child,
.chr_panel > .chr.chr_table-bordered > thead > tr > td:first-child,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > thead > tr > td:first-child,
.chr_panel > .chr.chr_table-bordered > tbody > tr > td:first-child,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > tbody > tr > td:first-child,
.chr_panel > .chr.chr_table-bordered > tfoot > tr > td:first-child,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.chr_panel > .chr.chr_table-bordered > thead > tr > th:last-child,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > thead > tr > th:last-child,
.chr_panel > .chr.chr_table-bordered > tbody > tr > th:last-child,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > tbody > tr > th:last-child,
.chr_panel > .chr.chr_table-bordered > tfoot > tr > th:last-child,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > tfoot > tr > th:last-child,
.chr_panel > .chr.chr_table-bordered > thead > tr > td:last-child,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > thead > tr > td:last-child,
.chr_panel > .chr.chr_table-bordered > tbody > tr > td:last-child,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > tbody > tr > td:last-child,
.chr_panel > .chr.chr_table-bordered > tfoot > tr > td:last-child,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.chr_panel > .chr.chr_table-bordered > thead > tr:first-child > td,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > thead > tr:first-child > td,
.chr_panel > .chr.chr_table-bordered > tbody > tr:first-child > td,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > tbody > tr:first-child > td,
.chr_panel > .chr.chr_table-bordered > thead > tr:first-child > th,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > thead > tr:first-child > th,
.chr_panel > .chr.chr_table-bordered > tbody > tr:first-child > th,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.chr_panel > .chr.chr_table-bordered > tbody > tr:last-child > td,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > tbody > tr:last-child > td,
.chr_panel > .chr.chr_table-bordered > tfoot > tr:last-child > td,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > tfoot > tr:last-child > td,
.chr_panel > .chr.chr_table-bordered > tbody > tr:last-child > th,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > tbody > tr:last-child > th,
.chr_panel > .chr.chr_table-bordered > tfoot > tr:last-child > th,
.chr_panel > .chr.chr_table-responsive > .chr.chr_table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.chr_panel > .chr.chr_table-responsive {
  border: 0;
  margin-bottom: 0;
}
.chr_panel-group {
  margin-bottom: 20px;
}
.chr_panel-group .chr_panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.chr_panel-group .chr_panel + .chr_panel {
  margin-top: 5px;
}
.chr_panel-group .chr_panel-heading {
  border-bottom: 0;
}
.chr_panel-group .chr_panel-heading + .chr_panel-collapse .chr_panel-body {
  border-top: 1px solid #dddddd;
}
.chr_panel-group .chr_panel-footer {
  border-top: 0;
}
.chr_panel-group .chr_panel-footer + .chr_panel-collapse .chr_panel-body {
  border-bottom: 1px solid #dddddd;
}
.chr_panel-default {
  border-color: #dddddd;
}
.chr_panel-default > .chr_panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.chr_panel-default > .chr_panel-heading + .chr_panel-collapse .chr_panel-body {
  border-top-color: #dddddd;
}
.chr_panel-default > .chr_panel-footer + .chr_panel-collapse .chr_panel-body {
  border-bottom-color: #dddddd;
}
.chr_panel-primary {
  border-color: #428bca;
}
.chr_panel-primary > .chr_panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.chr_panel-primary > .chr_panel-heading + .chr_panel-collapse .chr_panel-body {
  border-top-color: #428bca;
}
.chr_panel-primary > .chr_panel-footer + .chr_panel-collapse .chr_panel-body {
  border-bottom-color: #428bca;
}
.chr_panel-success {
  border-color: #d6e9c6;
}
.chr_panel-success > .chr_panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.chr_panel-success > .chr_panel-heading + .chr_panel-collapse .chr_panel-body {
  border-top-color: #d6e9c6;
}
.chr_panel-success > .chr_panel-footer + .chr_panel-collapse .chr_panel-body {
  border-bottom-color: #d6e9c6;
}
.chr_panel-info {
  border-color: #bce8f1;
}
.chr_panel-info > .chr_panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.chr_panel-info > .chr_panel-heading + .chr_panel-collapse .chr_panel-body {
  border-top-color: #bce8f1;
}
.chr_panel-info > .chr_panel-footer + .chr_panel-collapse .chr_panel-body {
  border-bottom-color: #bce8f1;
}
.chr_panel-warning {
  border-color: #faebcc;
}
.chr_panel-warning > .chr_panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.chr_panel-warning > .chr_panel-heading + .chr_panel-collapse .chr_panel-body {
  border-top-color: #faebcc;
}
.chr_panel-warning > .chr_panel-footer + .chr_panel-collapse .chr_panel-body {
  border-bottom-color: #faebcc;
}
.chr_panel-danger {
  border-color: #ebccd1;
}
.chr_panel-danger > .chr_panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.chr_panel-danger > .chr_panel-heading + .chr_panel-collapse .chr_panel-body {
  border-top-color: #ebccd1;
}
.chr_panel-danger > .chr_panel-footer + .chr_panel-collapse .chr_panel-body {
  border-bottom-color: #ebccd1;
}
.chr_well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px #fff;
  box-shadow: inset 0 1px 1px #fff;
}
.chr_well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.chr_well-lg {
  padding: 24px;
  border-radius: 6px;
}
.chr_well-sm {
  padding: 9px;
  border-radius: 3px;
}
.chr_close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.chr_close:hover,
.chr_close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.chr_close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.chr_modal-open {
  overflow: hidden;
}
.chr_modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.chr_modal.chr_fade .chr_modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.chr_modal.chr_in .chr_modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.chr_modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.chr_modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.chr_modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.chr_modal-backdrop.chr_fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.chr_modal-backdrop.chr_in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.chr_modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.chr_modal-header .chr_close {
  margin-top: -2px;
}
.chr_modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.chr_modal-body {
  position: relative;
  padding: 20px;
}
.chr_modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.chr_modal-footer .chr_btn + .chr_btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.chr_modal-footer .chr_btn-group .chr_btn + .chr_btn {
  margin-left: -1px;
}
.chr_modal-footer .chr_btn-block + .chr_btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .chr_modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .chr_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);
  }
  .chr_modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .chr_modal-lg {
    width: 900px;
  }
}
.chr_tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.chr_tooltip.chr_in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.chr_tooltip.chr_top {
  margin-top: -3px;
  padding: 5px 0;
}
.chr_tooltip.chr_right {
  margin-left: 3px;
  padding: 0 5px;
}
.chr_tooltip.chr_bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.chr_tooltip.chr_left {
  margin-left: -3px;
  padding: 0 5px;
}
.chr_tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.chr_tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.chr_tooltip.chr_top .chr_tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.chr_tooltip.chr_top-left .chr_tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.chr_tooltip.chr_top-right .chr_tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.chr_tooltip.chr_right .chr_tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.chr_tooltip.chr_left .chr_tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.chr_tooltip.chr_bottom .chr_tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.chr_tooltip.chr_bottom-left .chr_tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.chr_tooltip.chr_bottom-right .chr_tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.chronoz .popover {
  font-size:12px;
  color: #ffffff;
  background-color: #333;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #333;
  /*border-top-color: rgba(0, 0, 0, 0.25);*/
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #333;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  /*border-right-color: #999999;*/
  border-right-color: #333;
  /*border-right-color: rgba(0, 0, 0, 0.25);*/
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  /*border-right-color: #ffffff;*/
  border-right-color: #333;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  /*border-bottom-color: #999999;*/
  border-bottom-color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #333;
  /*background-color: #333;*/
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  /*border-left-color: #999999;*/
  border-left-color: #333;
  /*border-left-color: rgba(0, 0, 0, 0.25);*/

}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #333;
  /*border-left-color: #ffffff;*/
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.chr_Microsoft.chr_gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.chr_Microsoft.chr_gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  cursor: pointer;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .chr_btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.chr_text-uppercase {
    text-transform: uppercase;
}
.chr_clearfix:before,
.chr_clearfix:after,
.chr_container:before,
.chr_container:after,
.chr_container-fluid:before,
.chr_container-fluid:after,
.chr_row:before,
.chr_row:after,
.chr_form-horizontal .chr_form-group:before,
.chr_form-horizontal .chr_form-group:after,
.chr_btn-toolbar:before,
.chr_btn-toolbar:after,
.chr_btn-group-vertical > .chr_btn-group:before,
.chr_btn-group-vertical > .chr_btn-group:after,
.chr_nav:before,
.chr_nav:after,
.chr_navbar:before,
.chr_navbar:after,
.chr_navbar-header:before,
.chr_navbar-header:after,
.chr_navbar-collapse:before,
.chr_navbar-collapse:after,
.chr_pager:before,
.chr_pager:after,
.chr_panel-body:before,
.chr_panel-body:after,
.chr_modal-footer:before,
.chr_modal-footer:after {
  content: " ";
  display: table;
}
.chr_clearfix:after,
.chr_container:after,
.chr_container-fluid:after,
.chr_row:after,
.chr_form-horizontal .chr_form-group:after,
.chr_btn-toolbar:after,
.chr_btn-group-vertical > .chr_btn-group:after,
.chr_nav:after,
.chr_navbar:after,
.chr_navbar-header:after,
.chr_navbar-collapse:after,
.chr_pager:after,
.chr_panel-body:after,
.chr_modal-footer:after {
  clear: both;
}
.chr_center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.chr_pull-right {
  float: right !important;
}
.chr_pull-left {
  float: left !important;
}
.chr_hide {
  display: none !important;
}
.chr_show {
  display: block !important;
}
.chr_invisible {
  visibility: hidden;
}
.chr.chr_text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.chr_hidden {
  display: none !important;
  visibility: hidden !important;
}
.chr_affix {
  position: fixed;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  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, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
@-ms-viewport {
  width: device-width;
}
.chr_visible-xs,
.chr_visible-sm,
.chr_visible-md,
.chr_visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .chr_visible-xs {
    display: block !important;
  }
  table.chr_visible-xs {
    display: table;
  }
  tr.chr_visible-xs {
    display: table-row !important;
  }
  th.chr_visible-xs,
  td.chr_visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chr_visible-sm {
    display: block !important;
  }
  table.chr_visible-sm {
    display: table;
  }
  tr.chr_visible-sm {
    display: table-row !important;
  }
  th.chr_visible-sm,
  td.chr_visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chr_visible-md {
    display: block !important;
  }
  table.chr_visible-md {
    display: table;
  }
  tr.chr_visible-md {
    display: table-row !important;
  }
  th.chr_visible-md,
  td.chr_visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .chr_visible-lg {
    display: block !important;
  }
  table.chr_visible-lg {
    display: table;
  }
  tr.chr_visible-lg {
    display: table-row !important;
  }
  th.chr_visible-lg,
  td.chr_visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .chr_hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chr_hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chr_hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .chr_hidden-lg {
    display: none !important;
  }
}
.chr_visible-print {
  display: none !important;
}
@media print {
  .chr_visible-print {
    display: block !important;
  }
  table.chr_visible-print {
    display: table;
  }
  tr.chr_visible-print {
    display: table-row !important;
  }
  th.chr_visible-print,
  td.chr_visible-print {
    display: table-cell !important;
  }
}
@media print {
  .chr_hidden-print {
    display: none !important;
  }
}
.chr_top-pad10 {
  padding-top:10px;
}
.chr_top-pad17 {
  padding-top:17px;
}
.chr_top-pad20 {
  padding-top:20px;
}
.chr_left-pad7 {
  padding-left:7px;
}
.chr_bottom-margin10 {
  margin-bottom:10px;
}
.chr_bottom-margin17 {
  margin-bottom:17px;
}
.chr_bottom-margin20 {
  margin-bottom:20px;
}
.chr_top-margin20 {
  margin-top:20px;
}
.chr_ib {
  display: inline-block;
}
.chr_input-search {
  width:48%;
}
.chr_input-rooms {
  width:90%;
}
.chr_button-amend {
  width:90%;
  float:left;
}
.chr_input-group-addon {
  background-color: #FFF;
}
/*.chr_has-feedback .chr_form-control {
    padding-right: 0.5px;
}
.chr_has-feedback .chr_field-search {
    padding-right: 25.5px;
}*/
.chr_amend-button {
  font-size:90%;
}

.chr_form-padding {
  padding-right: 0px;
  padding-left: 0px;
}
}


/*

 Button

============================================================

*/

img.ichronoz_btn {

  max-width: 100%;

}



/*

 Popup

============================================================

*/

#ichronoz_popup_window{

  border: none;

  background: none;

  cursor: pointer;

  color: #FCFCFC;

  margin: 15px 0;

  display: inline-block;

  width: 100%;

}

.ichronoz-popup-overlay {

    width: 100%;

    height: 100%;

    position: fixed;

    background: rgba(0, 0, 0, .85);

    top: 0;

    left: 100%;

    opacity: 0;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    -webkit-transition: opacity .2s ease-out;

    -moz-transition: opacity .2s ease-out;

    -ms-transition: opacity .2s ease-out;

    -o-transition: opacity .2s ease-out;

    transition: opacity .2s ease-out;

  z-index: 999;

}

.overlay .ichronoz-popup-overlay {

    opacity: 1;

    left: 0

}

.ichronoz-popup {

    position: fixed;

    top: 25%;

    left: 50%;

    z-index: -9999;

  visibility: hidden;

}

.ichronoz-popup .ichronoz-popup-body {

    background: #ffffff;

    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));

    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);

    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);

    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);

    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);

    opacity: 0;

    min-height: 150px;

    width: 350px;

    margin-left: -200px;

    padding: 20px;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    -webkit-transition: opacity .2s ease-out;

    -moz-transition: opacity .2s ease-out;

    -ms-transition: opacity .2s ease-out;

    -o-transition: opacity .2s ease-out;

    transition: opacity .2s ease-out;

    position: relative;

    -moz-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);

    -webkit-box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);

    box-shadow: 1px 2px 3px 1px rgb(185, 185, 185);

    text-align: left;

    border: 1px solid #e9e9e9;

}

.ichronoz-popup.visible, .ichronoz-popup.transitioning {

    z-index: 9999;

  visibility: visible;

}

.ichronoz-popup.visible .ichronoz-popup-body {

    opacity: 1;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}

.ichronoz-popup .ichronoz-popup-exit {

    cursor: pointer;

    display: block;

    width: 40px;

    height: 40px;

    position: absolute;

    top: -20px;

    right: -25px;

  color: #ff9900;

}

.ichronoz-popup .ichronoz-popup-content {

    overflow-y: auto;

}

.ichronoz-popup-content .ichronoz-popup-title {

    font-size: 24px;

    border-bottom: 1px solid #e9e9e9;

    padding-bottom: 10px;

  color: #333;

}

.ichronoz-popup-content p {

    font-size: 13px;

    text-align: justify;

}

/*

============================================================

End of  Popup

*/



/*

 Slide

=============================================================

*/
.ichronoz_btn_bottom {

  
  position: fixed;

  right: 45px;

  bottom: 0;

  z-index: 99999;

  background: rgb(255, 0, 0);/*rgba(0,0,0,0.6);*/

  color: #fff;

  transition: 0.5s ease;

  -o-transition: 0.5s ease;

  -webkit-transition: 0.5s ease;

}



#ichronoz-form-title {

    background: rgb(255, 0, 0);
    width: 270px;
    padding: 15px 20px;
    cursor: pointer;
    text-align: left;

}



#ichronoz-form-title span {

    font-size: 18px;

  padding-left: 30px;

}



#ichronoz-form-title span::before {

    font-family: FontAwesome;

    font-size: 18px;

    content: "\f055";

    border-color: transparent;

    border-style: none;

    border-width: 0;

    display: block;

  float: left;

  margin-right: 30px;

    height: 0;

    width: 0;

    left: 0;

    position: relative;

}



#ichronoz-form-title span.opened::before {

    font-family: FontAwesome;

    font-size: 18px;

    content: "\f056";

    border-color: transparent;

    border-style: none;

    border-width: 0;

    display: block;

  float: left;

  margin-right: 30px;

    height: 0;

    width: 0;

    left: 0;

    position: relative;

}





#ichronoz-form-bottom {

  height: 350px;

    width:270px;

    padding: 10px 10px;

    display: none;

}



/* COntent background*/

.ichronoz-form-search {

  background: #000;

  padding: 20px !important;

  color: #fff;

  font-size: 90%;

}

.ichronoz-content {

  background: #fff;

  padding: 20px !important;

  color: #000;

  font-size: 90%;

}

/*End  Content background*/

/* Calendar */

 .nav-left {
    text-align: left;
}

 .nav-right {
    text-align: right;
}

 .scrollable {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

 .chr_table-fixed {
    table-layout: fixed;
}

 .no-event-label {
    font-weight: bold;
    color: darkgrey;
    text-align: center;
}

 .event-detail-container {
    border-top: 2px darkgrey solid;
}

 .event-detail {
    cursor: pointer;
    white-space: nowrap;
    overflow: ellipsis;
}

 .calendar-header {
    text-align: center;
    padding-top: 5px;
}

 .calendar-hour-column,  .calendar-week-column {
    width: 50px;
}

 .calendar-navbar {
    margin-bottom: 5px;
}

 .calendar-event-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

 .calendar-event {
    position: absolute;
    padding: 2px;
    cursor: pointer;
}

 .calendar-event-inner {
    overflow: hidden;
    background-color: #3a87ad;
    color: white;
    height: 100%;
    width: 100%;
    padding: 2px;
    line-height: 15px;
}

 .calendar-cell {
    padding: 0px !important;
    height: 37px;
}

 .monthview-primary-with-event {
    background-color: #C6FEB4;
    /*color: white;*/
}

 .monthview-selected {
    background-color: #009900;
    color: white;
}

 .monthview-current{
    background-color: lightgrey;
}
 .monthview-not-allow{
  background-color: lightgrey;/*#F0F0F0;*/
  color:#999999;
  cursor: not-allowed;
}

 .monthview-eventdetail-timecolumn {
    width: 110px;
    overflow: hidden;
}

 .monthview-dateCell {
    cursor: pointer;
}

 .monthview-secondary-with-event {
    background-color: #DCFED1;
}

 .weekview-allday-label, .dayview-allday-label {
    float: left;
    height: 100%;
    line-height: 50px;
    text-align: center;
    width: 50px;
    border-width: 1px 0px 1px 1px;
    border-color: #ddd;
    border-style: solid;
}

 .weekview-allday-content-wrapper, .dayview-allday-content-wrapper {
    margin-left: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

 .weekview-header, .monthview-datetable {
    margin-bottom: 0px;
}

 .weekview-header th {
    overflow: hidden;
    white-space: nowrap;
}

 .weekview-allday-table, .dayview-allday-table {
    height: 50px;
}

@media (max-width: 750px) {
     .weekview-allday-label, .dayview-allday-label, .calendar-hour-column, .calendar-week-column {
        width: 30px;
    }

     .weekview-allday-label, .dayview-allday-label {
        line-height: inherit;
    }

     .weekview-allday-content-wrapper, .dayview-allday-content-wrapper {
        margin-left: 30px;
    }
}

/* End Calendat */

/*
Room detail 
*/
@media (min-width: 768px) {
  .chronoz .modal-dialog {
      max-width: 750px;
      width: 750px;
      margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .chronoz .modal-dialog {
      max-width: 880px;
      width: 880px;
      margin: 30px auto;
  }
}
@media (min-width: 1200px) {
  .chronoz .modal-dialog {
      max-width: 880px;
      width: 880px;
      margin: 30px auto;
  }
}

.fade:not(.show){opacity:1}

.chronoz-modal{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    background-color: transparent;
    color: #000000;
    margin-top: 0px;
}
  .chronoz-modal #fade {
      position: fixed;
      left: 0%;
      top: 0%;
      background-color: black;
      opacity: 0.70;
      width: 100%;
      height: 100%;
      z-index: 90;
  }
  .chronoz-modal .slider{
    position: relative;
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
    border: 2px solid #eee;
    border-radius: 3px;
  }
  .chronoz-modal .rateDetail{
    padding:0px 0px 0 0px;
  }
  .chronoz-modal .oldRate {
    text-decoration: line-through;
  }
  .chronoz-modal .scroll{
      overflow:auto;
  }

  .chronoz-modal .descriptionCustom{
    /*width:430px;*/
      max-height:190px;
  }
  .chronoz-modal a.boxclose{
      	float: right;
		font-size: 21px;
		font-weight: 700;
		line-height: 1;
		color: #000;
		text-shadow: 0 1px 0 #fff;
		opacity: .2;
		text-decoration: none;
		transition: 0.25s;
  }
  .chronoz-modal ::-webkit-scrollbar {
      width: 5px;
  }
   
  .chronoz-modal ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
      border-radius: 10px;
  }
  
  .chronoz-modal ::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
  }
  .chronoz-modal .imagen-chr{
    width: 100%;
    height: 40% !important;
  }

/*
Modal
*/

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}


/*

 Button

*/

.ichornoz-search-button {

  color: #fff;

    background-color: #007AFF;

    border-color: #5BC0DE;

    width: 100%;

    height: 45px;

}

@media (min-width: 992px) {

  .ichornoz-search-button {

    width: auto;

      height: auto;

  }

}

.ichornoz-search-button:hover {

  color: #fff;

    background-color: rgba(0, 122, 255, 0.78);

    border-color: #428BCA;

}

.ichornoz-book-button {

  color: #fff;

    background-color: #007AFF;

    border-color: #5BC0DE;

    width: 100%;

    height: 45px;

}

.ichornoz-book-button:hover {

  color: #fff;

    background-color: rgba(0, 122, 255, 0.78);

    border-color: #428BCA;

}



.ichornoz-back-button {

  color: #fff;

    background-color: #ff6633;

    border-color: #e35121;

}

.ichornoz-back-button:hover {

  color: #fff;

    background-color: #e35121;

    border-color: #ff6633;

}

.ichornoz-continue-button {

  color: #fff;

    background-color: #428bca;

    border-color: #285e8e;

}

.ichornoz-continue-button:hover {

  color: #fff;

    background-color: #225D90;

    border-color: #428bca;

}

/*End  button*/

.chr_checkinout-box {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.chr_checkinout-header {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    background-color: #F5F5F5;
}
.chr_checkinout-date {
    padding: 10px 0 10px 10px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1px;
}
.chr_checkinout-date .date {
    display: block;
    font-size: 45px;
}

.chr_image-list {
    position: relative;
}

.chr_special-tag {
    float: right;
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 1000;
    background-color: #fe7701;
    padding: 7px 10px;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 13px;
    /*opacity: 0.8;*/
}

.chr_promo-label-small {
    font-size: 80%;
}

.chr_table-summary {
  width: 100%;
  margin-bottom: 20px;
}

.chr_borderless > tbody > tr > td.chr_td-b-border {
    border-bottom: 1px #CCC solid;
}

.chr_borderless > tbody > tr > td.chr_td-t-border {
    border-top: 1px #CCC solid;
}

.chr_borderless > tbody > tr > td {
  border:none;
}
.chr_table-price > thead > tr > th {
    border-top: none;
    border-bottom: 1px #CCC solid;
}

.chr_room_type_title {
	padding: 15px 5px 15px 10px;	
	background-color: #e6e6e6;
	border-bottom: 1px solid #FFF;
}

.chr_widget {
  padding: 10px 10px;
  border-bottom: 1px solid #FFF;
}

.chr_widget:hover {
  background-color: #e6e6e6;
  border-bottom: 1px solid #FFF;
  /*box-shadow: 0 1px 6px rgba(57,73,76,.35);*/
}

.chr_border_top_white {
  	border-top: 1px solid #FFF;
   	margin-top: 10px;
   	padding-top:10px;
}

.chr_priority {
  background-color: #e6e6e6;
  border-bottom: 1px solid #FFF;
}

.chr_priority-title {
  background-color: #e6e6e6;
  border-bottom: 1px solid #d4d3d3;
}
.chr_item-content {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #d4d3d3;
}

.chr_form-search {
	padding-top:10px;
}

.chr_search-form {
	padding-top: 10px;
}

.chr_search-form:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}

.chronoz tr.chr_total-summary {
  background-color: #7d7d7d;
  color: #FFF;
}

.chr_zoom-effect-container {
    float: left;
    position: relative;
    width: 100%;
    height: 190px;
    margin: 0 auto;
    overflow: hidden;
}

.chr_image-card {
  position: absolute;
  top: 0;
  left: 0;
  
}

.chr_image-card a img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.chr_zoom-effect-container:hover .chr_image-card a img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

/* reservation step */
.bs-stepper .step-trigger{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:20px;font-size:1rem;font-weight:700;line-height:1.5;color:#6c757d;text-align:center;text-decoration:none;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:none;border-radius:.25rem;transition:background-color .15s ease-out,color .15s ease-out}.bs-stepper .step-trigger:not(:disabled):not(.disabled){cursor:pointer}.bs-stepper .step-trigger.disabled,.bs-stepper .step-trigger:disabled{pointer-events:none;opacity:.65}.bs-stepper .step-trigger:focus{color:#007bff;outline:0}.bs-stepper .step-trigger:hover{text-decoration:none;background-color:rgba(0,0,0,.06)}@media (max-width:520px){.bs-stepper .step-trigger{-ms-flex-direction:column;flex-direction:column;padding:10px}}.bs-stepper-label{display:inline-block;margin:.25rem}.bs-stepper-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width:520px){.bs-stepper-header{margin:0 -10px;text-align:center}}.bs-stepper .line,.bs-stepper-line{-ms-flex:1 0 32px;flex:1 0 32px;min-width:1px;min-height:1px;margin:auto;background-color:rgba(0,0,0,.12)}@media (max-width:400px){.bs-stepper .line,.bs-stepper-line{-ms-flex-preferred-size:20px;flex-basis:20px}}.bs-stepper-circle{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-line-pack:center;align-content:center;-ms-flex-pack:center;justify-content:center;width:2em;height:2em;padding:.5em 0;margin:.25rem;line-height:1em;color:#fff;background-color:#000000;border-radius:1em}.active .bs-stepper-circle{background-color:#007bff}.active .bs-stepper-label{font-weight: 600;color:#007bff}.bs-stepper-content{padding:0 20px 20px}@media (max-width:520px){.bs-stepper-content{padding:0}}.bs-stepper.vertical{display:-ms-flexbox;display:flex}.bs-stepper.vertical .bs-stepper-header{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;margin:0}.bs-stepper.vertical .bs-stepper-pane,.bs-stepper.vertical .content{display:block}.bs-stepper .content:not(.fade),.bs-stepper-pane:not(.fade){display:none}.bs-stepper .content.fade,.bs-stepper-pane.fade{visibility:hidden;transition-duration:.3s;transition-property:opacity}.bs-stepper .content.fade.active,.bs-stepper-pane.fade.active{visibility:visible;opacity:1}.bs-stepper .content.active:not(.fade),.bs-stepper-pane.active:not(.fade){display:block}.bs-stepper .content.dstepper-block,.bs-stepper-pane.dstepper-block{display:block}.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,.bs-stepper:not(.vertical) .content.dstepper-none{display:none}.vertical .bs-stepper-pane.fade.dstepper-none,.vertical .content.fade.dstepper-none{visibility:hidden}